如何通过 Schema.org 代表航空公司的休息室?
How to represent an Airline's Lounge via Schema.org?
我可以找到 Airport
and a property amenityFeature
in Schema.org. I need to find a way to represent a Lounge that belongs to an Airline
。
如何在 Airport
上找到属于 Airline
的休息室?
您可以用LocalBusiness
代表贵宾室。
您可以使用 containedInPlace
属性 声明此 LocalBusiness
是 Airport
.
的一部分
您可以使用 department
/parentOrganization
/subOrganization
表示 LocalBusiness
属于 Airline
。
我可以找到 Airport
and a property amenityFeature
in Schema.org. I need to find a way to represent a Lounge that belongs to an Airline
。
如何在 Airport
上找到属于 Airline
的休息室?
您可以用LocalBusiness
代表贵宾室。
您可以使用 containedInPlace
属性 声明此 LocalBusiness
是 Airport
.
您可以使用 department
/parentOrganization
/subOrganization
表示 LocalBusiness
属于 Airline
。