When querying p569 (date of birth) or a similar property, it returns dates as full month-day-year time strings, even if the statement only contains the year. If the statement only contains the year it assigns January 1st as the date. Is there a way to get it to only return the portion of the date that is actually in the statement? While its tempting just to throw out any 1-1 date after the fact, someone could just have that as a birthday. I'm trying to figure out if there is a way to get the query to either only return the part of the date that is actually in the statement, whether thats a m/d/y, m/y, or just a year. Alternatively, I'd be willing to just make a second column that shows me the original date's precision.