Closed dillerm closed 1 year ago
org.semanticweb.owlapi.rdf.rdfxml.parser.RDFParserException: [line=7751:column=57] IRI 'l/m^2' cannot be resolved against current base IRI http://purl.obolibrary.org/obo/uo.owl reason is: Illegal character in path at index 3: l/m^2
Line in question
I believe changing that line to the following would fix this: <oboInOwl:hasExactSynonym xml:lang="en">l/m^2</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym xml:lang="en">l/m^2</oboInOwl:hasExactSynonym>
Yes, please fix this, and consider adding some QC - unparseable ontologies should really be a thing of the past!
fixed by #55; parseability to be addressed in odk migration
org.semanticweb.owlapi.rdf.rdfxml.parser.RDFParserException: [line=7751:column=57] IRI 'l/m^2' cannot be resolved against current base IRI http://purl.obolibrary.org/obo/uo.owl reason is: Illegal character in path at index 3: l/m^2
Line in question
I believe changing that line to the following would fix this:
<oboInOwl:hasExactSynonym xml:lang="en">l/m^2</oboInOwl:hasExactSynonym>