@prefix orcid: <
https://orcid.org/
> .
@prefix this: <
http://purl.org/np/RA9qVHaeE9pTfw0--iwZBi6WdoWfP26SNJg9aKjoBdFQA
> .
@prefix sub: <
http://purl.org/np/RA9qVHaeE9pTfw0--iwZBi6WdoWfP26SNJg9aKjoBdFQA#
> .
@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-07T16:08:06.569551"^^
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
"abdBK/CF6VBxWUOSblFjirliTZjuisjkYVMtKmpI4VXPbuXRZyCeAJEfB447ZNPC688z4vNplaBlJuTDxYLbdtXusmlKECRxchN0pu5IV8kkLf6aU+J6zsjRl/T7Q7JaeirRQnS4TtqaoXRLDSF9YT105ofmRUWWy34xh+se2nc=" ;
npx:hasSignatureTarget
this:
.
this:
prov:generatedAtTime
"2021-04-07T16:08:06.569551"^^
xsd:dateTime
;
prov:wasAttributedTo
orcid:0000-0002-4747-8613
.
}