# $Id: TinyReport.rep,v 1.1 2004/03/26 12:17:29 graham Exp $ # # Copyright (c) 2004, G. KLYNE. All rights reserved. # See end of this file for licence information. #--------+---------+---------+---------+---------+---------+---------+---------+ @prefix rdf: . @prefix rdfs: . @prefix foaf: . @prefix hdr: . @prefix hrep: . # , "hrep:TinyReport :-" # , " ( [ rep:cmd rep:open ; rep:chan \"t\" ;" # , " rep:file \"TinyReport.tmp\" ]" # , " [ rep:cmd rep:write ; rep:chan \"t\" ; rep:data hrep:TinyHead ]" # , " [ rep:cmd rep:close ; rep:chan \"t\" ] ) ." # , "" # , "hrep:TinyHead :-" # , " ( \"Tiny head\" rep:nl ) ." @report hrep:TinyReport OPEN "t" "TinyReport.tmp" WRITE "t" hrep:TinyHead CLOSE "t" END @text hrep:TinyHead ( "Tiny head" NL ) #--------+---------+---------+---------+---------+---------+---------+---------+ # # Copyright (c) 2004, G. KLYNE. All rights reserved. # # This 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 software 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 software; if not, write to: # The Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # or view the web page at: # http://www.gnu.org/copyleft/gpl.html # #--------+---------+---------+---------+---------+---------+---------+---------+ # $Source: /file/cvsdev/CompileRDF/TinyReport.rep,v $ # $Author: graham $ # $Revision: 1.1 $ # $Log: TinyReport.rep,v $ # Revision 1.1 2004/03/26 12:17:29 graham # Test input data for report description compiler #