@prefix this: <http://purl.org/np/RA6nM9ZNUoc3HU8ODzokamR-LPySCqDR1zJfutGhcwrqg> .
@prefix sub: <http://purl.org/np/RA6nM9ZNUoc3HU8ODzokamR-LPySCqDR1zJfutGhcwrqg#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix hycl: <http://purl.org/petapico/o/hycl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubInfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:mystatement a hycl:Statement ;
    rdfs:label "Fundamentos de Data Science" .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2021-04-07T17:02:22.048026"^^xsd:dateTime ;
    prov:wasAttributedTo <https://orcid.org/0000-0002-0792-8157> .
  <https://orcid.org/0000-0002-0792-8157> hycl:claims sub:mystatement .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqDYQKXdt0wLyWC9nsBpURQCYDd7uMZqIHeWwZzcxHy7qT3mqKgwuW2dmEQV+rsr+OjNnzKDKEnR/h25m0IQcgJDEy7aa0gwokN+9Gwf0pwM1HyneYb28Qa0UonyXpR1y5ilQ3kblmH2PMGJEdifCp0uk7ONeRlsO5IGIB1ZkNmwIDAQAB" ;
    npx:hasSignature "E2lSOVouQVbdo/gbi7aCeWK18uJJLmF3A86mhGGPVx+2lCng2kebiSGwdDgq/HoR4z/whZWSNBA+F7sK7xdgeXZBxnDVVzPElsogm4J/CQJGKBORvDT01HRb/p8PKCc6gj9PxrrfbnShp9D2sBiXI1hkrCcv3QnBLL4dtlG+h+0=" ;
    npx:hasSignatureTarget this: .
  this: prov:generatedAtTime "2021-04-07T17:02:22.048026"^^xsd:dateTime ;
    prov:wasAttributedTo <https://orcid.org/0000-0002-0792-8157> .
}