@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix agroportal: <http://agroportal.lirmm.fr/ontologies/> .
@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 ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@prefix ontobee: <http://www.ontobee.org/ontology/> .
@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:OM .

bioregistry.metaresource:agroportal dcterms:hasPart agroportal:OM .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:OM .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:om .

bioregistry.metaresource:ols dcterms:hasPart ols:om .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:OM .

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

bioregistry:om a bioregistry.schema:0000001 ;
    rdfs:label "Ontology of units of Measure" ;
    dcterms:description "The Ontology of units of Measure (OM) 2.0 models concepts and relations important to scientific research. It has a strong focus on units, quantities, measures, and dimensions."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/HajoRijgersberg/OM> ;
    skos:exactMatch aberowl:OM,
        agroportal:OM,
        ontobee:OM,
        bioportal:OM,
        tib.ts:om,
        ols:om ;
    dcat:keyword "earth sciences",
        "ess",
        "life sciences, biology",
        "nfdi4cat",
        "nfdi4chem",
        "nfdi4ing",
        "ontology",
        "physics",
        "unit",
        "units" ;
    foaf:homepage <https://github.com/HajoRijgersberg/OM> ;
    bioregistry.schema:0000005 "Dimension"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.ontology-of-units-of-measure.org/resource/om-2/$1"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/OM/33/om.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Hajo Rijgersberg" ;
            foaf:mbox "hajo.rijgersberg@wur.nl" ] ;
    bioregistry.schema:0000024 "http://www.ontology-of-units-of-measure.org/resource/om-2/"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
    bioregistry.schema:0000029 "om" .

aberowl:OM dcterms:isPartOf bioregistry.metaresource:aberowl .

agroportal:OM dcterms:isPartOf bioregistry.metaresource:agroportal .

ontobee:OM dcterms:isPartOf bioregistry.metaresource:ontobee .

bioportal:OM dcterms:isPartOf bioregistry.metaresource:bioportal .

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

ols:om dcterms:isPartOf bioregistry.metaresource:ols .

