TRIPLE-CHIST-ERA / VoIDToJava

Generate a java package for data described using VoID (ReadOnly-ORM for SPARQL)
MIT License
0 stars 2 forks source link

Package names are not to allow have pure numeric components #23

Closed JervenBolleman closed 2 weeks ago

JervenBolleman commented 2 weeks ago

e.g. for a namespace like owl we would split the

http://www.w3.org/2002/07/owl#

we would generate

org.w3.www.2002.07.owl as a package name

we should detect these cases and generate instead

org.w3.www._2002._07.owl as a package name