Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Manchester syntax

< >

Manchester syntax is a data notation created in 2006.

#2262on PLDB 18Years Old


Example from the web:
/** * @rdfs:comment A vegetarian pizza is a pizza that only has cheese toppings * and tomato toppings. * * @rdfs:label Pizza [en] * @rdfs:label Pizza [pt] */ Class: VegetarianPizza EquivalentTo: Pizza and not (hasTopping some FishTopping) and not (hasTopping some MeatTopping) DisjointWith: NonVegetarianPizza

Language features

Feature Supported Token Example
MultiLine Comments ✓ /* */
/* A comment
*/
Comments ✓
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io