Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RA6BYgfEMzkYEOw-EZlsH3s7CkE1xam-tlYtVEuyR1hL8/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-RORaffiliated-projects type grlc-query assertion.
- get-RORaffiliated-projects label "Get ROR-affiliated projects" assertion.
- get-RORaffiliated-projects 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/> PREFIX w3: <http://www.w3.org/> SELECT DISTINCT ?project ?label ?start ?orcid 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 { ?project a <https://schema.org/ResearchProject> . OPTIONAL { ?project rdfs:label ?label . } OPTIONAL { ?project schema:startDate ?start . } } GRAPH ?p { ?a prov:wasAttributedTo ?orcid . ?a prov:wasAttributedTo ?ror . FILTER(STRSTARTS(STR(?ror), "https://ror.org/")) } }" assertion.
- get-RORaffiliated-projects endpoint full assertion.
- get-RORaffiliated-projects description "This query returns all projects affiliated with a ROR-registered research organization." assertion.
- get-RORaffiliated-projects license LICENSE-2.0 assertion.