@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix this: <
http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI
> .
@prefix sub: <
http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI#
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@prefix rdf: <
http://www.w3.org/1999/02/22-rdf-syntax-ns#
> .
@prefix rdfs: <
http://www.w3.org/2000/01/rdf-schema#
> .
@prefix prov: <
http://www.w3.org/ns/prov#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix orcid: <
https://orcid.org/
> .
@prefix nt: <
https://w3id.org/np/o/ntemplate/
> .
@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
{
npx:supersedes
rdfs:label
"supersedes" .
sub:assertion
a
nt:PubinfoTemplate
;
rdfs:label
"New version of other nanopublication" ;
nt:hasStatement
sub:st1
.
sub:np
a
nt:UriPlaceholder
;
rdfs:label
"URI of superseded nanopublication" .
sub:st1
rdf:object
sub:np
;
rdf:predicate
npx:supersedes
;
rdf:subject
nt:NANOPUB
;
a
rdf:Statement
.
}
sub:provenance
{
sub:assertion
prov:wasAttributedTo
orcid:0000-0002-1267-0234
.
}
sub:pubinfo
{
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
npx:hasSignature
"M2vhcwUw5Q7cK8nxwi3xiQPH1eHTTlUxe/4ivMGOkFYpEzUnbQMhxuIwff2wP3nV84MRe6Ku2l6wEPVNepizhLFzFgwjPamsV5MMudTzr4xmqGCcQBjjpAoo5/CuoYvtzwMxfS2q9TlmjhwbFGMR4mvTSRB1SQrBgndwVHUNOHo=" ;
npx:hasSignatureTarget
this:
.
this:
dcterms:created
"2020-08-18T10:40:46.285+02:00"^^
xsd:dateTime
;
dcterms:creator
orcid:0000-0002-1267-0234
.
}