@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:mentions .
@prefix ov:	<http://open.vocab.org/terms/> .
opl:	ov:defines	opl:mentions .
@prefix ns4:	<https://schema.org/> .
opl:	ns4:about	opl:mentions .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
opl:mentions	rdf:type	rdf:Property .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
opl:mentions	rdf:type	owl:AnnotationProperty ,
		owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
opl:mentions	rdfs:label	"mentions" ;
	rdfs:domain	opl:DataSource ;
	rdfs:range	opl:NamedEntity ;
	rdfs:isDefinedBy	opl: ;
	rdfs:comment	"A named entity mentioned in the source data"@en ;
	owl:equivalentProperty	ns4:mentions .
@prefix dcterms:	<http://purl.org/dc/terms/> .
opl:mentions	owl:equivalentProperty	dcterms:references .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
opl:mentions	skos:altLabel	"mentions" .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns11:	<http://kingsley.idehen.net/about/id/entity/http/www.openlinksw.com/schema/> .
opl:mentions	wdrs:describedby	ns11: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:mentions .