sub:assertion {
<
http://edamontology.org/format_2331>
rdfs:label "HTML" .
<
http://edamontology.org/format_2332>
rdfs:label "XML" .
<
http://edamontology.org/format_3508>
rdfs:label "PDF" .
dcmitype:Collection rdfs:label "workflow report" .
dcterms:description rdfs:label "has the description" .
dcterms:license rdfs:label "has license" .
dcterms:title rdfs:label "has the title" .
rdf:type rdfs:label "is a" .
prov:hadPrimarySource rdfs:label "has primary source workflow" .
schema:DataCatalog rdfs:label "data catalog" .
schema:archivedAt rdfs:label "is archived at" .
schema:datePublished rdfs:label "was published on" .
schema:expires rdfs:label "will be no longer after from" .
schema:maintainer rdfs:label "has repository" .
schema:result rdfs:label "results from" .
schema:sourceOrganization rdfs:label "has source" .
sub:archive a ntemplate:ValuePlaceholder ;
rdfs:label "URI of institution/organization where report is archived" .
sub:assertion dcterms:description "Template for describing a workflow report" ;
a ntemplate:AssertionTemplate ;
rdfs:label "Describing a workflow report" ;
ntemplate:hasNanopubLabelPattern "Report: ${title}" ;
ntemplate:hasStatement sub:st01 ,
sub:st02 ,
sub:st03 ,
sub:st04 ,
sub:st05 ,
sub:st06 ,
sub:st07 ,
sub:st08 ,
sub:st09 ,
sub:st10 ,
sub:st11 ;
ntemplate:hasTag "Workflow Reports" ;
ntemplate:hasTargetNanopubType dcmitype:Collection .
sub:description a ntemplate:LiteralPlaceholder ;
rdfs:label "description of the report" .
sub:expiredate a ntemplate:LiteralPlaceholder ;
rdfs:label "date when report availability expires (YYYY-MM-DD)" .
sub:license a ntemplate:RestrictedChoicePlaceholder ;
rdfs:label "license of the published report" ;
ntemplate:possibleValue <
https://creativecommons.org/licenses/by/4.0/> , <
https://spdx.org/licenses/Apache-2.0.html> , <
https://spdx.org/licenses/BSD-3-Clause.html> , <
https://spdx.org/licenses/GPL-3.0.html> , <
https://spdx.org/licenses/MIT.html> .
sub:organization a ntemplate:UriPlaceholder ;
rdfs:label "URI, ROR of insitution/organization where report was produced" .
sub:project a ntemplate:UriPlaceholder ;
rdfs:label "URI of research project in which report was produced" .
sub:publishdate a ntemplate:LiteralPlaceholder ;
rdfs:label "date when made publicly available (YYYY-MM-DD)" .
sub:report a ntemplate:UriPlaceholder ;
rdfs:label "short URI suffix or full URI" .
sub:repository a ntemplate:UriPlaceholder ;
rdfs:label "URI of repository where report is published" .
sub:st01 rdf:object dcmitype:Collection ;
rdf:predicate rdf:type ;
rdf:subject sub:report .
sub:st02 rdf:object sub:title ;
rdf:predicate dcterms:title ;
rdf:subject sub:report .
sub:st03 rdf:object sub:description ;
rdf:predicate dcterms:description ;
rdf:subject sub:report .
sub:st04 rdf:object sub:organization ;
rdf:predicate schema:sourceOrganization ;
rdf:subject sub:report ;
a ntemplate:OptionalStatement .
sub:st05 rdf:object sub:license ;
rdf:predicate dcterms:license ;
rdf:subject sub:report .
sub:st06 rdf:object sub:repository ;
rdf:predicate schema:maintainer ;
rdf:subject sub:report .
sub:st07 rdf:object sub:project ;
rdf:predicate schema:result ;
rdf:subject sub:report .
sub:st08 rdf:object sub:workflow ;
rdf:predicate prov:hadPrimarySource ;
rdf:subject sub:report .
sub:st09 rdf:object sub:archive ;
rdf:predicate schema:archivedAt ;
rdf:subject sub:report ;
a ntemplate:OptionalStatement ,
ntemplate:RepeatableStatement .
sub:st10 rdf:object sub:publishdate ;
rdf:predicate schema:datePublished ;
rdf:subject sub:report .
sub:st11 rdf:object sub:expiredate ;
rdf:predicate schema:expires ;
rdf:subject sub:report ;
a ntemplate:OptionalStatement .
sub:title a ntemplate:LiteralPlaceholder ;
rdfs:label "title of the report" .
sub:workflow a ntemplate:UriPlaceholder ;
rdfs:label "URI of workflow nanopub that is the primary source of this report" .
}