{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also [[BedType]] (under development).",
"rdfs:label" : "BedDetails",
"rdfs:subClassOf" : "schema:Intangible",
"schema:contributor" : "collab:STI_Accommodation_Ontology"
},
"properties" : {
"schema:numberOfBeds" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.",
"rdfs:label" : "numberOfBeds",
"schema:contributor" : "collab:STI_Accommodation_Ontology",
"schema:domainIncludes" : "schema:BedDetails",
"schema:rangeIncludes" : "schema:Number"
},
"schema:typeOfBed" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity.",
"rdfs:label" : "typeOfBed",
"schema:contributor" : "collab:STI_Accommodation_Ontology",
"schema:domainIncludes" : "schema:BedDetails",
"schema:rangeIncludes" : [
"schema:Text",
"schema:BedType"
]
}
}
}