From e7ad1c530b4379f72f8a1bf1f4f154a10b74af38 Mon Sep 17 00:00:00 2001 From: Pawel Garbacz Date: Fri, 18 Nov 2022 14:40:45 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 155de2e..ea44078 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ # Table of Contents 1. [Introduction](#introduction) -2. [Rationale](#rationale) -3. [Usage](#usage) -4. [Serialisation Algorithm Explained](#serialisation-algorithm-explained) +1. [Rationale](#rationale) +1. [Requirements](#requirements) +1. [Usage](#usage) +1. [Serialisation Algorithm Explained](#serialisation-algorithm-explained) # Introduction @@ -29,6 +30,9 @@ The recommended output format at this time is RDF/XML because that is the format The EDM Council develops the FIBO Ontologies and submits them as RDF/XML, serialized by the `RDF Toolkit` to the [OMG](https://www.omg.org). So that is why we also use RDF/XML in Github itself. +# Requirements +To run `RDF Toolkit` one needs JAVA JRE installed version 11+. + # Usage ## Download RDF Toolkit