jena - How to use Fuseki for storing data persistently with ontology schema -
hi i'm new ontology storing :)
actually i'm looking triplestore java interoperability (jena). take apache fuseki. in documentation found ja:memorymodel loading ontologies. mean info lost when shut downwards server?
another thought utilize kind of ontology schema. means want utilize 1 ontology schema , sec 1 storing entities. in illustration configuration.ttl found that:
ja:basemodel [ ja:memorymodel ; ja:content [ja:externalcontent <file:data/test_abox.ttl>] ; ja:content [ja:externalcontent <file:data/test_tbox.ttl>] ; ] ; but couldn’t found real explanation basemodel , in documentation there ontmodel mentioned. 1 utilize schema , 1 entities. me newcomer it’s little bit confusing? kind give me hint that?
thanks!
you can run server persistent database. start server --loc=db , utilize it's re-create of jena tdb datastore.
or can utilize assembler , configure in tdb-backed datastore , model that.
jena ontology fuseki
No comments:
Post a Comment