Nanopublication

< Home

ID

https://w3id.org/np/RAMfoVVq48y6qwKPBfZyMXO6shHBEtvop4IKsrO-O_G2w

Formats

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

Content

@prefix this: <https://w3id.org/np/RAMfoVVq48y6qwKPBfZyMXO6shHBEtvop4IKsrO-O_G2w> .
@prefix sub: <https://w3id.org/np/RAMfoVVq48y6qwKPBfZyMXO6shHBEtvop4IKsrO-O_G2w/> .
@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-matrix> <https://w3id.org/kpxl/gen/terms/hasAdmin>
      <https://w3id.org/np/RArbMo6bMp74oD1SpHhwsDut0n_b_uoNc7QnZWUu8js5I/matrix-bot> .
}

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-07-01T19:17:05.710Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-8327-0142;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.petapico.org/>;
    rdfs:label "Chemical Exposome Matrix community has admin Matrix bot";
    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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCPJNIL29lI1tYIGSKyU72Bm3YCXna2egamVUTRfzD6H9jQFY88EBCpapTKZ/ZUa3nq4P4Y7v6buh0P2wHQdExsscpaa21fFsqPD61JFzgJNV/SoFjwYL017NWOy1qb+goSMusQOUUh3bHQjfK6rn8Rqx+ywMqlVzzFq1aoRVcN0QIDAQAB";
    npx:hasSignature "DhWObACRuvk2DI+rlkWyFEQ++re1jgu0IagAQceer78ORtooobqj5Q6YesV0CAXFN1Cwrp/QImhe8pM6UEVjsg2mcbB2lA/cEB0U6vWxO3ea8o/YYKpI+0ohJYef5z7akaf9DrGa9ChoIIVNr55Re9XXAFB1s3z9kLZfI9HIzMc=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-8327-0142 .
  
  <https://w3id.org/spaces/chemical-exposome-matrix> nt:hasLabelFromApi "Chemical Exposome Matrix community" .
}