Tagged Questions

3
votes
5answers
116 views

Use a custom datatype or a property for approximate dates?

I have a set of genealogical data that includes some vague/uncertain dates. For example, I may know that someone was born in May 1750 but not the exact day, or I may know they were …
4
votes
2answers
133 views

How to represent dates and times in RDF?

I have a dataset that has two different date-time datatypes; timestamps and from-to dates (lifespan data, formatted as yyyy–yyyy). I'm considering issues related to the formatting …