. . . . "This query returns all properties that are part of a given version of an ontology." . . . "Get the properties of an ontology version" . . "prefix owl: \r\nprefix rdfs: \r\nprefix dct: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix skos: \r\nprefix gen: \r\n\r\nselect distinct ?property ?property_label (?definition as ?description) (?termNp as ?np) (\"^\" as ?np_label)where {\r\n graph npa:graph {\r\n ?_ontologyVersionNp_iri npx:introduces ?ontologyVersion .\r\n ?_ontologyVersionNp_iri np:hasAssertion ?ontologyVersionNpA .\r\n }\r\n graph ?ontologyVersionNpA {\r\n ?ontologyVersion a owl:Ontology .\r\n ?ontologyVersion gen:hasContentIndex ?contentIndex .\r\n }\r\n graph npa:graph {\r\n ?contentIndex np:hasAssertion ?contentIndexA .\r\n }\r\n graph ?contentIndexA {\r\n ?contentIndex npx:includesElement ?termNp .\r\n }\r\n graph npa:graph {\r\n }\r\n graph npa:graph {\r\n ?termNp dct:created ?date .\r\n ?termNp npx:introduces ?property .\r\n ?termNp np:hasAssertion ?termNpA .\r\n }\r\n graph ?termNpA {\r\n ?property a rdf:Property .\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" . "2026-02-27T13:14:49.335Z"^^ . . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "6xQtgEDi85W5GmoUwHqhiVDPWmnEKrBtCn9PmaGXZHBLBYtzrqiwJFL+PsgFzzFyz2njbYUWZAuvDq3LfBHpXy7i7oG9R0iRXi2//XeSGWnz4Wxi+EvPpJVZVQBfdmtJB5RBLwqxDkXI/moLAip+0nj8nYQ/zS4mNFaZv9FyKEw=" . . .