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 the moment, the EMC RDF driver does not support platform:/ URLs when running from Eclipse. This is because we pass the URL directly to Jena, which doesn't understand those. We may need to either figure out how to add platform:/ support to Jena itself, or to have the Eclipse developer tools use a subclass of RDFModel which preprocesses those platform:/ URLs and resolves them to absolute filesystem paths.
The text was updated successfully, but these errors were encountered:
At the moment, the EMC RDF driver does not support platform:/ URLs when running from Eclipse. This is because we pass the URL directly to Jena, which doesn't understand those. We may need to either figure out how to add platform:/ support to Jena itself, or to have the Eclipse developer tools use a subclass of
RDFModel
which preprocesses thoseplatform:/
URLs and resolves them to absolute filesystem paths.The text was updated successfully, but these errors were encountered: