Nanopublication

< Home

ID

https://w3id.org/np/RAaEun29dRTTt-4KMTTuxyzXhT54kyIS6Pob3GGjlzrWI

Formats

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

Content

@prefix this: <https://w3id.org/np/RAaEun29dRTTt-4KMTTuxyzXhT54kyIS6Pob3GGjlzrWI> .
@prefix sub: <https://w3id.org/np/RAaEun29dRTTt-4KMTTuxyzXhT54kyIS6Pob3GGjlzrWI/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtTyaiiw8AsthVhqC5GDOzOKY3Wk7RE5OOae6Y7gBRP56wNiOjxSHblwkaAS5bt++cPCMO+GNJ+jEV21R1WPIrr9aabbHdfpKDPuRoctzKEzCCfy6QVt0gdDdm3dFBG/WVdv6eUWGLIdZPODNT6zmpIeQ2MvKg17YYySW4FoUbYDudZgnvoYFqoNMfxqqhHK6j0ISDv+Vu9rODspr/64MciSsckvs5ZFBOmnnt7H7uaOBlylIYO7wmtsarZDFnTpNmKYb4CphG10WuRrCIsJ+/A7ghU6f3z958U1be/RnZPdKn3L+ZWwYB6Clgc7Gb7NOoD+V2i4hoNtSkN0T+3Cq/QIDAQAB";
    npx:hasSignature "HjzckUMQVClzLrZkPgHJGQTitRiNTXBlVOy0uBvNIko4EmarUgDI/btPFk4e6nOJUEnPt5zazW4WPeqMYUHFWuuo2hAwk89nV9+m/saL9Ec39lVEf4nGXlNxyxMHZTNCY4kxOhyHi3OL+Y+7TO72HA3Ay1hhzZLh8kkn6/MNP3OHgXdK5UaMk1G9+z107MA+7uAggMtpRlXkm9GsvzTyjmirIKtvm+v4BOVOeH/uYDG1NEF7dcumNCx797iPwE3SaxyDaZxmH+1OD8PCHb3mSP97s1V6pFGDdx/KRtGJ+kmw49w4+eWIXN4MujGnCZ0prOpnYUe2SrE6CHJrDNMXpw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}