Matches in Nanopublications for { <https://w3id.org/np/RAbmaOhAIkABVWo10zx6552K2g1KxFnnFReDLDAGapZ8g/get-fdo-by-id> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-fdo-by-id type grlc-query assertion.
- get-fdo-by-id label "Get FDO by ID" assertion.
- get-fdo-by-id 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 ?label ?fdo ?creator ?date where { bind(if(strstarts(?_fdoid, "https://") || strstarts(?_fdoid, "http://"), iri(?_fdoid), iri(concat("https://hdl.handle.net/", str(?_fdoid)))) as ?fdo) graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np npx:hasNanopubType <https://w3id.org/fdof/ontology#FAIRDigitalObject> . ?np npx:introduces ?fdo . optional { ?np rdfs:label ?label } optional { ?np npx:signedBy ?creator } } } order by desc(?date)" assertion.
- get-fdo-by-id endpoint f82fa5e467e6ba40c5d14402c3590f2ad8ed9a13e982133ab26ef1a889b34ebd assertion.
- get-fdo-by-id description "This query returns the FDO info for a given FDO identifier" assertion.
- get-fdo-by-id license LICENSE-2.0 assertion.