@prefix this: <https://w3id.org/np/RAok888S7vemx-JVDK44nguGEARCyUvj2hGaE-LJ6Po1o> .
@prefix sub: <https://w3id.org/np/RAok888S7vemx-JVDK44nguGEARCyUvj2hGaE-LJ6Po1o#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:ONDOT <http://schema.org/url> <https://data.bioontology.org/ontologies/ONTODT/download?apikey=8b5b7825-538d-40e0-9e9e-5ab9274a9aeb&download_format=rdf> ;
    <http://usefulinc.com/ns/doap#implements> <https://data.bioontology.org/ontologies/ONTODT/download?apikey=8b5b7825-538d-40e0-9e9e-5ab9274a9aeb&download_format=rdf> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "This ontology contains entities such as: datatype, datatype generator, datatype quality and others giving the possibility to represent arbitrary complex datatypes. This is an important fact for a general data mining ontology that wants to represent and query over modelling algorithms for mining structured data. The ontology was first developed under the OntoDM (Ontology of Data Mining is available at http://kt.ijs.si/panovp/OntoDM) ontology, but for generality and reuse purpose it was decided to export it as a separate ontology. Additionally, the OntoDT ontology is based on and ISO/IEC 11404 (http://www.iso.org/iso/catalogue_detail.htm?csnumber=39479) standard and can be reused used independently by any domain ontology that requires representation and reasoning about general purpose datatypes." ;
    rdfs:label "Ontology of Datatypes" ;
    rdfs:seeAlso <https://bioportal.bioontology.org/ontologies/ONTODT/?p=summary> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-3462-0967 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "nzzXyVymEsf93kXvCEennCSZR6PGrT+pm++EMmgncA6T8DrBovyhOh+5XPPREPVgiHPCsbdkWwSLuEM1owJeiLCvv4Ej16CsDK7SsfJ5n5G34EUOe/7sjQQMgrj6Z7oCMItNnNMKhXMy1th8syzhi0AQP/NHFM1aZZZPpRcBO2Y=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-03-22T13:22:19Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ONDOT ;
    prov:wasDerivedFrom <https://w3id.org/sip/wizard/cd0713ea-ab14-4bee-be14-e49dc5e71d03> .
}