JSI test outputs + question on disambiguation tests

Hi, Leroy, all,
I'm attaching the output for domain and disambiguation from my side.

Domain is all green, but in disambiguation I'm wondering about two 
cases, namely the XML examples 7 and 8:
https://github.com/finnle/ITS-2.0-Testsuite/blob/master/its2.0/inputdata/disambiguation/xml/disambiguation7xml.xml
https://github.com/finnle/ITS-2.0-Testsuite/blob/master/its2.0/inputdata/disambiguation/xml/disambiguation8xml.xml

I didn't notice these before, but there's a "disambigClassPointer", 
which points to a string describing the class. I don't recall when those 
were added in the spec for classes; we did include a similar mechanism 
for identifiers, but it wasn't necessary for type classes. As a default, 
I assume this should be "disambigClassRefPointer" with an URI as the value.

1) The default fix would be simply to replace the classPointer with 
classRefPointer, and replace the 'place' literal with an URI.

2) The alternative fix would be to declare a different disambiguationRule:
<its:disambiguationRule selector="//*[@class='place']" 
disambigClassRefPointer="http://nerd.eurecom.fr/ontology#Place" />

I have a pull request with fix 1 ready. Does anyone wish to comment 
before we move on?

-- Tadej

Received on Thursday, 20 December 2012 12:42:01 UTC