Nanopublication

< Home

ID

https://w3id.org/np/RAerXaBdHZ7UowX9xMvsvF0_wTHTjBYz64oxC-s_kbs4I

Formats

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

Content

@prefix this: <https://w3id.org/np/RAerXaBdHZ7UowX9xMvsvF0_wTHTjBYz64oxC-s_kbs4I> .
@prefix sub: <https://w3id.org/np/RAerXaBdHZ7UowX9xMvsvF0_wTHTjBYz64oxC-s_kbs4I/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhqprrFXLRl9bF0Y5BhMwvrm8EtYIEz0M1Kr+SzRRXLbnNApIs+Wnv82QzGTyax2kJGJBmSaelbK9CRLc1yunP7uBYBz85ZTitIFzx/lBXvCJx2odArh7vEhzaPnOA4AX+bB48zfsDPh0hgyB1jIRLa2Sm7PP4iLAKQAfRKrX9oQOJMzVPI5z2lLDMgjkKIO8cZgThL5xS686nZIgAmwEP/p/m+in0uMm9xmGkISIHKmSLHLvH832Z5VFjNAMzfKpjt3CrUUNsq3FasQO9VuSNYJd4ulEfSfsx8WUjAPHH70Waye0XbnPgRjvDauEaOdkQE6wy0bDtG9F3heOq4RHDQIDAQAB";
    npx:hasSignature "MZB8XaJZL8bTEZAhWvOuSOBkqEjqyFWr2QLsCB5hZRwEu3zJwROiq+jl/Wzf5K0EZGWjbMtphvj+QAr3LI3ajudTwWaI38RMtQ/dWhcAr9UlkIxElQspyUNGRfni1RnS1dYm6HUWwxZARh4zuctmJJqPbtirLhqjblP7jAL6ytxgtdLTZR1yAyfU7vW6Qod43zFV34w5T/41AoGAQzX8bCkzTiTGmHM2XawGCywJYii6u8okeYNwtjDBJvNZeSGNm9Vl6vxj9QCFjko6m+hc8vm2R4D576vhqR7diWxD+fEgSe3ulc9gwMNH1RjxXen/a+NtKuyCBcnwOZjdCnseDA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}