@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:programMembershipUsed	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:programMembershipUsed	rdfs:label	"programMembershipUsed" ;
	rdfs:comment	"Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation." ;
	schema:domainIncludes	schema:Reservation ;
	schema:rangeIncludes	schema:ProgramMembership .