@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:has_discussion .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
sioc:has_discussion	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
sioc:has_discussion	rdfs:label	"has discussion"@en ;
	rdfs:domain	sioc:Item ;
	rdfs:isDefinedBy	sioc: ;
	rdfs:comment	"A discussion that is related to this Item. The discussion can be anything, for example, a sioc:Forum or sioc:Thread, a sioct:WikiArticle or simply a foaf:Document."@en ;
	owl:inverseOf	sioc:discussion_of .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns7:	<http://kingsley.idehen.net/about/id/entity/http/rdfs.org/sioc/> .
sioc:has_discussion	wdrs:describedby	ns7:ns .
sioc:discussion_of	owl:inverseOf	sioc:has_discussion .