{
"class" : {
"core:closeMatch" : "regorg:RegisteredOrganization",
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.",
"rdfs:label" : "LocalBusiness",
"rdfs:subClassOf" : [
"schema:Place",
"schema:Organization"
]
},
"properties" : {
"schema:branchOf" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical) [[branch]].",
"rdfs:label" : "branchOf",
"schema:domainIncludes" : "schema:LocalBusiness",
"schema:rangeIncludes" : "schema:Organization",
"schema:supersededBy" : "schema:parentOrganization"
},
"schema:currenciesAccepted" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The currency accepted.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\".",
"rdfs:label" : "currenciesAccepted",
"schema:domainIncludes" : "schema:LocalBusiness",
"schema:rangeIncludes" : "schema:Text"
},
"schema:openingHours" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.\\n\\n* Days are specified using the following two-letter combinations: ```Mo```, ```Tu```, ```We```, ```Th```, ```Fr```, ```Sa```, ```Su```.\\n* Times are specified using 24:00 format. For example, 3pm is specified as ```15:00```, 10am as ```10:00```. \\n* Here is an example: <code><time itemprop=\"openingHours\" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time></code>.\\n* If a business is open 7 days a week, then it can be specified as <code><time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time></code>.",
"rdfs:label" : "openingHours",
"schema:domainIncludes" : [
"schema:LocalBusiness",
"schema:CivicStructure"
],
"schema:rangeIncludes" : "schema:Text"
},
"schema:paymentAccepted" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.",
"rdfs:label" : "paymentAccepted",
"schema:domainIncludes" : "schema:LocalBusiness",
"schema:rangeIncludes" : "schema:Text"
},
"schema:priceRange" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The price range of the business, for example ```$$$```.",
"rdfs:label" : "priceRange",
"schema:domainIncludes" : "schema:LocalBusiness",
"schema:rangeIncludes" : "schema:Text"
}
}
}