3·1운동 데이터 모델
pinocchio
								김현규 (토론 | 기여) 사용자의 2018년 12월 9일 (일) 20:04 판 (새 문서: =='''3·1운동 데이터 모델(MF)'''== ==='''Class'''=== {| class="wikitable" style="background:white;" !클래스명(Class Name) !설명(Description) !예시(Examples) |- |인물(...)
3·1운동 데이터 모델(MF)
Class
| 클래스명(Class Name) | 설명(Description) | 예시(Examples) | 
|---|---|---|
| 인물(Actor) | 3·1운동 관련 사건을 주도한 인물 | 이승훈, 유관순, 백용성, 차병혁 | 
| Individual, 개체 | 클래스에 속하는 개체
 Instances of classes  | 
owl:NamedIndividual | 
| Relation, 관계 | (같거나 다른 클래스에 속하는) 개체들 사이의 관계
 relationships between pairs of individuals  | 
owl:ObjectProperty | 
| Attribute, 속성 | 개체가 속성으로 갖는 데이터 값
 relationships from individuals to data values  | 
owl:DatatypeProperty | 
| Relation Attribute, 관계 속성 | 관계 정보에 부수되는 속성
 attributes related to relations  | 
N/A in OWL
 Can be used when you implement Graph Database with Cypher Query Language.  | 
| Domain, 정의역 | 특정 ObjectProperty 또는 DatatypeProperty의 주어가 될 수 있는 클래스를 한정
 A domain of a property which limits the individuals to which the property can be applied  | 
rdfs:domain | 
| Range, 치역 | 특정 ObjectProperty의 목적어가 될 수 있는 클래스를 한정
 The range of a property limits the individuals that the property may have as its value  | 
rdfs:range |