Matches in Nanopublications for { <https://w3id.org/np/RAHQ1si6VpoRv0KVq8SyzIi4d6eGfok5PxhXWnew0Ipmo#get-fip-decl-in-index> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-fip-decl-in-index type grlc-query assertion.
- get-fip-decl-in-index label "Get FIP declarations in indexes" assertion.
- get-fip-decl-in-index license LICENSE-2.0 assertion.
- get-fip-decl-in-index description "This query returns all FIP declarations that are part of the most recent versions of the FIP indexes, as these nanopubs are produced by the FIP Wizard." assertion.
- get-fip-decl-in-index sparql "prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix fip: <https://w3id.org/fair/fip/terms/> prefix dct: <http://purl.org/dc/terms/> prefix dce: <http://purl.org/dc/elements/1.1/> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> prefix np: <http://www.nanopub.org/nschema#> select ?fip_index ?fip_title ?decl_np where { graph npa:graph { ?fip_index npx:hasNanopubType npx:NanopubIndex . ?fip_index npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?index_np_x npx:invalidates ?fip_index ; npa:hasValidSignatureForPublicKey ?pubkey . } ?fip_index np:hasAssertion ?index_a . ?fip_index rdfs:label ?fip_title . ?fip_index dct:created ?index_date . ?decl_np npx:hasNanopubType fip:FIP-Declaration . ?decl_np dct:created ?date . } graph ?index_a { ?fip_index npx:includesElement ?decl_np . } filter not exists { graph npa:graph { ?fip_newer_index npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?fip_newer_index_x npx:invalidates ?fip_newer_index ; npa:hasValidSignatureForPublicKey ?pubkey . } ?fip_newer_index dct:created ?newer_date . # Matching on the title string is an ugly hack: ?fip_newer_index rdfs:label ?fip_title . } filter(?newer_date > ?index_date). } }" assertion.
- get-fip-decl-in-index endpoint full assertion.