BLANK NODES
Anonymous nodes
when you don’t know the URI of the
thing you would like to reference
blank node 1
“http://blog.johndoe.name”
(_:ax1, "weblog", “http://blog.johndoe.name”)
(_:ax1, "secondName", "Doe")
(_:ax1, "firstName", "John")
(_:ax1, "knows", _:zb7)
(_:zb7, "secondName", "Taylor")
(_:zb7, "firstName", "Steve")
(_:zb7, "email", “
[email protected]")
weblog
“John”
secondName
“Doe”
knows
blank node 2
firstName
“
[email protected]”
email
“Steve”
secondName
“Taylor”
firstName
Literal Values
may optionally have:
• language
• type