You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool is to make a JSON file for [Umaka Viewer](https://umaka-viewer.dbcls.jp/).
4
+
5
+
First, you need to prepare a metadata file in the [SPARQL Builder Meatadata (SBM)](http://www.sparqlbuilder.org/doc/sbm_2015sep/) format.
6
+
If you want to get such a metadata file, [TripleDataProfiler](https://bitbucket.org/yayamamo/tripledataprofiler/src/master/) can generate it for a SPARQL endpoint.
7
+
8
+
Then, if you have ontology files for the target endpoint or RDF dataset, you need to make asset files by this tool as follows.
9
+
10
+
`umakaparser --build-index [--dist <Path to put an asset file>] <ontology files in Turtle>`
11
+
12
+
If you have ontology files only in RDF/XML, this tool converts them into those in Turtle as follows.
13
+
14
+
`umakaparser --convert <files in RDF/XML>`
15
+
16
+
Finally, this tool generates a JSON file that can be accepted by [Umaka Viewer](https://umaka-viewer.dbcls.jp/) as follows.
17
+
18
+
`umakaparser --build [--a <Path to asset files>|--d <Path to put a generated JSON file>] <an SBM file>`
19
+
20
+
The JSON file structure is [here](https://github.com/dbcls/umakaparser/wiki/Data-specification).
0 commit comments