@prefix ns1: <http://purl.org/np/> .
@prefix this: <http://purl.org/np/RAdvwtp0LfbKYtdCSVhZ2f52fdXqToOXv55TJY5NZcl8I> .
@prefix sub: <http://purl.org/np/RAdvwtp0LfbKYtdCSVhZ2f52fdXqToOXv55TJY5NZcl8I#> .
@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 prov: <http://www.w3.org/ns/prov#> .
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:description rdfs:label "has the description" .
  dct:publisher rdfs:label "is published by" .
  dct:title rdfs:label "has the title" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Describing a dataset at summary level" ;
    nt:hasNanopubLabelPattern "Dataset: ${title}" ;
    nt:hasStatement sub:st01 , sub:st02 , sub:st03 , sub:st04 ;
    nt:hasTag "Datasets" ;
    nt:hasTargetNanopubType <http://purl.org/dc/dcmitype/Dataset> .
  sub:dataset a nt:UriPlaceholder ;
    rdfs:label "URI of the dataset" .
  sub:description a nt:LiteralPlaceholder ;
    rdfs:label "description of the dataset" .
  sub:publisher a nt:UriPlaceholder ;
    rdfs:label "URI of the publisher of the dataset" .
  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:description ;
    rdf:predicate dct:description ;
    rdf:subject sub:dataset .
  sub:st04 rdf:object sub:publisher ;
    rdf:predicate dct:publisher ;
    rdf:subject sub:dataset .
  sub:title a nt:LiteralPlaceholder ;
    rdfs:label "title of the dataset" .
  rdf:type rdfs:label "is a" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
    npx:hasSignature "Xs8nBDuQkO1Gs54ABsbpsY1s6F+28CJdUdDhWpRp2iXnltu0ai2E2ZNBE0gpJqdPYRYFDjo7l5v6KOe1U3KyFrFkmEipfR+ifBJNiaPg45eYrtxyV6F7O8EWdUM6i7nAzEAal30XMvilIOV/dsq4Ip/wpRyTSNDjfO5wHGJz0n8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-08-16T12:35:07.985+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes ns1:RAhI6MSIrBgAeVg4zGHcQVVGkOsyO8xkHuqypjrIww5bk ;
    rdfs:label "Template: Describing a dataset at summary level" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate ns1:RANjqEfLnGSzLuq0heRSXN0psYWW0oX4v3W8w7osb3xfs .
}