Changeset 132 for trunk/src/model


Ignore:
Timestamp:
09/05/09 15:53:27 (16 years ago)
Author:
lgiessmann
Message:

rdf-importer: rollback to revision 127 of the rdf-importer, added a new file for mapping already imported topics to occurrences, names, associaitons, etc.; fixed also some problems in the importer; currently a bug seems to exist in the rdf-importer, therefor versioning is not working corretcly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/model/datamodel.lisp ΒΆ

    r117 r132  
    330330              (and (>= revision (start-revision version))
    331331                   (or
    332                  (< revision (end-revision version))
    333                  (= 0 (end-revision version)))))
     332                    (< revision (end-revision version))
     333                    (= 0 (end-revision version)))))
    334334            (versions constr))
    335335       constr))))
Note: See TracChangeset for help on using the changeset viewer.