@prefix this: <
http://purl.org/np/RAwzk1ZZxsvDWQhCrAGMxtftJ6umMIbDYD2juVqhcPYQA
> .
@prefix sub: <
http://purl.org/np/RAwzk1ZZxsvDWQhCrAGMxtftJ6umMIbDYD2juVqhcPYQA#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix dct: <
http://purl.org/dc/terms/
> .
@prefix rdf: <
http://www.w3.org/1999/02/22-rdf-syntax-ns#
> .
@prefix nt: <
https://w3id.org/np/o/ntemplate/
> .
@prefix npx: <
http://purl.org/nanopub/x/
> .
@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#
> .
sub:Head
{
this:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubinfo
;
a
np:Nanopublication
.
}
sub:assertion
{
sub:assertion
a
nt:AssertionTemplate
;
rdfs:label
"Announcing a paper that I have read" ;
nt:hasNanopubLabelPattern
"Have read: ${paper}" ;
nt:hasStatement
sub:st1
,
sub:st2
;
nt:hasTag
"Social" ;
nt:hasTargetNanopubType
<
http://purl.org/petapico/o/paperclub#hasRead
> .
sub:comment
a
nt:LiteralPlaceholder
;
rdfs:label
"comment text" .
sub:paper
a
nt:UriPlaceholder
;
rdfs:label
"DOI for the paper starting with '10.'" ;
nt:hasPrefix
"https://doi.org/" ;
nt:hasPrefixLabel
"the paper with DOI" ;
nt:hasRegex
"10.(\\d)+/(\\S)+" .
sub:st1
rdf:object
sub:paper
;
rdf:predicate
<
http://purl.org/petapico/o/paperclub#hasRead
> ;
rdf:subject
nt:CREATOR
;
a
rdf:Statement
;
nt:statementOrder
"1" .
sub:st2
rdf:object
sub:comment
;
rdf:predicate
rdfs:comment
;
rdf:subject
sub:paper
;
a
nt:OptionalStatement
;
nt:statementOrder
"2" .
<
http://purl.org/petapico/o/paperclub#hasRead
>
rdfs:label
"have read the paper" .
rdfs:comment
rdfs:label
"has my comment" .
}
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
"T+8r4/xdoXtYzbQ4eMkIFMbscD4tG8/KxHHq7rCgSneJ3/eUfT827RieSTtzd0AVF/kFGmbuhDwe8CHNbqiE+TPCHBjJw6HVoCyYkw/s1En5dFsjFBmipqxf9r/YbNoiBHyp1StVzCfUNjE8K7dVWyr6J9leBAlUcqNrC/enw5E=" ;
npx:hasSignatureTarget
this:
.
this:
dct:created
"2023-08-16T11:32:26.266+02:00"^^
xsd:dateTime
;
dct:creator
orcid:0000-0002-1267-0234
;
dct:license
<
https://creativecommons.org/licenses/by/4.0/
> ;
npx:supersedes
<
http://purl.org/np/RAFLFFcqY0Xpknr0lbHmBrj7iP-SgYrC2XStP_VZwUHU0
> ;
rdfs:label
"Template: Announcing a paper that I have read" ;
nt:wasCreatedFromProvenanceTemplate
<
http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM
> ;
nt:wasCreatedFromPubinfoTemplate
<
http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM
> , <
http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90
> , <
http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI
> ;
nt:wasCreatedFromTemplate
<
http://purl.org/np/RANjqEfLnGSzLuq0heRSXN0psYWW0oX4v3W8w7osb3xfs
> .
}