. . . . "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." . . . "Get the definitions of an ontology including namespace" . . "prefix owl: \r\nprefix rdfs: \r\nprefix rdf: \r\nprefix dct: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix skos: \r\n\r\nselect distinct ?np ?term ?term_label ?creator ?date where {\r\n values ?_ontology_multi_iri {}\r\n graph npa:graph {\r\n values ?termType { owl:Class rdf:Property owl:ObjectProperty owl:DatatypeProperty owl:NamedIndividual }\r\n ?np npx:hasNanopubType ?termType .\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 ?term .\r\n optional { ?np npx:signedBy ?creator . }\r\n ?np np:hasAssertion ?a .\r\n }\r\n graph ?a {\r\n {{\r\n ?term a ?termType .\r\n filter(strstarts(str(?term), ?__ontologyNamespace))\r\n } union {\r\n ?term a ?termType .\r\n ?term dct:partOf ?_ontology_multi_iri .\r\n }}\r\n optional { ?term rdfs:label ?term_label . }\r\n }\r\n}\r\norder by ?label" . . "Tobias Kuhn" . "2026-02-26T21:02:26.007Z"^^ . . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "yKphLPCPdzR5RVR1y1vBYjcMBwjtZq9hzcaHDse7QmUAasLjJV1fZm7HsEj84Zn178M9KxZqkAip442hC7QqeEtzB8z3mNXmtei/K0BUwAZ84ZVNTbxwMvkFjV42mlsvEgtQpzuMFIIlBNdgDZVbtH1usfKqrIWFjNm2dDL22OQ=" . . .