Nanopublication

< Home

ID

http://purl.org/np/RA9cE8fsa_MgAePCONiCiKbM9SCGNuA_zTUQGxflu5NKY

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix ns1: <http://www.w3.org/ns/prov#> .
@prefix orcid: <https://orcid.org/> .
@prefix this: <http://purl.org/np/RA9cE8fsa_MgAePCONiCiKbM9SCGNuA_zTUQGxflu5NKY> .
@prefix sub: <http://purl.org/np/RA9cE8fsa_MgAePCONiCiKbM9SCGNuA_zTUQGxflu5NKY#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubInfo .
}

sub:assertion {
  sub:keyDeclaration npx:declaredBy orcid:0000-0002-7748-4715;
    npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCXUhTGgjGzbGBtkEbrBu0D3q+F0YUr90EojfhmDU674UnXNdQkVDoyciog7ohnCg5O6VIrqSRFLeycHxFFPoUXWGRx/hqbsmAS8JlGI9hMOf+WuJeb3yT4x89zJW0JoJlMmdDuFPlA0mnUoGBgoi5N/IsZl2hW0t4KklV0mqfcgwIDAQAB" .
  
  orcid:0000-0002-7748-4715 foaf:name "Jacco van Ossenbruggen" .
}

sub:provenance {
  sub:assertion ns1:generatedAtTime "2021-06-28T13:41:51.573960"^^xsd:dateTime;
    ns1:wasAttributedTo orcid:0000-0002-7748-4715 .
}

sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCXUhTGgjGzbGBtkEbrBu0D3q+F0YUr90EojfhmDU674UnXNdQkVDoyciog7ohnCg5O6VIrqSRFLeycHxFFPoUXWGRx/hqbsmAS8JlGI9hMOf+WuJeb3yT4x89zJW0JoJlMmdDuFPlA0mnUoGBgoi5N/IsZl2hW0t4KklV0mqfcgwIDAQAB";
    npx:hasSignature "LUWQHjaAsZsKyZbCQFqG9G+5e1n33DyCcsnYrMtyQQVHKKiDSh3u1uxHRnkifrRLwrO777TpNvUt9cVZhm+GHVRuEZQbC6K+3sjOUdXx5kBfUKOvfoKjZ2z/7wL6oqTCr3HBcLugxE4yMgLSwv2/+Ub5NE1bGy92LB0M/ThIPwg=";
    npx:hasSignatureTarget this: .
  
  this: npx:introduces sub:keyDeclaration;
    ns1:generatedAtTime "2021-06-28T13:41:51.573960"^^xsd:dateTime;
    ns1:wasAttributedTo orcid:0000-0002-7748-4715 .
}