| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| OntologyLinkedData | 2017-04-11 | ||
| Readme.txt | 2017-04-11 | 2.4 kB | |
| Totals: 2 Items | 2.4 kB | 0 |
***********************************************************
*
****************************************** Application written in jena Java under the IDE eclipse *****************************************
*
*************************************************************
Project name: "Principes"
+ The main class to run the application under the console is Tests.java from the LD2 package.
+ The main class of GUI for this application is ApplicationGui.java from the ld package.
*
*
*
* To run this application, install :
*
* 1). Jena Found on : https://archive.apache.org/dist/jena/binaries/
--> Choose for example: < apache-jena-2.12.0.tar.gz >
- Right-click on the java project name → property → Library
- Click on add library → User Library
- Give your Library a name
- Click on Add external Jars
- Choosing the path to the decompressed jena file
*
*
* 2). URL validator (only one jar) found on : http://www.java2s.com/Code/Jar/c/Downloadcommonsvalidator140jar.htm
*
* 3). Apache Tika (Jars for file extension check) found on : (this is for 5 stars Systems)
http://www.apache.org/dyn/closer.cgi/tika/tika-app-1.12.jar
*
*
* 4). Validator of manchester (to be able to execute the 3rd principle of Linked Data):
Found on the link : https://github.com/openphacts/Validator
clicking on :clone or download
*
* 5). Apache Maven (To be able to execute the program of the previous validator which is under a project Maven of java)
By following these instructions :
1- Download Maven on : https://maven.apache.org/download.cgi
2- Installing Maven on : https://maven.apache.org/install.html
3- In the console go to the root directory where the pom.xml file is located and then write this command : mvn install.
Note:*
The two classes ExternalLinkValdiationTest.java and RdfValidator.java of the metadata project of the manchester validator have
been modified.
*
************************************************************************************************************************************************************