@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:title .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
awol:title	rdf:type	owl:ObjectProperty ,
		owl:FunctionalProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:title	rdfs:label	"title"@en ;
	rdfs:domain	_:vb151414433 ;
	rdfs:range	awol:TextContent ;
	rdfs:comment	"See \u00A74.2.14. Title of a container"@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
awol:title	skos:editorialNote	"Reto argues that a Title should have any content attached to it. One should for example allow picture for people who can't read or audio titles for people who cannot write. This would of course make the semantics be a lot more lax that the rfc 4287 syntax allows. "@en .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
awol:title	wdrs:describedby	<http://kingsley.idehen.net/about/id/entity/http/bblfish.net/work/atom-owl/2006-06-06/> .
_:vb151414430	owl:onProperty	awol:title .