Changeset 1386
- Timestamp:
- Mar 25, 2012, 4:10:53 PM (13 years ago)
- Location:
- fmts/trunk/p
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
fmts/trunk/p/C0XF2N.m
r1384 r1386 386 386 Q 387 387 ; 388 STARTADD ; INITIALIZE C0XFDA AND BATCNT 389 K C0XFDA 390 K BATCNT 391 Q 392 ; 388 393 ADD(ZG,ZS,ZP,ZO,FARY) ; ADD A TRIPLE TO THE TRIPLESTORE. ALL VALUES ARE TEXT 389 394 ; THE FDA IS SET UP BUT THE FILES ARE NOT UPDATED. CALL UPDIE TO COMPLETE -
fmts/trunk/p/C0XGET1.m
r1383 r1386 452 452 n zs,zo 453 453 s zs=$$subject("fmts:fileTag",ztag) 454 i zs="" d q ;454 i zs="" d q "" ; 455 455 . w !,"error, tag is either missing or there are more than one ",ztag 456 456 s zo=$$object(zs,"fmts:fileSource") 457 i zo="" d q ;457 i zo="" d q "" ; 458 458 . w !,"error, tag source not found ",zs 459 459 w !,zo -
fmts/trunk/p/C0XUTIL.m
r1379 r1386 61 61 S C0XVOC("vq")="http://vista.org/quality/" 62 62 S C0XVOC("nodeID")="iDPsDPss" 63 S C0XVOC("fmts")="http://glilly.net/fmts#" 64 S C0XVOC("oro")="http://oro.com/vista/sage" ;change to get URL from system 65 S C0XVOC("sage")="http://oro.com/sage/schema#" 63 66 Q 64 67 ;
Note:
See TracChangeset
for help on using the changeset viewer.