Changeset 1386


Ignore:
Timestamp:
Mar 25, 2012, 4:10:53 PM (12 years ago)
Author:
George Lilly
Message:

updates for add triples

Location:
fmts/trunk/p
Files:
3 edited

Legend:

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

    r1384 r1386  
    386386 Q
    387387 ;
     388STARTADD ; INITIALIZE C0XFDA AND BATCNT
     389 K C0XFDA
     390 K BATCNT
     391 Q
     392 ;
    388393ADD(ZG,ZS,ZP,ZO,FARY) ; ADD A TRIPLE TO THE TRIPLESTORE. ALL VALUES ARE TEXT
    389394 ; THE FDA IS SET UP BUT THE FILES ARE NOT UPDATED. CALL UPDIE TO COMPLETE
  • fmts/trunk/p/C0XGET1.m

    r1383 r1386  
    452452 n zs,zo
    453453 s zs=$$subject("fmts:fileTag",ztag)
    454  i zs="" d  q ;
     454 i zs="" d  q "" ;
    455455 . w !,"error, tag is either missing or there are more than one ",ztag
    456456 s zo=$$object(zs,"fmts:fileSource")
    457  i zo="" d  q ;
     457 i zo="" d  q "" ;
    458458 . w !,"error, tag source not found ",zs
    459459 w !,zo
  • fmts/trunk/p/C0XUTIL.m

    r1379 r1386  
    6161 S C0XVOC("vq")="http://vista.org/quality/"
    6262 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#"
    6366 Q
    6467 ;
Note: See TracChangeset for help on using the changeset viewer.