@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix ns1:	<http://www.openlinksw.com/schemas/googleplus#> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
ns1:date_of_birth	owl:equivalentProperty	dbpedia-owl:BirthDate .
@prefix ns3:	<http://www.openlinksw.com/schemas/linkedin#> .
ns3:date_of_birth	owl:equivalentProperty	dbpedia-owl:BirthDate .
@prefix ns4:	<http://www.openlinksw.com/schemas/opengraph#> .
ns4:birthday	owl:equivalentProperty	dbpedia-owl:BirthDate .