Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAKGsIqfEKG2h1e4PwBW26vLOT_QDk26mOFZ9QK3NoLKE/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-services type grlc-query assertion.
- get-services label "Get all nanopub services (simple view)" assertion.
- get-services description "This query returns all nanopub services announced in nanopublications." assertion.
- get-services sparql "prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix dct: <http://purl.org/dc/terms/> prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> select ?service ?service_label ?serviceType ?np where { graph npa:graph { ?np npx:hasNanopubType npx:NanopubService . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } optional { ?np dct:created ?date . } ?np np:hasAssertion ?a . } graph ?a { ?service a npx:NanopubService . ?service a ?serviceType . ?service rdfs:label ?service_label . filter(?serviceType != npx:NanopubService) } } order by ?service_label" assertion.
- get-services endpoint 05603d3d4c5fea99f7a2622bfe7601cb519e2decf5147c9372518823c3cd975d assertion.
- get-services license LICENSE-2.0 assertion.