Skip to content

Commit

Permalink
Load sample data from main site.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeifW committed May 2, 2010
1 parent 8b921d7 commit fd2be60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/scala/org/musicpath/MusicPath.scala
Expand Up @@ -47,8 +47,7 @@ class MusicPath extends Step {
}

get("/load") {
model.read("http://github.com/LeifW/MusicPath/raw/master/RDF/schema.ttl", "TURTLE")
model.read("http://github.com/LeifW/MusicPath/raw/master/RDF/sample_data.ttl", "TURTLE")
model.read("http://musicpath.org/dump.ttl", "TURTLE")
<message>Stuff Loaded!</message>
}
get("/load/:format/:url") {
Expand Down

0 comments on commit fd2be60

Please sign in to comment.