@prefix dc1: <
http://purl.org/dc/terms/
> .
@prefix this: <
http://purl.org/np/RAHfV-mtlk7KxH0LbRU1yN4doh-js9cmMlgIakew4Nau8
> .
@prefix sub: <
http://purl.org/np/RAHfV-mtlk7KxH0LbRU1yN4doh-js9cmMlgIakew4Nau8#
> .
@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 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: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
a
nt:LocalResource
;
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
,
nt:LongLiteralPlaceholder
;
rdfs:label
"The content of this comment as free text" .
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
"I6v83ee1BcRGnTkSKKz2ugK4PkYv50T6AeNW9G75U6oS0p2oMU58mtLpLUHuY4DPijN7t52F+cWzbFIIRaMbbzclv/P6Deq2BpIVe+LtIgxHowF6pzCZdQfqzD8kU/MhsapRyTFUWprEoQb6pweYKu45XkdRewAF5dZgwd16XtI=" ;
npx:hasSignatureTarget
this:
.
this:
dc1:created
"2021-06-03T12:48:42.849+02:00"^^
xsd:dateTime
;
dc1:creator
orcid:0000-0002-1267-0234
;
npx:supersedes
<
http://purl.org/np/RAL1O7w4r9TuHj6O-HgUVYGYUk4E6aVFc1wH9LWqOvPEM
> ;
nt:wasCreatedFromProvenanceTemplate
<
http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM
> ;
nt:wasCreatedFromPubinfoTemplate
<
http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM
> , <
http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI
> ;
nt:wasCreatedFromTemplate
<
http://purl.org/np/RA1eIzGmwi8vumqb17c4t351tspV1H-e5vuK9D8MUu5GU
> .
}