update ads to ntriples

This commit is contained in:
tuvu
2025-02-12 16:27:04 +01:00
parent e110d3fa86
commit 8faeb45832
4 changed files with 51 additions and 38 deletions

View File

@@ -17,8 +17,8 @@ complement ::= Complement(String)
turtle ::= Turtle(phrase*)
phrase ::= Phrase(entity, aff*)
aff ::= Aff(entity, complement*)
phrase ::= Phrase(String, aff*)
aff ::= Aff(String, complement*)
complement ::= Complement(Entity)
| Complement_Text(String)
entity ::= Entity(String)