OWL-RDF

DH 교육용 위키
Hiblue (토론 | 기여) 사용자의 2018년 5월 23일 (수) 16:23 판

이동: 둘러보기, 검색

OWL class

owl:AllDifferent 서로 다른 개체의 모임
DescriptionFor 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:Class 클래스
DescriptionAn owl:Class defines a group of individuals that belong together because they share some properties.
Description(ko)owl : Class는 일부 속성을 공유하기 때문에 함께 속하는 개인의 그룹을 정의한다.
subClassOfrdfs:Class
owl:DeprecatedClass 사용하지않는 클래스
DescriptionDeprecation is a feature commonly used in versioning software (for example, see the Java programming language) to indicate that a particular feature is preserved for backward-compatibility purposes, but may be phased out in the future. Here, a specific identifier is said to be of type owl:DeprecatedClass, a subclass of rdfs:Class.
Description(ko)Deprecation은 보통 소프트웨어의 버전관리에서 이전 버전과의 호환성을 위해 현재는 보존되지만, 나중에 사라질 특정 기능을 위해 사용됩니다. owl:DeprecatedClass라고 선언된 클래스는 rdfs:Class의 하위 클래스입니다.
subClassOfrdfs:Class
owl:DatatypeProperty 데이터타입프로퍼티
DescriptionA datatype property is one of two main categories of properties. It links individuals to data values, and is defined as an instance of the built-in OWL class owl:DatatypeProperty.
Description(ko)데이터 유형 프로퍼티는 프로퍼티의 두 가지 주 카테고리 중 하나다. 개인을 데이터 값에 연결하며 내장 된 OWL 클래스 인 owl : DatatypeProperty의 인스턴스로 정의된다.
subClassOfrdf:Property
owl:AnnotationProperty 주석프로퍼티
Descriptionowl:AnnotationProperty is an rdfs:subClassOf of rdf:Property
Description(ko)owl:AnnotationProperty는 rdfs:Property의 하위프로퍼티다
subClassOfrdf:Property
owl:ObjectProperty 오브젝트프로퍼티
DescriptionAn object property is one of two main categories of properties. It links individuals to individuals, and is defined as an instance of the built-in OWL class owl:ObjectProperty. This defines a property with the restriction that its values should be individuals.
Description(ko)오브젝트프로퍼티는 프로퍼티의 두 가지 주요 범주 중 하나입니다. 개인을 개인에 연결하며 내장 된 OWL 클래스 인 owl : ObjectProperty의 인스턴스로 정의됩니다. 이것은 값이 개인이어야한다는 제한이있는 속성을 정의합니다.
subClassOfrdf:Property