@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1:	<http://www.openlinksw.com/schemas/linkedin#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:associations	rdfs:subPropertyOf	dc:description .
@prefix dct:	<http://purl.org/dc/terms/> .
ns1:associations	rdfs:subPropertyOf	dct:description .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
ns1:associations	owl:equivalentProperty	dbo:Associate .