@prefix this: <http://purl.org/np/RAEkNgR79O3q4gOX1NZuRyXB7KUT8qOFZsukSIxzR-Ja8> .
@prefix sub: <http://purl.org/np/RAEkNgR79O3q4gOX1NZuRyXB7KUT8qOFZsukSIxzR-Ja8#> .
@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 {
  npx:appendsIndex rdfs:label "is an index that appends" .
  npx:includesElement rdfs:label "is an index that includes as element" .
  npx:includesSubindex rdfs:label "is an index that includes as sub-index" .
  sub:appended a nt:TrustyUriPlaceholder ;
    rdfs:label "nanopublication URI of the index to be appended" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Defining a nanopublication index" ;
    nt:hasRequiredPubinfoElement <http://purl.org/np/RAN-ZBYAJc5sLMwKQGo3-fYCbRcAMdGfmJCx0yVMOzfo8> ;
    nt:hasStatement sub:st1 , sub:st2 , sub:st3 ;
    nt:hasTag "Meta" .
  sub:element a nt:TrustyUriPlaceholder ;
    rdfs:label "nanopublication URI of the element to be included" .
  sub:st1 rdf:object sub:appended ;
    rdf:predicate npx:appendsIndex ;
    rdf:subject nt:NANOPUB ;
    a nt:OptionalStatement ;
    nt:statementOrder "1" .
  sub:st2 rdf:object sub:element ;
    rdf:predicate npx:includesElement ;
    rdf:subject nt:NANOPUB ;
    a nt:OptionalStatement , nt:RepeatableStatement ;
    nt:statementOrder "2" .
  sub:st3 rdf:object sub:sub ;
    rdf:predicate npx:includesSubindex ;
    rdf:subject nt:NANOPUB ;
    a nt:OptionalStatement , nt:RepeatableStatement ;
    nt:statementOrder "3" .
  sub:sub a nt:TrustyUriPlaceholder ;
    rdfs:label "nanopublication URI of the index to be included as sub-index" .
}
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 "mQVYCbZA1/fEh/tVtd3zAfJob+s1SQkwQfAyF7xc0CuFBPAl6zA42eJQaqu9O2ATiP/dWDdJmGowJcYEHsEOprWMetJbOoOh472H+WlhJICtnmLfYhvNvrDjS/Za16MuPWHdXeN8y6mKpdKcHXxeifqlL2ptCMvjtfjyxqBvVPc=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-01-26T15:21:04.230+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    npx:supersedes <http://purl.org/np/RANPP5eYKEk3YezLtFczadGBvLUigTu1rXgS-2QE1Muoc> ;
    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> .
}