简体   繁体   English

渲染RDF和RDFS

[英]Render RDF and RDFS

I have a RDF file and its RDFS and I need to view the ontology schema graphically. 我有一个RDF文件及其RDFS,我需要以图形方式查看本体模式。 What I would like to see is a schema similar to the ER diagram. 我想看到的是一个类似于ER图的架构。

Is there any graphical tool which shows the ontology structure in such a way? 是否有任何图形工具以这种方式显示本体结构?

Best regards 最好的祝福

There are many visualizers for RDFS and/or OWL schemas. RDFS和/或OWL模式有很多可视化工具。 Many of them are available as plugins for editors such as Protege, NeOn toolkit or TopBraid Composer. 它们中的许多都可用作编辑器的插件,例如Protege,NeOn工具包或TopBraid Composer。

As an standalone tool you could try turtled: https://github.com/mhausenblas/turtled 作为一个独立的工具,您可以尝试乌龟: https : //github.com/mhausenblas/turtled

For a more customizable graph generation you could try AR2DTool ( https://github.com/idafensp/ar2dtool ) (this is a personal project in which I'm currently working and it's still on beta). 对于更可定制的图形生成,您可以尝试AR2DTool( https://github.com/idafensp/ar2dtool )(这是我目前正在从事的个人项目,目前仍处于测试阶段)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM