Nanopublication

< Home

ID

https://w3id.org/np/RAHqJBWfu-hHU6Eag5WgZXBu95awx7JkoUdF-5cUDKP4I

Formats

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

Content

@prefix this: <https://w3id.org/np/RAHqJBWfu-hHU6Eag5WgZXBu95awx7JkoUdF-5cUDKP4I> .
@prefix sub: <https://w3id.org/np/RAHqJBWfu-hHU6Eag5WgZXBu95awx7JkoUdF-5cUDKP4I/> .
@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 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://w3id.org/spaces/chemical-exposome-indicator> <https://w3id.org/kpxl/gen/terms/hasAdmin>
      orcid:0000-0002-1267-0234 .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-8327-0142 .
}

sub:pubinfo {
  orcid:0000-0001-8327-0142 foaf:name "Gertjan Bisschop" .
  
  this: dct:created "2026-08-19T08:20:57.487Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-8327-0142;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Chemical Exposome Indicator has admin Tobias Kuhn";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAsOQ7k3GNnuUqZuLm57PWwWopQJR_4onnCpNR457CZg8> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrtQj5vwUetIUcAq1KOnUqIuPJAJm48YRojgd5u3y1c7NAZJU907q94I3KV5l7AJd0O5Ekzedt8dS3VpJFucrvg2v4BRGmEa7C8VMg6CcEsKTAa6wUEJfngKAfj8e6moEHOxdCs52BDRnJffZwbTlsQkGV3XpsRDCUjq1vgz/vRwIDAQAB";
    npx:hasSignature "pufPIaNraR5CozgarSeHWzUvl3ejHGKR/e56u7UngbPn0X1lclxpvqXrvCdTl6dyMjnbKYq9U8ll+FSVh41kvCRAEapV6i6TuZrZHwoNPMGTQw026dZOh8G50e99GiMhcjxm28Ra++5hab27EM1MU1TlecqGrref5SUsR4iaSJQ=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-8327-0142 .
  
  <https://w3id.org/spaces/chemical-exposome-indicator> nt:hasLabelFromApi "Chemical Exposome Indicator" .
}