@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:DataverseVersionSupport a fip:Available-FAIR-Supporting-Resource, fip:Domain-Agnostic-FAIR-Supporting-Resource, fip:FAIR-Supporting-Resource, fip:Provenance-tracking-service; ; rdfs:comment """Dataverse provides provenance facilities on dataset level and file level. A Dataverse installation accepts provenance information in two forms: a Provenance File or a free-text Provenance Description. Specification of the service can be found at: https://guides.dataverse.org/en/latest/user/dataset-management.html#dataset-versions """; rdfs:label "Dataverse Support for Dataset Versions"; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-6899-760X . } sub:pubinfo { this: dct:created "2026-05-07T11:07:33Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:DataverseVersionSupport; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "e8t8roSo9Uvxew/gV2w6KZU3H4Q1NwCBkhSDSxFFlHsAOk4ewFtWF6d8g6j1fZSZCypLh2hKoKHpqn4o6BjllBPPn8sjb/XoB6f53TiebPrAYZUwbwZ9PPtWOAdfV8U2FKOZVmeY0+o6CWfScs5IdWbk7cPooGG4F8cdVT+yf1s="; npx:hasSignatureTarget this: . }