@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1:	<http://www.openlinksw.com/schemas/opengraph#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
ns1:tagged_by	rdfs:subPropertyOf	dbo:Source .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:tagged_by	rdfs:subPropertyOf	dc:source .
@prefix dct:	<http://purl.org/dc/terms/> .
ns1:tagged_by	rdfs:subPropertyOf	dct:source .
@prefix vcard2006:	<http://www.w3.org/2006/vcard/ns#> .
ns1:tagged_by	rdfs:subPropertyOf	vcard2006:SOURCE .