@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:hasNamespacePrefix	rdf:type	owl:AnnotationProperty ,
		rdf:Property ,
		owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
opl:hasNamespacePrefix	rdfs:label	"hasNamespacePrefix" ;
	rdfs:domain	opl:DataSource .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
opl:hasNamespacePrefix	rdfs:range	xsd:string ;
	rdfs:isDefinedBy	opl: ;
	rdfs:comment	"The prefix for given source ontology URI"@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
opl:hasNamespacePrefix	skos:altLabel	"has namespace prefix" .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
opl:hasNamespacePrefix	wdrs:describedby	<http://www.openlinksw.com/about/id/entity/http/www.openlinksw.com/DAV/data/turtle/cartridge_ontologies/attribution.ttl> .
@prefix ns7:	<http://kingsley.idehen.net/about/id/entity/http/www.openlinksw.com/schema/> .
opl:hasNamespacePrefix	wdrs:describedby	ns7:attribution .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns9:	<http://www.openlinksw.com/schema/> .
ns9:attribution	foaf:topic	opl:hasNamespacePrefix .
@prefix ov:	<http://open.vocab.org/terms/> .
opl:	ov:defines	opl:hasNamespacePrefix .
@prefix ns11:	<https://schema.org/> .
opl:	ns11:about	opl:hasNamespacePrefix .
<http://www.openlinksw.com/DAV/data/turtle/cartridge_ontologies/attribution.ttl>	foaf:topic	opl:hasNamespacePrefix .