@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: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:setting a npx:NanopubSetting; npx:hasAgents ; npx:hasBootstrapService , , , ; npx:hasServices ; npx:hasTrustRangeAlgorithm npx:TransitiveTrust; npx:hasUpdateStrategy npx:UpdatesByCreator; 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "tSQW/v3RNPXSGp6fCefGhTlkJbdLjQFLbi9083DuWMRudTh+yq9ppvyCa7O03gt9mvzZsAJ1Cl7m/xcrToA5/Afle20Y33IvGtrxpm5ULH5ajJW7K5mScKjz6iBXCxqqnVGtC6qr/b2vVOO7gl5JElfT9i8/nYm/q28xnKC3oZE="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . this: dct:created "2024-06-04T07:59:44.344Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:setting; npx:wasCreatedAt ; rdfs:label "Nanopublication setting: first nanopublication setting"; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }