@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix virtcxml:	<http://www.openlinksw.com/schemas/virtcxml#> .
@prefix dcterms:	<http://purl.org/dc/terms/> .
virtcxml:FacetDescription	owl:equivalentProperty	dcterms:description .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns4:	<http://www.openlinksw.com/schemas/googleplus#> .
ns4:aboutMe	rdfs:subPropertyOf	dcterms:description .
ns4:tagline	rdfs:subPropertyOf	dcterms:description .
ns4:access_description	rdfs:subPropertyOf	dcterms:description .
@prefix ns5:	<http://www.openlinksw.com/schemas/linkedin#> .
ns5:summary	owl:equivalentProperty	dcterms:description .
ns5:proposal_comments	rdfs:subPropertyOf	dcterms:description .
ns5:associations	rdfs:subPropertyOf	dcterms:description .
ns5:certification	rdfs:subPropertyOf	dcterms:description .
@prefix ns6:	<http://www.openlinksw.com/schemas/opengraph#> .
ns6:description	owl:equivalentProperty	dcterms:description .