uProperty element
A
property-value pair corresponding to an RDF statement
Syntax
>propertyElement ::= < propName > value </ propName >
|
> <
propName resourceAttr />
>value ::= description | string
>resourceAttr ::= resource= URI-reference
uExample description
Ora Lassila is the creator of the resource
http://www.w3.org/Lassila
<RDF xmlns =
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:s = "http://description.org/schema/">
<Description about = "http://www.w3.org/Lassila">
<s:Creator> Ora Lassila </s:Creator>
</Description>
</RDF>