@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:isAccessoryOrSparePartFor	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:isAccessoryOrSparePartFor	rdfs:label	"isAccessoryOrSparePartFor" ;
	rdfs:comment	"A pointer to another product (or multiple products) for which this product is an accessory or spare part." ;
	schema:domainIncludes	schema:Product ;
	schema:rangeIncludes	schema:Product .