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

Trouble inlining classes (rdfs:subClassOf) #34

Open
johanwk opened this issue Jun 25, 2024 · 1 comment
Open

Trouble inlining classes (rdfs:subClassOf) #34

johanwk opened this issue Jun 25, 2024 · 1 comment

Comments

@johanwk
Copy link

johanwk commented Jun 25, 2024

I tried the following

lis:Artefact a puml:Inline .
ex:Compressor a owl:Class ; rdfs:subClassOf lis:Artefact .

This produces the following in the PlantUML output

ex_Compressor lis:Artefact

but there's a : missing, we should have had

ex_Compressor : lis:Artefact

Apparently, the problem is with rdfs:subClassOf. An arbitrary other property, e.g., rdfs:xClassOf, gets inlined correctly.

@VladimirAlexiev VladimirAlexiev changed the title Trouble inlining rdfs:subClassOf Trouble inlining classes (rdfs:subClassOf) Jul 10, 2024
@VladimirAlexiev
Copy link
Owner

@johanwk can you try with the new version?
Try with and without lis:Artefact a puml:Inline: if lis:Artefact has no statements, then it should be inlined anyway.

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

No branches or pull requests

2 participants