@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-fwtw-nanopubs a grlc:grlc-query; dct:description "Given a resource that has an article as its foaf:primaryTopic, this query collects the nanopublications of the 'from waste to worth' showcase reachable from that article: the article record itself, the citation (CiTO) nanopubs, the metadata of the cited papers, and the claims derived from those papers."; dct:license ; rdfs:label "Get from-waste-to-worth nanopubs for a resource"; grlc:endpoint ; grlc:sparql """prefix rdfs: prefix np: prefix npa: prefix npx: prefix foaf: prefix cito: prefix prov: select distinct ?category ?label ?np (\"^\" as ?np_label) where { graph npa:graph { ?anchorNp np:hasAssertion ?ganchor . } graph ?ganchor { ?_resource_iri foaf:primaryTopic ?article . } { graph npa:graph { ?np npx:introduces ?article . } bind(\"overview article\" as ?category) } union { graph npa:graph { ?np np:hasAssertion ?a1 . } graph ?a1 { ?article cito:citesAsEvidence ?doi1 . } bind(\"citation\" as ?category) } union { graph npa:graph { ?npc2 np:hasAssertion ?ac2 . } graph ?ac2 { ?article cito:citesAsEvidence ?doi2 . } graph npa:graph { ?np npx:introduces ?doi2 . } bind(\"cited paper\" as ?category) } union { graph npa:graph { ?npc3 np:hasAssertion ?ac3 . } graph ?ac3 { ?article cito:citesAsEvidence ?doi3 . } graph npa:graph { ?np np:hasAssertion ?a3 . } graph ?a3 { ?claim prov:wasDerivedFrom ?doi3 . } bind(\"claim\" as ?category) } graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pk . } filter not exists { graph npa:graph { ?inv npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pk . } } optional { graph npa:graph { ?np rdfs:label ?label . } } } order by ?category ?label""" . } 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-05-29T11:59:28Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-fwtw-nanopubs; rdfs:label "Get from-waste-to-worth nanopubs for a resource"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "V02JlCVR/SMayGselelnN73oXSQG7cGeKksaK/frJ1FQO7+LolSY3BQe3JxGbws6nBo+UOt8a4DE7jdP//R+PyXnsfnh7ZhT9wG1X+hxS8VmmEdGyL+8HprrHvFLmCMafPHQNlo6nydW/fV3EL+blFli0eRPXFr1sSwU/jl5WbE="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }