@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:isRelevantFor 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:isRelevantFor; 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 sub:template-kind; 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:isRelevantFor . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-15T05:23:34Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:embeds sub:template; npx:introduces sub:template-kind; 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 "k+CxLEWdpgpokGt5ttBbLbn0lkyAPWcBucYxQgIGISPgS1wbFv813v9Y/K80MClX/pEeIFIwr66gfgNJCDvG7jbgEJI9GYKbQ0SasCbv30RSbptFrwTpYiN71S6FJAfBD8LMN0df4Bme0iytZ4B7sOLbnxOyM84DCWX3+tv7YXykKnxAI2VmvwUwEMqLhsxKlO6nSzTDuwMR36zEurHplaj0gBMnyCUt01AFrMgKF4ffc8kn5dtcDzPNV4HG1PAevAhvouuTqGQAkOlsBWopUs8UR0KwEODqXCMgIzw81FzABt7q8bWt+OkVAvWKw1OegKKZ0hX9DRM/ffVJms2fww=="; npx:hasSignatureTarget this:; npx:signedBy . }