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

Missing property shapes in the produced SHACL #203

Open
cristianvasquez opened this issue Jun 25, 2024 · 0 comments
Open

Missing property shapes in the produced SHACL #203

cristianvasquez opened this issue Jun 25, 2024 · 0 comments
Assignees
Labels
type: bug Something implemented incorrectly in a release

Comments

@cristianvasquez
Copy link

cristianvasquez commented Jun 25, 2024

Hello,

Model2OWL generates SHACL shapes for the eProcurement Ontology (ePO) from XMI files exported from Enterprise Architect.

However, I have identified that some properties from the UML model are not currently included in the SHACL shapes.

To investigate this, the number of property shapes produced by directly reading the Enterprise Architect file was compared against those produced by Model2OWL. The summary of my findings can be found here. Several discrepancies were noted.

The relation used was:

    ?shape  sh:targetClass ?source ;
            sh:property  ?propertyShape .
    
    ?propertyShape a sh:PropertyShape ;
                   sh:path ?predicate .

I hope this information will assist in resolving the issue.

Potentially related issue: #142.

cristianvasquez added a commit that referenced this issue Jul 11, 2024
@rousso rousso added the type: bug Something implemented incorrectly in a release label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something implemented incorrectly in a release
Projects
None yet
Development

No branches or pull requests

3 participants