sub:assertion {
sub:additional rdf:object sub:additionalValue ;
rdf:predicate sub:additionalPredicate ;
rdf:subject nt:ASSERTION ;
a nt:OptionalStatement ,
nt:RepeatableStatement ;
nt:statementOrder "100" .
sub:additional2 rdf:object sub:additional2Object ;
rdf:predicate sub:additional2Predicate ;
rdf:subject sub:additional2Subject ;
a nt:OptionalStatement ,
nt:RepeatableStatement ;
nt:statementOrder "101" .
sub:additional2Object a nt:ValuePlaceholder ;
rdfs:label "literal / URI" .
sub:additional2Predicate a nt:UriPlaceholder ;
rdfs:label "URI" .
sub:additional2Subject a nt:UriPlaceholder ;
rdfs:label "URI" .
sub:additionalPredicate a nt:UriPlaceholder ;
rdfs:label "any additional property" .
sub:additionalValue a nt:ValuePlaceholder ;
rdfs:label "literal / URI" .
sub:assertion dct:description """This template allows you to make annotate external resources (e.g., papers, software, published datasets) with their RDF stream type, according to RDF-STaX. The assertion is subjective and it includes information on who made it (you) and how was it derived from the source material.
More information about RDF-STaX: https://w3id.org/stax""" ;
a nt:AssertionTemplate ;
rdfs:label "Annotating RDF stream type with RDF-STaX" ;
nt:hasNanopubLabelPattern "${streamTypeValue} is used in ${targetValue}" ;
nt:hasStatement sub:additional ,
sub:additional2 ,
sub:citoRelation ,
sub:class ,
sub:comment ,
sub:creator ,
sub:streamType ,
sub:target ;
nt:hasTag "RDF streams" ;
nt:hasTargetNanopubType <
https://w3id.org/stax/ontology#RdfStreamTypeUsage> .
sub:citoRelation rdf:object sub:targetValue ;
rdf:predicate sub:citoRelationPredicate ;
rdf:subject nt:ASSERTION ;
a nt:OptionalStatement ;
nt:statementOrder "4" .
sub:citoRelationPredicate a nt:RestrictedChoicePlaceholder ;
rdfs:label "CiTO relation to specify how the stream type assertion was derived from the target (optional)" ;
nt:possibleValuesFrom <
https://w3id.org/np/RAJb-zZdFrNzgwxmMzFstFeKTZAJImhMGNL-IzEJY4kx8> .
sub:class rdf:object <
https://w3id.org/stax/ontology#RdfStreamTypeUsage> ;
rdf:predicate rdf:type ;
rdf:subject nt:ASSERTION ;
a rdf:Statement ;
nt:statementOrder "2" .
sub:comment rdf:object sub:commentValue ;
rdf:predicate rdfs:comment ;
rdf:subject nt:ASSERTION ;
a nt:OptionalStatement ;
nt:statementOrder "6" .
sub:commentValue a nt:LongLiteralPlaceholder ;
rdfs:label "comment – anything relevant to explain the assertion" .
sub:creator rdf:object nt:CREATOR ;
rdf:predicate dct:creator ;
rdf:subject nt:ASSERTION ;
nt:statementOrder "1" .
sub:streamType rdf:object sub:streamTypeValue ;
rdf:predicate <
https://w3id.org/stax/ontology#hasStreamType> ;
rdf:subject nt:ASSERTION ;
a nt:RepeatableStatement ;
nt:statementOrder "5" .
sub:streamTypeValue a nt:RestrictedChoicePlaceholder ;
rdfs:label "RDF stream type" ;
nt:possibleValuesFrom <
https://w3id.org/np/RAQ6rmwxjcMOS3Msq0A6_GsUyyWz5Sd0w5iFxVyzGwxvk> .
sub:target rdf:object sub:targetValue ;
rdf:predicate <
https://w3id.org/stax/ontology#isUsageOf> ;
rdf:subject nt:ASSERTION ;
a rdf:Statement ;
nt:statementOrder "3" .
sub:targetValue a nt:ExternalUriPlaceholder ;
rdfs:label "URI of the annotated thing" .
<
https://w3id.org/stax/ontology#RdfStreamTypeUsage>
rdfs:label "RDF stream type usage" .
<
https://w3id.org/stax/ontology#hasStreamType>
rdfs:label "has stream type" .
<
https://w3id.org/stax/ontology#isUsageOf>
rdfs:label "is stream type usage of" .
}