@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_name .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
sioc:last_name	rdf:type	owl:DatatypeProperty ,
		owl:DeprecatedProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
sioc:last_name	rdfs:label	"last name"@en ;
	rdfs:domain	sioc:UserAccount ;
	rdfs:range	rdfs:Literal ;
	rdfs:isDefinedBy	sioc: ;
	rdfs:comment	"Last (real) name of this user. Synonyms include surname or family name."@en ;
	owl:versionInfo	"This property is deprecated. Use foaf:name or foaf:surname from the FOAF vocabulary instead." .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns7:	<http://kingsley.idehen.net/about/id/entity/http/rdfs.org/sioc/> .
sioc:last_name	wdrs:describedby	ns7:ns .