@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { a ; rdfs:label "Dataset"; ; "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." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 . } sub:pubinfo { orcid:0000-0003-2195-3997 foaf:name "Barbara Magagna" . this: dct:created "2025-07-11T17:22:14.152Z"^^xsd:dateTime; dct:creator orcid:0000-0003-2195-3997; dct:license ; npx:introduces ; npx:wasCreatedAt ; rdfs:label "Class: Dataset"; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB"; npx:hasSignature "L0zPO0M0h7KhWwq+IwkEdhjNs4FrjwRKkoS+4yjMTjpN6+4TaVa2cp0FjDmck8soAVwk6UiXDdw/ST8809c0KLnAtgd385vr6DJym12etoiu8WZ7bDSvijnt0M+MIkuv8mighPweebeMyerFIL4mPtnk2pToG9PV32aI1JFvPow="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0003-2195-3997 . }