tp1 énoncé traducteur RDF/Turtle vers RDF/Ntriples
This commit is contained in:
11
tests/test1.ttl
Executable file
11
tests/test1.ttl
Executable 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> .
|
||||
Reference in New Issue
Block a user