Nanopublication

< Home

ID

https://w3id.org/np/RArg7BvT55RN470HPcHz5WeSIVFJwc4Ixts6RChh7KBl0

Formats

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

Content

@prefix this: <https://w3id.org/np/RArg7BvT55RN470HPcHz5WeSIVFJwc4Ixts6RChh7KBl0> .
@prefix sub: <https://w3id.org/np/RArg7BvT55RN470HPcHz5WeSIVFJwc4Ixts6RChh7KBl0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8ryVg19KQur5LtJWciZ+8d+Uqm8iJF24KMHCw5fr5IiRM19UIudloHppEuaNqHaMK45FbbvKMW2Rg95wrD2e7ScsHpY0QBsFkC0pjRvHgqa6ummNuFNGO9LM7Yt4ZLlRFpbJ56NGBlaRzQ0kD36J6/1aYVw/JcxJmu83HU8kr7GQt8s+TcVyJjz/PoCVxT+BS+2n1yYa5CX9S8flS1+Zfo3lQ1drqy6/siHV6dtUBZVQkOnaRJbmRtUkzxKyVAP6W1+r6rt+8Byjf5UHq7PFzBJ+b0y3Xf/VNTu70DwkrvZuCxEwkVGU3E2vLDa4aHXUJUZFpFZG0BOHyNeaGMGJAQIDAQAB";
    npx:hasSignature "V5efcOaWZHEEvhZfxKW5QlU++qYIodlQpklBCrFoeO87HpvEZQncmuP6nVusSqIflFH+JqJJPduVD9+qA32RMsFx76uENwt2xYRSfuL1gc0cUQSdMciBwlU9q5DqAyk7FD74tdXdZKpQ94aIgtshArBBD3zJMPzJXFgW+pOkRYskzT0/zemcrX3u4tXKAUbnNnZhgGY68j6S609X/kBDkGHteZnV5Veq4Tdh4nrsugngMHmXEbQ8BDDpRztt+Q34n4PYPNkXCC3Uh42x7viGeO7nJF84/JwwFR0AGYVpxsDNbNRaFeSkTa/js70M7W0gd1JWdxoaqR3jIoZH/ezIJw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}