diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6e8e7e7..58d46bc 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,19 +2,8 @@ - - - - - - - - - - - - + @@ -41,12 +30,12 @@ - + - + @@ -54,21 +43,21 @@ - - + + - - + + - + - + @@ -139,6 +128,7 @@ map.json scripts {} + cmo @@ -157,9 +147,9 @@ @@ -285,7 +275,7 @@ - + @@ -322,11 +312,10 @@ - - @@ -335,7 +324,7 @@ - + @@ -773,23 +762,6 @@ - - - - - - - - - - - - - - - - - @@ -798,18 +770,35 @@ - + - - + + - + - - + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 3e096cd..ec3b113 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ cd ontologies-database Then, run the loading script: ````bash -./load_ontologies.sh ontologies_list.txt +./load_ontologies_into_virtuoso.sh ontologies_list.txt ```` Your Virtuoso instance will then be loaded with all the ontologies in the `downloaded/` folder, each in its own graph. diff --git a/load_ontologies.sh b/load_ontologies_into_virtuoso.sh similarity index 100% rename from load_ontologies.sh rename to load_ontologies_into_virtuoso.sh