@prefix orcid: <
https://orcid.org/
> .
@prefix this: <
http://purl.org/np/RAfKqKZ3AVjOVbd9eYrdGY1qDPrMKbw0nafcep9UG5JZA
> .
@prefix sub: <
http://purl.org/np/RAfKqKZ3AVjOVbd9eYrdGY1qDPrMKbw0nafcep9UG5JZA#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix rdf: <
http://www.w3.org/1999/02/22-rdf-syntax-ns#
> .
@prefix npx: <
http://purl.org/nanopub/x/
> .
@prefix pplan: <
http://purl.org/net/p-plan#
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@prefix rdfs: <
http://www.w3.org/2000/01/rdf-schema#
> .
@prefix prov: <
http://www.w3.org/ns/prov#
> .
sub:Head
{
this:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubInfo
;
a
np:Nanopublication
.
}
sub:assertion
{
sub:fairstepprov
pplan:correspondsToStep
<
http://www.example.org/unpublished-convert_image
> ;
a
pplan:Activity
;
prov:endedAtTime
"2021-06-14T12:20:42.334931"^^
xsd:dateTime
;
prov:startedAtTime
"2021-06-14T12:20:42.334703"^^
xsd:dateTime
;
prov:used
sub:img
,
sub:out1
.
sub:img
pplan:correspondsToVariable
<
http://www.example.org/unpublished-convert_image#img
> ;
a
pplan:Entity
;
rdf:value
"<PIL.Image.Image image mode=RGB size=200x200 at 0x7FA497802150>" ;
rdfs:label
"img" .
sub:out1
pplan:correspondsToVariable
<
http://www.example.org/unpublished-convert_image#out1
> ;
a
pplan:Entity
;
rdf:value
"<PIL.Image.Image image mode=LA size=200x200 at 0x7FA497802890>" ;
rdfs:label
"out1" .
}
sub:provenance
{
sub:assertion
prov:generatedAtTime
"2021-06-14T12:20:44.018135"^^
xsd:dateTime
.
}
sub:pubInfo
{
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCZPnLpyVJGuy1NduPcerKeZiPDQpw0U4/IAkxM/lZzamF9SxWP00Fxzrp5TxlKvtZxTKm23/cYnVQKyIf8IFYDFsx4UuPANRpFUaC9XX/kpqL6uK7inoIP5IkTt2gGgjedqUCKLcyqxBoIOVtCeZ2JnyOPiaSnAnjwiatI5b1RcQIDAQAB" ;
npx:hasSignature
"GhcJqlstdhbJ+O828U6BZ0JwxrYlexE6UiWSbvUvxtqkb0NdR78E8YigYf5uPHvszy7PAQ64XEiXWhC4MKPcipiHFt8DUolWvHR99oRjy95Sw/ndDUdIi2B38l50v6YN1uQ2ztqK3z3mCS5UvYNX+CfMGA4NqJPMYvotHX5PYJA=" ;
npx:hasSignatureTarget
this:
.
this:
npx:introduces
sub:fairstepprov
;
prov:generatedAtTime
"2021-06-14T12:20:44.018135"^^
xsd:dateTime
;
prov:wasAttributedTo
orcid:0000-0000-0000-0000
.
}