@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix ns1:	<http://www.openlinksw.com/schemas/googleplus#> .
@prefix vcard:	<http://www.w3.org/2001/vcard-rdf/3.0#> .
ns1:actor_profile_image	owl:equivalentProperty	vcard:PHOTO .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:profile_image	rdfs:subPropertyOf	vcard:PHOTO .
ns1:fullImage	rdfs:subPropertyOf	vcard:PHOTO .
ns1:previewImage	rdfs:subPropertyOf	vcard:PHOTO .
@prefix ns4:	<http://www.openlinksw.com/schemas/linkedin#> .
ns4:picture_url	owl:equivalentProperty	vcard:PHOTO .
@prefix ns5:	<http://www.openlinksw.com/schemas/opengraph#> .
ns5:has_photo	rdfs:subPropertyOf	vcard:PHOTO .
ns5:photos	rdfs:subPropertyOf	vcard:PHOTO .
ns5:has_variant	rdfs:subPropertyOf	vcard:PHOTO .