SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

Store
A retail good store.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Incoming Relationships: No results found.
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Superclasses of this Class

superclass description
LocalBusiness 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.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Subclasses of this Class

subclass description
AutoPartsStore An auto parts store.
BikeStore A bike store.
BookStore A bookstore.
ClothingStore A clothing store.
ComputerStore A computer store.
ConvenienceStore A convenience store.
DepartmentStore A department store.
ElectronicsStore An electronics store.
Florist A florist.
FurnitureStore A furniture store.
GardenStore A garden store.
GroceryStore A grocery store.
HardwareStore A hardware store.
HobbyShop A store that sells materials useful or necessary for various hobbies.
HomeGoodsStore A home goods store.
JewelryStore A jewelry store.
LiquorStore A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits.
MensClothingStore A men's clothing store.
MobilePhoneStore A store that sells mobile phones and related accessories.
MovieRentalStore A movie rental store.
MusicStore A music store.
OfficeEquipmentStore An office equipment store.
OutletStore An outlet store.
PawnShop A shop that will buy, or lend money against the security of, personal possessions.
PetStore A pet store.
ShoeStore A shoe store.
SportingGoodsStore A sporting goods store.
TireShop A tire shop.
ToyStore A toy store.
WholesaleStore A wholesale store.