Matches in Nanopublications for { <https://w3id.org/np/RARtWHRzNY5hh31X2VB5eOCJAdp9Cjv4CakA0Idqz69MI#get-templates-with-uri> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-templates-with-uri type grlc-query assertion.
- get-templates-with-uri label "Get the templates using given URI" assertion.
- get-templates-with-uri description "This query returns the assertion templates that use the given URI in their statements." assertion.
- get-templates-with-uri sparql "prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> prefix dct: <http://purl.org/dc/terms/> 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 nt: <https://w3id.org/np/o/ntemplate/> select distinct ?np ?npLabel ?date ?pubkey where { graph ?assertion { ?statement ?relation ?_thing_iri . values ?relation { rdf:subject rdf:predicate rdf:object nt:possibleValue } } graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } filter not exists { ?np npx:hasNanopubType nt:UnlistedTemplate . } ?np np:hasAssertion ?assertion . ?np dct:created ?date . optional { ?np rdfs:label ?npLabel } } } limit 1000" assertion.
- get-templates-with-uri endpoint 79342356d3a68063a627e83ac34b376479e438abb8a4c4b27d49f845f537dc8d assertion.
- get-templates-with-uri license LICENSE-2.0 assertion.