@prefix this: <http://purl.org/np/RAhI6MSIrBgAeVg4zGHcQVVGkOsyO8xkHuqypjrIww5bk> .
@prefix sub: <http://purl.org/np/RAhI6MSIrBgAeVg4zGHcQVVGkOsyO8xkHuqypjrIww5bk#> .
@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:hasStatement sub:st01 , sub:st02 , sub:st03 , sub:st04 ;
    nt:hasTag "Datasets" .
  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 "ie3LC/1dHucVwZUyoWLvoh3pFdAIz/8qnokosZ0FKKG8Hea0U/LI11pAIJwksVnxfYKIHilGh6uqz+ao1hfcGAp0PS+wqvcbFICbcXUUN9GfX7h0aSmX1lyepGTEAoN67hwgEgEkYT0eVorvmFa9hOfxlpCesVyzoWCG69D9yeA=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-01-26T15:19:13.501+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    npx:supersedes <http://purl.org/np/RAEWlnm0Oj428EuV8m163BDT8Cxv-lNqlEhxY9yk7bvDA> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RARMBqX_-9lnhkaqk4BuxfLcC6H5cqTlzdtDzeDIwuKdU> .
}