Matches in Nanopublications for { <https://w3id.org/np/RAq1suS9gUu6ErKjOVRdm_ZNDwwfOhPko0i_yqjmbXY_o/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_id (COUNT(DISTINCT ?dataset) AS ?dataset_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 { ?dataset a <http://purl.org/dc/dcmitype/Dataset> . } GRAPH ?p { ?a prov:wasAttributedTo ?ror_id . ?a prov:wasAttributedTo ?orcid_id . FILTER(STRSTARTS(STR(?ror_id), "https://ror.org/")) FILTER(STRSTARTS(STR(?orcid_id), "https://orcid.org/")) } } GROUP BY ?orcid_id ORDER BY DESC(?dataset_count)" 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.