Nanopublication

< Home

ID

https://w3id.org/np/RAZsuh5K3GHMXCfMDa79Y6mxlf-iJ7R5WsqqlBOfPenJQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RAZsuh5K3GHMXCfMDa79Y6mxlf-iJ7R5WsqqlBOfPenJQ> .
@prefix sub: <https://w3id.org/np/RAZsuh5K3GHMXCfMDa79Y6mxlf-iJ7R5WsqqlBOfPenJQ/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyxyp/12bet6+XkNAs7ybABr7kDc2uWb6tz6P8bUXahSm6+uQzVgz+CXU2M82xu8FGav7yhcBp5HrQoOSgRQISQFD3RMso3Vlqa6mSEsMGZcsyyfrE+rh7vmT0so+q8DY2w92fJCzR8ZPbnIHSJBElvKh7LEnjWSDEx1AgldA+eAxVAS9r1aotrOyXEuNJRHS1dOqQFK3NtQDKNP7iKihHmpTWiQJJ7C3KmuKCFmSHShAS6lghMYoKdGzQaN+9T5Tmf13b1fte2F6JunycQqG9ibJWoGLDtIuWXcV2TPZMhNSNMWNdBF5BMbN6gLSgMjIipy+7jPCBrxmpl7arUowOwIDAQAB";
    npx:hasSignature "BhBX9qgEyuFW3VjVByrLHBLbGKqOTh/d2ZGW9BrHYs/xVtmda3C0d0FZHm6ZgJSfQZT+wK1amaLFyHqtT8WR/vGos/UwVk/tCPFIwVmlQodurL6SHzX1EKlbtlQP10/9pg5qWAeyqPF8i8KzMuKynVMBesRTDc6roeKGaPisspvopoqLHGAotQgs0EEAFVXxrWohuq8W8Owt6TaG8KtXT3xwV8Wt0gJACY5l2wPqLatBVkrpF5vK9GfYp8Tf5aHehqjTmAhg/dPFGz0vITwih3qFBf2RstKILAnqvd5K7rsd4Lr03jVJ/NGVsCUH3VLiIfj7yQhwObIM8nRZ7qGz3A==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}