Matches in Nanopublications for { <https://w3id.org/np/RARSKb2yBuB8IqiQ_6MEmdPK07XxY-c-YlsRGocHqSR8E#find-things> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- find-things type grlc-query assertion.
- find-things label "Full-text search on things" assertion.
- find-things description "This query performs a full-text search on the things introduced in nanopublications." assertion.
- find-things 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#> select ?thing ?label ?description ?np ?pubkey ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np npx:introduces|npx:describes ?thing . ?np rdfs:label ?label . optional { ?np dct:description ?description . } ?np np:hasAssertion ?a . } ?np search:matches [ search:query ?_query ; search:property rdfs:label ; search:score ?score ; search:snippet ?snippet ] . } limit 100" assertion.
- find-things endpoint text assertion.
- find-things license LICENSE-2.0 assertion.