Question regarding Classes as Instances in OWL full

I would like to know if this is valid owl full code, can someone help

<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#"
  xml:base="http://www.owl-ontologies.com/unnamed.owl">
  <owl:Ontology rdf:about=""/>
  <owl:Class rdf:ID="Person"/>
  <owl:Class rdf:ID="Monika"/>
  <owl:ObjectProperty rdf:ID="hasName">
    <rdfs:domain rdf:resource="#Person"/>
    <rdfs:range rdf:resource="#Monika"/>
    <rdf:type
rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <Person rdf:ID="Solanki">
    <hasName rdf:resource="#Monika"/>
  </Person>
</rdf:RDF>

-- 
 http://www.cse.dmu.ac.uk/YRSOC/
 http://www.semanticwebservices.org/
 **>><<**>><<**>><<**>><<**>><<**>><<**>><<**
 Monika Solanki: Research Fellow
 Software Technology Research Laboratory(STRL)
 De Montfort University
 Gateway building, G4.63a
 The Gateway
 Leicester LE1 9BH, UK
 
 phone: +44 (0)116 250 6170 intern: 6170
 email: monika@dmu.ac.uk
 web: http://www.cse.dmu.ac.uk/~monika
 http://www.semanticwebservices.org/ 
 **>><<**>><<**>><<**>><<**>><<**>><<**>><<**

Received on Saturday, 2 April 2005 09:52:44 UTC