Describe the bug
rdfs:Datatype is not handled. OLGA considers it as a class to generate with the superclass rdfs:Literal. But OLGA prevents classes from rdfs: to be generated see here. Hence the superclass of the rdfs:Datatype is not generated which causes a compile error.
To Reproduce
Steps to reproduce the behavior:
Execute OLGAJavaTest#testSarefMerged junit test
Expected behavior
The generated code should compile.
Describe the bug
rdfs:Datatype is not handled. OLGA considers it as a class to generate with the superclass rdfs:Literal. But OLGA prevents classes from rdfs: to be generated see here. Hence the superclass of the rdfs:Datatype is not generated which causes a compile error.
To Reproduce
Steps to reproduce the behavior:
Execute OLGAJavaTest#testSarefMerged junit test
Expected behavior
The generated code should compile.