@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms:	<http://purl.org/dc/terms/> .
@prefix virtrdf:	<http://www.openlinksw.com/schemas/virtrdf#> .
dcterms:title	rdfs:subPropertyOf	virtrdf:label .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix ns4:	<http://www.openlinksw.com/schemas/googleplus#> .
ns4:activity_title	owl:equivalentProperty	dcterms:title .
ns4:attachment_displayName	owl:equivalentProperty	dcterms:title .
ns4:title	owl:equivalentProperty	dcterms:title .
@prefix ns5:	<http://www.openlinksw.com/schemas/linkedin#> .
ns5:publication_title	owl:equivalentProperty	dcterms:title .
ns5:patent_title	owl:equivalentProperty	dcterms:title .
ns5:title	owl:equivalentProperty	dcterms:title .