diff --git a/.classpath b/.classpath
deleted file mode 100644
index 261ee19..0000000
--- a/.classpath
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 8036e43..769647e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,128 @@ apache-jena*
target
velocity.log
+### JDeveloper template
+# default application storage directory used by the IDE Performance Cache feature
+.data/
+
+# used for ADF styles caching
+temp/
+
+# default output directories
+classes/
+deploy/
+javadoc/
+
+# lock file, a part of Oracle Credential Store Framework
+cwallet.sso.lck### Java template
+*.class
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.ear
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+### JetBrains template
+# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
+# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
+
+# User-specific stuff:
+.idea/workspace.xml
+.idea/tasks.xml
+.idea/dictionaries
+.idea/vcs.xml
+.idea/jsLibraryMappings.xml
+
+# Sensitive or high-churn files:
+.idea/
+.idea/dataSources.ids
+.idea/dataSources.xml
+.idea/dataSources.local.xml
+.idea/sqlDataSources.xml
+.idea/dynamic.xml
+.idea/uiDesigner.xml
+
+# Gradle:
+.idea/gradle.xml
+.idea/libraries
+
+# Mongo Explorer plugin:
+.idea/mongoSettings.xml
+
+## File-based project format:
+*.iws
+
+## Plugin-specific files:
+
+# IntelliJ
+/out/
+
+# mpeltonen/sbt-idea plugin
+.idea_modules/
+
+# JIRA plugin
+atlassian-ide-plugin.xml
+
+# Crashlytics plugin (for Android Studio and IntelliJ)
+com_crashlytics_export_strings.xml
+crashlytics.properties
+crashlytics-build.properties
+fabric.properties
+### Eclipse template
+
+.metadata
+bin/
+tmp/
+*.tmp
+*.bak
+*.swp
+*~.nib
+local.properties
+.settings/
+.loadpath
+.recommenders
+
+# Eclipse Core
+.project
+
+# External tool builders
+.externalToolBuilders/
+
+# Locally stored "Eclipse launch configurations"
+*.launch
+
+# PyDev specific (Python IDE for Eclipse)
+*.pydevproject
+
+# CDT-specific (C/C++ Development Tooling)
+.cproject
+
+# JDT-specific (Eclipse Java Development Tools)
+.classpath
+
+# Java annotation processor (APT)
+.factorypath
+
+# PDT-specific (PHP Development Tools)
+.buildpath
+
+# sbteclipse plugin
+.target
+
+# Tern plugin
+.tern-project
+
+# TeXlipse plugin
+.texlipse
+
+# STS (Spring Tool Suite)
+.springBeans
+
+# Code Recommenders
+.recommenders/
+dataset-cheese.iml
diff --git a/.project b/.project
deleted file mode 100644
index aeb79d4..0000000
--- a/.project
+++ /dev/null
@@ -1,13 +0,0 @@
-
- dataset-cheese
- Kasabi parent pom.xml file for code released as open source. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.
-
-
-
- org.eclipse.jdt.core.javabuilder
-
-
-
- org.eclipse.jdt.core.javanature
-
-
\ No newline at end of file
diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 9b2faaf..0000000
--- a/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,9 +0,0 @@
-#Wed Dec 21 21:32:02 GMT 2011
-encoding//src/test/java=UTF-8
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-eclipse.preferences.version=1
-encoding//src/test/resources=UTF-8
-org.eclipse.jdt.core.compiler.source=1.6
-encoding//src/main/java=UTF-8
-encoding//src/main/resources=UTF-8
-org.eclipse.jdt.core.compiler.compliance=1.6
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1716e8c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+
+#Cheese vocabulary/ontology (and instance data)
+
+This is an initial version of a cheese vocabulary|ontology and instance
+data on Italian cheeses.
+
+At first, only DOP Italian cheeses will be included, then other Italian
+cheeses. Then French cheeses, English cheeses, German, Dutch, etc.
+
+Look at cheese.ttl (i.e. RDF serialised as Turtle) for the vocabulary|
+ontology, all the rest is instance data.
+
+Any help/feedback/error corrections is appreciated.
+
+This work is licensed with CC BY-SA 3.0 (see LICENSE.txt for details).
\ No newline at end of file
diff --git a/README.txt b/README.txt
deleted file mode 100644
index 1b18eb0..0000000
--- a/README.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-
- Cheese vocabulary/ontology (and instance data)
- ==============================================
-
- This is an initial version of a cheese vocabulary|ontology and instance
- data on Italian cheeses.
-
- At first, only DOP Italian cheeses will be included, then other Italian
- cheeses. Then French cheeses, English cheeses, German, Dutch, etc.
-
- Look at cheese.ttl (i.e. RDF serialised as Turtle) for the vocabulary|
- ontology, all the rest is instance data.
-
- Any help/feedback/error corrections is appreciated.
-
- This work is licensed with CC BY-SA 3.0 (see LICENSE.txt for details).
-
-
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..067b530
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,12 @@
+
+#TODO
+
+ - [ ] Use name graphs and provenance
+ - [ ] Is ' a valid character in a prefix:l'something ?
+ - [ ] Populate the list of instance data on Italian DOP cheeses.
+ - [ ] Link to existing websites/datasets.
+ - [ ] Find where to buy in UK.
+ - [ ] Find SlowFood informations on cheese.
+ - [ ] Add pictures (only creative commons).
+ - [ ] Create an Exhibit on Italian cheeses.
+ - [x] Write README.txt
\ No newline at end of file
diff --git a/TODO.txt b/TODO.txt
deleted file mode 100644
index 5d01298..0000000
--- a/TODO.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-
- TODO
- ====
-
- - Use name graphs and provenance
- - Is ' a valid character in a prefix:l'something ?
- - Populate the list of instance data on Italian DOP cheeses.
- - Link to existing websites/datasets.
- - Find where to buy in UK.
- - Find SlowFood informations on cheese.
- - Add pictures (only creative commons).
- - Create an Exhibit on Italian cheeses.
- - Write README.txt
- - ...
-