@prefix aberowl: <http://aber-owl.net/ontology/> .
@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix obofoundry: <https://www.obofoundry.org/ontology/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@prefix ontobee: <http://www.ontobee.org/ontology/> .
@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:PREFER .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:PREFER .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:prefer .

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:prefer .

bioregistry.metaresource:ols dcterms:hasPart ols:prefer .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:PREFER .

bioregistry:prefer a bioregistry.schema:0000001 ;
    rdfs:label "Precision Fermentation Ontology" ;
    dcterms:description "An ontology for PREcision FERmentation."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/Multiomics-Analytics-Group/prefer_ontology/> ;
    skos:exactMatch aberowl:PREFER,
        ontobee:PREFER,
        bioportal:PREFER,
        ols:prefer,
        obofoundry:prefer ;
    dcat:keyword "obo",
        "ontology" ;
    foaf:homepage <https://github.com/Multiomics-Analytics-Group/prefer_ontology> ;
    bioregistry.schema:0000005 "0000020"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/PREFER_$1"^^xsd:string ;
    bioregistry.schema:0000010 obo:prefer.owl ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0009-0009-0018-4253 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/PREFER_"^^xsd:string ;
    bioregistry.schema:0000027 obo:PREFER_0000020 ;
    bioregistry.schema:0000029 "prefer" .

orcid:0009-0009-0018-4253 rdfs:label "Txell Amigó" ;
    foaf:mbox "txellmgsol@gmail.com" .

aberowl:PREFER dcterms:isPartOf bioregistry.metaresource:aberowl .

ontobee:PREFER dcterms:isPartOf bioregistry.metaresource:ontobee .

bioportal:PREFER dcterms:isPartOf bioregistry.metaresource:bioportal .

ols:prefer dcterms:isPartOf bioregistry.metaresource:ols .

obofoundry:prefer dcterms:isPartOf bioregistry.metaresource:obofoundry .

