@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:hasErrors .
@prefix ov:	<http://open.vocab.org/terms/> .
opl:	ov:defines	opl:hasErrors .
@prefix ns4:	<https://schema.org/> .
opl:	ns4:about	opl:hasErrors .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
opl:hasErrors	rdf:type	rdf:Property .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
opl:hasErrors	rdf:type	owl:AnnotationProperty ,
		owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
opl:hasErrors	rdfs:label	"hasErrors" ;
	rdfs:domain	owl:Thing ;
	rdfs:range	opl:TransformationErrors ;
	rdfs:isDefinedBy	opl: ;
	rdfs:comment	"The errors, if any"@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
opl:hasErrors	skos:altLabel	"has errors" .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns10:	<http://kingsley.idehen.net/about/id/entity/http/www.openlinksw.com/schema/> .
opl:hasErrors	wdrs:describedby	ns10:attribution ,
		<http://www.openlinksw.com/about/id/entity/http/www.openlinksw.com/DAV/data/turtle/cartridge_ontologies/attribution.ttl> .
<http://www.openlinksw.com/DAV/data/turtle/cartridge_ontologies/attribution.ttl>	foaf:topic	opl:hasErrors .