Matches in Nanopublications for { <https://w3id.org/np/RAsJVO81z2oPjsCLqsEm4UFxxE1D-vuUPsjG3e_e29L8U/get-term-definitions> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-term-definitions type grlc-query assertion.
- get-term-definitions label "Get term definitions" assertion.
- get-term-definitions description "This query returns all the nanopubs that introduce, describe, or embed the given term." assertion.
- get-term-definitions 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/> select ?np ?npLabel ?creator ?date where { values ?__pubkey {} graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?__pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?__pubkey . } ?np dct:created ?date . ?np npx:introduces|npx:describes|npx:embeds ?_term_iri . optional { ?np rdfs:label ?npLabel . } optional { ?np npx:signedBy ?creator . } } } order by desc(?date)" assertion.
- get-term-definitions endpoint meta assertion.
- get-term-definitions license LICENSE-2.0 assertion.