@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 fairsharing: <https://fairsharing.org/> .
@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:PAIN .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:PAIN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:pain .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.9fmyc7 .

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:pain .

bioregistry.metaresource:ols dcterms:hasPart ols:pain .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:PAIN .

bioregistry:pain a bioregistry.schema:0000001 ;
    rdfs:label "The Pain Ontology" ;
    dcterms:description "An ontology that formalizes IASP's definition of pain as both an unpleasant physical and emotional experience, and it provides terms and axioms to represent the multidimensional aspects of pain, such as temporality, quality, extent, biological mechanism, and anatomical location."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/uflcod/pain-ontology> ;
    skos:exactMatch aberowl:PAIN,
        ontobee:PAIN,
        bioportal:PAIN,
        fairsharing:FAIRsharing.9fmyc7,
        ols:pain,
        obofoundry:pain ;
    dcat:keyword "biomedical science",
        "diffusion tensor imaging",
        "functional magnetic resonance imaging",
        "imaging",
        "life science",
        "magnetic resonance imaging",
        "neurobiology",
        "obo",
        "ontology",
        "pain" ;
    foaf:homepage <https://github.com/uflcod/pain-ontology> ;
    bioregistry.schema:0000005 "0000036"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/PAIN_$1"^^xsd:string ;
    bioregistry.schema:0000010 obo:pain.owl ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-9625-1899 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/PAIN_"^^xsd:string ;
    bioregistry.schema:0000027 obo:PAIN_0000036 ;
    bioregistry.schema:0000029 "pain" .

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

aberowl:PAIN dcterms:isPartOf bioregistry.metaresource:aberowl .

ontobee:PAIN dcterms:isPartOf bioregistry.metaresource:ontobee .

bioportal:PAIN dcterms:isPartOf bioregistry.metaresource:bioportal .

fairsharing:FAIRsharing.9fmyc7 dcterms:isPartOf bioregistry.metaresource:fairsharing .

ols:pain dcterms:isPartOf bioregistry.metaresource:ols .

obofoundry:pain dcterms:isPartOf bioregistry.metaresource:obofoundry .

