sub:assertion {
dct:source rdfs:label "has the original source" .
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "has the label" .
sub:aida a nt:GuidedChoicePlaceholder ;
rdfs:label "choose AIDA sentence of claim" ;
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fpurl.org%2Fpetapico%2Fo%2Fhycl%23AIDA-Sentence&searchterm=" .
sub:assertion a nt:AssertionTemplate ;
rdfs:label "Declaring an original claim according to FORRT" ;
nt:hasStatement sub:st00 ,
sub:st00.2 ,
sub:st01 ,
sub:st02 ,
sub:st03 ;
nt:hasTag "FORRT" .
sub:claim a nt:IntroducedResource ,
nt:LocalResource ,
nt:UriPlaceholder ;
rdfs:label "Short URI suffix as claim ID" ;
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fpurl.org%2Fpetapico%2Fo%2Fhycl%23AIDA-Sentence&searchterm=" .
sub:forrtType a nt:RestrictedChoicePlaceholder ;
rdfs:label "Type of FORRT claim" ;
nt:possibleValue <
https://w3id.org/sciencelive/o/terms/computational_performance-FORRT-Claim> , <
https://w3id.org/sciencelive/o/terms/scalability-FORRT-Claim> .
sub:label rdfs:label "label of the claim, to find it later" .
sub:source a nt:ExternalUriPlaceholder ;
rdfs:label "source URI" .
sub:st00 rdf:object <
https://w3id.org/sciencelive/o/terms/FORRT-Claim> ;
rdf:predicate rdf:type ;
rdf:subject sub:claim .
sub:st00.2 rdf:object sub:label ;
rdf:predicate rdfs:label ;
rdf:subject sub:claim .
sub:st01 rdf:object sub:aida ;
rdf:predicate <
https://w3id.org/sciencelive/o/terms/asAidaStatement> ;
rdf:subject sub:claim .
sub:st02 rdf:object sub:forrtType ;
rdf:predicate rdf:type ;
rdf:subject sub:claim .
sub:st03 rdf:object sub:source ;
rdf:predicate dct:source ;
rdf:subject sub:claim ;
a nt:OptionalStatement .
<
https://w3id.org/sciencelive/o/terms/FORRT-Claim>
rdfs:label "FORRT claim" .
<
https://w3id.org/sciencelive/o/terms/asAidaStatement>
rdfs:label "corresponds to - linking to an AIDA statement: an English sentence that is Atomic (describing a single thought), Independent (can be understood as a single sentence without further context), Declarative (complete sentence ending with a full stop), and Absolute (describing the core of a claim ignoring certainty and source)" .
<
https://w3id.org/sciencelive/o/terms/computational_performance-FORRT-Claim>
rdfs:label "computational performance (Computational & Performance)" .
<
https://w3id.org/sciencelive/o/terms/scalability-FORRT-Claim>
rdfs:label "scalability (Computational & Performance)" .
}