Some implementations do not allow multiple identical prefix declarations, others do ```sparql prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> ``` fails in some stores, the behavior of ```sparql prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix rdfs: <wrong:wrong> ``` Is implicit, but not explicitly stated, to take the last definition of the `prefix rdfs:`. Would a pull-request stating that the rules are the last of the duplicate prefix declaration should be chosen be welcome?