@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix this: <
http://purl.org/np/RApR15n44ObXCyY7XpKKwWtpFJZSUpo_G-nNKPK2iCM_U
> .
@prefix sub: <
http://purl.org/np/RApR15n44ObXCyY7XpKKwWtpFJZSUpo_G-nNKPK2iCM_U#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix rdf: <
http://www.w3.org/1999/02/22-rdf-syntax-ns#
> .
@prefix nt: <
https://w3id.org/np/o/ntemplate/
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@prefix rdfs: <
http://www.w3.org/2000/01/rdf-schema#
> .
@prefix orcid: <
https://orcid.org/
> .
@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
{
dcterms:creator
rdfs:label
"is written by" .
sub:assertion
a
nt:AssertionTemplate
;
rdfs:label
"Making a statement about a paper" ;
nt:hasStatement
sub:st1
,
sub:st2
,
sub:st3
;
nt:hasTag
"Comments" .
sub:paper
a
nt:UriPlaceholder
;
rdfs:label
"URL of paper" .
sub:relation
a
nt:RestrictedChoicePlaceholder
;
rdfs:label
"choose relation" ;
nt:possibleValue
<
http://purl.org/spar/cito/agreesWith
> , <
http://purl.org/spar/cito/corrects
> , <
http://purl.org/spar/cito/disagreesWith
> .
sub:st1
rdf:object
nt:CREATOR
;
rdf:predicate
dcterms:creator
;
rdf:subject
nt:ASSERTION
.
sub:st2
rdf:object
sub:paper
;
rdf:predicate
sub:relation
;
rdf:subject
nt:ASSERTION
.
sub:st3
rdf:object
sub:text
;
rdf:predicate
rdfs:comment
;
rdf:subject
nt:ASSERTION
;
a
nt:OptionalStatement
.
sub:text
a
nt:LongLiteralPlaceholder
;
rdfs:label
"your text" .
<
http://purl.org/spar/cito/agreesWith
>
rdfs:label
"agrees with" .
<
http://purl.org/spar/cito/corrects
>
rdfs:label
"corrects" .
<
http://purl.org/spar/cito/disagreesWith
>
rdfs:label
"disagrees with" .
rdfs:comment
rdfs:label
"has the text" .
}
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
"paipGdf/r7Qk3FrpiJiMOLM3x+HKDjdAlIbznvpA5Rjq0OntJmPgfzqE9XskkGAHoPZ5mUleNhfOBQB4Jq3szyEQeWLeXJ3a8D/zqavm7E6cCN49hPDg6NfkGgiBhvn/X6I96XedEOjLD5WqQCI2BY38ejJgaoFHHo1FDp6yiWc=" ;
npx:hasSignatureTarget
this:
.
this:
dcterms:created
"2023-01-05T15:42:51.046+01:00"^^
xsd:dateTime
;
dcterms:creator
orcid:0000-0002-1267-0234
;
nt:wasCreatedFromProvenanceTemplate
<
http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM
> ;
nt:wasCreatedFromPubinfoTemplate
<
http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM
> ;
nt:wasCreatedFromTemplate
<
http://purl.org/np/RARMBqX_-9lnhkaqk4BuxfLcC6H5cqTlzdtDzeDIwuKdU
> .
}