Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAxRGihDwPdyUd7kvFGc93_Mwatc82cVFzNvqwH9ClO1A/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-RORaffiliated-datasetCount2 type grlc-query assertion.
- get-RORaffiliated-datasetCount2 label "Get ROR-affiliated dataset count per funder" assertion.
- get-RORaffiliated-datasetCount2 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/> PREFIX w3idf: <https://w3id.org/fair/fip/terms/> SELECT ?funded_by (COUNT(DISTINCT ?project) AS ?project_count) 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 schema:funder ?funded_by . } OPTIONAL { ?project rdfs:label ?project_label . } OPTIONAL { ?project schema:startDate ?start_date . } } # GRAPH <http://purl.org/np/RACXDZHEowTYDAzZvdmD0qIGpXZwY5ghMRBBlt6N8Iu5s#assertion> { # OPTIONAL { ?domain rdfs:label ?domain_label . } # } GRAPH ?p { # ?a prov:wasAttributedTo ?orcid_id . ?a prov:wasAttributedTo ?ror . FILTER(STRSTARTS(STR(?ror), "https://ror.org/")) } } GROUP BY ?funded_by ORDER BY DESC(?project_count)" assertion.
- get-RORaffiliated-datasetCount2 endpoint full assertion.
- get-RORaffiliated-datasetCount2 description "This query returns a count of datasets per funder for those affiliated with a ROR-registered research organization." assertion.
- get-RORaffiliated-datasetCount2 license LICENSE-2.0 assertion.