Nanopublication

< Home

ID

https://w3id.org/np/RAG0dSqo4tuKoA4qUx1kYJPNaBz0seOgARiuGBb-xyESk

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAG0dSqo4tuKoA4qUx1kYJPNaBz0seOgARiuGBb-xyESk> .
@prefix sub: <https://w3id.org/np/RAG0dSqo4tuKoA4qUx1kYJPNaBz0seOgARiuGBb-xyESk/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@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";
    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-06-01T09:38:28Z"^^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>;
    npx:supersedes <https://w3id.org/np/RA_ChuPeqeBuZOYZiMOHlp_0rEiReMtpXBHzYUiSNmK5s>;
    rdfs:label "From Waste to Worth (Reatch overview article)";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RAGXx_k9eQMnXaCbsXMsJbGClwZtQEGNg0GVJu6amdAVw>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAqwZ6NcirZ1RmIGj1z9FJysy6NNTg54cRmdnm_2G5leE> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "R+yIk9Yyjr210gicg+3wtO4a8rkO4I4a7jDWTbNiYcwLNfni4Cqt5T5AyK9ehaxAV8Ozt6SdkdcP+mgnMc+Kyo8WSmf/jTTMtf2GjeoSargySnIUSuibHQmEkp6ze7V6umvchklPc5Vv4ckRT3lm9jU7MJFACaunulkvUV3liQc=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}