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

@@ -37,7 +37,18 @@ complement ent String H
entity val String S
|TAD |Nom d'attribut |Type | Polarité
|----------------|-----------------|---------------------|---------|
|turtle |val |list(Phrase) |S
|phrase |sujet_p |String |H
|phrase |affs |list(Aff) |S
|aff |sujet_a |String |H
|aff |vebre_a |String |H
|aff |comps |list(comp) |S
|complement |sujet_c |String |H
|complement |verbe_c |String |H
|complement |comp_c |String |H/S
|Entity |val |String |S
```