OWL-RDF
DH 교육용 위키
OWL
Class
owl:AllDifferent 서로 다른 개체의 모임 | |
Description | For ontologies in which the unique-names assumption holds, the use of owl:differnetFrom is likely to lead to a large number of statements, as all individuals have to be declared pairwise disjoint. For such situations OWL provides a special idiom in the form of the construct owl:AllDiffernt. owl:AllDifferent is a special built-in OWL class, for which the property owl:distinctMembers is defined, which links an instance of owl:AllDifferent to a list of individuals. The intended meaning of such a statement is that all individuals in the list are all different from each other. |
Description(ko) | 유일이름을 가진 온톨로지에서, owl:differentFrom을 사용하면 함께 사용할 수 없는 개체가 쌍으로 선언되어야 하기 때문에 많은 문장을 만들게 됩니다. 이런 상황을 위해 OWL은 owl:AllDifferent을 지원합니다. owl:AllDifferent는 해당 개체의 리스트를 owl:distinctMembers로 연결할 수 있는 특별한 내장 owl 클래스입니다. 리스트 안에 있는 모든 개체가 서로 달라야 한다는 것을 의미합니다. |
owl:AnnotationProperty 주석프로퍼티 | |
Description | owl:AnnotationProperty is an rdfs:subClassOf of rdf:Property |
Description(ko) | owl:AnnotationProperty는 rdfs:Property의 하위프로퍼티다 |
subClassOf | rdf:Property |