diff --git a/.github/scripts/makeversions.sh b/.github/scripts/makeversions.sh
index ee336039..628bf569 100755
--- a/.github/scripts/makeversions.sh
+++ b/.github/scripts/makeversions.sh
@@ -93,14 +93,14 @@ while read version name; do
"$src" "$d/emmo.owl"
fi
- # Generate inferred ontology
+ # Generate inferred ontology (may fail)
if $remake || [ ! -f "$d/emmo-inferred.ttl" ]; then
echo "Generate inferred ontology"
#ontoconvert -i HermiT -wsa "$d/emmo.ttl" "$d/emmo-inferred.ttl"
- ontoconvert -w -i HermiT "$d/emmo.ttl" "$d/emmo-inferred.ttl"
+ ontoconvert -w -i HermiT "$d/emmo.ttl" "$d/emmo-inferred.ttl" || true
fi
if $remake || [ ! -f "$d/emmo-inferred.owl" ]; then
- ontoconvert -w "$d/emmo-inferred.ttl" "$d/emmo-inferred.owl"
+ ontoconvert -w "$d/emmo-inferred.ttl" "$d/emmo-inferred.owl" || true
fi
# Generate renamed ontology
diff --git a/disciplines/catalog-v001.xml b/disciplines/catalog-v001.xml
index 9c50be7c..8999fea8 100644
--- a/disciplines/catalog-v001.xml
+++ b/disciplines/catalog-v001.xml
@@ -12,7 +12,7 @@
-
+
@@ -29,8 +29,8 @@
-
-
+
+
diff --git a/disciplines/chemistry.ttl b/disciplines/chemistry.ttl
index 48eb3ebd..e1f8cca0 100644
--- a/disciplines/chemistry.ttl
+++ b/disciplines/chemistry.ttl
@@ -10,7 +10,8 @@
rdf:type owl:Ontology ;
owl:versionIRI ;
- owl:imports ;
+ owl:imports ,
+ ;
dcterms:abstract "The chemistry module populates the physicalistic perspective with materials subclasses categorised according to modern applied chemistry."@en ;
dcterms:contributor "Access, DE" ,
"Fraunhofer IWM, DE" ,