@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:bioportal dcterms:hasPart bioportal:EMRO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:emro .

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:emro .

bioregistry.metaresource:ols dcterms:hasPart ols:emro .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:EMRO .

bioregistry:emro a bioregistry.schema:0000001 ;
    rdfs:label "Emotion Response Ontology" ;
    dcterms:description "The Emotion Response Ontology represents emotions as behavioral responses."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/uflcod/emotion-response-ontology> ;
    skos:exactMatch ontobee:EMRO,
        bioportal:EMRO,
        ols:emro,
        obofoundry:emro ;
    dcat:keyword "obo",
        "ontology" ;
    foaf:homepage <https://github.com/uflcod/emotion-response-ontology> ;
    bioregistry.schema:0000005 "0000001"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/EMRO_$1"^^xsd:string ;
    bioregistry.schema:0000010 obo:emro.owl ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-9625-1899 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/EMRO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:EMRO_0000001 ;
    bioregistry.schema:0000029 "emro" .

orcid:0000-0001-9625-1899 rdfs:label "Bill Duncan" ;
    foaf:mbox "wdduncan@gmail.com" .

ontobee:EMRO dcterms:isPartOf bioregistry.metaresource:ontobee .

bioportal:EMRO dcterms:isPartOf bioregistry.metaresource:bioportal .

ols:emro dcterms:isPartOf bioregistry.metaresource:ols .

obofoundry:emro dcterms:isPartOf bioregistry.metaresource:obofoundry .

