Nanopublication

< Home

ID

https://w3id.org/np/RAxQDvRedRythf64KcJzjndCKRrU9lcjxoxPf-bNXxJn4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAxQDvRedRythf64KcJzjndCKRrU9lcjxoxPf-bNXxJn4> .
@prefix sub: <https://w3id.org/np/RAxQDvRedRythf64KcJzjndCKRrU9lcjxoxPf-bNXxJn4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzwptYkh+fA8mxGRvGka7ZGS39nt4T+5xwfX1NVlKasTXYmdyyLoqSdaBwzObgTf156WC/CvHx8U/H1A96OKz6AUOdSA18J8eOFQtzsO4RR4N+6zVtDodei5GEUlNFC7G9/pv6QVjcUAJcLFhG/FZYoO9Lb6B7b+UlxC/lmeB1W2P3ELjhXiQ8+rKtEfQMg80pmH/JiV3MNY0sAAOs+VFRNRslSR5xA3FDMivSWcSsGFlEaSng16CdRR42nO9FrkFBERD2QvxN3mLXGji66PGZKxbLsAeJ63MSSjs+B3hsbFmZf2G0SL83xJ7Kee1qqwjEm0jHH4Zru/hTKbaizW8EwIDAQAB";
    npx:hasSignature "Su2IwJ9cibpud+Z8h5H2WPZNqigSpG3o3DkORKm+UJdjdTk1r4/mu8tAVRMdr5nlNlNYfyR4EJ+5Y2hI9d8kd9J+H4Jj+SA1lw7v5FueSKj2q/mC0NuIOoYv2kh92IeRJ3QUTriJPmbNLThMs4OSk8XSNcay7JivFgHHTFy+dUp4eEVvv0gGkX2w4/uOiI+onLDI/aX2e04oXK/e0cqkKbp8lOy3S+gAzqa2D85SL6K/omBQ/7w0JbuquHxr7/EPrRkZ1enUkWxKhpdBRYEgkrOa0liZXYqnfZETF2a6HCJQYpBUTH01LDLbJKOvaIrWOc+4SSJlnZHLEXCOQIp8mw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}