sparql.anything
sparql.anything copied to clipboard
[YAML] support object type definitions
YAML supports declaration of object types, like in the following example from Wikipedia:
myObject: !myClass { name: Joe, age: 15 }