@prefix orcid: <
https://orcid.org/
> .
@prefix this: <
http://purl.org/np/RAO82SiEGHAQocKa9KaPrn95vNY7nHEPcHIACX518Wjxg
> .
@prefix sub: <
http://purl.org/np/RAO82SiEGHAQocKa9KaPrn95vNY7nHEPcHIACX518Wjxg#
> .
@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:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubInfo
;
a
np:Nanopublication
.
}
sub:assertion
{
sub:mystatement
a
hycl:Statement
;
rdfs:label
"All cats are gray" .
}
sub:provenance
{
sub:assertion
prov:generatedAtTime
"2021-04-07T17:10:03.978462"^^
xsd:dateTime
;
prov:wasAttributedTo
orcid:0000-0002-0792-8157
.
orcid:0000-0002-0792-8157
hycl:claims
sub:mystatement
.
}
sub:pubInfo
{
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqDYQKXdt0wLyWC9nsBpURQCYDd7uMZqIHeWwZzcxHy7qT3mqKgwuW2dmEQV+rsr+OjNnzKDKEnR/h25m0IQcgJDEy7aa0gwokN+9Gwf0pwM1HyneYb28Qa0UonyXpR1y5ilQ3kblmH2PMGJEdifCp0uk7ONeRlsO5IGIB1ZkNmwIDAQAB" ;
npx:hasSignature
"PgS9eyGDLaBZTq0QKpEvW2sgqNcqo1dorUbI7IPwdi/10mf6oyiVib0x+Ty063cwp7/7RDXR/A1UiXa+qPlYy61iFOlF9mQZ5JhtRaD2fTiVVyEKpN4SjhlGnhlLCGI6lVafIgsw2soo8omZrbK7LI1I65YC+6aTGkAobpmApBo=" ;
npx:hasSignatureTarget
this:
.
this:
prov:generatedAtTime
"2021-04-07T17:10:03.978462"^^
xsd:dateTime
;
prov:wasAttributedTo
orcid:0000-0002-0792-8157
.
}