This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/RDF/suite/ok/t7.ok
Vitor Santos Costa 8d3b9ad16c RDF package
2010-07-28 11:34:41 +01:00

6 lines
290 B
Plaintext

rdf('__Bag1', rdf:type, rdf:'Bag').
rdf('__Description1', name, literal('Jan Wielemaker')).
rdf('__Description1', employed_at, literal('SWI')).
rdf('__Bag1', rdf:'_1', '__Description1').
rdf('http://www.swi.psy.uva.nl/projects/xpce/', 'http://description.org/schema/':'Creator', '__Bag1').