@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix ntemplate: <https://w3id.org/np/o/ntemplate/> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix sub1: <https://w3id.org/np/RAThchhEHnYeWIfKsbrfluw2k0kkViqptuqUzRMo7F4G0/> .
@prefix this: <https://w3id.org/np/RAThchhEHnYeWIfKsbrfluw2k0kkViqptuqUzRMo7F4G0> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sub1:Head {
  this: np:hasAssertion sub1:assertion ;
    np:hasProvenance sub1:provenance ;
    np:hasPublicationInfo sub1:pubinfo ;
    a np:Nanopublication .
}
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" .
}
sub1:provenance {
  sub1:assertion prov:generatedAtTime "2026-03-05T20:34:00.414300"^^xsd:dateTime ;
    prov:wasAttributedTo orcid:0000-0002-4930-2662 .
}
sub1:pubinfo {
  this: prov:generatedAtTime "2026-03-05T20:34:00.414300"^^xsd:dateTime ;
    prov:wasAttributedTo orcid:0000-0003-2408-7588 .
  sub1:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkOFUnnRCp/k9/0ugvx8zQJ+Qc675W1Ug6F839+xvJ2QsSBu4iOJ1O2kJCmb3tALp3gJOt8sffRot3VrfY1hbgXxL7BVtDsfHHmXVff4YCeg5Ycdn5cDpLawDpAdYwMhK0LwIkZ3fwH9/o9JniYKXLV/jpF9bMKyiw/6tqlCHaMW1r8gzZzoxVIAakwvlABoY0iNoToLTlBRXEI4mLUNjDMnMwQgfh1KXMxMruNjW3wJyeDEIfa2ooAt0E4CRM9pkrEb37NzD9Jz8aSUFFY6BvIxF4ixK7rm6IUDvQ76LqXkEmgSeRv1kw7gnCe9wV/wHd0ZeW4heoBXmLHX3MvHfjwIDAQAB" ;
    npx:hasSignature "IV9ouJwsjnsP7UYt2UO3slJuxNywVK0lf41xPiWEE2II6kUvZk0QZDXU+QAFfCLOO9XD74rLjQZX2OrI+VWbOR8w7B7Gr4N01JPdQeZP9cXVSJx2Ka3heNClKdzg8HSZc2/XyopFI7k1xbSnT16RYU7324CSNqXsfoJva59F/o7OwjCSYqsK98Xd6qvtzXF2I2LxNDcVLuDLimu/HjV0+/7jGBf6cJ/pUq3Ba4rgLJV80MxQpi9uZQP4eVmPlMVdsao9RvJiGJukWl2WuPkIUd7K0ZBvYVU+sHurn7wgDne/+5FOBByBBHrDTqV5cI78nCy4TPBM6GZabnD627wV+Q==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0003-2408-7588 .
}