Ignore:
Timestamp:
Sep 30, 2013, 8:26:21 PM (11 years ago)
Author:
George Lilly
Message:

misc updates

File:
1 edited

Legend:

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

    r1628 r1629  
    11C0XUTIL ; GPL - Fileman Triples utilities ;11/07/11  17:05
    2         ;;1.0;FILEMAN TRIPLE STORE;;Sep 26, 2012;Build 10
     2        ;;1.0;FILEMAN TRIPLE STORE;;Sep 26, 2012;Build 11
    33        ;Copyright 2011 George Lilly.  Licensed under the terms of the GNU
    44        ;General Public License See attached copy of the License.
     
    4242        ;
    4343VOCINIT ; INITIALIZE VOCABULARIES
     44        S C0XVOC("xmlns")="http://www.w3.org/2001/XMLSchema-instance"
    4445        S C0XVOC("dcterms")="http://purl.org/dc/terms/"
    4546        S C0XVOC("rdf")="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     
    6667        S C0XVOC("sage")="http://oro.com/sage/schema#"
    6768        S C0XVOC("v")="http://www.w3.org/2006/vcard/ns#"
    68         S C0XVOC("cadrug")="http://drugbank.ca"
    69         S C0XVOC("xmlns")="http://www.w3.org/"
    70         S C0XVOC("xs")="http://www.w3.org/xs#"
     69        S C0XVOC("sdtc")="urn:hl7-org:v3/sdtc"
     70        S C0XVOC("voc")="urn:hl7-org:v3/voc"
     71        S C0XVOC("xsi")="http://www.w3.org/2001/XMLSchema-instance"
     72        S C0XVOC("qrda")="urn:hl7-org:v3/qrda#"
    7173        Q
    7274        ;
Note: See TracChangeset for help on using the changeset viewer.