Nanopublication

< Home

ID

https://w3id.org/np/RApKJgjZNSt0w9x29gjU8lsepfO7LdjxHZ_HoIGfl0Zww

Formats

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

Content

@prefix this: <https://w3id.org/np/RApKJgjZNSt0w9x29gjU8lsepfO7LdjxHZ_HoIGfl0Zww> .
@prefix sub: <https://w3id.org/np/RApKJgjZNSt0w9x29gjU8lsepfO7LdjxHZ_HoIGfl0Zww/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlfRIUswQy3KLuRaN/sEMz1N63Pl4sULt4HJWG++Xc3svnu7olsNgic3JYPZTns+o9nzFV5ZsBDWMJogtv/2Jq8nfRbRMoZfYKvM/oTapZyxPS29ePwDH20nzEjTUtXTVKw1+Tg5sa2ONjzjAonJ+12zoW2xB8WRSsl3bFLboQU28C5q9025/YLFvPImSO3rR6LaJs6rrITNhs+SNNWz8AngF7Vd8/FxwlVdIC16corKvt5WIn1eWU33u/UBaR7g4oSkVApVzmkLzJekBqhDvgxECGDmj2fdsA9++aQjKiDaI7uAMZRMeS9DnGnf8rSX00IlH99jVPkNTHcQOGoMmcQIDAQAB";
    npx:hasSignature "j5TrbgxwoJ1zDxceDRGE02vWTWGJjNP+y2B77rqVppY1Dh/Tng1x9VL7YvqVWMjxRbnYUxDHZS9RMlSFJ1jhHdLcVBFU6GEDfAH5uCFEYEmygHLlib20PXi7Pr1WxRJtN9gA596kv7Ucra2eNfvUaBvfZ79fEOxBE+FRqP1KnGXqu8icI6hU0D2zEqJaXISSqKV+hw5cKuDzDSz9WqADLcjTaQd92ZzJ1VN2wif9A8pEktPhhpvwHLfiW5tsJppqeCWqiychKQipij19dON/vZ9YpYJ41y0QdVz5BQ09RycF1p4ctEebUs/lhJc75rcAy7VX882hHUeEp8weC4YOyg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}