#| -*-Scheme-*- $Id: tms-names.scm 7605 2007-12-03 06:52:09Z cph $ Copyright (C) 2007 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# ;;;; TMS name definitions (declare (usual-integrations)) (register-rdf-prefix 'tms: "http://dig.csail.mit.edu/TAMI/2007/amord/tms#") (define-rdf-class |tms:Node|) (define-rdf-class |tms:Premise|) (define-rdf-class |tms:Justification|) (define-rdf-class |tms:Antecedent-expr|) (define-rdf-class |tms:Expr-justification|) (define-rdf-class |tms:Not-justification|) (define-rdf-class |tms:And-justification|) (define-rdf-class |tms:Or-justification|) (define-rdf-property tms:justification) (define-rdf-property tms:antecedent-expr) (define-rdf-property tms:rule-name) (define-rdf-property tms:sub-expr) (define-rdf-resource tms:premise)