I want write query that allow to display all comment of all class in protege and other query to display specific comment please ,Iwante the answer quickly as soon as possible .
Asked
Active
Viewed 875 times
-3
-
It's kind of rude to demand a quick answer without trying to come up with something yourself. – Ben Companjen Mar 29 '13 at 13:20
1 Answers
2
Use this query
SELECT DISTINCT ?class ?comment
WHERE { [] a ?class.
?class rdfs:comment ?comment }

Tasawer Khan
- 5,994
- 7
- 46
- 69