Full identifier: https://w3id.org/np/RAd55B1yY5drXTdJQZGnG6YDt14nqGs1Rk8BPW_EcNk8U/get-RORaffiliated-projects
Assigned to 1 class:
Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
---|---|---|---|---|---|---|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-RORaffiliated-projects
|
Alessa An Gambardella
|
2025-06-11T15:10:15.091Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-RORaffiliated-projects
|
Tobias Kuhn
|
2025-06-11T06:12:49.766Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-RORaffiliated-projects
|
Alessa An Gambardella
|
2025-06-10T14:52:20.739Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-RORaffiliated-projects
|
Alessa An Gambardella
|
2025-06-10T13:29:14.954Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-RORaffiliated-projects
|
Get ROR-affiliated projects
|
Alessa An Gambardella
|
2025-06-10T13:29:14.954Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-RORaffiliated-projects
|
Alessa An Gambardella
|
2025-06-10T13:29:14.954Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-RORaffiliated-projects
|
This query returns all projects affiliated with a ROR-registered research organization.
|
Alessa An Gambardella
|
2025-06-10T13:29:14.954Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-RORaffiliated-projects
|
Alessa An Gambardella
|
2025-06-10T13:29:14.954Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-RORaffiliated-projects
|
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 ?project_label ?start_date ?orcid_id
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 . }
}
GRAPH ?p {
?a prov:wasAttributedTo ?orcid_id .
?a prov:wasAttributedTo ?ror .
FILTER(STRSTARTS(STR(?ror), "https://ror.org/"))
FILTER(STRSTARTS(STR(?orcid_id), "https://orcid.org/"))
}
}
ORDER BY DESC(?start_date)
|
Alessa An Gambardella
|
2025-06-10T13:29:14.954Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-RORaffiliated-projects
|
Alessa An Gambardella
|
2025-06-10T13:29:14.954Z
|