Skip to content

edsu/empirical-cloud

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
This is a little project to visualize owl:sameAs links in the Billion Triple 
Challenge Dataset: http://challenge.semanticweb.org/

After downloading the BTC data into a directory called data you can generate 
the json file that is used to display the graph with the following:

zgrep -h 'http://www.w3.org/2002/07/owl#sameAs' data/btc-2010-chunk-*.gz | \
    scripts/quadtab.pl | \
    scripts/sameas.py | \
    sort | uniq -c | \
    scripts/jsonify.py > docs/sameas.js

You'll need to have recent-ish versions of Perl, Python and pygraph installed.

About

a little demo visualization of owl:sameAs links in billion triple challenge data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages