USGCRP / gcis-ontology

Ontology for the Global Change Information System
4 stars 7 forks source link

Date recorded in Ontology OWL file #183

Open justgo129 opened 8 years ago

justgo129 commented 8 years ago

Is there a way to invert the date that is present in the header of the ontology file? It reads 03/11/2015, when it's should be dated November 11, 2015. The line in the ttl file reads:

"dcterms:date "2015-11-03"^^xsd:date ;

zednis commented 8 years ago

I do not know, check the LODE documentation - http://www.essepuntato.it/lode

If there is no available configuration parameter to control this, we could always fork the code (on github at https://github.com/essepuntato/LODE) and create a version that generates the date with our preferred formatting.

justgo129 commented 8 years ago

Good idea. There's nothing in the LODE documentation. I believe the parameter is located on line 281 at: https://github.com/essepuntato/LODE/blob/4a3860b01aa8fc6fe80147de1816c00efee1aee3/src/main/webapp/extraction.xsl

zednis commented 8 years ago

If we are using static HTML generated by LODE we can manually update the HTML to fix the published webpage, then we can fork LODE and tweak it so it generates what we want in the future. We may additionally be able to incorporate the anchor link fix into our modified copy of LODE.

justgo129 commented 8 years ago

@rewolfe what do you think?