@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<http://www.w3.org/1999/02/22-rdf-syntax-ns>	foaf:topic	rdf:PlainLiteral .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
rdf:PlainLiteral	rdf:type	rdfs:Datatype ;
	rdfs:label	"PlainLiteral" ;
	rdfs:isDefinedBy	rdf: ;
	rdfs:comment	"The class of plain (i.e. untyped) literal values, as used in RIF and OWL 2" ;
	rdfs:subClassOf	rdfs:Literal ;
	rdfs:seeAlso	<http://www.w3.org/TR/rdf-plain-literal/> .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
rdf:PlainLiteral	wdrs:describedby	<http://kingsley.idehen.net/about/id/http/www.w3.org/1999/02/22-rdf-syntax-ns> ,
		<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/1999/02/22-rdf-syntax-ns> .