@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:assertion rdfs:label "Hi guys- I am working with the demo"; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0009-0001-6755-0125 . } sub:pubinfo { orcid:0009-0001-6755-0125 foaf:name "Johanna Sophie Mück" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUMHjfjDd5czAkLWmWQWazYxgcsBi7Etqzycae3evKX8LzOSYtY9pJWBW2GbkwyDwnr3BahzuYZQyF8YKl6Uj/7AebxwUMLjV6bMH9tgh/xenI0F7XzgTd6m8h01sBmV+ESFzssyiLp5bwsrWOivU+zkH+vM/oS1Vl2gaR2gbieQIDAQAB"; npx:hasSignature "JNtSVamh+E650aa7wckakW9KYlhKxHibW/VY1kCMHOtXMVzFRlvF5hE8bE/NMlKb8A3adCy7t26uY7NnSpfO2hsstk/TWjwDNErlO0unVpGCfTAF++7Heo8h40SUKOdO2fqyG+V98R5SdxX1jQQojtMcGHQFIKDGecYYtlvOgoM="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0001-6755-0125 . this: dct:created "2025-04-09T08:15:55.197Z"^^xsd:dateTime; dct:creator orcid:0009-0001-6755-0125; dct:license ; npx:wasCreatedAt ; rdfs:label "Hi guys- I am working with the demo"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }