{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "Specifies a location feature by providing a structured value representing a feature of an accommodation as a property-value pair of varying degrees of formality.",
      "rdfs:label" : "LocationFeatureSpecification",
      "rdfs:subClassOf" : "schema:PropertyValue",
      "schema:contributor" : "collab:STI_Accommodation_Ontology"
   },
   "properties" : {
      "schema:hoursAvailable" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The hours during which this service or contact is available.",
         "rdfs:label" : "hoursAvailable",
         "schema:domainIncludes" : [
            "schema:LocationFeatureSpecification",
            "schema:Service",
            "schema:ContactPoint"
         ],
         "schema:rangeIncludes" : "schema:OpeningHoursSpecification"
      },
      "schema:validFrom" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The date when the item becomes valid.",
         "rdfs:label" : "validFrom",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:PriceSpecification",
            "schema:Demand",
            "schema:MonetaryAmount",
            "schema:Permit",
            "schema:Offer",
            "schema:LocationFeatureSpecification",
            "schema:OpeningHoursSpecification"
         ],
         "schema:rangeIncludes" : [
            "schema:DateTime",
            "schema:Date"
         ]
      },
      "schema:validThrough" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.",
         "rdfs:label" : "validThrough",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:Offer",
            "schema:LocationFeatureSpecification",
            "schema:OpeningHoursSpecification",
            "schema:JobPosting",
            "schema:PriceSpecification",
            "schema:MonetaryAmount",
            "schema:Demand"
         ],
         "schema:rangeIncludes" : [
            "schema:DateTime",
            "schema:Date"
         ]
      }
   }
}