There are several candidates from common ontologies:
In Wikidata, the properties P580 (start time) and P582 (start time) are used for exactly this purpose. For an example see e.g. statement on spouse of Douglas Adams.
The Dublin Core Terms vocabulary provides dcterms:valid to state a date range of validity of something. However, it is not clearly defined how to represent the date range. As there is no xsd datatype for date ranges, one could think of
Schema.org provides schema:startDate and schema:endDate. Using them for the validity of statements would be similar to their intendet use for the validity of Roles.
On the other hand, there are also some properties, that might seem to fit on a first sight, but thous definition is not compatible to this use case:
This is probably not complete …
Using the RDF Reification Vocabulary for this use case is perfectly fine. But you might also want to have a look into the new reification mechanism in the upcomming RDF 1.2.