|
(reset-knowledge-base)This ontology describes the content of the following data repository:
(default-expressiveness ALCFIHR+)
(new-tbox STRING-TBOX string)
(new-tbox NUMERIC-TBOX numeric)
(new-tbox spanishHotels ALCFIHR+)
(current-tbox spanishHotels)
(define-primitive-attribute-connector Location STRING-TBOX)
(define-primitive-attribute-connector Stars NUMERIC-TBOX)
(define-primitive-attribute-connector Price NUMERIC-TBOX)
(define-primitive-attribute-connector Name STRING-TBOX)
(define-primitive-attribute-connector Level STRING-TBOX)
(define-primitive-concept Apartment *spanishHotels-TOP*)
( define-concept Hotel (AND *spanishHotels-TOP* (ALL Stars (>= 1))))
(define-concept Hostal (AND Hotel (SOME Level (aset "Low"))))
(define-concept 4StarHotel (AND Hotel (SOME Level (aset "High" "")) (ALL Stars (= 4))))
(define-concept 5StarHotel (AND Hotel (SOME Level (aset "High" "")) (ALL Stars (= 5))))
|
IAO.APARTMENT | is a synonym of | SAO.apartment |
IAO.HOTEL | is a hyponym of | SAO.hotel |
IAO.HOTEL | is a hypernym of | SAO.4StarHotel |
IAO.HOTEL | is a hypernym of | SAO.5StarsHotel |
<IAO.HOTEL,80%> | overlaps | <SAO.Hotel,50% > |
IAO.PRICE | is a synonym of | SAO.price |