@prefix this: . @prefix sub: . @prefix gen: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { rdfs:seeAlso rdfs:label "see also" . sub:paragraph a nt:ExternalUriPlaceholder; rdfs:label "the documentation paragraph" . sub:related a nt:GuidedChoicePlaceholder; rdfs:label "the related paragraph"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Paragraph" . sub:st0 rdf:object sub:related; rdf:predicate rdfs:seeAlso; rdf:subject sub:paragraph . sub:template a nt:AssertionTemplate; dct:description "Links a documentation paragraph to another paragraph that a reader of the first should also see, possibly in another chapter. The link is shown on both paragraphs' pages, so one direction is enough."; dct:isVersionOf sub:template-kind; rdfs:label "Relating a documentation paragraph to another"; gen:governedBy ; nt:hasNanopubLabelPattern "See also: ${paragraph} → ${related}"; nt:hasStatement sub:st0; nt:hasTag "Documentation"; nt:hasTargetNanopubType rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-15T07:20:29Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:embeds sub:template; npx:introduces sub:template-kind; rdfs:label "Relating a documentation paragraph to another"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl8cMusqtNyKA6UIsi3f7BAcZmHQXWxU0qk0PLsboMWQxYrGBfGgHTgRHJrBRxL+Zn9kJHKVmz2smDcjCBptXi/OwWy80gjsx+Pbe6IWz3zFPWF1UoFIKfPnC0slV67CQgdM853zW7Bmk9/uflCtK4EtZKmPdRGtUHVC7DTVvDBMDzLRGdE2KCBVN29EbM5GGVNvijYbaZQ9OFQPBkQshayqSIyGRr6rreJdkrRVLIzu3uuAjKYydaeXZWSN2JLnVBwrClKUxaEdCwhb5nXpMtKOMD+R+LgaXLeJUWM8BdRSYnta9ZqI5pHY4y3v+eW7J+HHeTvRbHvlik+Z4hFUXmQIDAQAB"; npx:hasSignature "ftU9YXlKvX26CKzv+5h02SVINY7dsq5WsNMdfRA3qTq4d+YMrwpg/QralzJ4NvFc/OIlErkJTK545OsGggwsYodjj7QXVIiRRtPNXMjLDOVpkdKo0KTxsVQzW03Xiz/JBcKSGhcshAhSQ+6+woeoVa37zIOpl2CKVyR/VlHnS5rJ/P3RtM/Ij/JrZjGGYlJQiCKEVrIIN+43Pnex12mjARY1i9mSy4WOdDSyP66052oexOFlEyjdH15kdeXzoSUZT+qow1Qp38tzgCfFYdjHv9zThaVVOukNyyjigE/cxkd080xLENJiapFg/2nt+jRGC9kYGjhoP+ZTEE4MfcLSxw=="; npx:hasSignatureTarget this:; npx:signedBy . }