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:hasNanopubLabelPattern "Nanopublication setting: ${label}" ;
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 ;
rdfs:label "URL of bootstrap service" .
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:IntroducedResource ,
nt:LocalResource ,
nt:UriPlaceholder ;
rdfs:label "short name, 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" .
}