From c2f7a198d4a9a5ec2db08c9611924be238fe29cc Mon Sep 17 00:00:00 2001 From: Huanyu Li Date: Wed, 18 Dec 2024 13:01:10 +0100 Subject: [PATCH 1/5] Update main.yml --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9622e69a..60865abf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,11 @@ jobs: - name: install python packages run: pip install -r requirements.txt + - name: install python playwright + run: | + pip intall playwright + playwright install + - name: build docs run: python build.py From fe13f07d2d3778e4a831e9a6103081be27001a07 Mon Sep 17 00:00:00 2001 From: Huanyu Li Date: Wed, 18 Dec 2024 13:13:54 +0100 Subject: [PATCH 2/5] Update build.py --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index cb7b72ae..3725d3e1 100755 --- a/build.py +++ b/build.py @@ -253,7 +253,7 @@ def create_index_file(): core = ["actor", "actorODP", "cvn", "material", "process", "processODP", "product", "resourceODP", "value", - "energy", "quantity", "statement"] + "energy", "quantity", "statement", "location"] data = { "core": [], From a43506ae9091f3528f9f099a837a9078e9ab92dc Mon Sep 17 00:00:00 2001 From: Huanyu Li Date: Wed, 18 Dec 2024 16:09:19 +0100 Subject: [PATCH 3/5] Update energy.ttl --- ontology/modules/energy/0.1/energy.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/modules/energy/0.1/energy.ttl b/ontology/modules/energy/0.1/energy.ttl index 84c78fa0..70fffbc2 100644 --- a/ontology/modules/energy/0.1/energy.ttl +++ b/ontology/modules/energy/0.1/energy.ttl @@ -21,7 +21,7 @@ dcterms:creator "Huanyu Li" ; dcterms:description "A module of the CEON ontology network defining aspects of the energy concept." ; dcterms:license "https://creativecommons.org/licenses/by/4.0/" ; - dcterms:title "Circular Economy Ontology Network (CEON) - Energy" ; + dcterms:title "Circular Economy Ontology Network (CEON) - Energy Module" ; vann:preferredNamespacePrefix "energy" ; vann:preferredNamespaceUri "http://w3id.org/CEON/ontology/energy/" ; odp:coversRequirements "Covers the following requirements from Onto-DESIDE D2.3: CE1-2, CE4-3, CE6-3, CE7-4, CE8-2, CE10-7, CE10-9, CE11-6, CE12-5." ; From 9816094529cf2c337c1824e609be83d8eb6b0efc Mon Sep 17 00:00:00 2001 From: Huanyu Li Date: Wed, 18 Dec 2024 16:10:03 +0100 Subject: [PATCH 4/5] Update location.ttl --- ontology/modules/location/0.1/location.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ontology/modules/location/0.1/location.ttl b/ontology/modules/location/0.1/location.ttl index ffe0b373..bea46d56 100644 --- a/ontology/modules/location/0.1/location.ttl +++ b/ontology/modules/location/0.1/location.ttl @@ -16,9 +16,9 @@ "Robin Keskisärkkä" ; dcterms:created "2023-03-17"^^xsd:date ; dcterms:creator "Eva Blomqvist" ; - dcterms:description "A core ODP of the CEON ontology network, defining aspects of the actor concept." ; + dcterms:description "A module the CEON ontology network, defining aspects of the location concept." ; dcterms:license "https://creativecommons.org/licenses/by/4.0/" ; - dcterms:title "Circular Economy Ontology Network (CEON) - Actor ODP" ; + dcterms:title "Circular Economy Ontology Network (CEON) - Location Module" ; vann:preferredNamespacePrefix "location" ; vann:preferredNamespaceUri "http://w3id.org/CEON/ontoloy/location/" ; odp:coversRequirements "Covers the following requirements from Onto-DESIDE D3.1: CE3-3" ; From cd3d9376d6c37b1e825303e38d7646fc13557c1a Mon Sep 17 00:00:00 2001 From: Huanyu Li Date: Wed, 18 Dec 2024 16:10:49 +0100 Subject: [PATCH 5/5] Update statement.ttl --- ontology/modules/statement/0.1/statement.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/modules/statement/0.1/statement.ttl b/ontology/modules/statement/0.1/statement.ttl index e3d8d1b3..d82ed536 100644 --- a/ontology/modules/statement/0.1/statement.ttl +++ b/ontology/modules/statement/0.1/statement.ttl @@ -20,7 +20,7 @@ dcterms:creator "Eva Blomqvist" ; dcterms:description "A module to represent statements of CEON resources." ; dcterms:license "https://creativecommons.org/licenses/by/4.0/" ; - dcterms:title "Circular Economy Ontology Network (CEON) - Statement" ; + dcterms:title "Circular Economy Ontology Network (CEON) - Statement Module" ; vann:preferredNamespacePrefix "statement" ; vann:preferredNamespaceUri "http://w3id.org/CEON/ontology/statement/" ; owl:versionInfo "0.1" .