ibspan.tss.domain
Class RestaurantVocabulary

java.lang.Object
  extended by ibspan.tss.domain.RestaurantVocabulary

public class RestaurantVocabulary
extends Object

Vocabulary definitions from file:ontology/restaurant.owl

Author:
Auto-generated by jena.schemagen on 07 sie 2006 20:51

Field Summary
static Property accepts
           
static Property accessibility
           
static Resource AccessibilityCode
           
static Property accessibilityNotes
           
static Property alcohol
           
static Resource AlcoholCode
           
static Property attractionCategory
           
static Property breakfastPrice
           
static Property capacity
           
static Property city
           
static Property clientele
           
static Property country
           
static Property crossStreet
           
static Property cuisine
           
static Resource CuisineCode
           
static Property deliveryURL
           
static Resource DinerReview
           
static Property dinnerPrice
           
static Property dress
           
static Resource DressCode
           
static Property fax
           
static Property feature
           
static Resource FeatureCode
           
static Property hasDinerReview
           
static Property hours
           
static Property indexPoint
           
static Property largestParty
           
static Property locationCategory
           
static Property locationPath
           
static Property lunchPrice
           
static Property menuURL
           
static Resource NAMESPACE
          The namespace of the vocabulary as a resource
static Property neighborhood
           
static String NS
          The namespace of the vocabulary as a string
static Property parking
           
static Resource ParkingCode
           
static Property parsedHours
           
static Property phone
           
static Property recommendedDishes
           
static Resource ReservationCode
           
static Property reservations
           
static Property reservationURL
           
static Resource Restaurant
           
static Property restaurantCategory
           
static Resource RestaurantCategoryCode
           
static Property restaurantService
           
static Resource RestaurantServiceInfo
           
static Property smoking
           
static Resource SmokingCode
           
static Property state
           
static Property streetAddress
           
static Property title
           
static Property URL
           
static Property zip
           
 
Constructor Summary
RestaurantVocabulary()
           
 
Method Summary
static String getURI()
          The namespace of the vocabulary as a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final String NS

The namespace of the vocabulary as a string

See Also:
Constant Field Values

NAMESPACE

public static final Resource NAMESPACE

The namespace of the vocabulary as a resource


indexPoint

public static final Property indexPoint

alcohol

public static final Property alcohol

dress

public static final Property dress

breakfastPrice

public static final Property breakfastPrice

lunchPrice

public static final Property lunchPrice

parking

public static final Property parking

restaurantService

public static final Property restaurantService

dinnerPrice

public static final Property dinnerPrice

accepts

public static final Property accepts

hasDinerReview

public static final Property hasDinerReview

locationCategory

public static final Property locationCategory

accessibility

public static final Property accessibility

smoking

public static final Property smoking

feature

public static final Property feature

reservations

public static final Property reservations

attractionCategory

public static final Property attractionCategory

restaurantCategory

public static final Property restaurantCategory

cuisine

public static final Property cuisine

phone

public static final Property phone

streetAddress

public static final Property streetAddress

fax

public static final Property fax

locationPath

public static final Property locationPath

title

public static final Property title

hours

public static final Property hours

parsedHours

public static final Property parsedHours

capacity

public static final Property capacity

largestParty

public static final Property largestParty

city

public static final Property city

neighborhood

public static final Property neighborhood

accessibilityNotes

public static final Property accessibilityNotes

clientele

public static final Property clientele

country

public static final Property country

reservationURL

public static final Property reservationURL

crossStreet

public static final Property crossStreet

menuURL

public static final Property menuURL

state

public static final Property state

recommendedDishes

public static final Property recommendedDishes

zip

public static final Property zip

deliveryURL

public static final Property deliveryURL

URL

public static final Property URL

DressCode

public static final Resource DressCode

AccessibilityCode

public static final Resource AccessibilityCode

DinerReview

public static final Resource DinerReview

ReservationCode

public static final Resource ReservationCode

AlcoholCode

public static final Resource AlcoholCode

RestaurantCategoryCode

public static final Resource RestaurantCategoryCode

ParkingCode

public static final Resource ParkingCode

Restaurant

public static final Resource Restaurant

SmokingCode

public static final Resource SmokingCode

FeatureCode

public static final Resource FeatureCode

RestaurantServiceInfo

public static final Resource RestaurantServiceInfo

CuisineCode

public static final Resource CuisineCode
Constructor Detail

RestaurantVocabulary

public RestaurantVocabulary()
Method Detail

getURI

public static String getURI()

The namespace of the vocabulary as a string

See Also:
NS