Nanopublication

< Home

ID

https://w3id.org/np/RAHDux94Ld0MTkEI_Qd8szGMtIYIJwX6ulu3HC9gNiHeE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAHDux94Ld0MTkEI_Qd8szGMtIYIJwX6ulu3HC9gNiHeE> .
@prefix sub: <https://w3id.org/np/RAHDux94Ld0MTkEI_Qd8szGMtIYIJwX6ulu3HC9gNiHeE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1aA0OXw13UQ+LBIXxrG+JmqDGeSMJKUYC3crj5HJOd3rmn834EDwDPrtNXW1oUurqBAHIsvkxEUUG2RwxVy+txsYD+yOvfTEcPwP0SdUApABhNTZ+3L16Q29A6pUxo/fmTGlgZDaWaTrGHSCspElGyvs4IT+tx8PejZWtKUNAMMOXYl0Km6+uOxWkAZkI8HcSCO3PWyGsRTDvfTN+QIMsKwVIRZp1ErWJXGloaLK9OyEZ+XxFXjtKUkPhkusXKXreIu2X/Nf3MZvmCmyfa3UfrUHnLre88j8rouVZ+ozRCTTdNFpFv2vs8rNqO2mB/3A3gGq8Z47E0V6BX97Z4UJRQIDAQAB";
    npx:hasSignature "iJMacynQFr0nLXmbFUEsEe33yLx3AmjAu9uKkZvyI2uGdcrrhgcaGuogeSlktIzQQVVskEEEikio5mxi2I++84CzjKABtGobf092BMapNNgbA/YMoNqNxBUlNP+6Z7yz5OFDxH1grSlW6cMQLrrVJ7DUFA7PtXWSO+/1N002IK/fgAAFv7qAEL0vQVK3yMZ8IklBpWWtVp7PAyKbpn5sKpqC5KEehZ6p4gHk3qNgVVW5+MRVCbXXAgQch8W2CGb9yoQUTglKiq1nXVX10Nr0x7U1ySZOvDF/76JauDpIsgB3YQsz1aFmogDs/FjOWHpnxoxZ2l+Fp+VYKBsME7751Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}