- Attributes
- about - refers to a URI of an existing resource
- ID - signals the creation of a new resource
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description about="http://www.cs.rpi.edu/~puninj/XMLJ/">
.
.
.
</rdf:Description>
</rdf:RDF>