Matches in Nanopublications for { <https://w3id.org/np/RAGRXBbyKE2ws0PAa45tvtS8DcIwDYYH6By6Q4pO7c_dI/get-RORaffiliated-projectDomains> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-RORaffiliated-projectDomains type grlc-query assertion.
- get-RORaffiliated-projectDomains label "Get ROR-affiliated projects per domain" assertion.
- get-RORaffiliated-projectDomains 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 DISTINCT ?project ?project_label ?domain #?domain_label 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 ?project_label . } # OPTIONAL { ?project schema:startDate ?start_date . } OPTIONAL { ?project w3idf:has-research-domain ?domain . } } # 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/")) } } ORDER BY DESC(?start_date)" assertion.
- get-RORaffiliated-projectDomains endpoint full assertion.
- get-RORaffiliated-projectDomains description "This query returns all projects affiliated with a ROR-registered research organization with domains." assertion.
- get-RORaffiliated-projectDomains license LICENSE-2.0 assertion.