diff --git a/test/john.ttl b/test/john.ttl new file mode 100644 index 000000000..4028dca14 --- /dev/null +++ b/test/john.ttl @@ -0,0 +1,173 @@ + a , ; + ; + ; + ; + ; + ; + ; + ; + . + + a , + ; + "age"; + "Age in years which must be equal to or greater than zero."; + "Age in years which must be equal to or greater than zero."; + ; + "integer"; + "0"^^ . + + a , ; + "21"^^; + "21" . + + a . + + a . + + a ; + "https://json-schema.org/draft/2020-12/schema"; + "Person"; + ; + "object"; + "https://example.org/person.schema.json" . + + a , + ; + "address" . + + a , ; + . + + a ; + "Address"; + ; + "object" . + + a , ; + , + . + + a , + ; + "items"; + "Arbitrary label"; + "Arbitrary label"; + ; + "string" . + + a , ; + "new"; + "new" . + + a . + + a , ; + "good"; + "good" . + + a , + ; + "lastName"; + "The person's last name."; + "The person's last name."; + ; + "string" . + + a , ; + "Doe"; + "Doe" . + + a , + ; + "family"; + ; + "object" . + + a , ; + . + + a , + ; + "tags"; + ; + "array" . + + a . + + a , + ; + "street"; + ; + "string" . + + a , + ; + "Baker St."; + "Baker St." . + + a , + ; + "recruitment"; + "date"; + ; + "string" . + + a , ; + "2020-01-01"^^; + "2020-01-01" . + + a , + ; + , + . + + a , + ; + "items" . + + a , + ; + . + + a , + ; + "spouse"; + ; + "string" . + + a , ; + "Mary"; + "Mary" . + + a , + ; + . + + a , + ; + "Second St."; + "Second St." . + + a , + ; + "firstName"; + "The person's first name."; + "The person's first name."; + ; + "string" . + + a , ; + "John"; + "John" . + + a , + ; + "deliveryAddresses"; + ; + "array" . + + a , + ; + "Main St."; + "Main St." .