@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.yelp.com/User/id/> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:OMsO2m0EJvv9ojbzPCC0pg	rdf:type	foaf:Person .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:OMsO2m0EJvv9ojbzPCC0pg	rdfs:label	"Kim"^^xsd:string .
@prefix ns5:	<http://www.openvoc.eu/poi#> .
ns1:OMsO2m0EJvv9ojbzPCC0pg	ns5:cuteCompliments	"0"^^xsd:int .
@prefix rev:	<http://purl.org/stuff/rev#> .
ns1:OMsO2m0EJvv9ojbzPCC0pg	rev:totalVotes	"1"^^xsd:int ;
	ns5:funnyReviews	"1"^^xsd:int ;
	ns5:usefulReviews	"0"^^xsd:int ;
	ns5:coolCompliments	"0"^^xsd:int ;
	ns5:fanCount	"0"^^xsd:int ;
	ns5:hotCompliments	"0"^^xsd:int ;
	ns5:noteCompliments	"0"^^xsd:int ;
	ns5:plainCompliments	"0"^^xsd:int ;
	ns5:ratingAverage	1 ;
	ns5:coolReviews	"0"^^xsd:int ;
	ns5:funnyCompliments	"0"^^xsd:int ;
	ns5:writerCompliments	"0"^^xsd:int ;
	ns5:hasFriends	"None"^^xsd:string ;
	ns5:listCompliments	"0"^^xsd:int ;
	ns5:moreCompliments	"0"^^xsd:int ;
	ns5:photoCompliments	"0"^^xsd:int ;
	ns5:profileCompliments	"0"^^xsd:int .