5 lines
271 B
Plaintext
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')).
|