1# TriG Example Document 2
2
3@prefix ex: <http://www.example.org/vocabulary#> .
4@prefix : <http://www.example.org/exampleDocument#> .
5
6:G1 :- { :Monica a ex:Person ;
7                 ex:name "Monica Murphy" ;
8                 ex:homepage <http://www.monicamurphy.org> ;
9                 ex:email <mailto:monica@monicamurphy.org> ;
10                 ex:hasSkill ex:Management ,
11                             ex:Programming . }
12