Re: MKR interface and GetData bugs/features

> 1. MKE 6.0 has a much improved interface to the TAP KB.
> Using MKE, and comparing the results to the online Perl
> browser, I have identified some new GetData bugs/features.

Very cool.

> 3. "Resource" info. must sometimes be retrieved using "Node".
> Likewise, "Property" must be called "PropertyType".
> For now, I have programmed this translation into the shell script
> http://rhm.cdepot.net/GetData

Can you try this against my development server at 
  http://panic.stanford.edu/data/
and see if these problems have been fixed? The server on panic uses a newer
data set and I think I fixed all these irritating issues.

> 4. subject has ?;  # GetData subject domain yes
> does not return all of the properties.  Note that Michael Jordan
> has four properties, and none are returned by GetData.  Most
> properties (with values) can be retrieved by name.
>     $. has type = Athlete;   # $. isu Athlete;
>     $. has title = "Michael Jordan";
>     $. has plays = SportBasketBall;
>     $. has playsForTeam = SportsTeamWashingtonWizards;

Can you show me the query that you're using to ask for the properties,
so I can try to reproduce it?

> 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.

Received on Wednesday, 6 August 2003 15:13:24 UTC