@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix agroportal: <http://agroportal.lirmm.fr/ontologies/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:EOL .

bioregistry.metaresource:agroportal dcterms:hasPart agroportal:EOL .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:EOL .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:eol .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.w7bw2y .

bioregistry:eol a bioregistry.schema:0000001 ;
    rdfs:label "Environment Ontology for Livestock" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The EOL ontology describes environmental conditions of livestock farms. More specifically, it describes the feeding modalities, the environment, the structure of livestock farms and rearing systems."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:EOL,
        agroportal:EOL,
        bioportal:EOL,
        fairsharing:FAIRsharing.w7bw2y ;
    dcat:keyword "agriculture",
        "animal husbandry",
        "environmental science",
        "livestock",
        "ontology",
        "species-environment interaction" ;
    foaf:homepage <http://www.atol-ontology.com/> ;
    bioregistry.schema:0000005 "0001927"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/obo/owlEOL_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <http://sicpa-web.cati.inrae.fr/ontologies/visualisation/ontologie/atol/creation_fichier_owl.php?filename=eol.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-8310-5195 ;
    bioregistry.schema:0000024 "http://purl.org/obo/owlEOL_"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.org/obo/owlEOL_0001927> ;
    bioregistry.schema:0000029 "eol" .

orcid:0000-0002-8310-5195 rdfs:label "Pierre-Yves LeBail" ;
    foaf:mbox "pylebail@rennes.inra.fr" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

aberowl:EOL dcterms:isPartOf bioregistry.metaresource:aberowl .

agroportal:EOL dcterms:isPartOf bioregistry.metaresource:agroportal .

bioportal:EOL dcterms:isPartOf bioregistry.metaresource:bioportal .

fairsharing:FAIRsharing.w7bw2y dcterms:isPartOf bioregistry.metaresource:fairsharing .

