Nanopublication

< Home

ID

https://w3id.org/np/RATvD_eANNfq2MGf5r0HwZkLpwTRY_ARqm0W-hqfiqrqM

Formats

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

Content

@prefix this: <https://w3id.org/np/RATvD_eANNfq2MGf5r0HwZkLpwTRY_ARqm0W-hqfiqrqM> .
@prefix sub: <https://w3id.org/np/RATvD_eANNfq2MGf5r0HwZkLpwTRY_ARqm0W-hqfiqrqM/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxYfwvvw4qpbn8xc6r60wp8oje1d69SjK2O/TvQ7VA4wXX7xAW6PWJVlE0iFIaQR2wzFEKEvIUqHyVymeRNRzSI0IFi7q/0Jk/43gTPJGP9QVxrr1rf37wkvr3dZBNGWr/D74fVuXgYksVeQIUlZEekyN0R9ZcgQp69wq+qvK8Ipi1H7Pdojw8trlRi/aCHvw4DSHr6UCLWa8wL7/JhhAYjZbRi71GRbkdmyarjIVlDlpp9bifQBki5SLC8zjkNx2RQIGWA+f3E2pzzn1C/Si0AMTrsQBmzkS9aRcvxXfH7MPl/S6Hv8cXWLZzgMFY21AVTCSyRm7i483OZJQury5PQIDAQAB";
    npx:hasSignature "bzdG73OVSY4GG6weLHL9k0YBUv2w125doUY1RBrkikroRFPu2lpRe+Q2ngeFKlwBzfhDR15rgtUDCFdeAGS/yck4KaaqSi5B/S+w0C3PDIJMdAOhLmZ7SZwO9gRdKC5znDlz7U1PodC94i92NOsO2efSijyk4J++Sk+5NArzq2YdY/y5KMKMelKvZRGp0YUABgVHZwKwwKbmIJvWAtAGc2pR76PrPBJNKm2E4RPuIWuJAATQ/Wltqi8K+BfnoyPuHOqJVOa3/54Xf5n0zFcPuxgdfqYEI2PB4mPXtFNFPI6XWZ65mGV5ZXyuio+d+kD68+Pir9+50rQQf/gQtzVp+A==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}