Multiple Statements


There is Person named Eric Miller, with the email address em@w3.org, and who has the title of W3C Semantic Web Activity Lead.
<http://www.w3.org/People/EM/contact#me> 
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://www.w3.org/2000/10/swap/pim/contact#Person> .

<http://www.w3.org/People/EM/contact#me> 
<http://www.w3.org/2000/10/swap/pim/contact#mailbox>
<mailto:em@w3.org> .

<http://www.w3.org/People/EM/contact#me> 
<http://www.w3.org/2000/10/swap/pim/contact#fullName>
"Eric Miller" .

<http://www.w3.org/People/EM/contact#me> 
<http://www.w3.org/2000/10/swap/pim/contact#personalTitle>
"W3C Semantic Web Activity Lead" .
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns="http://www.w3.org/2000/10/swap/pim/contact#">
  <Person rdf:about="http://www.w3.org/People/EM/contact#me">
    <mailbox rdf:resource="mailto:em@w3.org"/>
    <fullName>Eric Miller</fullName>
    <personalTitle>W3C Semantic Web Activity Lead</personalTitle> 
  </Person>
</rdf:RDF>
bit more complex assertion