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
When I stored them in the DB they are displayed as shown in the following file.
When I checked FOX, they also use RDFDataMgr.write(StringWriter, graph, TTL);
I assume this way of writing models using RDFDataMgr.write does not add label to the predicate. Please tell me your view.
Currently the open IE extractor returns a Jena model like this for the input "Obama was born in the USA."
@Prefix : http://example.org/ .
@Prefix rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# .
:Obama :be :bear ;
http://example.org/be%20bear%20in
:USA .
The text was updated successfully, but these errors were encountered: