@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:sibling .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
sioc:sibling	rdf:type	owl:SymmetricProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
sioc:sibling	rdfs:label	"sibling"@en ;
	rdfs:domain	sioc:Item ;
	rdfs:range	sioc:Item ;
	rdfs:isDefinedBy	sioc: ;
	rdfs:comment	"An Item may have a sibling or a twin that exists in a different Container, but the siblings may differ in some small way (for example, language, category, etc.). The sibling of this Item should be self-describing (that is, it should contain all available information)."@en .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns7:	<http://kingsley.idehen.net/about/id/entity/http/rdfs.org/sioc/> .
sioc:sibling	wdrs:describedby	ns7:ns .
sioc:shared_by	rdfs:seeAlso	sioc:sibling .