@prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @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:test-setting npx:hasAgents ; npx:hasBootstrapService , , , ; npx:hasServices ; npx:hasTrustRangeAlgorithm npx:TransitiveTrust; npx:hasUpdateStrategy npx:UpdatesByCreator; a npx:NanopubSetting; rdfs:label "first nanopublication setting for testing..." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "nMbSTN3rc5vuyIonQSjuvywx34S5Ph8yeRrlkfw0lv8uQIo02SwxvcSW3AEaoZ6ofKQHlFPHbwTtlc59fLlK2hKeqWG1cpxP7MQi0F+LfKq2qHcVZwZBZU6oFOlJGL0B2FUGJHztyvCJbGJ07qFDeUqV//3pbvFdQvbIRoEAMSs="; npx:hasSignatureTarget this: . this: dcterms:created "2022-10-24T13:16:21.026+02:00"^^xsd:dateTime; dcterms:creator orcid:0000-0002-1267-0234; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ; nt:wasCreatedFromTemplate . }