Skip to content

Clarify the rules around PrefixDecl in the grammar where PNAME_NS not unique #160

@JervenBolleman

Description

@JervenBolleman

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions