@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://www.openlinksw.com/schema/> .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:attribution	foaf:topic	opl:TransformationError .
@prefix ov:	<http://open.vocab.org/terms/> .
opl:	ov:defines	opl:TransformationError .
@prefix ns4:	<https://schema.org/> .
opl:	ns4:about	opl:TransformationError .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
opl:TransformationError	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
opl:TransformationError	rdfs:label	"TransformationError" ;
	rdfs:isDefinedBy	opl: ;
	rdfs:comment	"A separate error from a given sponger cartridge"@en .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
opl:TransformationError	wdrs:describedby	<http://www.openlinksw.com/about/id/entity/http/www.openlinksw.com/DAV/data/turtle/cartridge_ontologies/attribution.ttl> .
@prefix ns9:	<http://kingsley.idehen.net/about/id/entity/http/www.openlinksw.com/schema/> .
opl:TransformationError	wdrs:describedby	ns9:attribution .
opl:hasError	rdfs:range	opl:TransformationError .
opl:errorText	rdfs:domain	opl:TransformationError .
<http://www.openlinksw.com/DAV/data/turtle/cartridge_ontologies/attribution.ttl>	foaf:topic	opl:TransformationError .