Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 843cb42

Browse files
RDFS-Simple profile documentation
1 parent 56b9055 commit 843cb42

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,22 @@ Usage: RDFGraphMaterializer [options]
149149

150150
Currently, the following reasoning profiles are supported:
151151

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
155168
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.
156169

157170
[1] Herman J. ter Horst:

0 commit comments

Comments
 (0)