@prefix this: <https://w3id.org/np/RAHsJf_-06Z_LK0Cre-qlB_szBI14mxLLwBIchpGJ14Wo> .
@prefix sub: <https://w3id.org/np/RAHsJf_-06Z_LK0Cre-qlB_szBI14mxLLwBIchpGJ14Wo#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@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 {
  <https://w3id.org/gff/rao/terms/Dataset> a fip:Digital-Object-Type ;
    rdfs:comment "A dataset is a collection of data, published or curated by a single agent, and available for access or download in one or more representations." ;
    rdfs:label "Dataset" ;
    skos:exactMatch <https://www.w3.org/ns/dcat#Dataset> ;
    fip:has-description-source <https://www.w3.org/ns/dcat#Dataset> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "PgYE5MBF0JLPch6oTM5+91hpJXjk8fTecPbbBmNryzOx2pSrTABtoWrmkwutxL9EnQHAjaulLfcb32+c5XoC8da+z26rY/5CuyLZdOLIVYT20jvq/io6fSWWFHiKVk7fx4hoWGwExYSYsSXlDwHZn37h2EP+V7XPZdaexgt9CU0=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-06-17T21:51:25Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <https://w3id.org/gff/rao/terms/Dataset> ;
    npx:supersedes <https://w3id.org/np/RAW6Uff3R8f071fO7K0oOZAX0LENTbQclZyG0I7pf20jw> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/2e4d6135-b240-49e2-af2b-a1744270f397> .
}