You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, if there is not Content Type header present in the ontology URL then the parser throws
org.apache.jena.riot.RiotException: Failed to determine the content type: (URI=http://www.linkedmodel.org/schema/dtype : stream=null)
ols4-dataload-1 | at org.apache.jena.riot.RDFParser.parseURI(RDFParser.java:317)
ols4-dataload-1 | at org.apache.jena.riot.RDFParser.parse(RDFParser.java:296)
ols4-dataload-1 | at org.apache.jena.riot.RDFParserBuilder.parse(RDFParserBuilder.java:540)
ols4-dataload-1 | at uk.ac.ebi.rdf2json.OntologyGraph.parseRDF(OntologyGraph.java:92)
ols4-dataload-1 | at uk.ac.ebi.rdf2json.OntologyGraph.<init>(OntologyGraph.java:165)
ols4-dataload-1 | at uk.ac.ebi.rdf2json.RDF2JSON.main(RDF2JSON.java:147)
This issue is blocking loading of EMI ontology specified here: #814
Ideal solution would be if there is any setting in the JENA parser to interpret the content type without the content-type header.
The text was updated successfully, but these errors were encountered:
At present, if there is not
Content Type
header present in the ontology URL then the parser throwsThis issue is blocking loading of EMI ontology specified here: #814
Ideal solution would be if there is any setting in the JENA parser to interpret the content type without the content-type header.
The text was updated successfully, but these errors were encountered: