@prefix dbpedia: . @prefix dbr: . @prefix dbo: . @prefix xsd: . @prefix owl: . @prefix rdfs: . @prefix dct: . @prefix foaf: . @prefix schema: . @prefix form: . @prefix vann: . @prefix geo: . @prefix nature: . @prefix : . @prefix bioc: . : a owl:Ontology ; rdfs:label "Ontologie pour Collections botaniques ou zoologiques"@fr ; rdfs:comment """Les collections peuvent être vivantes (Arboreta, Zoos) ou non (Herbiers)"""@fr ; rdfs:label "Ontology for botanical or zoological collections"@en ; rdfs:comment """The collections can be living (Arboreta, Zoos) or not (Herbarium)"""@en ; foaf:maker ; dct:subject dbpedia:Botanical_garden , dbpedia:Herbarium , dbpedia:Zoo ; vann:preferredNamespacePrefix "bioc" ; foaf:homepage . :Specimen a owl:Class ; rdfs:label "Specimen"@fr ; rdfs:label "Specimen"@en . :Acquisition a owl:Class ; rdfs:label "Acquisition"@fr ; rdfs:label "Acquisition"@en . :Planting a owl:Class ; rdfs:subClassOf :Acquisition, :Specimen ; rdfs:label "Plantation"@fr ; rdfs:label "Planting"@en . :Planting form:labelProperty bioc:species. @base . :Planting foaf:img . :BiologicalCollection a owl:Class ; rdfs:label "Collection Biologique"@fr ; rdfs:label "Biological Collection"@en . :species a owl:ObjectProperty ; rdfs:label "espèce"@fr ; rdfs:label "species"@en ; rdfs:domain :Specimen # ; rdfs:range dbo:Species . :provenance a owl:ObjectProperty ; rdfs:label "provenance"@fr ; rdfs:label "provenance"@en ; rdfs:domain :Acquisition ; rdfs:comment """The provenance can be a shop, a person, an Arboretum, the location of a picking in the wild, etc. To transform a vendor web site into a semantic URI, one can add #shop to its URL."""@en ; rdfs:range foaf:Agent . :acquisitionDate a owl:DatatypeProperty ; rdfs:label "date d'acquisition"@fr ; rdfs:label "acquisition date"@en ; rdfs:domain :Acquisition ; rdfs:range xsd:date . :deathDate a owl:DatatypeProperty ; rdfs:label "date de disparition"@fr ; rdfs:label "disparition date"@en ; rdfs:domain :Acquisition ; rdfs:range xsd:date . :inCollection a owl:ObjectProperty ; rdfs:label "dans la Collection"@fr ; rdfs:label "in Collection"@en ; rdfs:domain :Acquisition ; rdfs:range :BiologicalCollection . :manager a owl:ObjectProperty ; rdfs:label "géré par"@fr ; rdfs:label "manager"@en ; rdfs:domain :BiologicalCollection ; rdfs:range foaf:Person . :location a owl:ObjectProperty ; rdfs:label "emplacement"@fr ; rdfs:label "location"@en ; rdfs:domain :BiologicalCollection ; rdfs:range dbo:Settlement . :NativePlantIntroduction a owl:Class ; rdfs:subClassOf :Specimen, nature:Observation ; rdfs:label "Introduction de Plante indigène"@fr ; rdfs:label "Native Plant Introduction"@en ; rdfs:comment """Une Plante indigène, de provenance régionale, en général dans un rayon de quelques kilomètres a été plantée. """ . :geographicOrigin a owl:ObjectProperty ; rdfs:label "Origine géographique"@fr ; rdfs:label "geographic Origin"@en ; rdfs:domain :Specimen ; rdfs:range geo:SpatialThing .