Skip to content

Instantly share code, notes, and snippets.

View ubenzer's full-sized avatar

Umut Benzer ubenzer

View GitHub Profile
@ubenzer
ubenzer / Watson
Last active December 30, 2015 01:49
A simple Play Framework 2 service class written in JAVA for making an ontology search on Watson
package controllers;
import java.io.File;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.concurrent.Callable;
import org.codehaus.jackson.node.ObjectNode;
@ubenzer
ubenzer / gist:5568415
Created May 13, 2013 13:48
This is an OWL ontology model that represents pizzas and other products retrived from Pizza Hut's web page. ( http://www.pizzahut.com.tr/ )
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY dc "http://purl.org/dc/elements/1.1/" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >