@prefix this: <https://w3id.org/np/RAal-ISIc_6ywhG08EaswDj51go7vz1T0t-dC5XPCfa4o> .
@prefix sub: <https://w3id.org/np/RAal-ISIc_6ywhG08EaswDj51go7vz1T0t-dC5XPCfa4o/> .
@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#> .
@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 {
  rdf:type rdfs:label "is a" .
  <https://schema.org/isPartOf> rdfs:label "is part of" .
  <https://schema.org/title> rdfs:label "has the title" .
  <https://w3id.org/kpxl/gen/terms/hasContent> rdfs:label "has the content" .
  <https://w3id.org/kpxl/gen/terms/hasPositionString> rdfs:label "has the position string" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Create a paragraph item" ;
    nt:hasNanopubLabelPattern "${title}" ;
    nt:hasStatement sub:st0 , sub:st1 , sub:st2 , sub:st3 , sub:st4 .
  sub:content a nt:LongLiteralPlaceholder ;
    rdfs:label "the full text of the paragraph" .
  sub:entity a nt:ExternalUriPlaceholder ;
    rdfs:label "entity this is part of" .
  sub:paragraph a nt:IntroducedResource ;
    rdfs:label "this" .
  sub:position a nt:LiteralPlaceholder ;
    rdfs:label "string determining the order of the paragraphs" .
  sub:st0 rdf:object <https://w3id.org/kpxl/gen/terms/Paragraph> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:paragraph .
  sub:st1 rdf:object sub:title ;
    rdf:predicate <https://schema.org/title> ;
    rdf:subject sub:paragraph .
  sub:st2 rdf:object sub:content ;
    rdf:predicate <https://w3id.org/kpxl/gen/terms/hasContent> ;
    rdf:subject sub:paragraph .
  sub:st3 rdf:object sub:entity ;
    rdf:predicate <https://schema.org/isPartOf> ;
    rdf:subject sub:paragraph .
  sub:st4 rdf:object sub:position ;
    rdf:predicate <https://w3id.org/kpxl/gen/terms/hasPositionString> ;
    rdf:subject sub:paragraph ;
    a nt:OptionalStatement .
  sub:title a nt:LiteralPlaceholder .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  this: dct:created "2026-03-24T06:25:39.664Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RAsDF9OkcP14NfOHAy3ommoUuk4c3w2KODOwvB1VLhvcU> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Create a paragraph item" ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8> , <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RASDwdz5WzsWdeDRREs0i5n5xTtKTrKS8pCIFUXhlkpt0> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" ;
    npx:hasSignature "2u59ggwQ2VA1SWP7BQN8z73wysSGAbKOnrYpBHdK0UFOsQvuyfZshhfyhBGdoJ3Jbp3RiJ39amWUQpLP/mS90MbaQPQ71bPnd+clgnAPbLY/sMu8S1xycV99kXtuVrAsIPaKsdavGdkSa3pGi3LqVBCBOU8ebQifOjlBn75Qn78=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
}