@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:ExternalUriPlaceholder; rdfs:label "the example: the URI of a nanopublication, a page, a service, a file, ..." . 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 example to a paragraph of the documentation: anything with a URI that illustrates what the paragraph describes, such as a nanopublication, a page, a service URL or a file. The example is listed with its note on the paragraph's own page. Add a short note saying what to look at."; 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-15T07:33:36Z"^^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 "keuDbv4LUnUhWym/VDcF5xzdkjYvMvL/IkOeEIfgwiHLLimcAuT+lKk917yDVZOC+5Q3YbjC2mNpNkdkRjp/9biBB67UVWiKxmrUjTlAsGv2j6a3pbynM8xySxSNg2LGbmVziEYOUW/bLbIqJbA7rK0wxElwWprRLxHXvzMW09eO3gDsYKg3OINEgc93K9yzFCZhAtb6c8o7PTeT3zYGd+qGi4ASZlHwt5Gp9A7OH2TMJNEItUEM+uDH8cm3Q37ejkwlhT9w39f4s9qokrpBu7KyZn14Y8Zcsu0zZ+VSWpuhuAfmQNo/LSk2BdTKATmOibxh0yNW5fUuNelBJ5QYmg=="; npx:hasSignatureTarget this:; npx:signedBy . }