@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:comment rdfs:label "with the note" . gen:isExampleFor rdfs:label "is an example for" . sub:example a nt:TrustyUriPlaceholder; rdfs:label "the example nanopublication" . sub:note a nt:LongLiteralPlaceholder; rdfs:label "what this example shows (optional)" . sub:paragraph a nt:ExternalUriPlaceholder; rdfs:label "the documentation paragraph it illustrates" . sub:st0 rdf:object sub:paragraph; rdf:predicate gen:isExampleFor; rdf:subject sub:example . sub:st1 a nt:OptionalStatement; rdf:object sub:note; rdf:predicate rdfs:comment; rdf:subject sub:example . sub:template a nt:AssertionTemplate; dct:description "Links an existing nanopublication to a paragraph of the documentation as an example of what the paragraph describes. The example is shown, in full, on the paragraph's own page. Add a short note saying what to look at in it."; dct:isVersionOf ; rdfs:label "Linking an example to a documentation paragraph"; gen:governedBy ; nt:hasNanopubLabelPattern "Example for: ${paragraph}"; nt:hasStatement sub:st0, sub:st1; nt:hasTag "Documentation"; nt:hasTargetNanopubType gen:isExampleFor . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-15T05:31:55Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:embeds sub:template; npx:introduces ; npx:supersedes ; rdfs:label "Linking an example to a documentation paragraph"; 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 "c918uEhWD9IbYSBIcRunbazw18c1MuZykY5u8gBanVTaOlGgdAXLawHYvRc4UDua/65dOtbV5UIv8v1ouMj2Zdmv+v4Q6YBYnPTL8cj31FJcSWzCv0sRxm7qrCwpFM+F6HJoyE+ykZMN3exOeaJoyV55TSNxcmeC1UVe8kIAdEGe7Qod8LEPDmmSF6JiffyYGwqEQb/YkqQzuCkFJhI4ymGk8e4xmMzpCK/xNqzwq39TrF4+Aa2hraykg4DDJJjC5uwJjIoqXEjyp4Jik9rorC5tGfTOAPrdhvcZbUYNnqR6rfnYvTCvSVl6x1/dPzYVmRgRkx0dhZdhHs9m5ZRagw=="; npx:hasSignatureTarget this:; npx:signedBy . }