. . . . "This query returns all properties that specify to be part of a given ontology." . . . "Get the properties of an ontology" . . "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 ?domain ?range (?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 ?property dct:partOf|dct:isPartOf ?_ontology_multi_iri .\r\n optional { ?property skos:definition ?definition . }\r\n optional { ?property rdfs:label ?property_label . }\r\n optional { ?property rdfs:domain ?domain . }\r\n optional { ?property rdfs:range ?range . }\r\n }\r\n}\r\norder by ?property_label" . . "Tobias Kuhn" . "2026-07-27T11:54:13.946+02:00"^^ . . . . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "ZkMI/LIOR9M29FCC4ZQm2a3Ip1HzyZdrV286kSLZyPyA08P+oHt5A/QIyiEjS6Qp7OpqwOae7eeRDEXvtDFSXoStmDea0NsbFpk2JlJIZNIjCfjB8CwuKgFajF9AOvm5AS8xIbwAnDn9EpLk8wTN5fy70rRWygiuzrgyymocHsk=" . . .