@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 ?label ?repository ?ror 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 ?label . } OPTIONAL { ?dataset schema:maintainer ?repository . } } GRAPH ?p { ?a prov:wasAttributedTo ?ror . FILTER(STRSTARTS(STR(?ror), \"https://ror.org/\")) } }""" . } 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-06T13:01:42.633Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234, orcid:0000-0002-4930-2662; dct:license ; npx:embeds sub:get-RORaffiliated-datasets; 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 "f5cAns/iuVOzUvsvKl1fdWPzZO/snkm09YlLwuZabonS7iiOqa+ZGB4ju8OqTfmWymCIWaI9Gi/namZicGKZkT2qrajT0Ddf6VgusaKekqkzy7/SCW7h74IW6nnGD3IViBLpdjeGe0tQqSe/h7+5nJp18R3OEy+Fxg5+rIF/VhY="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-4930-2662 . }