Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] Jena on top of SQL db

Sergey,


We were looking at the jena CP and the unit tests and wondering how it works with an SQL database.  We didn't see any kind of ontology checked into the jena test project.


How are the table names and column names determined when methods like Context.getSubject(String), Context.getSubject(IFilter), Context.addSubject(URI, String) are called?


Is there something that can be configured to map table names and column names to attributes?  If so, where are those mappings defined?


Thanks!


Back to the top