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

[BUG]: A Capo nelle annotation Assertions #267

Closed
valeriosantarelli opened this issue Oct 2, 2023 · 1 comment
Closed

[BUG]: A Capo nelle annotation Assertions #267

valeriosantarelli opened this issue Oct 2, 2023 · 1 comment
Assignees
Labels
bug Something isn't working IMPORTANT
Milestone

Comments

@valeriosantarelli
Copy link
Contributor

Describe the bug

Gli a capo inseriti nelle label delle annotazion assertions per fare il "fitting" dei diagrami vengono mantenuti quando si traduce l'assioma in OWL, producendo quindi un file non parsabile in OWL.

Reproduction Steps

Specifica Wol in allegato, esportare in OWL.

WolfOil_v1.2.0.graphol.zip

Expected Result

invece di

AnnotationAssertion(rdfs:label woc:mountsEngine "mountsEngine"@en)
AnnotationAssertion(rdfs:label woc:regionOfManufacturer "regionOfManufacturer"@en)

Actual Result

Con l'ontologia in allegato, l'esportazione in OWL produce ad esempio questi assiomi:

AnnotationAssertion(rdfs:label woc:mountsEngine "mounts
Engine"@en)
AnnotationAssertion(rdfs:label woc:regionOfManufacturer "regionOf
Manufacturer"@en)

Affected Versions

3.4, 3.5

Installation

macOS dmg

Operating System

Windows

Operating System Version

macOC 12.6

Operating System Architecture

x86_64

Log

No response

@valeriosantarelli
Copy link
Contributor Author

valeriosantarelli commented Oct 2, 2023

Il problema è piuttosto critico, perchè l'esportazione in OWL produce dei file corrotti, quindi appena risolto farei il rilascio della 3.5.1.

mnamici pushed a commit that referenced this issue Dec 5, 2023
Backport of 55d1fb3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working IMPORTANT
Projects
None yet
Development

No branches or pull requests

3 participants