@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
opl:isDescribedUsing	rdfs:domain	opl:DataSource .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
opl:DataSource	rdf:type	owl:Class ;
	rdfs:label	"Data Source" ;
	rdfs:isDefinedBy	opl: ;
	rdfs:comment	"The data source used for transformation"@en .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns5:	<http://kingsley.idehen.net/about/id/entity/http/www.openlinksw.com/schema/> .
opl:DataSource	wdrs:describedby	ns5:attribution ,
		<http://www.openlinksw.com/about/id/entity/http/www.openlinksw.com/DAV/data/turtle/cartridge_ontologies/attribution.ttl> .
opl:hasNamespacePrefix	rdfs:domain	opl:DataSource .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns7:	<http://www.openlinksw.com/schema/> .
ns7:attribution	foaf:topic	opl:DataSource .
@prefix ov:	<http://open.vocab.org/terms/> .
opl:	ov:defines	opl:DataSource .
@prefix ns9:	<https://schema.org/> .
opl:	ns9:about	opl:DataSource .
opl:mentions	rdfs:domain	opl:DataSource .
<http://www.openlinksw.com/DAV/data/turtle/cartridge_ontologies/attribution.ttl>	foaf:topic	opl:DataSource .