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/sgml/RDF/suite/ok/t5.ok
2009-03-13 19:39:06 +00:00

8 lines
445 B
Plaintext

rdf('__Description1', name, literal('Jan Wielemaker')).
rdf('__Description1', works_at, literal('SWI')).
rdf('http://www.swi.psy.uva.nl/projects/SWI-Prolog/', 'http://description.org/schema/':'Creator', '__Description1').
rdf('JW', rdf:type, rdf:'Statement').
rdf('JW', rdf:subject, 'http://www.swi.psy.uva.nl/projects/SWI-Prolog/').
rdf('JW', rdf:predicate, 'http://description.org/schema/':'Creator').
rdf('JW', rdf:object, '__Description1').