@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 wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:onem2m.bo .

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

bioregistry:onem2m.bo a bioregistry.schema:0000001 ;
    rdfs:label "oneM2M Base Ontology" ;
    dcterms:description "A mid-level ontology describing devices, services, and networking that extends SAREF"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://git.onem2m.org/MAS/BaseOntology> ;
    skos:exactMatch tib.ts:bo ;
    dcat:keyword "devices",
        "engineering",
        "iot",
        "networking",
        "nfdi4ing",
        "ontology" ;
    foaf:homepage <https://www.onem2m.org/technical/onem2m-ontologies> ;
    bioregistry.schema:0000005 "AreaNetwork"^^xsd:string ;
    bioregistry.schema:0000006 "https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://git.onem2m.org/MAS/BaseOntology/-/raw/master/base_ontology.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000017 bioregistry:saref ;
    bioregistry.schema:0000019 [ rdfs:label "Joerg Swetina" ;
            foaf:mbox "joerg.swetina@neclab.eu" ] ;
    bioregistry.schema:0000023 "tib.bo" ;
    bioregistry.schema:0000024 "https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#"^^xsd:string ;
    bioregistry.schema:0000026 wikidata:Q27681664 ;
    bioregistry.schema:0000027 <https://git.onem2m.org/MAS/BaseOntology/raw/master/base_ontology.owl#AreaNetwork> ;
    bioregistry.schema:0000029 "onem2m.bo" .

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

