ontomde-uml2 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2560 @@
1
+ #!ontomdx
2
+ # An enumeration may have methods
3
+ <http://uml/2#class> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Enumeration> .
4
+ #
5
+ <http://ft/uml/2#shortcut> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
6
+ <http://ft/uml/2#shortcut> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Package> .
7
+ <http://ft/uml/2#shortcut> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Package> .
8
+ #
9
+ #TODO: #class has an incomplete range. Check if this is the right property used.
10
+ <http://uml/2#class> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Interface> .
11
+ #UML extension: support enumeration operation
12
+ <http://uml/2#implementingClassifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Enumeration> .
13
+ #SLOT (extension for definition stereotype attributes value)
14
+ <http://ft/uml/2#TaggedValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
15
+ <http://ft/uml/2#TaggedValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Element> .
16
+ #
17
+ <http://ft/uml/2#taggedValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
18
+ <http://ft/uml/2#taggedValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Element> .
19
+ <http://ft/uml/2#taggedValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://ft/uml/2#TaggedValue> .
20
+ #
21
+ <http://ft/uml/2#value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
22
+ <http://ft/uml/2#value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://ft/uml/2#TaggedValue> .
23
+ <http://ft/uml/2#value> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#LiteralSpecification> .
24
+ #
25
+ <http://ft/uml/2#tagType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
26
+ <http://ft/uml/2#tagType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://ft/uml/2#TaggedValue> .
27
+ <http://ft/uml/2#tagType> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Property> .
28
+ # valeur donnee a un attribut associe a un attribut de stereotype
29
+ <http://ft/uml/2#tagValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
30
+ <http://ft/uml/2#tagValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Element> .
31
+ <http://ft/uml/2#tagValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Property> .
32
+ #
33
+ <http://ft/uml/2#packageableElement_owner> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#ownedMember> .
34
+ <http://ft/uml/2#packageableElement_owner> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
35
+ <http://ft/uml/2#packageableElement_owner> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#PackageableElement> .
36
+ <http://ft/uml/2#packageableElement_owner> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Package> .
37
+ <http://uml/2#Abstraction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
38
+ <http://uml/2#Abstraction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Dependency> .
39
+ <http://uml/2#AcceptCallAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
40
+ <http://uml/2#AcceptCallAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#AcceptEventAction> .
41
+ <http://uml/2#AcceptEventAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
42
+ <http://uml/2#AcceptEventAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
43
+ <http://uml/2#Action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
44
+ <http://uml/2#Action> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ExecutableNode> .
45
+ <http://uml/2#Activity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
46
+ <http://uml/2#Activity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Behavior> .
47
+ <http://uml/2#ActivityEdge> <http://protege.stanford.edu/system#role> "abstract" .
48
+ <http://uml/2#ActivityEdge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
49
+ <http://uml/2#ActivityEdge> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#RedefinableElement> .
50
+ <http://uml/2#ActivityFinalNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
51
+ <http://uml/2#ActivityFinalNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#FinalNode> .
52
+ <http://uml/2#ActivityGroup> <http://protege.stanford.edu/system#role> "abstract" .
53
+ <http://uml/2#ActivityGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
54
+ <http://uml/2#ActivityGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Element> .
55
+ <http://uml/2#ActivityNode> <http://protege.stanford.edu/system#role> "abstract" .
56
+ <http://uml/2#ActivityNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
57
+ <http://uml/2#ActivityNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#RedefinableElement> .
58
+ <http://uml/2#ActivityParameterNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
59
+ <http://uml/2#ActivityParameterNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ObjectNode> .
60
+ <http://uml/2#ActivityPartition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
61
+ <http://uml/2#ActivityPartition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ActivityGroup> .
62
+ <http://uml/2#ActivityPartition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
63
+ <http://uml/2#Actor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
64
+ <http://uml/2#Actor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Classifier> .
65
+ <http://uml/2#AddStructuralFeatureValueAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
66
+ <http://uml/2#AddStructuralFeatureValueAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#WriteStructuralFeatureAction> .
67
+ <http://uml/2#AddVariableValueAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
68
+ <http://uml/2#AddVariableValueAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#WriteVariableAction> .
69
+ <http://uml/2#AggregationKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
70
+ <http://uml/2#AggregationKind> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#UML> .
71
+ <http://uml/2#AnyTrigger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
72
+ <http://uml/2#AnyTrigger> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#MessageTrigger> .
73
+ <http://uml/2#ApplyFunctionAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
74
+ <http://uml/2#ApplyFunctionAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
75
+ <http://uml/2#Artifact> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
76
+ <http://uml/2#Artifact> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Classifier> .
77
+ <http://uml/2#Artifact> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DeployedArtifact> .
78
+ <http://uml/2#Association> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
79
+ <http://uml/2#Association> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Classifier> .
80
+ <http://uml/2#Association> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Relationship> .
81
+ <http://uml/2#AssociationClass> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
82
+ <http://uml/2#AssociationClass> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Association> .
83
+ <http://uml/2#AssociationClass> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Class> .
84
+ <http://uml/2#Behavior> <http://protege.stanford.edu/system#role> "abstract" .
85
+ <http://uml/2#Behavior> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
86
+ <http://uml/2#Behavior> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Class> .
87
+ <http://uml/2#BehavioralFeature> <http://protege.stanford.edu/system#role> "abstract" .
88
+ <http://uml/2#BehavioralFeature> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
89
+ <http://uml/2#BehavioralFeature> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Feature> .
90
+ <http://uml/2#BehavioralFeature> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Namespace> .
91
+ <http://uml/2#BehavioredClassifier> <http://protege.stanford.edu/system#role> "abstract" .
92
+ <http://uml/2#BehavioredClassifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
93
+ <http://uml/2#BehavioredClassifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Classifier> .
94
+ <http://uml/2#BroadcastSignalAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
95
+ <http://uml/2#BroadcastSignalAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#InvocationAction> .
96
+ <http://uml/2#CallAction> <http://protege.stanford.edu/system#role> "abstract" .
97
+ <http://uml/2#CallAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
98
+ <http://uml/2#CallAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#InvocationAction> .
99
+ <http://uml/2#CallBehaviorAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
100
+ <http://uml/2#CallBehaviorAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#CallAction> .
101
+ <http://uml/2#CallConcurrencyKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
102
+ <http://uml/2#CallConcurrencyKind> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#UML> .
103
+ <http://uml/2#CallOperationAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
104
+ <http://uml/2#CallOperationAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#CallAction> .
105
+ <http://uml/2#CallTrigger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
106
+ <http://uml/2#CallTrigger> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#MessageTrigger> .
107
+ <http://uml/2#CentralBufferNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
108
+ <http://uml/2#CentralBufferNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ObjectNode> .
109
+ <http://uml/2#ChangeTrigger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
110
+ <http://uml/2#ChangeTrigger> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Trigger> .
111
+ <http://uml/2#Class> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
112
+ <http://uml/2#Class> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#BehavioredClassifier> .
113
+ <http://uml/2#Class> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#EncapsulatedClassifier> .
114
+ <http://uml/2#Classifier> <http://protege.stanford.edu/system#role> "abstract" .
115
+ <http://uml/2#Classifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
116
+ <http://uml/2#Classifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Namespace> .
117
+ <http://uml/2#Classifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#RedefinableElement> .
118
+ <http://uml/2#Classifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Type> .
119
+ <http://uml/2#ClassifierTemplateParameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
120
+ <http://uml/2#ClassifierTemplateParameter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#TemplateParameter> .
121
+ <http://uml/2#Clause> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
122
+ <http://uml/2#Clause> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Element> .
123
+ <http://uml/2#ClearAssociationAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
124
+ <http://uml/2#ClearAssociationAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
125
+ <http://uml/2#ClearStructuralFeatureAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
126
+ <http://uml/2#ClearStructuralFeatureAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#StructuralFeatureAction> .
127
+ <http://uml/2#ClearVariableAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
128
+ <http://uml/2#ClearVariableAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#VariableAction> .
129
+ <http://uml/2#Collaboration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
130
+ <http://uml/2#Collaboration> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#BehavioredClassifier> .
131
+ <http://uml/2#Collaboration> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#StructuredClassifier> .
132
+ <http://uml/2#CollaborationOccurrence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
133
+ <http://uml/2#CollaborationOccurrence> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
134
+ <http://uml/2#CombinedFragment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
135
+ <http://uml/2#CombinedFragment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#InteractionFragment> .
136
+ <http://uml/2#Comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
137
+ <http://uml/2#Comment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#TemplateableElement> .
138
+ <http://uml/2#CommunicationPath> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
139
+ <http://uml/2#CommunicationPath> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Association> .
140
+ <http://uml/2#Component> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
141
+ <http://uml/2#Component> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Class> .
142
+ <http://uml/2#ConditionalNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
143
+ <http://uml/2#ConditionalNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#StructuredActivityNode> .
144
+ <http://uml/2#ConnectableElement> <http://protege.stanford.edu/system#role> "abstract" .
145
+ <http://uml/2#ConnectableElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
146
+ <http://uml/2#ConnectableElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
147
+ <http://uml/2#ConnectableElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ParameterableElement> .
148
+ <http://uml/2#ConnectableElementTemplateParameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
149
+ <http://uml/2#ConnectableElementTemplateParameter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#TemplateParameter> .
150
+ <http://uml/2#ConnectionPointReference> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
151
+ <http://uml/2#ConnectionPointReference> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Vertex> .
152
+ <http://uml/2#Connector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
153
+ <http://uml/2#Connector> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Feature> .
154
+ <http://uml/2#ConnectorEnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
155
+ <http://uml/2#ConnectorEnd> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#MultiplicityElement> .
156
+ <http://uml/2#ConnectorKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
157
+ <http://uml/2#ConnectorKind> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#UML> .
158
+ <http://uml/2#Constraint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
159
+ <http://uml/2#Constraint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#PackageableElement> .
160
+ <http://uml/2#Continuation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
161
+ <http://uml/2#Continuation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#InteractionFragment> .
162
+ <http://uml/2#ControlFlow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
163
+ <http://uml/2#ControlFlow> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ActivityEdge> .
164
+ <http://uml/2#ControlNode> <http://protege.stanford.edu/system#role> "abstract" .
165
+ <http://uml/2#ControlNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
166
+ <http://uml/2#ControlNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ActivityNode> .
167
+ <http://uml/2#CreateLinkAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
168
+ <http://uml/2#CreateLinkAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#WriteLinkAction> .
169
+ <http://uml/2#CreateLinkObjectAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
170
+ <http://uml/2#CreateLinkObjectAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#CreateLinkAction> .
171
+ <http://uml/2#CreateObjectAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
172
+ <http://uml/2#CreateObjectAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
173
+ <http://uml/2#DataStoreNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
174
+ <http://uml/2#DataStoreNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#CentralBufferNode> .
175
+ <http://uml/2#DataType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
176
+ <http://uml/2#DataType> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Classifier> .
177
+ <http://uml/2#DecisionNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
178
+ <http://uml/2#DecisionNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ControlNode> .
179
+ <http://uml/2#Dependency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
180
+ <http://uml/2#Dependency> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DirectedRelationship> .
181
+ <http://uml/2#Dependency> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#PackageableElement> .
182
+ <http://uml/2#DeployedArtifact> <http://protege.stanford.edu/system#role> "abstract" .
183
+ <http://uml/2#DeployedArtifact> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
184
+ <http://uml/2#DeployedArtifact> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
185
+ <http://uml/2#Deployment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
186
+ <http://uml/2#Deployment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Dependency> .
187
+ <http://uml/2#DeploymentSpecification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
188
+ <http://uml/2#DeploymentSpecification> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Artifact> .
189
+ <http://uml/2#DeploymentTarget> <http://protege.stanford.edu/system#role> "abstract" .
190
+ <http://uml/2#DeploymentTarget> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
191
+ <http://uml/2#DeploymentTarget> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
192
+ <http://uml/2#DestroyLinkAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
193
+ <http://uml/2#DestroyLinkAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#WriteLinkAction> .
194
+ <http://uml/2#DestroyObjectAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
195
+ <http://uml/2#DestroyObjectAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
196
+ <http://uml/2#Device> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
197
+ <http://uml/2#Device> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Node> .
198
+ <http://uml/2#Diagram> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
199
+ <http://uml/2#DirectedRelationship> <http://protege.stanford.edu/system#role> "abstract" .
200
+ <http://uml/2#DirectedRelationship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
201
+ <http://uml/2#DirectedRelationship> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Relationship> .
202
+ <http://uml/2#Duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
203
+ <http://uml/2#Duration> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ValueSpecification> .
204
+ <http://uml/2#DurationConstraint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
205
+ <http://uml/2#DurationConstraint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#IntervalConstraint> .
206
+ <http://uml/2#DurationInterval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
207
+ <http://uml/2#DurationInterval> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Interval> .
208
+ <http://uml/2#DurationObservationAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
209
+ <http://uml/2#DurationObservationAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#WriteStructuralFeatureAction> .
210
+ <http://uml/2#Element> <http://protege.stanford.edu/system#role> "abstract" .
211
+ <http://uml/2#Element> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
212
+ <http://uml/2#Element> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#UML> .
213
+ <http://uml/2#ElementImport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
214
+ <http://uml/2#ElementImport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DirectedRelationship> .
215
+ <http://uml/2#EncapsulatedClassifier> <http://protege.stanford.edu/system#role> "abstract" .
216
+ <http://uml/2#EncapsulatedClassifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
217
+ <http://uml/2#EncapsulatedClassifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#StructuredClassifier> .
218
+ <http://uml/2#Enumeration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
219
+ <http://uml/2#Enumeration> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DataType> .
220
+ <http://uml/2#EnumerationLiteral> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
221
+ <http://uml/2#EnumerationLiteral> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#InstanceSpecification> .
222
+ <http://uml/2#EventOccurrence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
223
+ <http://uml/2#EventOccurrence> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#InteractionFragment> .
224
+ <http://uml/2#EventOccurrence> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#MessageEnd> .
225
+ <http://uml/2#ExceptionHandler> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
226
+ <http://uml/2#ExceptionHandler> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Element> .
227
+ <http://uml/2#ExecutableNode> <http://protege.stanford.edu/system#role> "abstract" .
228
+ <http://uml/2#ExecutableNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
229
+ <http://uml/2#ExecutableNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ActivityNode> .
230
+ <http://uml/2#ExecutionEnvironment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
231
+ <http://uml/2#ExecutionEnvironment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Node> .
232
+ <http://uml/2#ExecutionOccurrence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
233
+ <http://uml/2#ExecutionOccurrence> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#InteractionFragment> .
234
+ <http://uml/2#ExpansionKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
235
+ <http://uml/2#ExpansionKind> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#UML> .
236
+ <http://uml/2#ExpansionNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
237
+ <http://uml/2#ExpansionNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ObjectNode> .
238
+ <http://uml/2#ExpansionRegion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
239
+ <http://uml/2#ExpansionRegion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#StructuredActivityNode> .
240
+ <http://uml/2#Expression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
241
+ <http://uml/2#Expression> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#OpaqueExpression> .
242
+ <http://uml/2#Extend> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
243
+ <http://uml/2#Extend> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DirectedRelationship> .
244
+ <http://uml/2#Extend> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
245
+ <http://uml/2#Extension> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
246
+ <http://uml/2#Extension> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Association> .
247
+ <http://uml/2#ExtensionEnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
248
+ <http://uml/2#ExtensionEnd> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Property> .
249
+ <http://uml/2#ExtensionPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
250
+ <http://uml/2#ExtensionPoint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#RedefinableElement> .
251
+ <http://uml/2#Feature> <http://protege.stanford.edu/system#role> "abstract" .
252
+ <http://uml/2#Feature> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
253
+ <http://uml/2#Feature> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#RedefinableElement> .
254
+ <http://uml/2#FinalNode> <http://protege.stanford.edu/system#role> "abstract" .
255
+ <http://uml/2#FinalNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
256
+ <http://uml/2#FinalNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ControlNode> .
257
+ <http://uml/2#FinalState> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
258
+ <http://uml/2#FinalState> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#State> .
259
+ <http://uml/2#FlowFinalNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
260
+ <http://uml/2#FlowFinalNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#FinalNode> .
261
+ <http://uml/2#ForkNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
262
+ <http://uml/2#ForkNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ControlNode> .
263
+ <http://uml/2#Gate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
264
+ <http://uml/2#Gate> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#MessageEnd> .
265
+ <http://uml/2#GeneralOrdering> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
266
+ <http://uml/2#GeneralOrdering> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
267
+ <http://uml/2#Generalization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
268
+ <http://uml/2#Generalization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DirectedRelationship> .
269
+ <http://uml/2#GeneralizationSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
270
+ <http://uml/2#GeneralizationSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#PackageableElement> .
271
+ <http://uml/2#Implementation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
272
+ <http://uml/2#Implementation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Realization> .
273
+ <http://uml/2#Include> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
274
+ <http://uml/2#Include> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DirectedRelationship> .
275
+ <http://uml/2#Include> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
276
+ <http://uml/2#InformationFlow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
277
+ <http://uml/2#InformationFlow> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DirectedRelationship> .
278
+ <http://uml/2#InformationFlow> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#PackageableElement> .
279
+ <http://uml/2#InformationItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
280
+ <http://uml/2#InformationItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Classifier> .
281
+ <http://uml/2#InitialNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
282
+ <http://uml/2#InitialNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ControlNode> .
283
+ <http://uml/2#InputPin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
284
+ <http://uml/2#InputPin> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Pin> .
285
+ <http://uml/2#InstanceSpecification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
286
+ <http://uml/2#InstanceSpecification> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DeployedArtifact> .
287
+ <http://uml/2#InstanceSpecification> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DeploymentTarget> .
288
+ <http://uml/2#InstanceSpecification> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#PackageableElement> .
289
+ <http://uml/2#InstanceValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
290
+ <http://uml/2#InstanceValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ValueSpecification> .
291
+ <http://uml/2#Interaction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
292
+ <http://uml/2#Interaction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Behavior> .
293
+ <http://uml/2#Interaction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#InteractionFragment> .
294
+ <http://uml/2#InteractionConstraint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
295
+ <http://uml/2#InteractionConstraint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Constraint> .
296
+ <http://uml/2#InteractionFragment> <http://protege.stanford.edu/system#role> "abstract" .
297
+ <http://uml/2#InteractionFragment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
298
+ <http://uml/2#InteractionFragment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
299
+ <http://uml/2#InteractionOccurrence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
300
+ <http://uml/2#InteractionOccurrence> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#InteractionFragment> .
301
+ <http://uml/2#InteractionOperand> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
302
+ <http://uml/2#InteractionOperand> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#InteractionFragment> .
303
+ <http://uml/2#InteractionOperand> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Namespace> .
304
+ <http://uml/2#InteractionOperator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
305
+ <http://uml/2#InteractionOperator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#UML> .
306
+ <http://uml/2#Interface> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
307
+ <http://uml/2#Interface> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Classifier> .
308
+ <http://uml/2#InterruptibleActivityRegion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
309
+ <http://uml/2#InterruptibleActivityRegion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ActivityGroup> .
310
+ <http://uml/2#Interval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
311
+ <http://uml/2#Interval> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ValueSpecification> .
312
+ <http://uml/2#IntervalConstraint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
313
+ <http://uml/2#IntervalConstraint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Constraint> .
314
+ <http://uml/2#InvocationAction> <http://protege.stanford.edu/system#role> "abstract" .
315
+ <http://uml/2#InvocationAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
316
+ <http://uml/2#InvocationAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
317
+ <http://uml/2#JoinNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
318
+ <http://uml/2#JoinNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ControlNode> .
319
+ <http://uml/2#Lifeline> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
320
+ <http://uml/2#Lifeline> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
321
+ <http://uml/2#LinkAction> <http://protege.stanford.edu/system#role> "abstract" .
322
+ <http://uml/2#LinkAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
323
+ <http://uml/2#LinkAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
324
+ <http://uml/2#LinkEndCreationData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
325
+ <http://uml/2#LinkEndCreationData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#LinkEndData> .
326
+ <http://uml/2#LinkEndData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
327
+ <http://uml/2#LinkEndData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Element> .
328
+ <http://uml/2#LiteralBoolean> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
329
+ <http://uml/2#LiteralBoolean> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#LiteralSpecification> .
330
+ <http://uml/2#LiteralInteger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
331
+ <http://uml/2#LiteralInteger> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#LiteralSpecification> .
332
+ <http://uml/2#LiteralNull> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
333
+ <http://uml/2#LiteralNull> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#LiteralSpecification> .
334
+ <http://uml/2#LiteralSpecification> <http://protege.stanford.edu/system#role> "abstract" .
335
+ <http://uml/2#LiteralSpecification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
336
+ <http://uml/2#LiteralSpecification> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ValueSpecification> .
337
+ <http://uml/2#LiteralString> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
338
+ <http://uml/2#LiteralString> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#LiteralSpecification> .
339
+ <http://uml/2#LiteralUnlimitedNatural> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
340
+ <http://uml/2#LiteralUnlimitedNatural> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#LiteralSpecification> .
341
+ <http://uml/2#LoopNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
342
+ <http://uml/2#LoopNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#StructuredActivityNode> .
343
+ <http://uml/2#Manifestation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
344
+ <http://uml/2#Manifestation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Abstraction> .
345
+ <http://uml/2#MergeNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
346
+ <http://uml/2#MergeNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ControlNode> .
347
+ <http://uml/2#Message> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
348
+ <http://uml/2#Message> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
349
+ <http://uml/2#MessageEnd> <http://protege.stanford.edu/system#role> "abstract" .
350
+ <http://uml/2#MessageEnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
351
+ <http://uml/2#MessageEnd> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
352
+ <http://uml/2#MessageKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
353
+ <http://uml/2#MessageKind> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#UML> .
354
+ <http://uml/2#MessageSort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
355
+ <http://uml/2#MessageSort> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#UML> .
356
+ <http://uml/2#MessageTrigger> <http://protege.stanford.edu/system#role> "abstract" .
357
+ <http://uml/2#MessageTrigger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
358
+ <http://uml/2#MessageTrigger> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Trigger> .
359
+ <http://uml/2#Model> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
360
+ <http://uml/2#Model> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Package> .
361
+ <http://uml/2#MultiplicityElement> <http://protege.stanford.edu/system#role> "abstract" .
362
+ <http://uml/2#MultiplicityElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
363
+ <http://uml/2#MultiplicityElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Element> .
364
+ <http://uml/2#NamedElement> <http://protege.stanford.edu/system#role> "abstract" .
365
+ <http://uml/2#NamedElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
366
+ <http://uml/2#NamedElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#TemplateableElement> .
367
+ <http://uml/2#Namespace> <http://protege.stanford.edu/system#role> "abstract" .
368
+ <http://uml/2#Namespace> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
369
+ <http://uml/2#Namespace> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
370
+ <http://uml/2#Node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
371
+ <http://uml/2#Node> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Class> .
372
+ <http://uml/2#Node> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DeploymentTarget> .
373
+ <http://uml/2#ObjectFlow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
374
+ <http://uml/2#ObjectFlow> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ActivityEdge> .
375
+ <http://uml/2#ObjectNode> <http://protege.stanford.edu/system#role> "abstract" .
376
+ <http://uml/2#ObjectNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
377
+ <http://uml/2#ObjectNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ActivityNode> .
378
+ <http://uml/2#ObjectNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#TypedElement> .
379
+ <http://uml/2#ObjectNodeOrderingKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
380
+ <http://uml/2#ObjectNodeOrderingKind> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#UML> .
381
+ <http://uml/2#OpaqueExpression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
382
+ <http://uml/2#OpaqueExpression> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ValueSpecification> .
383
+ <http://uml/2#Operation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
384
+ <http://uml/2#Operation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#BehavioralFeature> .
385
+ <http://uml/2#Operation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#MultiplicityElement> .
386
+ <http://uml/2#Operation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ParameterableElement> .
387
+ <http://uml/2#Operation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#TypedElement> .
388
+ <http://uml/2#OperationTemplateParameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
389
+ <http://uml/2#OperationTemplateParameter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#TemplateParameter> .
390
+ <http://uml/2#OutputPin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
391
+ <http://uml/2#OutputPin> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Pin> .
392
+ <http://uml/2#Package> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
393
+ <http://uml/2#Package> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Namespace> .
394
+ <http://uml/2#Package> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#PackageableElement> .
395
+ <http://uml/2#PackageImport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
396
+ <http://uml/2#PackageImport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DirectedRelationship> .
397
+ <http://uml/2#PackageMerge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
398
+ <http://uml/2#PackageMerge> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DirectedRelationship> .
399
+ <http://uml/2#PackageableElement> <http://protege.stanford.edu/system#role> "abstract" .
400
+ <http://uml/2#PackageableElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
401
+ <http://uml/2#PackageableElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
402
+ <http://uml/2#PackageableElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ParameterableElement> .
403
+ <http://uml/2#Parameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
404
+ <http://uml/2#Parameter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ConnectableElement> .
405
+ <http://uml/2#Parameter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#MultiplicityElement> .
406
+ <http://uml/2#Parameter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#TypedElement> .
407
+ <http://uml/2#ParameterDirectionKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
408
+ <http://uml/2#ParameterDirectionKind> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#UML> .
409
+ <http://uml/2#ParameterEffectKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
410
+ <http://uml/2#ParameterEffectKind> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#UML> .
411
+ <http://uml/2#ParameterSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
412
+ <http://uml/2#ParameterSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
413
+ <http://uml/2#ParameterableClassifier> <http://protege.stanford.edu/system#role> "abstract" .
414
+ <http://uml/2#ParameterableClassifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
415
+ <http://uml/2#ParameterableClassifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Classifier> .
416
+ <http://uml/2#ParameterableElement> <http://protege.stanford.edu/system#role> "abstract" .
417
+ <http://uml/2#ParameterableElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
418
+ <http://uml/2#ParameterableElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Element> .
419
+ <http://uml/2#PartDecomposition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
420
+ <http://uml/2#PartDecomposition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#InteractionOccurrence> .
421
+ <http://uml/2#Permission> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
422
+ <http://uml/2#Permission> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Dependency> .
423
+ <http://uml/2#Pin> <http://protege.stanford.edu/system#role> "abstract" .
424
+ <http://uml/2#Pin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
425
+ <http://uml/2#Pin> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#MultiplicityElement> .
426
+ <http://uml/2#Pin> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ObjectNode> .
427
+ <http://uml/2#Port> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
428
+ <http://uml/2#Port> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Property> .
429
+ <http://uml/2#PrimitiveFunction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
430
+ <http://uml/2#PrimitiveFunction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#PackageableElement> .
431
+ <http://uml/2#PrimitiveType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
432
+ <http://uml/2#PrimitiveType> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DataType> .
433
+ <http://uml/2#Profile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
434
+ <http://uml/2#Profile> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Package> .
435
+ <http://uml/2#ProfileApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
436
+ <http://uml/2#ProfileApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#PackageImport> .
437
+ <http://uml/2#Property> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
438
+ <http://uml/2#Property> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ConnectableElement> .
439
+ <http://uml/2#Property> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DeploymentTarget> .
440
+ <http://uml/2#Property> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#StructuralFeature> .
441
+ <http://uml/2#ProtocolConformance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
442
+ <http://uml/2#ProtocolConformance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DirectedRelationship> .
443
+ <http://uml/2#ProtocolStateMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
444
+ <http://uml/2#ProtocolStateMachine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#StateMachine> .
445
+ <http://uml/2#ProtocolTransition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
446
+ <http://uml/2#ProtocolTransition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Transition> .
447
+ <http://uml/2#Pseudostate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
448
+ <http://uml/2#Pseudostate> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Vertex> .
449
+ <http://uml/2#PseudostateKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
450
+ <http://uml/2#PseudostateKind> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#UML> .
451
+ <http://uml/2#QualifierValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
452
+ <http://uml/2#QualifierValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Element> .
453
+ <http://uml/2#RaiseExceptionAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
454
+ <http://uml/2#RaiseExceptionAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
455
+ <http://uml/2#ReadExtentAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
456
+ <http://uml/2#ReadExtentAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
457
+ <http://uml/2#ReadIsClassifiedObjectAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
458
+ <http://uml/2#ReadIsClassifiedObjectAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
459
+ <http://uml/2#ReadLinkAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
460
+ <http://uml/2#ReadLinkAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#LinkAction> .
461
+ <http://uml/2#ReadLinkObjectEndAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
462
+ <http://uml/2#ReadLinkObjectEndAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
463
+ <http://uml/2#ReadLinkObjectEndQualifierAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
464
+ <http://uml/2#ReadLinkObjectEndQualifierAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
465
+ <http://uml/2#ReadSelfAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
466
+ <http://uml/2#ReadSelfAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
467
+ <http://uml/2#ReadStructuralFeatureAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
468
+ <http://uml/2#ReadStructuralFeatureAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#StructuralFeatureAction> .
469
+ <http://uml/2#ReadVariableAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
470
+ <http://uml/2#ReadVariableAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#VariableAction> .
471
+ <http://uml/2#Realization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
472
+ <http://uml/2#Realization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Abstraction> .
473
+ <http://uml/2#Reception> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
474
+ <http://uml/2#Reception> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#BehavioralFeature> .
475
+ <http://uml/2#ReclassifyObjectAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
476
+ <http://uml/2#ReclassifyObjectAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
477
+ <http://uml/2#RedefinableElement> <http://protege.stanford.edu/system#role> "abstract" .
478
+ <http://uml/2#RedefinableElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
479
+ <http://uml/2#RedefinableElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
480
+ <http://uml/2#RedefinableTemplateSignature> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
481
+ <http://uml/2#RedefinableTemplateSignature> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#RedefinableElement> .
482
+ <http://uml/2#RedefinableTemplateSignature> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#TemplateSignature> .
483
+ <http://uml/2#Region> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
484
+ <http://uml/2#Region> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Namespace> .
485
+ <http://uml/2#Region> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#RedefinableElement> .
486
+ <http://uml/2#Relationship> <http://protege.stanford.edu/system#role> "abstract" .
487
+ <http://uml/2#Relationship> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
488
+ <http://uml/2#Relationship> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Element> .
489
+ <http://uml/2#RemoveStructuralFeatureValueAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
490
+ <http://uml/2#RemoveStructuralFeatureValueAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#WriteStructuralFeatureAction> .
491
+ <http://uml/2#RemoveVariableValueAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
492
+ <http://uml/2#RemoveVariableValueAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#WriteVariableAction> .
493
+ <http://uml/2#ReplyAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
494
+ <http://uml/2#ReplyAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
495
+ <http://uml/2#SendObjectAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
496
+ <http://uml/2#SendObjectAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#InvocationAction> .
497
+ <http://uml/2#SendSignalAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
498
+ <http://uml/2#SendSignalAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#InvocationAction> .
499
+ <http://uml/2#Signal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
500
+ <http://uml/2#Signal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Classifier> .
501
+ <http://uml/2#SignalTrigger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
502
+ <http://uml/2#SignalTrigger> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#MessageTrigger> .
503
+ <http://uml/2#Slot> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
504
+ <http://uml/2#Slot> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Element> .
505
+ <http://uml/2#StartOwnedBehaviorAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
506
+ <http://uml/2#StartOwnedBehaviorAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
507
+ <http://uml/2#State> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
508
+ <http://uml/2#State> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Namespace> .
509
+ <http://uml/2#State> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#RedefinableElement> .
510
+ <http://uml/2#State> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Vertex> .
511
+ <http://uml/2#StateInvariant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
512
+ <http://uml/2#StateInvariant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#InteractionFragment> .
513
+ <http://uml/2#StateMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
514
+ <http://uml/2#StateMachine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Behavior> .
515
+ <http://uml/2#Stereotype> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
516
+ <http://uml/2#Stereotype> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Class> .
517
+ <http://uml/2#Stop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
518
+ <http://uml/2#Stop> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#EventOccurrence> .
519
+ <http://uml/2#StringExpression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
520
+ <http://uml/2#StringExpression> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#TemplateableElement> .
521
+ <http://uml/2#StructuralFeature> <http://protege.stanford.edu/system#role> "abstract" .
522
+ <http://uml/2#StructuralFeature> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
523
+ <http://uml/2#StructuralFeature> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Feature> .
524
+ <http://uml/2#StructuralFeature> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#MultiplicityElement> .
525
+ <http://uml/2#StructuralFeature> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#TypedElement> .
526
+ <http://uml/2#StructuralFeatureAction> <http://protege.stanford.edu/system#role> "abstract" .
527
+ <http://uml/2#StructuralFeatureAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
528
+ <http://uml/2#StructuralFeatureAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
529
+ <http://uml/2#StructuredActivityNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
530
+ <http://uml/2#StructuredActivityNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
531
+ <http://uml/2#StructuredActivityNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ActivityGroup> .
532
+ <http://uml/2#StructuredActivityNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Namespace> .
533
+ <http://uml/2#StructuredClassifier> <http://protege.stanford.edu/system#role> "abstract" .
534
+ <http://uml/2#StructuredClassifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
535
+ <http://uml/2#StructuredClassifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Classifier> .
536
+ <http://uml/2#Substitution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
537
+ <http://uml/2#Substitution> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Realization> .
538
+ <http://uml/2#TemplateBinding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
539
+ <http://uml/2#TemplateBinding> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#DirectedRelationship> .
540
+ <http://uml/2#TemplateParameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
541
+ <http://uml/2#TemplateParameter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Element> .
542
+ <http://uml/2#TemplateParameterSubstitution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
543
+ <http://uml/2#TemplateParameterSubstitution> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Element> .
544
+ <http://uml/2#TemplateSignature> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
545
+ <http://uml/2#TemplateSignature> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Element> .
546
+ <http://uml/2#TemplateableClassifier> <http://protege.stanford.edu/system#role> "abstract" .
547
+ <http://uml/2#TemplateableClassifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
548
+ <http://uml/2#TemplateableClassifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Classifier> .
549
+ <http://uml/2#TemplateableElement> <http://protege.stanford.edu/system#role> "abstract" .
550
+ <http://uml/2#TemplateableElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
551
+ <http://uml/2#TemplateableElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Element> .
552
+ <http://uml/2#TestIdentityAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
553
+ <http://uml/2#TestIdentityAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
554
+ <http://uml/2#TimeConstraint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
555
+ <http://uml/2#TimeConstraint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#IntervalConstraint> .
556
+ <http://uml/2#TimeExpression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
557
+ <http://uml/2#TimeExpression> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ValueSpecification> .
558
+ <http://uml/2#TimeInterval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
559
+ <http://uml/2#TimeInterval> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Interval> .
560
+ <http://uml/2#TimeObservationAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
561
+ <http://uml/2#TimeObservationAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#WriteStructuralFeatureAction> .
562
+ <http://uml/2#TimeTrigger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
563
+ <http://uml/2#TimeTrigger> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Trigger> .
564
+ <http://uml/2#Transition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
565
+ <http://uml/2#Transition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#RedefinableElement> .
566
+ <http://uml/2#TransitionKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
567
+ <http://uml/2#TransitionKind> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#UML> .
568
+ <http://uml/2#Trigger> <http://protege.stanford.edu/system#role> "abstract" .
569
+ <http://uml/2#Trigger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
570
+ <http://uml/2#Trigger> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
571
+ <http://uml/2#Type> <http://protege.stanford.edu/system#role> "abstract" .
572
+ <http://uml/2#Type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
573
+ <http://uml/2#Type> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#PackageableElement> .
574
+ <http://uml/2#TypedElement> <http://protege.stanford.edu/system#role> "abstract" .
575
+ <http://uml/2#TypedElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
576
+ <http://uml/2#TypedElement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
577
+ <http://uml/2#UML> <http://protege.stanford.edu/system#role> "abstract" .
578
+ <http://uml/2#UML> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
579
+ <http://uml/2#UML> <http://www.w3.org/2000/01/rdf-schema#label> "UML" .
580
+ <http://uml/2#UML> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2000/01/rdf-schema#Resource> .
581
+ <http://uml/2#Usage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
582
+ <http://uml/2#Usage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Dependency> .
583
+ <http://uml/2#UseCase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
584
+ <http://uml/2#UseCase> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#BehavioredClassifier> .
585
+ <http://uml/2#ValuePin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
586
+ <http://uml/2#ValuePin> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#InputPin> .
587
+ <http://uml/2#ValueSpecification> <http://protege.stanford.edu/system#role> "abstract" .
588
+ <http://uml/2#ValueSpecification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
589
+ <http://uml/2#ValueSpecification> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ParameterableElement> .
590
+ <http://uml/2#ValueSpecification> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#TypedElement> .
591
+ <http://uml/2#Variable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
592
+ <http://uml/2#Variable> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#ConnectableElement> .
593
+ <http://uml/2#Variable> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#MultiplicityElement> .
594
+ <http://uml/2#Variable> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#TypedElement> .
595
+ <http://uml/2#VariableAction> <http://protege.stanford.edu/system#role> "abstract" .
596
+ <http://uml/2#VariableAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
597
+ <http://uml/2#VariableAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#Action> .
598
+ <http://uml/2#Vertex> <http://protege.stanford.edu/system#role> "abstract" .
599
+ <http://uml/2#Vertex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
600
+ <http://uml/2#Vertex> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#NamedElement> .
601
+ <http://uml/2#VisibilityKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
602
+ <http://uml/2#VisibilityKind> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#UML> .
603
+ <http://uml/2#WriteLinkAction> <http://protege.stanford.edu/system#role> "abstract" .
604
+ <http://uml/2#WriteLinkAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
605
+ <http://uml/2#WriteLinkAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#LinkAction> .
606
+ <http://uml/2#WriteStructuralFeatureAction> <http://protege.stanford.edu/system#role> "abstract" .
607
+ <http://uml/2#WriteStructuralFeatureAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
608
+ <http://uml/2#WriteStructuralFeatureAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#StructuralFeatureAction> .
609
+ <http://uml/2#WriteVariableAction> <http://protege.stanford.edu/system#role> "abstract" .
610
+ <http://uml/2#WriteVariableAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
611
+ <http://uml/2#WriteVariableAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://uml/2#VariableAction> .
612
+ <http://uml/2#abstraction> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#realization> .
613
+ <http://uml/2#abstraction> <http://protege.stanford.edu/system#maxCardinality> "1" .
614
+ <http://uml/2#abstraction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
615
+ <http://uml/2#abstraction> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Realization> .
616
+ <http://uml/2#abstraction> <http://www.w3.org/2000/01/rdf-schema#label> "abstraction" .
617
+ <http://uml/2#abstraction> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Component> .
618
+ <http://uml/2#action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
619
+ <http://uml/2#action> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Activity> .
620
+ <http://uml/2#action> <http://www.w3.org/2000/01/rdf-schema#label> "action" .
621
+ <http://uml/2#action> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Action> .
622
+ <http://uml/2#activity> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#edge> .
623
+ <http://uml/2#activity> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#group> .
624
+ <http://uml/2#activity> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#node> .
625
+ <http://uml/2#activity> <http://protege.stanford.edu/system#maxCardinality> "1" .
626
+ <http://uml/2#activity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
627
+ <http://uml/2#activity> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityEdge> .
628
+ <http://uml/2#activity> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityGroup> .
629
+ <http://uml/2#activity> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityNode> .
630
+ <http://uml/2#activity> <http://www.w3.org/2000/01/rdf-schema#label> "activity" .
631
+ <http://uml/2#activity> <http://www.w3.org/2000/01/rdf-schema#label> "activityGroup_activity" .
632
+ <http://uml/2#activity> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Activity> .
633
+ <http://uml/2#actual> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
634
+ <http://uml/2#actual> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateParameterSubstitution> .
635
+ <http://uml/2#actual> <http://www.w3.org/2000/01/rdf-schema#label> "actual" .
636
+ <http://uml/2#actual> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ParameterableElement> .
637
+ <http://uml/2#actualGate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
638
+ <http://uml/2#actualGate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InteractionOccurrence> .
639
+ <http://uml/2#actualGate> <http://www.w3.org/2000/01/rdf-schema#label> "actualGate" .
640
+ <http://uml/2#actualGate> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Gate> .
641
+ <http://uml/2#addition> <http://protege.stanford.edu/system#maxCardinality> "1" .
642
+ <http://uml/2#addition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
643
+ <http://uml/2#addition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Include> .
644
+ <http://uml/2#addition> <http://www.w3.org/2000/01/rdf-schema#label> "addition" .
645
+ <http://uml/2#addition> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#UseCase> .
646
+ <http://uml/2#after> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#toBefore> .
647
+ <http://uml/2#after> <http://protege.stanford.edu/system#maxCardinality> "1" .
648
+ <http://uml/2#after> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
649
+ <http://uml/2#after> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#GeneralOrdering> .
650
+ <http://uml/2#after> <http://www.w3.org/2000/01/rdf-schema#label> "after" .
651
+ <http://uml/2#after> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#EventOccurrence> .
652
+ <http://uml/2#aggregation> <http://protege.stanford.edu/system#maxCardinality> "1" .
653
+ <http://uml/2#aggregation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
654
+ <http://uml/2#aggregation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Property> .
655
+ <http://uml/2#aggregation> <http://www.w3.org/2000/01/rdf-schema#label> "aggregation" .
656
+ <http://uml/2#aggregation> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#AggregationKind> .
657
+ <http://uml/2#aggregationKind_composite> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#AggregationKind> .
658
+ <http://uml/2#aggregationKind_none> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#AggregationKind> .
659
+ <http://uml/2#aggregationKind_shared> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#AggregationKind> .
660
+ <http://uml/2#alias> <http://protege.stanford.edu/system#maxCardinality> "1" .
661
+ <http://uml/2#alias> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
662
+ <http://uml/2#alias> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ElementImport> .
663
+ <http://uml/2#alias> <http://www.w3.org/2000/01/rdf-schema#label> "alias" .
664
+ <http://uml/2#alias> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
665
+ <http://uml/2#allowSubstitutable> <http://protege.stanford.edu/system#maxCardinality> "1" .
666
+ <http://uml/2#allowSubstitutable> <http://protege.stanford.edu/system#range> "boolean" .
667
+ <http://uml/2#allowSubstitutable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
668
+ <http://uml/2#allowSubstitutable> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ClassifierTemplateParameter> .
669
+ <http://uml/2#allowSubstitutable> <http://www.w3.org/2000/01/rdf-schema#label> "allowSubstitutable" .
670
+ <http://uml/2#allowSubstitutable> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
671
+ <http://uml/2#annotatedElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
672
+ <http://uml/2#annotatedElement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Comment> .
673
+ <http://uml/2#annotatedElement> <http://www.w3.org/2000/01/rdf-schema#label> "annotatedElement" .
674
+ <http://uml/2#annotatedElement> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Element> .
675
+ <http://uml/2#appliedProfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
676
+ <http://uml/2#appliedProfile> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Package> .
677
+ <http://uml/2#appliedProfile> <http://www.w3.org/2000/01/rdf-schema#label> "appliedProfile" .
678
+ <http://uml/2#appliedProfile> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ProfileApplication> .
679
+ <http://uml/2#appliedStereotype> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
680
+ <http://uml/2#appliedStereotype> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Element> .
681
+ <http://uml/2#appliedStereotype> <http://www.w3.org/2000/01/rdf-schema#label> "appliedStereotype" .
682
+ <http://uml/2#appliedStereotype> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Stereotype> .
683
+ <http://uml/2#argument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
684
+ <http://uml/2#argument> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ApplyFunctionAction> .
685
+ <http://uml/2#argument> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InteractionOccurrence> .
686
+ <http://uml/2#argument> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InvocationAction> .
687
+ <http://uml/2#argument> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Message> .
688
+ <http://uml/2#argument> <http://www.w3.org/2000/01/rdf-schema#label> "argument" .
689
+ <http://uml/2#argument> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InputPin> .
690
+ <http://uml/2#argument> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
691
+ <http://uml/2#association> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#memberEnd> .
692
+ <http://uml/2#association> <http://protege.stanford.edu/system#maxCardinality> "1" .
693
+ <http://uml/2#association> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
694
+ <http://uml/2#association> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ClearAssociationAction> .
695
+ <http://uml/2#association> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Property> .
696
+ <http://uml/2#association> <http://www.w3.org/2000/01/rdf-schema#label> "association" .
697
+ <http://uml/2#association> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Association> .
698
+ <http://uml/2#associationEnd> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#qualifier> .
699
+ <http://uml/2#associationEnd> <http://protege.stanford.edu/system#maxCardinality> "1" .
700
+ <http://uml/2#associationEnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
701
+ <http://uml/2#associationEnd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Property> .
702
+ <http://uml/2#associationEnd> <http://www.w3.org/2000/01/rdf-schema#label> "associationEnd" .
703
+ <http://uml/2#associationEnd> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Property> .
704
+ <http://uml/2#before> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#toAfter> .
705
+ <http://uml/2#before> <http://protege.stanford.edu/system#maxCardinality> "1" .
706
+ <http://uml/2#before> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
707
+ <http://uml/2#before> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#GeneralOrdering> .
708
+ <http://uml/2#before> <http://www.w3.org/2000/01/rdf-schema#label> "before" .
709
+ <http://uml/2#before> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#EventOccurrence> .
710
+ <http://uml/2#behavior> <http://protege.stanford.edu/system#maxCardinality> "1" .
711
+ <http://uml/2#behavior> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
712
+ <http://uml/2#behavior> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#CallBehaviorAction> .
713
+ <http://uml/2#behavior> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ExecutionOccurrence> .
714
+ <http://uml/2#behavior> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#OpaqueExpression> .
715
+ <http://uml/2#behavior> <http://www.w3.org/2000/01/rdf-schema#label> "behavior" .
716
+ <http://uml/2#behavior> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Behavior> .
717
+ <http://uml/2#body> <http://protege.stanford.edu/system#maxCardinality> "1" .
718
+ <http://uml/2#body> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
719
+ <http://uml/2#body> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Activity> .
720
+ <http://uml/2#body> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Clause> .
721
+ <http://uml/2#body> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Comment> .
722
+ <http://uml/2#body> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#OpaqueExpression> .
723
+ <http://uml/2#body> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#PrimitiveFunction> .
724
+ <http://uml/2#body> <http://www.w3.org/2000/01/rdf-schema#label> "body" .
725
+ <http://uml/2#body> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityNode> .
726
+ <http://uml/2#body> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
727
+ <http://uml/2#bodyCondition> <http://protege.stanford.edu/system#maxCardinality> "1" .
728
+ <http://uml/2#bodyCondition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
729
+ <http://uml/2#bodyCondition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Operation> .
730
+ <http://uml/2#bodyCondition> <http://www.w3.org/2000/01/rdf-schema#label> "bodyCondition" .
731
+ <http://uml/2#bodyCondition> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Constraint> .
732
+ <http://uml/2#bodyExpression> <http://protege.stanford.edu/system#maxCardinality> "1" .
733
+ <http://uml/2#bodyExpression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
734
+ <http://uml/2#bodyExpression> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Comment> .
735
+ <http://uml/2#bodyExpression> <http://www.w3.org/2000/01/rdf-schema#label> "bodyExpression" .
736
+ <http://uml/2#bodyExpression> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#StringExpression> .
737
+ <http://uml/2#bodyOutput> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
738
+ <http://uml/2#bodyOutput> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Clause> .
739
+ <http://uml/2#bodyOutput> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LoopNode> .
740
+ <http://uml/2#bodyOutput> <http://www.w3.org/2000/01/rdf-schema#label> "bodyOutput" .
741
+ <http://uml/2#bodyOutput> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#OutputPin> .
742
+ <http://uml/2#bodyPart> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
743
+ <http://uml/2#bodyPart> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LoopNode> .
744
+ <http://uml/2#bodyPart> <http://www.w3.org/2000/01/rdf-schema#label> "bodyPart" .
745
+ <http://uml/2#bodyPart> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityNode> .
746
+ <http://uml/2#boundElement> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#templateBinding> .
747
+ <http://uml/2#boundElement> <http://protege.stanford.edu/system#maxCardinality> "1" .
748
+ <http://uml/2#boundElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
749
+ <http://uml/2#boundElement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateBinding> .
750
+ <http://uml/2#boundElement> <http://www.w3.org/2000/01/rdf-schema#label> "boundElement" .
751
+ <http://uml/2#boundElement> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#TemplateableElement> .
752
+ <http://uml/2#callConcurrencyKind_concurrent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#CallConcurrencyKind> .
753
+ <http://uml/2#callConcurrencyKind_guarded> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#CallConcurrencyKind> .
754
+ <http://uml/2#callConcurrencyKind_sequential> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#CallConcurrencyKind> .
755
+ <http://uml/2#cfragmentGate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
756
+ <http://uml/2#cfragmentGate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#CombinedFragment> .
757
+ <http://uml/2#cfragmentGate> <http://www.w3.org/2000/01/rdf-schema#label> "cfragmentGate" .
758
+ <http://uml/2#cfragmentGate> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Gate> .
759
+ <http://uml/2#changeExpression> <http://protege.stanford.edu/system#maxCardinality> "1" .
760
+ <http://uml/2#changeExpression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
761
+ <http://uml/2#changeExpression> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ChangeTrigger> .
762
+ <http://uml/2#changeExpression> <http://www.w3.org/2000/01/rdf-schema#label> "changeExpression" .
763
+ <http://uml/2#changeExpression> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
764
+ <http://uml/2#class> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#ownedOperation> .
765
+ <http://uml/2#class> <http://protege.stanford.edu/system#maxCardinality> "1" .
766
+ <http://uml/2#class> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
767
+ <http://uml/2#class> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Operation> .
768
+ <http://uml/2#class> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Property> .
769
+ <http://uml/2#class> <http://www.w3.org/2000/01/rdf-schema#label> "class_" .
770
+ <http://uml/2#class> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Class> .
771
+ <http://uml/2#classifier> <http://protege.stanford.edu/system#maxCardinality> "1" .
772
+ <http://uml/2#classifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
773
+ <http://uml/2#classifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#CreateObjectAction> .
774
+ <http://uml/2#classifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InstanceSpecification> .
775
+ <http://uml/2#classifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadExtentAction> .
776
+ <http://uml/2#classifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadIsClassifiedObjectAction> .
777
+ <http://uml/2#classifier> <http://www.w3.org/2000/01/rdf-schema#label> "classifier" .
778
+ <http://uml/2#classifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Classifier> .
779
+ <http://uml/2#classifierBehavior> <http://protege.stanford.edu/system#maxCardinality> "1" .
780
+ <http://uml/2#classifierBehavior> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
781
+ <http://uml/2#classifierBehavior> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#BehavioredClassifier> .
782
+ <http://uml/2#classifierBehavior> <http://www.w3.org/2000/01/rdf-schema#label> "classifierBehavior" .
783
+ <http://uml/2#classifierBehavior> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Behavior> .
784
+ <http://uml/2#clause> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
785
+ <http://uml/2#clause> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ConditionalNode> .
786
+ <http://uml/2#clause> <http://www.w3.org/2000/01/rdf-schema#label> "clause" .
787
+ <http://uml/2#clause> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Clause> .
788
+ <http://uml/2#client> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#clientDependency> .
789
+ <http://uml/2#client> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
790
+ <http://uml/2#client> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Dependency> .
791
+ <http://uml/2#client> <http://www.w3.org/2000/01/rdf-schema#label> "client" .
792
+ <http://uml/2#client> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#NamedElement> .
793
+ <http://uml/2#clientDependency> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#client> .
794
+ <http://uml/2#clientDependency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
795
+ <http://uml/2#clientDependency> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#NamedElement> .
796
+ <http://uml/2#clientDependency> <http://www.w3.org/2000/01/rdf-schema#label> "clientDependency" .
797
+ <http://uml/2#clientDependency> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Dependency> .
798
+ <http://uml/2#collaborationRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
799
+ <http://uml/2#collaborationRole> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Collaboration> .
800
+ <http://uml/2#collaborationRole> <http://www.w3.org/2000/01/rdf-schema#label> "collaborationRole" .
801
+ <http://uml/2#collaborationRole> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ConnectableElement> .
802
+ <http://uml/2#concurrency> <http://protege.stanford.edu/system#maxCardinality> "1" .
803
+ <http://uml/2#concurrency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
804
+ <http://uml/2#concurrency> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#BehavioralFeature> .
805
+ <http://uml/2#concurrency> <http://www.w3.org/2000/01/rdf-schema#label> "concurrency" .
806
+ <http://uml/2#concurrency> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#CallConcurrencyKind> .
807
+ <http://uml/2#condition> <http://protege.stanford.edu/system#maxCardinality> "1" .
808
+ <http://uml/2#condition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
809
+ <http://uml/2#condition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Extend> .
810
+ <http://uml/2#condition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ParameterSet> .
811
+ <http://uml/2#condition> <http://www.w3.org/2000/01/rdf-schema#label> "condition" .
812
+ <http://uml/2#condition> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Constraint> .
813
+ <http://uml/2#configuration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
814
+ <http://uml/2#configuration> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Deployment> .
815
+ <http://uml/2#configuration> <http://www.w3.org/2000/01/rdf-schema#label> "configuration" .
816
+ <http://uml/2#configuration> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#DeploymentSpecification> .
817
+ <http://uml/2#conformance> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#specificMachine> .
818
+ <http://uml/2#conformance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
819
+ <http://uml/2#conformance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ProtocolStateMachine> .
820
+ <http://uml/2#conformance> <http://www.w3.org/2000/01/rdf-schema#label> "conformance" .
821
+ <http://uml/2#conformance> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ProtocolConformance> .
822
+ <http://uml/2#connection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
823
+ <http://uml/2#connection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#State> .
824
+ <http://uml/2#connection> <http://www.w3.org/2000/01/rdf-schema#label> "connection" .
825
+ <http://uml/2#connection> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ConnectionPointReference> .
826
+ <http://uml/2#connectionPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
827
+ <http://uml/2#connectionPoint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StateMachine> .
828
+ <http://uml/2#connectionPoint> <http://www.w3.org/2000/01/rdf-schema#label> "connectionPoint" .
829
+ <http://uml/2#connectionPoint> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Pseudostate> .
830
+ <http://uml/2#connector> <http://protege.stanford.edu/system#maxCardinality> "1" .
831
+ <http://uml/2#connector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
832
+ <http://uml/2#connector> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Message> .
833
+ <http://uml/2#connector> <http://www.w3.org/2000/01/rdf-schema#label> "connector" .
834
+ <http://uml/2#connector> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Connector> .
835
+ <http://uml/2#connectorKind_assembly> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ConnectorKind> .
836
+ <http://uml/2#connectorKind_delegation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ConnectorKind> .
837
+ <http://uml/2#constrainedElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
838
+ <http://uml/2#constrainedElement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Constraint> .
839
+ <http://uml/2#constrainedElement> <http://www.w3.org/2000/01/rdf-schema#label> "constrainedElement" .
840
+ <http://uml/2#constrainedElement> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Element> .
841
+ <http://uml/2#containedEdge> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#inPartition> .
842
+ <http://uml/2#containedEdge> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#inStructuredNode> .
843
+ <http://uml/2#containedEdge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
844
+ <http://uml/2#containedEdge> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityPartition> .
845
+ <http://uml/2#containedEdge> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StructuredActivityNode> .
846
+ <http://uml/2#containedEdge> <http://www.w3.org/2000/01/rdf-schema#label> "containedEdge" .
847
+ <http://uml/2#containedEdge> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityEdge> .
848
+ <http://uml/2#containedNode> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#inInterruptibleRegion> .
849
+ <http://uml/2#containedNode> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#inPartition> .
850
+ <http://uml/2#containedNode> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#inStructuredNode> .
851
+ <http://uml/2#containedNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
852
+ <http://uml/2#containedNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityPartition> .
853
+ <http://uml/2#containedNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InterruptibleActivityRegion> .
854
+ <http://uml/2#containedNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StructuredActivityNode> .
855
+ <http://uml/2#containedNode> <http://www.w3.org/2000/01/rdf-schema#label> "containedNode" .
856
+ <http://uml/2#containedNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityNode> .
857
+ <http://uml/2#container> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#subvertex> .
858
+ <http://uml/2#container> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#transition> .
859
+ <http://uml/2#container> <http://protege.stanford.edu/system#maxCardinality> "1" .
860
+ <http://uml/2#container> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
861
+ <http://uml/2#container> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Transition> .
862
+ <http://uml/2#container> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Vertex> .
863
+ <http://uml/2#container> <http://www.w3.org/2000/01/rdf-schema#label> "container" .
864
+ <http://uml/2#container> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Region> .
865
+ <http://uml/2#context> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#ownedBehavior> .
866
+ <http://uml/2#context> <http://protege.stanford.edu/system#maxCardinality> "1" .
867
+ <http://uml/2#context> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
868
+ <http://uml/2#context> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Behavior> .
869
+ <http://uml/2#context> <http://www.w3.org/2000/01/rdf-schema#label> "context" .
870
+ <http://uml/2#context> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#BehavioredClassifier> .
871
+ <http://uml/2#contract> <http://protege.stanford.edu/system#maxCardinality> "1" .
872
+ <http://uml/2#contract> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
873
+ <http://uml/2#contract> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Connector> .
874
+ <http://uml/2#contract> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Implementation> .
875
+ <http://uml/2#contract> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Substitution> .
876
+ <http://uml/2#contract> <http://www.w3.org/2000/01/rdf-schema#label> "contract" .
877
+ <http://uml/2#contract> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Behavior> .
878
+ <http://uml/2#contract> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Classifier> .
879
+ <http://uml/2#contract> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Interface> .
880
+ <http://uml/2#conveyed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
881
+ <http://uml/2#conveyed> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InformationFlow> .
882
+ <http://uml/2#conveyed> <http://www.w3.org/2000/01/rdf-schema#label> "conveyed" .
883
+ <http://uml/2#conveyed> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Classifier> .
884
+ <http://uml/2#covered> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#coveredBy> .
885
+ <http://uml/2#covered> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
886
+ <http://uml/2#covered> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InteractionFragment> .
887
+ <http://uml/2#covered> <http://www.w3.org/2000/01/rdf-schema#label> "covered" .
888
+ <http://uml/2#covered> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Lifeline> .
889
+ <http://uml/2#coveredBy> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#covered> .
890
+ <http://uml/2#coveredBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
891
+ <http://uml/2#coveredBy> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Lifeline> .
892
+ <http://uml/2#coveredBy> <http://www.w3.org/2000/01/rdf-schema#label> "coveredBy" .
893
+ <http://uml/2#coveredBy> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InteractionFragment> .
894
+ <http://uml/2#datatype> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#ownedAttribute> .
895
+ <http://uml/2#datatype> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#ownedOperation> .
896
+ <http://uml/2#datatype> <http://protege.stanford.edu/system#maxCardinality> "1" .
897
+ <http://uml/2#datatype> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
898
+ <http://uml/2#datatype> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Operation> .
899
+ <http://uml/2#datatype> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Property> .
900
+ <http://uml/2#datatype> <http://www.w3.org/2000/01/rdf-schema#label> "datatype" .
901
+ <http://uml/2#datatype> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#DataType> .
902
+ <http://uml/2#decider> <http://protege.stanford.edu/system#maxCardinality> "1" .
903
+ <http://uml/2#decider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
904
+ <http://uml/2#decider> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Clause> .
905
+ <http://uml/2#decider> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LoopNode> .
906
+ <http://uml/2#decider> <http://www.w3.org/2000/01/rdf-schema#label> "decider" .
907
+ <http://uml/2#decider> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#OutputPin> .
908
+ <http://uml/2#decisionInput> <http://protege.stanford.edu/system#maxCardinality> "1" .
909
+ <http://uml/2#decisionInput> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
910
+ <http://uml/2#decisionInput> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#DecisionNode> .
911
+ <http://uml/2#decisionInput> <http://www.w3.org/2000/01/rdf-schema#label> "decisionInput" .
912
+ <http://uml/2#decisionInput> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Behavior> .
913
+ <http://uml/2#decomposedAs> <http://protege.stanford.edu/system#maxCardinality> "1" .
914
+ <http://uml/2#decomposedAs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
915
+ <http://uml/2#decomposedAs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Lifeline> .
916
+ <http://uml/2#decomposedAs> <http://www.w3.org/2000/01/rdf-schema#label> "decomposedAs" .
917
+ <http://uml/2#decomposedAs> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#PartDecomposition> .
918
+ <http://uml/2#default> <http://protege.stanford.edu/system#maxCardinality> "1" .
919
+ <http://uml/2#default> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
920
+ <http://uml/2#default> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateParameter> .
921
+ <http://uml/2#default> <http://www.w3.org/2000/01/rdf-schema#label> "default" .
922
+ <http://uml/2#default> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ParameterableElement> .
923
+ <http://uml/2#defaultValue> <http://protege.stanford.edu/system#maxCardinality> "1" .
924
+ <http://uml/2#defaultValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
925
+ <http://uml/2#defaultValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Parameter> .
926
+ <http://uml/2#defaultValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Property> .
927
+ <http://uml/2#defaultValue> <http://www.w3.org/2000/01/rdf-schema#label> "defaultValue" .
928
+ <http://uml/2#defaultValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
929
+ <http://uml/2#deferrableTrigger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
930
+ <http://uml/2#deferrableTrigger> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#State> .
931
+ <http://uml/2#deferrableTrigger> <http://www.w3.org/2000/01/rdf-schema#label> "deferrableTrigger" .
932
+ <http://uml/2#deferrableTrigger> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Trigger> .
933
+ <http://uml/2#definingFeature> <http://protege.stanford.edu/system#maxCardinality> "1" .
934
+ <http://uml/2#definingFeature> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
935
+ <http://uml/2#definingFeature> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Slot> .
936
+ <http://uml/2#definingFeature> <http://www.w3.org/2000/01/rdf-schema#label> "definingFeature" .
937
+ <http://uml/2#definingFeature> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#StructuralFeature> .
938
+ <http://uml/2#deployedArtifact> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
939
+ <http://uml/2#deployedArtifact> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Deployment> .
940
+ <http://uml/2#deployedArtifact> <http://www.w3.org/2000/01/rdf-schema#label> "deployedArtifact" .
941
+ <http://uml/2#deployedArtifact> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#DeployedArtifact> .
942
+ <http://uml/2#deployment> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#location> .
943
+ <http://uml/2#deployment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
944
+ <http://uml/2#deployment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#DeploymentTarget> .
945
+ <http://uml/2#deployment> <http://www.w3.org/2000/01/rdf-schema#label> "deployment" .
946
+ <http://uml/2#deployment> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Deployment> .
947
+ <http://uml/2#deploymentLocation> <http://protege.stanford.edu/system#maxCardinality> "1" .
948
+ <http://uml/2#deploymentLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
949
+ <http://uml/2#deploymentLocation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#DeploymentSpecification> .
950
+ <http://uml/2#deploymentLocation> <http://www.w3.org/2000/01/rdf-schema#label> "deploymentLocation" .
951
+ <http://uml/2#deploymentLocation> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
952
+ <http://uml/2#direction> <http://protege.stanford.edu/system#maxCardinality> "1" .
953
+ <http://uml/2#direction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
954
+ <http://uml/2#direction> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Parameter> .
955
+ <http://uml/2#direction> <http://www.w3.org/2000/01/rdf-schema#label> "direction" .
956
+ <http://uml/2#direction> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ParameterDirectionKind> .
957
+ <http://uml/2#doActivity> <http://protege.stanford.edu/system#maxCardinality> "1" .
958
+ <http://uml/2#doActivity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
959
+ <http://uml/2#doActivity> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#State> .
960
+ <http://uml/2#doActivity> <http://www.w3.org/2000/01/rdf-schema#label> "doActivity" .
961
+ <http://uml/2#doActivity> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Activity> .
962
+ <http://uml/2#duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
963
+ <http://uml/2#duration> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#DurationObservationAction> .
964
+ <http://uml/2#duration> <http://www.w3.org/2000/01/rdf-schema#label> "duration" .
965
+ <http://uml/2#duration> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Duration> .
966
+ <http://uml/2#edge> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#activity> .
967
+ <http://uml/2#edge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
968
+ <http://uml/2#edge> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Activity> .
969
+ <http://uml/2#edge> <http://www.w3.org/2000/01/rdf-schema#label> "edge" .
970
+ <http://uml/2#edge> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityEdge> .
971
+ <http://uml/2#effect> <http://protege.stanford.edu/system#maxCardinality> "1" .
972
+ <http://uml/2#effect> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
973
+ <http://uml/2#effect> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Action> .
974
+ <http://uml/2#effect> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Parameter> .
975
+ <http://uml/2#effect> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Transition> .
976
+ <http://uml/2#effect> <http://www.w3.org/2000/01/rdf-schema#label> "effect" .
977
+ <http://uml/2#effect> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Activity> .
978
+ <http://uml/2#effect> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ParameterEffectKind> .
979
+ <http://uml/2#effect> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
980
+ <http://uml/2#elementImport> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#importingNamespace> .
981
+ <http://uml/2#elementImport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
982
+ <http://uml/2#elementImport> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Namespace> .
983
+ <http://uml/2#elementImport> <http://www.w3.org/2000/01/rdf-schema#label> "elementImport" .
984
+ <http://uml/2#elementImport> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ElementImport> .
985
+ <http://uml/2#enclosingInteraction> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#fragment> .
986
+ <http://uml/2#enclosingInteraction> <http://protege.stanford.edu/system#maxCardinality> "1" .
987
+ <http://uml/2#enclosingInteraction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
988
+ <http://uml/2#enclosingInteraction> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InteractionFragment> .
989
+ <http://uml/2#enclosingInteraction> <http://www.w3.org/2000/01/rdf-schema#label> "enclosingInteraction" .
990
+ <http://uml/2#enclosingInteraction> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Interaction> .
991
+ <http://uml/2#enclosingOperand> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#fragment> .
992
+ <http://uml/2#enclosingOperand> <http://protege.stanford.edu/system#maxCardinality> "1" .
993
+ <http://uml/2#enclosingOperand> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
994
+ <http://uml/2#enclosingOperand> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InteractionFragment> .
995
+ <http://uml/2#enclosingOperand> <http://www.w3.org/2000/01/rdf-schema#label> "enclosingOperand" .
996
+ <http://uml/2#enclosingOperand> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InteractionOperand> .
997
+ <http://uml/2#end> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#role> .
998
+ <http://uml/2#end> <http://protege.stanford.edu/system#maxCardinality> "1" .
999
+ <http://uml/2#end> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1000
+ <http://uml/2#end> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ConnectableElement> .
1001
+ <http://uml/2#end> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Connector> .
1002
+ <http://uml/2#end> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LinkEndData> .
1003
+ <http://uml/2#end> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadLinkObjectEndAction> .
1004
+ <http://uml/2#end> <http://www.w3.org/2000/01/rdf-schema#label> "end" .
1005
+ <http://uml/2#end> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ConnectorEnd> .
1006
+ <http://uml/2#end> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Property> .
1007
+ <http://uml/2#endData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1008
+ <http://uml/2#endData> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LinkAction> .
1009
+ <http://uml/2#endData> <http://www.w3.org/2000/01/rdf-schema#label> "endData" .
1010
+ <http://uml/2#endData> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#LinkEndData> .
1011
+ <http://uml/2#entry> <http://protege.stanford.edu/system#maxCardinality> "1" .
1012
+ <http://uml/2#entry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1013
+ <http://uml/2#entry> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ConnectionPointReference> .
1014
+ <http://uml/2#entry> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#State> .
1015
+ <http://uml/2#entry> <http://www.w3.org/2000/01/rdf-schema#label> "entry" .
1016
+ <http://uml/2#entry> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Activity> .
1017
+ <http://uml/2#entry> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Pseudostate> .
1018
+ <http://uml/2#enumeration> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#ownedLiteral> .
1019
+ <http://uml/2#enumeration> <http://protege.stanford.edu/system#maxCardinality> "1" .
1020
+ <http://uml/2#enumeration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1021
+ <http://uml/2#enumeration> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#EnumerationLiteral> .
1022
+ <http://uml/2#enumeration> <http://www.w3.org/2000/01/rdf-schema#label> "enumeration" .
1023
+ <http://uml/2#enumeration> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Enumeration> .
1024
+ <http://uml/2#event> <http://protege.stanford.edu/system#maxCardinality> "1" .
1025
+ <http://uml/2#event> <http://protege.stanford.edu/system#maxCardinality> "2" .
1026
+ <http://uml/2#event> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1027
+ <http://uml/2#event> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Duration> .
1028
+ <http://uml/2#event> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TimeExpression> .
1029
+ <http://uml/2#event> <http://www.w3.org/2000/01/rdf-schema#label> "event" .
1030
+ <http://uml/2#event> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#NamedElement> .
1031
+ <http://uml/2#exception> <http://protege.stanford.edu/system#maxCardinality> "1" .
1032
+ <http://uml/2#exception> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1033
+ <http://uml/2#exception> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#RaiseExceptionAction> .
1034
+ <http://uml/2#exception> <http://www.w3.org/2000/01/rdf-schema#label> "exception" .
1035
+ <http://uml/2#exception> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InputPin> .
1036
+ <http://uml/2#exceptionInput> <http://protege.stanford.edu/system#maxCardinality> "1" .
1037
+ <http://uml/2#exceptionInput> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1038
+ <http://uml/2#exceptionInput> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ExceptionHandler> .
1039
+ <http://uml/2#exceptionInput> <http://www.w3.org/2000/01/rdf-schema#label> "exceptionInput" .
1040
+ <http://uml/2#exceptionInput> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ObjectNode> .
1041
+ <http://uml/2#exceptionType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1042
+ <http://uml/2#exceptionType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ExceptionHandler> .
1043
+ <http://uml/2#exceptionType> <http://www.w3.org/2000/01/rdf-schema#label> "exceptionType" .
1044
+ <http://uml/2#exceptionType> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Classifier> .
1045
+ <http://uml/2#executionLocation> <http://protege.stanford.edu/system#maxCardinality> "1" .
1046
+ <http://uml/2#executionLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1047
+ <http://uml/2#executionLocation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#DeploymentSpecification> .
1048
+ <http://uml/2#executionLocation> <http://www.w3.org/2000/01/rdf-schema#label> "executionLocation" .
1049
+ <http://uml/2#executionLocation> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1050
+ <http://uml/2#exit> <http://protege.stanford.edu/system#maxCardinality> "1" .
1051
+ <http://uml/2#exit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1052
+ <http://uml/2#exit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ConnectionPointReference> .
1053
+ <http://uml/2#exit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#State> .
1054
+ <http://uml/2#exit> <http://www.w3.org/2000/01/rdf-schema#label> "exit" .
1055
+ <http://uml/2#exit> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Activity> .
1056
+ <http://uml/2#exit> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Pseudostate> .
1057
+ <http://uml/2#expansionKind_iterative> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ExpansionKind> .
1058
+ <http://uml/2#expansionKind_parallel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ExpansionKind> .
1059
+ <http://uml/2#expansionKind_stream> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ExpansionKind> .
1060
+ <http://uml/2#extend> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#extension> .
1061
+ <http://uml/2#extend> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1062
+ <http://uml/2#extend> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#UseCase> .
1063
+ <http://uml/2#extend> <http://www.w3.org/2000/01/rdf-schema#label> "extend" .
1064
+ <http://uml/2#extend> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Extend> .
1065
+ <http://uml/2#extendedCase> <http://protege.stanford.edu/system#maxCardinality> "1" .
1066
+ <http://uml/2#extendedCase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1067
+ <http://uml/2#extendedCase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Extend> .
1068
+ <http://uml/2#extendedCase> <http://www.w3.org/2000/01/rdf-schema#label> "extendedCase" .
1069
+ <http://uml/2#extendedCase> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#UseCase> .
1070
+ <http://uml/2#extendedRegion> <http://protege.stanford.edu/system#maxCardinality> "1" .
1071
+ <http://uml/2#extendedRegion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1072
+ <http://uml/2#extendedRegion> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Region> .
1073
+ <http://uml/2#extendedRegion> <http://www.w3.org/2000/01/rdf-schema#label> "extendedRegion" .
1074
+ <http://uml/2#extendedRegion> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Region> .
1075
+ <http://uml/2#extendedStateMachine> <http://protege.stanford.edu/system#maxCardinality> "1" .
1076
+ <http://uml/2#extendedStateMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1077
+ <http://uml/2#extendedStateMachine> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StateMachine> .
1078
+ <http://uml/2#extendedStateMachine> <http://www.w3.org/2000/01/rdf-schema#label> "extendedStateMachine" .
1079
+ <http://uml/2#extendedStateMachine> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#StateMachine> .
1080
+ <http://uml/2#extension> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#extend> .
1081
+ <http://uml/2#extension> <http://protege.stanford.edu/system#maxCardinality> "1" .
1082
+ <http://uml/2#extension> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1083
+ <http://uml/2#extension> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Extend> .
1084
+ <http://uml/2#extension> <http://www.w3.org/2000/01/rdf-schema#label> "extension" .
1085
+ <http://uml/2#extension> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#UseCase> .
1086
+ <http://uml/2#extensionLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1087
+ <http://uml/2#extensionLocation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Extend> .
1088
+ <http://uml/2#extensionLocation> <http://www.w3.org/2000/01/rdf-schema#label> "extensionLocation" .
1089
+ <http://uml/2#extensionLocation> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ExtensionPoint> .
1090
+ <http://uml/2#extensionPoint> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#useCase> .
1091
+ <http://uml/2#extensionPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1092
+ <http://uml/2#extensionPoint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#UseCase> .
1093
+ <http://uml/2#extensionPoint> <http://www.w3.org/2000/01/rdf-schema#label> "extensionPoint" .
1094
+ <http://uml/2#extensionPoint> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ExtensionPoint> .
1095
+ <http://uml/2#fileName> <http://protege.stanford.edu/system#maxCardinality> "1" .
1096
+ <http://uml/2#fileName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1097
+ <http://uml/2#fileName> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Artifact> .
1098
+ <http://uml/2#fileName> <http://www.w3.org/2000/01/rdf-schema#label> "fileName" .
1099
+ <http://uml/2#fileName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1100
+ <http://uml/2#finish> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#finishExec> .
1101
+ <http://uml/2#finish> <http://protege.stanford.edu/system#maxCardinality> "1" .
1102
+ <http://uml/2#finish> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1103
+ <http://uml/2#finish> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ExecutionOccurrence> .
1104
+ <http://uml/2#finish> <http://www.w3.org/2000/01/rdf-schema#label> "finish" .
1105
+ <http://uml/2#finish> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#EventOccurrence> .
1106
+ <http://uml/2#finishExec> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#finish> .
1107
+ <http://uml/2#finishExec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1108
+ <http://uml/2#finishExec> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#EventOccurrence> .
1109
+ <http://uml/2#finishExec> <http://www.w3.org/2000/01/rdf-schema#label> "finishExec" .
1110
+ <http://uml/2#finishExec> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ExecutionOccurrence> .
1111
+ <http://uml/2#first> <http://protege.stanford.edu/system#maxCardinality> "1" .
1112
+ <http://uml/2#first> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1113
+ <http://uml/2#first> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TestIdentityAction> .
1114
+ <http://uml/2#first> <http://www.w3.org/2000/01/rdf-schema#label> "first" .
1115
+ <http://uml/2#first> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InputPin> .
1116
+ <http://uml/2#firstTime> <http://protege.stanford.edu/system#maxCardinality> "1" .
1117
+ <http://uml/2#firstTime> <http://protege.stanford.edu/system#range> "boolean" .
1118
+ <http://uml/2#firstTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1119
+ <http://uml/2#firstTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Duration> .
1120
+ <http://uml/2#firstTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TimeExpression> .
1121
+ <http://uml/2#firstTime> <http://www.w3.org/2000/01/rdf-schema#label> "firstTime" .
1122
+ <http://uml/2#firstTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1123
+ <http://uml/2#formal> <http://protege.stanford.edu/system#maxCardinality> "1" .
1124
+ <http://uml/2#formal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1125
+ <http://uml/2#formal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateParameterSubstitution> .
1126
+ <http://uml/2#formal> <http://www.w3.org/2000/01/rdf-schema#label> "formal" .
1127
+ <http://uml/2#formal> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#TemplateParameter> .
1128
+ <http://uml/2#formalGate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1129
+ <http://uml/2#formalGate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Interaction> .
1130
+ <http://uml/2#formalGate> <http://www.w3.org/2000/01/rdf-schema#label> "formalGate" .
1131
+ <http://uml/2#formalGate> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Gate> .
1132
+ <http://uml/2#formalParameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1133
+ <http://uml/2#formalParameter> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#BehavioralFeature> .
1134
+ <http://uml/2#formalParameter> <http://www.w3.org/2000/01/rdf-schema#label> "formalParameter" .
1135
+ <http://uml/2#formalParameter> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Parameter> .
1136
+ <http://uml/2#fragment> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#enclosingInteraction> .
1137
+ <http://uml/2#fragment> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#enclosingOperand> .
1138
+ <http://uml/2#fragment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1139
+ <http://uml/2#fragment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Interaction> .
1140
+ <http://uml/2#fragment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InteractionOperand> .
1141
+ <http://uml/2#fragment> <http://www.w3.org/2000/01/rdf-schema#label> "fragment" .
1142
+ <http://uml/2#fragment> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InteractionFragment> .
1143
+ <http://uml/2#function> <http://protege.stanford.edu/system#maxCardinality> "1" .
1144
+ <http://uml/2#function> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1145
+ <http://uml/2#function> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ApplyFunctionAction> .
1146
+ <http://uml/2#function> <http://www.w3.org/2000/01/rdf-schema#label> "function" .
1147
+ <http://uml/2#function> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#PrimitiveFunction> .
1148
+ <http://uml/2#general> <http://protege.stanford.edu/system#maxCardinality> "1" .
1149
+ <http://uml/2#general> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1150
+ <http://uml/2#general> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Generalization> .
1151
+ <http://uml/2#general> <http://www.w3.org/2000/01/rdf-schema#label> "general" .
1152
+ <http://uml/2#general> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Classifier> .
1153
+ <http://uml/2#generalMachine> <http://protege.stanford.edu/system#maxCardinality> "1" .
1154
+ <http://uml/2#generalMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1155
+ <http://uml/2#generalMachine> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ProtocolConformance> .
1156
+ <http://uml/2#generalMachine> <http://www.w3.org/2000/01/rdf-schema#label> "generalMachine" .
1157
+ <http://uml/2#generalMachine> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ProtocolStateMachine> .
1158
+ <http://uml/2#generalOrdering> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1159
+ <http://uml/2#generalOrdering> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InteractionFragment> .
1160
+ <http://uml/2#generalOrdering> <http://www.w3.org/2000/01/rdf-schema#label> "generalOrdering" .
1161
+ <http://uml/2#generalOrdering> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#GeneralOrdering> .
1162
+ <http://uml/2#generalization> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#generalizationSet> .
1163
+ <http://uml/2#generalization> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#specific> .
1164
+ <http://uml/2#generalization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1165
+ <http://uml/2#generalization> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Classifier> .
1166
+ <http://uml/2#generalization> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#GeneralizationSet> .
1167
+ <http://uml/2#generalization> <http://www.w3.org/2000/01/rdf-schema#label> "generalization" .
1168
+ <http://uml/2#generalization> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Generalization> .
1169
+ <http://uml/2#generalizationSet> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#generalization> .
1170
+ <http://uml/2#generalizationSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1171
+ <http://uml/2#generalizationSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Generalization> .
1172
+ <http://uml/2#generalizationSet> <http://www.w3.org/2000/01/rdf-schema#label> "generalizationSet" .
1173
+ <http://uml/2#generalizationSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#GeneralizationSet> .
1174
+ <http://uml/2#group> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#activity> .
1175
+ <http://uml/2#group> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1176
+ <http://uml/2#group> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Activity> .
1177
+ <http://uml/2#group> <http://www.w3.org/2000/01/rdf-schema#label> "group" .
1178
+ <http://uml/2#group> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityGroup> .
1179
+ <http://uml/2#guard> <http://protege.stanford.edu/system#maxCardinality> "1" .
1180
+ <http://uml/2#guard> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1181
+ <http://uml/2#guard> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityEdge> .
1182
+ <http://uml/2#guard> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InteractionOperand> .
1183
+ <http://uml/2#guard> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Transition> .
1184
+ <http://uml/2#guard> <http://www.w3.org/2000/01/rdf-schema#label> "guard" .
1185
+ <http://uml/2#guard> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Constraint> .
1186
+ <http://uml/2#guard> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InteractionConstraint> .
1187
+ <http://uml/2#guard> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
1188
+ <http://uml/2#handler> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#protectedNode> .
1189
+ <http://uml/2#handler> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1190
+ <http://uml/2#handler> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ExecutableNode> .
1191
+ <http://uml/2#handler> <http://www.w3.org/2000/01/rdf-schema#label> "handler" .
1192
+ <http://uml/2#handler> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ExceptionHandler> .
1193
+ <http://uml/2#handlerBody> <http://protege.stanford.edu/system#maxCardinality> "1" .
1194
+ <http://uml/2#handlerBody> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1195
+ <http://uml/2#handlerBody> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ExceptionHandler> .
1196
+ <http://uml/2#handlerBody> <http://www.w3.org/2000/01/rdf-schema#label> "handlerBody" .
1197
+ <http://uml/2#handlerBody> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ExecutableNode> .
1198
+ <http://uml/2#implementation> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#implementingClassifier> .
1199
+ <http://uml/2#implementation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1200
+ <http://uml/2#implementation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#BehavioredClassifier> .
1201
+ <http://uml/2#implementation> <http://www.w3.org/2000/01/rdf-schema#label> "implementation" .
1202
+ <http://uml/2#implementation> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Implementation> .
1203
+ <http://uml/2#implementingClassifier> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#implementation> .
1204
+ <http://uml/2#implementingClassifier> <http://protege.stanford.edu/system#maxCardinality> "1" .
1205
+ <http://uml/2#implementingClassifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1206
+ <http://uml/2#implementingClassifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Implementation> .
1207
+ <http://uml/2#implementingClassifier> <http://www.w3.org/2000/01/rdf-schema#label> "implementingClassifier" .
1208
+ <http://uml/2#implementingClassifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#BehavioredClassifier> .
1209
+ <http://uml/2#importedElement> <http://protege.stanford.edu/system#maxCardinality> "1" .
1210
+ <http://uml/2#importedElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1211
+ <http://uml/2#importedElement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ElementImport> .
1212
+ <http://uml/2#importedElement> <http://www.w3.org/2000/01/rdf-schema#label> "importedElement" .
1213
+ <http://uml/2#importedElement> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#PackageableElement> .
1214
+ <http://uml/2#importedPackage> <http://protege.stanford.edu/system#maxCardinality> "1" .
1215
+ <http://uml/2#importedPackage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1216
+ <http://uml/2#importedPackage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#PackageImport> .
1217
+ <http://uml/2#importedPackage> <http://www.w3.org/2000/01/rdf-schema#label> "importedPackage" .
1218
+ <http://uml/2#importedPackage> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Package> .
1219
+ <http://uml/2#importedProfile> <http://protege.stanford.edu/system#maxCardinality> "1" .
1220
+ <http://uml/2#importedProfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1221
+ <http://uml/2#importedProfile> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ProfileApplication> .
1222
+ <http://uml/2#importedProfile> <http://www.w3.org/2000/01/rdf-schema#label> "importedProfile" .
1223
+ <http://uml/2#importedProfile> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Profile> .
1224
+ <http://uml/2#importingNamespace> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#elementImport> .
1225
+ <http://uml/2#importingNamespace> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#packageImport> .
1226
+ <http://uml/2#importingNamespace> <http://protege.stanford.edu/system#maxCardinality> "1" .
1227
+ <http://uml/2#importingNamespace> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1228
+ <http://uml/2#importingNamespace> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ElementImport> .
1229
+ <http://uml/2#importingNamespace> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#PackageImport> .
1230
+ <http://uml/2#importingNamespace> <http://www.w3.org/2000/01/rdf-schema#label> "importingNamespace" .
1231
+ <http://uml/2#importingNamespace> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Namespace> .
1232
+ <http://uml/2#inInterruptibleRegion> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#containedNode> .
1233
+ <http://uml/2#inInterruptibleRegion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1234
+ <http://uml/2#inInterruptibleRegion> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityNode> .
1235
+ <http://uml/2#inInterruptibleRegion> <http://www.w3.org/2000/01/rdf-schema#label> "inInterruptibleRegion" .
1236
+ <http://uml/2#inInterruptibleRegion> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InterruptibleActivityRegion> .
1237
+ <http://uml/2#inPartition> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#containedEdge> .
1238
+ <http://uml/2#inPartition> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#containedNode> .
1239
+ <http://uml/2#inPartition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1240
+ <http://uml/2#inPartition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityEdge> .
1241
+ <http://uml/2#inPartition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityNode> .
1242
+ <http://uml/2#inPartition> <http://www.w3.org/2000/01/rdf-schema#label> "inPartition" .
1243
+ <http://uml/2#inPartition> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityPartition> .
1244
+ <http://uml/2#inState> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1245
+ <http://uml/2#inState> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ObjectNode> .
1246
+ <http://uml/2#inState> <http://www.w3.org/2000/01/rdf-schema#label> "inState" .
1247
+ <http://uml/2#inState> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#State> .
1248
+ <http://uml/2#inStructuredNode> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#containedEdge> .
1249
+ <http://uml/2#inStructuredNode> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#containedNode> .
1250
+ <http://uml/2#inStructuredNode> <http://protege.stanford.edu/system#maxCardinality> "1" .
1251
+ <http://uml/2#inStructuredNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1252
+ <http://uml/2#inStructuredNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityEdge> .
1253
+ <http://uml/2#inStructuredNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityNode> .
1254
+ <http://uml/2#inStructuredNode> <http://www.w3.org/2000/01/rdf-schema#label> "inStructuredNode" .
1255
+ <http://uml/2#inStructuredNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#StructuredActivityNode> .
1256
+ <http://uml/2#include> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#includingCase> .
1257
+ <http://uml/2#include> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1258
+ <http://uml/2#include> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#UseCase> .
1259
+ <http://uml/2#include> <http://www.w3.org/2000/01/rdf-schema#label> "include" .
1260
+ <http://uml/2#include> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Include> .
1261
+ <http://uml/2#includingCase> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#include> .
1262
+ <http://uml/2#includingCase> <http://protege.stanford.edu/system#maxCardinality> "1" .
1263
+ <http://uml/2#includingCase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1264
+ <http://uml/2#includingCase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Include> .
1265
+ <http://uml/2#includingCase> <http://www.w3.org/2000/01/rdf-schema#label> "includingCase" .
1266
+ <http://uml/2#includingCase> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#UseCase> .
1267
+ <http://uml/2#incoming> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#target> .
1268
+ <http://uml/2#incoming> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1269
+ <http://uml/2#incoming> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityNode> .
1270
+ <http://uml/2#incoming> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Vertex> .
1271
+ <http://uml/2#incoming> <http://www.w3.org/2000/01/rdf-schema#label> "incoming" .
1272
+ <http://uml/2#incoming> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityEdge> .
1273
+ <http://uml/2#incoming> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Transition> .
1274
+ <http://uml/2#inputElement> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#regionAsInput> .
1275
+ <http://uml/2#inputElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1276
+ <http://uml/2#inputElement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ExpansionRegion> .
1277
+ <http://uml/2#inputElement> <http://www.w3.org/2000/01/rdf-schema#label> "inputElement" .
1278
+ <http://uml/2#inputElement> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ExpansionNode> .
1279
+ <http://uml/2#insertAt> <http://protege.stanford.edu/system#maxCardinality> "1" .
1280
+ <http://uml/2#insertAt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1281
+ <http://uml/2#insertAt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#AddStructuralFeatureValueAction> .
1282
+ <http://uml/2#insertAt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#AddVariableValueAction> .
1283
+ <http://uml/2#insertAt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LinkEndCreationData> .
1284
+ <http://uml/2#insertAt> <http://www.w3.org/2000/01/rdf-schema#label> "insertAt" .
1285
+ <http://uml/2#insertAt> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InputPin> .
1286
+ <http://uml/2#instance> <http://protege.stanford.edu/system#maxCardinality> "1" .
1287
+ <http://uml/2#instance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1288
+ <http://uml/2#instance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InstanceValue> .
1289
+ <http://uml/2#instance> <http://www.w3.org/2000/01/rdf-schema#label> "instance" .
1290
+ <http://uml/2#instance> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InstanceSpecification> .
1291
+ <http://uml/2#interaction> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#lifeline> .
1292
+ <http://uml/2#interaction> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#message> .
1293
+ <http://uml/2#interaction> <http://protege.stanford.edu/system#maxCardinality> "1" .
1294
+ <http://uml/2#interaction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1295
+ <http://uml/2#interaction> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Lifeline> .
1296
+ <http://uml/2#interaction> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Message> .
1297
+ <http://uml/2#interaction> <http://www.w3.org/2000/01/rdf-schema#label> "interaction" .
1298
+ <http://uml/2#interaction> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Interaction> .
1299
+ <http://uml/2#interactionOperator> <http://protege.stanford.edu/system#maxCardinality> "1" .
1300
+ <http://uml/2#interactionOperator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1301
+ <http://uml/2#interactionOperator> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#CombinedFragment> .
1302
+ <http://uml/2#interactionOperator> <http://www.w3.org/2000/01/rdf-schema#label> "interactionOperator" .
1303
+ <http://uml/2#interactionOperator> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InteractionOperator> .
1304
+ <http://uml/2#interactionOperator_alt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#InteractionOperator> .
1305
+ <http://uml/2#interactionOperator_assert> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#InteractionOperator> .
1306
+ <http://uml/2#interactionOperator_break> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#InteractionOperator> .
1307
+ <http://uml/2#interactionOperator_consider> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#InteractionOperator> .
1308
+ <http://uml/2#interactionOperator_critical> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#InteractionOperator> .
1309
+ <http://uml/2#interactionOperator_ignore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#InteractionOperator> .
1310
+ <http://uml/2#interactionOperator_loop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#InteractionOperator> .
1311
+ <http://uml/2#interactionOperator_neg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#InteractionOperator> .
1312
+ <http://uml/2#interactionOperator_opt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#InteractionOperator> .
1313
+ <http://uml/2#interactionOperator_par> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#InteractionOperator> .
1314
+ <http://uml/2#interactionOperator_seq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#InteractionOperator> .
1315
+ <http://uml/2#interactionOperator_strict> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#InteractionOperator> .
1316
+ <http://uml/2#interruptingEdge> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#interrupts> .
1317
+ <http://uml/2#interruptingEdge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1318
+ <http://uml/2#interruptingEdge> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InterruptibleActivityRegion> .
1319
+ <http://uml/2#interruptingEdge> <http://www.w3.org/2000/01/rdf-schema#label> "interruptingEdge" .
1320
+ <http://uml/2#interruptingEdge> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityEdge> .
1321
+ <http://uml/2#interrupts> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#interruptingEdge> .
1322
+ <http://uml/2#interrupts> <http://protege.stanford.edu/system#maxCardinality> "1" .
1323
+ <http://uml/2#interrupts> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1324
+ <http://uml/2#interrupts> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityEdge> .
1325
+ <http://uml/2#interrupts> <http://www.w3.org/2000/01/rdf-schema#label> "interrupts" .
1326
+ <http://uml/2#interrupts> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InterruptibleActivityRegion> .
1327
+ <http://uml/2#invariant> <http://protege.stanford.edu/system#maxCardinality> "1" .
1328
+ <http://uml/2#invariant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1329
+ <http://uml/2#invariant> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StateInvariant> .
1330
+ <http://uml/2#invariant> <http://www.w3.org/2000/01/rdf-schema#label> "invariant" .
1331
+ <http://uml/2#invariant> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Constraint> .
1332
+ <http://uml/2#isAbstract> <http://protege.stanford.edu/system#maxCardinality> "1" .
1333
+ <http://uml/2#isAbstract> <http://protege.stanford.edu/system#range> "boolean" .
1334
+ <http://uml/2#isAbstract> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1335
+ <http://uml/2#isAbstract> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#BehavioralFeature> .
1336
+ <http://uml/2#isAbstract> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Classifier> .
1337
+ <http://uml/2#isAbstract> <http://www.w3.org/2000/01/rdf-schema#label> "isAbstract" .
1338
+ <http://uml/2#isAbstract> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1339
+ <http://uml/2#isActive> <http://protege.stanford.edu/system#maxCardinality> "1" .
1340
+ <http://uml/2#isActive> <http://protege.stanford.edu/system#range> "boolean" .
1341
+ <http://uml/2#isActive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1342
+ <http://uml/2#isActive> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Class> .
1343
+ <http://uml/2#isActive> <http://www.w3.org/2000/01/rdf-schema#label> "isActive" .
1344
+ <http://uml/2#isActive> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1345
+ <http://uml/2#isAssured> <http://protege.stanford.edu/system#maxCardinality> "1" .
1346
+ <http://uml/2#isAssured> <http://protege.stanford.edu/system#range> "boolean" .
1347
+ <http://uml/2#isAssured> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1348
+ <http://uml/2#isAssured> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ConditionalNode> .
1349
+ <http://uml/2#isAssured> <http://www.w3.org/2000/01/rdf-schema#label> "isAssured" .
1350
+ <http://uml/2#isAssured> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1351
+ <http://uml/2#isBehavior> <http://protege.stanford.edu/system#maxCardinality> "1" .
1352
+ <http://uml/2#isBehavior> <http://protege.stanford.edu/system#range> "boolean" .
1353
+ <http://uml/2#isBehavior> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1354
+ <http://uml/2#isBehavior> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Port> .
1355
+ <http://uml/2#isBehavior> <http://www.w3.org/2000/01/rdf-schema#label> "isBehavior" .
1356
+ <http://uml/2#isBehavior> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1357
+ <http://uml/2#isCombineDuplicate> <http://protege.stanford.edu/system#maxCardinality> "1" .
1358
+ <http://uml/2#isCombineDuplicate> <http://protege.stanford.edu/system#range> "boolean" .
1359
+ <http://uml/2#isCombineDuplicate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1360
+ <http://uml/2#isCombineDuplicate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#JoinNode> .
1361
+ <http://uml/2#isCombineDuplicate> <http://www.w3.org/2000/01/rdf-schema#label> "isCombineDuplicate" .
1362
+ <http://uml/2#isCombineDuplicate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1363
+ <http://uml/2#isCovering> <http://protege.stanford.edu/system#maxCardinality> "1" .
1364
+ <http://uml/2#isCovering> <http://protege.stanford.edu/system#range> "boolean" .
1365
+ <http://uml/2#isCovering> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1366
+ <http://uml/2#isCovering> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#GeneralizationSet> .
1367
+ <http://uml/2#isCovering> <http://www.w3.org/2000/01/rdf-schema#label> "isCovering" .
1368
+ <http://uml/2#isCovering> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1369
+ <http://uml/2#isDerived> <http://protege.stanford.edu/system#maxCardinality> "1" .
1370
+ <http://uml/2#isDerived> <http://protege.stanford.edu/system#range> "boolean" .
1371
+ <http://uml/2#isDerived> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1372
+ <http://uml/2#isDerived> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Association> .
1373
+ <http://uml/2#isDerived> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Property> .
1374
+ <http://uml/2#isDerived> <http://www.w3.org/2000/01/rdf-schema#label> "isDerived" .
1375
+ <http://uml/2#isDerived> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1376
+ <http://uml/2#isDerivedUnion> <http://protege.stanford.edu/system#maxCardinality> "1" .
1377
+ <http://uml/2#isDerivedUnion> <http://protege.stanford.edu/system#range> "boolean" .
1378
+ <http://uml/2#isDerivedUnion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1379
+ <http://uml/2#isDerivedUnion> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Property> .
1380
+ <http://uml/2#isDerivedUnion> <http://www.w3.org/2000/01/rdf-schema#label> "isDerivedUnion" .
1381
+ <http://uml/2#isDerivedUnion> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1382
+ <http://uml/2#isDestroyLinks> <http://protege.stanford.edu/system#maxCardinality> "1" .
1383
+ <http://uml/2#isDestroyLinks> <http://protege.stanford.edu/system#range> "boolean" .
1384
+ <http://uml/2#isDestroyLinks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1385
+ <http://uml/2#isDestroyLinks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#DestroyObjectAction> .
1386
+ <http://uml/2#isDestroyLinks> <http://www.w3.org/2000/01/rdf-schema#label> "isDestroyLinks" .
1387
+ <http://uml/2#isDestroyLinks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1388
+ <http://uml/2#isDestroyOwnedObjects> <http://protege.stanford.edu/system#maxCardinality> "1" .
1389
+ <http://uml/2#isDestroyOwnedObjects> <http://protege.stanford.edu/system#range> "boolean" .
1390
+ <http://uml/2#isDestroyOwnedObjects> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1391
+ <http://uml/2#isDestroyOwnedObjects> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#DestroyObjectAction> .
1392
+ <http://uml/2#isDestroyOwnedObjects> <http://www.w3.org/2000/01/rdf-schema#label> "isDestroyOwnedObjects" .
1393
+ <http://uml/2#isDestroyOwnedObjects> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1394
+ <http://uml/2#isDeterminate> <http://protege.stanford.edu/system#maxCardinality> "1" .
1395
+ <http://uml/2#isDeterminate> <http://protege.stanford.edu/system#range> "boolean" .
1396
+ <http://uml/2#isDeterminate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1397
+ <http://uml/2#isDeterminate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ConditionalNode> .
1398
+ <http://uml/2#isDeterminate> <http://www.w3.org/2000/01/rdf-schema#label> "isDeterminate" .
1399
+ <http://uml/2#isDeterminate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1400
+ <http://uml/2#isDimension> <http://protege.stanford.edu/system#maxCardinality> "1" .
1401
+ <http://uml/2#isDimension> <http://protege.stanford.edu/system#range> "boolean" .
1402
+ <http://uml/2#isDimension> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1403
+ <http://uml/2#isDimension> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityPartition> .
1404
+ <http://uml/2#isDimension> <http://www.w3.org/2000/01/rdf-schema#label> "isDimension" .
1405
+ <http://uml/2#isDimension> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1406
+ <http://uml/2#isDirect> <http://protege.stanford.edu/system#maxCardinality> "1" .
1407
+ <http://uml/2#isDirect> <http://protege.stanford.edu/system#range> "boolean" .
1408
+ <http://uml/2#isDirect> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1409
+ <http://uml/2#isDirect> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadIsClassifiedObjectAction> .
1410
+ <http://uml/2#isDirect> <http://www.w3.org/2000/01/rdf-schema#label> "isDirect" .
1411
+ <http://uml/2#isDirect> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1412
+ <http://uml/2#isDisjoint> <http://protege.stanford.edu/system#maxCardinality> "1" .
1413
+ <http://uml/2#isDisjoint> <http://protege.stanford.edu/system#range> "boolean" .
1414
+ <http://uml/2#isDisjoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1415
+ <http://uml/2#isDisjoint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#GeneralizationSet> .
1416
+ <http://uml/2#isDisjoint> <http://www.w3.org/2000/01/rdf-schema#label> "isDisjoint" .
1417
+ <http://uml/2#isDisjoint> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1418
+ <http://uml/2#isException> <http://protege.stanford.edu/system#maxCardinality> "1" .
1419
+ <http://uml/2#isException> <http://protege.stanford.edu/system#range> "boolean" .
1420
+ <http://uml/2#isException> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1421
+ <http://uml/2#isException> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Parameter> .
1422
+ <http://uml/2#isException> <http://www.w3.org/2000/01/rdf-schema#label> "isException" .
1423
+ <http://uml/2#isException> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1424
+ <http://uml/2#isExternal> <http://protege.stanford.edu/system#maxCardinality> "1" .
1425
+ <http://uml/2#isExternal> <http://protege.stanford.edu/system#range> "boolean" .
1426
+ <http://uml/2#isExternal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1427
+ <http://uml/2#isExternal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityPartition> .
1428
+ <http://uml/2#isExternal> <http://www.w3.org/2000/01/rdf-schema#label> "isExternal" .
1429
+ <http://uml/2#isExternal> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1430
+ <http://uml/2#isIndirectlyInstantiated> <http://protege.stanford.edu/system#maxCardinality> "1" .
1431
+ <http://uml/2#isIndirectlyInstantiated> <http://protege.stanford.edu/system#range> "boolean" .
1432
+ <http://uml/2#isIndirectlyInstantiated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1433
+ <http://uml/2#isIndirectlyInstantiated> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Component> .
1434
+ <http://uml/2#isIndirectlyInstantiated> <http://www.w3.org/2000/01/rdf-schema#label> "isIndirectlyInstantiated" .
1435
+ <http://uml/2#isIndirectlyInstantiated> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1436
+ <http://uml/2#isLeaf> <http://protege.stanford.edu/system#maxCardinality> "1" .
1437
+ <http://uml/2#isLeaf> <http://protege.stanford.edu/system#range> "boolean" .
1438
+ <http://uml/2#isLeaf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1439
+ <http://uml/2#isLeaf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#RedefinableElement> .
1440
+ <http://uml/2#isLeaf> <http://www.w3.org/2000/01/rdf-schema#label> "isLeaf" .
1441
+ <http://uml/2#isLeaf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1442
+ <http://uml/2#isMulticast> <http://protege.stanford.edu/system#maxCardinality> "1" .
1443
+ <http://uml/2#isMulticast> <http://protege.stanford.edu/system#range> "boolean" .
1444
+ <http://uml/2#isMulticast> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1445
+ <http://uml/2#isMulticast> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ObjectFlow> .
1446
+ <http://uml/2#isMulticast> <http://www.w3.org/2000/01/rdf-schema#label> "isMulticast" .
1447
+ <http://uml/2#isMulticast> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1448
+ <http://uml/2#isMultireceive> <http://protege.stanford.edu/system#maxCardinality> "1" .
1449
+ <http://uml/2#isMultireceive> <http://protege.stanford.edu/system#range> "boolean" .
1450
+ <http://uml/2#isMultireceive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1451
+ <http://uml/2#isMultireceive> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ObjectFlow> .
1452
+ <http://uml/2#isMultireceive> <http://www.w3.org/2000/01/rdf-schema#label> "isMultireceive" .
1453
+ <http://uml/2#isMultireceive> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1454
+ <http://uml/2#isOrdered> <http://protege.stanford.edu/system#maxCardinality> "1" .
1455
+ <http://uml/2#isOrdered> <http://protege.stanford.edu/system#range> "boolean" .
1456
+ <http://uml/2#isOrdered> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1457
+ <http://uml/2#isOrdered> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#MultiplicityElement> .
1458
+ <http://uml/2#isOrdered> <http://www.w3.org/2000/01/rdf-schema#label> "isOrdered" .
1459
+ <http://uml/2#isOrdered> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1460
+ <http://uml/2#isQuery> <http://protege.stanford.edu/system#maxCardinality> "1" .
1461
+ <http://uml/2#isQuery> <http://protege.stanford.edu/system#range> "boolean" .
1462
+ <http://uml/2#isQuery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1463
+ <http://uml/2#isQuery> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Operation> .
1464
+ <http://uml/2#isQuery> <http://www.w3.org/2000/01/rdf-schema#label> "isQuery" .
1465
+ <http://uml/2#isQuery> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1466
+ <http://uml/2#isReadOnly> <http://protege.stanford.edu/system#maxCardinality> "1" .
1467
+ <http://uml/2#isReadOnly> <http://protege.stanford.edu/system#range> "boolean" .
1468
+ <http://uml/2#isReadOnly> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1469
+ <http://uml/2#isReadOnly> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Activity> .
1470
+ <http://uml/2#isReadOnly> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StructuralFeature> .
1471
+ <http://uml/2#isReadOnly> <http://www.w3.org/2000/01/rdf-schema#label> "isReadOnly" .
1472
+ <http://uml/2#isReadOnly> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1473
+ <http://uml/2#isReentrant> <http://protege.stanford.edu/system#maxCardinality> "1" .
1474
+ <http://uml/2#isReentrant> <http://protege.stanford.edu/system#range> "boolean" .
1475
+ <http://uml/2#isReentrant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1476
+ <http://uml/2#isReentrant> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Behavior> .
1477
+ <http://uml/2#isReentrant> <http://www.w3.org/2000/01/rdf-schema#label> "isReentrant" .
1478
+ <http://uml/2#isReentrant> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1479
+ <http://uml/2#isRelative> <http://protege.stanford.edu/system#maxCardinality> "1" .
1480
+ <http://uml/2#isRelative> <http://protege.stanford.edu/system#range> "boolean" .
1481
+ <http://uml/2#isRelative> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1482
+ <http://uml/2#isRelative> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TimeTrigger> .
1483
+ <http://uml/2#isRelative> <http://www.w3.org/2000/01/rdf-schema#label> "isRelative" .
1484
+ <http://uml/2#isRelative> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1485
+ <http://uml/2#isReplaceAll> <http://protege.stanford.edu/system#maxCardinality> "1" .
1486
+ <http://uml/2#isReplaceAll> <http://protege.stanford.edu/system#range> "boolean" .
1487
+ <http://uml/2#isReplaceAll> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1488
+ <http://uml/2#isReplaceAll> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#AddStructuralFeatureValueAction> .
1489
+ <http://uml/2#isReplaceAll> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#AddVariableValueAction> .
1490
+ <http://uml/2#isReplaceAll> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LinkEndCreationData> .
1491
+ <http://uml/2#isReplaceAll> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReclassifyObjectAction> .
1492
+ <http://uml/2#isReplaceAll> <http://www.w3.org/2000/01/rdf-schema#label> "isReplaceAll" .
1493
+ <http://uml/2#isReplaceAll> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1494
+ <http://uml/2#isService> <http://protege.stanford.edu/system#maxCardinality> "1" .
1495
+ <http://uml/2#isService> <http://protege.stanford.edu/system#range> "boolean" .
1496
+ <http://uml/2#isService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1497
+ <http://uml/2#isService> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Port> .
1498
+ <http://uml/2#isService> <http://www.w3.org/2000/01/rdf-schema#label> "isService" .
1499
+ <http://uml/2#isService> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1500
+ <http://uml/2#isSingleExecution> <http://protege.stanford.edu/system#maxCardinality> "1" .
1501
+ <http://uml/2#isSingleExecution> <http://protege.stanford.edu/system#range> "boolean" .
1502
+ <http://uml/2#isSingleExecution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1503
+ <http://uml/2#isSingleExecution> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Activity> .
1504
+ <http://uml/2#isSingleExecution> <http://www.w3.org/2000/01/rdf-schema#label> "isSingleExecution" .
1505
+ <http://uml/2#isSingleExecution> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1506
+ <http://uml/2#isStatic> <http://protege.stanford.edu/system#maxCardinality> "1" .
1507
+ <http://uml/2#isStatic> <http://protege.stanford.edu/system#range> "boolean" .
1508
+ <http://uml/2#isStatic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1509
+ <http://uml/2#isStatic> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Feature> .
1510
+ <http://uml/2#isStatic> <http://www.w3.org/2000/01/rdf-schema#label> "isStatic" .
1511
+ <http://uml/2#isStatic> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1512
+ <http://uml/2#isStream> <http://protege.stanford.edu/system#maxCardinality> "1" .
1513
+ <http://uml/2#isStream> <http://protege.stanford.edu/system#range> "boolean" .
1514
+ <http://uml/2#isStream> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1515
+ <http://uml/2#isStream> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Parameter> .
1516
+ <http://uml/2#isStream> <http://www.w3.org/2000/01/rdf-schema#label> "isStream" .
1517
+ <http://uml/2#isStream> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1518
+ <http://uml/2#isSubstitutable> <http://protege.stanford.edu/system#maxCardinality> "1" .
1519
+ <http://uml/2#isSubstitutable> <http://protege.stanford.edu/system#range> "boolean" .
1520
+ <http://uml/2#isSubstitutable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1521
+ <http://uml/2#isSubstitutable> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Generalization> .
1522
+ <http://uml/2#isSubstitutable> <http://www.w3.org/2000/01/rdf-schema#label> "isSubstitutable" .
1523
+ <http://uml/2#isSubstitutable> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1524
+ <http://uml/2#isSynchronous> <http://protege.stanford.edu/system#maxCardinality> "1" .
1525
+ <http://uml/2#isSynchronous> <http://protege.stanford.edu/system#range> "boolean" .
1526
+ <http://uml/2#isSynchronous> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1527
+ <http://uml/2#isSynchronous> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#CallAction> .
1528
+ <http://uml/2#isSynchronous> <http://www.w3.org/2000/01/rdf-schema#label> "isSynchronous" .
1529
+ <http://uml/2#isSynchronous> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1530
+ <http://uml/2#isTestedFirst> <http://protege.stanford.edu/system#maxCardinality> "1" .
1531
+ <http://uml/2#isTestedFirst> <http://protege.stanford.edu/system#range> "boolean" .
1532
+ <http://uml/2#isTestedFirst> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1533
+ <http://uml/2#isTestedFirst> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LoopNode> .
1534
+ <http://uml/2#isTestedFirst> <http://www.w3.org/2000/01/rdf-schema#label> "isTestedFirst" .
1535
+ <http://uml/2#isTestedFirst> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1536
+ <http://uml/2#isUnique> <http://protege.stanford.edu/system#maxCardinality> "1" .
1537
+ <http://uml/2#isUnique> <http://protege.stanford.edu/system#range> "boolean" .
1538
+ <http://uml/2#isUnique> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1539
+ <http://uml/2#isUnique> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#MultiplicityElement> .
1540
+ <http://uml/2#isUnique> <http://www.w3.org/2000/01/rdf-schema#label> "isUnique" .
1541
+ <http://uml/2#isUnique> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1542
+ <http://uml/2#joinSpec> <http://protege.stanford.edu/system#maxCardinality> "1" .
1543
+ <http://uml/2#joinSpec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1544
+ <http://uml/2#joinSpec> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#JoinNode> .
1545
+ <http://uml/2#joinSpec> <http://www.w3.org/2000/01/rdf-schema#label> "joinSpec" .
1546
+ <http://uml/2#joinSpec> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
1547
+ <http://uml/2#kind> <http://protege.stanford.edu/system#maxCardinality> "1" .
1548
+ <http://uml/2#kind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1549
+ <http://uml/2#kind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Connector> .
1550
+ <http://uml/2#kind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Pseudostate> .
1551
+ <http://uml/2#kind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Transition> .
1552
+ <http://uml/2#kind> <http://www.w3.org/2000/01/rdf-schema#label> "kind" .
1553
+ <http://uml/2#kind> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ConnectorKind> .
1554
+ <http://uml/2#kind> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#PseudostateKind> .
1555
+ <http://uml/2#kind> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#TransitionKind> .
1556
+ <http://uml/2#language> <http://protege.stanford.edu/system#maxCardinality> "1" .
1557
+ <http://uml/2#language> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1558
+ <http://uml/2#language> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Activity> .
1559
+ <http://uml/2#language> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#OpaqueExpression> .
1560
+ <http://uml/2#language> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#PrimitiveFunction> .
1561
+ <http://uml/2#language> <http://www.w3.org/2000/01/rdf-schema#label> "language" .
1562
+ <http://uml/2#language> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1563
+ <http://uml/2#lifeline> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#interaction> .
1564
+ <http://uml/2#lifeline> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1565
+ <http://uml/2#lifeline> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Interaction> .
1566
+ <http://uml/2#lifeline> <http://www.w3.org/2000/01/rdf-schema#label> "lifeline" .
1567
+ <http://uml/2#lifeline> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Lifeline> .
1568
+ <http://uml/2#localPostcondition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1569
+ <http://uml/2#localPostcondition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Action> .
1570
+ <http://uml/2#localPostcondition> <http://www.w3.org/2000/01/rdf-schema#label> "localPostcondition" .
1571
+ <http://uml/2#localPostcondition> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Constraint> .
1572
+ <http://uml/2#localPrecondition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1573
+ <http://uml/2#localPrecondition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Action> .
1574
+ <http://uml/2#localPrecondition> <http://www.w3.org/2000/01/rdf-schema#label> "localPrecondition" .
1575
+ <http://uml/2#localPrecondition> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Constraint> .
1576
+ <http://uml/2#location> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#deployment> .
1577
+ <http://uml/2#location> <http://protege.stanford.edu/system#maxCardinality> "1" .
1578
+ <http://uml/2#location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1579
+ <http://uml/2#location> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Deployment> .
1580
+ <http://uml/2#location> <http://www.w3.org/2000/01/rdf-schema#label> "location" .
1581
+ <http://uml/2#location> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#DeploymentTarget> .
1582
+ <http://uml/2#loopVariable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1583
+ <http://uml/2#loopVariable> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LoopNode> .
1584
+ <http://uml/2#loopVariable> <http://www.w3.org/2000/01/rdf-schema#label> "loopVariable" .
1585
+ <http://uml/2#loopVariable> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#OutputPin> .
1586
+ <http://uml/2#loopVariableInput> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1587
+ <http://uml/2#loopVariableInput> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LoopNode> .
1588
+ <http://uml/2#loopVariableInput> <http://www.w3.org/2000/01/rdf-schema#label> "loopVariableInput" .
1589
+ <http://uml/2#loopVariableInput> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InputPin> .
1590
+ <http://uml/2#lowerValue> <http://protege.stanford.edu/system#maxCardinality> "1" .
1591
+ <http://uml/2#lowerValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1592
+ <http://uml/2#lowerValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#MultiplicityElement> .
1593
+ <http://uml/2#lowerValue> <http://www.w3.org/2000/01/rdf-schema#label> "lowerValue" .
1594
+ <http://uml/2#lowerValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
1595
+ <http://uml/2#manifestation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1596
+ <http://uml/2#manifestation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Artifact> .
1597
+ <http://uml/2#manifestation> <http://www.w3.org/2000/01/rdf-schema#label> "manifestation" .
1598
+ <http://uml/2#manifestation> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Manifestation> .
1599
+ <http://uml/2#mapping> <http://protege.stanford.edu/system#maxCardinality> "1" .
1600
+ <http://uml/2#mapping> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1601
+ <http://uml/2#mapping> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Abstraction> .
1602
+ <http://uml/2#mapping> <http://www.w3.org/2000/01/rdf-schema#label> "mapping" .
1603
+ <http://uml/2#mapping> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#OpaqueExpression> .
1604
+ <http://uml/2#max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1605
+ <http://uml/2#max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Interval> .
1606
+ <http://uml/2#max> <http://www.w3.org/2000/01/rdf-schema#label> "max" .
1607
+ <http://uml/2#max> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
1608
+ <http://uml/2#maxint> <http://protege.stanford.edu/system#maxCardinality> "1" .
1609
+ <http://uml/2#maxint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1610
+ <http://uml/2#maxint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InteractionConstraint> .
1611
+ <http://uml/2#maxint> <http://www.w3.org/2000/01/rdf-schema#label> "maxint" .
1612
+ <http://uml/2#maxint> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
1613
+ <http://uml/2#memberEnd> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#association> .
1614
+ <http://uml/2#memberEnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1615
+ <http://uml/2#memberEnd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Association> .
1616
+ <http://uml/2#memberEnd> <http://www.w3.org/2000/01/rdf-schema#label> "memberEnd" .
1617
+ <http://uml/2#memberEnd> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Property> .
1618
+ <http://uml/2#mergedPackage> <http://protege.stanford.edu/system#maxCardinality> "1" .
1619
+ <http://uml/2#mergedPackage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1620
+ <http://uml/2#mergedPackage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#PackageMerge> .
1621
+ <http://uml/2#mergedPackage> <http://www.w3.org/2000/01/rdf-schema#label> "mergedPackage" .
1622
+ <http://uml/2#mergedPackage> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Package> .
1623
+ <http://uml/2#mergingPackage> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#packageMerge> .
1624
+ <http://uml/2#mergingPackage> <http://protege.stanford.edu/system#maxCardinality> "1" .
1625
+ <http://uml/2#mergingPackage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1626
+ <http://uml/2#mergingPackage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#PackageMerge> .
1627
+ <http://uml/2#mergingPackage> <http://www.w3.org/2000/01/rdf-schema#label> "mergingPackage" .
1628
+ <http://uml/2#mergingPackage> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Package> .
1629
+ <http://uml/2#message> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#interaction> .
1630
+ <http://uml/2#message> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1631
+ <http://uml/2#message> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Interaction> .
1632
+ <http://uml/2#message> <http://www.w3.org/2000/01/rdf-schema#label> "message" .
1633
+ <http://uml/2#message> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Message> .
1634
+ <http://uml/2#messageKind_complete> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#MessageKind> .
1635
+ <http://uml/2#messageKind_found> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#MessageKind> .
1636
+ <http://uml/2#messageKind_lost> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#MessageKind> .
1637
+ <http://uml/2#messageKind_unknown> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#MessageKind> .
1638
+ <http://uml/2#messageSort> <http://protege.stanford.edu/system#maxCardinality> "1" .
1639
+ <http://uml/2#messageSort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1640
+ <http://uml/2#messageSort> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Message> .
1641
+ <http://uml/2#messageSort> <http://www.w3.org/2000/01/rdf-schema#label> "messageSort" .
1642
+ <http://uml/2#messageSort> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#MessageSort> .
1643
+ <http://uml/2#messageSort_asynchCall> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#MessageSort> .
1644
+ <http://uml/2#messageSort_asynchSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#MessageSort> .
1645
+ <http://uml/2#messageSort_synchCall> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#MessageSort> .
1646
+ <http://uml/2#messageSort_synchSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#MessageSort> .
1647
+ <http://uml/2#metaclassReference> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1648
+ <http://uml/2#metaclassReference> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Profile> .
1649
+ <http://uml/2#metaclassReference> <http://www.w3.org/2000/01/rdf-schema#label> "metaclassReference" .
1650
+ <http://uml/2#metaclassReference> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ElementImport> .
1651
+ <http://uml/2#metamodelReference> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1652
+ <http://uml/2#metamodelReference> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Profile> .
1653
+ <http://uml/2#metamodelReference> <http://www.w3.org/2000/01/rdf-schema#label> "metamodelReference" .
1654
+ <http://uml/2#metamodelReference> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#PackageImport> .
1655
+ <http://uml/2#method> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#specification> .
1656
+ <http://uml/2#method> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1657
+ <http://uml/2#method> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#BehavioralFeature> .
1658
+ <http://uml/2#method> <http://www.w3.org/2000/01/rdf-schema#label> "method" .
1659
+ <http://uml/2#method> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Behavior> .
1660
+ <http://uml/2#min> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1661
+ <http://uml/2#min> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Interval> .
1662
+ <http://uml/2#min> <http://www.w3.org/2000/01/rdf-schema#label> "min" .
1663
+ <http://uml/2#min> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
1664
+ <http://uml/2#minint> <http://protege.stanford.edu/system#maxCardinality> "1" .
1665
+ <http://uml/2#minint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1666
+ <http://uml/2#minint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InteractionConstraint> .
1667
+ <http://uml/2#minint> <http://www.w3.org/2000/01/rdf-schema#label> "minint" .
1668
+ <http://uml/2#minint> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
1669
+ <http://uml/2#mode> <http://protege.stanford.edu/system#maxCardinality> "1" .
1670
+ <http://uml/2#mode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1671
+ <http://uml/2#mode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ExpansionRegion> .
1672
+ <http://uml/2#mode> <http://www.w3.org/2000/01/rdf-schema#label> "mode" .
1673
+ <http://uml/2#mode> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ExpansionKind> .
1674
+ <http://uml/2#mustIsolate> <http://protege.stanford.edu/system#maxCardinality> "1" .
1675
+ <http://uml/2#mustIsolate> <http://protege.stanford.edu/system#range> "boolean" .
1676
+ <http://uml/2#mustIsolate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1677
+ <http://uml/2#mustIsolate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StructuredActivityNode> .
1678
+ <http://uml/2#mustIsolate> <http://www.w3.org/2000/01/rdf-schema#label> "mustIsolate" .
1679
+ <http://uml/2#mustIsolate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1680
+ <http://uml/2#name> <http://protege.stanford.edu/system#maxCardinality> "1" .
1681
+ <http://uml/2#name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1682
+ <http://uml/2#name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#NamedElement> .
1683
+ <http://uml/2#name> <http://www.w3.org/2000/01/rdf-schema#label> "name" .
1684
+ <http://uml/2#name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
1685
+ <http://uml/2#nameExpression> <http://protege.stanford.edu/system#maxCardinality> "1" .
1686
+ <http://uml/2#nameExpression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1687
+ <http://uml/2#nameExpression> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#NamedElement> .
1688
+ <http://uml/2#nameExpression> <http://www.w3.org/2000/01/rdf-schema#label> "nameExpression" .
1689
+ <http://uml/2#nameExpression> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#StringExpression> .
1690
+ <http://uml/2#namespace> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#ownedRule> .
1691
+ <http://uml/2#namespace> <http://protege.stanford.edu/system#maxCardinality> "1" .
1692
+ <http://uml/2#namespace> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1693
+ <http://uml/2#namespace> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Constraint> .
1694
+ <http://uml/2#namespace> <http://www.w3.org/2000/01/rdf-schema#label> "namespace" .
1695
+ <http://uml/2#namespace> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Namespace> .
1696
+ <http://uml/2#nestedArtifact> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1697
+ <http://uml/2#nestedArtifact> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Artifact> .
1698
+ <http://uml/2#nestedArtifact> <http://www.w3.org/2000/01/rdf-schema#label> "nestedArtifact" .
1699
+ <http://uml/2#nestedArtifact> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Artifact> .
1700
+ <http://uml/2#nestedClassifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1701
+ <http://uml/2#nestedClassifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Class> .
1702
+ <http://uml/2#nestedClassifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Interface> .
1703
+ <http://uml/2#nestedClassifier> <http://www.w3.org/2000/01/rdf-schema#label> "nestedClassifier" .
1704
+ <http://uml/2#nestedClassifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Classifier> .
1705
+ <http://uml/2#nestedNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1706
+ <http://uml/2#nestedNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Node> .
1707
+ <http://uml/2#nestedNode> <http://www.w3.org/2000/01/rdf-schema#label> "nestedNode" .
1708
+ <http://uml/2#nestedNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Node> .
1709
+ <http://uml/2#nestedSignature> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#nestingSignature> .
1710
+ <http://uml/2#nestedSignature> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1711
+ <http://uml/2#nestedSignature> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateSignature> .
1712
+ <http://uml/2#nestedSignature> <http://www.w3.org/2000/01/rdf-schema#label> "nestedSignature" .
1713
+ <http://uml/2#nestedSignature> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#TemplateSignature> .
1714
+ <http://uml/2#nestingSignature> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#nestedSignature> .
1715
+ <http://uml/2#nestingSignature> <http://protege.stanford.edu/system#maxCardinality> "1" .
1716
+ <http://uml/2#nestingSignature> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1717
+ <http://uml/2#nestingSignature> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateSignature> .
1718
+ <http://uml/2#nestingSignature> <http://www.w3.org/2000/01/rdf-schema#label> "nestingSignature" .
1719
+ <http://uml/2#nestingSignature> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#TemplateSignature> .
1720
+ <http://uml/2#newClassifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1721
+ <http://uml/2#newClassifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReclassifyObjectAction> .
1722
+ <http://uml/2#newClassifier> <http://www.w3.org/2000/01/rdf-schema#label> "newClassifier" .
1723
+ <http://uml/2#newClassifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Classifier> .
1724
+ <http://uml/2#node> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#activity> .
1725
+ <http://uml/2#node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1726
+ <http://uml/2#node> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Activity> .
1727
+ <http://uml/2#node> <http://www.w3.org/2000/01/rdf-schema#label> "node" .
1728
+ <http://uml/2#node> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityNode> .
1729
+ <http://uml/2#now> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1730
+ <http://uml/2#now> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TimeObservationAction> .
1731
+ <http://uml/2#now> <http://www.w3.org/2000/01/rdf-schema#label> "now" .
1732
+ <http://uml/2#now> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#TimeExpression> .
1733
+ <http://uml/2#object> <http://protege.stanford.edu/system#maxCardinality> "1" .
1734
+ <http://uml/2#object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1735
+ <http://uml/2#object> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ClearAssociationAction> .
1736
+ <http://uml/2#object> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadIsClassifiedObjectAction> .
1737
+ <http://uml/2#object> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadLinkObjectEndAction> .
1738
+ <http://uml/2#object> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadLinkObjectEndQualifierAction> .
1739
+ <http://uml/2#object> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReclassifyObjectAction> .
1740
+ <http://uml/2#object> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StartOwnedBehaviorAction> .
1741
+ <http://uml/2#object> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StructuralFeatureAction> .
1742
+ <http://uml/2#object> <http://www.w3.org/2000/01/rdf-schema#label> "object" .
1743
+ <http://uml/2#object> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InputPin> .
1744
+ <http://uml/2#objectNodeOrderingKind_FIFO> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ObjectNodeOrderingKind> .
1745
+ <http://uml/2#objectNodeOrderingKind_LIFO> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ObjectNodeOrderingKind> .
1746
+ <http://uml/2#objectNodeOrderingKind_ordered> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ObjectNodeOrderingKind> .
1747
+ <http://uml/2#objectNodeOrderingKind_unordered> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ObjectNodeOrderingKind> .
1748
+ <http://uml/2#occurrence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1749
+ <http://uml/2#occurrence> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Classifier> .
1750
+ <http://uml/2#occurrence> <http://www.w3.org/2000/01/rdf-schema#label> "occurrence" .
1751
+ <http://uml/2#occurrence> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#CollaborationOccurrence> .
1752
+ <http://uml/2#oldClassifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1753
+ <http://uml/2#oldClassifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReclassifyObjectAction> .
1754
+ <http://uml/2#oldClassifier> <http://www.w3.org/2000/01/rdf-schema#label> "oldClassifier" .
1755
+ <http://uml/2#oldClassifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Classifier> .
1756
+ <http://uml/2#onPort> <http://protege.stanford.edu/system#maxCardinality> "1" .
1757
+ <http://uml/2#onPort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1758
+ <http://uml/2#onPort> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InvocationAction> .
1759
+ <http://uml/2#onPort> <http://www.w3.org/2000/01/rdf-schema#label> "onPort" .
1760
+ <http://uml/2#onPort> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Port> .
1761
+ <http://uml/2#operand> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1762
+ <http://uml/2#operand> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#CombinedFragment> .
1763
+ <http://uml/2#operand> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Expression> .
1764
+ <http://uml/2#operand> <http://www.w3.org/2000/01/rdf-schema#label> "operand" .
1765
+ <http://uml/2#operand> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InteractionOperand> .
1766
+ <http://uml/2#operand> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
1767
+ <http://uml/2#operation> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#ownedParameter> .
1768
+ <http://uml/2#operation> <http://protege.stanford.edu/system#maxCardinality> "1" .
1769
+ <http://uml/2#operation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1770
+ <http://uml/2#operation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#CallOperationAction> .
1771
+ <http://uml/2#operation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#CallTrigger> .
1772
+ <http://uml/2#operation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Parameter> .
1773
+ <http://uml/2#operation> <http://www.w3.org/2000/01/rdf-schema#label> "operation" .
1774
+ <http://uml/2#operation> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Operation> .
1775
+ <http://uml/2#ordering> <http://protege.stanford.edu/system#maxCardinality> "1" .
1776
+ <http://uml/2#ordering> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1777
+ <http://uml/2#ordering> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ObjectNode> .
1778
+ <http://uml/2#ordering> <http://www.w3.org/2000/01/rdf-schema#label> "ordering" .
1779
+ <http://uml/2#ordering> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ObjectNodeOrderingKind> .
1780
+ <http://uml/2#outgoing> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#source> .
1781
+ <http://uml/2#outgoing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1782
+ <http://uml/2#outgoing> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityNode> .
1783
+ <http://uml/2#outgoing> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Vertex> .
1784
+ <http://uml/2#outgoing> <http://www.w3.org/2000/01/rdf-schema#label> "outgoing" .
1785
+ <http://uml/2#outgoing> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityEdge> .
1786
+ <http://uml/2#outgoing> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Transition> .
1787
+ <http://uml/2#outputElement> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#regionAsOutput> .
1788
+ <http://uml/2#outputElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1789
+ <http://uml/2#outputElement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ExpansionRegion> .
1790
+ <http://uml/2#outputElement> <http://www.w3.org/2000/01/rdf-schema#label> "outputElement" .
1791
+ <http://uml/2#outputElement> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ExpansionNode> .
1792
+ <http://uml/2#ownedActual> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1793
+ <http://uml/2#ownedActual> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateParameterSubstitution> .
1794
+ <http://uml/2#ownedActual> <http://www.w3.org/2000/01/rdf-schema#label> "ownedActual" .
1795
+ <http://uml/2#ownedActual> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ParameterableElement> .
1796
+ <http://uml/2#ownedAttribute> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#datatype> .
1797
+ <http://uml/2#ownedAttribute> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1798
+ <http://uml/2#ownedAttribute> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Artifact> .
1799
+ <http://uml/2#ownedAttribute> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#DataType> .
1800
+ <http://uml/2#ownedAttribute> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Interface> .
1801
+ <http://uml/2#ownedAttribute> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Signal> .
1802
+ <http://uml/2#ownedAttribute> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StructuredClassifier> .
1803
+ <http://uml/2#ownedAttribute> <http://www.w3.org/2000/01/rdf-schema#label> "ownedAttribute" .
1804
+ <http://uml/2#ownedAttribute> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Property> .
1805
+ <http://uml/2#ownedBehavior> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#context> .
1806
+ <http://uml/2#ownedBehavior> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1807
+ <http://uml/2#ownedBehavior> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#BehavioredClassifier> .
1808
+ <http://uml/2#ownedBehavior> <http://www.w3.org/2000/01/rdf-schema#label> "ownedBehavior" .
1809
+ <http://uml/2#ownedBehavior> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Behavior> .
1810
+ <http://uml/2#ownedComment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1811
+ <http://uml/2#ownedComment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Element> .
1812
+ <http://uml/2#ownedComment> <http://www.w3.org/2000/01/rdf-schema#label> "ownedComment" .
1813
+ <http://uml/2#ownedComment> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Comment> .
1814
+ <http://uml/2#ownedConnector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1815
+ <http://uml/2#ownedConnector> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StructuredClassifier> .
1816
+ <http://uml/2#ownedConnector> <http://www.w3.org/2000/01/rdf-schema#label> "ownedConnector" .
1817
+ <http://uml/2#ownedConnector> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Connector> .
1818
+ <http://uml/2#ownedDefault> <http://protege.stanford.edu/system#maxCardinality> "1" .
1819
+ <http://uml/2#ownedDefault> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1820
+ <http://uml/2#ownedDefault> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateParameter> .
1821
+ <http://uml/2#ownedDefault> <http://www.w3.org/2000/01/rdf-schema#label> "ownedDefault" .
1822
+ <http://uml/2#ownedDefault> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ParameterableElement> .
1823
+ <http://uml/2#ownedEnd> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#owningAssociation> .
1824
+ <http://uml/2#ownedEnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1825
+ <http://uml/2#ownedEnd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Association> .
1826
+ <http://uml/2#ownedEnd> <http://www.w3.org/2000/01/rdf-schema#label> "ownedEnd" .
1827
+ <http://uml/2#ownedEnd> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Property> .
1828
+ <http://uml/2#ownedLiteral> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#enumeration> .
1829
+ <http://uml/2#ownedLiteral> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1830
+ <http://uml/2#ownedLiteral> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Enumeration> .
1831
+ <http://uml/2#ownedLiteral> <http://www.w3.org/2000/01/rdf-schema#label> "ownedLiteral" .
1832
+ <http://uml/2#ownedLiteral> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#EnumerationLiteral> .
1833
+ <http://uml/2#ownedMember> <http://protege.stanford.edu/system#inverseProperty> <http://ft/uml/2#packageableElement_owner> .
1834
+ <http://uml/2#ownedMember> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1835
+ <http://uml/2#ownedMember> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Component> .
1836
+ <http://uml/2#ownedMember> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Package> .
1837
+ <http://uml/2#ownedMember> <http://www.w3.org/2000/01/rdf-schema#label> "ownedMember" .
1838
+ <http://uml/2#ownedMember> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#PackageableElement> .
1839
+ <http://uml/2#ownedOperation> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#class> .
1840
+ <http://uml/2#ownedOperation> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#datatype> .
1841
+ <http://uml/2#ownedOperation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1842
+ <http://uml/2#ownedOperation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Artifact> .
1843
+ <http://uml/2#ownedOperation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Class> .
1844
+ <http://uml/2#ownedOperation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#DataType> .
1845
+ <http://uml/2#ownedOperation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Interface> .
1846
+ #2007-11-30 added ownedOperation on Actor for Objecteering 6 support
1847
+ <http://uml/2#ownedOperation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Actor> .
1848
+ <http://uml/2#ownedOperation> <http://www.w3.org/2000/01/rdf-schema#label> "ownedOperation" .
1849
+ <http://uml/2#ownedOperation> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Operation> .
1850
+ <http://uml/2#ownedParameter> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#operation> .
1851
+ <http://uml/2#ownedParameter> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#signature> .
1852
+ <http://uml/2#ownedParameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1853
+ <http://uml/2#ownedParameter> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Operation> .
1854
+ <http://uml/2#ownedParameter> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateSignature> .
1855
+ <http://uml/2#ownedParameter> <http://www.w3.org/2000/01/rdf-schema#label> "ownedParameter" .
1856
+ <http://uml/2#ownedParameter> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Parameter> .
1857
+ <http://uml/2#ownedParameter> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#TemplateParameter> .
1858
+ <http://uml/2#ownedParameterSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1859
+ <http://uml/2#ownedParameterSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Behavior> .
1860
+ <http://uml/2#ownedParameterSet> <http://www.w3.org/2000/01/rdf-schema#label> "ownedParameterSet" .
1861
+ <http://uml/2#ownedParameterSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ParameterSet> .
1862
+ <http://uml/2#ownedParameteredElement> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#owningParameter> .
1863
+ <http://uml/2#ownedParameteredElement> <http://protege.stanford.edu/system#maxCardinality> "1" .
1864
+ <http://uml/2#ownedParameteredElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1865
+ <http://uml/2#ownedParameteredElement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateParameter> .
1866
+ <http://uml/2#ownedParameteredElement> <http://www.w3.org/2000/01/rdf-schema#label> "ownedParameteredElement" .
1867
+ <http://uml/2#ownedParameteredElement> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ParameterableElement> .
1868
+ <http://uml/2#ownedPort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1869
+ <http://uml/2#ownedPort> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#EncapsulatedClassifier> .
1870
+ <http://uml/2#ownedPort> <http://www.w3.org/2000/01/rdf-schema#label> "ownedPort" .
1871
+ <http://uml/2#ownedPort> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Port> .
1872
+ <http://uml/2#ownedReception> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1873
+ <http://uml/2#ownedReception> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Class> .
1874
+ <http://uml/2#ownedReception> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Interface> .
1875
+ <http://uml/2#ownedReception> <http://www.w3.org/2000/01/rdf-schema#label> "ownedReception" .
1876
+ <http://uml/2#ownedReception> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Reception> .
1877
+ <http://uml/2#ownedRule> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#namespace> .
1878
+ <http://uml/2#ownedRule> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1879
+ <http://uml/2#ownedRule> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Namespace> .
1880
+ <http://uml/2#ownedRule> <http://www.w3.org/2000/01/rdf-schema#label> "ownedRule" .
1881
+ <http://uml/2#ownedRule> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Constraint> .
1882
+ <http://uml/2#ownedStateMachine> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#redefinitionContext> .
1883
+ <http://uml/2#ownedStateMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1884
+ <http://uml/2#ownedStateMachine> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#BehavioredClassifier> .
1885
+ <http://uml/2#ownedStateMachine> <http://www.w3.org/2000/01/rdf-schema#label> "ownedStateMachine" .
1886
+ <http://uml/2#ownedStateMachine> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#StateMachine> .
1887
+ <http://uml/2#ownedTemplateSignature> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#template> .
1888
+ <http://uml/2#ownedTemplateSignature> <http://protege.stanford.edu/system#maxCardinality> "1" .
1889
+ <http://uml/2#ownedTemplateSignature> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1890
+ <http://uml/2#ownedTemplateSignature> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateableElement> .
1891
+ <http://uml/2#ownedTemplateSignature> <http://www.w3.org/2000/01/rdf-schema#label> "ownedTemplateSignature" .
1892
+ <http://uml/2#ownedTemplateSignature> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#TemplateSignature> .
1893
+ <http://uml/2#ownedTrigger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1894
+ <http://uml/2#ownedTrigger> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#BehavioredClassifier> .
1895
+ <http://uml/2#ownedTrigger> <http://www.w3.org/2000/01/rdf-schema#label> "ownedTrigger" .
1896
+ <http://uml/2#ownedTrigger> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Trigger> .
1897
+ <http://uml/2#ownedUseCase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1898
+ <http://uml/2#ownedUseCase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Classifier> .
1899
+ <http://uml/2#ownedUseCase> <http://www.w3.org/2000/01/rdf-schema#label> "ownedUseCase" .
1900
+ <http://uml/2#ownedUseCase> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#UseCase> .
1901
+ <http://uml/2#owningAssociation> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#ownedEnd> .
1902
+ <http://uml/2#owningAssociation> <http://protege.stanford.edu/system#maxCardinality> "1" .
1903
+ <http://uml/2#owningAssociation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1904
+ <http://uml/2#owningAssociation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Property> .
1905
+ <http://uml/2#owningAssociation> <http://www.w3.org/2000/01/rdf-schema#label> "owningAssociation" .
1906
+ <http://uml/2#owningAssociation> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Association> .
1907
+ <http://uml/2#owningExpression> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#subExpression> .
1908
+ <http://uml/2#owningExpression> <http://protege.stanford.edu/system#maxCardinality> "1" .
1909
+ <http://uml/2#owningExpression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1910
+ <http://uml/2#owningExpression> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StringExpression> .
1911
+ <http://uml/2#owningExpression> <http://www.w3.org/2000/01/rdf-schema#label> "owningExpression" .
1912
+ <http://uml/2#owningExpression> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#StringExpression> .
1913
+ <http://uml/2#owningInstance> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#slot> .
1914
+ <http://uml/2#owningInstance> <http://protege.stanford.edu/system#maxCardinality> "1" .
1915
+ <http://uml/2#owningInstance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1916
+ <http://uml/2#owningInstance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Slot> .
1917
+ <http://uml/2#owningInstance> <http://www.w3.org/2000/01/rdf-schema#label> "owningInstance" .
1918
+ <http://uml/2#owningInstance> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InstanceSpecification> .
1919
+ <http://uml/2#owningParameter> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#ownedParameteredElement> .
1920
+ <http://uml/2#owningParameter> <http://protege.stanford.edu/system#maxCardinality> "1" .
1921
+ <http://uml/2#owningParameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1922
+ <http://uml/2#owningParameter> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ParameterableElement> .
1923
+ <http://uml/2#owningParameter> <http://www.w3.org/2000/01/rdf-schema#label> "owningParameter" .
1924
+ <http://uml/2#owningParameter> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#TemplateParameter> .
1925
+ <http://uml/2#packageExtension> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1926
+ <http://uml/2#packageExtension> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Package> .
1927
+ <http://uml/2#packageExtension> <http://www.w3.org/2000/01/rdf-schema#label> "packageExtension" .
1928
+ <http://uml/2#packageExtension> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#PackageMerge> .
1929
+ <http://uml/2#packageImport> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#importingNamespace> .
1930
+ <http://uml/2#packageImport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1931
+ <http://uml/2#packageImport> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Namespace> .
1932
+ <http://uml/2#packageImport> <http://www.w3.org/2000/01/rdf-schema#label> "packageImport" .
1933
+ <http://uml/2#packageImport> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#PackageImport> .
1934
+ <http://uml/2#packageMerge> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#mergingPackage> .
1935
+ <http://uml/2#packageMerge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1936
+ <http://uml/2#packageMerge> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Package> .
1937
+ <http://uml/2#packageMerge> <http://www.w3.org/2000/01/rdf-schema#label> "packageMerge" .
1938
+ <http://uml/2#packageMerge> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#PackageMerge> .
1939
+ <http://uml/2#parameter> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#parameterSet> .
1940
+ <http://uml/2#parameter> <http://protege.stanford.edu/system#maxCardinality> "1" .
1941
+ <http://uml/2#parameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1942
+ <http://uml/2#parameter> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityParameterNode> .
1943
+ <http://uml/2#parameter> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Behavior> .
1944
+ <http://uml/2#parameter> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ParameterSet> .
1945
+ <http://uml/2#parameter> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateSignature> .
1946
+ <http://uml/2#parameter> <http://www.w3.org/2000/01/rdf-schema#label> "parameter" .
1947
+ <http://uml/2#parameter> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Parameter> .
1948
+ <http://uml/2#parameter> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#TemplateParameter> .
1949
+ <http://uml/2#parameterDirectionKind_in> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ParameterDirectionKind> .
1950
+ <http://uml/2#parameterDirectionKind_inout> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ParameterDirectionKind> .
1951
+ <http://uml/2#parameterDirectionKind_out> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ParameterDirectionKind> .
1952
+ <http://uml/2#parameterDirectionKind_return> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ParameterDirectionKind> .
1953
+ <http://uml/2#parameterEffectKind_create> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ParameterEffectKind> .
1954
+ <http://uml/2#parameterEffectKind_delete> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ParameterEffectKind> .
1955
+ <http://uml/2#parameterEffectKind_read> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ParameterEffectKind> .
1956
+ <http://uml/2#parameterEffectKind_update> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#ParameterEffectKind> .
1957
+ <http://uml/2#parameterSet> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#parameter> .
1958
+ <http://uml/2#parameterSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1959
+ <http://uml/2#parameterSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Parameter> .
1960
+ <http://uml/2#parameterSet> <http://www.w3.org/2000/01/rdf-schema#label> "parameterSet" .
1961
+ <http://uml/2#parameterSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ParameterSet> .
1962
+ <http://uml/2#parameterSubstitution> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#templateBinding> .
1963
+ <http://uml/2#parameterSubstitution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1964
+ <http://uml/2#parameterSubstitution> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateBinding> .
1965
+ <http://uml/2#parameterSubstitution> <http://www.w3.org/2000/01/rdf-schema#label> "parameterSubstitution" .
1966
+ <http://uml/2#parameterSubstitution> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#TemplateParameterSubstitution> .
1967
+ <http://uml/2#parameteredElement> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#templateParameter> .
1968
+ <http://uml/2#parameteredElement> <http://protege.stanford.edu/system#maxCardinality> "1" .
1969
+ <http://uml/2#parameteredElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1970
+ <http://uml/2#parameteredElement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateParameter> .
1971
+ <http://uml/2#parameteredElement> <http://www.w3.org/2000/01/rdf-schema#label> "parameteredElement" .
1972
+ <http://uml/2#parameteredElement> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ParameterableElement> .
1973
+ <http://uml/2#partWithPort> <http://protege.stanford.edu/system#maxCardinality> "1" .
1974
+ <http://uml/2#partWithPort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1975
+ <http://uml/2#partWithPort> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ConnectorEnd> .
1976
+ <http://uml/2#partWithPort> <http://www.w3.org/2000/01/rdf-schema#label> "partWithPort" .
1977
+ <http://uml/2#partWithPort> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Property> .
1978
+ <http://uml/2#port> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1979
+ <http://uml/2#port> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Trigger> .
1980
+ <http://uml/2#port> <http://www.w3.org/2000/01/rdf-schema#label> "port" .
1981
+ <http://uml/2#port> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Port> .
1982
+ <http://uml/2#postCondition> <http://protege.stanford.edu/system#maxCardinality> "1" .
1983
+ <http://uml/2#postCondition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1984
+ <http://uml/2#postCondition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ProtocolTransition> .
1985
+ <http://uml/2#postCondition> <http://www.w3.org/2000/01/rdf-schema#label> "postCondition" .
1986
+ <http://uml/2#postCondition> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Constraint> .
1987
+ <http://uml/2#postcondition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1988
+ <http://uml/2#postcondition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Behavior> .
1989
+ <http://uml/2#postcondition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Operation> .
1990
+ <http://uml/2#postcondition> <http://www.w3.org/2000/01/rdf-schema#label> "postcondition" .
1991
+ <http://uml/2#postcondition> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Constraint> .
1992
+ <http://uml/2#powertype> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#powertypeExtent> .
1993
+ <http://uml/2#powertype> <http://protege.stanford.edu/system#maxCardinality> "1" .
1994
+ <http://uml/2#powertype> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
1995
+ <http://uml/2#powertype> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#GeneralizationSet> .
1996
+ <http://uml/2#powertype> <http://www.w3.org/2000/01/rdf-schema#label> "powertype" .
1997
+ <http://uml/2#powertype> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Classifier> .
1998
+ <http://uml/2#powertypeExtent> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#powertype> .
1999
+ <http://uml/2#powertypeExtent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2000
+ <http://uml/2#powertypeExtent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Classifier> .
2001
+ <http://uml/2#powertypeExtent> <http://www.w3.org/2000/01/rdf-schema#label> "powertypeExtent" .
2002
+ <http://uml/2#powertypeExtent> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#GeneralizationSet> .
2003
+ <http://uml/2#preCondition> <http://protege.stanford.edu/system#maxCardinality> "1" .
2004
+ <http://uml/2#preCondition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2005
+ <http://uml/2#preCondition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ProtocolTransition> .
2006
+ <http://uml/2#preCondition> <http://www.w3.org/2000/01/rdf-schema#label> "preCondition" .
2007
+ <http://uml/2#preCondition> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Constraint> .
2008
+ <http://uml/2#precondition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2009
+ <http://uml/2#precondition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Behavior> .
2010
+ <http://uml/2#precondition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Operation> .
2011
+ <http://uml/2#precondition> <http://www.w3.org/2000/01/rdf-schema#label> "precondition" .
2012
+ <http://uml/2#precondition> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Constraint> .
2013
+ <http://uml/2#predecessorClause> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#successorClause> .
2014
+ <http://uml/2#predecessorClause> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2015
+ <http://uml/2#predecessorClause> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Clause> .
2016
+ <http://uml/2#predecessorClause> <http://www.w3.org/2000/01/rdf-schema#label> "predecessorClause" .
2017
+ <http://uml/2#predecessorClause> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Clause> .
2018
+ <http://uml/2#protectedNode> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#handler> .
2019
+ <http://uml/2#protectedNode> <http://protege.stanford.edu/system#maxCardinality> "1" .
2020
+ <http://uml/2#protectedNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2021
+ <http://uml/2#protectedNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ExceptionHandler> .
2022
+ <http://uml/2#protectedNode> <http://www.w3.org/2000/01/rdf-schema#label> "protectedNode" .
2023
+ <http://uml/2#protectedNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ExecutableNode> .
2024
+ <http://uml/2#protocol> <http://protege.stanford.edu/system#maxCardinality> "1" .
2025
+ <http://uml/2#protocol> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2026
+ <http://uml/2#protocol> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Interface> .
2027
+ <http://uml/2#protocol> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Port> .
2028
+ <http://uml/2#protocol> <http://www.w3.org/2000/01/rdf-schema#label> "protocol" .
2029
+ <http://uml/2#protocol> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ProtocolStateMachine> .
2030
+ <http://uml/2#pseudostateKind_choice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#PseudostateKind> .
2031
+ <http://uml/2#pseudostateKind_deepHistory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#PseudostateKind> .
2032
+ <http://uml/2#pseudostateKind_entryPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#PseudostateKind> .
2033
+ <http://uml/2#pseudostateKind_exitPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#PseudostateKind> .
2034
+ <http://uml/2#pseudostateKind_fork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#PseudostateKind> .
2035
+ <http://uml/2#pseudostateKind_initial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#PseudostateKind> .
2036
+ <http://uml/2#pseudostateKind_join> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#PseudostateKind> .
2037
+ <http://uml/2#pseudostateKind_junction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#PseudostateKind> .
2038
+ <http://uml/2#pseudostateKind_shallowHistory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#PseudostateKind> .
2039
+ <http://uml/2#pseudostateKind_terminate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#PseudostateKind> .
2040
+ <http://uml/2#qualifier> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#associationEnd> .
2041
+ <http://uml/2#qualifier> <http://protege.stanford.edu/system#maxCardinality> "1" .
2042
+ <http://uml/2#qualifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2043
+ <http://uml/2#qualifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LinkEndData> .
2044
+ <http://uml/2#qualifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Property> .
2045
+ <http://uml/2#qualifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#QualifierValue> .
2046
+ <http://uml/2#qualifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadLinkObjectEndQualifierAction> .
2047
+ <http://uml/2#qualifier> <http://www.w3.org/2000/01/rdf-schema#label> "qualifier" .
2048
+ <http://uml/2#qualifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Property> .
2049
+ <http://uml/2#qualifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#QualifierValue> .
2050
+ <http://uml/2#raisedException> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2051
+ <http://uml/2#raisedException> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#BehavioralFeature> .
2052
+ <http://uml/2#raisedException> <http://www.w3.org/2000/01/rdf-schema#label> "raisedException" .
2053
+ <http://uml/2#raisedException> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Type> .
2054
+ <http://uml/2#realization> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#abstraction> .
2055
+ <http://uml/2#realization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2056
+ <http://uml/2#realization> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Component> .
2057
+ <http://uml/2#realization> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InformationFlow> .
2058
+ <http://uml/2#realization> <http://www.w3.org/2000/01/rdf-schema#label> "realization" .
2059
+ <http://uml/2#realization> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Realization> .
2060
+ <http://uml/2#realization> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Relationship> .
2061
+ <http://uml/2#realizingClassifier> <http://protege.stanford.edu/system#maxCardinality> "1" .
2062
+ <http://uml/2#realizingClassifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2063
+ <http://uml/2#realizingClassifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Realization> .
2064
+ <http://uml/2#realizingClassifier> <http://www.w3.org/2000/01/rdf-schema#label> "realizingClassifier" .
2065
+ <http://uml/2#realizingClassifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Classifier> .
2066
+ <http://uml/2#receiveEvent> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#receiveMessage> .
2067
+ <http://uml/2#receiveEvent> <http://protege.stanford.edu/system#maxCardinality> "1" .
2068
+ <http://uml/2#receiveEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2069
+ <http://uml/2#receiveEvent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Message> .
2070
+ <http://uml/2#receiveEvent> <http://www.w3.org/2000/01/rdf-schema#label> "receiveEvent" .
2071
+ <http://uml/2#receiveEvent> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#MessageEnd> .
2072
+ <http://uml/2#receiveMessage> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#receiveEvent> .
2073
+ <http://uml/2#receiveMessage> <http://protege.stanford.edu/system#maxCardinality> "1" .
2074
+ <http://uml/2#receiveMessage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2075
+ <http://uml/2#receiveMessage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#MessageEnd> .
2076
+ <http://uml/2#receiveMessage> <http://www.w3.org/2000/01/rdf-schema#label> "receiveMessage" .
2077
+ <http://uml/2#receiveMessage> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Message> .
2078
+ <http://uml/2#redefinedBehavior> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2079
+ <http://uml/2#redefinedBehavior> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Behavior> .
2080
+ <http://uml/2#redefinedBehavior> <http://www.w3.org/2000/01/rdf-schema#label> "redefinedBehavior" .
2081
+ <http://uml/2#redefinedBehavior> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Behavior> .
2082
+ <http://uml/2#redefinedClassifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2083
+ <http://uml/2#redefinedClassifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Classifier> .
2084
+ <http://uml/2#redefinedClassifier> <http://www.w3.org/2000/01/rdf-schema#label> "redefinedClassifier" .
2085
+ <http://uml/2#redefinedClassifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Classifier> .
2086
+ <http://uml/2#redefinedConnector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2087
+ <http://uml/2#redefinedConnector> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Connector> .
2088
+ <http://uml/2#redefinedConnector> <http://www.w3.org/2000/01/rdf-schema#label> "redefinedConnector" .
2089
+ <http://uml/2#redefinedConnector> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Connector> .
2090
+ <http://uml/2#redefinedElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2091
+ <http://uml/2#redefinedElement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityEdge> .
2092
+ <http://uml/2#redefinedElement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityNode> .
2093
+ <http://uml/2#redefinedElement> <http://www.w3.org/2000/01/rdf-schema#label> "redefinedElement" .
2094
+ <http://uml/2#redefinedElement> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityEdge> .
2095
+ <http://uml/2#redefinedElement> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityNode> .
2096
+ <http://uml/2#redefinedInterface> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2097
+ <http://uml/2#redefinedInterface> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Interface> .
2098
+ <http://uml/2#redefinedInterface> <http://www.w3.org/2000/01/rdf-schema#label> "redefinedInterface" .
2099
+ <http://uml/2#redefinedInterface> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Interface> .
2100
+ <http://uml/2#redefinedOperation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2101
+ <http://uml/2#redefinedOperation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Operation> .
2102
+ <http://uml/2#redefinedOperation> <http://www.w3.org/2000/01/rdf-schema#label> "redefinedOperation" .
2103
+ <http://uml/2#redefinedOperation> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Operation> .
2104
+ <http://uml/2#redefinedPort> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2105
+ <http://uml/2#redefinedPort> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Port> .
2106
+ <http://uml/2#redefinedPort> <http://www.w3.org/2000/01/rdf-schema#label> "redefinedPort" .
2107
+ <http://uml/2#redefinedPort> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Port> .
2108
+ <http://uml/2#redefinedProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2109
+ <http://uml/2#redefinedProperty> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Property> .
2110
+ <http://uml/2#redefinedProperty> <http://www.w3.org/2000/01/rdf-schema#label> "redefinedProperty" .
2111
+ <http://uml/2#redefinedProperty> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Property> .
2112
+ <http://uml/2#redefinedState> <http://protege.stanford.edu/system#maxCardinality> "1" .
2113
+ <http://uml/2#redefinedState> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2114
+ <http://uml/2#redefinedState> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#State> .
2115
+ <http://uml/2#redefinedState> <http://www.w3.org/2000/01/rdf-schema#label> "redefinedState" .
2116
+ <http://uml/2#redefinedState> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#State> .
2117
+ <http://uml/2#redefinedTransition> <http://protege.stanford.edu/system#maxCardinality> "1" .
2118
+ <http://uml/2#redefinedTransition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2119
+ <http://uml/2#redefinedTransition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Transition> .
2120
+ <http://uml/2#redefinedTransition> <http://www.w3.org/2000/01/rdf-schema#label> "redefinedTransition" .
2121
+ <http://uml/2#redefinedTransition> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Transition> .
2122
+ <http://uml/2#redefinitionContext> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#ownedStateMachine> .
2123
+ <http://uml/2#redefinitionContext> <http://protege.stanford.edu/system#maxCardinality> "1" .
2124
+ <http://uml/2#redefinitionContext> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2125
+ <http://uml/2#redefinitionContext> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StateMachine> .
2126
+ <http://uml/2#redefinitionContext> <http://www.w3.org/2000/01/rdf-schema#label> "stateMachine_redefinitionContext" .
2127
+ <http://uml/2#redefinitionContext> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#BehavioredClassifier> .
2128
+ <http://uml/2#refersTo> <http://protege.stanford.edu/system#maxCardinality> "1" .
2129
+ <http://uml/2#refersTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2130
+ <http://uml/2#refersTo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InteractionOccurrence> .
2131
+ <http://uml/2#refersTo> <http://www.w3.org/2000/01/rdf-schema#label> "refersTo" .
2132
+ <http://uml/2#refersTo> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Interaction> .
2133
+ <http://uml/2#region> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#state> .
2134
+ <http://uml/2#region> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#stateMachine> .
2135
+ <http://uml/2#region> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2136
+ <http://uml/2#region> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#State> .
2137
+ <http://uml/2#region> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StateMachine> .
2138
+ <http://uml/2#region> <http://www.w3.org/2000/01/rdf-schema#label> "region" .
2139
+ <http://uml/2#region> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Region> .
2140
+ <http://uml/2#regionAsInput> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#inputElement> .
2141
+ <http://uml/2#regionAsInput> <http://protege.stanford.edu/system#maxCardinality> "1" .
2142
+ <http://uml/2#regionAsInput> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2143
+ <http://uml/2#regionAsInput> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ExpansionNode> .
2144
+ <http://uml/2#regionAsInput> <http://www.w3.org/2000/01/rdf-schema#label> "regionAsInput" .
2145
+ <http://uml/2#regionAsInput> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ExpansionRegion> .
2146
+ <http://uml/2#regionAsOutput> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#outputElement> .
2147
+ <http://uml/2#regionAsOutput> <http://protege.stanford.edu/system#maxCardinality> "1" .
2148
+ <http://uml/2#regionAsOutput> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2149
+ <http://uml/2#regionAsOutput> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ExpansionNode> .
2150
+ <http://uml/2#regionAsOutput> <http://www.w3.org/2000/01/rdf-schema#label> "regionAsOutput" .
2151
+ <http://uml/2#regionAsOutput> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ExpansionRegion> .
2152
+ <http://uml/2#replyToCall> <http://protege.stanford.edu/system#maxCardinality> "1" .
2153
+ <http://uml/2#replyToCall> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2154
+ <http://uml/2#replyToCall> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReplyAction> .
2155
+ <http://uml/2#replyToCall> <http://www.w3.org/2000/01/rdf-schema#label> "replyToCall" .
2156
+ <http://uml/2#replyToCall> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#CallTrigger> .
2157
+ <http://uml/2#replyValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2158
+ <http://uml/2#replyValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReplyAction> .
2159
+ <http://uml/2#replyValue> <http://www.w3.org/2000/01/rdf-schema#label> "replyValue" .
2160
+ <http://uml/2#replyValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InputPin> .
2161
+ <http://uml/2#representation> <http://protege.stanford.edu/system#maxCardinality> "1" .
2162
+ <http://uml/2#representation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2163
+ <http://uml/2#representation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Classifier> .
2164
+ <http://uml/2#representation> <http://www.w3.org/2000/01/rdf-schema#label> "representation" .
2165
+ <http://uml/2#representation> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#CollaborationOccurrence> .
2166
+ <http://uml/2#represented> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2167
+ <http://uml/2#represented> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InformationItem> .
2168
+ <http://uml/2#represented> <http://www.w3.org/2000/01/rdf-schema#label> "represented" .
2169
+ <http://uml/2#represented> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Classifier> .
2170
+ <http://uml/2#represents> <http://protege.stanford.edu/system#maxCardinality> "1" .
2171
+ <http://uml/2#represents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2172
+ <http://uml/2#represents> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityPartition> .
2173
+ <http://uml/2#represents> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Lifeline> .
2174
+ <http://uml/2#represents> <http://www.w3.org/2000/01/rdf-schema#label> "represents" .
2175
+ <http://uml/2#represents> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ConnectableElement> .
2176
+ <http://uml/2#represents> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Element> .
2177
+ <http://uml/2#request> <http://protege.stanford.edu/system#maxCardinality> "1" .
2178
+ <http://uml/2#request> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2179
+ <http://uml/2#request> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#SendObjectAction> .
2180
+ <http://uml/2#request> <http://www.w3.org/2000/01/rdf-schema#label> "request" .
2181
+ <http://uml/2#request> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InputPin> .
2182
+ <http://uml/2#result> <http://protege.stanford.edu/system#maxCardinality> "1" .
2183
+ <http://uml/2#result> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2184
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#AcceptEventAction> .
2185
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ApplyFunctionAction> .
2186
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#CallAction> .
2187
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ConditionalNode> .
2188
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#CreateLinkObjectAction> .
2189
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#CreateObjectAction> .
2190
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LoopNode> .
2191
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadExtentAction> .
2192
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadIsClassifiedObjectAction> .
2193
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadLinkAction> .
2194
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadLinkObjectEndAction> .
2195
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadLinkObjectEndQualifierAction> .
2196
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadSelfAction> .
2197
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadStructuralFeatureAction> .
2198
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReadVariableAction> .
2199
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TestIdentityAction> .
2200
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#label> "result" .
2201
+ <http://uml/2#result> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#OutputPin> .
2202
+ <http://uml/2#returnInformation> <http://protege.stanford.edu/system#maxCardinality> "1" .
2203
+ <http://uml/2#returnInformation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2204
+ <http://uml/2#returnInformation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#AcceptCallAction> .
2205
+ <http://uml/2#returnInformation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ReplyAction> .
2206
+ <http://uml/2#returnInformation> <http://www.w3.org/2000/01/rdf-schema#label> "returnInformation" .
2207
+ <http://uml/2#returnInformation> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InputPin> .
2208
+ <http://uml/2#returnInformation> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#OutputPin> .
2209
+ <http://uml/2#returnResult> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2210
+ <http://uml/2#returnResult> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#BehavioralFeature> .
2211
+ <http://uml/2#returnResult> <http://www.w3.org/2000/01/rdf-schema#label> "returnResult" .
2212
+ <http://uml/2#returnResult> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Parameter> .
2213
+ <http://uml/2#role> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#end> .
2214
+ <http://uml/2#role> <http://protege.stanford.edu/system#maxCardinality> "1" .
2215
+ <http://uml/2#role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2216
+ <http://uml/2#role> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ConnectorEnd> .
2217
+ <http://uml/2#role> <http://www.w3.org/2000/01/rdf-schema#label> "role" .
2218
+ <http://uml/2#role> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ConnectableElement> .
2219
+ <http://uml/2#roleBinding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2220
+ <http://uml/2#roleBinding> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#CollaborationOccurrence> .
2221
+ <http://uml/2#roleBinding> <http://www.w3.org/2000/01/rdf-schema#label> "roleBinding" .
2222
+ <http://uml/2#roleBinding> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Dependency> .
2223
+ <http://uml/2#scope> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#variable> .
2224
+ <http://uml/2#scope> <http://protege.stanford.edu/system#maxCardinality> "1" .
2225
+ <http://uml/2#scope> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2226
+ <http://uml/2#scope> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Variable> .
2227
+ <http://uml/2#scope> <http://www.w3.org/2000/01/rdf-schema#label> "scope" .
2228
+ <http://uml/2#scope> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#StructuredActivityNode> .
2229
+ <http://uml/2#second> <http://protege.stanford.edu/system#maxCardinality> "1" .
2230
+ <http://uml/2#second> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2231
+ <http://uml/2#second> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TestIdentityAction> .
2232
+ <http://uml/2#second> <http://www.w3.org/2000/01/rdf-schema#label> "second" .
2233
+ <http://uml/2#second> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InputPin> .
2234
+ <http://uml/2#selection> <http://protege.stanford.edu/system#maxCardinality> "1" .
2235
+ <http://uml/2#selection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2236
+ <http://uml/2#selection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ObjectFlow> .
2237
+ <http://uml/2#selection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ObjectNode> .
2238
+ <http://uml/2#selection> <http://www.w3.org/2000/01/rdf-schema#label> "selection" .
2239
+ <http://uml/2#selection> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Behavior> .
2240
+ <http://uml/2#selector> <http://protege.stanford.edu/system#maxCardinality> "1" .
2241
+ <http://uml/2#selector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2242
+ <http://uml/2#selector> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Lifeline> .
2243
+ <http://uml/2#selector> <http://www.w3.org/2000/01/rdf-schema#label> "selector" .
2244
+ <http://uml/2#selector> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#OpaqueExpression> .
2245
+ <http://uml/2#sendEvent> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#sendMessage> .
2246
+ <http://uml/2#sendEvent> <http://protege.stanford.edu/system#maxCardinality> "1" .
2247
+ <http://uml/2#sendEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2248
+ <http://uml/2#sendEvent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Message> .
2249
+ <http://uml/2#sendEvent> <http://www.w3.org/2000/01/rdf-schema#label> "sendEvent" .
2250
+ <http://uml/2#sendEvent> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#MessageEnd> .
2251
+ <http://uml/2#sendMessage> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#sendEvent> .
2252
+ <http://uml/2#sendMessage> <http://protege.stanford.edu/system#maxCardinality> "1" .
2253
+ <http://uml/2#sendMessage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2254
+ <http://uml/2#sendMessage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#MessageEnd> .
2255
+ <http://uml/2#sendMessage> <http://www.w3.org/2000/01/rdf-schema#label> "sendMessage" .
2256
+ <http://uml/2#sendMessage> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Message> .
2257
+ <http://uml/2#setting> <http://protege.stanford.edu/system#maxCardinality> "1" .
2258
+ <http://uml/2#setting> <http://protege.stanford.edu/system#range> "boolean" .
2259
+ <http://uml/2#setting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2260
+ <http://uml/2#setting> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Continuation> .
2261
+ <http://uml/2#setting> <http://www.w3.org/2000/01/rdf-schema#label> "setting" .
2262
+ <http://uml/2#setting> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
2263
+ <http://uml/2#setupPart> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2264
+ <http://uml/2#setupPart> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LoopNode> .
2265
+ <http://uml/2#setupPart> <http://www.w3.org/2000/01/rdf-schema#label> "setupPart" .
2266
+ <http://uml/2#setupPart> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityNode> .
2267
+ <http://uml/2#signal> <http://protege.stanford.edu/system#maxCardinality> "1" .
2268
+ <http://uml/2#signal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2269
+ <http://uml/2#signal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#BroadcastSignalAction> .
2270
+ <http://uml/2#signal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Reception> .
2271
+ <http://uml/2#signal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#SendSignalAction> .
2272
+ <http://uml/2#signal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#SignalTrigger> .
2273
+ <http://uml/2#signal> <http://www.w3.org/2000/01/rdf-schema#label> "signal" .
2274
+ <http://uml/2#signal> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Signal> .
2275
+ <http://uml/2#signature> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#ownedParameter> .
2276
+ <http://uml/2#signature> <http://protege.stanford.edu/system#maxCardinality> "1" .
2277
+ <http://uml/2#signature> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2278
+ <http://uml/2#signature> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Message> .
2279
+ <http://uml/2#signature> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateBinding> .
2280
+ <http://uml/2#signature> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateParameter> .
2281
+ <http://uml/2#signature> <http://www.w3.org/2000/01/rdf-schema#label> "signature" .
2282
+ <http://uml/2#signature> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#NamedElement> .
2283
+ <http://uml/2#signature> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#TemplateSignature> .
2284
+ <http://uml/2#slot> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#owningInstance> .
2285
+ <http://uml/2#slot> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2286
+ <http://uml/2#slot> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InstanceSpecification> .
2287
+ <http://uml/2#slot> <http://www.w3.org/2000/01/rdf-schema#label> "slot" .
2288
+ <http://uml/2#slot> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Slot> .
2289
+ <http://uml/2#source> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#outgoing> .
2290
+ <http://uml/2#source> <http://protege.stanford.edu/system#maxCardinality> "1" .
2291
+ <http://uml/2#source> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2292
+ <http://uml/2#source> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityEdge> .
2293
+ <http://uml/2#source> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Transition> .
2294
+ <http://uml/2#source> <http://www.w3.org/2000/01/rdf-schema#label> "source" .
2295
+ <http://uml/2#source> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityNode> .
2296
+ <http://uml/2#source> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Vertex> .
2297
+ <http://uml/2#specific> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#generalization> .
2298
+ <http://uml/2#specific> <http://protege.stanford.edu/system#maxCardinality> "1" .
2299
+ <http://uml/2#specific> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2300
+ <http://uml/2#specific> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Generalization> .
2301
+ <http://uml/2#specific> <http://www.w3.org/2000/01/rdf-schema#label> "specific" .
2302
+ <http://uml/2#specific> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Classifier> .
2303
+ <http://uml/2#specificMachine> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#conformance> .
2304
+ <http://uml/2#specificMachine> <http://protege.stanford.edu/system#maxCardinality> "1" .
2305
+ <http://uml/2#specificMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2306
+ <http://uml/2#specificMachine> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ProtocolConformance> .
2307
+ <http://uml/2#specificMachine> <http://www.w3.org/2000/01/rdf-schema#label> "specificMachine" .
2308
+ <http://uml/2#specificMachine> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ProtocolStateMachine> .
2309
+ <http://uml/2#specification> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#method> .
2310
+ <http://uml/2#specification> <http://protege.stanford.edu/system#maxCardinality> "1" .
2311
+ <http://uml/2#specification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2312
+ <http://uml/2#specification> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Behavior> .
2313
+ <http://uml/2#specification> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Constraint> .
2314
+ <http://uml/2#specification> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#InstanceSpecification> .
2315
+ <http://uml/2#specification> <http://www.w3.org/2000/01/rdf-schema#label> "specification" .
2316
+ <http://uml/2#specification> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#BehavioralFeature> .
2317
+ <http://uml/2#specification> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
2318
+ <http://uml/2#start> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#startExec> .
2319
+ <http://uml/2#start> <http://protege.stanford.edu/system#maxCardinality> "1" .
2320
+ <http://uml/2#start> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2321
+ <http://uml/2#start> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ExecutionOccurrence> .
2322
+ <http://uml/2#start> <http://www.w3.org/2000/01/rdf-schema#label> "start" .
2323
+ <http://uml/2#start> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#EventOccurrence> .
2324
+ <http://uml/2#startExec> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#start> .
2325
+ <http://uml/2#startExec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2326
+ <http://uml/2#startExec> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#EventOccurrence> .
2327
+ <http://uml/2#startExec> <http://www.w3.org/2000/01/rdf-schema#label> "startExec" .
2328
+ <http://uml/2#startExec> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ExecutionOccurrence> .
2329
+ <http://uml/2#state> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#region> .
2330
+ <http://uml/2#state> <http://protege.stanford.edu/system#maxCardinality> "1" .
2331
+ <http://uml/2#state> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2332
+ <http://uml/2#state> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Region> .
2333
+ <http://uml/2#state> <http://www.w3.org/2000/01/rdf-schema#label> "state" .
2334
+ <http://uml/2#state> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#State> .
2335
+ <http://uml/2#stateInvariant> <http://protege.stanford.edu/system#maxCardinality> "1" .
2336
+ <http://uml/2#stateInvariant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2337
+ <http://uml/2#stateInvariant> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#State> .
2338
+ <http://uml/2#stateInvariant> <http://www.w3.org/2000/01/rdf-schema#label> "stateInvariant" .
2339
+ <http://uml/2#stateInvariant> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Constraint> .
2340
+ <http://uml/2#stateMachine> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#region> .
2341
+ <http://uml/2#stateMachine> <http://protege.stanford.edu/system#maxCardinality> "1" .
2342
+ <http://uml/2#stateMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2343
+ <http://uml/2#stateMachine> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Region> .
2344
+ <http://uml/2#stateMachine> <http://www.w3.org/2000/01/rdf-schema#label> "stateMachine" .
2345
+ <http://uml/2#stateMachine> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#StateMachine> .
2346
+ <http://uml/2#structuralFeature> <http://protege.stanford.edu/system#maxCardinality> "1" .
2347
+ <http://uml/2#structuralFeature> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2348
+ <http://uml/2#structuralFeature> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StructuralFeatureAction> .
2349
+ <http://uml/2#structuralFeature> <http://www.w3.org/2000/01/rdf-schema#label> "structuralFeature" .
2350
+ <http://uml/2#structuralFeature> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#StructuralFeature> .
2351
+ <http://uml/2#subExpression> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#owningExpression> .
2352
+ <http://uml/2#subExpression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2353
+ <http://uml/2#subExpression> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StringExpression> .
2354
+ <http://uml/2#subExpression> <http://www.w3.org/2000/01/rdf-schema#label> "subExpression" .
2355
+ <http://uml/2#subExpression> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#StringExpression> .
2356
+ <http://uml/2#subgroup> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#superPartition> .
2357
+ <http://uml/2#subgroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2358
+ <http://uml/2#subgroup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityPartition> .
2359
+ <http://uml/2#subgroup> <http://www.w3.org/2000/01/rdf-schema#label> "subgroup" .
2360
+ <http://uml/2#subgroup> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityPartition> .
2361
+ <http://uml/2#subject> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#useCase> .
2362
+ <http://uml/2#subject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2363
+ <http://uml/2#subject> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#UseCase> .
2364
+ <http://uml/2#subject> <http://www.w3.org/2000/01/rdf-schema#label> "subject" .
2365
+ <http://uml/2#subject> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Classifier> .
2366
+ <http://uml/2#submachine> <http://protege.stanford.edu/system#maxCardinality> "1" .
2367
+ <http://uml/2#submachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2368
+ <http://uml/2#submachine> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#State> .
2369
+ <http://uml/2#submachine> <http://www.w3.org/2000/01/rdf-schema#label> "submachine" .
2370
+ <http://uml/2#submachine> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#StateMachine> .
2371
+ <http://uml/2#subsettedProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2372
+ <http://uml/2#subsettedProperty> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Property> .
2373
+ <http://uml/2#subsettedProperty> <http://www.w3.org/2000/01/rdf-schema#label> "subsettedProperty" .
2374
+ <http://uml/2#subsettedProperty> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Property> .
2375
+ <http://uml/2#substitutingClassifier> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#substitution> .
2376
+ <http://uml/2#substitutingClassifier> <http://protege.stanford.edu/system#maxCardinality> "1" .
2377
+ <http://uml/2#substitutingClassifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2378
+ <http://uml/2#substitutingClassifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Substitution> .
2379
+ <http://uml/2#substitutingClassifier> <http://www.w3.org/2000/01/rdf-schema#label> "substitutingClassifier" .
2380
+ <http://uml/2#substitutingClassifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Classifier> .
2381
+ <http://uml/2#substitution> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#substitutingClassifier> .
2382
+ <http://uml/2#substitution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2383
+ <http://uml/2#substitution> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Classifier> .
2384
+ <http://uml/2#substitution> <http://www.w3.org/2000/01/rdf-schema#label> "substitution" .
2385
+ <http://uml/2#substitution> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Substitution> .
2386
+ <http://uml/2#subvertex> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#container> .
2387
+ <http://uml/2#subvertex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2388
+ <http://uml/2#subvertex> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Region> .
2389
+ <http://uml/2#subvertex> <http://www.w3.org/2000/01/rdf-schema#label> "subvertex" .
2390
+ <http://uml/2#subvertex> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Vertex> .
2391
+ <http://uml/2#successorClause> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#predecessorClause> .
2392
+ <http://uml/2#successorClause> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2393
+ <http://uml/2#successorClause> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Clause> .
2394
+ <http://uml/2#successorClause> <http://www.w3.org/2000/01/rdf-schema#label> "successorClause" .
2395
+ <http://uml/2#successorClause> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Clause> .
2396
+ <http://uml/2#superPartition> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#subgroup> .
2397
+ <http://uml/2#superPartition> <http://protege.stanford.edu/system#maxCardinality> "1" .
2398
+ <http://uml/2#superPartition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2399
+ <http://uml/2#superPartition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityPartition> .
2400
+ <http://uml/2#superPartition> <http://www.w3.org/2000/01/rdf-schema#label> "superPartition" .
2401
+ <http://uml/2#superPartition> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityPartition> .
2402
+ <http://uml/2#supplier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2403
+ <http://uml/2#supplier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Dependency> .
2404
+ <http://uml/2#supplier> <http://www.w3.org/2000/01/rdf-schema#label> "supplier" .
2405
+ <http://uml/2#supplier> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#NamedElement> .
2406
+ <http://uml/2#symbol> <http://protege.stanford.edu/system#maxCardinality> "1" .
2407
+ <http://uml/2#symbol> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2408
+ <http://uml/2#symbol> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Expression> .
2409
+ <http://uml/2#symbol> <http://www.w3.org/2000/01/rdf-schema#label> "symbol" .
2410
+ <http://uml/2#symbol> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
2411
+ <http://uml/2#target> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#incoming> .
2412
+ <http://uml/2#target> <http://protege.stanford.edu/system#maxCardinality> "1" .
2413
+ <http://uml/2#target> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2414
+ <http://uml/2#target> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityEdge> .
2415
+ <http://uml/2#target> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#CallOperationAction> .
2416
+ <http://uml/2#target> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#DestroyObjectAction> .
2417
+ <http://uml/2#target> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#SendObjectAction> .
2418
+ <http://uml/2#target> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#SendSignalAction> .
2419
+ <http://uml/2#target> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Transition> .
2420
+ <http://uml/2#target> <http://www.w3.org/2000/01/rdf-schema#label> "target" .
2421
+ <http://uml/2#target> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityNode> .
2422
+ <http://uml/2#target> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InputPin> .
2423
+ <http://uml/2#target> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Vertex> .
2424
+ <http://uml/2#template> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#ownedTemplateSignature> .
2425
+ <http://uml/2#template> <http://protege.stanford.edu/system#maxCardinality> "1" .
2426
+ <http://uml/2#template> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2427
+ <http://uml/2#template> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateSignature> .
2428
+ <http://uml/2#template> <http://www.w3.org/2000/01/rdf-schema#label> "template" .
2429
+ <http://uml/2#template> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#TemplateableElement> .
2430
+ <http://uml/2#templateBinding> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#boundElement> .
2431
+ <http://uml/2#templateBinding> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#parameterSubstitution> .
2432
+ <http://uml/2#templateBinding> <http://protege.stanford.edu/system#maxCardinality> "1" .
2433
+ <http://uml/2#templateBinding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2434
+ <http://uml/2#templateBinding> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateParameterSubstitution> .
2435
+ <http://uml/2#templateBinding> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TemplateableElement> .
2436
+ <http://uml/2#templateBinding> <http://www.w3.org/2000/01/rdf-schema#label> "templateBinding" .
2437
+ <http://uml/2#templateBinding> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#TemplateBinding> .
2438
+ <http://uml/2#templateParameter> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#parameteredElement> .
2439
+ <http://uml/2#templateParameter> <http://protege.stanford.edu/system#maxCardinality> "1" .
2440
+ <http://uml/2#templateParameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2441
+ <http://uml/2#templateParameter> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ParameterableElement> .
2442
+ <http://uml/2#templateParameter> <http://www.w3.org/2000/01/rdf-schema#label> "templateParameter" .
2443
+ <http://uml/2#templateParameter> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#TemplateParameter> .
2444
+ <http://uml/2#test> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2445
+ <http://uml/2#test> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Clause> .
2446
+ <http://uml/2#test> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LoopNode> .
2447
+ <http://uml/2#test> <http://www.w3.org/2000/01/rdf-schema#label> "test" .
2448
+ <http://uml/2#test> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ActivityNode> .
2449
+ <http://uml/2#toAfter> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#before> .
2450
+ <http://uml/2#toAfter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2451
+ <http://uml/2#toAfter> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#EventOccurrence> .
2452
+ <http://uml/2#toAfter> <http://www.w3.org/2000/01/rdf-schema#label> "toAfter" .
2453
+ <http://uml/2#toAfter> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#GeneralOrdering> .
2454
+ <http://uml/2#toBefore> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#after> .
2455
+ <http://uml/2#toBefore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2456
+ <http://uml/2#toBefore> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#EventOccurrence> .
2457
+ <http://uml/2#toBefore> <http://www.w3.org/2000/01/rdf-schema#label> "toBefore" .
2458
+ <http://uml/2#toBefore> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#GeneralOrdering> .
2459
+ <http://uml/2#transformation> <http://protege.stanford.edu/system#maxCardinality> "1" .
2460
+ <http://uml/2#transformation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2461
+ <http://uml/2#transformation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ObjectFlow> .
2462
+ <http://uml/2#transformation> <http://www.w3.org/2000/01/rdf-schema#label> "transformation" .
2463
+ <http://uml/2#transformation> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Behavior> .
2464
+ <http://uml/2#transition> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#container> .
2465
+ <http://uml/2#transition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2466
+ <http://uml/2#transition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Region> .
2467
+ <http://uml/2#transition> <http://www.w3.org/2000/01/rdf-schema#label> "transition" .
2468
+ <http://uml/2#transition> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Transition> .
2469
+ <http://uml/2#transitionKind_external> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#TransitionKind> .
2470
+ <http://uml/2#transitionKind_internal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#TransitionKind> .
2471
+ <http://uml/2#transitionKind_local> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#TransitionKind> .
2472
+ <http://uml/2#trigger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2473
+ <http://uml/2#trigger> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#AcceptEventAction> .
2474
+ <http://uml/2#trigger> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Transition> .
2475
+ <http://uml/2#trigger> <http://www.w3.org/2000/01/rdf-schema#label> "trigger" .
2476
+ <http://uml/2#trigger> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Trigger> .
2477
+ <http://uml/2#type> <http://protege.stanford.edu/system#maxCardinality> "1" .
2478
+ <http://uml/2#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2479
+ <http://uml/2#type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#CollaborationOccurrence> .
2480
+ <http://uml/2#type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Connector> .
2481
+ <http://uml/2#type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TypedElement> .
2482
+ <http://uml/2#type> <http://www.w3.org/2000/01/rdf-schema#label> "type" .
2483
+ <http://uml/2#type> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Association> .
2484
+ <http://uml/2#type> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Collaboration> .
2485
+ <http://uml/2#type> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Type> .
2486
+ <http://uml/2#upperBound> <http://protege.stanford.edu/system#maxCardinality> "1" .
2487
+ <http://uml/2#upperBound> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2488
+ <http://uml/2#upperBound> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ObjectNode> .
2489
+ <http://uml/2#upperBound> <http://www.w3.org/2000/01/rdf-schema#label> "upperBound" .
2490
+ <http://uml/2#upperBound> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
2491
+ <http://uml/2#upperValue> <http://protege.stanford.edu/system#maxCardinality> "1" .
2492
+ <http://uml/2#upperValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2493
+ <http://uml/2#upperValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#MultiplicityElement> .
2494
+ <http://uml/2#upperValue> <http://www.w3.org/2000/01/rdf-schema#label> "upperValue" .
2495
+ <http://uml/2#upperValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
2496
+ <http://uml/2#useCase> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#extensionPoint> .
2497
+ <http://uml/2#useCase> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#subject> .
2498
+ <http://uml/2#useCase> <http://protege.stanford.edu/system#maxCardinality> "1" .
2499
+ <http://uml/2#useCase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2500
+ <http://uml/2#useCase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Classifier> .
2501
+ <http://uml/2#useCase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ExtensionPoint> .
2502
+ <http://uml/2#useCase> <http://www.w3.org/2000/01/rdf-schema#label> "useCase" .
2503
+ <http://uml/2#useCase> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#UseCase> .
2504
+ <http://uml/2#utilizedElement> <http://protege.stanford.edu/system#maxCardinality> "1" .
2505
+ <http://uml/2#utilizedElement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2506
+ <http://uml/2#utilizedElement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Manifestation> .
2507
+ <http://uml/2#utilizedElement> <http://www.w3.org/2000/01/rdf-schema#label> "utilizedElement" .
2508
+ <http://uml/2#utilizedElement> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#PackageableElement> .
2509
+ <http://uml/2#value> <http://protege.stanford.edu/system#maxCardinality> "1" .
2510
+ <http://uml/2#value> <http://protege.stanford.edu/system#range> "boolean" .
2511
+ <http://uml/2#value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2512
+ <http://uml/2#value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LinkEndData> .
2513
+ <http://uml/2#value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LiteralBoolean> .
2514
+ <http://uml/2#value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LiteralInteger> .
2515
+ <http://uml/2#value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LiteralString> .
2516
+ <http://uml/2#value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#LiteralUnlimitedNatural> .
2517
+ <http://uml/2#value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#QualifierValue> .
2518
+ <http://uml/2#value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Slot> .
2519
+ <http://uml/2#value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ValuePin> .
2520
+ <http://uml/2#value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#WriteStructuralFeatureAction> .
2521
+ <http://uml/2#value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#WriteVariableAction> .
2522
+ <http://uml/2#value> <http://www.w3.org/2000/01/rdf-schema#label> "value" .
2523
+ <http://uml/2#value> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#InputPin> .
2524
+ <http://uml/2#value> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
2525
+ <http://uml/2#value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
2526
+ <http://uml/2#variable> <http://protege.stanford.edu/system#inverseProperty> <http://uml/2#scope> .
2527
+ <http://uml/2#variable> <http://protege.stanford.edu/system#maxCardinality> "1" .
2528
+ <http://uml/2#variable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2529
+ <http://uml/2#variable> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#StructuredActivityNode> .
2530
+ <http://uml/2#variable> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#VariableAction> .
2531
+ <http://uml/2#variable> <http://www.w3.org/2000/01/rdf-schema#label> "variable" .
2532
+ <http://uml/2#variable> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#Variable> .
2533
+ <http://uml/2#viewpoint> <http://protege.stanford.edu/system#maxCardinality> "1" .
2534
+ <http://uml/2#viewpoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2535
+ <http://uml/2#viewpoint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#Model> .
2536
+ <http://uml/2#viewpoint> <http://www.w3.org/2000/01/rdf-schema#label> "viewpoint" .
2537
+ <http://uml/2#viewpoint> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
2538
+ <http://uml/2#visibility> <http://protege.stanford.edu/system#maxCardinality> "1" .
2539
+ <http://uml/2#visibility> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2540
+ <http://uml/2#visibility> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ElementImport> .
2541
+ <http://uml/2#visibility> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#NamedElement> .
2542
+ <http://uml/2#visibility> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#PackageImport> .
2543
+ <http://uml/2#visibility> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#PackageableElement> .
2544
+ <http://uml/2#visibility> <http://www.w3.org/2000/01/rdf-schema#label> "packageableElement_visibility" .
2545
+ <http://uml/2#visibility> <http://www.w3.org/2000/01/rdf-schema#label> "visibility" .
2546
+ <http://uml/2#visibility> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#VisibilityKind> .
2547
+ <http://uml/2#visibilityKind_package> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#VisibilityKind> .
2548
+ <http://uml/2#visibilityKind_private> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#VisibilityKind> .
2549
+ <http://uml/2#visibilityKind_protected> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#VisibilityKind> .
2550
+ <http://uml/2#visibilityKind_public> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://uml/2#VisibilityKind> .
2551
+ <http://uml/2#weight> <http://protege.stanford.edu/system#maxCardinality> "1" .
2552
+ <http://uml/2#weight> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2553
+ <http://uml/2#weight> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#ActivityEdge> .
2554
+ <http://uml/2#weight> <http://www.w3.org/2000/01/rdf-schema#label> "weight" .
2555
+ <http://uml/2#weight> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .
2556
+ <http://uml/2#when> <http://protege.stanford.edu/system#maxCardinality> "1" .
2557
+ <http://uml/2#when> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
2558
+ <http://uml/2#when> <http://www.w3.org/2000/01/rdf-schema#domain> <http://uml/2#TimeTrigger> .
2559
+ <http://uml/2#when> <http://www.w3.org/2000/01/rdf-schema#label> "when" .
2560
+ <http://uml/2#when> <http://www.w3.org/2000/01/rdf-schema#range> <http://uml/2#ValueSpecification> .