@prefix this: <https://w3id.org/np/RAYV2OhsdtcExjyBFVfeeTaXK-oBguzGpcZ2dyZU-4oTE> .
@prefix sub: <https://w3id.org/np/RAYV2OhsdtcExjyBFVfeeTaXK-oBguzGpcZ2dyZU-4oTE#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://purl.org/dc/dcmitype/Dataset> rdfs:label "dataset" .
  dct:license rdfs:label "has license" .
  dct:title rdfs:label "has title" .
  rdf:type rdfs:label "is a" .
  <https://schema.org/maintainer> rdfs:label "has repository" .
  <https://schema.org/result> rdfs:label "results from" .
  sub:assertion dct:description "Template for describing a dataset at summary level" ;
    a nt:AssertionTemplate ;
    rdfs:label "Describing a dataset at summary level - simple" ;
    nt:hasNanopubLabelPattern "Dataset: ${title}" ;
    nt:hasStatement sub:st01 , sub:st02 , sub:st03 , sub:st04 , sub:st05 ;
    nt:hasTag "Datasets" ;
    nt:hasTargetNanopubType <http://purl.org/dc/dcmitype/Dataset> .
  sub:dataset a nt:UriPlaceholder ;
    rdfs:label "short URI suffix or full URI" .
  sub:license a nt:UriPlaceholder ;
    rdfs:label "URI of license of the published dataset" .
  sub:project a nt:UriPlaceholder ;
    rdfs:label "URI of research project in which data was produced" .
  sub:repository a nt:UriPlaceholder ;
    rdfs:label "URI of repository where dataset is published" .
  sub:st01 rdf:object <http://purl.org/dc/dcmitype/Dataset> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:dataset .
  sub:st02 rdf:object sub:title ;
    rdf:predicate dct:title ;
    rdf:subject sub:dataset .
  sub:st03 rdf:object sub:repository ;
    rdf:predicate <https://schema.org/maintainer> ;
    rdf:subject sub:dataset .
  sub:st04 rdf:object sub:project ;
    rdf:predicate <https://schema.org/result> ;
    rdf:subject sub:dataset .
  sub:st05 rdf:object sub:license ;
    rdf:predicate dct:license ;
    rdf:subject sub:dataset .
  sub:title a nt:LiteralPlaceholder ;
    rdfs:label "title of dataset" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-4930-2662 .
}
sub:pubinfo {
  orcid:0000-0002-4930-2662 foaf:name "Alessa An Gambardella" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEJGVv2xFV8o+Ojt3f0N2LgtZTt4+24Lxp8esEZiFYKryDGBYaR0Ef4ajadqtlSpvUHlwNlVIF7XRWiGd64P8drVnqPtpRtxJ+SOl0UNvxuHzUjeWlOYKpKZ/UgrGwVSSR3LvwqXOM9qUkWqy0IQ2KsFbJHHwzgNbcEZuZOD+/WQIDAQAB" ;
    npx:hasSignature "C4nRVmY5l7MHyWsbaf0uoWU2EdXcBsoy2/7zx+d5D9WXOx5o4TUz079oOBWWUoUyWL0zmHRecyIPKefMUudh47hZOrkB5jjJXevs2rXz1WIgnKLK0NM33Qr4TVDUhybM0hgXixCU6+3Nq605ThnLtB88Ghh8wK6MdE9CeIS6Vo0=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-4930-2662 .
  this: dct:created "2024-08-14T17:32:29.282Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-4930-2662 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RATQFCZJlC1-FaO2x8TkC4Uk4vGv1vw9qlb6QT84YKfas> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Template: Describing a dataset at summary level - simple" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RALtjkZX1lYrTL2eCZp4VTW6vGGxiDZ-aaU-s1Z0Fcs2I> .
}