Skip to content

Commit

Permalink
Update sdoowl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardWallis committed Apr 10, 2023
1 parent de6a815 commit 058b647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/util/sdoowl.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def createDom(self):
x = SubElement(self.ont,"rdfs:label")
x.text = "Schema.org Vocabulary"
x = SubElement(self.ont,"dcterms:modified")
x.set("rdf:datatype", "http://www.w3.org/2001/XMLSchema#dat")
x.set("rdf:datatype", "http://www.w3.org/2001/XMLSchema#date")
x.text = getVersionDate(getVersion())
self.dom.append(Comment("\n\t/////////////////////\n\t/ Definitions\n\t/////////////////////\n\n\t"))

Expand Down

0 comments on commit 058b647

Please sign in to comment.