@prefix this: . @prefix sub: . @prefix gen: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix skos: . @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:ExternalUriPlaceholder, 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 ; 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-24T09:38:44+00:00"^^xsd:dateTime; dct:creator ; dct:license ; npx:embeds sub:template; npx:introduces ; npx:supersedes ; rdfs:label "Relating a documentation paragraph to another"; skos:changeNote "Guided choices that must refer to existing resources are now also external URI placeholders, so Nanodash no longer offers to mint a typed plain name locally for them: related."; 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 "jghLqW3GJ59Js0OOtvUjCnKbb7iH5AyyBr99xIDj31XjUX1BkMS1SVVXfF3tZQVo/2shqOS2NaIjpEzqJYTuISLNI9uv8O9PDtoY3lb7Ft1GITEyVKXT8ofFq0npvjCJ/mDzyEFGDqjHdp5OaBwdTAKgznv1op3nHETIeqyq1GdQ5jxoGX2zqoYWIHCh6sqZwAv5DMWs8/E1uleP0a4ynVNNmqijKA3uQU9lqe37NoQsIUikpAgrdDCNnUO9fnaQ+Bf9QJwjirRQ/m467Qe+P6Mhfi7bXlYq/oPPTN1Zi2634+m0BIXOi/aRjx4CzKy2tpUpHFY29rCu9M0QQoKNWQ=="; npx:hasSignatureTarget this:; npx:signedBy . }