@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://taxref.mnhn.fr/lod/property/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://taxref.mnhn.fr/lod/> . @prefix dct: <http://purl.org/dc/terms/> . ns0:isSynonymOf dct:description "Relates a scientific name to a taxon for which it is a synonym"@en ; a owl:AnnotationProperty ; rdfs:isDefinedBy ns1:taxref-ld ; rdfs:label "is a synonym of"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://taxref.mnhn.fr/lod/property/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://taxref.mnhn.fr/lod/> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:isSynonymOf
    dct:description "Relates a scientific name to a taxon for which it is a synonym"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy ns1:taxref-ld ;
    rdfs:label "is a synonym of"@en .