TAP Abbreviator

I like it!!!
I just added that code to GetData & PutData java programs.

Dick McCullough
knowledge := man do identify od existent done;
knowledge haspart proposition list;

----- Original Message ----- 
From: "Rob McCool" <robm@robm.com>
To: "Richard H. McCullough" <rhm@cdepot.net>
Cc: "Turner, Aaron" <Aaron.Turner@goodrich.com>; "KR-language"
<KR-language@YahooGroups.com>; "Latimer, Richard S."
<rslatimer@comcast.net>; "Cerra, James F." <jimbobbs@hotmail.com>; "Bray,
Tim" <tbray@textuality.com>; "Apollo, Adrian" <Thinkonaut@aol.com>;
<public-rdf-tap@w3.org>
Sent: Thursday, August 07, 2003 9:32 AM
Subject: Re: panic.stanford.edu/data


>> The way to tell if a tag doesn't need a namespace is to call the
Abbreivator's
> IsStandardTag static method. So in GetData.java, you'd do something like
this:
>
>   if(!Abbrev.IsStandardTag(tag)) {
>       tag = "http://tap.stanford.edu/data/" + tag;
>   }
>

Received on Thursday, 7 August 2003 16:11:13 UTC