-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathods-terms.owl
More file actions
668 lines (423 loc) · 32.4 KB
/
ods-terms.owl
File metadata and controls
668 lines (423 loc) · 32.4 KB
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
<?xml version="1.0"?>
<rdf:RDF xmlns="http://opendesignsystem.org/documents/ods-terms/"
xml:base="http://opendesignsystem.org/documents/ods-terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
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:foaf="http://xmlns.com/foaf/0.1/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://opendesignsystem.org/documents/ods-terms/">
<dc:contributor>Open Design System ontology is supported by members of OpenDesignSystem.org (http://opendesignsystem.org)
Ashish Durgude,
Murugesan Ganesan</dc:contributor>
<owl:versionInfo>V 1.0, Release 2018 August 25</owl:versionInfo>
<dc:license>http://creativecommons.org/licenses/by/3.0/</dc:license>
<dc:rights>The Open Design System ontology is available under the Creative Commons Attribution 3.0 Unported license; see http://creativecommons.org/licenses/by/3.0/. In short, you are free to copy, distribute and transmit the work; to remix/adapt the work (e.g. to import the ontology and create specializations of its elements), as long as you attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). Proper Attribution: Simply include the statement "This work is based on the Open Design System ontology, developed by OpenDesignSystem.org by Samir Dash" and link back to http://purl.org/ods/</dc:rights>
<dc:title>The Vocabulary for the Semantic Open Design System</dc:title>
<foaf:homepage>http://purl.org/ods/</foaf:homepage>
<rdfs:comment>The Open Design System ontology provides the vocabulary for making design systems semantic and machine-readable.
For more information, see http://purl.org/ods/</rdfs:comment>
<dc:subject>Design, Design System, User Interface Design, User Experience, Pattern Library, Semantic Design System, Sematic Design, Atomic Design, Style Guide, Brand System, Web, UI, Application Interface, User Interface, API, Design Tools, Linked Data, Semantic System, RDFa, Microdata, Ontology, OWL, RDF</dc:subject>
<dc:creator>Samir Dash (at OpenDesignSystem.org)</dc:creator>
<rdfs:label>Open Design System</rdfs:label>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/elements/1.1/contributor -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/contributor"/>
<!-- http://purl.org/dc/elements/1.1/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/creator"/>
<!-- http://purl.org/dc/elements/1.1/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/license"/>
<!-- http://purl.org/dc/elements/1.1/rights -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/rights"/>
<!-- http://purl.org/dc/elements/1.1/subject -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/subject"/>
<!-- http://purl.org/dc/elements/1.1/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
<!-- http://xmlns.com/foaf/0.1/homepage -->
<owl:AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/homepage"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://opendesignsystem.org/documents/ods-terms/hasPropertyOf -->
<owl:ObjectProperty rdf:about="http://opendesignsystem.org/documents/ods-terms/hasPropertyOf"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://opendesignsystem.org/documents/ods-terms/Appearance -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Appearance">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Token_Types"/>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Atom -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Atom">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Framework"/>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Behaviour -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Behaviour">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Token_Types"/>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Design_Element_Pattern -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Design_Element_Pattern">
<rdfs:comment>A pattern is a discernible regularity in the design</rdfs:comment>
<rdfs:label>Design Element Pattern</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Design_System -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Design_System">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Information_System"/>
<rdfs:comment>Design System is a collection of design language consisting of signs, symbols, patterns, definitions of design elements (applicable to both digital and non-digital domains) to accelerate design process and reduce design inconsistancies across entities (e.g. applications, products, services ) that are built through some design process.</rdfs:comment>
<rdfs:label>Design System</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Design_System_Format -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Design_System_Format">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Design_System"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Publication_Format"/>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Publication_Format"/>
<rdfs:comment>The format in which the design system is set out for definition and publication and delivery.</rdfs:comment>
<rdfs:label>Design System Format</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Digital_Design_System_Format -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Digital_Design_System_Format">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Design_System_Format"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Digital_System"/>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Format"/>
<owl:disjointWith rdf:resource="http://opendesignsystem.org/documents/ods-terms/Non-Digital_Design_System_Format"/>
<rdfs:comment>This type of design systems are defined and published in digital form. Also in order to be semantic, these must have implemented an approach for information portability across machine, especislly being defined via some ontology framework.</rdfs:comment>
<rdfs:label>Digital Design System Format</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Digital_System -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Digital_System">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Information_System"/>
<owl:disjointWith rdf:resource="http://opendesignsystem.org/documents/ods-terms/Non-Digital_System"/>
<rdfs:comment>Digital System is a information system that uses binary system. Where the data can assume only two possible values i.e. zero and one.</rdfs:comment>
<rdfs:label>Digital System</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Format -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Format">
<rdfs:comment>In the something is arranged or set out.</rdfs:comment>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Information_System -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Information_System">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/System"/>
<rdfs:comment>Information System is an organized system for collection, organization, storgae and communication of information.</rdfs:comment>
<rdfs:label>Information System</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Interactions -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Interactions">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Digital_Visual_UI'"/>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Mixture -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Mixture">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Framework"/>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Molecular_Compound -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Molecular_Compound">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Molecule"/>
<owl:disjointWith rdf:resource="http://opendesignsystem.org/documents/ods-terms/Molecular_Element"/>
<rdfs:label>Molecular Compound</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Molecular_Coumpound_Isotope -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Molecular_Coumpound_Isotope">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Molecular_Isotope"/>
<owl:disjointWith rdf:resource="http://opendesignsystem.org/documents/ods-terms/Molecular_Element_Isotope"/>
<rdfs:label>Molecular Compound</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Molecular_Element -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Molecular_Element">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Molecule"/>
<rdfs:label>Molecular Element</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Molecular_Element_Isotope -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Molecular_Element_Isotope">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Molecular_Isotope"/>
<rdfs:label>Molecular Element</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Molecular_Isotope -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Molecular_Isotope">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Framework"/>
<rdfs:label>Molecular Isotope</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Molecular_Mixture -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Molecular_Mixture">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Framework"/>
<rdfs:label>Molecular Mixture</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Molecule -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Molecule">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Framework"/>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Non-Digital_Design_System_Format -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Non-Digital_Design_System_Format">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Design_System_Format"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Non-Digital_System"/>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Format"/>
<rdfs:comment>This type of design systems are published in a non-digital format, for example - printed handouts, printed booklets, handwritten cheatsheets etc. This type of design system must have some additional information on them that would help the data to be consumed by a system or a machine in order to be semantic and open e.g. a barcode, QR code or a digital metadata link that can be scanned via OCR r any other technology.</rdfs:comment>
<rdfs:label>Non-Digital Design System Format</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Non-Digital_System -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Non-Digital_System">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Information_System"/>
<rdfs:comment>Non-Digital System can be any system including physical system or analogue systems, but Digital System.</rdfs:comment>
<rdfs:label>Non-Digital System</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Open_Design_System -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Open_Design_System">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Design_System"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Open_System"/>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:comment rdf:resource="http://purl.org/ods/terms/"/>
<rdfs:comment>Open Design System that is a Design System that is sharable across machines and at the same time is portable. It is a collection of signs, symbols, patterns, definitions of design elements that can help designing any other system or application (applicable to both digital non-digital domains).</rdfs:comment>
<rdfs:label>Open Design System</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Format -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Format">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Design_System_Format"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Open_Design_System"/>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Design_System_Format"/>
<rdfs:comment>The publishing format in which the open design system specs are set out for publication and delivery.</rdfs:comment>
<rdfs:label>Open Design System Format</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Framework -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Framework">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Global'"/>
<rdfs:comment>This contains the basic framework vocabulary and definitions that can work across domains. This defines the basic building blocks based on the molecular nomenaclature used in chemistry which can be extended and mapped to differnt design system. For example in Software and Web UI design System case -- the smallest entites are "Tokens" that are equivalent to Subatomic particles, "Primitives" that are Atomic level, then "Patterns" at the Molecule and molecular Compound level; the variations in patterns are defined in analogy with Isotopes, and later the templates as the Molecular Mixture and the Pages as the Mixture level.</rdfs:comment>
<rdfs:label>Open Design System Framework Global</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Framework_Digital_Auditory_UI -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Framework_Digital_Auditory_UI">
<owl:equivalentClass>
<owl:Restriction>
<owl:onProperty rdf:resource="http://opendesignsystem.org/documents/ods-terms/hasPropertyOf"/>
<owl:someValuesFrom rdf:resource="http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Framework"/>
</owl:Restriction>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Global'"/>
<rdfs:comment>This uses basic bloacks defined in the "Open Design System Framework Global" to create a vocabulary and mapping for the Digital Auditory or Voice based User Interface domian.</rdfs:comment>
<rdfs:label>Open Design System Framework Digital Auditory UI</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Open_System -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Open_System">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/System"/>
<rdfs:comment>Open System that is a system that has external interactions. Such interactions can take a form of information, energy, material or assets transfers into or out of the system boundary depending on the discipline that defines the concept of the system.</rdfs:comment>
<rdfs:label>Open System</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Page -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Page">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Digital_Visual_UI'"/>
<rdfs:comment>Smallest entity of the Open Design System Framework</rdfs:comment>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Pallette -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Pallette">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Digital_Visual_UI'"/>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Pattern -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Pattern">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Digital_Visual_UI'"/>
<rdfs:comment>Smallest entity of the Open Design System Framework</rdfs:comment>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Placement -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Placement">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Digital_Visual_UI'"/>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Primitive -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Primitive">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Digital_Visual_UI'"/>
<rdfs:comment>Smallest entity of the Open Design System Framework</rdfs:comment>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Publication_Format -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Publication_Format">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Format"/>
<rdfs:comment>The form in which the content is arranged or set out in publication.</rdfs:comment>
<rdfs:label>Publication Format</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Semantic_Design_System -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Semantic_Design_System">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Design_System"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/'Semantic_System'"/>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/'Semantic_System'"/>
<rdfs:comment>Open Design System that is a Design System that is sharable across machines and at the same time is portable. It is a collection of signs, symbols, patterns, definitions of design elements that can help designing any other system or application (both digital non-digital).</rdfs:comment>
<rdfs:label>Semantic Design System</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Semantics -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Semantics">
<rdfs:comment>The branch of linguistic and logic concerned with meaning.</rdfs:comment>
<rdfs:label>Semantics</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/State -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/State">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Token_Types"/>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Sub-Atomic_Element -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Sub-Atomic_Element">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Framework"/>
<rdfs:label>Sub-Atomic Element</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Sub-Atomic_Type -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Sub-Atomic_Type">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Sub-Atomic_Element"/>
<rdfs:label>Sub-Atomic Type</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/System -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/System">
<rdfs:comment>System is a collection of things or entities - regularly interacting or interdependent group of units forming an integrated whole.</rdfs:comment>
<rdfs:label>System</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Template -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Template">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Digital_Visual_UI'"/>
<rdfs:comment>Smallest entity of the Open Design System Framework</rdfs:comment>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Token -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Token">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Digital_Visual_UI'"/>
<rdfs:comment>Smallest entity of the Open Design System Framework</rdfs:comment>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Token_Types -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Token_Types">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Token"/>
<rdfs:label>Token Types</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Typography -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Typography">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Digital_Visual_UI'"/>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/UI_Pattern -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/UI_Pattern">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Design_Element_Pattern"/>
<rdfs:comment>A pattern is a discernible regularity in the User Interface (UI) design</rdfs:comment>
<rdfs:label>UI Pattern</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/View -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/View">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Digital_Visual_UI'"/>
<rdfs:comment>Smallest entity of the Open Design System Framework</rdfs:comment>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/Voice-Tone -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/Voice-Tone">
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Digital_Visual_UI'"/>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Digital_Visual_UI' -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Digital_Visual_UI'">
<owl:equivalentClass>
<owl:Restriction>
<owl:onProperty rdf:resource="http://opendesignsystem.org/documents/ods-terms/hasPropertyOf"/>
<owl:someValuesFrom rdf:resource="http://opendesignsystem.org/documents/ods-terms/Open_Design_System_Framework"/>
</owl:Restriction>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Global'"/>
<rdfs:comment>This uses basic bloacks defined in the "Open Design System Framework Global" to create a vocabulary and mapping for the Digital Visual User Interface domian.</rdfs:comment>
<rdfs:label>Open Design System Framework Digital Visual UI</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Global' -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/'Open_Design_System_Framework_Global'">
<rdfs:comment>A Framework for Open Design System that provides entities and relationshipmap to build design systems that are semantic and open.</rdfs:comment>
<rdfs:label>Open Design System Framework</rdfs:label>
</owl:Class>
<!-- http://opendesignsystem.org/documents/ods-terms/'Semantic_System' -->
<owl:Class rdf:about="http://opendesignsystem.org/documents/ods-terms/'Semantic_System'">
<owl:equivalentClass>
<owl:Restriction>
<owl:onProperty rdf:resource="http://opendesignsystem.org/documents/ods-terms/hasPropertyOf"/>
<owl:someValuesFrom rdf:resource="http://opendesignsystem.org/documents/ods-terms/Semantics"/>
</owl:Restriction>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://opendesignsystem.org/documents/ods-terms/Information_System"/>
<rdfs:comment>Open System that is a System that is sharable across machines and portable. Applicable to both digital and non-digital domains.</rdfs:comment>
<rdfs:label>Semantic System</rdfs:label>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// General axioms
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:parseType="Collection">
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Appearance"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Behaviour"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/State"/>
</owl:members>
</rdf:Description>
<rdf:Description>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:parseType="Collection">
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Atom"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Mixture"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Molecular_Isotope"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Molecular_Mixture"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Molecule"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Sub-Atomic_Element"/>
</owl:members>
</rdf:Description>
<rdf:Description>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:parseType="Collection">
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Interactions"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Pallette"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Placement"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Typography"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Voice-Tone"/>
</owl:members>
</rdf:Description>
<rdf:Description>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:parseType="Collection">
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Pallette"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Typography"/>
<rdf:Description rdf:about="http://opendesignsystem.org/documents/ods-terms/Voice-Tone"/>
</owl:members>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->