@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:title .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
sioc:title	rdf:type	owl:DatatypeProperty ,
		owl:DeprecatedProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
sioc:title	rdfs:label	"title"@en ;
	rdfs:domain	sioc:Post ;
	rdfs:range	rdfs:Literal ;
	rdfs:isDefinedBy	sioc: ;
	rdfs:comment	"This is the title (subject line) of the Post. Note that for a Post within a threaded discussion that has no parents, it would detail the topic thread."@en ;
	owl:versionInfo	"This property is deprecated. Use dcterms:title from the Dublin Core ontology instead." .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns7:	<http://kingsley.idehen.net/about/id/entity/http/rdfs.org/sioc/> .
sioc:title	wdrs:describedby	ns7:ns .