Changeset 15109


Ignore:
Timestamp:
01/28/18 20:52:38 (6 years ago)
Author:
Mark Evenson
Message:

Start modeling the source locations for changes and their metadata

Uses Jeannie <https://bitbucket.org/easye/jeannie>, a W3 semantics
toolkit based on Apache Jena <https://jena.apache.org/>.

Location:
trunk/abcl
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/abcl.asd

    r15108 r15109  
    181181  :components ((:module http :pathname "tools/"
    182182                        :components ((:file "resource")))))
     183
     184(defsystem abcl/model/changes
     185  :version "0.1.0"
     186  :depends-on (jeannie) ;;; <https://bitbucket.org/easye/jeannie>
     187  :components ((:module n3 :pathname "etc/"
     188                        :components ((:static-file "changes.n3")
     189                                     (:file "changes")))))
Note: See TracChangeset for help on using the changeset viewer.