@prefix yago: 		 <http://dbpedia.org/class/yago/> .
@prefix dbpedia:     <http://dbpedia.org/resource/> . 
@prefix dbpedia-ont: <http://dbpedia.org/ontology/> .
@prefix xsd:         <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:        <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf:         <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:         <http://www.w3.org/2002/07/owl#> .
@prefix dcterms:     <http://purl.org/dc/terms/> .
@prefix wdrs:        <http://www.w3.org/2007/05/powder-s#> .
@prefix foaf:        <http://xmlns.com/foaf/0.1/> .
@prefix siocs:       <http://rdfs.org/sioc/services#> .
@prefix gr:          <http://purl.org/goodrelations/v1#> .
@prefix l:           <http://ontologi.es/like#> .
@prefix rev:         <http://purl.org/stuff/rev#> .
@prefix d:           <Definitions.ttl#> . 
@prefix mypds:       <http://kingsley.idehen.net/dataspace/person/kidehen#> .
@prefix myopl:       <http://id.myopenlink.net/dataspace/person/KingsleyUyiIdehen#> .
@prefix :            <#> .

## Stuff I Like, Officially ##
## Document Metadata ##
<> a foaf:Document .
<> rdfs:label "Stuff I Like" .
<> rdfs:comment "A Document about stuff I like".
<> dcterms:created "2012-9-19"^^xsd:date .
<> dcterms:hasFormat "text/turtle" .

## Me 
<> foaf:maker :this .
<> foaf:primaryTopic :this .
:this foaf:name "Kingsley Uyi Idehen" .
:this foaf:nick "@kidehen" .
:this foaf:homepage <https://plus.google.com/112399767740508618350/about> .
:this foaf:weblog <http://www.openlinksw.com/blog/~kidehen> . 
:this foaf:workplaceHomepage <http://www.openlinksw.com> . 
:this foaf:PersonalProfileDocument <> .

# Edible Stuff
:this l:likes yago:Apple107739125 . 
:this l:likes dbpedia:Suya .
:this l:likes dbpedia:Ogbono_soup .

# Cars
:this l:likes dbpedia:Lexus .
:this l:likes dbpedia:Lexus_RX .

# People 

:this l:likes dbpedia:Barack_Obama .
:this l:likes dbpedia:Muhammad_Ali .
:this l:likes dbpedia:Nelson_Mandela .
:this l:likes dbpedia:Oprah_Winfrey .
:this l:likes dbpedia:Bill_Cosby .
:this l:likes dbpedia:Sidney_Poitier .
:this l:likes dbpedia:Michael_Heseltine .
:this l:likes dbpedia:Richard_Branson .
:this l:likes dbpedia:Magic_Johnson .
:this l:likes dbpedia:Michael_Jordan .
:this l:likes dbpedia:Scottie_Pippen .
:this l:likes dbpedia:New_England_Patriots .
:this l:likes dbpedia:Boston_Celtics .
:this l:likes dbpedia:Hillary_Rodham_Clinton .
:this l:likes dbpedia:Bill_Clinton .
:this l:likes dbpedia:Michelle_Obama .
:this l:likes dbpedia:Tim_Berners-Lee .
:this l:likes dbpedia:Teddy_Pendergrass .
:this l:likes dbpedia:Bob_Marley .
:this l:likes dbpedia:Dr._Dre .
:this l:likes dbpedia:Nas .
:this l:likes dbpedia:Alicia_Keys .
:this l:likes dbpedia:Aretha_Franklin .
:this l:likes dbpedia:Diana_Ross .
:this l:likes dbpedia:Patti_LaBelle .
:this l:likes dbpedia:Gladys_Knight .
:this l:likes dbpedia:Whitney_Houston .
:this l:likes dbpedia:Michael_Jackson .


# TV Programmes

:this l:likes :ABCSharkTankProgramme .
:ABCSharkTankProgramme rdfs:label "ABC's Shark Tank" ;
	 				   rdfs:comment "US equivalent of UK's Dragon's Den series for Entrepreneurs." ;
					   foaf:page <http://abc.go.com/shows/shark-tank> ;
					   dbpedia-ont:executiveProducer dbpedia:Mark_Burnett ;
					   foaf:maker dbpedia:American_Broadcasting_Company .
:this l:likes <http://www.bbc.co.uk/programmes/b006vq92#programme> .

# Sports

:this l:likes dbpedia:Bendel_Insurance_F.C. .
:this l:likes dbpedia:Birmingham_City_F.C. .
:this l:likes dbpedia:Nigeria_national_football_team .
:this l:likes dbpedia:Association_football .

# Music

:this l:likes dbpedia:Soul_music .
:this l:likes dbpedia:Hip_hop_music .
:this l:likes dbpedia:Rhythm_and_blues .
:this l:likes dbpedia:Reggae .
:this l:likes dbpedia:Saturday_Night_Fever:_The_Original_Movie_Sound_Track .

# Movies

:this l:likes dbpedia:Star_Wars_Episode_VI:_Return_of_the_Jedi .
:this l:likes dbpedia:Star_Wars_Episode_IV:_A_New_Hope .
:this l:likes dbpedia:Star_Wars_Episode_V:_The_Empire_Strikes_Back .
:this l:likes dbpedia:Saturday_Night_Fever .
:this l:likes dbpedia:You_Got_Served .

# Technology

:this l:likes dbpedia:Linked_Data .
:this l:likes dbpedia:Database .
:this l:likes dbpedia:SQL .
:this l:likes dbpedia:SPARQL .

# Subject Matter Interest

:this foaf:topic_interest dbpedia:Category:Star_Wars_episodes .

# Social Network

:this foaf:knows <http://oplussol11.usnet.private:8890/about/html/http/oplussol11.usnet.private:8890/DAV/home/hwilliams/Public/ThingsILike-Template-HFW.ttl%01this> .
<http://oplussol11.usnet.private:8890/about/html/http/oplussol11.usnet.private:8890/DAV/home/hwilliams/Public/ThingsILike-Template-HFW.ttl%01this> foaf:name "Hugh Williams" .

# Reviews & Ratings
# Template
# :this :opinion
#            [ a like:Opinion ;
#              like:regarding <http://dbpedia.org/resource/Coldplay> ;
#              rev:rating 4.5 ] .
#

:this l:opinion [
       l:regarding <http://dbpedia.org/resource/Coldplay>;
      rev:rating "4.5"^^xsd:decimal.
      l:regarding <http://dbpedia.org/resource/Steel_Pulse>;
      rev:rating "4.5"^^xsd:decimal.] .



# Cross References

l:regarding owl:equivalentProperty foaf:focus .
:this owl:sameAs mypds:this . 
mypds:this rdfs:label "My Personal Data Space (Idehen.NET hosted) Identity" .
:this owl:sameAs myopl:this . 
:myopl rdfs:label "My Personal Data Space (ID.MyopenLink.NET hosted) Identity" .
dbpedia:Tim_Berners-Lee owl:sameAs <http://www.w3.org/People/Berners-Lee/card#i> . 
<http://www.bbc.co.uk/programmes/b006vq92#programme> d:similarTo :ABCSharkTank .
:ABCSharkTank owl:sameAs <http://dbpedia.org/resource/Shark_Tank_(TV_series)> .
