@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 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:bioportal dcterms:hasPart bioportal:ONTODM-CORE .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ontodm .

bioregistry:ontodm a bioregistry.schema:0000001 ;
    rdfs:label "Ontology of Core Data Mining Entities" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "OntoDM-core defines the most essential data mining entities in a three-layered ontological structure comprising of a specification, an implementation and an application layer. It provides a representational framework for the description of mining structured data, and in addition provides taxonomies of datasets, data mining tasks, generalizations, data mining algorithms and constraints, based on the type of data. OntoDM-core is designed to support a wide range of applications/use cases, such as semantic annotation of data mining algorithms, datasets and results; annotation of QSAR studies in the context of drug discovery investigations; and disambiguation of terms in text mining. (from abstract)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/panovp/ontodm-core> ;
    skos:exactMatch bioportal:ONTODM-CORE ;
    dcat:keyword "ontology" ;
    foaf:homepage <http://www.ontodm.com/> ;
    bioregistry.schema:0000005 "000072"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.ontodm.com/OntoDM-core/OntoDM_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/panovp/ontodm-core/master/OntoDM.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000018 bioregistry:efo ;
    bioregistry.schema:0000019 [ rdfs:label "Pance Panov" ;
            foaf:mbox "pance.panov@ijs.si" ] ;
    bioregistry.schema:0000024 "http://www.ontodm.com/OntoDM-core/OntoDM_"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.ontodm.com/OntoDM-core/OntoDM_000072> ;
    bioregistry.schema:0000029 "ontodm" .

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

bioportal:ONTODM-CORE dcterms:isPartOf bioregistry.metaresource:bioportal .

