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