@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:Diana_Spencer dct:description "Former Princess of Wales"; a , ; rdfs:label "Diana Spencer" . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { nt:hasLabelFromApi "Person - family name" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDFeoKxUJdAVjp6pjr5IxphsGBg+2RuPt1Uv6hyjSiBtnxFD5K/GUEPPPGhzHW0I+VztfdljH12+E/SYQ7cfl0rYIFbkSojYdlzi5KvfD/XQSWV1QMh/15Ek10eNjLba3YyzCvbILdU44MuD5kfY8LXWr7gnFyM3SyXU38Udow0vwIDAQAB"; npx:hasSignature "giJSJK+uX+q43sta916nrRDMcqloLwBPEsAYKsdIA/YKWr1WoZKbuStLWyI/5PZR6J2/p+p2CRloHEcH0n/4qH8x24KD/aysAy0y1HBSJt3nsi0LEiSbN34rnnuy9W4kPz2EB/g6xq3YuAUO5kdx275S3sxY06CdwOXGYdzAL4E="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0000-7886-9249 . this: dct:created "2024-10-04T11:38:35.987Z"^^xsd:dateTime; dct:creator orcid:0009-0000-7886-9249; dct:license ; npx:introduces sub:Diana_Spencer; npx:wasCreatedAt ; rdfs:label "Diana Spencer"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }