시맨틱 칵테일 온톨로지
Digerati
Tutor (토론 | 기여) 사용자의 2018년 2월 11일 (일) 09:31 판 (새 문서: <html> <head> <meta charset="utf-8"/> <meta property="og:title" content="Ontology Design for Semantic Cocktails 1.0"/> <meta property="og:image" content="http://dh.aks.a...)
Ontology Design for Semantic Cocktails 1.0
§ Classes
class name | description | notes |
---|---|---|
Cocktail | 칵테일, mixed alcoholic drinks | |
Spirit | 증류주, distilled alcoholic beverages | |
Wine | 발효주, fermented alcoholic beverages | |
Liqueur | 혼성주, highly flavored alcoholic beverages | |
SoftDrink | 비알콜성음료와 소스, non-alcoholic drinks sauces | |
Garnish | 장식, decorative ornaments | |
Glass | 유리잔, glassware for serving cocktails | |
Method | 조주법, making method of cocktails |
§ Relations
* Class-Node Relation
relation name | domain | range | inverse relation |
---|---|---|---|
hasCategory | upper classs | lower class | isIncludedIn |
hasMember | all classes | nodes (individuals in OWL) belonging to the class | belongsTo |
* Inter-node Relation (Link, Object Properties in OWL)
relation name | domain | range | inverse relation |
---|---|---|---|
useBaseLiquor | Cocktail | Spirit | isSpritFor |
useLiqueur | Cocktail | Liqueur | isLiqueurFor |
useModifier | Cocktail | SoftDrink | isSoftdrinkFor |
isGarnishedWith | Cocktail | Garnish | isGarnishFor |
isServedIn | Cocktail | Glass | isGlassFor |
isMadeBy | Cocktail | Method | isMethodFor |
isAddedBy | Cocktail | Method | - |
and | Method | Method | - |
or | Garnish | Garnish | - |
§ Attributes
* Link Attributes
attribute name | domain | range | notes |
---|---|---|---|
measurement | useBaseLiquor useLiqueur useModifier |
1/4oz, 1/3oz, 1/2oz, 3/4oz, 1oz, 2oz, 3oz, 1+1/4oz, 1+1/2oz, 1+3/4oz, 2+1/2oz, 1/2tsp, 1tsp, 1dash, 1ea, 1pinch, 1/3part | |
postProcess | useModifier | fill, top |
* Node Attributes (Datatype Properties in OWL)
attribute name | domain | range | notes |
---|---|---|---|
id | all Classes | string | |
label | all Classes | string | |
type | all Classes | string | |
neighborhood | all Classes | URL | URL of the network graph showing the 1 hop relationships |
icon | all Classes | URL | URL of the thumbnail image |
reference | all Classes | URL | URL of the related web document |