@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 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:bioregistry dcterms:hasPart bioregistry:iofcore .

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

bioregistry:iofcore a bioregistry.schema:0000001 ;
    rdfs:label "Industrial Ontology Foundry (IOF) Core Ontology" ;
    dcterms:description "The IOF Core Ontology contains notions found to be common across multiple manufacturing domains. This file is an RDF implementation of these notions. The ontology utilizes the Basic Formal Ontology or BFO as a top-level ontology but also borrows terms from various domain-independent or mid-level ontologies. The purpose of the ontology is to serve as a foundation for ensuring consistency and interoperability across various domain-specific reference ontologies the IOF publishes."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/iofoundry/ontology> ;
    skos:exactMatch tib.ts:iofcore ;
    dcat:keyword "engineering",
        "nfdi4ing",
        "ontology" ;
    foaf:homepage <https://oagi.org/pages/Released-Ontologies> ;
    bioregistry.schema:0000005 "hasSpecifiedOutput"^^xsd:string ;
    bioregistry.schema:0000006 "https://spec.industrialontologies.org/ontology/$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/iofoundry/ontology/raw/refs/heads/master/core/Core.rdf> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://spec.industrialontologies.org/ontology/"^^xsd:string ;
    bioregistry.schema:0000027 <https://spec.industrialontologies.org/ontology/hasSpecifiedOutput> ;
    bioregistry.schema:0000029 "iofcore" .

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

