. . . . "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 ?label (?definition as ?description) (?termNp as ?np) 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 ?label . }\r\n optional { ?property skos:definition ?definition . }\r\n }\r\n}\r\norder by ?label" . . "Tobias Kuhn" . "2025-11-19T11:02:48.603Z"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "rgMSkKoaUe+4spLMFG+6p9KRiPiIU1mtAEO8/1fFjV/dfUO5thH1saKWRWLMW+K0uH5/D05iDhmcGwvctEuJPk7sh0EBz58v1Sg+yDtYG1BlJX/hvy/SUmHrC1YiOfPDh/kY2jxDUp6Js3WP6LaCxsp7ucgSJfYT3Zjp0fnqUzY=" . . .