Skip to content

Commit 80e9860

Browse files
Update README.MD
1 parent acd75b9 commit 80e9860

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.MD

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Simple RDFS Editor
22

3-
You are also overwhelmed by [Protégé](https://protege.stanford.edu/)'s graphical user interface?
4-
You do not need the expressiveness of [OWL](https://www.w3.org/TR/owl-ref/)?
5-
You just want to create an [RDFS](https://www.w3.org/TR/rdf-schema/) ontology, maybe while talking with
6-
your [subject-matter expert](https://en.wikipedia.org/wiki/Subject-matter_expert)?
7-
8-
Then, this open-source tool called Simple RDFS Editor, written in Java 8, is just the right tool for you.
3+
[Protégé](https://protege.stanford.edu/) is a powerful and commonly used editor to create and maintain [OWL](https://www.w3.org/TR/owl-ref/) ontologies. However, as soon as one would like to model less expressive [RDFS](https://www.w3.org/TR/rdf-schema/) ontologies, Protégé offers too many features where most of them are not needed and which rather tend to distract ontology engineers in designing simple ontologies.
4+
That is why I decided to implement Simple RDFS Editor which is a simplified editor just to met the requirements for creating and maintaining RDFS ontologies.
5+
It is open-source, written in Java 8 and currently in the alpha phase.
96

107
![Screenshot](img/main.png)
118

0 commit comments

Comments
 (0)