@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 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 tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:GFO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:GFO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gfo .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.175hsz .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:gfo .

bioregistry:gfo a bioregistry.schema:0000001 ;
    rdfs:label "General Formal Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The General Formal Ontology is a top-level ontology for conceptual modeling, which is being constantly further developed by Onto-Med. It includes elaborations of categories like objects, processes, time and space, properties, relations, roles, functions, facts, and situations. Moreover, we are working on an integration with the notion of levels of reality in order to more appropriately capture entities in the material, mental, and social areas."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:GFO,
        bioportal:GFO,
        fairsharing:FAIRsharing.175hsz,
        tib.ts:gfo ;
    dcat:keyword "biomedical science",
        "engineering",
        "foundational ontologies",
        "life science",
        "ontology" ;
    foaf:homepage <https://www.onto-med.de/ontologies/gfo> ;
    bioregistry.schema:0000005 "projects_to"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.onto-med.de/ontologies/gfo.owl#$1"^^xsd:string ;
    bioregistry.schema:0000010 <http://www.onto-med.de/ontologies/gfo.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Heinrich Herre" ;
            foaf:mbox "heinrich.herre@imise.uni-leipzig.de" ] ;
    bioregistry.schema:0000024 "http://www.onto-med.de/ontologies/gfo.owl#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.onto-med.de/ontologies/gfo.owl#projects_to> ;
    bioregistry.schema:0000029 "gfo" .

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

aberowl:GFO dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:GFO dcterms:isPartOf bioregistry.metaresource:bioportal .

fairsharing:FAIRsharing.175hsz dcterms:isPartOf bioregistry.metaresource:fairsharing .

tib.ts:gfo dcterms:isPartOf bioregistry.metaresource:tib .

