. . . . "This query returns all definition nanopublications that define the elements of a given OWL ontology, like classes and properties, including those that match the namespace and including paragraphs describing the ontology." . . . "Get the definitions of an ontology including namespace and descriptions" . . "prefix owl: \r\nprefix rdfs: \r\nprefix rdf: \r\nprefix dct: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix skos: \r\nprefix schema: \r\nprefix gen: \r\n\r\nselect distinct ?np ?item ?item_label ?creator ?date where {\r\n values ?_ontology_multi_iri { }\r\n graph npa:graph {\r\n values ?itemType { owl:Class rdf:Property owl:ObjectProperty owl:DatatypeProperty owl:NamedIndividual gen:Paragraph }\r\n ?np npx:hasNanopubType ?itemType .\r\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\r\n ?np dct:created ?date .\r\n ?np npx:introduces ?item .\r\n optional { ?np npx:signedBy ?creator . }\r\n ?np np:hasAssertion ?a .\r\n }\r\n graph ?a {\r\n {{\r\n ?item a ?itemType .\r\n filter(strstarts(str(?item), ?__ontologyNamespace))\r\n } union {\r\n ?item a ?itemType .\r\n ?item dct:partOf|schema:isPartOf ?_ontology_multi_iri .\r\n }}\r\n optional { ?item rdfs:label|schema:title ?item_label . }\r\n }\r\n}\r\norder by ?label" . . "Tobias Kuhn" . "2026-02-27T12:22:31.297Z"^^ . . . . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "BZl0dDg16r1fIxMwae/dASuRz4BXKoE+VC23iZQqJ2Le54Z0qCiUxoIbf6m/nlkzzZIjJs4wYsUe3u48Vw2fLd9zQc14fX9JiK216PCIJmfuJcF63KPZgKCl+leLY2uruqy4NSPdlcMRj/0AcqKDdssM5vIa+EBYLYNOAjmmKvM=" . . .