Index: /fmts/trunk/p/C0XF2N.m
===================================================================
--- /fmts/trunk/p/C0XF2N.m	(revision 1389)
+++ /fmts/trunk/p/C0XF2N.m	(revision 1390)
@@ -38,5 +38,5 @@
  S @ZFARY@("C0XTN")=$NA(^C0X(101)) ; TRIPLES GLOBAL NAME
  S @ZFARY@("C0XSN")=$NA(^C0X(201)) ; STRING FILE GLOBAL NAME
- S @ZFARY@("C0XDIR")="/home/glilly/sage/test/"
+ S @ZFARY@("C0XDIR")="/home/glilly/fmts/trunk/samples/smart-new/"
  S @ZFARY@("BLKLOAD")=1 ; this file supports block load
  S @ZFARY@("FMTSSTYLE")="F2N" ; fileman style
@@ -288,7 +288,9 @@
  S C0XTYPE("owl:Class")=1
  S C0XTYPE("rdfs:subClassOf")=1
+ S C0XTYPE("rdf:RDF")=1
  S ZI=$O(@ZDOM@(1,"C",""))
- I '$G(C0XTYPE(@ZDOM@(1,"C",ZI))) D  Q  ; not an rdf file
- . W !,"Error. Not an RDF file. Cannot process."
+ I '$G(C0XTYPE(@ZDOM@(1,"C",ZI))) D  ;Q  ; not an rdf file
+ . W !,"Unusual RDF file ",@ZDOM@(1,"C",ZI)
+ . ;W !,"Error. Not an RDF file. Cannot process."
  . D SHOW(1)
  ;
Index: /fmts/trunk/p/C0XUTIL.m
===================================================================
--- /fmts/trunk/p/C0XUTIL.m	(revision 1389)
+++ /fmts/trunk/p/C0XUTIL.m	(revision 1390)
@@ -64,4 +64,5 @@
  S C0XVOC("oro")="http://oro.com/vista/sage" ;change to get URL from system
  S C0XVOC("sage")="http://oro.com/sage/schema#"
+ S C0XVOC("v")="http://www.w3.org/2006/vcard/ns#"
  Q
  ;
Index: /fmts/trunk/samples/smart-new/Bob-Odenkirk.rdf
===================================================================
--- /fmts/trunk/samples/smart-new/Bob-Odenkirk.rdf	(revision 1389)
+++ /fmts/trunk/samples/smart-new/Bob-Odenkirk.rdf	(revision 1390)
@@ -7,5 +7,4 @@
   xmlns:foaf="http://xmlns.com/foaf/0.1/">
    <sp:Demographics>
-
      <v:n>
         <v:Name>
@@ -15,10 +14,8 @@
         </v:Name>
      </v:n>
-
      <v:adr>
         <v:Address>
           <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Home" />
           <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Pref" />
-
           <v:street-address>15 Main St</v:street-address>
           <v:extended-address>Apt 2</v:extended-address>
@@ -29,5 +26,4 @@
         </v:Address>
      </v:adr>
-
      <v:tel>
         <v:Tel>
@@ -37,5 +33,4 @@
         </v:Tel>
      </v:tel>
-
      <v:tel>
         <v:Tel>
@@ -44,5 +39,4 @@
         </v:Tel>
      </v:tel>
-
      <foaf:gender>male</foaf:gender>
      <v:bday>1959-12-25</v:bday>
@@ -56,5 +50,4 @@
        </sp:Code>
      </sp:medicalRecordNumber>
-
    </sp:Demographics>
 </rdf:RDF>
Index: /fmts/trunk/samples/smart-new/brian-brooks-meds.rdf
===================================================================
--- /fmts/trunk/samples/smart-new/brian-brooks-meds.rdf	(revision 1389)
+++ /fmts/trunk/samples/smart-new/brian-brooks-meds.rdf	(revision 1390)
