Skip to content

Japanese-Visual-Media-Graph/rdf_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rdf_viewer

Small program to load ttls and present them in a browser. If you search for an URI rdf_viewer searches for all triples which are connected to this URI. For each URI rdf_viewer also tries to find labels using http://www.w3.org/2000/01/rdf-schema#label

Only tested on Linux! Not intended for public hosting! Uses http.BaseHTTPRequestHandler from python so be careful regarding security! Be careful about RAM usage, 4.9 million triples result in ~3.5 GB used! Can be higher while loading data!

Dependencies

Usage

  • --host IP address which should be used. default: localhost
  • --port Port which should be used. default: 8000
  • --root_path path to ttls, has to be a directory. All subdirectories are also loaded. You can add/delete or change ttls and rdf_viewer will automatically reload them if necessary.

Example

python rdf_viewer.py --root_path path/to/ttls/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors