Nanopublication

< Home

ID

https://w3id.org/np/RA-LcCpwCc_musPvbDPor0nIqAJBiufQg017xjO5_M3vs

Formats

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

Content

@prefix this: <https://w3id.org/np/RA-LcCpwCc_musPvbDPor0nIqAJBiufQg017xjO5_M3vs> .
@prefix sub: <https://w3id.org/np/RA-LcCpwCc_musPvbDPor0nIqAJBiufQg017xjO5_M3vs/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0f5rFG56ASZqWVLOoZAr/UN22yb/hMEKQyN1gL9widmqDTeB8A4mSLty4xd9sl9sqCn1JCgfcjQzmmo/rdMta9hkxtxbABWI7h1L26E6VQxKcXs+6voewLaaMxnXFM1vSqao0a7S5lFl5loYwvvy+PAQbLMHAQJ8pb8dRkOQzTCQu3Ihiw8qX29koDCXXJftiBSu9suOmbBYMO3KlPGwXJLEBjtMvckgbXIyJQUTKxrhZWR4F8zggYhiaeRG9rdpRCE9stj3fKshc5EThYuuzPnxgQG31N2r4YabJtyViJ7LKD+hETU7r9ajg3YwklrzHoUf2VjkAFzdRS22gaDZIQIDAQAB";
    npx:hasSignature "wWLa5wPe3jyBOF6hiQxpKiT6o+LbU5vnRd9G7Bfac+6BxsgkAxFLKCCW3PcnqfSG7BYd6bPvwr3bNjpfvsfw5dQAySFYGwWQ2ify5iR5akDpIYypnA/GkdWq3xoQ9+hOfvKHobvwsjZZhqiUc3HtDV5WebCs8PibuHNECRjmkEUihbJHdWl39DBUXqdDdDggO7b8nL+GFpXbi4TPM91Q0sEqsckZsUwPJjvqaZ0lbqWNtLBZZYxaeXZGHeSSKhvnYPh7T3+qFiGg2BOnpHxQtNEe6PmgxPvBmdaapIgDyo47mHm3K/VLdSFH7kHHpRveCB9OVuVKyzs5yX/VMNQb+g==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}