@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://rdfs.org/sioc/> .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
ns1:ns	foaf:topic	sioc:last_activity_date .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
sioc:last_activity_date	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
sioc:last_activity_date	rdfs:label	"last activity date"@en ;
	rdfs:range	rdfs:Literal ;
	rdfs:isDefinedBy	sioc: ;
	rdfs:comment	"The date and time of the last activity associated with a SIOC concept instance, and expressed in ISO 8601 format. This could be due to a reply Post or Comment, a modification to an Item, etc."@en .
@prefix dcterms:	<http://purl.org/dc/terms/> .
sioc:last_activity_date	rdfs:subPropertyOf	dcterms:date .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns8:	<http://kingsley.idehen.net/about/id/entity/http/rdfs.org/sioc/> .
sioc:last_activity_date	wdrs:describedby	ns8:ns .