gavel-tool / python-gavel-owl

GNU Affero General Public License v3.0
3 stars 1 forks source link

add option to shorten IRIs #7

Closed sfluegel05 closed 2 years ago

sfluegel05 commented 3 years ago

E.g., not use “http___www_example_com_Vehicle” but “ex:Vehicle”?

This could be solved on the Java side by using owl prefixes or on the python side by using a specialized parser (see #5 )