{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A reservation for boat travel.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].",
"rdfs:label" : "BoatReservation",
"rdfs:subClassOf" : "schema:Reservation",
"schema:isPartOf" : "http:pending.schema.org",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/1755"
},
"properties" : {}
}