Matches in Nanopublications for { <https://w3id.org/np/RAhph6VeHAS65FwKguQJFSbesvsuhpnc0yaAQDMuoUY8Q/get-RORaffiliated-datasets> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-RORaffiliated-datasets type grlc-query assertion.
- get-RORaffiliated-datasets label "Get ROR-affiliated datasets" assertion.
- get-RORaffiliated-datasets sparql "PREFIX prov: <http://www.w3.org/ns/prov#> PREFIX schema: <https://schema.org/> 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 DISTINCT ?dataset ?dataset_label ?repository ?ror_id WHERE { GRAPH npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . FILTER NOT EXISTS { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np np:hasAssertion ?a . ?np np:hasProvenance ?p . } GRAPH ?a { ?dataset a <http://purl.org/dc/dcmitype/Dataset> . OPTIONAL { ?dataset dct:title ?dataset_label . } OPTIONAL { ?dataset schema:maintainer ?repository . } } GRAPH ?p { ?a prov:wasAttributedTo ?ror_id . FILTER(STRSTARTS(STR(?ror_id), "https://ror.org/")) } } ORDER BY DESC(?date)" assertion.
- get-RORaffiliated-datasets endpoint full assertion.
- get-RORaffiliated-datasets description "This query returns all datasets affiliated with a ROR-registered research organization." assertion.
- get-RORaffiliated-datasets license LICENSE-2.0 assertion.