Changeset 1390 for fmts/trunk
- Timestamp:
- Mar 31, 2012, 4:39:11 PM (13 years ago)
- Location:
- fmts/trunk
- Files:
-
- 3 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 ; -
fmts/trunk/samples/smart-new/Bob-Odenkirk.rdf
r1389 r1390 7 7 xmlns:foaf="http://xmlns.com/foaf/0.1/"> 8 8 <sp:Demographics> 9 10 9 <v:n> 11 10 <v:Name> … … 15 14 </v:Name> 16 15 </v:n> 17 18 16 <v:adr> 19 17 <v:Address> 20 18 <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Home" /> 21 19 <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Pref" /> 22 23 20 <v:street-address>15 Main St</v:street-address> 24 21 <v:extended-address>Apt 2</v:extended-address> … … 29 26 </v:Address> 30 27 </v:adr> 31 32 28 <v:tel> 33 29 <v:Tel> … … 37 33 </v:Tel> 38 34 </v:tel> 39 40 35 <v:tel> 41 36 <v:Tel> … … 44 39 </v:Tel> 45 40 </v:tel> 46 47 41 <foaf:gender>male</foaf:gender> 48 42 <v:bday>1959-12-25</v:bday> … … 56 50 </sp:Code> 57 51 </sp:medicalRecordNumber> 58 59 52 </sp:Demographics> 60 53 </rdf:RDF>
Note:
See TracChangeset
for help on using the changeset viewer.