Matches in Nanopublications for { <https://w3id.org/np/RAdOqAbzrqQPbmLL7CJtp3s_37xecKDfS8UQ3x3wV2kX8/get-RORaffiliated-datasetCount> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-RORaffiliated-datasetCount type grlc-query assertion.
- get-RORaffiliated-datasetCount label "Get ROR-affiliated dataset count" assertion.
- get-RORaffiliated-datasetCount 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 ?orcid (COUNT(DISTINCT ?dataset) AS ?datasetCount) 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> . } GRAPH ?p { ?a prov:wasAttributedTo ?orcid . ?a prov:wasAttributedTo ?ror . FILTER(STRSTARTS(STR(?ror), "https://ror.org/")) } } GROUP BY ?orcid ORDER BY DESC(?datasetCount)" assertion.
- get-RORaffiliated-datasetCount endpoint full assertion.
- get-RORaffiliated-datasetCount description "This query returns a count of datasets per orcid for those affiliated with a ROR-registered research organization." assertion.
- get-RORaffiliated-datasetCount license LICENSE-2.0 assertion.