@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix awol:	<http://bblfish.net/work/atom-owl/2006-06-06/#> .
<http://bblfish.net/work/atom-owl/2006-06-06/>	foaf:topic	awol:link .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
awol:link	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:link	rdfs:label	"link"@en ;
	rdfs:domain	awol:FeedOrEntry ;
	rdfs:range	awol:Link ;
	rdfs:comment	"See \u00A74.2.7 of rfc 4287 spec. A link associated with the container. If the link is unreified, we have a relation from the container to some resource"@en ;
	rdfs:subPropertyOf	_:vb151414432 .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
awol:link	wdrs:describedby	<http://kingsley.idehen.net/about/id/entity/http/bblfish.net/work/atom-owl/2006-06-06/> .
awol:subject	owl:inverseOf	awol:link .