Nanopublication

< Home

ID

https://w3id.org/np/RAD87WGTDZAZZM39uLsAFodMoxIjFb-gWq2ddmfOEtFMA

Formats

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

Content

@prefix this: <https://w3id.org/np/RAD87WGTDZAZZM39uLsAFodMoxIjFb-gWq2ddmfOEtFMA> .
@prefix sub: <https://w3id.org/np/RAD87WGTDZAZZM39uLsAFodMoxIjFb-gWq2ddmfOEtFMA/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAruLnInulotoI2DBc6pEb03HBIRyIPSnaMx3c/DFeaT90JmtvRefcocvJ/5Iwxb0sKyyWocj2TuPKPElG2bNf4GiR464oHySn0F98ku5sj7tzS1AuY/dISloNOGlkb2MXb2hDbfOBLCp/XjmRZTkDNW2mVrUe+lne27Wzwg8lx3y3xOhHSp9WcHiKIfT6GJUwWgeRU9n9F0zl5lCjB6ZdPeuZSQYLwGU+dTFxvBIVRzTt7h+sU/qmRWjvDQpih0esIa7eT9tNoGBylrdz5Y0IiNEgyR7/+otaIGIX+qoB0Vipdr8e64ckQesXotTWTZ907dQoxWBGqCPAmxYmDd8KWQIDAQAB";
    npx:hasSignature "PewA5HM2MQBtrtBLo+wsYqhG/NxgTUCvu2FOslhQj3C2HpYtj71UJ6tIrH9/60Xz9+eqJGhPtFJRKOiRD9GWH1jozSweBPkTtDvynQKLZ8Bu0Y6U4FHnmEDBV/Jb57XONy3JwbTBMJeZu8EcgdUHtB8pCdiIp0LE6g6tdtoXXt+mpJFmiqTX3fSbNGF0DRS6iYySRjdLsND6XgzJnCBuOcAZHOY0SqaF9M8eiYgozDOt65cTBCmFbYJMGpcKk9fAAq3D/6qTySliZDfC1nGT8qfCA5sUc+GfksGUOOi3ROLF+t4FsA1xijIHT9A8VesX0EHXLnQwyknkGEqPAPYCzA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}