@prefix orcid: <
https://orcid.org/
> .
@prefix this: <
http://purl.org/np/RAmdEecw4qqgfHm-Q9tllxZiGx0cRtLmOVFzoScwC2msM
> .
@prefix sub: <
http://purl.org/np/RAmdEecw4qqgfHm-Q9tllxZiGx0cRtLmOVFzoScwC2msM#
> .
@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:32:38.733641"^^
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
"WDkjadKZMecxE6c8fkWJKf2ka5u20dTpB+LM5rbF8ZgDMPTuSqiP01wSh/OHu8+L36kbunFalQR/29vc4qLMxeODRsIYZtOnvQFA8q4FDNFR0D5+GXrvwxV7FTSbsFhvl34jI+mpnBX2JduXHmq+L3JQTNQTZk4AScgtJy6Inj0=" ;
npx:hasSignatureTarget
this:
.
this:
prov:generatedAtTime
"2021-04-07T16:32:38.733641"^^
xsd:dateTime
;
prov:wasAttributedTo
orcid:0000-0002-4747-8613
.
}