mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-04 06:29:07 +02:00
13 lines
386 B
Plaintext
13 lines
386 B
Plaintext
# Model 4 : Strange shapes
|
|
|
|
# Resource and property the same URI
|
|
<http://rdf.hp.com/uri1> <http://rdf.hp.com/uri1> "R==P" .
|
|
|
|
# Property and value
|
|
<http://rdf.hp.com/uri-r> <http://rdf.hp.com/uri-p> <http://rdf.hp.com/uri-p>.
|
|
|
|
# Resource and value has been done in model2.
|
|
|
|
# All the same!
|
|
<http://rdf.hp.com/uri1> <http://rdf.hp.com/uri1> <http://rdf.hp.com/uri1> .
|