@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@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 ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:MCRO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:MCRO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:mcro .

bioregistry.metaresource:miriam dcterms:hasPart miriam:mcro .

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:mcro .

bioregistry.metaresource:ols dcterms:hasPart ols:mcro .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:MCRO .

bioregistry:mcro a bioregistry.schema:0000001 ;
    rdfs:label "Model Card Report Ontology" ;
    dcterms:description "An ontology representing the model card structure, he aim of this work is to describe machine learning models to communicate information about specific details about the model (trade offs, intended users, licensing, etc.)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/UTHealth-Ontology/MCRO> ;
    skos:exactMatch aberowl:MCRO,
        ontobee:MCRO,
        bioportal:MCRO,
        miriam:mcro,
        ols:mcro,
        obofoundry:mcro ;
    dcat:keyword "obo",
        "ontology" ;
    foaf:homepage <https://github.com/UTHealth-Ontology/MCRO> ;
    bioregistry.schema:0000005 "0000001"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ebi.ac.uk/ols4/ontologies/mcro/classes?obo_id=MCRO:$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 obo:mcro.owl ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000017 bioregistry:iao,
        bioregistry:swo ;
    bioregistry.schema:0000019 orcid:0000-0003-4333-1857 ;
    bioregistry.schema:0000024 "https://www.ebi.ac.uk/ols4/ontologies/mcro/classes?obo_id=MCRO:"^^xsd:string ;
    bioregistry.schema:0000026 ror:02catss52 ;
    bioregistry.schema:0000027 <https://www.ebi.ac.uk/ols4/ontologies/mcro/classes?obo_id=MCRO:0000001> ;
    bioregistry.schema:0000029 "mcro" .

orcid:0000-0003-4333-1857 rdfs:label "Tuan Amith" ;
    foaf:mbox "muamith@utmb.edu" .

aberowl:MCRO dcterms:isPartOf bioregistry.metaresource:aberowl .

ontobee:MCRO dcterms:isPartOf bioregistry.metaresource:ontobee .

bioportal:MCRO dcterms:isPartOf bioregistry.metaresource:bioportal .

miriam:mcro dcterms:isPartOf bioregistry.metaresource:miriam .

ols:mcro dcterms:isPartOf bioregistry.metaresource:ols .

obofoundry:mcro dcterms:isPartOf bioregistry.metaresource:obofoundry .

