Changeset 1390 for fmts/trunk/p/C0XF2N.m


Ignore:
Timestamp:
Mar 31, 2012, 4:39:11 PM (12 years ago)
Author:
George Lilly
Message:

updates for demographics project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmts/trunk/p/C0XF2N.m

    r1387 r1390  
    3838 S @ZFARY@("C0XTN")=$NA(^C0X(101)) ; TRIPLES GLOBAL NAME
    3939 S @ZFARY@("C0XSN")=$NA(^C0X(201)) ; STRING FILE GLOBAL NAME
    40  S @ZFARY@("C0XDIR")="/home/glilly/sage/test/"
     40 S @ZFARY@("C0XDIR")="/home/glilly/fmts/trunk/samples/smart-new/"
    4141 S @ZFARY@("BLKLOAD")=1 ; this file supports block load
    4242 S @ZFARY@("FMTSSTYLE")="F2N" ; fileman style
     
    288288 S C0XTYPE("owl:Class")=1
    289289 S C0XTYPE("rdfs:subClassOf")=1
     290 S C0XTYPE("rdf:RDF")=1
    290291 S ZI=$O(@ZDOM@(1,"C",""))
    291  I '$G(C0XTYPE(@ZDOM@(1,"C",ZI))) D  Q  ; not an rdf file
    292  . W !,"Error. Not an RDF file. Cannot process."
     292 I '$G(C0XTYPE(@ZDOM@(1,"C",ZI))) D  ;Q  ; not an rdf file
     293 . W !,"Unusual RDF file ",@ZDOM@(1,"C",ZI)
     294 . ;W !,"Error. Not an RDF file. Cannot process."
    293295 . D SHOW(1)
    294296 ;
Note: See TracChangeset for help on using the changeset viewer.