sub:assertion {
<
http://edamontology.org/format_1929>
rdfs:label "FASTA" .
<
http://edamontology.org/format_1930>
rdfs:label "FASTQ" .
<
http://edamontology.org/format_1934>
rdfs:label "fitch program" .
<
http://edamontology.org/format_1935>
rdfs:label "GCG" .
<
http://edamontology.org/format_1936>
rdfs:label "GenBank format" .
<
http://edamontology.org/format_1937>
rdfs:label "genpept" .
<
http://edamontology.org/format_1938>
rdfs:label "GFF2-seq" .
<
http://edamontology.org/format_1939>
rdfs:label "GFF3-seq" .
<
http://edamontology.org/format_1940>
rdfs:label "giFASTA format" .
<
http://edamontology.org/format_1950>
rdfs:label "pdbatom" .
dcterms:creator rdfs:label "created by" .
dcterms:description rdfs:label "has description" .
dcterms:format rdfs:label "needs or produces data format" .
dcterms:license rdfs:label "has license" .
dcterms:title rdfs:label "has title" .
prov:wasDerivedFrom rdfs:label "improves upon method" .
<
https://creativecommons.org/licenses/by/4.0/>
rdfs:label "CC-BY-4.0" .
schema:applicationCategory rdfs:label "serves purpose" .
schema:applicationSubCategory rdfs:label "applies to domains" .
schema:codeRepository rdfs:label "has source repository" .
schema:keywords rdfs:label "has keywords" .
schema:learningResourceType rdfs:label "uses computational approach" .
schema:result rdfs:label "reports performance results" .
schema:url rdfs:label "is accessible via" .
<
https://spdx.org/licenses/Apache-2.0.html>
rdfs:label "Apache 2.0" .
<
https://spdx.org/licenses/BSD-3-Clause.html>
rdfs:label "BSD 3 Clause" .
<
https://spdx.org/licenses/GPL-3.0.html>
rdfs:label "GPL 3.0" .
<
https://spdx.org/licenses/MIT.html>
rdfs:label "MIT" .
sub:applicable-domains a nt:GuidedChoicePlaceholder ;
rdfs:label "applicable research domains" ;
nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
sub:application-category a nt:GuidedChoicePlaceholder ;
rdfs:label "primary computational purpose" ;
nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
sub:assertion dcterms:description "Template for describing a computational workflow implemented for and supported by a Workflow Management System" ;
a nt:AssertionTemplate ;
rdfs:label "Computational Workflow (without target namespace)" ;
nt:hasNanopubLabelPattern "Method: ${title}" ;
nt:hasStatement sub:st01 ,
sub:st02 ,
sub:st03 ,
sub:st04 ,
sub:st05 ,
sub:st06 ,
sub:st07 ,
sub:st08 ,
sub:st09 ,
sub:st10 ,
sub:st12 ,
sub:st14 ,
sub:st15 ,
sub:st16 ,
sub:st17 ;
nt:hasTag "Computational Workflow" .
sub:base-method a nt:UriPlaceholder ;
rdfs:label "method this improves upon (DOI or URI)" .
sub:computational-approach a nt:GuidedChoicePlaceholder ;
rdfs:label "computational approach used" ;
nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
sub:computational-workflow a nt:UriPlaceholder ;
rdfs:label "URI of the workflow repository" .
sub:creator a nt:UriPlaceholder ;
rdfs:label "ORCID of creator" ;
nt:hasPrefix "https://orcid.org/" ;
nt:hasPrefixLabel "ORCID (just the 16-digit ID)" ;
nt:hasRegex "0000-\\d{4}-\\d{4}-\\d{4}" .
sub:description a nt:LongLiteralPlaceholder ;
rdfs:label "description of what the method does" ;
nt:hasRegex "[\\s\\S]{10,1000}" .
sub:doi a nt:UriPlaceholder ;
rdfs:label "DOI URL" ;
nt:hasPrefix "https://doi.org/" ;
nt:hasPrefixLabel "DOI (starting with '10.')" ;
nt:hasRegex "10.(\\d)+/(\\S)+" .
sub:github-repo a nt:UriPlaceholder ;
rdfs:label "GitHub repository URL" .
sub:input-format a nt:RestrictedChoicePlaceholder ;
rdfs:label "expected input data format" ;
nt:hasPrefix "input:" ;
nt:hasPrefixLabel "Input:" ;
nt:possibleValue <
http://edamontology.org/format_1929> , <
http://edamontology.org/format_1930> , <
http://edamontology.org/format_1934> , <
http://edamontology.org/format_1935> , <
http://edamontology.org/format_1936> , <
http://edamontology.org/format_1937> , <
http://edamontology.org/format_1938> , <
http://edamontology.org/format_1939> , <
http://edamontology.org/format_1940> , <
http://edamontology.org/format_1950> .
sub:keywords a nt:GuidedChoicePlaceholder ;
rdfs:label "research keywords from Wikidata" ;
nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
sub:license a nt:RestrictedChoicePlaceholder ;
rdfs:label "software license" ;
nt: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:performance-metrics a nt:LongLiteralPlaceholder ;
rdfs:label "quantitative performance measurements" ;
nt:hasRegex "[\\s\\S]{10,1000}" .
sub:st01 rdf:object schema:SoftwareSourceCode ;
rdf:predicate rdf:type ;
rdf:subject sub:computational-workflow .
sub:st02 rdf:object sub:title ;
rdf:predicate dcterms:title ;
rdf:subject sub:computational-workflow .
sub:st03 rdf:object sub:description ;
rdf:predicate dcterms:description ;
rdf:subject sub:computational-workflow .
sub:st04 rdf:object sub:doi ;
rdf:predicate schema:url ;
rdf:subject sub:computational-workflow .
sub:st05 rdf:object sub:github-repo ;
rdf:predicate schema:codeRepository ;
rdf:subject sub:computational-workflow ;
a nt:RepeatableStatement .
sub:st06 rdf:object sub:creator ;
rdf:predicate dcterms:creator ;
rdf:subject sub:computational-workflow ;
a nt:RepeatableStatement .
sub:st07 rdf:object sub:workflow-management-system ;
rdf:predicate <
https://www.wikidata.org/wiki/Q2808660> ;
rdf:subject sub:computational-workflow .
sub:st08 rdf:object sub:application-category ;
rdf:predicate schema:applicationCategory ;
rdf:subject sub:computational-workflow .
sub:st09 rdf:object sub:keywords ;
rdf:predicate schema:keywords ;
rdf:subject sub:computational-workflow ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
sub:st10 rdf:object sub:input-format ;
rdf:predicate dcterms:format ;
rdf:subject sub:computational-workflow ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
sub:st12 rdf:object sub:license ;
rdf:predicate dcterms:license ;
rdf:subject sub:computational-workflow ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
sub:st14 rdf:object sub:base-method ;
rdf:predicate prov:wasDerivedFrom ;
rdf:subject sub:computational-workflow ;
a nt:OptionalStatement .
sub:st15 rdf:object sub:performance-metrics ;
rdf:predicate schema:result ;
rdf:subject sub:computational-workflow ;
a nt:RepeatableStatement .
sub:st16 rdf:object sub:computational-approach ;
rdf:predicate schema:learningResourceType ;
rdf:subject sub:computational-workflow ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
sub:st17 rdf:object sub:applicable-domains ;
rdf:predicate schema:applicationSubCategory ;
rdf:subject sub:computational-workflow ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
sub:title a nt:LiteralPlaceholder ;
rdfs:label "title of the Workflow" ;
nt:hasRegex "[\\s\\S]{5,200}" .
sub:workflow-management-system a nt:RestrictedChoicePlaceholder ;
rdfs:label "Workflow Management System" , "uses workflow management system" ;
nt:possibleValue <
https://www.wikidata.org/wiki/Q106286298> , <
https://www.wikidata.org/wiki/Q2808660> , <
https://www.wikidata.org/wiki/Q51293717> , <
https://www.wikidata.org/wiki/Q5518091> , <
https://www.wikidata.org/wiki/Q56291707> .
<
https://www.wikidata.org/wiki/Q106286298>
rdfs:label "Snakemake" .
<
https://www.wikidata.org/wiki/Q2808660>
rdfs:label "Workflow Management System" .
<
https://www.wikidata.org/wiki/Q51293717>
rdfs:label "Nextflow" .
<
https://www.wikidata.org/wiki/Q5518091>
rdfs:label "Galaxy" .
<
https://www.wikidata.org/wiki/Q56291707>
rdfs:label "CWL" .
}