Matches in Nanopublications for { <https://w3id.org/np/RAzSFlOt0yD9b-GSNifkGoKfakXEYQ7f6Ic3OMwuJfwts/find-views> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- find-views type grlc-query assertion.
- find-views label "Find views" assertion.
- find-views description "This query finds views by a text query for auto-complete lookup." assertion.
- find-views sparql "prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> prefix dct: <http://purl.org/dc/terms/> prefix search: <http://www.openrdf.org/contrib/lucenesail#> prefix gen: <https://w3id.org/kpxl/gen/terms/> select distinct ?thing ?label ?description ?np ?pubkey ?date where { graph npa:graph { ?np npx:hasNanopubType gen:ResourceView . ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np npx:embeds ?thing . ?np rdfs:label ?label . optional { ?np dct:description ?description . } bind(concat(?label, " ", coalesce(?description, "")) as ?text) filter(contains(lcase(?label), lcase(?_query))) ?np np:hasAssertion ?a . } graph ?a { ?thing gen:appliesToInstancesOf ?__appliedViewClass_iri . } } limit 10" assertion.
- find-views endpoint ec6722efa3b44e0a18aa63afe5964158a1fdb7f0413ea5f23bfddf5c03ca0221 assertion.
- find-views license LICENSE-2.0 assertion.