owlcs / owlapi

OWL API main repository
813 stars 314 forks source link

Extension of Manchester syntax to cover the whole of OWL2 DL in version 4 #1104

Open b-gehrke opened 1 year ago

b-gehrke commented 1 year ago

In #1050 extensions to Manchester Syntax to include all features from OWL2 DL was merged for version 5. As version 4 is commonly used as well, this PR contains the same changes as #1050 for version 4 to enable a broader audience to utilize the features.

sonatype-lift[bot] commented 1 year ago

🛠 Lift Auto-fix

Some of the Lift findings in this PR can be automatically fixed. You can download and apply these changes in your local project directory of your branch to review the suggestions before committing.[^1]

# Download the patch
curl https://lift.sonatype.com/api/patch/github.com/owlcs/owlapi/1104.diff -o lift-autofixes.diff

# Apply the patch with git
git apply lift-autofixes.diff

# Review the changes
git diff

Want it all in a single command? Open a terminal in your project's directory and copy and paste the following command:

curl https://lift.sonatype.com/api/patch/github.com/owlcs/owlapi/1104.diff | git apply

Once you're satisfied, commit and push your changes in your project. [^1]: You can preview the patch by opening the patch URL in the browser.

b-gehrke commented 11 months ago

Is there a chance to review and consider these changes for version 4?

ignazio1977 commented 11 months ago

Yes I'll do it