Nanopublication

< Home

ID

https://w3id.org/np/RAUqY74uiBFMgV7aSU3LO8dksWHfST5ZJrIew5v8nygZg

Formats

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

Content

@prefix this: <https://w3id.org/np/RAUqY74uiBFMgV7aSU3LO8dksWHfST5ZJrIew5v8nygZg> .
@prefix sub: <https://w3id.org/np/RAUqY74uiBFMgV7aSU3LO8dksWHfST5ZJrIew5v8nygZg/> .
@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:created "2026-03-11T08:11:45.132Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlm65BchKtVP3mM2lrKxDCECtki4AYXflKN9WXyGP1SZ4w1cNlaW5WnYkaJgOhmTnW61aqYDx9pYsGyZn6RKWxEzerTciaEw6PG+TbPRloa1J//AoKVk2ih2rd0VrNziOgy20mMlcYAsoHpZsKkvd8BGsi9s7rpFIX/DJ8hBKJ++ziLbc+yegWyUUMKPj00dGVXkqfMeR42DajjNDXtSi2x9kduQ30IieYWGzClsfkvlUZIo5K2qjJvOQCEdxqbEhKqp3t3v7oil7HMW9nXVYN0HH7/10ASfbYnpw3uKya+o9Op2rWj88ypO+nPOl1FLgNW8p0UKNBJ7TYg/Yobym0QIDAQAB";
    npx:hasSignature "cjQxu571HZSDMwSMoqj08dD7OBNoB6g/E7GtnqNBkg16awZXOqDIt5nq/uurEajRUlgezgx7A+UdUdCzgD2N2sldB7Sno3iciYOOsMatcInKcAQo3SuVRS76r+R3JH3DzF7Rzct1rr8TxaHgeEliS/xqkkK+l+2TVr5eXrTqkFTb5HwkWR8Qgj6z4MwBkN19g1PFulqKHGD2ZV8yngt4ddX8HCHhw2fxetKTmctC5z0gY+1Bidr1Ap9gG+yN3L4T4HKd4LlpknZMLI3Xi/oMV5DZJRKJEySFugw72nGl8mZfad7AOpgBXmzd3t+CfsL/dKIdaFtw3KUBIW1CJmdXDQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}