Nanopublication

< Home

ID

https://w3id.org/np/RAP_APJzC_VA5O1c7Tay3e1fENdyRHtiwP7qe941--et4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAP_APJzC_VA5O1c7Tay3e1fENdyRHtiwP7qe941--et4> .
@prefix sub: <https://w3id.org/np/RAP_APJzC_VA5O1c7Tay3e1fENdyRHtiwP7qe941--et4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw2lgT2eBpXp7EpHRKgYHlmdA995T2Uglhnp+UtL16LCGSugMjPw3vIFzcNOOHKrT3s05qaMkEs5omIrAvhTtphPSWzAK+hkOs44uOvYcaFEPqow1DFHHe5Om8RVR9rYN+Iq5SLFNYx4+pmEWLE72e6NE0KSHUBVt8t3JWd5XH/yPdu8ydogF8vPgCqNDTgEtR5mZ+3Tx0n98MKcK4h1Meuh9bBLcf1g+nWrgjr3dWE5ZEtd9uUE5NUHnDn3OTvkbHUofGHITe/fvFWteEvjhUL0Ax8eGbUsV7VaFUivXFaQ0y+EeuqKs9WqUB8yRo1hBrj1KIxkVyelFYCyYkNwqNQIDAQAB";
    npx:hasSignature "pVWEopb6HNg+OIj9RBN/4B9mwHRFwR0Jnu94DXlXV+WUNf3UoEgBGi7+2isjHkf6aV/G5m44xvYI3AHnS+ABlfauJNJAiDFl4PY8PRBuOZyTO28+DTfRwPkGWFlWx7z9uAOzoDmG96EFwTFjsOKMIX/0sCdWZRNqdx1mv127f9lOGxNl9u9P8mrfkFNL2b4i9StlWsv5pd7F/K6X/4DHMvRd/hOQzjwTSoyfI+w/KuEUlkA37rKZlL48hXBXPdbSLZSz2jwGZrCHpbMNJh3sWT4qnfv4kTmpZwFybVRGCdKK6Wl9p/DwYYoEOTw3iDgunBCocuUYtbCVsWg9u2Lo0w==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}