Hello all. I'm relatively new to TopBraid. I'm trying to convert
strings into classes, or even dates for that matter....I'm not really
sure how to do that, but I tried converting a string into a date, and
the following SPARQL query seemed to have done the job, though it was
never changed. Any advice on this, or how to convert strings into
classes? (Websites and tutorials would also be appreciated)
SELECT *
WHERE {
?person :HasBirthdate ?Birthdate .
LET (?newBirthdate := smf:cast(?Birthdate, xsd:date)) .
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TopBraid Composer Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-composer-users?hl=en
-~----------~----~----~----~------~----~------~--~---