-
Notifications
You must be signed in to change notification settings - Fork 0
/
Terms.owl
99 lines (91 loc) · 3.88 KB
/
Terms.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0"?>
<!DOCTYPE Ontology [
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY xml "http://www.w3.org/XML/1998/namespace" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
xml:base="http://www.semanticweb.org/EdxOntology/Terms"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
ontologyIRI="http://www.semanticweb.org/EdxOntology/Terms">
<Prefix name="" IRI="http://www.w3.org/2002/07/owl#"/>
<Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
<Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
<Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
<Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
<Declaration>
<Class IRI="http://ailab.ifmo.ru/elearning/learning#Candidate"/>
</Declaration>
<Declaration>
<Class IRI="http://ailab.ifmo.ru/elearning/learning#Field"/>
</Declaration>
<Declaration>
<Class IRI="http://ailab.ifmo.ru/elearning/learning#Term"/>
</Declaration>
<Declaration>
<Class IRI="http://www.semanticweb.org/EdxOntology/Main#SubjectArea"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasTerm"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#isTermOf"/>
</Declaration>
<SubClassOf>
<Class IRI="http://ailab.ifmo.ru/elearning/learning#Candidate"/>
<Class IRI="http://ailab.ifmo.ru/elearning/learning#Term"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://ailab.ifmo.ru/elearning/learning#Field"/>
<Class IRI="http://www.semanticweb.org/EdxOntology/Main#SubjectArea"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://ailab.ifmo.ru/elearning/learning#Term"/>
<Class IRI="http://www.semanticweb.org/EdxOntology/Main#SubjectArea"/>
</SubClassOf>
<InverseObjectProperties>
<ObjectProperty IRI="#hasTerm"/>
<ObjectProperty IRI="#isTermOf"/>
</InverseObjectProperties>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasTerm"/>
<Class IRI="http://ailab.ifmo.ru/elearning/learning#Field"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#isTermOf"/>
<Class IRI="http://ailab.ifmo.ru/elearning/learning#Term"/>
</ObjectPropertyDomain>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasTerm"/>
<Class IRI="http://ailab.ifmo.ru/elearning/learning#Term"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#isTermOf"/>
<Class IRI="http://ailab.ifmo.ru/elearning/learning#Field"/>
</ObjectPropertyRange>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasTerm</IRI>
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">hasTerm</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasTerm</IRI>
<Literal xml:lang="ru" datatypeIRI="&rdf;PlainLiteral">Содержит термин</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#isTermOf</IRI>
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">isTermOf</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#isTermOf</IRI>
<Literal xml:lang="ru" datatypeIRI="&rdf;PlainLiteral">Является термином</Literal>
</AnnotationAssertion>
</Ontology>
<!-- Generated by the OWL API (version 3.5.1) http://owlapi.sourceforge.net -->