dgarijo / Widoco

Wizard for documenting ontologies. WIDOCO is a step by step generator of HTML templates with the documentation of your ontology. It uses the LODE environment to create part of the template.
Apache License 2.0
276 stars 86 forks source link

SWRL rule ordering and minor href fix #664

Closed vChavezB closed 6 months ago

vChavezB commented 6 months ago

This change orders swrl rules according to their rdfs:label and a minor fix to href in the body and head of the swrl rules.

PS: nice to know the other SWRL PR got merged. This PR should just introduce minor fixes.

dgarijo commented 6 months ago

Thanks, please next time commit to the develop branch

dgarijo commented 2 months ago

I added a fix and released a new version fixing this. No worries!

El mar., 30 abr. 2024 11:08 p. m., Victor Chavez @.***> escribió:

@.**** commented on this pull request.

In src/main/resources/lode/swrl-module.xsl https://github.com/dgarijo/Widoco/pull/664#discussion_r1585527216:

@@ -52,7 +52,8 @@ Copyright (C) 2023, Victor Chavez @.***>

    - +

I assumed all the swrl rules had an rdfs:label because in the SWRL Tab from Protégé the rdfs: label is always included.

grafik.png (view on web) https://github.com/dgarijo/Widoco/assets/47216966/8cea37e8-11a0-4bbd-8fc7-7371877327f8

I am not sure if this will work but we could perhaps check if the rdfs:label exists

— Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you modified the open/close state.Message ID: ***@***.***>
vChavezB commented 2 months ago

ok nice 👍