-3

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 .

Ben Companjen
  • 1,417
  • 10
  • 24
gege
  • 1
  • 1

1 Answers1

2

Use this query SELECT DISTINCT ?class ?comment WHERE { [] a ?class. ?class rdfs:comment ?comment }

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