Schema naming convention - OrienteerBAP/Orienteer GitHub Wiki
Name should reflect purpose of a class or property. Use whole words — avoid acronyms and abbreviations (unless the abbreviation is much more widely used than the long form, such as URL or HTML).
Class names should be nouns in UpperCamelCase, with the first letter of every word capitalized.
It's recommended to use some prefix for all classes for the specific data model
Property names should be in lowerCamelCase, with the first letter of every word capitalized.