-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweasel_config.xml
64 lines (56 loc) · 2.49 KB
/
weasel_config.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<properties>
<priorityList><!--This list will be used when groups is not present-->
<priority>http://www.w3.org/2000/01/rdf-schema#subClassOf</priority>
<priority>http://www.w3.org/2000/01/rdf-schema#seeAlso</priority>
</priorityList>
<ignoredToDisplay><!--Feature will be added if future-->
<ignore>http://www.some.iri#ignoredToDisplay</ignore>
</ignoredToDisplay>
<groups><!--The order of elements in groups will be their priority-->
<group>
<groupName>Natural Language characteristic</groupName>
<groupElement>label</groupElement>
<groupElement>abbreviation</groupElement>
<groupElement>definition</groupElement>
<groupElement>definitionOrigin</groupElement>
<groupElement>adaptedFrom</groupElement>
<groupElement>synonym</groupElement>
<groupElement>example</groupElement>
<groupElement>scopeNote</groupElement>
<groupElement>seeAlso</groupElement>
<groupElement>explanatoryNote</groupElement>
<groupElement>usageNote</groupElement>
<groupElement>editorialNote</groupElement>
</group>
<group>
<groupName>Ontological characteristic</groupName>
<groupElement>EquivalentClasses</groupElement>
<groupElement>SubClassOf</groupElement>
<groupType>ANONYMOUS_ANCESTOR</groupType>
<groupElement>DisjointClasses</groupElement>
<groupType>DIRECT_SUBCLASSES</groupType>
<groupType>INSTANCES</groupType>
<groupElement>ClassAssertion</groupElement>
<groupElement>SameIndividual</groupElement>
<groupElement>ObjectPropertyAssertion</groupElement>
<groupElement>DataPropertyAssertion</groupElement>
<groupElement>SubObjectPropertyOf</groupElement>
<groupElement>EquivalentObjectProperties</groupElement>
<groupElement>ObjectPropertyDomain</groupElement>
<groupElement>ObjectPropertyRange</groupElement>
<groupElement>InverseObjectProperties</groupElement>
</group>
<group>
<groupName>Meta-information</groupName>
<groupElement>hasMaturityLevel</groupElement>
<groupElement>belongsToModule</groupElement>
<groupElement>adaptedFrom</groupElement>
<groupElement>moduleLevel1</groupElement>
<groupElement>moduleLevel2</groupElement>
<groupElement>moduleLevel3</groupElement>
<groupElement>isDefinedBy</groupElement>
<groupElement>comment</groupElement>
</group>
</groups>
</properties>