https://w3id.org/np/RA0R3SoMJlbUf1ni1OgjU14w3TgnRMx80YD7dvAPyLiqo
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA0R3SoMJlbUf1ni1OgjU14w3TgnRMx80YD7dvAPyLiqo> .
@prefix sub: <https://w3id.org/np/RA0R3SoMJlbUf1ni1OgjU14w3TgnRMx80YD7dvAPyLiqo/> .
@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:DataverseWebAPI a fip:Available-FAIR-Supporting-Resource, fip:Domain-Agnostic-FAIR-Supporting-Resource,
fip:FAIR-Supporting-Resource, fip:Web-API;
rdfs:comment "The Dataverse Data Access API provides programmatic download access to the files stored in a Dataverse installation. More advanced features of the Access API include format-specific transformations (thumbnail generation/resizing for images; converting tabular data into alternative file formats) and access to the data-level metadata that describes the contents of the tabular files.";
rdfs:label "Dataverse Web API";
fip:has-description-source <https://guides.dataverse.org/en/latest/api/dataaccess.html> .
}
sub:provenance {
sub:assertion dct:creator orcid:0000-0001-6899-760X .
}
sub:pubinfo {
this: dct:created "2026-05-07T11:01:10Z"^^xsd:dateTime;
dct:creator <https://fip.fair-wizard.com/wizard>;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
npx:introduces sub:DataverseWebAPI;
prov:wasDerivedFrom <https://w3id.org/fip/wizard/41078961-4942-407b-9275-6d520fa8b78c> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "FYyaXXkxMhiuDp78+GGBmEmO3rLVh2pbXRrYPOyWopYOmME8ajVihJXpwoDpjOlBkcsUKYyRJqNSgQhzDZv2I9aAat+I2K4boCgvVdPFgJf5Za5o4SIrcOeTNO/aWCB/qncnE0ihbiSpG12rSCrLJWtDmmebTG1uTGhfmlJ9Hjs=";
npx:hasSignatureTarget this: .
}