Tag Archives: semanticweb

Installed Bigdata.com on Tomcat

This morning I installed BigData on my mac… I mean the RDF database of bigdata.com.

It’s now up and running but empty.

The following query :

select * where { ?s ?p ?o } limit 1

returns 0 matches.

Next steps :

  • load it with sample rdf data
  • define a sample ontology (maybe something coming from protégé)
  • test the REST and Java APIs