@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1:	<http://www.openlinksw.com/schemas/googleplus#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:role	rdfs:subPropertyOf	dc:description .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
ns1:role	owl:equivalentProperty	dbo:Role .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
ns1:role	owl:equivalentProperty	sioc:has_function .
@prefix vcard2006:	<http://www.w3.org/2006/vcard/ns#> .
ns1:role	owl:equivalentProperty	vcard2006:ROLE .