You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For unique RDF record identifiers, generate hash codes based on the first five elements (country-code to other-cave-name).
To do that, either use existing MD5 hash-generator in cavexml.py and generate auxiliary XML file before applying cavexml2rdf.xquery, or re-implement hash generation within XQuery script.
The text was updated successfully, but these errors were encountered:
@jmvanel
I made an attempt at getting proper record ids on each RDF UndergroundCavity record, with CaveXML2rdf.py. It generates unique hashes and two-letter country codes. Otherwise, it's more or less the same as CaveXML2rdf.xquery.
The output passes a RDF validator, except for slashes in the rdf:ID attribute, but these are present in the output of CaveXML2rdf.xquery as well.
For unique RDF record identifiers, generate hash codes based on the first five elements (country-code to other-cave-name).
To do that, either use existing MD5 hash-generator in cavexml.py and generate auxiliary XML file before applying cavexml2rdf.xquery, or re-implement hash generation within XQuery script.
The text was updated successfully, but these errors were encountered: