Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAEnSs7zzeIL0Fuv6MDMmIB-3M-KXZEGJTQ7goE8mKnv4/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-items-of-collection type grlc-query assertion.
- get-items-of-collection label "Get items of collection" assertion.
- get-items-of-collection license LICENSE-2.0 assertion.
- get-items-of-collection description "This query returns the items of a collection" assertion.
- get-items-of-collection 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/> prefix gen: <https://w3id.org/kpxl/gen/terms/> select ?item ?item_label ?type ?source ?np where { graph npa:graph { ?np npx:hasNanopubType gen:CollectionElement . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np dct:created ?date . ?np np:hasAssertion ?a . ?np npx:introduces ?item . } graph ?a { ?item a ?type . filter(?type != gen:CollectionElement) ?item rdfs:label ?item_label . optional { ?item dct:source ?source } values ?_collection_multi_iri {} ?item dct:isPartOf ?_collection_multi_iri . } } order by ?item_label" assertion.
- get-items-of-collection endpoint 9ec3bb35db694ba009b4d9c48cdf91b7070b6518701100d4b9417318365cf47a assertion.