@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @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 { npx:FixedTrust rdfs:label "Fixed Trust" . npx:ManualUpdatesOnly rdfs:label "Manual Updates Only" . npx:NanopubSetting rdfs:label "nanopublication setting" . npx:TransitiveTrust rdfs:label "Transitive Trust" . npx:UpdatesByCreator rdfs:label "Updates By Creator" . npx:hasAgents rdfs:label "has agents" . npx:hasBootstrapService rdfs:label "has bootstrap service" . npx:hasServices rdfs:label "has services" . npx:hasTrustRangeAlgorithm rdfs:label "has trust range algorithm" . npx:hasUpdateStrategy rdfs:label "has update strategy" . sub:agents a nt:TrustyUriPlaceholder; rdfs:label "nanopublication index URI of authoritative agents" . sub:assertion a nt:AssertionTemplate; rdfs:label "Defining a new nanopublication setting"; nt:hasStatement sub:st1, sub:st2, sub:st3, sub:st4, sub:st5, sub:st6, sub:st7; nt:hasTag "Meta" . sub:bootstrap-service a nt:UriPlaceholder . sub:label a nt:LiteralPlaceholder; rdfs:label "the name of this nanopublication setting" . sub:services a nt:TrustyUriPlaceholder; rdfs:label "nanopublication index URI of authoritative services" . sub:setting a nt:LocalResource, nt:UriPlaceholder; rdfs:label "short identifier used as URI suffix" . sub:st1 rdf:object npx:NanopubSetting; rdf:predicate rdf:type; rdf:subject sub:setting . sub:st2 rdf:object sub:label; rdf:predicate rdfs:label; rdf:subject sub:setting . sub:st3 rdf:object sub:agents; rdf:predicate npx:hasAgents; rdf:subject sub:setting . sub:st4 rdf:object sub:services; rdf:predicate npx:hasServices; rdf:subject sub:setting . sub:st5 rdf:object sub:bootstrap-service; rdf:predicate npx:hasBootstrapService; rdf:subject sub:setting; a nt:RepeatableStatement . sub:st6 rdf:object sub:trust-range-algorithm; rdf:predicate npx:hasTrustRangeAlgorithm; rdf:subject sub:setting . sub:st7 rdf:object sub:update-strategy; rdf:predicate npx:hasUpdateStrategy; rdf:subject sub:setting . sub:trust-range-algorithm a nt:GuidedChoicePlaceholder; rdfs:label "URI of the trust range algorithm"; nt:possibleValue npx:FixedTrust, npx:TransitiveTrust . sub:update-strategy a nt:GuidedChoicePlaceholder; rdfs:label "URI of the update strategy"; nt:possibleValue npx:ManualUpdatesOnly, npx:UpdatesByCreator . rdf:type rdfs:label "is a" . rdfs:label rdfs:label "is called" . } 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 "keGyPTW8Dkup8H4QKx72Qrt11jAifX5DaPCf6e3JoZna5osR/iidQ4v3L5w/MNyw3lIWtWDi3vKX1xo5xyC0O3fB5eHXa7p3W+4+uz7X+5p5SC8ybrQGIY5awtG92dp3dkmD+l+JGLIgRK3kmtJhLeUbtFGh7MpLdi2/VQNYOlU="; npx:hasSignatureTarget this: . this: dct:created "2022-10-24T12:13:24.826+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; npx:supersedes ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }