Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAtftxAXJubB4rlm9fOvvHNVIkXvWQLC6Ag_MiV7HL0ow#assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-labels-for-thing type grlc-query assertion.
- get-labels-for-thing label "Get the labels assigned to a thing" assertion.
- get-labels-for-thing description "This query returns the labels that have been assigned to the thing of the given URI." assertion.
- get-labels-for-thing sparql "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 ?label ?relation ?np ?npLabel ?date ?pubkey where { graph ?g { ?_thing_iri ?relation ?label . values ?relation { rdfs:label dct:title nt:hasLabelFromApi } } graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np npa:hasGraph ?g . ?np dct:created ?date . optional { ?np rdfs:label ?npLabel } } } limit 1000" assertion.
- get-labels-for-thing endpoint full assertion.
- get-labels-for-thing license LICENSE-2.0 assertion.