@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
opl:isDescribedUsing	rdf:type	owl:AnnotationProperty ,
		owl:ObjectProperty ,
		rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
opl:isDescribedUsing	rdfs:label	"isDescribedUsing" ;
	rdfs:domain	opl:DataSource ;
	rdfs:range	owl:Thing ;
	rdfs:isDefinedBy	opl: ;
	rdfs:comment	"Relationship property that associates an RDF document with one or more vocabularies (or ontologies) that define the terms used to construct its RDF statements."@en ,
		"The source ontology URI which is used for transformation"@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
opl:isDescribedUsing	skos:altLabel	"is described using" .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns6:	<http://kingsley.idehen.net/about/id/entity/http/www.openlinksw.com/schema/> .
opl:isDescribedUsing	wdrs:describedby	ns6:attribution ,
		<http://www.openlinksw.com/about/id/entity/http/www.openlinksw.com/DAV/data/turtle/cartridge_ontologies/attribution.ttl> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns8:	<http://www.openlinksw.com/schema/> .
ns8:attribution	foaf:topic	opl:isDescribedUsing .
@prefix ov:	<http://open.vocab.org/terms/> .
opl:	ov:defines	opl:isDescribedUsing .
@prefix ns10:	<https://schema.org/> .
opl:	ns10:about	opl:isDescribedUsing .
<http://www.openlinksw.com/DAV/data/turtle/cartridge_ontologies/attribution.ttl>	foaf:topic	opl:isDescribedUsing .