@prefix this: <https://w3id.org/np/RAW6Uff3R8f071fO7K0oOZAX0LENTbQclZyG0I7pf20jw> .
@prefix sub: <https://w3id.org/np/RAW6Uff3R8f071fO7K0oOZAX0LENTbQclZyG0I7pf20jw#> .
@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 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 "U7aYF6f7w4ijD0/spG+go2B822ueI26hm2olnyJO+YnN7vzm9VO+ipxpL957iw2dWUqmrxCcEzFmL8JcIiIxbpLc+fj7TkvtJGeEaQHJGbVKUdk91RSEUsdGZVMRFUfdT3buxpx7Bx8J7A6NpBVDiIaL8pS95cFz9gANfac5Hh8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-06-17T21:38:09Z"^^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> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/2e4d6135-b240-49e2-af2b-a1744270f397> .
}