https://w3id.org/np/RA_ChuPeqeBuZOYZiMOHlp_0rEiReMtpXBHzYUiSNmK5s
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA_ChuPeqeBuZOYZiMOHlp_0rEiReMtpXBHzYUiSNmK5s> .
@prefix sub: <https://w3id.org/np/RA_ChuPeqeBuZOYZiMOHlp_0rEiReMtpXBHzYUiSNmK5s/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
<https://reatch.ch> rdfs:label "Reatch" .
<https://reatch.ch/publikationen/from-waste-to-worth-lets-reconcile-the-world-through-a-new-bio-recycling-way>
a fabio:BlogPost;
dct:creator sub:author;
dct:issued "2025-10-24"^^xsd:date;
dct:language "en";
dct:publisher <https://reatch.ch>;
dct:title "From waste to worth, let's reconcile the world through a new bio-recycling way!" .
sub:author foaf:name "Xulia Maillot Rodriguez" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234;
prov:wasDerivedFrom <https://reatch.ch/publikationen/from-waste-to-worth-lets-reconcile-the-world-through-a-new-bio-recycling-way> .
}
sub:pubinfo {
orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
this: dct:created "2026-05-29T10:53:04Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
npx:introduces <https://reatch.ch/publikationen/from-waste-to-worth-lets-reconcile-the-world-through-a-new-bio-recycling-way>;
rdfs:label "From Waste to Worth (Reatch overview article)" .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "XziY4plnvPSsoEiDJTKfXoHXuaSzDQxY/DhaxumipnbQjBGjZETkxACXSObk9Hy1IlGSoM/DCNlfWrS+weGxSLg+OvgwOOYrelJFdQ1NsT73ai50ukIQqxyUI6Oo/5M7wdDThaOlK3KLxvM2u2/OOXv4jzX7zyrydFczp7catZs=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}