Skip to content

Remove trailing spaces from 4 labels #437

Closed
@nicholascar

Description

@nicholascar

A few unit labels contain trailing spaces:

"Dyne Centimeter "@en-us
"Dyne Centimetre "@en
"Kilometer "@en-us
"Kilometre "@en

Discovered by the SPARQL query on the QUDT SPARQL endpoint:

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?s ?lbl
WHERE {
  ?s rdfs:label ?lbl .
  
  FILTER REGEX(?lbl, " $")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions