Skip to content

Commit b09f040

Browse files
committed
Add missing xsd date and datetime references
1 parent 935144b commit b09f040

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/curies/vocabulary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ def _r(p: str, i: str, n: str) -> NamedReference:
3333
xsd_boolean = _r("xsd", "boolean", "boolean")
3434
xsd_year = _r("xsd", "gYear", "year")
3535
xsd_uri = _r("xsd", "anyURI", "URI")
36+
xsd_date = _r("xsd", "date", "date")
37+
xsd_datetime = _r("xsd", "dateTime", "datetime")
3638

3739
# DC Terms
3840

0 commit comments

Comments
 (0)