"OWL-RDF"의 두 판 사이의 차이

DH 교육용 위키
이동: 둘러보기, 검색
1번째 줄: 1번째 줄:
 
<span style="font-size:20pt">OWL</span>
 
<span style="font-size:20pt">OWL</span>
 
<span style="font-size:15pt">class</span>
 
<span style="font-size:15pt">class</span>
 +
 
{{Dhos
 
{{Dhos
 
|Name=owl:Ontology
 
|Name=owl:Ontology

2018년 5월 23일 (수) 16:34 판

OWL class

owl:Ontology 온톨로지
DescriptionThe owl:Ontology element is a place to collect much of the OWL meta-data for the document.
Description(ko)owl : Ontology 요소는 문서에 대한 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:OntologyProperty 온톨로지프로퍼티
DescriptionThe OWL built-in class owl:OntologyProperty has the ontology-import construct owl:imports and the ontology-versioning constructs owl:priorVersion, owl:backwardCompatibleWith and owl:incompatibleWith as instances. Instances of owl:OntologyProperty must have the class owl:Ontology as their domain and range. It is permitted to define other instances of owl:OntologyProperty.
Description(ko)OWL 내장 클래스 owl:OntologyProperty는 인스턴스로서 온톨로지-가져오기 구조어인 owl:imports와 온톨로지-버전관리 구조어인 owl:priorVersion, owl:backwardCompatibleWith, owl:incompatibleWith를 가집니다. 온톨로지 프로퍼티의 인스턴스는 반드시 도메인과 레인지로 owl:Ontology 클래스를 가져야 합니다. 다른 owl:OntologyProperty의 인스턴스를 정의하는 것도 가능합니다.
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
owl:DeprecatedProperty 사용하지 않는 프로퍼티
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.
subClassOfrdf:Property
owl:InverseFunctionalProperty 역함수적프로퍼티
DescriptionIf a property is declared to be inverse-functional, then the object of a property statement uniquely determines the subject (some individual). More formally, if we state that P is an owl:InverseFunctionalProperty, then this asserts that a value y can only be the value of P for a single instance x, i.e. there cannot be two distinct instances x1 and x2 such that both pairs (x1,y) and (x2,y) are instances of P.Syntactically, an inverse-functional property axiom is specified by declaring the property to be an instance of the built-in OWL class owl:InverseFunctionalProperty, which is a subclass of the OWL class owl:ObjectProperty.
Description(ko)inverse-functional로 선언된 속성은 속성의 목적어가 하나의 주어를 가진다는 것을 말합니다. 좀더 형식적으로, 만약 P 속성이 owl:InverseFunctionalProperty이면, 이것은 P의 값이 하나의 개체 x를 갖는다는 것을 말합니다. 인스턴스 x1과 x2가 (x1, y) (x2, y)와 같이 함께 쓰이지 못한다는 것을 말합니다. 구문적으로, inverse-Functional property 명제는 owl:ObjectProperty의 하위 속성인 내장 클래스 owl:InverseProperty의 개체인 속성으로 정의됩니다.
subClassOfowl:ObjectProperty
owl:TransitiveProperty 전이프로퍼티
Description"When one defines a property P to be an owl:TransitiveProperty, this means that if a pair (x,y) is an instance of P, and the pair (y,z) is also instance of P, then we can infer the the pair (x,z) is also an instance of P. Syntactically, a property is defined as being transitive by making it an instance of the the built-in OWL class owl:TransitiveProperty, which is defined as a subclass of owl:ObjectProperty."
Description(ko)"프로퍼티 P가 owl:TransitiveProperty로 정의되면, (x,y)가 P의 인스턴스이고, (y, z)도 P의 인스턴스이면, (x, z)도 P의 인스턴스 임을 추측할 수 있다는 의미입니다. 구문적으로, owl:ObjectProperty의 하위클래스인 owl:TransitiveProperty의 인스턴스로 지정되면 프로퍼티는 전이적이다라고 정의됩니다."
subClassOfowl:ObjectProperty
owl:SymmetricProperty 대칭프로퍼티
DescriptionAn owl:SymmetricProperty is a property for which holds that if the pair (x,y) is an instance of P, then the pair (y,x) is also an instance of P. Syntactically, a property is defined as symmetric by making it an instance of the built-in OWL class owl:SymmetricProperty, a subclass of owl:ObjectProperty.
subClassOfowl:ObjectProperty
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:DataRange 데이터값
DescriptionIn addition to the RDF datatypes, OWL provides one additional construct for defining a range of data values, namely an enumerated datatype. This datatype format makes use of the owl:oneOf construct.
Description(ko)RDF 데이터 유형 외에도 OWL은 데이터 값의 범위, 즉 열거 형 데이터 유형을 정의하기위한 하나의 추가 구성을 제공한다.이 데이터 형식 형식은 owl : oneOf 구문을 사용한다.
owl:Thing
Description"In OWL Full all data values are considered also to be part of the individual domain. In fact, in OWL Full the universe of individuals consists of all resources (owl:Thing is equivalent to rdfs:Resource). Two OWL class identifiers are predefined, namely the classes owl:Thing and owl:Nothing. The class extension of owl:Thing is the set of all individuals. The class extension of owl:Nothing is the empty set. Consequently, every OWL class is a subclass of owl:Thing and owl:Nothing is a subclass of every class."
Description(ko)"OWL Full에서 모든 데이터 값은 개체 도메인의 부분으로 간주됩니다. 사실 OWL Full에서 개체들의 모든 집합은 모든 리소스로 구성되어 있습니다.(owl:Thing은 rdfs:Resource와 같습니다) owl:Thing과 owl:Nothing 두 owl 클래스 식별자는 이미 정의되어 있습니다. owl:Thing의 클래스 범위는 모든 개체의 세트이고, owl:Nothing 클래스의 범위는 빈 세트입니다. 결국, 모든 OWL 클래스는 owl:Thing의 하위 클래스이고, owl:Nothing은 모든 클래스의 하위클래스입니다."
owl:Nothing 없는것
DescriptionTwo OWL class identifiers are predefined, namely the classes owl:Thing and owl:Nothing.The class extension of owl:Thing is the set of all individuals. The class extension of owl:Nothing is the empty set. Consequently, every OWL class is a subclass of owl:Thing and owl:Nothing is a subclass of every class.
Description(ko)owl:Thing과 OWL:Nothing 두개의 OWL클래스 식별자가 이미 정의되어 있습니다. owl:Thing의 클래스 확장은 모든 개체의 세트입니다. owl:Nothing은 클래스 확장은 빈 세트입니다. 결과적으로, 모든 OWL 클래스는 OWL:Thing의 하위 클래스이고, owl:Nothing은 모든 클래스의 하위 클래스입니다.
owl:Restriction 제약
DescriptionThe class owl:Restriction is defined as a subclass of owl:Class. A restriction class should have exactly one triple linking the restriction to a particular property, using the owl:onProperty property.
Description(ko)owl : Restriction 클래스는 owl : Class의 하위 클래스로 정의됩니다. 제한 클래스는 owl : onProperty 속성을 사용하여 제한을 특정 속성에 연결하는 정확히 하나의 트리플을 가져야합니다.