@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:mathalgodb .

bioregistry:mathalgodb a bioregistry.schema:0000001 ;
    rdfs:label "Algorithm Knowledge Graph Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "This vocabulary and grammar defines which types of objects are admissible to the MathAlgoDB - the algorithm knowledge graph - and by which properties they can relate. All in all five classes, \"problem\", \"algorithm\", \"benchmark\", \"software\", \"publication\", are defined, as well as a minimal but intuitively intelligible number of properties. As opposed to the more liberal WikiData, MathAlgoDB relies on the strict adherence to the ontology to provide a reliable machine-readable database of (numerical) algorithm knowledge. [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://mathalgodb.mardi4nfdi.de/static/widoco/v1/index-en.9634daaec9f8.html> ;
    bioregistry.schema:0000005 "algorithm"^^xsd:string ;
    bioregistry.schema:0000006 "https://mardi4nfdi.de/mathalgodb/0.1#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-2194-6754 ;
    bioregistry.schema:0000024 "https://mardi4nfdi.de/mathalgodb/0.1#"^^xsd:string ;
    bioregistry.schema:0000026 ror:04ncnzm65 ;
    bioregistry.schema:0000027 <https://mardi4nfdi.de/mathalgodb/0.1#algorithm> ;
    bioregistry.schema:0000029 "mathalgodb" .

orcid:0000-0003-2194-6754 rdfs:label "Christian Himpe" .

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

