Nanopublication

< Home

ID

https://w3id.org/np/RAE0LLxpRvY-R8Xo1W3rG9pil17W6VPXMtxRBKhUbU1wY

Formats

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

Content

@prefix this: <https://w3id.org/np/RAE0LLxpRvY-R8Xo1W3rG9pil17W6VPXMtxRBKhUbU1wY> .
@prefix sub: <https://w3id.org/np/RAE0LLxpRvY-R8Xo1W3rG9pil17W6VPXMtxRBKhUbU1wY/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtlQjj0lbxv+q39C1Gu5UDvSjCzB3tGFjwfpsyuzLhu1BRZelU5Dh39DxrsgXH7jr0X6AyTcsDrsRJQhpC4vkt6JJ9M2Dk5brI30blVif2b6QHKuOPFL9ooDVUQ61F1olNQsequQD38/7uMsfAoiUggwwBky8KDMmQ5Dib+EmBfNDNhj+WxoLbr1G+FMY69/bIOcf8VrwPc/jBYTKqpGH8mFscH8VmRME1/34xZ4HeUGchXqBWM5cQpRehZHAY+K5+lD1viCBh4KtJ0+3rQy6mkdApLC8On2wyaAzEUrSfLDVqegOaW5S3PxrYz9yxUcSd98CMk0/kLEw5rFmg4EQFwIDAQAB";
    npx:hasSignature "W6lzDH7+jOEMxA7UDXAxUyP+1hhj6VEHTYyI+XYqdR5R51LMw9MU9MLH1Ax7VuCGeZg7fJ7nB18hX0TCKeND/P3gO9RqEBl/nE+Yb2EfyVKAskbyq4UtZf5dROZvJc3hBoG4mN3hNw1fG9MtKFLlkrZYud0GpHb1RdQPVHbn9lGC56MajuT6PV8RitYvDqgD63zPXcCIWClRVhSGCCWh9NIw4rzMJzr+kUI/Aj3QFDHOyi+r3ushHa1TncyYW3XYuz/NUlz2aYC9R2pIvp2+QkgA5s1bYbqU05Q61FxkjQSsbtKKjmzNXzrBErh4kEbRdjIbAnf9dkZFCRm2S9ycUA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}