Nanopublication

< Home

ID

https://w3id.org/np/RASRHxep-Vi3q1kqC8wVrfi0V3cybEpG0A09yZ7Z8wgoA

Formats

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

Content

@prefix this: <https://w3id.org/np/RASRHxep-Vi3q1kqC8wVrfi0V3cybEpG0A09yZ7Z8wgoA> .
@prefix sub: <https://w3id.org/np/RASRHxep-Vi3q1kqC8wVrfi0V3cybEpG0A09yZ7Z8wgoA/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <http://example.org/s> <http://example.org/p> <http://example.org/o> .
}

sub:provenance {
  sub:assertion dc:created "2024-01-01T00:00:00Z"^^xsd:dateTime .
}

sub:pubinfo {
  this: dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3hnNierp6dHJGxbCVlPQsut6sX7QN8SV/1+6u6mNGO+zKyg+J/mJSmgTXG99vbRqXJ/nk/xunIWVCrYfGy1i2jQS2bZaZBGAiXIdXtvMs1w+0NUhB44w9+Aszc7juj0cBKg3L9doA+sKwvxS0WPZIy8OTdDIKXKNCEgWMPV9XdkAoBNj+iVXYCFYhSpTbK7ceVfhbTTi/Ityaw0ogUwPhtgZsZzXI5/ldQHtd69L/1ClrvlV0MiKaMIV2nPFpwSGE4Oy5tefxwEyiclF1GOvviCVLSDaga87jknPpPAidl34I+unnCGXR5yItI/g/IcC8FsALa11yqJxn+mC51e4pwIDAQAB";
    npx:hasSignature "2xT60pWZ3dc75cb32xlN24llC0GzY5tZXXtnm5N1idRJzXdWkW5nfyiEhHVKubLJRsRxHE3uhDx1rbf028rBPSfmogf4/qmxTGQpoukBU867R8LpaKnhxQbvUDZdJgL2G4AwOvz9SsKgquFqDeL5Y693gMwrWEFy1Zs7DqftKpkP/J5YRwD+MyHg34ciN5AHx8f5GZdE7OlB32EjnE7uss7ClPNiKUkMGF0s/8kz+k9/V1IOD68CZbhlVLqmKZWkoUHun0WPq6EVdINCIqCVgMmshVrPD0n9PEE9AyXnHPKWW/oqTZxErIvQH2m9KsarcgcnTgR3WaTgHAG+wQoViw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}