Skip to content

We should have a unit test that makes sure term labels are alphanumeric #1136

@danbri

Description

@danbri

i.e. complains if rdfs:label has chars that aren't in [^a-zA-Z0-9_ ].

  • Probably we really want to say [a-zA-Z]?[a-zA-Z0-9_]*
  • Tolerate whitespace at ends? in middle? for now. Do we want the ID in string form not a humanized version?
  • Make sure we run this against the data/ext/* extension definitions too.

Metadata

Metadata

Assignees

Labels

site tools + python codeInfrastructural issues around schema.org site. Most can ignore this!

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions