@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1:	<http://www.openlinksw.com/schemas/twitter#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:appLink	rdfs:subPropertyOf	dc:source .
@prefix dcterms:	<http://purl.org/dc/terms/> .
ns1:appLink	rdfs:subPropertyOf	dcterms:source .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
ns1:appLink	owl:equivalentProperty	sioc:link .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
ns1:appLink	owl:equivalentProperty	rdf:Resource .