Some implementations do not allow multiple identical prefix declarations, others do
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
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?
Some implementations do not allow multiple identical prefix declarations, others do
fails in some stores, the behavior of
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?