update ads to ntriples
This commit is contained in:
4
ASD.txt
4
ASD.txt
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user