hxl-team / HXLator

PHP-based version of the HXLator
6 stars 2 forks source link

Problems in output rdf? #32

Closed cjhendrix closed 12 years ago

cjhendrix commented 12 years ago

See the hxlate BFA 0503 First 2 rows.ttl file in the dropbox/otherstuff.

For our main example file, I hxlated just the first two rows and only f/0-5 and m/0-5.

It seems that the atLocation statements have been separated into a different population URI (lines 18-21).
The nationality statements are also in a different URI (lines 40-41).

Also, note that the APL for the second row (Dibissi) is not in the triple store (well, it's there under datatest, but that doesn't count, it's not in our real APL data). So when doing the looking for the term Dibissi, I clicked in the "start typing" box and then clicked Save mapping. The result is in line 33. The preferred behavior would be for this row to be skipped with some sort of notice to the user.

crstn commented 12 years ago

The different URIs result from the fact that I have used a timestamp as a placeholder in the URI. As discussed when we talked about the URI patterns, we will simply leave those facts out of the URIs that we don't have, so this issue should be gone once I have updated the code according to the new URI patters.

The '@userlookup' issue is already addressed. We already have the check of the modal input before submission in a separate issue (https://github.com/hxl-team/HXLator/issues/7), so, I'll close this one.