@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xhv:	<http://www.w3.org/1999/xhtml/vocab#> .
xhv:prev	rdf:type	rdf:Property .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
xhv:prev	rdfs:comment	"prev refers to a previous resource\n      (before the current one) in an ordered collection of resources. "^^xsd:string ;
	rdfs:member	xhv:relrev-properties .
@prefix rdfa:	<http://www.w3.org/ns/rdfa#> .
xhv:prev	rdfa:term	"prev" .
@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:prev	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:prev .