Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAqKTemZo5f68p74eo8-7TqZJBhAV_WYuebDiaSS40wYI/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-resource-views-without-applies-to type grlc-query assertion.
- get-resource-views-without-applies-to label "Get resource views without appliesToInstancesOf" assertion.
- get-resource-views-without-applies-to description "Returns all resource view declarations that do not have a gen:appliesToInstancesOf relation." assertion.
- get-resource-views-without-applies-to 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/> prefix nt: <https://w3id.org/np/o/ntemplate/> select ?view ?view_label ?type ?query ?date ?np ("^" as ?np_label) where { graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np dct:created ?date . ?np np:hasAssertion ?a . ?np np:hasPublicationInfo ?pi . } graph ?pi { ?np nt:wasCreatedFromTemplate <https://w3id.org/np/RARLsTlqbTesu1b0WJZ-zL1z96xumOiqbK3l_vV6iZoww> . } graph ?a { ?view a gen:ResourceView . optional { ?view a ?type . filter(?type != gen:ResourceView) } optional { ?view rdfs:label ?view_label . } optional { ?view gen:hasViewQuery ?query . } filter not exists { ?view gen:appliesToInstancesOf ?class . } } } order by desc(?date)" assertion.
- get-resource-views-without-applies-to endpoint full assertion.
- get-resource-views-without-applies-to license LICENSE-2.0 assertion.