. . . . "This query returns all properties that specify to be part of a given ontology or use its namespace." . . . "Get the properties of OWL ontology including namespace" . . "prefix rdf: \r\nprefix owl: \r\nprefix rdfs: \r\nprefix dct: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix skos: \r\n\r\nselect ?property ?property_label (?definition as ?description) ?np where {\r\n values ?_ontology_multi_iri {}\r\n graph npa:graph {\r\n ?np npx:hasNanopubType rdf:Property .\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 ?property .\r\n ?np np:hasAssertion ?a .\r\n }\r\n graph ?a {\r\n {{\r\n ?property a rdf:Property .\r\n filter(strstarts(str(?property), ?__ontologyNamespace))\r\n } union {\r\n ?property a rdf:Property .\r\n ?property dct:partOf ?_ontology_multi_iri .\r\n }}\r\n optional { ?property rdfs:label ?property_label . }\r\n optional { ?property skos:definition ?definition . }\r\n }\r\n}\r\norder by ?property_label" . . "Tobias Kuhn" . "2025-11-25T07:43:37.213Z"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "f1ytwxjHwRYvSTEnudcyHZKO3zSe8FQLnpmZzUhTxYATFKrmKZgJ/4JEbE2ZW7KCyvGCNT1o7IHSQk5p4AFWq5IDI5ZOxxTz5iT/ql1NAx/xMpxVIPr6JQparT5tiGQWEdsfkgfODsTuqIRQYFPKXZcxCXyu4AQcAYvxLjmrHk0=" . . .