@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 lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ontouml .

bioregistry.metaresource:lov dcterms:hasPart lov:ontouml .

bioregistry:ontouml a bioregistry.schema:0000001 ;
    rdfs:label "OntoUML" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The OntoUML Metamodel repository contains the metamodel of the OntoUML language. Unlike the UML profile, this version is independent of UML and presents only the concepts officially supported in the language. This metamodel covers the abstract and concrete syntaxes of the language and serves as the reference for all projects in the OntoUML as a Service (OaaS) ecosystem, including its different model serializations. [from https://github.com/OntoUML/ontouml-metamodel]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/OntoUML/ontouml-vocabulary> ;
    skos:exactMatch lov:ontouml ;
    dcat:keyword "methods",
        "ontology",
        "rdf" ;
    foaf:homepage <https://w3id.org/ontouml/vocabulary/docs> ;
    bioregistry.schema:0000005 "property"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/ontouml#$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://w3id.org/ontouml> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-2736-7817 ;
    bioregistry.schema:0000024 "https://w3id.org/ontouml#"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/ontouml#property> ;
    bioregistry.schema:0000029 "ontouml" .

orcid:0000-0003-2736-7817 rdfs:label "Pedro Paulo Favato Barcelos" ;
    foaf:mbox "pedro.barcelos@health-ri.nl" .

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

lov:ontouml dcterms:isPartOf bioregistry.metaresource:lov .

