- From: Richard H. McCullough <rhm@cdepot.net>
- Date: Fri, 8 Aug 2003 13:10:02 -0700
- To: "Rob McCool" <robm@robm.com>
- Cc: <public-rdf-tap@w3.org>, "KR-language" <KR-language@YahooGroups.com>, "Guha, R. V." <guha@guha.com>
These results were obtained with SuperClass & SubClass flags set.
I first started getting suspicious when
GetData Property type yes | sort
did not contain subClassOf.
Here are some short outputs
highlighting some of the problems
$ GetData subClassOf type no
TaxonomicPropertyType
TransitivePropertyType
# INFO: GetData: count = 2
$ GetData title type no
Property
TitlePropertyType
# INFO: GetData: count = 2
$ GetData arcs arcs no
# INFO: GetData: count = 0
$ GetData startingDate type no
Property
# INFO: GetData: count = 1
$ GetData instanceOf type no
TaxonomicPropertyType
# INFO: GetData: count = 1
$ GetData instanceOf arcs no
type
arcs
label
domain
propertyTypeCardinality
range
# INFO: GetData: count = 6
$ GetData type type no
# INFO: GetData: count = 0
$ GetData type arcs no
# INFO: GetData: count = 0
$ GetData domain range no
Class
# INFO: GetData: count = 1
$ GetData range range no
Class
# INFO: GetData: count = 1
$ GetData Class domain yes
hasIngredient
singular
eventUsesTool
hasPhysicalPart
bioEventBodyPart
creationIncludesEvent
plural
subClassOf
hasFoodAccessory
looksmartMap
dmozMap
instanceOf
description
title
homePage
ebayMap
notes
sortPriority
amazonMap
# INFO: GetData: count = 19
$ GetData Class range yes
arg3Type
instanceOf
hasIngredient
eventUsesTool
hasDish
hasPhysicalPart
bioEventBodyPart
domain
inOffice
subClassOf
hasFoodAccessory
range
about
# INFO: GetData: count = 13
$
Here are a few observations
1. arcs has no arcs
Is that intentional because it's an internal property?
type has no arcs
2. inconsistent type links to Property & its subClasses, e.g.
subClassOf not linked to Property
title is linked to Property
3. "incorrect" type links to ReflexivePropertyType and
TransitivePropertyType and TitlePropertyType.
I didn't try to check all the links; it just seemed like
there were way too many (about 110).
4. no domain & range for most properties.
Dick McCullough
knowledge := man do identify od existent done;
knowledge haspart proposition list;
Received on Friday, 8 August 2003 16:12:17 UTC