@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix this: <
http://purl.org/np/RA9w5UFqU9CQeqfEFF_qzTSiYDtX252wn2dmok_LoAUnA
> .
@prefix sub: <
http://purl.org/np/RA9w5UFqU9CQeqfEFF_qzTSiYDtX252wn2dmok_LoAUnA#
> .
@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
{
sub:ActionClass
a
nt:RestrictedChoicePlaceholder
;
nt:possibleValue
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#ActionNeededComment
> , <
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#NoActionNeededComment
> , <
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#SuggestionComment
> .
sub:AspectClass
a
nt:RestrictedChoicePlaceholder
;
nt:possibleValue
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#ContentComment
> , <
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#StyleComment
> , <
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#SyntaxComment
> .
sub:PositivityClass
a
nt:RestrictedChoicePlaceholder
;
nt:possibleValue
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#NegativeComment
> , <
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#NeutralComment
> , <
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#PositiveComment
> .
sub:ReferredObject
a
nt:UriPlaceholder
;
rdfs:label
"the URL of the paper or text this review comment is about" .
sub:assertion
a
nt:AssertionTemplate
;
rdfs:label
"Making a review comment according to the LinkFlows model" ;
nt:hasStatement
sub:st00
,
sub:st01
,
sub:st02
,
sub:st03
,
sub:st04
,
sub:st05
,
sub:st10
.
sub:comment
rdfs:label
"This comment" .
sub:impact
a
nt:LiteralPlaceholder
;
rdfs:label
"integer value from 1 (low impact) to 5 (high impact)" ;
nt:hasRegex
"[1-5]" .
sub:reviewComment
a
nt:LiteralPlaceholder
.
sub:st00
rdf:object
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#ReviewComment
> ;
rdf:predicate
rdf:type
;
rdf:subject
sub:comment
.
sub:st01
rdf:object
sub:ReferredObject
;
rdf:predicate
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#refersTo
> ;
rdf:subject
sub:comment
.
sub:st02
rdf:object
sub:AspectClass
;
rdf:predicate
rdf:type
;
rdf:subject
sub:comment
.
sub:st03
rdf:object
sub:PositivityClass
;
rdf:predicate
rdf:type
;
rdf:subject
sub:comment
.
sub:st04
rdf:object
sub:ActionClass
;
rdf:predicate
rdf:type
;
rdf:subject
sub:comment
.
sub:st05
rdf:object
sub:impact
;
rdf:predicate
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#hasImpact
> ;
rdf:subject
sub:comment
.
sub:st10
rdf:object
sub:reviewComment
;
rdf:predicate
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#hasCommentText
> ;
rdf:subject
sub:comment
.
rdf:type
rdfs:label
"is a" .
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#ActionNeededComment
>
rdfs:label
"comment that declares that an action is needed" .
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#ContentComment
>
rdfs:label
"comment about the content" .
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#NegativeComment
>
rdfs:label
"negative comment" .
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#NeutralComment
>
rdfs:label
"neutral comment" .
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#NoActionNeededComment
>
rdfs:label
"comment that does not ask for an action" .
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#PositiveComment
>
rdfs:label
"positive comment" .
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#ReviewComment
>
rdfs:label
"review comment" .
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#StyleComment
>
rdfs:label
"comment about the style" .
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#SuggestionComment
>
rdfs:label
"suggestion" .
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#SyntaxComment
>
rdfs:label
"comment about the sytax" .
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#hasCommentText
>
rdfs:label
"has the comment text" .
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#hasImpact
>
rdfs:label
"has impact level" .
<
https://github.com/LaraHack/linkflows_model/blob/master/Linkflows.ttl#refersTo
>
rdfs:label
"refers to" .
}
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
"WPDLhHZL1hRk2NSXqIgjzoJt89Scs7uD4x+Meqa4YhgFbKmXmngzSekvOZm8XWP5yX8O8ruPhpY4PWFZ/1kl7SdMa4SflKlBi9Xb6EU9Y/d5CjdCkdfyDWXLjFhzLiD3kLhZP9dtfPnH6koCSn/0qKP/Dv5uWEt2eChzStdhHpM=" ;
npx:hasSignatureTarget
this:
.
this:
dcterms:created
"2021-05-11T13:39:01.998+02: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/RALLkvoulW5DSScfQ2gDQzki9-8Tl-xV9MCmW7btOTHEM
> .
}