@prefix this: <http://purl.org/np/RAN-ZBYAJc5sLMwKQGo3-fYCbRcAMdGfmJCx0yVMOzfo8> .
@prefix sub: <http://purl.org/np/RAN-ZBYAJc5sLMwKQGo3-fYCbRcAMdGfmJCx0yVMOzfo8#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  dce:description rdfs:label "has the description" .
  dce:title rdfs:label "has the title" .
  npx:NanopubIndex rdfs:label "nanopublication index" .
  sub:assertion a nt:PubinfoTemplate , nt:UnlistedTemplate ;
    rdfs:label "Nanopublication Index" ;
    nt:hasStatement sub:st1 , sub:st2 , sub:st3 , sub:st4 .
  sub:description a nt:LiteralPlaceholder ;
    rdfs:label "description of the index" .
  sub:seeAlsoUrl a nt:UriPlaceholder ;
    rdfs:label "URL with further info" .
  sub:st1 rdf:object npx:NanopubIndex ;
    rdf:predicate rdf:type ;
    rdf:subject nt:NANOPUB ;
    a rdf:Statement ;
    nt:statementOrder 1 .
  sub:st2 rdf:object sub:title ;
    rdf:predicate dce:title ;
    rdf:subject nt:NANOPUB ;
    a rdf:Statement ;
    nt:statementOrder 2 .
  sub:st3 rdf:object sub:description ;
    rdf:predicate dce:description ;
    rdf:subject nt:NANOPUB ;
    a nt:OptionalStatement ;
    nt:statementOrder 3 .
  sub:st4 rdf:object sub:seeAlsoUrl ;
    rdf:predicate rdfs:seeAlso ;
    rdf:subject nt:NANOPUB ;
    a nt:OptionalStatement , nt:RepeatableStatement ;
    nt:statementOrder 4 .
  sub:title a nt:LiteralPlaceholder ;
    rdfs:label "title of the index" .
  rdf:type rdfs:label "is a" .
  rdfs:seeAlso rdfs:label "has further info at" .
}
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 "XyoQSLQ3I+b5FvFY1ByBRggaihCQh3COETXZDpzMLEG0ZE5fqEnWu69AJI/607q4sLkgw/DuT/UaC1OLFUSKyd4O1ZVmT7PgeBRQR8WrDzjobUxto/e4bp169PvDE27JWX+ie9JElN/qUbECQ7VJdsyZ8Fzes7BIdkKy0X67tcA=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-12-18T10:33:57.621+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 .
}