You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2020. It is now read-only.
Currently, the following reasoning profiles are supported:
151
151
152
-
###### RDFS
153
-
s
154
-
###### OWL Horst
152
+
##### RDFS
153
+
154
+
###### RDFS Simple
155
+
156
+
A fragment of RDFS that covers the most relevant vocabulary, prove that it
157
+
preserves the original RDFS semantics, and avoids vocabulary and axiomatic
158
+
information that only serves to reason about the structure of the language
159
+
itself and not about the data it describes.
160
+
It is composed of the reserved vocabulary
161
+
`rdfs:subClassOf`, `rdfs:subPropertyOf`, `rdf:type`, `rdfs:domain` and `rdfs:range`.
162
+
163
+
More details can be found in
164
+
165
+
Sergio Muñoz, Jorge Pérez, Claudio Gutierrez:
166
+
*Simple and Efficient Minimal RDFS.* J. Web Sem. 7(3): 220-234 (2009)
167
+
##### OWL Horst
155
168
OWL Horst is a fragment of OWL and was proposed by Herman ter Horst [1] defining an "intentional" version of OWL sometimes also referred to as pD\*. It can be materialized using a set of rules that is an extension of the set of RDFS rules. OWL Horst is supposed to be one of the most common OWL flavours for scalable OWL reasoning while bridging the gap between the unfeasible OWL Full and the low expressiveness of RDFS.
0 commit comments