Changeset 1629 for fmts/trunk/p/C0XUTIL.m
- Timestamp:
- Sep 30, 2013, 8:26:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fmts/trunk/p/C0XUTIL.m
r1628 r1629 1 1 C0XUTIL ; GPL - Fileman Triples utilities ;11/07/11 17:05 2 ;;1.0;FILEMAN TRIPLE STORE;;Sep 26, 2012;Build 1 02 ;;1.0;FILEMAN TRIPLE STORE;;Sep 26, 2012;Build 11 3 3 ;Copyright 2011 George Lilly. Licensed under the terms of the GNU 4 4 ;General Public License See attached copy of the License. … … 42 42 ; 43 43 VOCINIT ; INITIALIZE VOCABULARIES 44 S C0XVOC("xmlns")="http://www.w3.org/2001/XMLSchema-instance" 44 45 S C0XVOC("dcterms")="http://purl.org/dc/terms/" 45 46 S C0XVOC("rdf")="http://www.w3.org/1999/02/22-rdf-syntax-ns#" … … 66 67 S C0XVOC("sage")="http://oro.com/sage/schema#" 67 68 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#" 71 73 Q 72 74 ;
Note:
See TracChangeset
for help on using the changeset viewer.