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