@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://rdfs.org/sioc/> .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
ns1:ns	foaf:topic	sioc:links_to .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
sioc:links_to	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
sioc:links_to	rdfs:label	"links to"@en ;
	rdfs:isDefinedBy	sioc: ;
	rdfs:comment	"Links extracted from hyperlinks within a SIOC concept, e.g. Post or Site."@en .
@prefix dcterms:	<http://purl.org/dc/terms/> .
sioc:links_to	rdfs:subPropertyOf	dcterms:references .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns8:	<http://kingsley.idehen.net/about/id/entity/http/rdfs.org/sioc/> .
sioc:links_to	wdrs:describedby	ns8:ns .