开发者

query in sparql for protege

开发者 https://www.devze.com 2022-12-24 05:51 出处:网络
I want write query that allow to d开发者_运维百科isplay all comment of all class in protege and other query to display specific comment

I want write query that allow to d开发者_运维百科isplay all comment of all class in protege and other query to display specific comment please ,Iwante the answer quickly as soon as possible .


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

0

精彩评论

暂无评论...
验证码 换一张
取 消