MarkLogicUniversity / Geophoto

Sample MarkLogic application with binary, JSON, and RDF triple data
MIT License
12 stars 13 forks source link

Bugfixes #6

Closed wpaven closed 9 years ago

wpaven commented 9 years ago

Some simple cleanup to the readme.

Also, countries.sjs was receiving binary content from DBpedia, so sem.rdfParse choked as it expects a string. Updated call to DBpedia with format so that text is returned and rdfParse parses n-triples instead of turtle now.

dmcassel commented 9 years ago

Looks good to me, but I'll leave for @tamaspiros to merge

tpiros commented 9 years ago

Thanks @wpaven - I've merged your changes.