@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix ns1:	<http://www.openlinksw.com/schemas/googleplus#> .
@prefix bibo:	<http://purl.org/ontology/bibo/> .
ns1:title	owl:equivalentProperty	bibo:title .
@prefix vcard2006:	<http://www.w3.org/2006/vcard/ns#> .
ns1:title	owl:equivalentProperty	vcard2006:TITLE .
@prefix dbo:	<http://dbpedia.org/ontology/> .
ns1:title	owl:equivalentProperty	dbo:Title .
@prefix dct:	<http://purl.org/dc/terms/> .
ns1:title	owl:equivalentProperty	dct:title .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:title	owl:equivalentProperty	dc:title .