Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAPvMM-bFbR9FDa0GMykeUSxWjpRdVZ8bwwDw35EwNII4/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-personal-urls type grlc-query assertion.
- get-personal-urls label "Get personal URLs" assertion.
- get-personal-urls description "This query returns the personal URLs for a given user." assertion.
- get-personal-urls 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 ?urllink where { graph npa:graph { ?np npx:hasNanopubType rdfs:seeAlso . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np np:hasAssertion ?a . } graph ?a { ?_user_iri rdfs:seeAlso ?url . ?url rdfs:label ?url_label . } bind(concat("<span><a target=\"_blank\" href=\"", str(?url), "\">", ?url_label, "</a></span>") as ?urllink) } order by ?url_label" assertion.
- get-personal-urls endpoint 12ad4f9c57edaccb015e17da7dbbe8759305d12df328d02ba66e7d799cb8bf4f assertion.
- get-personal-urls license LICENSE-2.0 assertion.