<?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="Human"/>
  <owl:DatatypeProperty rdf:ID="Name">
    <rdfs:domain rdf:resource="#Human"/>
  </owl:DatatypeProperty>
  <Human rdf:ID="Bob">
    <Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Bob</Name>
  </Human>
  <Human rdf:ID="Dave">
    <Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Dave</Name>
  </Human>
  <Human rdf:ID="Clarence">
    <Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Clarence</Name>
  </Human>
  <Human rdf:ID="Alice">
    <Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Alice</Name>
  </Human>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 2.2, Build 324)  http://protege.stanford.edu -->
