sub:assertion {
npx:NanopubService rdfs:label "nanopub service" .
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "has label" .
<
https://github.com/peta-pico/nanopub-services#grlc-np-api>
rdfs:label "grlc-based Nanopub API" .
<
https://github.com/peta-pico/nanopub-services#np-ldf-server>
rdfs:label "Nanopub LDF Server" .
<
https://github.com/peta-pico/signed-nanopub-services#grlc-np-api>
rdfs:label "grlc-based Signed Nanopub API" .
<
https://github.com/peta-pico/signed-nanopub-services#np-ldf-server>
rdfs:label "Signed Nanopub LDF Server" .
<
https://github.com/peta-pico/signed-nanopub-services#np-sparql-api>
rdfs:label "Signed Nanopub SPARQL API" .
<
https://github.com/tkuhn/nanopub-monitor#service>
rdfs:label "Nanopub Monitor" .
<
https://github.com/tkuhn/nanopub-server#service>
rdfs:label "Nanopub Server" .
sub:assertion a nt:AssertionTemplate ;
rdfs:label "Announcing a nanopub service" ;
nt:hasNanopubLabelPattern "Nanopub service: ${label}" ;
nt:hasStatement sub:st0 ,
sub:st1 ,
sub:st2 ;
nt:hasTag "Infrastructure" .
sub:class a nt:RestrictedChoicePlaceholder ;
rdfs:label "the URI of the nanopub service class" ;
nt:possibleValue <
https://github.com/peta-pico/nanopub-services#grlc-np-api> , <
https://github.com/peta-pico/nanopub-services#np-ldf-server> , <
https://github.com/peta-pico/signed-nanopub-services#grlc-np-api> , <
https://github.com/peta-pico/signed-nanopub-services#np-ldf-server> , <
https://github.com/peta-pico/signed-nanopub-services#np-sparql-api> , <
https://github.com/tkuhn/nanopub-monitor#service> , <
https://github.com/tkuhn/nanopub-server#service> , <
https://w3id.org/np/o/service/terms/nanodash-2.x> , <
https://w3id.org/np/o/service/terms/nanopub-query-1.0> , <
https://w3id.org/np/o/service/terms/nanopub-query-1.1> , <
https://w3id.org/np/o/service/terms/nanopub-registry-1.0> .
sub:label a nt:LiteralPlaceholder ;
rdfs:label "short label or comment for the service" .
sub:service a nt:IntroducedResource ,
nt:UriPlaceholder ;
rdfs:label "the URL of the nanopub service" .
sub:st0 rdf:object npx:NanopubService ;
rdf:predicate rdf:type ;
rdf:subject sub:service .
sub:st1 rdf:object sub:class ;
rdf:predicate rdf:type ;
rdf:subject sub:service .
sub:st2 rdf:object sub:label ;
rdf:predicate rdfs:label ;
rdf:subject sub:service .
<
https://w3id.org/np/o/service/terms/nanodash-2.x>
rdfs:label "Nanodash version 2.x" .
<
https://w3id.org/np/o/service/terms/nanopub-query-1.0>
rdfs:label "Nanopub Query 1.0" .
<
https://w3id.org/np/o/service/terms/nanopub-query-1.1>
rdfs:label "Nanopub Query 1.1" .
}