Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #687

Merged
merged 5 commits into from
Apr 4, 2024
Merged

Develop #687

merged 5 commits into from
Apr 4, 2024

Conversation

dgarijo
Copy link
Owner

@dgarijo dgarijo commented Apr 4, 2024

No description provided.

dgarijo and others added 5 commits April 3, 2024 00:35
In the case the URI do not have any label, a generic one is generated
regarding the URI fragment. It was forced to lower case, which leads to
a miscomprehension for class label. It is commonly accepted that classes
label starts with a uppercase letter.

For example:
```turtle
:MyClass a owl:Class;
         owl:equivalentClass schema:Person.
```
leaded to a result in the doc like:
"MyClass is equivalent to person"
When we want :
"MyClass is equivalent to Person"
fix(extraction): Do not force lower-case if URI do not have label
@dgarijo dgarijo merged commit 20f8af6 into master Apr 4, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants