@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:CompoundLiteral .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
rdf:CompoundLiteral	rdf:type	rdfs:Class ;
	rdfs:label	"CompoundLiteral" ;
	rdfs:isDefinedBy	rdf: ;
	rdfs:comment	"A class representing a compound literal." ;
	rdfs:subClassOf	rdfs:Resource .
@prefix ns3:	<https://www.w3.org/TR/json-ld11/#> .
rdf:CompoundLiteral	rdfs:seeAlso	ns3:the-rdf-compoundliteral-class-and-the-rdf-language-and-rdf-direction-properties .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
rdf:CompoundLiteral	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> .
rdf:direction	rdfs:domain	rdf:CompoundLiteral .
rdf:language	rdfs:domain	rdf:CompoundLiteral .