Skip to content

Instantly share code, notes, and snippets.

@masterimpaler
masterimpaler / sample-data.nt
Created September 22, 2016 07:44
Visallo test import sample
# create an email
<http://visallo.com/email1> <http://visallo.org#conceptType> "http://visallo.org/sample#emailAddress"
<http://visallo.com/email1> <http://visallo.org#title> "ryan@v5analytics.com"
# create another email
<http://visallo.com/email2> <http://visallo.org#conceptType> "http://visallo.org/sample#emailAddress"
<http://visallo.com/email2> <http://visallo.org#title> "admin@wachiraweb.com"
# create an edge
<http://visallo.com/email1> <http://visallo.org/structured-file#elementHasSource> <http://visallo.com/email2>