@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:ht .
<http://www.openlinksw.com/DAV/data/turtle/cartridge_ontologies/attribution.ttl>	foaf:topic	opl:ht .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
opl:ht	rdf:type	rdf:Property .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
opl:ht	rdf:type	owl:AnnotationProperty ,
		owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
opl:ht	rdfs:label	"ht" ;
	rdfs:domain	owl:Thing ;
	rdfs:range	foaf:Person ,
		foaf:Agent ;
	rdfs:isDefinedBy	opl: ;
	rdfs:comment	"Digital slang for acknowledgement. Typical label for Hat Tip relationship type [relation]."@en .
@prefix ns6:	<https://plus.google.com/+BarbaraStarr/posts/aTSzKncezpp#> .
opl:ht	owl:equivalentProperty	ns6:ht .
@prefix ns7:	<https://www.facebook.com/hashtag/ht#> .
opl:ht	owl:equivalentProperty	ns7:this .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
opl:ht	skos:altLabel	"h/t"^^xsd:string ,
		"Hat Tip"^^xsd:string .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
opl:ht	wdrs:describedby	<http://www.openlinksw.com/about/id/entity/http/www.openlinksw.com/DAV/data/turtle/cartridge_ontologies/attribution.ttl> .
@prefix ns11:	<http://kingsley.idehen.net/about/id/entity/http/www.openlinksw.com/schema/> .
opl:ht	wdrs:describedby	ns11:attribution .