@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:DataverseAPI ; a fip:Available-FAIR-Supporting-Resource, fip:Communication-protocol, fip:FAIR-Enabling-Resource; rdfs:comment "The Dataverse Software APIs allow users to accomplish many tasks such as creating datasets, uploading files, publishing datasets, and much, much more, all without using the Dataverse installation’s web interface."; rdfs:label "Dataverse API | The Dataverse Software APIs" . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1261-9930 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "fwRCNX0mjA0M5hGe2Rbm6LTY35Ts9p6dt7V72iOD9Z1HPnrV8yTqV1/BPB1QxU9hxBEMh8nTPyJbBOVSm4R+txnyl30kTLe0O03EQeT+Q0+I0FeXKD8/gWMIwp4qU2OlPgnqL71ZRGOTMM/B0p9KV2PWpcIYrOOTFn3Nbqv67dw="; npx:hasSignatureTarget this: . this: dct:created "2025-04-20T12:49:49Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:DataverseAPI; prov:wasDerivedFrom . }