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

5 lines
271 B
Plaintext

rdf('__Description1', rdf:type, 'http://www.mytypes.org/schema/Bicycle').
rdf('__Description1', wheels, literal('2')).
rdf('__Description2', rdf:type, 'http://www.mytypes.org/schema/Bicycle').
rdf('__Description2', 'http://www.mytypes.org/schema/':wheels, literal('2')).