Tagged Questions

1
vote
2answers
89 views

DatatypeProperty modeled in an ObjectProperty way?

I came recently over an example of a modeling of a DatatypeProperty. Firstly, the definitions of the properties themselves: efoaf:interest rdf:type owl:Class ; rdfs:subClassOf …
3
votes
5answers
127 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
150 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 …