Nanopublication

< Home

ID

https://w3id.org/np/RAKjKF0QbdVUplpr8Cf5SdB5EDKsVEFqJSa3bI9fC0_PE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAKjKF0QbdVUplpr8Cf5SdB5EDKsVEFqJSa3bI9fC0_PE> .
@prefix sub: <https://w3id.org/np/RAKjKF0QbdVUplpr8Cf5SdB5EDKsVEFqJSa3bI9fC0_PE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv8408QD6OrDWdBtFk0TQVjTNPw6PMpHwaM73M46fbntBV/Fqn0sdL9qnuXjup4pzGa1tFXoIgcmh+B2DnUkGQwpbf2wetAJsXbcv8wIiAOyR0RSSuFZaxVAQe91o3KOgSepJeNXMkMrFaHpb5QdZfo5rLKWOnyE3k8cZ8PGglqSSISo/fl3M13LRL6o5+Kqn69okm5jlZKnH+2xSqoCXZ4Ftaiflje+RBMZvULiSAuKuEccdBZgUKIbPxzTjeLCbkKZ1CJEHvRLFtt78oPwvXxcbd0TZjATpu2puUrMx6X6OvjEib5X/9ulfoFQv4bOVN4HnJhkHEQUS5vjWe1kY9QIDAQAB";
    npx:hasSignature "KJseRasrSH6xWsUA/dOO1c4mKv/92dYdxiEhuU9TbfVFUvAns+KBzkkn6axvvwdwZzY5YPzAlAP7v6XEscVbKKvUT7PpckVJkrqER0sMcY91BHtrAC65BHnXxrmn91N3O8rPcnxlzLb/ZkJ4UcwpTcRVWqS+2+v6s6jcS9zpx57+G2J+KK/0FZYqoQycKOGhgc94BiG3woY6SLDIq5TgXvgRPmpfmCJ03a9Gx8l3iHCak73ci+OBgD4R4UE5iOF3FhZBG2twv30U/5KU+cmpsF2y3Cs/M0biJYm/e3QhR8Rx42jewYagdiE2PcWVH4puZUa3OKJKrpB4qTwwYDwozQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}