@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @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:nanodash a fip:Available-FAIR-Supporting-Resource, fip:Editor, fip:FAIR-Supporting-Resource, fip:Generalist-Registry, fip:Registry; schema:url ; rdfs:comment "nanodash is a client to publish and browse nanopublications."; rdfs:label "nanodash"; skos:relatedMatch , ; fip:allows-integrated-use-of-semantic-artefacts ; fip:has-AAS ; fip:targets , , , ; fip:uses-identifier-service . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-2195-3997; prov:wasDerivedFrom , . } sub:pubinfo { this: dct:created "2025-09-30T18:58:49Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:nanodash; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "gX8hbE3AE2kY0DGZ9+wBBwPveN276AG006aWCssGJas79B7buRXYfAnEAu/bK4l8u/CntL4kBztU+oQvlqGETYFUd0V2VMqApGF6TYHxM1uOaW+6MrE5NFPwbUE61aF2NJY95KH/yus5E9SWDqazZkv600botkxWs69FzftUnC4="; npx:hasSignatureTarget this: . }