Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAeFQJPpiSUso0uTRh93Qh6hEvOaNWkCoenFlG7Wh60Y0/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-views-for-resource type grlc-query assertion.
- get-views-for-resource label "Get views for a resource" assertion.
- get-views-for-resource description "This query returns all the views declared for a given resource." assertion.
- get-views-for-resource 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 ?view ?label ?np ?pubkey ?date where { values ?_resource_multi_iri {} graph npa:graph { ?np npx:hasNanopubType gen:hasView . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np dct:created ?date . ?np np:hasAssertion ?a . optional { ?np rdfs:label ?label } } graph ?a { ?_resource_multi_iri gen:hasView ?view . } } order by desc(?date)" assertion.
- get-views-for-resource endpoint e583e6ea1b422742ec887ec2cfb39054797ee27f64c11026cb4db1dc60eee044 assertion.
- get-views-for-resource license LICENSE-2.0 assertion.