@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:num_replies .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
sioc:num_replies	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
sioc:num_replies	rdfs:label	"num replies"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
sioc:num_replies	rdfs:range	xsd:nonNegativeInteger ;
	rdfs:isDefinedBy	sioc: ;
	rdfs:comment	"The number of replies that this Item, Thread, Post, etc. has. Useful for when the reply structure is absent."@en .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns8:	<http://kingsley.idehen.net/about/id/entity/http/rdfs.org/sioc/> .
sioc:num_replies	wdrs:describedby	ns8:ns .