@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xhv:	<http://www.w3.org/1999/xhtml/vocab#> .
xhv:section	rdf:type	rdf:Property .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
xhv:section	rdfs:comment	"section refers to a resource serving\n      as a section in a collection. "^^xsd:string ;
	rdfs:member	xhv:relrev-properties .
@prefix rdfa:	<http://www.w3.org/ns/rdfa#> .
xhv:section	rdfa:term	"section" .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns6:	<http://kingsley.idehen.net/about/id/http/www.w3.org/1999/xhtml/> .
xhv:section	wdrs:describedby	ns6:vocab .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
@prefix ns8:	<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/1999/xhtml/> .
ns8:vocab	sioc:container_of	xhv:section .