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

fix(extraction): Do not force lower-case if URI do not have label #686

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

Murloc6
Copy link
Contributor

@Murloc6 Murloc6 commented Apr 3, 2024

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:

: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"

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"
@Murloc6 Murloc6 changed the base branch from master to develop April 3, 2024 12:39
@dgarijo
Copy link
Owner

dgarijo commented Apr 3, 2024

Thanks, this makes sense to me

@dgarijo dgarijo merged commit 5bd50dd into dgarijo:develop Apr 3, 2024
4 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