. . . . "This query returns all definition nanopublications that define the elements of a given OWL ontology, like classes and properties." . . . "Get the definitions of an ontology" . . "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 ?np npx:signedBy ?creator .\r\n ?np np:hasAssertion ?a .\r\n }\r\n graph ?a {\r\n ?term dct:partOf ?_ontology_multi_iri .\r\n optional { ?term rdfs:label ?term_label . }\r\n }\r\n}\r\norder by ?label" . . "Tobias Kuhn" . "2025-11-12T11:30:04.149+01:00"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "VkgA1z2M8yQ7zplhP5yJQjrtwRUBd/RHg+oLy9ALr6ROBm8UBHmBxKZu8U0rQhDXPd992h9aofFS9J4LLgKSf/fec/fhIBr21fYJmUHLEiXO5J0RixGebZ7yu4E52QtCWQgZ3/hhCvtYrAFTIlNyd4EWdZ5qPTlJJsNDTmXIZFU=" . . .