<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.rickmurphy.org/semiotician#"
  xml:base="http://www.rickmurphy.org/semiotician">
  <owl:Ontology rdf:about="">
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Created with TopBraid Composer</owl:versionInfo>
  </owl:Ontology>
  <rdfs:Class rdf:ID="Object">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Object</rdfs:label>
  </rdfs:Class>
  <rdfs:Class rdf:ID="Conception">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Conception</rdfs:label>
  </rdfs:Class>
  <rdfs:Class rdf:ID="Sign">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Sign</rdfs:label>
  </rdfs:Class>
  <rdf:Property rdf:ID="signifies">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >signifies</rdfs:label>
    <rdfs:domain rdf:resource="#Conception"/>
    <rdfs:subPropertyOf>
      <rdf:Property rdf:ID="represents"/>
    </rdfs:subPropertyOf>
  </rdf:Property>
  <rdf:Property rdf:about="#represents">
    <rdfs:subPropertyOf rdf:resource="#signifies"/>
    <rdfs:domain rdf:resource="#Sign"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >represents</rdfs:label>
  </rdf:Property>
  <rdf:Property rdf:ID="resolves">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >resolves</rdfs:label>
  </rdf:Property>
  <rdfs:Resource rdf:ID="Likeness">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Likeness</rdfs:label>
  </rdfs:Resource>
  <rdfs:Resource rdf:ID="Icon">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Icon</rdfs:label>
    <represents rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Likeness</represents>
  </rdfs:Resource>
</rdf:RDF>

<!-- Created with TopBraid Composer -->

