uuid_property(+UUID,
?Property)True when UUID is a property of the given UUID.
Supported properties are:
- version(V)
- Return the version of the UUID (1..5)
- time(-Stamp)
- Time using SWI-Prolog's time stamp (float with seconds since January 1,
1970, UTC). Only for version 1 and 2 UUIDs
- To be done
- Implement more properties.