Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RArNrZgAJ8qdpgekZE8bvJ8KGJP8N14itZ828PHRLJkR0/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-spaces-by-admin-orcid type grlc-query assertion.
- get-spaces-by-admin-orcid label "List spaces by admin ORCID" assertion.
- get-spaces-by-admin-orcid description "Returns the list of spaces for which the given user (ORCID) is the admin." assertion.
- get-spaces-by-admin-orcid 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/> prefix kpxl_terms: <https://w3id.org/kpxl/gen/terms/> select ?space ?label ?np ?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 ?space . ?np npx:hasNanopubType kpxl_terms:Space . ?np rdfs:label ?label . ?np np:hasAssertion ?assertion . filter not exists { ?npx npx:introduces ?space . ?npx dct:created ?datex . filter(?datex > ?date) } } graph ?assertion { ?space kpxl_terms:hasAdmin ?_resource_iri . } } order by ?label" assertion.
- get-spaces-by-admin-orcid endpoint full assertion.
- get-spaces-by-admin-orcid license LICENSE-2.0 assertion.