This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
informalin_base_java.owl
142 lines (90 loc) · 6.9 KB
/
informalin_base_java.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<?xml version="1.0"?>
<rdf:RDF xmlns="https://informalin.github.io/knowledgebases/informalin_base_java.owl#"
xml:base="https://informalin.github.io/knowledgebases/informalin_base_java.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:ns="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
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#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:orderedlistontology="https://informalin.github.io/knowledgebases/external/olo/orderedlistontology.owl#">
<owl:Ontology rdf:about="https://informalin.github.io/knowledgebases/informalin_base_java.owl">
<owl:imports rdf:resource="https://informalin.github.io/knowledgebases/informalin_base.owl"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://informalin.github.io/knowledgebases/informalin_base_java.owl#fullyQualifiedName -->
<owl:DatatypeProperty rdf:about="https://informalin.github.io/knowledgebases/informalin_base_java.owl#fullyQualifiedName">
<rdfs:domain rdf:resource="https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_5c834f48_ae0d_40d8_8ea1_c193dc511593"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label xml:lang="en">fullyQualifiedName</rdfs:label>
</owl:DatatypeProperty>
<!-- https://informalin.github.io/knowledgebases/informalin_base_java.owl#isInterface -->
<owl:DatatypeProperty rdf:about="https://informalin.github.io/knowledgebases/informalin_base_java.owl#isInterface">
<rdfs:domain rdf:resource="https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_5c834f48_ae0d_40d8_8ea1_c193dc511593"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<rdfs:label xml:lang="en">isInterface</rdfs:label>
</owl:DatatypeProperty>
<!-- https://informalin.github.io/knowledgebases/informalin_base_java.owl#javadocContent -->
<owl:DatatypeProperty rdf:about="https://informalin.github.io/knowledgebases/informalin_base_java.owl#javadocContent">
<rdfs:domain rdf:resource="https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_baf2a951_c26b_479c_8995_f1439a95aa2f"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label xml:lang="en">javadocContent</rdfs:label>
</owl:DatatypeProperty>
<!-- https://informalin.github.io/knowledgebases/informalin_base_java.owl#name -->
<owl:DatatypeProperty rdf:about="https://informalin.github.io/knowledgebases/informalin_base_java.owl#name">
<rdfs:domain rdf:resource="https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_5c834f48_ae0d_40d8_8ea1_c193dc511593"/>
<rdfs:domain rdf:resource="https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_baf2a951_c26b_479c_8995_f1439a95aa2f"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label xml:lang="en">name</rdfs:label>
</owl:DatatypeProperty>
<!-- https://informalin.github.io/knowledgebases/informalin_base_java.owl#text -->
<owl:DatatypeProperty rdf:about="https://informalin.github.io/knowledgebases/informalin_base_java.owl#text">
<rdfs:domain rdf:resource="https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_fcaa349b_0dde_4b4d_bab3_7971faad212a"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label xml:lang="en">text</rdfs:label>
</owl:DatatypeProperty>
<!-- https://informalin.github.io/knowledgebases/informalin_base_java.owl#type -->
<owl:DatatypeProperty rdf:about="https://informalin.github.io/knowledgebases/informalin_base_java.owl#type">
<rdfs:domain rdf:resource="https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_baf2a951_c26b_479c_8995_f1439a95aa2f"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label xml:lang="en">type</rdfs:label>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_58fc8031_fe68_4454_83c7_2b7ecee08edb -->
<owl:Class rdf:about="https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_58fc8031_fe68_4454_83c7_2b7ecee08edb">
<rdfs:subClassOf rdf:resource="https://informalin.github.io/knowledgebases/informalin_base.owl#OWLClass_6f07e21e_f39b_4a31_93a4_e40a58160c57"/>
<rdfs:label xml:lang="en">JavaModelElement</rdfs:label>
</owl:Class>
<!-- https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_5c834f48_ae0d_40d8_8ea1_c193dc511593 -->
<owl:Class rdf:about="https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_5c834f48_ae0d_40d8_8ea1_c193dc511593">
<rdfs:subClassOf rdf:resource="https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_58fc8031_fe68_4454_83c7_2b7ecee08edb"/>
<rdfs:label xml:lang="en">ClassOrInterface</rdfs:label>
</owl:Class>
<!-- https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_baf2a951_c26b_479c_8995_f1439a95aa2f -->
<owl:Class rdf:about="https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_baf2a951_c26b_479c_8995_f1439a95aa2f">
<rdfs:subClassOf rdf:resource="https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_58fc8031_fe68_4454_83c7_2b7ecee08edb"/>
<rdfs:label xml:lang="en">Method</rdfs:label>
</owl:Class>
<!-- https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_fcaa349b_0dde_4b4d_bab3_7971faad212a -->
<owl:Class rdf:about="https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_fcaa349b_0dde_4b4d_bab3_7971faad212a">
<rdfs:subClassOf rdf:resource="https://informalin.github.io/knowledgebases/informalin_base_java.owl#OWLClass_58fc8031_fe68_4454_83c7_2b7ecee08edb"/>
<rdfs:label xml:lang="en">CodeComment</rdfs:label>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->