是否有一种标准化的方法来创建伴随 ontology 的信息网页?
Is there a standardized approach to creating information web pages to accompany an ontology?
许多本体都有提供有关已定义 类 和属性的详细信息的 URL。例如前缀: http://xmlns.com/foaf/0.1/ or http://purl.org/dc/elements/1.1/ 。我注意到这些网站的发布方式有很多不同,我想知道是否有一种标准化的、自动化的方法来从 ontology (.owl) 生成信息网页,或者这些是通常创建的由 ontology 作者手动?
我不确定是否有标准化的方法来执行此操作,但有一些工具经常用于记录您的 ontology :
- Parrot is a Java tool which I find is providing a pretty nice output. You can use the online instance or use the CLI tool (the code lives at https://github.com/dayures/parrot now I guess). This example is generated with
parrot
: http://www.ontotext.com/proton/protonext.html.
- Ontospy is a Python library and a CLI tool allowing to generate documentation for your ontology. This example is generated with
ontospy
: https://ontology.phunware.com/ontodocs/.
- Widoco is a Java tool (CLI or GUI) notably allowing to generate documentation for an ontology. This example is generated by
Widoco
: https://www.isibang.ac.in/~bisu/MOD_ontology/index_en.html.
人们正在努力为数据集的标准化元数据提供指导,考虑到 ontology 至少数据集是朝着正确方向迈出的一步(尽管据我所知没有以任何方式自动化)。
许多本体都有提供有关已定义 类 和属性的详细信息的 URL。例如前缀: http://xmlns.com/foaf/0.1/ or http://purl.org/dc/elements/1.1/ 。我注意到这些网站的发布方式有很多不同,我想知道是否有一种标准化的、自动化的方法来从 ontology (.owl) 生成信息网页,或者这些是通常创建的由 ontology 作者手动?
我不确定是否有标准化的方法来执行此操作,但有一些工具经常用于记录您的 ontology :
- Parrot is a Java tool which I find is providing a pretty nice output. You can use the online instance or use the CLI tool (the code lives at https://github.com/dayures/parrot now I guess). This example is generated with
parrot
: http://www.ontotext.com/proton/protonext.html. - Ontospy is a Python library and a CLI tool allowing to generate documentation for your ontology. This example is generated with
ontospy
: https://ontology.phunware.com/ontodocs/. - Widoco is a Java tool (CLI or GUI) notably allowing to generate documentation for an ontology. This example is generated by
Widoco
: https://www.isibang.ac.in/~bisu/MOD_ontology/index_en.html.
人们正在努力为数据集的标准化元数据提供指导,考虑到 ontology 至少数据集是朝着正确方向迈出的一步(尽管据我所知没有以任何方式自动化)。