diff --git a/build/build.py b/build/build.py
index 662d9bb..7a7c060 100644
--- a/build/build.py
+++ b/build/build.py
@@ -38,7 +38,7 @@ class DwcNamespaceError(Exception):
class DwcBuildReader():
def __init__(self, dwc_build_file):
- """Custom Reader switching between to raw Github or local file"""
+ """Custom Reader switching between raw Github or local file"""
self.dwc_build_file = dwc_build_file
def __enter__(self):
diff --git a/docs/_layouts/terms.tmpl b/docs/_layouts/terms.tmpl
index 869e5de..2dee6a3 100644
--- a/docs/_layouts/terms.tmpl
+++ b/docs/_layouts/terms.tmpl
@@ -10,28 +10,31 @@ This page provides a list of all currently recommended terms of the Darwin Core
{% for class_group in class_groups %}
## {{ class_group.label }}
-
+
{% if class_group.iri is not none %}
-{# The above will exclude the Record-level class_group #}
-
+{# Class (the above will exclude the Record-level class_group) #}
+
{{ class_group.label }}Class |
Identifier | {{ class_group.iri }} |
- Definition | {{class_group.definition}} |
- Comments | {{class_group.comments}} |
+ Definition | {{ class_group.definition }} |
+ Comments | {{ class_group.comments }} |
{%endif %}
{% for term in class_group.terms %}
-
-
+{# Term #}
+
+ {% if term.namespace != "dwciri" %}{% endif %}
+
+