Changeset 1390 for fmts/trunk/p
- Timestamp:
- Mar 31, 2012, 4:39:11 PM (13 years ago)
- Location:
- fmts/trunk/p
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fmts/trunk/p/C0XF2N.m
r1387 r1390 38 38 S @ZFARY@("C0XTN")=$NA(^C0X(101)) ; TRIPLES GLOBAL NAME 39 39 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/" 41 41 S @ZFARY@("BLKLOAD")=1 ; this file supports block load 42 42 S @ZFARY@("FMTSSTYLE")="F2N" ; fileman style … … 288 288 S C0XTYPE("owl:Class")=1 289 289 S C0XTYPE("rdfs:subClassOf")=1 290 S C0XTYPE("rdf:RDF")=1 290 291 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." 293 295 . D SHOW(1) 294 296 ; -
fmts/trunk/p/C0XUTIL.m
r1386 r1390 64 64 S C0XVOC("oro")="http://oro.com/vista/sage" ;change to get URL from system 65 65 S C0XVOC("sage")="http://oro.com/sage/schema#" 66 S C0XVOC("v")="http://www.w3.org/2006/vcard/ns#" 66 67 Q 67 68 ;
Note:
See TracChangeset
for help on using the changeset viewer.