Nanopublication

< Home

ID

http://purl.org/np/RAwiHC3aKcpWkBC5YXBNwUvqv0r9sOFoemrAZOn0TH0VA

Formats

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

Content

@prefix orcid: <https://orcid.org/> .
@prefix this: <http://purl.org/np/RAwiHC3aKcpWkBC5YXBNwUvqv0r9sOFoemrAZOn0TH0VA> .
@prefix sub: <http://purl.org/np/RAwiHC3aKcpWkBC5YXBNwUvqv0r9sOFoemrAZOn0TH0VA#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix hycl: <http://purl.org/petapico/o/hycl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .

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

sub:assertion {
  sub:mystatement a hycl:Statement;
    rdfs:label "All cats are gray" .
}

sub:provenance {
  sub:assertion prov:generatedAtTime "2021-03-08T16:59:28.061082"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0000-0002-4747-8613 .
  
  orcid:0000-0002-4747-8613 hycl:claims sub:mystatement .
}

sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCDhaKpKXm23lZm3zaOxVq7bywJfbsFrfl+qX01iNHhJ5cIYf0DOQG+PL5igUsFXLiEYwj6Jccv+BijRmGgLtP1nL352Xfz7gqrdD3EskTD2oS0cy7+WNIgi80B1H0ifF7yWkCepV4Xc0+qELUEyrGTbKsSz/WDmuuPWuT1vAgi6wIDAQAB";
    npx:hasSignature "VOiIz1st/dCAec7q57e/3CEE5ZARhfYJS8SV9rcTFJGsbm6CE0nMhx7wuakzZb5QNn0iIpcZQZ3ejSdVFVNkjTltOQ2G/Qa/tHMoBy0GYAj0vacvotYrCAhVz4LZ/MS9jIhrRQVtEoShjkKbM2WwzcJNCdGE06jIbNLstFp2rkM=";
    npx:hasSignatureTarget this: .
  
  this: prov:generatedAtTime "2021-03-08T16:59:28.061082"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0000-0002-4747-8613 .
}