Matches in Nanopublications for { <https://w3id.org/np/RAtn9iWaIeHC5HKILVNgm-ltyTWo5GQGrk5g-kglC5yA0/get-related-things-for-review> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-related-things-for-review type grlc-query assertion.
- get-related-things-for-review label "Get related things for systematic review" assertion.
- get-related-things-for-review description "This query returns related things, like datasets, software, and claims, that are linked to the given systematic review." assertion.
- get-related-things-for-review 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 sl: <https://w3id.org/sciencelive/o/terms/> select ?thing ?thing_label ?type ?np ("^" as ?np_label) where { graph npa:graph { ?qnp npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?qnpx npx:invalidates ?qnp ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?qnp dct:created ?date . ?qnp np:hasAssertion ?a . } values ?_systematicReview_multi_iri { } graph ?a { ?_systematicReview_multi_iri sl:targetsResearchQuestion ?research_question . } graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?ppubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?ppubkey . } ?np np:hasAssertion ?pa . } graph ?pa { ?thing a ?type . values ?type { <http://purl.org/petapico/o/hycl#AIDA-Sentence> <http://purl.org/dc/dcmitype/Software> <http://www.w3.org/ns/dcat#Dataset> } ?thing dct:isPartOf ?research_question . optional { ?thing rdfs:label ?thing_label . } } } order by ?type ?thing_label" assertion.
- get-related-things-for-review endpoint full assertion.
- get-related-things-for-review license LICENSE-2.0 assertion.