@prefix dbo: . @prefix xsd: . @prefix owl: . @prefix rdfs: . @prefix foaf: . @prefix schema: . @prefix form: . @prefix dcterms: . @prefix dct: . @prefix dbpedia: . @prefix event: . @prefix geo: . @prefix : . @prefix nature: . : a owl:Ontology ; rdfs:label "Observations naturalistes, botaniques ou zoologiques"@fr ; rdfs:label "Nature Observations, botanical or zoological"@en ; foaf:maker ; dct:subject dbpedia:Natural_history , dbpedia:Observation . :Observation a owl:Class ; rdfs:subClassOf event:Product ; rdfs:label "Observation"@fr ; rdfs:label "Observation"@en ; form:labelProperty :taxon . @base . :Observation foaf:img . :taxon a owl:ObjectProperty ; rdfs:label "taxon"@fr ; rdfs:label "taxon"@en ; rdfs:domain :Observation ; rdfs:range dbo:Species . :observation a owl:ObjectProperty ; rdfs:label "observation naturaliste"@fr ; rdfs:label "nature observation"@en ; rdfs:comment """permet d'associer une observation à une transplantation, un article publié, etc."""@fr ; rdfs:range nature:Observation . # Alignment with Darwin Core & Darwin Core - SW # cf https://dwc.tdwg.org/rdf/#25-terms-in-the-dwciri-namespace-normative @prefix dsw: . @prefix dwc: . @prefix dwciri: . :taxon owl:equivalentProperty dwciri:toTaxon . :Observation owl:equivalentClass dwc:Identification . :observation owl:equivalentProperty dsw:hasIdentification .