@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: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 . } 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 ; dct:license ; npx:introduces sub:DataverseWebAPI; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "FYyaXXkxMhiuDp78+GGBmEmO3rLVh2pbXRrYPOyWopYOmME8ajVihJXpwoDpjOlBkcsUKYyRJqNSgQhzDZv2I9aAat+I2K4boCgvVdPFgJf5Za5o4SIrcOeTNO/aWCB/qncnE0ihbiSpG12rSCrLJWtDmmebTG1uTGhfmlJ9Hjs="; npx:hasSignatureTarget this: . }