opencaesar / oml

Ontological Modeling Language (OML)
https://opencaesar.github.io/oml/
Apache License 2.0
24 stars 4 forks source link

Accept unrecognized context URI schemes in OmlRead.getResolvedImportUri() #47

Closed paulgaspardo closed 3 years ago

paulgaspardo commented 4 years ago

If the resource URI of the ontology containing the import has an unrecognized scheme, the URL constructor throws a MalformedURLException. In that case, resolve to the URI as given in the import.

paulgaspardo commented 3 years ago

https://github.com/opencaesar/oml/pull/49 also includes a fix for this, so I'll close this PR.