@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:get-RORaffiliated-datasets dct:description "This query returns all datasets affiliated with a ROR-registered research organization."; dct:license ; a ; rdfs:label "Get ROR-affiliated datasets"; ; """PREFIX prov: PREFIX schema: PREFIX rdfs: PREFIX dct: PREFIX np: PREFIX npa: PREFIX npx: SELECT DISTINCT ?dataset ?dataset_label ?repository ?ror_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 { ?dataset a . OPTIONAL { ?dataset dct:title ?dataset_label . } OPTIONAL { ?dataset schema:maintainer ?repository . } } GRAPH ?p { ?a prov:wasAttributedTo ?ror_id . FILTER(STRSTARTS(STR(?ror_id), \"https://ror.org/\")) } } ORDER BY DESC(?date)""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . orcid:0000-0002-4930-2662 foaf:name "Alessa An Gambardella" . this: dct:created "2025-06-06T19:18:49.401Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234, orcid:0000-0002-4930-2662; dct:license ; npx:embeds sub:get-RORaffiliated-datasets; npx:supersedes ; npx:wasCreatedAt ; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEJGVv2xFV8o+Ojt3f0N2LgtZTt4+24Lxp8esEZiFYKryDGBYaR0Ef4ajadqtlSpvUHlwNlVIF7XRWiGd64P8drVnqPtpRtxJ+SOl0UNvxuHzUjeWlOYKpKZ/UgrGwVSSR3LvwqXOM9qUkWqy0IQ2KsFbJHHwzgNbcEZuZOD+/WQIDAQAB"; npx:hasSignature "Y9fNfB6FN+b8fek8uh05snF5g0AoP4/Iq1t0loHSA+vE709oCGKntXYCLL70etsyDxL4jKQH5AuHrd4H0d244/gCLOxeVte/hL/bQwUjU63VsxXu/YpFVf7g0dh73TMOajfaXU356QMdzqsboPT+A+e85czfLrSWOAAA01Jkql8="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-4930-2662 . }