@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RANGPZkizmnoBe8pyAVAH69LyFOYh2AJR8dbyBizBuIgk> .
@prefix sub: <http://purl.org/np/RANGPZkizmnoBe8pyAVAH69LyFOYh2AJR8dbyBizBuIgk#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@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:renal-disease-classification dcterms:description "This is the Machine Learning task of classifying a dataset with respect to whether a renal disease is present or not." ;
    a owl:NamedIndividual , <http://www.w3.org/ns/mls#Task> ;
    rdfs:label "renal disease classification" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB" ;
    npx:hasSignature "Lz19CfkYnFoS9xpRAfH9jWNwPc3aSg8hO0bi0p8dIA6Py6RtTYnMniCqKssAYZg01uhcdCqJ9UmYNH8xKvAAZQ9Q1MWyJs+UTx0hHS3nf82TikI1c5pRDFj5CCTfPs001alSwc+FDClfL4Jf2BKGPYV6WYSbYUVLD8m5WQuNLNg=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-04-12T13:34:18.671Z"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-1267-0234 ;
    npx:introduces sub:renal-disease-classification ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAZxw5zhGdfdpQrY3bsXtO8PeJmNW-pmae8ZK3cLw08Uo> .
}