-
Notifications
You must be signed in to change notification settings - Fork 1
/
social-reality.owl
151 lines (103 loc) · 5.4 KB
/
social-reality.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.org/net/social-reality#"
xml:base="http://purl.org/net/social-reality"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:social-reality="http://purl.org/net/social-reality#">
<owl:Ontology rdf:about="http://purl.org/net/social-reality"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/net/social-reality#context -->
<owl:ObjectProperty rdf:about="http://purl.org/net/social-reality#context">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
</owl:ObjectProperty>
<!-- http://purl.org/net/social-reality#counts-as -->
<owl:ObjectProperty rdf:about="http://purl.org/net/social-reality#counts-as">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
</owl:ObjectProperty>
<!-- http://purl.org/net/social-reality#has_OR -->
<owl:ObjectProperty rdf:about="http://purl.org/net/social-reality#has_OR">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description>
<owl:inverseOf rdf:resource="http://purl.org/net/social-reality#context"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/net/social-reality#is_OR"/>
<rdf:Description>
<owl:inverseOf rdf:resource="http://purl.org/net/social-reality#counts-as"/>
</rdf:Description>
</owl:propertyChainAxiom>
</owl:ObjectProperty>
<!-- http://purl.org/net/social-reality#is_OR -->
<owl:ObjectProperty rdf:about="http://purl.org/net/social-reality#is_OR">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/2002/07/owl#topObjectProperty -->
<owl:ObjectProperty rdf:about="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/net/social-reality#BF -->
<owl:Class rdf:about="http://purl.org/net/social-reality#BF"/>
<!-- http://purl.org/net/social-reality#C -->
<owl:Class rdf:about="http://purl.org/net/social-reality#C"/>
<!-- http://purl.org/net/social-reality#OR -->
<owl:Class rdf:about="http://purl.org/net/social-reality#OR">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/social-reality#context"/>
<owl:someValuesFrom rdf:resource="http://purl.org/net/social-reality#C"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://purl.org/net/social-reality#counts-as"/>
</rdf:Description>
</owl:onProperty>
<owl:someValuesFrom rdf:resource="http://purl.org/net/social-reality#BF"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<owl:equivalentClass>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/social-reality#is_OR"/>
<owl:hasSelf rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:hasSelf>
</owl:Restriction>
</owl:equivalentClass>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/social-reality#context"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://purl.org/net/social-reality#counts-as"/>
</rdf:Description>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
</owl:Class>
<!-- http://www.w3.org/2002/07/owl#Thing -->
<owl:Class rdf:about="http://www.w3.org/2002/07/owl#Thing"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.0.0.1451) http://owlapi.sourceforge.net -->