A la OQL (Object Query Language)

previous next


select c.num, p.nom
from c Cours, p Personne
where c.titre like 'connaissance' and
           p.institut = 'INRIA'

 
 

Semantic Web    17/9/2002

13/23