@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:updated .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
awol:updated	rdf:type	owl:DatatypeProperty ,
		owl:FunctionalProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:updated	rdfs:label	"updated"@en ;
	rdfs:domain	awol:Version .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
awol:updated	rdfs:range	xsd:dateTime ;
	rdfs:comment	"See \u00A74.2.15 of rfc 4287 spec. Indicates the most recent instant in time when a resource with the given id was modified in a way the publisher considers significant. Therefore, not all modifications necessarily result in a changed atom:updated value."@en .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
awol:updated	wdrs:describedby	<http://kingsley.idehen.net/about/id/entity/http/bblfish.net/work/atom-owl/2006-06-06/> .
_:vb151414426	owl:onProperty	awol:updated .