@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://rs.tdwg.org/dwc/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://taxref.mnhn.fr/lod/property/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:scientificName a owl:AnnotationProperty . ns1:hasReferenceName rdfs:seeAlso ns0:scientificName . ns1:hasSynonym rdfs:seeAlso ns0:scientificName .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://rs.tdwg.org/dwc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://taxref.mnhn.fr/lod/property/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:scientificName
    a owl:AnnotationProperty .

ns1:hasReferenceName
    rdfs:seeAlso ns0:scientificName .

ns1:hasSynonym
    rdfs:seeAlso ns0:scientificName .