Changes between Version 4 and Version 5 of ApertureRDF


Ignore:
Timestamp:
10/12/05 15:32:34 (19 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureRDF

    v4 v5  
    88Also, this would be a unique selling point, making it stand apart from projects like [http://lucene.apache.org/nutch/ Nutch], [http://www.zilverline.org/zilverlineweb/space/home Zilverline], etc., which also provide frameworks for extracting and handling full-text and metadata. 
    99 
    10 The same technique could also be used in the !DataObjects, which now use a Map with dedicated keys, defined per !DataObject type. I would be in favour of changing this to "something RDF", as it considerably eases development. 
     10This design decision also applies to !DataObjects, which now use a Map with dedicated keys, defined per !DataObject type. I would be in favour of changing this to "something RDF", as it considerably eases development. 
    1111 
    1212Leo came up with an idea that allows delivering RDF while at the same time providing a simpler interface to programmers not knowledgeable in RDF. The idea is to create a class that implements both the org.openrdf.model.Graph interface as well as the java.util.Map interface. The effect of