Nanopublication

< Home

ID

https://w3id.org/np/RANyU6r-PLK79mSMb-gINTNVjpJWWN_HkrAVTIL_71-yU

Formats

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

Content

@prefix this: <https://w3id.org/np/RANyU6r-PLK79mSMb-gINTNVjpJWWN_HkrAVTIL_71-yU> .
@prefix sub: <https://w3id.org/np/RANyU6r-PLK79mSMb-gINTNVjpJWWN_HkrAVTIL_71-yU/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApLW3fr1mbA2PH/smUc/hcamyb+VdkBHD9arxK9IkIAPXxSlrEJZ3j6ctMDLs1nGYrisAtIO2ie2QQpPRU4oQNeQooMhnB9FMIKRIh0SU+AGkutRnG3Q+0ta4ce8fuRzRkq1+Ku2O0TNww1YsJbXKhgHlqOr7yoRhYE1b5AukILLa3zNhZle7I89czP0KTCzqjbwiD9gjeefD4FoVEzq8DrDInYGxCLoyXy+Gw+TWBFIY4xshlwCaYUfnFWTc7LzbP3TPpFy3a3dzAncTNFUfr+y0Tx+rtlNLzv/MqLfBXq+lGZazygsWoAL6CUNXUCskLKev6Ml1uGZo8bSdLCXdgwIDAQAB";
    npx:hasSignature "mQDOAdFeKSG+/QLKu3WaE4E8w/uUqEaOAH/m72hhzXMh9PFg0lKW2nVCOSSiXuEVZthP0hBY5qjBCZdR6jFPA34SM2uD0eloNhjXK5MKvAfnbNecVQZDDWIZT7cj8PqIZmM7N+V91tZdV9NtlcgQzeK56RKceZdEWEQs5hF3DVZVWjP2Q07V8OwLbeg/JnJdYBckbRt1fwSZGV8lAkCFws36gpPI+M58sh2xqtAlTqL6DcjiVfRRAkKm0YCHgAi/kQ7XDAeN9Hq/1cGfFzrfuV97YCNdOg+TmmH3Y+gQtbvgvlZ7BuNoWRGc+Qh8ie83ognaen8lxtvqsNq5rbXteg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}