sub1: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" .
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" .
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" .
sub1:archive a ntemplate:ValuePlaceholder ;
rdfs:label "URI of institution/organization where report is archived" .
sub1:assertion dcterms:description "Template for describing a workflow report" ;
a ntemplate:AssertionTemplate ;
rdfs:label "Describing a workflow report" ;
ntemplate:hasNanopubLabelPattern "Report: ${title}" ;
ntemplate:hasStatement sub1:st01 ,
sub1:st02 ,
sub1:st03 ,
sub1:st04 ,
sub1:st05 ,
sub1:st06 ,
sub1:st07 ,
sub1:st08 ,
sub1:st09 ,
sub1:st10 ,
sub1:st11 ;
ntemplate:hasTag "Datasets" ;
ntemplate:hasTargetNanopubType dcmitype:Collection .
sub1:description a ntemplate:LiteralPlaceholder ;
rdfs:label "description of the report" .
sub1:expiredate a ntemplate:LiteralPlaceholder ;
rdfs:label "date when report availability expires (YYYY-MM-DD)" .
sub1: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> .
sub1:organization a ntemplate:UriPlaceholder ;
rdfs:label "URI, ROR of insitution/organization where report was produced" .
sub1:project a ntemplate:UriPlaceholder ;
rdfs:label "URI of research project in which report was produced" .
sub1:publishdate a ntemplate:LiteralPlaceholder ;
rdfs:label "date when made publicly available (YYYY-MM-DD)" .
sub1:report a ntemplate:UriPlaceholder ;
rdfs:label "short URI suffix or full URI" .
sub1:repository a ntemplate:UriPlaceholder ;
rdfs:label "URI of repository where report is published" .
sub1:st01 rdf:object dcmitype:Collection ;
rdf:predicate rdf:type ;
rdf:subject sub1:report .
sub1:st02 rdf:object sub1:title ;
rdf:predicate dcterms:title ;
rdf:subject sub1:report .
sub1:st03 rdf:object sub1:description ;
rdf:predicate dcterms:description ;
rdf:subject sub1:report .
sub1:st04 rdf:object sub1:organization ;
rdf:predicate schema:sourceOrganization ;
rdf:subject sub1:report ;
a ntemplate:OptionalStatement .
sub1:st05 rdf:object sub1:license ;
rdf:predicate dcterms:license ;
rdf:subject sub1:report .
sub1:st06 rdf:object sub1:repository ;
rdf:predicate schema:maintainer ;
rdf:subject sub1:report .
sub1:st07 rdf:object sub1:project ;
rdf:predicate schema:result ;
rdf:subject sub1:report .
sub1:st08 rdf:object sub1:workflow ;
rdf:predicate prov:hadPrimarySource ;
rdf:subject sub1:report .
sub1:st09 rdf:object sub1:archive ;
rdf:predicate schema:archivedAt ;
rdf:subject sub1:report ;
a ntemplate:OptionalStatement ,
ntemplate:RepeatableStatement .
sub1:st10 rdf:object sub1:publishdate ;
rdf:predicate schema:datePublished ;
rdf:subject sub1:report .
sub1:st11 rdf:object sub1:expiredate ;
rdf:predicate schema:expires ;
rdf:subject sub1:report ;
a ntemplate:OptionalStatement .
sub1:title a ntemplate:LiteralPlaceholder ;
rdfs:label "title of the report" .
sub1:workflow a ntemplate:UriPlaceholder ;
rdfs:label "URI of workflow nanopub that is the primary source of this report" .
}