Re: MKR interface and GetData bugs/features

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

----- Original Message ----- 
From: "Richard H. McCullough" <rhm@cdepot.net>
To: "Rob McCool" <robm@robm.com>
Cc: "Turner, Aaron" <Aaron.Turner@goodrich.com>; "KR-language"
<KR-language@YahooGroups.com>; "Latimer, Richard S."
<rslatimer@comcast.net>; "Apollo, Adrian" <Thinkonaut@aol.com>; "Bray, Tim"
<tbray@textuality.com>; <public-rdf-tap@w3.org>
Sent: Wednesday, August 06, 2003 3:01 PM
Subject: Re: MKR interface and GetData bugs/features
snip

> > > 5. subject has title = ?;  # GetData subject title no
> > > always fails.
> >
> > You may need to use "label" or "rdfs:label" here, we've been
standardizing
> > toward the rdfs version of "what's this called" and not the Dublin Core
> > version.
> I will try some variations on these names.
> >

"label" works on current system.

$ ke
...
ke$ Resource has title = ?;
# INFO: count = 0
ke$ Resource has label = ?;
Resource has label =
  Root of the taxonomy

# INFO: count = 1
ke$ Resource has rdf:label = ?;
# INFO: count = 0
ke$ Resource has rdfs:label = ?;
# INFO: count = 0
ke$ Resource has description = ?;
Resource has description =
  Root of the taxonomy

# INFO: count = 1
ke$ set . = "AthleteJordan,_Michael";
ke$ $. has label = ?;
AthleteJordan,_Michael has label =
  Michael Jordan

# INFO: count = 1
ke$ $. has rdf:label = ?;
# INFO: count = 0
ke$ $. has rdfs:label = ?;
# INFO: count = 0
ke$ exit
...
$

2. I'm just about to try http://panic.stanford.edu/data.
Should have some results for you soon.

Received on Wednesday, 6 August 2003 19:38:43 UTC