@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:setting npx:hasAgents ; npx:hasBootstrapService , , , ; npx:hasServices ; npx:hasTrustRangeAlgorithm npx:TransitiveTrust; npx:hasUpdateStrategy npx:UpdatesByCreator; a npx:NanopubSetting; rdfs:label "first nanopublication setting" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "qLifxeNWKlAWu3kBa31a4kF/3BVR4mTLbj6R8+GTXHzf8lBmBCnKlmhowiDWBGVOA8Fce/7q15sbu9pC5okAOwwAsJs5QHGX0O44Qz/VQyjANxrke/K6H4Ika6QphMFRaZDPD7Gge7aSdsC/Ap92lWXbnwOkQyqO9kP6vRdbpDs="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . this: dct:created "2024-03-18T12:09:04.209Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:setting; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Nanopublication setting: first nanopublication setting"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }