@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_items .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
sioc:num_items	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
sioc:num_items	rdfs:label	"num items"@en ;
	rdfs:domain	sioc:Container .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
sioc:num_items	rdfs:range	xsd:nonNegativeInteger ;
	rdfs:isDefinedBy	sioc: ;
	rdfs:comment	"The number of Posts (or Items) in a Forum (or a Container)."@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_items	wdrs:describedby	ns8:ns .