<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:swtopics="http://www.cs.uga.edu/~cameron/swtopics/swtopics#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xml:base="http://www.cs.uga.edu/~cameron/swtopics/swtopics#"
>


<!-- ************ CLASSES ************ -->

<rdfs:Class rdf:about='#Topic'>
  <rdfs:label xml:lang="en">Topic</rdfs:label>
  <rdfs:comment xml:lang="en">A Topic for a research paper</rdfs:comment>
</rdfs:Class>


<!-- ************ PROPERTIES ************ -->

<rdf:Property rdf:about="#subtopic">
  <rdfs:domain rdf:resource="#Topic"/>
  <rdfs:range rdf:resource="#Topic"/>
  <rdfs:label xml:lang="en">has topic</rdfs:label>
  <rdfs:comment xml:lang="en">Relates a topic to a subtopic of it</rdfs:comment>
</rdf:Property>


<swtopics:Topic rdf:about="#Semantics">
  <rdfs:label>Semantics</rdfs:label>
  <dc:alternative>semantics</dc:alternative>
  
  <swtopics:subtopic>
     <swtopics:Topic rdf:about="#Semantic_Annotation">
        <rdfs:label>Semantic Annotation</rdfs:label>
        <dc:alternative>semantic annotation</dc:alternative>
     </swtopics:Topic>
  </swtopics:subtopic>



</swtopics:Topic>







</rdf:RDF>

