@prefix this: . @prefix sub: . @prefix np: . @prefix grlc: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:get-openaire-supplement-links a grlc:grlc-query; dct:description "Returns the contributed links stating that a publication is supplemented by a dataset, with labels and contributor, excluding retracted or superseded nanopublications (example nanopublications are included)."; dct:license ; rdfs:label "Get OpenAIRE supplement links"; grlc:endpoint ; grlc:sparql """prefix np: prefix npa: prefix npx: prefix nt: prefix dct: prefix foaf: select ?publication ?publication_label ?dataset ?dataset_label ?creator ?creator_label ?date ?np (\"^\" as ?np_label) where { graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?pk . filter not exists { ?inp npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pk . } filter not exists { ?sup npx:supersedes ?np . } ?np dct:created ?date . ?np np:hasAssertion ?a . ?np np:hasPublicationInfo ?pi . } graph ?a { ?publication ?dataset . } filter( ( strstarts(str(?publication), \"https://doi.org/\") || strstarts(str(?publication), \"https://api.openaire.eu/\") ) && ( strstarts(str(?dataset), \"https://doi.org/\") || strstarts(str(?dataset), \"https://api.openaire.eu/\") ) ) optional { graph ?pi { ?publication nt:hasLabelFromApi ?publication_label . } } optional { graph ?pi { ?dataset nt:hasLabelFromApi ?dataset_label . } } optional { graph npa:graph { ?np dct:creator ?creator . } } optional { graph ?pi { ?creator foaf:name ?creator_label . } } } 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" . this: dct:created "2026-07-28T12:30:05Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-openaire-supplement-links; npx:supersedes ; rdfs:label "Get OpenAIRE supplement links"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "ENMJG8pBHLMzRaGqkRCqFohZzlXQ1KPeIJ+ppxiFLxMYc09f2WpM7BIFEQXAnAtU2p1mdLYtjikG0zFHVPePF4nPmFWVtHt/+7o9UZiDet1jGN1C3kIsOAvsWJOul/1v2VVLA6KemcLyxrnczvHoVN+tVmZ5Xf0oBdnlH0VWASI="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }