@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 ror: <https://ror.org/> .
@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:mathmoddb .

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

bioregistry:mathmoddb a bioregistry.schema:0000001 ;
    rdfs:label "MathModDB Ontology and Knowledge Graph for Mathematical Models" ;
    dcterms:description "MathModDB is a database of mathematical models developed by the Mathematical Research Data Initiative (MaRDI). MathModDB defines a data model with classes (Mathematical Model, Mathematical Formulation, Research Field, Research Problem, Quantity [Kind], Computational Task, Publication), object properties/relations, data properties and annotation properties as an ontology. This ontology is populated with individuals/data from various fields of applied mathematics, making it a knowledge graph. [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/mardi4nfdi/MathModDB> ;
    skos:exactMatch tib.ts:mathmoddb ;
    dcat:keyword "computer science",
        "engineering",
        "mathematics",
        "nfdi4ing" ;
    foaf:homepage <https://github.com/mardi4nfdi/MathModDB> ;
    bioregistry.schema:0000005 "ComputationalTask"^^xsd:string ;
    bioregistry.schema:0000006 "https://mardi4nfdi.de/mathmoddb#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://mardi4nfdi.de/mathmoddb#"^^xsd:string ;
    bioregistry.schema:0000026 ror:04ncnzm65 ;
    bioregistry.schema:0000027 <https://mardi4nfdi.de/mathmoddb#ComputationalTask> ;
    bioregistry.schema:0000029 "mathmoddb" .

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

