tp1 énoncé traducteur RDF/Turtle vers RDF/Ntriples

This commit is contained in:
Delphine Demange
2025-01-17 07:28:54 +01:00
commit ea75c0e0ba
16 changed files with 887 additions and 0 deletions

11
tests/test1.ttl Executable file
View File

@@ -0,0 +1,11 @@
<COMP> <titre> "Cours de compilation" ;
<poly> <poly117> ;
<enseignant> <Ferre>, <Hardy>, <Chapuis> ;
<formation> <m1info> .
<poly117> <type> <poly> ;
<auteur> <Ridoux>, <Ferre> ;
<titre> "Cours de compilation" .
<Ferre> <type> <enseignant-chercheur> ;
<prenom> "Sébastien" ;
<nom> "Ferré" ;
<affiliation> <UnivRennes>, <IRISA>, <ISTIC> .