According to RDF* specification is it possible to have the same tripla pattern with differents qualifiers?
Example
( >, q1, v1 )
( >, q1, v2 )
( , start, 2010)
( , end, 2014)
( , start, 2018)
RDF* definition
An RDF* triple is a 3-tuple that is defined recursively as follows: 1. Any RDF triple t ∈ (I∪B) ×I×(I∪B∪L) is an RDF* triple; and 2. Given RDF* triples t and t′, and RDF terms s ∈ (I ∪ B), p ∈ I and o ∈ (I ∪ B ∪ L), then the tuples (t,p,o), (s,p,t) and (t,p,t′) are RDF* triples.
Reference for RDF* definition
Hartig, Olaf. “Foundations of RDF⋆ and SPARQL⋆ (An Alternative Approach to Statement-Level Metadata in RDF).” AMW (2017).