@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:ontology-paragraphs-view a , ; dct:isVersionOf ; dct:title "Introduction"; rdfs:label "Introduction paragraph view for ontology version"; ; "3.1.intro"; ; "ontologyVersion" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . nt:hasLabelFromApi "Get the paragraphs of an ontology version - This query returns all paragraphs that are part of a given version of an onto..." . this: dct:created "2026-02-27T14:55:44.653Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:ontology-paragraphs-view; npx:introduces ; npx:supersedes ; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "n0ON+/HBH4PxCIAm+Zs6KQ7iP0alLq70AymGO83li2/iIe6EX3NXiiAWBEh9b62XlYuGxErLQCQAnLR5mPCqwcCqOStkMSSmMhE80M6tscpUeLkH8WvBYnV+BMaEoG7+bx4UU8nIu/bSO/b4SbqCLkNF/mEaEJD6ZCffTFxW1J8="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }