1
0

02.output.ttl 340 B

123456
  1. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  2. @prefix ex: <http://example.com/ns#> .
  3. <http://data.example.com/department/10> rdf:type ex:Department.
  4. <http://data.example.com/department/10> ex:name "APPSERVER".
  5. <http://data.example.com/department/10> ex:location "NEW YORK".
  6. <http://data.example.com/department/10> ex:staff 1.