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

Commits on Apr 2, 2024

  1. Fix #648

    dgarijo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4b96b33 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

    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 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0f54dd9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #686 from logilab/keep_fragment_case

    fix(extraction): Do not force lower-case if URI do not have label
    dgarijo authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5bd50dd View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Fix #630

    dgarijo committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    969628c View commit details
    Browse the repository at this point in the history
  2. Fix #645

    dgarijo committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a6905c3 View commit details
    Browse the repository at this point in the history