Nanopublication

< Home

ID

https://w3id.org/np/RAiRr8J8zvtebb2LlBB-o_dVmjZscKKeTI6_jVSZsUpwA

Formats

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

Content

@prefix this: <https://w3id.org/np/RAiRr8J8zvtebb2LlBB-o_dVmjZscKKeTI6_jVSZsUpwA> .
@prefix sub: <https://w3id.org/np/RAiRr8J8zvtebb2LlBB-o_dVmjZscKKeTI6_jVSZsUpwA/> .
@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/r/vocabulary> a <http://www.w3.org/2002/07/owl#Ontology>,
      <https://w3id.org/kpxl/gen/terms/MaintainedResource>;
    dct:description "The OWL ontology representing the matrix vocabulary.";
    rdfs:label "Matrix Vocabulary";
    <https://w3id.org/kpxl/gen/terms/hasNamespace> <https://w3id.org/peh/matrices/>;
    <https://w3id.org/kpxl/gen/terms/isMaintainedBy> <https://w3id.org/spaces/chemical-exposome-matrix> .
}

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-01T18:47:44.769Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-8327-0142;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces <https://w3id.org/spaces/chemical-exposome-matrix/r/vocabulary>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    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/RAadceLO9eTvnfdmuWKiTYLmVLyDevpITnqaJtQW2DnVY> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrtQj5vwUetIUcAq1KOnUqIuPJAJm48YRojgd5u3y1c7NAZJU907q94I3KV5l7AJd0O5Ekzedt8dS3VpJFucrvg2v4BRGmEa7C8VMg6CcEsKTAa6wUEJfngKAfj8e6moEHOxdCs52BDRnJffZwbTlsQkGV3XpsRDCUjq1vgz/vRwIDAQAB";
    npx:hasSignature "nRLRetzIbrrkZJ1LHmSMxgWTBDHQsDOWVEZ2p6NCVRQyNiKu7X4n0Gm+PizvcqrjJqS5ybwVG6PiPMPFKDTQCjZWgnfGjZ7O5J6E8fw8UukLRRRY+EbyYpfZ7WaqXRGNcLVmd+rR8uPuCyjR9mlMTSVPCSlfmVx7eFOGgfGBKDQ=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-8327-0142 .
  
  <https://w3id.org/spaces/chemical-exposome-matrix> nt:hasLabelFromApi "Chemical Exposome Matrix community" .
}