https://w3id.org/np/RAoZCkLK6XUEm9UgabrJgVQL_DiK8oRP46lAoZnfIPQM0
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAoZCkLK6XUEm9UgabrJgVQL_DiK8oRP46lAoZnfIPQM0> .
@prefix sub: <https://w3id.org/np/RAoZCkLK6XUEm9UgabrJgVQL_DiK8oRP46lAoZnfIPQM0/> .
@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 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: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:Dataverse_Support_Dataset_Versions a fip:Available-FAIR-Supporting-Resource, fip:Domain-Agnostic-FAIR-Supporting-Resource,
fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Provenance-model, fip:Provenance-tracking-service;
<http://schema.org/url> <https://guides.dataverse.org/en/latest/user/dataset-management.html#dataset-versions>;
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 <https://guides.dataverse.org/en/latest/user/dataset-management.html#dataset-versions> .
}
sub:provenance {
sub:assertion dct:creator orcid:0000-0001-6899-760X .
}
sub:pubinfo {
this: dct:created "2026-05-07T01:17:10Z"^^xsd:dateTime;
dct:creator <https://fip.fair-wizard.com/wizard>;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
npx:introduces sub:Dataverse_Support_Dataset_Versions;
prov:wasDerivedFrom <https://w3id.org/fip/wizard/e8ccbfb7-8cbf-4790-b610-73a586967c73> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "bRGy8ue4jt7+gk9CrgyzOH9r/7Pq2fJNgxLqCTbX2tShRVXjrzmZ+iHekhGXnRuiLw7QltxyAFQrl1v/Ltnmez0GfQlXbuB2hPVsonfjwWsNGxFZ9ggARUy4uES+CyYryXrg61eK3CZM9LqS/G17YxXx9JEj377vZzZ01NpZV9s=";
npx:hasSignatureTarget this: .
}