@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xhv:	<http://www.w3.org/1999/xhtml/vocab#> .
xhv:stylesheet	rdf:type	rdf:Property .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
xhv:stylesheet	rdfs:comment	"stylesheet refers to a resource\n      serving as a stylesheet for a resource. "^^xsd:string ;
	rdfs:member	xhv:relrev-properties .
@prefix rdfa:	<http://www.w3.org/ns/rdfa#> .
xhv:stylesheet	rdfa:term	"stylesheet" .
@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:stylesheet	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:stylesheet .