A ruby parser using linkeddata and RDF to fetch the JPL Sweet ontology and load it into Neo4J for cool graph queries and examination.
# Set the following variables in parser.rb and let the magic happen
NEO4J_USER = "neo4j"
NEO4J_PASSWORD = "pass"
SWEET_URL = "http://sweet.jpl.nasa.gov/2.3/sweetAll.owl"