Changes between Version 15 and Version 16 of ApertureDiscussion


Ignore:
Timestamp:
10/10/06 17:36:22 (18 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureDiscussion

    v15 v16  
    2323pros: 
    2424 
    25 * bindings for various RDF stores that we get for free 
     25 * bindings for various RDF stores that we get for free 
    2626 
    2727cons: 
    2828 
    29 * is RDF2GO still using java.net.URIs? That would mean a lot of  
     29 * is RDF2GO still using java.net.URIs? That would mean a lot of  
    3030conversions that are potentially not necessary, e.g. when using a Sesame  
    3131Repository: org.openrdf.model.URIs get translated to java.net.URIs and  
    3232back to org.openrdf.model.URIs. 
    3333 
    34 * RDFContainer lacks full RDF graph access. A simple getStatements  
     34 * RDFContainer lacks full RDF graph access. A simple getStatements  
    3535method with a subject parameter would solve this though. I've also read  
    3636comments by Gunnar about having to cast RDFContainer to  
     
    3838 
    3939Gunnar and Leo are happy with this: 
    40 * We keep RDFContainer as it is and only switch "getModel()" to return a RDF2GO model. 
    41 * We switch the methods of RDFContainer to use RDF2GO interfaces (RDF2Go's predicate, resource, etc) for the setProperty(property, value) methods. 
     40 * We keep RDFContainer as it is and only switch "getModel()" to return a RDF2GO model. 
     41 * We switch the methods of RDFContainer to use RDF2GO interfaces (RDF2Go's predicate, resource, etc) for the setProperty(property, value) methods. 
    4242 
    4343== java.io.File-Based Exctractors ==