Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
The figure below shows an overview of the topics covered. The lines between the boxes represent some common-sense relations between the topics, which are represented as formal relations within the actual modules, such as <code>owl:import</code> or specific object properties connecting concepts inside the modules. The light blue box (location) is not part of CEON, but instead reuses a standard geographical ontology such as the OGC GeoSPARQL standards.
</p>
<div class="img-div">
<img src="images/overview_v0.4.png">
<img src="images/overview_v1.0.0.png">
</div>
</div>

Expand Down Expand Up @@ -329,4 +329,4 @@
</div>
</main>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion ontology/modules/full/0.2/ceon-full.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
dcterms:license "https://github.com/LiUSemWeb/CEON/blob/master/LICENSE" ;
dcterms:publisher "Onto-DESIDE" ;
dcterms:title "Circular Economy Ontology Network (CEON) - Full" ;
vann:preferredNamespacePrefix "full" ;
vann:preferredNamespacePrefix "ceon-full" ;
vann:preferredNamespaceUri "http://w3id.org/CEON/ontology/full/" ;
rdfs:seeAlso <https://github.com/LiUSemWeb/CEON> ;
owl:priorVersion 0.1 ;
Expand Down