<?xml version="1.0"?>
<rdf:RDF
    xmlns="http://lsdis.cs.uga.edu/library/resources/ontologies/swtopics.owl#"
    xmlns:swt="http://lsdis.cs.uga.edu/library/resources/ontologies/swtopics.owl#"
    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:daml="http://www.daml.org/2001/03/daml+oil#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:base="http://lsdis.cs.uga.edu/library/resources/ontologies/swtopics.owl#">

  <owl:Class rdf:ID="Technique"/>
  <owl:Class rdf:ID="Topic"/>
  <owl:Class rdf:ID="Project">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SW Projects, Tools and Applications</rdfs:comment>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="topic_requires">
    <rdfs:domain rdf:resource="#Topic"/>
    <rdfs:range rdf:resource="#Topic"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Topic requires or is enhanced by some other topic</rdfs:comment>
    <rdfs:range rdf:resource="#Technique"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="topic_supports">
    <rdfs:range rdf:resource="#Topic"/>
    <rdfs:domain rdf:resource="#Topic"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="topic_usesTechnique">
    <rdfs:domain rdf:resource="#Topic"/>
    <rdfs:range rdf:resource="#Technique"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="topic_subtopic">
    <rdfs:range rdf:resource="#Topic"/>
    <rdfs:domain rdf:resource="#Topic"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="topic_relatedTo">
    <rdfs:range rdf:resource="#Topic"/>
    <rdfs:domain rdf:resource="#Topic"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="topic_relatedProjects">
    <rdfs:range rdf:resource="#Project"/>
    <rdfs:domain rdf:resource="#Topic"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:about="http://purl.org/dc/elements/1.1/description">
    <rdfs:domain rdf:resource="#Project"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Resource description</rdfs:comment>
    <rdfs:domain rdf:resource="#Technique"/>
    <rdfs:domain rdf:resource="#Topic"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="http://purl.org/dc/elements/1.1/contributor">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Name of people who have contributed to this resource</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="http://purl.org/dc/elements/1.1/identifier">
    <rdfs:domain rdf:resource="#Project"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Resource Identifier eg. URL</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="http://purl.org/dc/elements/1.1/alternative">
    <rdfs:domain rdf:resource="#Project"/>
    <rdfs:domain rdf:resource="#Technique"/>
    <rdfs:domain rdf:resource="#Topic"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="http://purl.org/dc/elements/1.1/title">
    <rdfs:domain rdf:resource="#Topic"/>
    <rdfs:domain rdf:resource="#Project"/>
    <rdfs:domain rdf:resource="#Technique"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Ttile of the resource; eg. title of topic Metadata Extraction</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="topic_usedIn">
    <rdfs:domain rdf:resource="#Topic"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Topics used in tasks, for eg. Annotation is used in Semantic Web Portals</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <Project rdf:ID="BigBlogZoo">
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.bigblogzoo.com/</dc:identifier>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The BigBlogZoo is a rich source of current categorized information from all over the world. </dc:description>
  </Project>
  <swt:Topic rdf:ID="Dynamic_Web_process_composition">
    <topic_usesTechnique>
      <Technique rdf:ID="Hierarchical_Semi-Markov_Decision_Processes"/>
    </topic_usesTechnique>
    <topic_requires>
      <swt:Topic rdf:ID="Knowledge_Representation">
        <topic_usesTechnique>
          <Technique rdf:ID="neural_networks">
            <rdfs:label xml:lang="en"> heuristic question answering</rdfs:label>
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://en.wikipedia.org/wiki/Neural_networks</dc:description>
          </Technique>
        </topic_usesTechnique>
        <rdfs:label xml:lang="en">Knowledge Representation</rdfs:label>
        <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >library classification</topic_usedIn>
        <topic_relatedProjects>
          <Project rdf:ID="Web_Ontology_Language">
            <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >OWL</dc:alternative>
            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://www.w3.org/TR/owl-features/</dc:identifier>
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >OWL is an acronym for Web Ontology Language, a markup language for publishing and sharing data using ontologies on the Internet. OWL is a vocabulary extension of the Resource Description Framework (RDF) and is derived from the DAML+OIL Web Ontology Language. Together with RDF and other components, these tools make up the Semantic Web project.</dc:description>
            <rdfs:label xml:lang="en">Loom</rdfs:label>
          </Project>
        </topic_relatedProjects>
        <topic_usesTechnique>
          <Technique rdf:ID="heuristic_question_answering">
            <rdfs:label xml:lang="en"></rdfs:label>
          </Technique>
        </topic_usesTechnique>
        <topic_relatedProjects>
          <Project rdf:ID="Knowledge_Machine">
            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://www.cs.utexas.edu/users/mfkb/RKF/km.html</dc:identifier>
            <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            ></dc:alternative>
            <rdfs:label xml:lang="en">Web Ontology Language </rdfs:label>
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >KM, the Knowledge Machine, is a frame-based language used for knowledge representation work.</dc:description>
          </Project>
        </topic_relatedProjects>
        <topic_relatedProjects>
          <Project rdf:ID="CycL">
            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://www.cyc.com/cycdoc/ref/cycl-syntax.html</dc:identifier>
            <rdfs:label xml:lang="en"></rdfs:label>
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >CycL is a declarative language used by Doug Lenat's Cyc Artificial 
    Intelligence project. Ramanathan V. Guha was instrumental in the design of 
    the language. There is a close variant of CycL known as MELD.
http://en.wikipedia.org/wiki/CycL</dc:description>
          </Project>
        </topic_relatedProjects>
        <topic_subtopic>
          <swt:Topic rdf:ID="Logics">
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://en.wikipedia.org/wiki/Logic_in_computer_science</dc:description>
            <topic_supports rdf:resource="#Knowledge_Representation"/>
            <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Spatial reasoning</topic_usedIn>
            <topic_subtopic>
              <swt:Topic rdf:ID="Propositional_Logic"/>
            </topic_subtopic>
            <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Logic Programming</dc:alternative>
            <topic_relatedTo rdf:resource="#Knowledge_Representation"/>
            <rdfs:label xml:lang="en"></rdfs:label>
            <topic_subtopic>
              <swt:Topic rdf:ID="predicate_logic"/>
            </topic_subtopic>
            <topic_subtopic>
              <swt:Topic rdf:ID="mathematical_logic"/>
            </topic_subtopic>
          </swt:Topic>
        </topic_subtopic>
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >The term Knowledge Representation (KR) is most commonly used to refer to      representations intended for processing by modern computers, and      particularly for representations consisting of explicit objects (the class      of all elephants, or Clyde a certain individual), and of assertions or      claims about them ('Clyde is an elephant', or 'all elephants are grey').      Representing knowledge in such explicit form enables computers to draw      conclusions from knowledge already stored ('Clyde is grey').      http://en.wikipedia.org/wiki/Knowledge_representation</dc:description>
        <topic_relatedTo>
          <swt:Topic rdf:ID="Knowledge_Discovery"/>
        </topic_relatedTo>
        <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >information processing</topic_usedIn>
        <topic_relatedTo>
          <swt:Topic rdf:ID="Artificial_Intelligence">
            <rdfs:label xml:lang="en">Artificial Intelligence</rdfs:label>
            <topic_relatedTo rdf:resource="#Knowledge_Representation"/>
            <topic_supports>
              <swt:Topic rdf:ID="Web_Services_Composition"/>
            </topic_supports>
            <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Pattern Recognition</topic_usedIn>
            <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Computer Vision</topic_usedIn>
            <topic_subtopic>
              <swt:Topic rdf:ID="Machine_Learning">
                <topic_relatedProjects>
                  <Project rdf:ID="Weka">
                    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >Weka is a suite of machine learning software written in Java at the University of Waikato which implements several machine learning algorithms from various learning paradigms</dc:description>
                    <rdfs:label xml:lang="en">Weka</rdfs:label>
                    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >http://www.cs.waikato.ac.nz/ml/weka/</dc:identifier>
                  </Project>
                </topic_relatedProjects>
                <rdfs:label xml:lang="en">Machine Learning</rdfs:label>
                <topic_usesTechnique>
                  <Technique rdf:ID="statistical_techniques"/>
                </topic_usesTechnique>
                <topic_usesTechnique rdf:resource="#neural_networks"/>
                <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >bioinformatics</topic_usedIn>
                <topic_supports>
                  <swt:Topic rdf:ID="Data_Mining">
                    <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >Knowledge-Discovery in Databases</dc:alternative>
                    <topic_relatedProjects rdf:resource="#Weka"/>
                    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >Data Mining is the process of automatically searching large volumes of 
    data for patterns.</dc:description>
                    <topic_subtopic>
                      <swt:Topic rdf:ID="Text_Mining">
                        <topic_relatedProjects>
                          <Project rdf:ID="GATE">
                            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >http://gate.ac.uk/</dc:identifier>
                          </Project>
                        </topic_relatedProjects>
                      </swt:Topic>
                    </topic_subtopic>
                    <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >KDD</dc:alternative>
                    <topic_usesTechnique rdf:resource="#statistical_techniques"/>
                    <topic_relatedProjects>
                      <Project rdf:ID="Java_Data_Mining">
                        <rdfs:label xml:lang="en">Java Data Mining</rdfs:label>
                        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >Java Data Mining (JDM) is a standard Java API for developing data mining applications and tools. JDM defines an object model and Java API for data mining objects and processes.</dc:description>
                        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >http://www.jcp.org/en/jsr/detail?id=247</dc:identifier>
                      </Project>
                    </topic_relatedProjects>
                    <topic_usesTechnique>
                      <Technique rdf:ID="Machine_Learning_Approaches"/>
                    </topic_usesTechnique>
                    <rdfs:label xml:lang="en">Data Mining</rdfs:label>
                    <topic_relatedTo rdf:resource="#Knowledge_Discovery"/>
                    <topic_supports>
                      <swt:Topic rdf:ID="Information_Extraction">
                        <topic_subtopic>
                          <swt:Topic rdf:ID="Information_Extraction_from_structured_data">
                            <topic_relatedProjects>
                              <Project rdf:ID="Semantic_Enhancement_Engine">
                                <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                                >http://lsdis.cs.uga.edu/lib/download/HSK02-SEE.pdf</dc:identifier>
                                <rdfs:label xml:lang="en"></rdfs:label>
                              </Project>
                            </topic_relatedProjects>
                          </swt:Topic>
                        </topic_subtopic>
                        <topic_relatedTo>
                          <swt:Topic rdf:ID="Disambiguation">
                            <topic_relatedTo>
                              <swt:Topic rdf:ID="Matching">
                                <rdfs:label xml:lang="en">Mapping</rdfs:label>
                                <topic_supports>
                                  <swt:Topic rdf:ID="Ontology_Maintenance">
                                    <rdfs:label xml:lang="en"
                                    >Ontology Population</rdfs:label>
                                    <dc:alternative rdf:datatype=
                                    "http://www.w3.org/2001/XMLSchema#string"
                                    >Ontology Creation</dc:alternative>
                                  </swt:Topic>
                                </topic_supports>
                                <dc:alternative rdf:datatype=
                                "http://www.w3.org/2001/XMLSchema#string"
                                >Mapping, Translation, Alignment</dc:alternative>
                                <topic_supports>
                                  <swt:Topic rdf:ID="Data_Integration">
                                    <dc:description rdf:datatype=
                                    "http://www.w3.org/2001/XMLSchema#string"
                                    >Data integration is the problem of combining data residing at different sources and providing the user with a unified view of these data</dc:description>
                                    <rdfs:label xml:lang="en"
                                    >Data Integration</rdfs:label>
                                    <topic_relatedTo>
                                      <swt:Topic rdf:ID="Enterprise_Application_Integration">
                                        <topic_relatedTo>
                                          <swt:Topic rdf:ID="Workflow_management_systems"/>
                                        </topic_relatedTo>
                                        <topic_relatedTo rdf:resource="#Data_Integration"/>
                                        <dc:alternative rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >Enterprise Integration</dc:alternative>
                                        <dc:description rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >Enterprise Application Integration (EAI) is defined as the uses of 
    software and computer systems architectural principles to integrate a set 
    of enterprise computer applications.</dc:description>
                                        <rdfs:label xml:lang="en"
                                        >Enterprise Application Integration</rdfs:label>
                                        <dc:alternative rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >EAI</dc:alternative>
                                      </swt:Topic>
                                    </topic_relatedTo>
                                    <topic_requires>
                                      <swt:Topic rdf:ID="Mapping">
                                        <topic_relatedTo rdf:resource="#Matching"/>
                                        <dc:description rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >The process of representing matches between objects in an executable manner</dc:description>
                                        <topic_supports rdf:resource="#Enterprise_Application_Integration"/>
                                        <topic_supports rdf:resource="#Data_Integration"/>
                                        <topic_relatedProjects>
                                          <Project rdf:ID="Semantic_Middleware">
                                            <dc:identifier rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >http://lsdis.cs.uga.edu/projects/middleware/</dc:identifier>
                                            <dc:description rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >Project investigating fundamental issues in entity/relationship extraction, disambiguation (matching &amp; mapping) and annotation.</dc:description>
                                            <rdfs:label xml:lang="en"
                                            >Semantic Middleware</rdfs:label>
                                          </Project>
                                        </topic_relatedProjects>
                                        <rdfs:label xml:lang="en"
                                        >Mapping</rdfs:label>
                                        <topic_supports>
                                          <swt:Topic rdf:ID="Process_execution"/>
                                        </topic_supports>
                                        <dc:alternative rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >Matching, Alignment, Translation</dc:alternative>
                                        <topic_relatedProjects>
                                          <Project rdf:ID="METEOR-S">
                                            <dc:identifier rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >http://lsdis.cs.uga.edu/projects/meteor-s/</dc:identifier>
                                            <dc:description rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >Applying Semantics in Annotation, Quality of Service, Discovery, Composition, Execution</dc:description>
                                            <rdfs:label xml:lang="en"
                                            >METEOR-S Semantic Web Services and Processes</rdfs:label>
                                          </Project>
                                        </topic_relatedProjects>
                                      </swt:Topic>
                                    </topic_requires>
                                    <topic_requires rdf:resource="#Matching"/>
                                    <topic_requires>
                                      <swt:Topic rdf:ID="Metadata_Management">
                                        <topic_relatedProjects>
                                          <Project rdf:ID="Dublin_Core">
                                            <dc:description rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >The Dublin Core Metadata Initiative is an open forum engaged in the development of interoperable online metadata standards that support a broad range of purposes and business models.</dc:description>
                                            <dc:identifier rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >http://dublincore.org/</dc:identifier>
                                            <rdfs:label xml:lang="en"
                                            >Dublin Core Metadata</rdfs:label>
                                          </Project>
                                        </topic_relatedProjects>
                                        <topic_relatedProjects>
                                          <Project rdf:ID="KIM">
                                            <rdfs:label xml:lang="en"
                                            >The KIM Platform: Semantic Annotation</rdfs:label>
                                            <dc:identifier rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >http://www.ontotext.com/kim/semanticannotation.html</dc:identifier>
                                          </Project>
                                        </topic_relatedProjects>
                                        <topic_relatedProjects>
                                          <Project rdf:ID="SIMILE">
                                            <rdfs:label xml:lang="en"
                                            >Semantic Interoperability of Metadata and Information in unLike Environments</rdfs:label>
                                            <dc:identifier rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >http://simile.mit.edu/</dc:identifier>
                                            <dc:description rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >SIMILE is a joint project conducted by the W3C, MIT Libraries, and MIT CSAIL. SIMILE seeks to enhance inter-operability among digital assets, schemata/vocabularies/ontologies, metadata, and services. </dc:description>
                                          </Project>
                                        </topic_relatedProjects>
                                        <topic_relatedProjects>
                                          <Project rdf:ID="Dublin_Rosette_Linguistics_Platform">
                                            <dc:identifier rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >http://www.basistech.com/products/</dc:identifier>
                                          </Project>
                                        </topic_relatedProjects>
                                        <topic_relatedProjects>
                                          <Project rdf:ID="Semantic_MediaWiki">
                                            <dc:description rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >The WikiProject "Semantic MediaWiki" provides a common platform for discussing extensions of the MediaWiki software that allow for simple, machine-based processing of Wiki content.</dc:description>
                                            <dc:identifier rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >http://meta.wikimedia.org/wiki/Semantic_MediaWiki</dc:identifier>
                                          </Project>
                                        </topic_relatedProjects>
                                      </swt:Topic>
                                    </topic_requires>
                                    <topic_requires>
                                      <swt:Topic rdf:ID="Data_Querying">
                                        <rdfs:label xml:lang="en"
                                        >Data Querying</rdfs:label>
                                        <topic_requires>
                                          <swt:Topic rdf:ID="Query_Planning"/>
                                        </topic_requires>
                                        <topic_relatedProjects>
                                          <Project rdf:ID="BRAHMS">
                                            <rdfs:label xml:lang="en"
                                            >BRAHMS</rdfs:label>
                                            <dc:description rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >BRAHMS is designed as a fast main-memory RDF/S storage, capable of storing, accessing and querying large ontologies. It does not used any DB backend and all data is kept in main memory. It is implemented in C++ for high performance and strict memory control.</dc:description>
                                            <dc:identifier rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >http://lsdis.cs.uga.edu/projects/semdis/brahms</dc:identifier>
                                          </Project>
                                        </topic_relatedProjects>
                                        <dc:description rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >Query languages and models that support querying and retrieval of data.</dc:description>
                                        <topic_relatedTo rdf:resource="#Knowledge_Discovery"/>
                                        <topic_relatedProjects>
                                          <Project rdf:ID="Jena">
                                            <rdfs:label xml:lang="en"
                                            >http://jena.sourceforge.net/</rdfs:label>
                                            <dc:identifier rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >http://jena.sourceforge.net/</dc:identifier>
                                            <dc:description rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.</dc:description>
                                          </Project>
                                        </topic_relatedProjects>
                                        <topic_relatedTo rdf:resource="#Query_Planning"/>
                                        <topic_relatedProjects>
                                          <Project rdf:ID="SPARQL">
                                            <dc:identifier rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >http://www.w3.org/TR/rdf-sparql-query/</dc:identifier>
                                            <dc:description rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >SPARQL (recursively, SPARQL Protocol and RDF Query Language) is a Semantic Web candidate recommendation presently (as of 2006) undergoing standardization by the RDF Data Access Working Group (DAWG) of the World Wide Web Consortium. </dc:description>
                                            <rdfs:label xml:lang="en"
                                            >SPARQL</rdfs:label>
                                          </Project>
                                        </topic_relatedProjects>
                                        <topic_requires>
                                          <swt:Topic rdf:ID="Data_indexing">
                                            <topic_usedIn rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >search applications</topic_usedIn>
                                            <topic_supports>
                                              <swt:Topic rdf:ID="Information_retrieval">
                                                <dc:description
                                                 rdf:datatype=
                                                "http://www.w3.org/2001/XMLSchema#string"
                                                >Information retrieval (IR) is the art and science of searching for information in documents, searching for documents themselves, searching for metadata which describe documents, or searching within databases, whether relational stand-alone databases or hypertext networked databases such as the Internet or intranets, for text, sound, images or data. There is a common confusion, however, between data retrieval, document retrieval, information retrieval, and text retrieval, and each of these have their own bodies of literature, theory, praxis and technologies. http://en.wikipedia.org/wiki/Information_retrieval</dc:description>
                                                <rdfs:label xml:lang="en"
                                                >Information Retrieval</rdfs:label>
                                                <topic_relatedProjects>
                                                  <Project rdf:ID="SemDis">
                                                    <rdfs:label
                                                     xml:lang="en"
                                                    >Semantic Discovery: Discovering Complex Relationships in Semantic Web</rdfs:label>
                                                    <dc:identifier
                                                     rdf:datatype=
                                                    "http://www.w3.org/2001/XMLSchema#string"
                                                    >http://lsdis.cs.uga.edu/projects/semdis/</dc:identifier>
                                                    <dc:identifier
                                                     rdf:datatype=
                                                    "http://www.w3.org/2001/XMLSchema#string"
                                                    >http://ebiquity.umbc.edu/project/html/id/56/Semantic-Discovery-Discovering-Complex-Relationships-in-Semantic-Web</dc:identifier>
                                                  </Project>
                                                </topic_relatedProjects>
                                              </swt:Topic>
                                            </topic_supports>
                                            <topic_relatedTo>
                                              <swt:Topic rdf:ID="Data_Storage">
                                                <dc:description
                                                 rdf:datatype=
                                                "http://www.w3.org/2001/XMLSchema#string"
                                                >Data models for the efficient storage of data</dc:description>
                                                <topic_relatedTo rdf:resource="#Data_Querying"/>
                                                <topic_relatedProjects>
                                                  <Project rdf:ID="Sesame">
                                                    <dc:identifier
                                                     rdf:datatype=
                                                    "http://www.w3.org/2001/XMLSchema#string"
                                                    >http://www.openrdf.org/</dc:identifier>
                                                    <dc:description
                                                     rdf:datatype=
                                                    "http://www.w3.org/2001/XMLSchema#string"
                                                    >Sesame is an open source RDF database with support for RDF Schema inferencing and querying.</dc:description>
                                                  </Project>
                                                </topic_relatedProjects>
                                                <rdfs:label xml:lang="en"
                                                >Data Storage</rdfs:label>
                                                <topic_relatedProjects rdf:resource="#Jena"/>
                                                <topic_relatedProjects>
                                                  <Project rdf:ID="Redland">
                                                    <rdfs:label
                                                     xml:lang="en"
                                                    >Redland RDF Application Framework</rdfs:label>
                                                    <dc:identifier
                                                     rdf:datatype=
                                                    "http://www.w3.org/2001/XMLSchema#string"
                                                    >http://librdf.org/</dc:identifier>
                                                    <dc:description
                                                     rdf:datatype=
                                                    "http://www.w3.org/2001/XMLSchema#string"
                                                    >Redland is a set of free software libraries that provide support for the Resource Description Framework (RDF).</dc:description>
                                                  </Project>
                                                </topic_relatedProjects>
                                                <topic_subtopic rdf:resource="#Data_indexing"/>
                                                <topic_relatedProjects rdf:resource="#BRAHMS"/>
                                                <topic_relatedTo>
                                                  <swt:Topic rdf:ID="Graph_Partitioning">
                                                    <topic_subtopic>
                                                      <swt:Topic rdf:ID="RDF_graph_partitioning"/>
                                                    </topic_subtopic>
                                                    <rdfs:label
                                                     xml:lang="en"
                                                    >Graph Partitioning</rdfs:label>
                                                    <topic_subtopic>
                                                      <swt:Topic rdf:ID="semantic_graph_partitioning"/>
                                                    </topic_subtopic>
                                                  </swt:Topic>
                                                </topic_relatedTo>
                                              </swt:Topic>
                                            </topic_relatedTo>
                                            <rdfs:label xml:lang="en"
                                            >Data Indexing</rdfs:label>
                                            <topic_relatedProjects rdf:resource="#BRAHMS"/>
                                            <dc:description rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >An index is a feature in a database that allows quick access to the rows in a table. The index is created using one or more columns of the table. Not only is the index smaller than the original table (due to having fewer columns), but it is optimized for quick searching, usually via a balanced tree.</dc:description>
                                            <topic_supports rdf:resource="#Data_Querying"/>
                                          </swt:Topic>
                                        </topic_requires>
                                        <topic_relatedProjects>
                                          <Project rdf:ID="Joseki">
                                            <dc:description rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >Joseki is an HTTP and SOAP engine supports the SPARQL Protocol  and the SPARQL RDF Query language.</dc:description>
                                            <dc:identifier rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >http://www.joseki.org/</dc:identifier>
                                            <rdfs:label xml:lang="en"
                                            >KAON</rdfs:label>
                                          </Project>
                                        </topic_relatedProjects>
                                      </swt:Topic>
                                    </topic_requires>
                                    <topic_usedIn rdf:datatype=
                                    "http://www.w3.org/2001/XMLSchema#string"
                                    >application integration</topic_usedIn>
                                  </swt:Topic>
                                </topic_supports>
                              </swt:Topic>
                            </topic_relatedTo>
                            <topic_requires>
                              <swt:Topic rdf:ID="Context">
                                <topic_supports rdf:resource="#Information_retrieval"/>
                                <dc:description rdf:datatype=
                                "http://www.w3.org/2001/XMLSchema#string"
                                > context is the circumstances under which some information is being used</dc:description>
                                <rdfs:label xml:lang="en">Context</rdfs:label>
                                <topic_relatedTo rdf:resource="#Knowledge_Representation"/>
                                <topic_supports rdf:resource="#Disambiguation"/>
                                <topic_supports rdf:resource="#Knowledge_Discovery"/>
                              </swt:Topic>
                            </topic_requires>
                            <topic_usesTechnique>
                              <Technique rdf:ID="Clustering_Approach"/>
                            </topic_usesTechnique>
                            <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >Reference reconciliation</dc:alternative>
                            <topic_usesTechnique>
                              <Technique rdf:ID="Relationship_based_Similarity_Approach"/>
                            </topic_usesTechnique>
                            <rdfs:label xml:lang="en">Disambiguation</rdfs:label>
                            <topic_usesTechnique>
                              <Technique rdf:ID="SetTheory_Similarity_Approach"/>
                            </topic_usesTechnique>
                            <topic_relatedProjects rdf:resource="#Semantic_Middleware"/>
                            <topic_usedIn xml:lang="en">Entity Extraction</topic_usedIn>
                            <topic_requires rdf:resource="#Information_Extraction"/>
                            <topic_relatedProjects>
                              <Project rdf:ID="Reference_Reconciliation_in_Complex_Information_Spaces">
                                <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                                >http://data.cs.washington.edu/semex/reconciliation_sigmod.pdf</dc:identifier>
                              </Project>
                            </topic_relatedProjects>
                            <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >Conflict resolution</dc:alternative>
                            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >Reconciling multiple references to the same entity or identifying the correct reference to an entity</dc:description>
                            <topic_usesTechnique>
                              <Technique rdf:ID="InformationTheory_Similarity_Approach"/>
                            </topic_usesTechnique>
                            <topic_requires>
                              <swt:Topic rdf:ID="Word_Sense_Disambiguation"/>
                            </topic_requires>
                            <topic_supports rdf:resource="#Context"/>
                            <topic_usedIn xml:lang="en">Integration of data sources</topic_usedIn>
                            <topic_usedIn xml:lang="en">Semantic Annotation</topic_usedIn>
                            <topic_supports rdf:resource="#Information_retrieval"/>
                            <topic_usesTechnique rdf:resource="#Machine_Learning_Approaches"/>
                            <topic_relatedTo>
                              <swt:Topic rdf:ID="Semantic_Similarity">
                                <rdfs:label xml:lang="en">Semantic Similarity</rdfs:label>
                                <topic_supports rdf:resource="#Information_retrieval"/>
                                <dc:alternative rdf:datatype=
                                "http://www.w3.org/2001/XMLSchema#string"
                                >Semantic closeness</dc:alternative>
                                <topic_supports rdf:resource="#Disambiguation"/>
                                <topic_supports rdf:resource="#Knowledge_Discovery"/>
                                <dc:description rdf:datatype=
                                "http://www.w3.org/2001/XMLSchema#string"
                                >Semantic similarity is a concept whereby a set of documents or terms within term lists are assigned a metric based on the likeness of their meaning / semantic content.</dc:description>
                                <topic_usesTechnique rdf:resource="#statistical_techniques"/>
                                <dc:alternative rdf:datatype=
                                "http://www.w3.org/2001/XMLSchema#string"
                                >Semantic proximity</dc:alternative>
                                <dc:alternative rdf:datatype=
                                "http://www.w3.org/2001/XMLSchema#string"
                                >Semantic nearness</dc:alternative>
                                <topic_usesTechnique>
                                  <Technique rdf:ID="Graph-based_techniques"/>
                                </topic_usesTechnique>
                                <topic_requires rdf:resource="#Matching"/>
                                <topic_relatedTo rdf:resource="#Artificial_Intelligence"/>
                              </swt:Topic>
                            </topic_relatedTo>
                            <topic_requires>
                              <swt:Topic rdf:ID="Natural_language_processing">
                                <topic_relatedTo rdf:resource="#Information_retrieval"/>
                                <dc:description rdf:datatype=
                                "http://www.w3.org/2001/XMLSchema#string"
                                >Natural language processing (NLP) is a subfield of artificial intelligence 
    and linguistics. It studies the problems of automated generation and 
    understanding of natural human languages. Natural language generation 
    systems convert information from computer databases into normal-sounding 
    human language, and natural language understanding systems convert samples 
    of human language into more formal representations that are easier for 
    computer programs to manipulate.
http://en.wikipedia.org/wiki/Natural_language_processing</dc:description>
                              </swt:Topic>
                            </topic_requires>
                          </swt:Topic>
                        </topic_relatedTo>
                        <rdfs:label xml:lang="en">Extraction</rdfs:label>
                        <topic_relatedTo>
                          <swt:Topic rdf:ID="Data_Stewardship">
                            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >Data stewardship is the process of managing information necessary to 
    support program and
financial managers, and ensuring that data captured and reported is accurate, 
    accessible,
timely, and usable for decisionmaking and activity monitoring.</dc:description>
                            <topic_relatedTo>
                              <swt:Topic rdf:ID="Services_Science"/>
                            </topic_relatedTo>
                            <rdfs:label xml:lang="en">Data Stewardship</rdfs:label>
                          </swt:Topic>
                        </topic_relatedTo>
                        <topic_subtopic>
                          <swt:Topic rdf:ID="coreference_resolution">
                            <topic_relatedTo>
                              <swt:Topic rdf:ID="named-entity_recognition"/>
                            </topic_relatedTo>
                            <topic_supports>
                              <swt:Topic rdf:ID="Semantic_Annotation">
                                <topic_relatedProjects>
                                  <Project rdf:ID="SemTag_and_Seeker">
                                    <dc:identifier rdf:datatype=
                                    "http://www.w3.org/2001/XMLSchema#string"
                                    >http://www.almaden.ibm.com/webfountain/resources/semtag.pdf</dc:identifier>
                                  </Project>
                                </topic_relatedProjects>
                                <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                                > Enterprise Content Management</topic_usedIn>
                                <topic_requires rdf:resource="#Natural_language_processing"/>
                                <topic_usesTechnique>
                                  <Technique rdf:ID="Probabilistic_techniques"/>
                                </topic_usesTechnique>
                                <topic_relatedProjects rdf:resource="#KIM"/>
                                <rdfs:label xml:lang="en">Annotation</rdfs:label>
                                <topic_supports rdf:resource="#Information_retrieval"/>
                                <topic_requires rdf:resource="#Disambiguation"/>
                                <topic_usesTechnique>
                                  <Technique rdf:ID="Stochastic_techniques"/>
                                </topic_usesTechnique>
                                <topic_relatedProjects rdf:resource="#Semantic_MediaWiki"/>
                                <topic_subtopic>
                                  <swt:Topic rdf:ID="Semantic_Image_Annotation">
                                    <topic_relatedProjects>
                                      <Project rdf:ID="Flickr">
                                        <dc:identifier rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >http://www.flickr.com/</dc:identifier>
                                      </Project>
                                    </topic_relatedProjects>
                                    <topic_relatedProjects>
                                      <Project rdf:ID="PhotoStuff">
                                        <dc:identifier rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >http://www.mindswap.org/2003/PhotoStuff/</dc:identifier>
                                      </Project>
                                    </topic_relatedProjects>
                                  </swt:Topic>
                                </topic_subtopic>
                                <topic_supports>
                                  <swt:Topic rdf:ID="Semantic_Browsing">
                                    <topic_relatedProjects rdf:resource="#BigBlogZoo"/>
                                    <topic_relatedProjects>
                                      <Project rdf:ID="Amblit_Navigator">
                                        <dc:description rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >Amblit Navigator is the next generation information and internet browser and content manager. With a simple, robust interface, notes, documents files and programs can be logically linked and fully searched.</dc:description>
                                        <rdfs:label xml:lang="en"
                                        >Amblit Navigator</rdfs:label>
                                        <dc:identifier rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >http://www.amblit.com/products/AmblitNavigator.html</dc:identifier>
                                      </Project>
                                    </topic_relatedProjects>
                                    <topic_relatedProjects>
                                      <Project rdf:ID="Haystack">
                                        <dc:identifier rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >http://haystack.lcs.mit.edu/</dc:identifier>
                                        <rdfs:label xml:lang="en"
                                        >Haystack</rdfs:label>
                                      </Project>
                                    </topic_relatedProjects>
                                    <topic_relatedProjects>
                                      <Project rdf:ID="del.icio.us">
                                        <dc:identifier rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >http://del.icio.us/</dc:identifier>
                                      </Project>
                                    </topic_relatedProjects>
                                    <topic_relatedTo rdf:resource="#Semantic_Annotation"/>
                                    <topic_relatedTo rdf:resource="#Natural_language_processing"/>
                                    <topic_usesTechnique>
                                      <Technique rdf:ID="AJAX">
                                        <dc:description rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >Ajax is a Web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire Web page does not have to be reloaded each time the user makes a change. This is meant to increase the Web page's interactivity, speed, and usability.</dc:description>
                                      </Technique>
                                    </topic_usesTechnique>
                                  </swt:Topic>
                                </topic_supports>
                                <topic_usesTechnique>
                                  <Technique rdf:ID="NLP_Techniques"/>
                                </topic_usesTechnique>
                                <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                                >Semantic Web Portals</topic_usedIn>
                                <topic_relatedProjects rdf:resource="#Semantic_Middleware"/>
                                <dc:alternative rdf:datatype=
                                "http://www.w3.org/2001/XMLSchema#string"
                                >Annotation</dc:alternative>
                                <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                                >Web Page Annotation</topic_usedIn>
                                <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                                >Smart Browsing</topic_usedIn>
                                <topic_usesTechnique>
                                  <Technique rdf:ID="Pattern_Based_Techniques"/>
                                </topic_usesTechnique>
                                <topic_supports rdf:resource="#Data_indexing"/>
                                <topic_relatedProjects rdf:resource="#GATE"/>
                                <topic_requires rdf:resource="#Metadata_Management"/>
                                <topic_requires rdf:resource="#Information_Extraction"/>
                                <topic_relatedTo>
                                  <swt:Topic rdf:ID="Knowledge_Markup_in_the_Semantic_Web">
                                    <topic_relatedProjects rdf:resource="#SemTag_and_Seeker"/>
                                    <topic_supports rdf:resource="#Information_retrieval"/>
                                    <rdfs:label xml:lang="en"
                                    >Knowledge Markup</rdfs:label>
                                    <topic_relatedProjects>
                                      <Project rdf:ID="SMORE">
                                        <dc:identifier rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >http://www.mindswap.org/2005/SMORE/</dc:identifier>
                                        <rdfs:label xml:lang="en"
                                        >SMORE</rdfs:label>
                                        <dc:description rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >SMORE - Create OWL Markup for HTML Web Pages</dc:description>
                                      </Project>
                                    </topic_relatedProjects>
                                    <topic_subtopic>
                                      <swt:Topic rdf:ID="Ontology-Based_Markup">
                                        <topic_relatedProjects rdf:resource="#Semantic_Middleware"/>
                                        <topic_relatedProjects>
                                          <Project rdf:ID="Magpie">
                                            <rdfs:label xml:lang="en"
                                            >Magpie - The Semantic Filter</rdfs:label>
                                            <dc:description rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >Magpie uses our ontology infrastructure to semantically markup web documents on-the-fly. </dc:description>
                                            <dc:identifier rdf:datatype=
                                            "http://www.w3.org/2001/XMLSchema#string"
                                            >http://kmi.open.ac.uk/projects/magpie/main.html</dc:identifier>
                                          </Project>
                                        </topic_relatedProjects>
                                      </swt:Topic>
                                    </topic_subtopic>
                                    <topic_relatedProjects>
                                      <Project rdf:ID="Knowledge_Markup_Language">
                                        <dc:identifier rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >http://sourceforge.net/projects/kml</dc:identifier>
                                        <dc:description rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >KML is a free initiative to implement Knowledge Markup Language and the framework. Advanced model is used to represent knowledge as a set of statements.</dc:description>
                                        <rdfs:label xml:lang="en"
                                        >Knowledge Markup Language</rdfs:label>
                                        <dc:alternative rdf:datatype=
                                        "http://www.w3.org/2001/XMLSchema#string"
                                        >KML</dc:alternative>
                                      </Project>
                                    </topic_relatedProjects>
                                    <topic_relatedTo rdf:resource="#Semantic_Annotation"/>
                                  </swt:Topic>
                                </topic_relatedTo>
                              </swt:Topic>
                            </topic_supports>
                            <topic_usesTechnique rdf:resource="#Machine_Learning_Approaches"/>
                            <topic_relatedTo rdf:resource="#Natural_language_processing"/>
                            <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >Anaphora resolution</dc:alternative>
                            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >In linguistics, coreference is the phenomenon where two expressions in an utterance both refer to the same thing.</dc:description>
                            <rdfs:label xml:lang="en">Coreference resolution</rdfs:label>
                            <topic_relatedProjects rdf:resource="#GATE"/>
                            <topic_supports rdf:resource="#Information_Extraction"/>
                          </swt:Topic>
                        </topic_subtopic>
                        <topic_usesTechnique rdf:resource="#NLP_Techniques"/>
                        <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >Semantic Extraction</dc:alternative>
                        <topic_relatedTo rdf:resource="#Metadata_Management"/>
                        <topic_relatedProjects rdf:resource="#GATE"/>
                        <topic_relatedTo rdf:resource="#Data_Mining"/>
                        <topic_subtopic>
                          <swt:Topic rdf:ID="Information_Extraction_from_semi-structured_data">
                            <rdfs:label xml:lang="en">Information Extraction from semi-structured data</rdfs:label>
                          </swt:Topic>
                        </topic_subtopic>
                        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >Information extraction (IE) is a type of information retrieval whose goal 
    is to automatically extract structured or semistructured information from 
    unstructured machine-readable documents.</dc:description>
                        <topic_relatedProjects rdf:resource="#Dublin_Rosette_Linguistics_Platform"/>
                        <topic_relatedProjects>
                          <Project rdf:ID="OCRA">
                            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >http://www.mindswap.org/~golbeck/downloads/ocra.shtml</dc:identifier>
                            <rdfs:label xml:lang="en">OCRA: the Ontology CRAwler</rdfs:label>
                          </Project>
                        </topic_relatedProjects>
                        <topic_requires rdf:resource="#Machine_Learning"/>
                        <topic_subtopic>
                          <swt:Topic rdf:ID="Information_Extraction_from_unstructured_data">
                            <topic_relatedProjects rdf:resource="#SemTag_and_Seeker"/>
                            <topic_relatedProjects rdf:resource="#Dublin_Rosette_Linguistics_Platform"/>
                            <topic_relatedProjects rdf:resource="#GATE"/>
                          </swt:Topic>
                        </topic_subtopic>
                        <topic_usesTechnique rdf:resource="#Pattern_Based_Techniques"/>
                        <topic_subtopic>
                          <swt:Topic rdf:ID="named_entity_recognition">
                            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >recognition of entity names (for people and organizations), place names, temporal expressions, and certain types of numerical expressions.</dc:description>
                            <topic_usesTechnique rdf:resource="#NLP_Techniques"/>
                            <topic_relatedProjects rdf:resource="#GATE"/>
                            <topic_usesTechnique rdf:resource="#Pattern_Based_Techniques"/>
                            <topic_supports rdf:resource="#Semantic_Annotation"/>
                            <topic_usesTechnique>
                              <Technique rdf:ID="grammar-based_techniques"/>
                            </topic_usesTechnique>
                            <topic_relatedTo rdf:resource="#Information_Extraction"/>
                            <topic_usesTechnique rdf:resource="#statistical_techniques"/>
                            <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >NER</dc:alternative>
                            <rdfs:label xml:lang="en">Named Entity Recognition</rdfs:label>
                          </swt:Topic>
                        </topic_subtopic>
                        <topic_requires rdf:resource="#Natural_language_processing"/>
                      </swt:Topic>
                    </topic_supports>
                    <topic_relatedTo rdf:resource="#Artificial_Intelligence"/>
                    <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >Business Intelligence</topic_usedIn>
                    <topic_usesTechnique>
                      <Technique rdf:ID="Pattern_recognition">
                        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >Pattern recognition is a field within the area of machine learning. Alternatively, it can be defined as "the act of taking in raw data and taking an action based on the category of the data" [1]. As such, it is a collection of methods for supervised learning.</dc:description>
                        <rdfs:label xml:lang="en">Pattern Recognition</rdfs:label>
                      </Technique>
                    </topic_usesTechnique>
                  </swt:Topic>
                </topic_supports>
                <topic_supports rdf:resource="#Information_retrieval"/>
                <topic_relatedTo rdf:resource="#Artificial_Intelligence"/>
                <topic_relatedProjects>
                  <Project rdf:ID="Bayes_OWL">
                    <rdfs:label xml:lang="en"></rdfs:label>
                    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >Dealing with uncertainty is crucial in ontology engineering tasks such as domain modeling, ontology reasoning, and concept mapping between ontologies. The Bayes OWL project addresses this problem by exploring how uncertainty can be modeled in ontologies using Bayesian networks (BN).</dc:description>
                    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >http://ebiquity.umbc.edu/project/html/id/59/Bayes-OWL</dc:identifier>
                  </Project>
                </topic_relatedProjects>
                <topic_relatedProjects>
                  <Project rdf:ID="YALE">
                    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >http://yale.cs.uni-dortmund.de/</dc:identifier>
                    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >YALE is an environment for machine learning experiments and data mining.</dc:description>
                    <rdfs:label xml:lang="en">YALE</rdfs:label>
                  </Project>
                </topic_relatedProjects>
                <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >Machine learning is concerned with the development of algorithms and techniques, which allow computers to "learn". </dc:description>
                <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >search engines</topic_usedIn>
              </swt:Topic>
            </topic_subtopic>
            <topic_usesTechnique>
              <Technique rdf:ID="Bayesian_networks"/>
            </topic_usesTechnique>
            <topic_relatedProjects rdf:resource="#Bayes_OWL"/>
            <topic_supports rdf:resource="#Data_Mining"/>
            <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Data Mining</topic_usedIn>
            <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Knowledge discovery</topic_usedIn>
            <topic_usesTechnique rdf:resource="#neural_networks"/>
            <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >AI</dc:alternative>
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://en.wikipedia.org/wiki/Artificial_Intelligence</dc:description>
            <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Game Theory</topic_usedIn>
            <topic_subtopic>
              <swt:Topic rdf:ID="Computational_Intelligence">
                <rdfs:label xml:lang="en">Computational Intelligence</rdfs:label>
                <topic_usesTechnique rdf:resource="#neural_networks"/>
                <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >CI</dc:alternative>
                <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >Computational intelligence (CI) is a branch of the study of artificial intelligence. Computational intelligence research aims to use learning, adaptive, or evolutionary computation to create programs that are, in some sense, intelligent.</dc:description>
                <topic_subtopic>
                  <swt:Topic rdf:ID="Fuzzy_systems">
                    <rdfs:label xml:lang="en">Fuzzy Systems</rdfs:label>
                    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >Fuzzy systems is an alternative to traditional notions of set membership and logic that has its origins in ancient Greek philosophy, and applications at the leading edge of Artificial Intelligence.</dc:description>
                    <topic_relatedTo rdf:resource="#Artificial_Intelligence"/>
                    <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >expert systems</topic_usedIn>
                    <topic_usesTechnique rdf:resource="#Probabilistic_techniques"/>
                    <topic_relatedTo rdf:resource="#Logics"/>
                    <topic_supports rdf:resource="#Information_retrieval"/>
                    <topic_supports rdf:resource="#Knowledge_Representation"/>
                  </swt:Topic>
                </topic_subtopic>
                <topic_usesTechnique rdf:resource="#Bayesian_networks"/>
                <topic_relatedTo rdf:resource="#Machine_Learning"/>
              </swt:Topic>
            </topic_subtopic>
            <topic_supports rdf:resource="#Information_retrieval"/>
            <topic_relatedTo rdf:resource="#Natural_language_processing"/>
            <topic_supports>
              <swt:Topic rdf:ID="Automatic_Ontology_Extraction">
                <rdfs:label xml:lang="en">Automatic_Ontology_Extraction</rdfs:label>
                <topic_relatedProjects>
                  <Project rdf:ID="Text-To-Onto">
                    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >The Ontology Extraction &amp; Maintenance Framework Text-To-Onto</dc:description>
                    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >http://citeseer.ist.psu.edu/cache/papers/cs/24981/http:zSzzSzwww.csc.calpoly.eduzSz~fkurfesszSzEventszSzDM-KM-01zSzVolz.pdf/the-ontology-extraction-maintenance.pdf</dc:identifier>
                  </Project>
                </topic_relatedProjects>
                <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >Index generation</topic_usedIn>
                <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >Document Classification</topic_usedIn>
                <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >Ontology Extraction</dc:alternative>
              </swt:Topic>
            </topic_supports>
            <topic_supports rdf:resource="#Matching"/>
          </swt:Topic>
        </topic_relatedTo>
        <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >problem solving</topic_usedIn>
        <topic_relatedProjects>
          <Project rdf:ID="Loom">
            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://www.isi.edu/isd/LOOM/</dc:identifier>
            <rdfs:label xml:lang="en"></rdfs:label>
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Loom is a knowledge representation language developed by researchers in the Artificial Intelligence research group at the University of Southern California's Information Sciences Institute. The Loom project's goal is the development and fielding of advanced tools for knowledge representation and reasoning in Artificial Intelligence.</dc:description>
          </Project>
        </topic_relatedProjects>
      </swt:Topic>
    </topic_requires>
    <rdfs:label xml:lang="en">Dynamic Web process composition</rdfs:label>
    <topic_usesTechnique>
      <Technique rdf:ID="Markov_Decision_Processes"/>
    </topic_usesTechnique>
    <topic_supports>
      <swt:Topic rdf:ID="Service_Oriented_Architecture"/>
    </topic_supports>
    <topic_supports rdf:resource="#Enterprise_Application_Integration"/>
    <topic_requires>
      <swt:Topic rdf:ID="Process_planning"/>
    </topic_requires>
    <topic_relatedTo rdf:resource="#Web_Services_Composition"/>
    <topic_relatedProjects>
      <Project rdf:ID="WS-BPEL"/>
    </topic_relatedProjects>
    <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Service oriented computing</topic_usedIn>
    <topic_requires rdf:resource="#Matching"/>
    <topic_requires>
      <swt:Topic rdf:ID="Semantic_Annotation_Web_Services"/>
    </topic_requires>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    > An automatic or semi-automatic process of composing Web services to achieve user-specified goals.</dc:description>
    <topic_supports>
      <swt:Topic rdf:ID="Grid_Computing">
        <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Semantic Grid Computing</dc:alternative>
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Grid computing is an emerging computing model that provides the ability to perform higher throughput computing by taking advantage of many networked computers to model a virtual computer architecture that is able to distribute process execution across a parallel infrastructure.</dc:description>
        <topic_relatedProjects>
          <Project rdf:ID="SemGrid">
            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://lsdis.cs.uga.edu/projects/semgrid/</dc:identifier>
            <rdfs:label xml:lang="en">SemGrid: Semantic Discovery on Adaptive Services Grid</rdfs:label>
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Support for semantics requires the ability to extract semantic metadata and create semantic associations, process large amount of metadata leading to better search, integration and analysis. SemGrid project is a collaboration between two complementary research efforts funded by EC and NSF, respectively: the Adaptive Services Grid project (ASG) funded by FP6-IST addresses composition, adoption, and distribution aspects of semantically described services, while the Semantic Discovery (SemDis) project funded by NSF-ITR addresses the synergistic semantic and analytical aspects.</dc:description>
          </Project>
        </topic_relatedProjects>
        <topic_relatedTo>
          <swt:Topic rdf:ID="Distributed_Computing">
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Distributed computing is decentralised and parallel computing, using two or more computers communicating over a network to accomplish a common objective or task.</dc:description>
            <rdfs:label xml:lang="en">Distributed Computing</rdfs:label>
          </swt:Topic>
        </topic_relatedTo>
        <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Semantic Grid</dc:alternative>
        <rdfs:label xml:lang="en">Grid Computing</rdfs:label>
      </swt:Topic>
    </topic_supports>
    <topic_relatedProjects>
      <Project rdf:ID="OWL-S"/>
    </topic_relatedProjects>
  </swt:Topic>
  <swt:Topic rdf:ID="Semantic_Web_Middleware"/>
  <swt:Topic rdf:ID="computational_biology"/>
  <swt:Topic rdf:ID="Streaming_XML_Parsing">
    <rdfs:label xml:lang="en">Streaming XML Parsing</rdfs:label>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Streaming API for XML (StAX) is the new generation of XML APIs in Java. StAX is based on the so-called pull model in which an application queries the parser for the next parsing event, but never surrenders control to the parser during the process.</dc:description>
  </swt:Topic>
  <swt:Topic rdf:ID="Workflow_for_high_throughput_expriments"/>
  <swt:Topic rdf:ID="Role_Based_Access_Control">
    <topic_relatedProjects>
      <Project rdf:ID="XACML">
        <rdfs:label xml:lang="en">OASIS eXtensible Access Control Markup Language (XACML)</rdfs:label>
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=xacml</dc:identifier>
      </Project>
    </topic_relatedProjects>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://csrc.nist.gov/rbac/</dc:description>
    <topic_relatedProjects>
      <Project rdf:ID="HL7">
        <rdfs:label xml:lang="en">HL7 Role Based Access Control</rdfs:label>
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        ></dc:description>
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >HL7 Security Committee http://www.hl7.org/</dc:identifier>
      </Project>
    </topic_relatedProjects>
    <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >role based security</dc:alternative>
    <topic_relatedProjects>
      <Project rdf:ID="RBAC">
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://csrc.nist.gov/rbac/</dc:identifier>
      </Project>
    </topic_relatedProjects>
  </swt:Topic>
  <Project rdf:ID="OntoQA">
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://webster.cs.uga.edu/~tartir/pubs/OntoQA.pdf</dc:identifier>
  </Project>
  <swt:Topic rdf:ID="Web_Services_Standards"/>
  <swt:Topic rdf:ID="Semantic_Overlay_Networks"/>
  <Project rdf:ID="W3photo">
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.bnowack.de/w3photo/pages/owlchestra_screenshots</dc:identifier>
    <rdfs:label xml:lang="en">W3Photo</rdfs:label>
  </Project>
  <swt:Topic rdf:ID="Link_Analysis">
    <rdfs:label xml:lang="en">Link Analysis</rdfs:label>
    <topic_relatedProjects rdf:resource="#SemDis"/>
    <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >national security applications</topic_usedIn>
  </swt:Topic>
  <swt:Topic rdf:ID="Web_Services_Discovery"/>
  <swt:Topic rdf:ID="QoS_for_Web_Services"/>
  <Project rdf:ID="BrainBoost">
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    > Brainboost, Using the AnswerRank-- system, intelligently reads hundreds of web pages derived from search results and extracts just the short and concise answer to your question</dc:description>
    <rdfs:label xml:lang="en">Brainboose Answer Engine</rdfs:label>
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.brainboost.com/</dc:identifier>
  </Project>
  <swt:Topic rdf:ID="Information_Visualization">
    <topic_relatedTo>
      <swt:Topic rdf:ID="Ontology_Visualization">
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Visualizing of knowledge in an ontology</dc:description>
        <topic_usesTechnique>
          <Technique rdf:ID="graph_based_visualization"/>
        </topic_usesTechnique>
        <topic_relatedProjects>
          <Project rdf:ID="TGVizTab">
            <rdfs:label xml:lang="en">TGVizTab</rdfs:label>
            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://www.ecs.soton.ac.uk/~ha/TGVizTab/</dc:identifier>
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >TGVizTab is a plugin for Progégé which allows visualizing ontologies using the TouchGraph library.</dc:description>
          </Project>
        </topic_relatedProjects>
        <topic_relatedProjects>
          <Project rdf:ID="RDF_Gravity">
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >RDF Gravity is a tool for visualising RDF/OWL Graphs/ ontologies. </dc:description>
            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://semweb.salzburgresearch.at/apps/rdf-gravity/index.html</dc:identifier>
            <rdfs:label xml:lang="en">RDF Gravity</rdfs:label>
          </Project>
        </topic_relatedProjects>
        <topic_relatedProjects>
          <Project rdf:ID="OntoVista">
            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://lsdis.cs.uga.edu/projects/semvis/OntoVista/</dc:identifier>
            <rdfs:label xml:lang="en">OntoVista</rdfs:label>
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >OntoVista is an ontology visualization tool, with unique capabilities related to complex (representationally rich) biological and biochemical ontologies.</dc:description>
          </Project>
        </topic_relatedProjects>
        <topic_relatedProjects>
          <Project rdf:ID="OwlViz">
            <rdfs:label xml:lang="en">OwlViz</rdfs:label>
            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://www.co-ode.org/downloads/owlviz/</dc:identifier>
          </Project>
        </topic_relatedProjects>
        <topic_relatedProjects>
          <Project rdf:ID="SWOOP">
            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://www.mindswap.org/2004/SWOOP/</dc:identifier>
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >A Hypermedia-based Featherweight OWL Ontology Editor</dc:description>
            <rdfs:label xml:lang="en">SWOOP</rdfs:label>
          </Project>
        </topic_relatedProjects>
        <topic_relatedProjects>
          <Project rdf:ID="Jambalaya">
            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://www.thechiselgroup.org/jambalaya</dc:identifier>
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Jambalaya is a plug-in created for Protégé which uses SHriMP to visualize the knowledge bases the user has created.</dc:description>
            <rdfs:label xml:lang="en">Jambalaya</rdfs:label>
          </Project>
        </topic_relatedProjects>
        <topic_relatedProjects>
          <Project rdf:ID="OntoViz">
            <rdfs:label xml:lang="en">OntoViz</rdfs:label>
            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://protege.stanford.edu/plugins/ontoviz/ontoviz.html</dc:identifier>
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >The OntoViz Tab allows you to visualize Protégé ontologies with the help of highly sophisticated graph visualization software</dc:description>
          </Project>
        </topic_relatedProjects>
      </swt:Topic>
    </topic_relatedTo>
    <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Scientific modelling</topic_usedIn>
    <topic_relatedTo rdf:resource="#Data_Mining"/>
    <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Graph Drawing</topic_usedIn>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Information visualization are branches of computer graphics and user 
    interface which are concerned with the presentation of interactive or 
    animated digital images to users to understand data. 
    http://en.wikipedia.org/wiki/Information_visualization</dc:description>
    <rdfs:label xml:lang="en">Information Visualization</rdfs:label>
    <topic_relatedTo rdf:resource="#Semantic_Browsing"/>
    <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    > visual analytics</dc:alternative>
    <topic_subtopic rdf:resource="#Ontology_Visualization"/>
  </swt:Topic>
  <Project rdf:ID="Cuadro">
    <rdfs:label xml:lang="en">Cuadro Semantic Photo Sharing</rdfs:label>
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.cs.uga.edu/~mendes/csci8350/cuadro/about.html</dc:identifier>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Cuadro is a semantic photo sharing community. This means much more than just holding a digital image in a server and showing it on a web browser for users. Cuadro intuitive photo sharing system helps the user to describe the meaning of the photo contents, allowing for organizing and searching pictures based on the meaning of its contents, not only on the name the user gave it.</dc:description>
  </Project>
  <swt:Topic rdf:ID="Ontology_Quality">
    <topic_subtopic>
      <swt:Topic rdf:ID="Ontology_Quality_Evaluation">
        <topic_relatedTo>
          <swt:Topic rdf:ID="Ontology_Evolution"/>
        </topic_relatedTo>
        <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Certification Of Ontologies</topic_usedIn>
        <topic_relatedProjects rdf:resource="#OntoQA"/>
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >The evaluation of ontologies based on their structure, evolution or intended use.</dc:description>
        <topic_relatedProjects>
          <Project rdf:ID="ODEval">
            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://www.cs.man.ac.uk/~ocorcho/documents/AIAI2004_CorchoEtAl_Evaluation.pdf</dc:identifier>
          </Project>
        </topic_relatedProjects>
        <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Evaluation-Guided Revision Of Ontologies</topic_usedIn>
        <topic_relatedTo>
          <swt:Topic rdf:ID="Ontology_Population">
            <rdfs:label xml:lang="en"></rdfs:label>
            <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            ></dc:alternative>
          </swt:Topic>
        </topic_relatedTo>
        <topic_relatedTo rdf:resource="#Metadata_Management"/>
        <topic_relatedProjects>
          <Project rdf:ID="AEON">
            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://www-kasm.nii.ac.jp/~i2k/tmp/iswc2005/papers/3729/37290716.pdf</dc:identifier>
          </Project>
        </topic_relatedProjects>
      </swt:Topic>
    </topic_subtopic>
  </swt:Topic>
  <swt:Topic rdf:ID="Semantic_Web_Mining"/>
  <swt:Topic rdf:ID="Semantic_Web_Services">
    <topic_relatedProjects rdf:resource="#METEOR-S"/>
    <topic_relatedProjects>
      <Project rdf:ID="OWL-S_UDDI_matchmaker">
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://www.daml.ri.cmu.edu/matchmaker/</dc:identifier>
        <rdfs:label xml:lang="en">OWL-S/UDDI Matchmaker</rdfs:label>
      </Project>
    </topic_relatedProjects>
    <topic_relatedProjects>
      <Project rdf:ID="OWL-S_IDE">
        <rdfs:label xml:lang="en">OWL-S Intergrated Development Environment</rdfs:label>
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://projects.semwebcentral.org/projects/owl-s-ide/</dc:identifier>
      </Project>
    </topic_relatedProjects>
    <topic_subtopic>
      <swt:Topic rdf:ID="Semantic_Access_Control_in_Web_services">
        <topic_relatedProjects>
          <Project rdf:ID="WS-Policy"/>
        </topic_relatedProjects>
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >A expression of authorization criteria, for the purpose of Web service discovery, using a access control ontology.</dc:description>
        <topic_relatedTo rdf:resource="#Web_Services_Discovery"/>
        <topic_relatedTo rdf:resource="#Role_Based_Access_Control"/>
        <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        > Authorization Prediction</topic_usedIn>
        <rdfs:label xml:lang="en">Semantic Access Control in Web Services</rdfs:label>
      </swt:Topic>
    </topic_subtopic>
    <topic_relatedProjects>
      <Project rdf:ID="Radiant">
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://lsdis.cs.uga.edu/projects/meteor-s/downloads/index.php?page=1</dc:identifier>
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >The Radiant plugin provides a UI for annotating existing WSDL documents into WSDL-S via an OWL Ontology.  </dc:description>
        <rdfs:label xml:lang="en">Radiant WSDL-S Annotation Tool</rdfs:label>
      </Project>
    </topic_relatedProjects>
    <topic_relatedProjects>
      <Project rdf:ID="Seine">
        <rdfs:label xml:lang="en">Siene - Semantic Web Services</rdfs:label>
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://www.telin.nl/projecthome.cfm?language=en&amp;id=155</dc:identifier>
      </Project>
    </topic_relatedProjects>
    <topic_relatedProjects rdf:resource="#OWL-S"/>
    <topic_subtopic rdf:resource="#Semantic_Annotation_Web_Services"/>
  </swt:Topic>
  <Project rdf:ID="memeta">
    <rdfs:label xml:lang="en">memeta</rdfs:label>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Weblogs, or blogs, have become an important new way to publish information, engage in discussions and form communities. The memeta project is developing a framework for representing and studying the structure and content of communities of blogs.</dc:description>
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://ebiquity.umbc.edu/project/html/id/68/memeta</dc:identifier>
  </Project>
  <swt:Topic rdf:ID="SMash_Ups">
    <topic_supports rdf:resource="#Information_Extraction"/>
    <topic_supports rdf:resource="#Semantic_Annotation"/>
    <topic_requires rdf:resource="#Semantic_Web_Services"/>
    <topic_relatedTo>
      <swt:Topic rdf:ID="Mash_Ups"/>
    </topic_relatedTo>
    <topic_requires rdf:resource="#Semantic_Annotation_Web_Services"/>
    <topic_requires rdf:resource="#Information_Extraction"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A web application that brings together two or more currently existing web 
    applications and has value add not only through the combination of these 
    applications but through the adding of semantics.</dc:description>
    <topic_relatedTo>
      <swt:Topic rdf:ID="Client_Side_Semantics"/>
    </topic_relatedTo>
    <topic_supports rdf:resource="#Enterprise_Application_Integration"/>
    <topic_requires>
      <swt:Topic rdf:ID="REST_Services">
        <topic_subtopic>
          <swt:Topic rdf:ID="Publishing_REST_Services"/>
        </topic_subtopic>
        <topic_subtopic>
          <swt:Topic rdf:ID="Discovering_REST_Services">
            <rdfs:label xml:lang="en">Discovering REST Services</rdfs:label>
          </swt:Topic>
        </topic_subtopic>
      </swt:Topic>
    </topic_requires>
  </swt:Topic>
  <swt:Topic rdf:ID="Semantic_Desktop">
    <topic_relatedProjects>
      <Project rdf:ID="gnowsis">
        <rdfs:label xml:lang="en">gnowsis</rdfs:label>
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://www.gnowsis.org/</dc:identifier>
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >This is the Semantic Desktop environment published by the Knowledge Management Lab of the DFKI. Gnowsis can be used in research projects or by interested individuals to benefit from Semantic Web technologies.</dc:description>
      </Project>
    </topic_relatedProjects>
  </swt:Topic>
  <swt:Topic rdf:ID="question_answering">
    <topic_relatedProjects>
      <Project rdf:ID="AnswerBus">
        <rdfs:label xml:lang="en">AnswerBus Question Answering System</rdfs:label>
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://www.answerbus.com/index.shtml</dc:identifier>
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >AnswerBus is an open-domain question answering system based on sentence level information retrieval. It accepts users' natural-language questions in English, German, French, Spanish, Italian and Portuguese and extracts possible answers from the Web. </dc:description>
      </Project>
    </topic_relatedProjects>
    <topic_relatedProjects rdf:resource="#BrainBoost"/>
    <topic_relatedTo rdf:resource="#Information_retrieval"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Question answering (QA) is a type of information retrieval. Given a collection of documents (such as the World Wide Web or a local collection) the system should be able to retrieve answers to questions posed in natural language. QA is regarded as requiring more complex natural language processing (NLP) techniques than other types of information retrieval such as document retrieval, and it is sometimes regarded as the next step beyond search engines.</dc:description>
    <topic_usesTechnique>
      <Technique rdf:ID="keyword-based_techniques">
        <rdfs:label xml:lang="en">Keyword-based</rdfs:label>
      </Technique>
    </topic_usesTechnique>
    <topic_requires rdf:resource="#named-entity_recognition"/>
    <topic_requires rdf:resource="#Word_Sense_Disambiguation"/>
    <topic_requires rdf:resource="#coreference_resolution"/>
  </swt:Topic>
  <Project rdf:ID="Spire">
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Spire is a distributed, interdisciplinary research project exploring the use of semantic web technologies in support science in general and the field of ecoinformatics in particular.</dc:description>
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://ebiquity.umbc.edu/project/html/id/9/Spire</dc:identifier>
    <rdfs:label xml:lang="en">Spire</rdfs:label>
  </Project>
  <swt:Topic rdf:ID="Services_Computing_in_Mobile_Ad-hoc_NETworks">
    <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MANETs</dc:alternative>
  </swt:Topic>
  <swt:Topic rdf:ID="Process_verification">
    <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Process validation</dc:alternative>
  </swt:Topic>
  <swt:Topic rdf:ID="Process_configuration"/>
  <swt:Topic rdf:ID="Semantic_Web_Process"/>
  <swt:Topic rdf:ID="Process_patterns"/>
  <owl:AllDifferent>
    <owl:distinctMembers rdf:parseType="Collection">
      <Technique rdf:about="#Hierarchical_Semi-Markov_Decision_Processes"/>
      <Technique rdf:about="#neural_networks"/>
      <Technique rdf:about="#heuristic_question_answering"/>
      <Technique rdf:about="#statistical_techniques"/>
      <Technique rdf:about="#Machine_Learning_Approaches"/>
      <Technique rdf:about="#Pattern_recognition"/>
      <Technique rdf:about="#Bayesian_networks"/>
      <Technique rdf:about="#Probabilistic_techniques"/>
      <Technique rdf:about="#Markov_Decision_Processes"/>
      <Technique rdf:about="#Clustering_Approach"/>
      <Technique rdf:about="#Relationship_based_Similarity_Approach"/>
      <Technique rdf:about="#SetTheory_Similarity_Approach"/>
      <Technique rdf:about="#NLP_Techniques"/>
      <Technique rdf:about="#Pattern_Based_Techniques"/>
      <Technique rdf:about="#grammar-based_techniques"/>
      <Technique rdf:about="#InformationTheory_Similarity_Approach"/>
      <Technique rdf:about="#Graph-based_techniques"/>
      <Technique rdf:about="#Stochastic_techniques"/>
      <Technique rdf:about="#AJAX"/>
      <Technique rdf:about="#graph_based_visualization"/>
      <Technique rdf:about="#keyword-based_techniques"/>
      <Technique rdf:ID="Pattern_matching">
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Pattern matching is the act of checking for the presence of the constituents of a given pattern.</dc:description>
        <rdfs:label xml:lang="en">Pattern Matching</rdfs:label>
      </Technique>
      <Technique rdf:ID="backward_chaining"/>
      <Technique rdf:ID="Forward_chaining"/>
      <Technique rdf:ID="Naive_Bayes_Classifier">
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >A naive Bayes classifier (also known as Idiot's Bayes) is a simple probabilistic classifier. Naive Bayes classifiers are based on probability models that incorporate strong independence assumptions which often have no bearing in reality, hence are (deliberately) naive.</dc:description>
        <rdfs:label xml:lang="en">Naive Bayes Classifier</rdfs:label>
        <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Idiot's Bayes</dc:alternative>
      </Technique>
    </owl:distinctMembers>
  </owl:AllDifferent>
  <swt:Topic rdf:ID="Security_Privacy_Trust">
    <rdfs:label xml:lang="en"></rdfs:label>
  </swt:Topic>
  <Project rdf:ID="GLYDE">
    <rdfs:label xml:lang="en">Glycan Data Exchange</rdfs:label>
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://lsdis.cs.uga.edu/library/resources/index.php?page=4</dc:identifier>
  </Project>
  <swt:Topic rdf:ID="Semantic_BioInformatics">
    <topic_relatedProjects rdf:resource="#OntoVista"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The application of Semantic Web techniques in life sciences. It includes the ontology development to model specific domains and use of SOA approach (using Semantic Web services) for application development.</dc:description>
    <topic_subtopic rdf:resource="#Ontology_Maintenance"/>
    <topic_relatedProjects>
      <Project rdf:ID="Integrated_Technology_Resource_for_Biomedical_Glycomics">
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://cell.ccrc.uga.edu/world/glycomics/glycomics.php</dc:identifier>
      </Project>
    </topic_relatedProjects>
    <topic_relatedTo>
      <swt:Topic rdf:ID="Provenance"/>
    </topic_relatedTo>
    <topic_relatedProjects>
      <Project rdf:ID="DIP">
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >The DIP database catalogs experimentally determined interactions between 
    proteins. It combines information from a variety of sources to create a 
    single, consistent set of protein-protein interactions.</dc:description>
        <rdfs:label xml:lang="en">Database of Interacting Proteins</rdfs:label>
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://dip.doe-mbi.ucla.edu/</dc:identifier>
      </Project>
    </topic_relatedProjects>
    <topic_relatedProjects>
      <Project rdf:ID="National_Centers_for_Biomedical_Computing">
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://www.bisti.nih.gov/ncbc/index.cfm</dc:identifier>
      </Project>
    </topic_relatedProjects>
    <topic_subtopic>
      <swt:Topic rdf:ID="Ontology_Engineering">
        <topic_subtopic rdf:resource="#Automatic_Ontology_Extraction"/>
        <topic_relatedTo rdf:resource="#Mapping"/>
        <topic_requires rdf:resource="#Natural_language_processing"/>
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >The process of building intelligent Knowledge-based systems is called      knowledge engineering (KE). It has a great deal in common with software      engineering, and is related to many other areas such as databases, data      mining, expert systems, decision support systems and geographic      information systems. Knowledge engineering is also related to the field of      logic (reasoning) as the knowledge produced by the systems built often      have content that is structured by our understanding of how human      reasoning or logic works. http://en.wikipedia.org/wiki/Knowledge_engineering</dc:description>
        <topic_subtopic>
          <swt:Topic rdf:ID="Semi-Automatic_Ontology_Extraction"/>
        </topic_subtopic>
        <rdfs:label xml:lang="en">Ontology Engineering</rdfs:label>
        <topic_relatedTo rdf:resource="#Ontology_Maintenance"/>
        <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Knowledge Engineering</dc:alternative>
        <topic_relatedTo rdf:resource="#Ontology_Population"/>
        <topic_relatedTo rdf:resource="#Matching"/>
        <topic_requires rdf:resource="#Pattern_Based_Techniques"/>
        <topic_relatedProjects>
          <Project rdf:ID="Protégé">
            <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            > Protégé is a free, open source ontology editor and knowledge-base framework. </dc:description>
            <rdfs:label xml:lang="en">Protégé</rdfs:label>
            <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://protege.stanford.edu/</dc:identifier>
          </Project>
        </topic_relatedProjects>
      </swt:Topic>
    </topic_subtopic>
    <topic_subtopic rdf:resource="#Workflow_for_high_throughput_expriments"/>
    <rdfs:label xml:lang="en">Semantic bioinformatics</rdfs:label>
    <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >genome, proteome and glycome research</topic_usedIn>
    <topic_relatedProjects>
      <Project rdf:ID="National_Center_for_BioMedical_Ontology">
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >At Stanford Medical Informatics</dc:description>
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://bioontology.org/index.html</dc:identifier>
      </Project>
    </topic_relatedProjects>
  </swt:Topic>
  <swt:Topic rdf:ID="Spatial_Web_Services"/>
  <Technique rdf:ID="Latent_Semantic_Indexing">
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A technique in natural language processing, in particular in vectorial semantics</dc:description>
    <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Latent semantic analysis</dc:alternative>
    <rdfs:label xml:lang="en">Latent Semantic Indexing</rdfs:label>
    <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >LSA</dc:alternative>
  </Technique>
  <swt:Topic rdf:ID="Web_Services_Assessment"/>
  <swt:Topic rdf:ID="Web_Services_Invocation"/>
  <Project rdf:ID="Semantic_Bioinformatics_for_Biomedical_Glycomics">
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://lsdis.cs.uga.edu/projects/glycomics/</dc:identifier>
  </Project>
  <swt:Topic rdf:ID="XML_Streaming"/>
  <swt:Topic rdf:ID="Semantic_Web_Security"/>
  <Project rdf:ID="FOAF">
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.foaf-project.org/</dc:identifier>
    <rdfs:label xml:lang="en"></rdfs:label>
  </Project>
  <Project rdf:ID="GlycO_Ontology">
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://lsdis.cs.uga.edu/projects/glycomics/glyco/</dc:identifier>
  </Project>
  <Project rdf:ID="KAON">
    <rdfs:label xml:lang="en"></rdfs:label>
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://kaon.semanticweb.org/</dc:identifier>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >KAON is an open-source ontology management infrastructure targeted for business applications. It includes a comprehensive tool suite allowing easy ontology creation and management and provides a framework for building ontology-based applications. An important focus of KAON is scalable and efficient reasoning with ontologies.</dc:description>
  </Project>
  <swt:Topic rdf:ID="Service_Revenue_Models"/>
  <swt:Topic rdf:ID="Spatial_Information_Semantics">
    <topic_relatedProjects>
      <Project rdf:ID="Geography_Markup_Language">
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://opengis.net/gml/</dc:identifier>
        <rdfs:label xml:lang="en"></rdfs:label>
      </Project>
    </topic_relatedProjects>
    <topic_relatedTo rdf:resource="#Spatial_Web_Services"/>
    <topic_relatedTo rdf:resource="#Semantic_Similarity"/>
  </swt:Topic>
  <swt:Topic rdf:ID="Semantic_Social_Networks"/>
  <swt:Topic rdf:ID="Semantic_Web_Processes">
    <topic_relatedProjects rdf:resource="#METEOR-S"/>
    <topic_relatedTo rdf:resource="#Dynamic_Web_process_composition"/>
    <topic_relatedProjects rdf:resource="#OWL-S_UDDI_matchmaker"/>
    <topic_subtopic rdf:resource="#Workflow_for_high_throughput_expriments"/>
    <topic_relatedProjects rdf:resource="#OWL-S_IDE"/>
    <topic_relatedProjects rdf:resource="#OWL-S"/>
  </swt:Topic>
  <swt:Topic rdf:ID="Social_network_analysis">
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Social network analysis (also sometimes called network theory) has emerged as a key technique in modern sociology, anthropology, Social Psychology and organizational studies, as well as a popular topic of speculation and study.</dc:description>
    <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >network theory</dc:alternative>
  </swt:Topic>
  <Project rdf:ID="WSMO">
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.wsmo.org/</dc:identifier>
    <rdfs:label xml:lang="en"> Web Services Modeling Ontology</rdfs:label>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    > The ESSI WSMO working group, part of the ESSI Cluster aligns the research and development efforts in the areas of Semantic Web Services between the SEKT, DIP Knowledge Web, and ASG research projects.</dc:description>
  </Project>
  <swt:Topic rdf:ID="Image_Annotation">
    <topic_relatedProjects rdf:resource="#Cuadro"/>
    <topic_relatedProjects rdf:resource="#PhotoStuff"/>
    <topic_relatedProjects rdf:resource="#Flickr"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Associating metadata (semantic or syntactic) with images to assist in a more intuitive sharing of images</dc:description>
    <rdfs:label xml:lang="en">Image Annotation</rdfs:label>
    <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Semantic Image Annotation</dc:alternative>
  </swt:Topic>
  <swt:Topic rdf:ID="AI_Planning">
    <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Planning</dc:alternative>
    <topic_usesTechnique rdf:resource="#Markov_Decision_Processes"/>
    <topic_relatedProjects>
      <Project rdf:ID="STRIPS">
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://en.wikipedia.org/wiki/STRIPS</dc:identifier>
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >In artificial intelligence, STRIPS (Stanford Research Institute Problem Solver) is an automated planner invented by Richard Fikes and Nils Nilsson in 1971. The same name was later used to refer to the formal language of the inputs to this planner. This language is the base for most of the languages for expressing automated planning problem instances in use today</dc:description>
        <rdfs:label xml:lang="en">Stanford Research Institute Problem Solver</rdfs:label>
      </Project>
    </topic_relatedProjects>
    <topic_relatedTo rdf:resource="#Information_retrieval"/>
    <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Workflow composition</topic_usedIn>
    <topic_relatedTo rdf:resource="#Machine_Learning"/>
    <topic_usesTechnique rdf:resource="#Forward_chaining"/>
    <topic_supports rdf:resource="#Web_Services_Composition"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Automated planning and scheduling is a branch of artificial intelligence that concerns the realisation of strategies or action sequences, typically for execution by intelligent agents, autonomous robots and unmanned vehicles. Resources http://www.csc.ncsu.edu/faculty/stamant/planning-resources.html</dc:description>
    <topic_usesTechnique rdf:resource="#backward_chaining"/>
    <rdfs:label xml:lang="en">AI Planning</rdfs:label>
  </swt:Topic>
  <owl:AllDifferent>
    <owl:distinctMembers rdf:parseType="Collection">
      <Technique rdf:about="#Hierarchical_Semi-Markov_Decision_Processes"/>
      <Technique rdf:about="#neural_networks"/>
      <Technique rdf:about="#heuristic_question_answering"/>
      <Technique rdf:about="#statistical_techniques"/>
      <Technique rdf:about="#Machine_Learning_Approaches"/>
      <Technique rdf:about="#Pattern_recognition"/>
      <Technique rdf:about="#Bayesian_networks"/>
      <Technique rdf:about="#Probabilistic_techniques"/>
      <Technique rdf:about="#Markov_Decision_Processes"/>
      <Technique rdf:about="#Clustering_Approach"/>
      <Technique rdf:about="#Relationship_based_Similarity_Approach"/>
      <Technique rdf:about="#SetTheory_Similarity_Approach"/>
      <Technique rdf:about="#NLP_Techniques"/>
      <Technique rdf:about="#Pattern_Based_Techniques"/>
      <Technique rdf:about="#grammar-based_techniques"/>
      <Technique rdf:about="#InformationTheory_Similarity_Approach"/>
      <Technique rdf:about="#Graph-based_techniques"/>
      <Technique rdf:about="#Stochastic_techniques"/>
      <Technique rdf:about="#AJAX"/>
      <Technique rdf:about="#graph_based_visualization"/>
      <Technique rdf:about="#keyword-based_techniques"/>
      <Technique rdf:about="#Pattern_matching"/>
      <Technique rdf:about="#backward_chaining"/>
      <Technique rdf:about="#Forward_chaining"/>
      <Technique rdf:about="#Naive_Bayes_Classifier"/>
      <Technique rdf:ID="tf-idf">
        <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >term frequency-inverse document frequency</dc:alternative>
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >The tf-idf weight (term frequency-inverse document frequency) is a weight often used in information retrieval and text mining. This weight is a statistical measure used to evaluate how important a word is to a document.</dc:description>
        <rdfs:label xml:lang="en">tf-idf</rdfs:label>
      </Technique>
      <Technique rdf:about="#Latent_Semantic_Indexing"/>
      <Technique rdf:ID="Support_Vector_Machines">
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Support vector machines (SVMs) are a set of related supervised learning methods used for classification and regression. Their common factor is the use of a technique known as the "kernel trick" to apply linear classification techniques to non-linear classification problems.</dc:description>
        <rdfs:label xml:lang="en">Support vector machine</rdfs:label>
        <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >SVM</dc:alternative>
      </Technique>
    </owl:distinctMembers>
  </owl:AllDifferent>
  <swt:Topic rdf:ID="Ontology_Learning"/>
  <swt:Topic rdf:ID="Semantic_Networks">
    <topic_relatedTo rdf:resource="#XML_Streaming"/>
    <topic_subtopic rdf:resource="#Semantic_Overlay_Networks"/>
    <topic_relatedTo>
      <swt:Topic rdf:ID="Application_Oriented_Networks">
        <topic_requires rdf:resource="#Streaming_XML_Parsing"/>
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Is a Content aware or Application Oriented Network</dc:description>
        <rdfs:label xml:lang="en">Application Oriented Networks</rdfs:label>
      </swt:Topic>
    </topic_relatedTo>
    <rdfs:label xml:lang="en">Semantic Networks</rdfs:label>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Is a Content aware or Application Oriented Network</dc:description>
  </swt:Topic>
  <swt:Topic rdf:ID="Web_Services_Modeling"/>
  <swt:Topic rdf:ID="Semantic_Brokering"/>
  <Project rdf:ID="Suggested_Upper_Merged_Ontology">
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    > The Suggested Upper Merged Ontology (SUMO) and its domain ontologies form the largest formal public ontology in existence today. They are being used for research and applications in search, linguistics and reasoning. </dc:description>
    <rdfs:label xml:lang="en">Suggested Upper Merged Ontology</rdfs:label>
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.ontologyportal.org/</dc:identifier>
    <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SUMO</dc:alternative>
  </Project>
  <swt:Topic rdf:ID="Process_simulation"/>
  <swt:Topic rdf:ID="Tagging">
    <topic_relatedProjects rdf:resource="#SemTag_and_Seeker"/>
  </swt:Topic>
  <swt:Topic rdf:ID="Graph_Mining">
    <rdfs:label xml:lang="en">Graph Mining</rdfs:label>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Graph mining is a special case of Structured Data Mining.</dc:description>
    <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mining structured data</topic_usedIn>
    <topic_usesTechnique rdf:resource="#Graph-based_techniques"/>
    <topic_relatedTo rdf:resource="#Data_Mining"/>
  </swt:Topic>
  <swt:Topic rdf:ID="Social_Networks">
    <topic_relatedProjects rdf:resource="#FOAF"/>
    <topic_subtopic rdf:resource="#Social_network_analysis"/>
    <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Online Social Networking</topic_usedIn>
    <topic_relatedProjects rdf:resource="#memeta"/>
    <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Applications of Online Semantic Networks</topic_usedIn>
    <topic_relatedTo rdf:resource="#Link_Analysis"/>
    <topic_relatedTo>
      <swt:Topic rdf:ID="Folksonomy">
        <topic_relatedProjects rdf:resource="#del.icio.us"/>
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >A folksonomy is a collaboratively generated, open-ended labeling system 
    that enables Internet users to categorize content such as Web pages, 
    online photographs, and Web links. http://en.wikipedia.org/wiki/Folksonomy</dc:description>
        <topic_relatedTo rdf:resource="#Information_retrieval"/>
        <topic_relatedProjects rdf:resource="#Flickr"/>
        <rdfs:label xml:lang="en">Folksonomy</rdfs:label>
        <topic_relatedTo rdf:resource="#Tagging"/>
        <topic_supports rdf:resource="#Information_retrieval"/>
      </swt:Topic>
    </topic_relatedTo>
    <topic_relatedTo rdf:resource="#Security_Privacy_Trust"/>
    <rdfs:label xml:lang="en">Social Networks</rdfs:label>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A social network is a social structure made of nodes which are generally individuals or organizations. It indicates the ways in which they are connected through various social familiarities ranging from casual acquaintance to close familial bonds</dc:description>
    <topic_subtopic rdf:resource="#Semantic_Social_Networks"/>
  </swt:Topic>
  <swt:Topic rdf:ID="Policy_based_access_control">
    <topic_subtopic rdf:resource="#Role_Based_Access_Control"/>
  </swt:Topic>
  <Project rdf:ID="WordNet">
    <rdfs:label xml:lang="en">Word Net</rdfs:label>
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://wordnet.princeton.edu/</dc:identifier>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >WordNet® is an online lexical reference system whose design is inspired by current psycholinguistic theories of human lexical memory. </dc:description>
  </Project>
  <swt:Topic rdf:ID="Process_monitoring"/>
  <swt:Topic rdf:ID="Uncertainty_in_Semantic_Web">
    <topic_relatedTo rdf:resource="#Artificial_Intelligence"/>
    <topic_relatedProjects rdf:resource="#Bayes_OWL"/>
    <topic_requires rdf:resource="#Probabilistic_techniques"/>
  </swt:Topic>
  <swt:Topic rdf:ID="Autonomic_web_process">
    <topic_supports rdf:resource="#Process_configuration"/>
    <topic_relatedTo>
      <swt:Topic rdf:ID="Autonomic_Computing">
        <rdfs:label xml:lang="en">Autonomic Computing</rdfs:label>
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >This new paradigm shifts the fundamental definition of the technology age 
    from one of computing, to one defined by data. Access to data from 
    multiple, distributed sources, in addition to traditional centralized 
    storage devices will allow users to transparently access information when 
    and where they need it. At the same time, this new view of computing will 
    necessitate changing the industry's focus on processing speed and storage 
    to one of developing distributed networks that are largely self-managing, 
    self-diagnostic, and transparent to the user.
http://www.research.ibm.com/autonomic/overview/solution.html</dc:description>
      </swt:Topic>
    </topic_relatedTo>
    <topic_relatedTo rdf:resource="#AI_Planning"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >AWPs are self aware, self configur-ing, self optimizing and self healing 
    processes that interact with the environment based on user specified 
    policies.</dc:description>
    <rdfs:label xml:lang="en">Autonomic_web_processes</rdfs:label>
    <topic_usesTechnique rdf:resource="#Markov_Decision_Processes"/>
    <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >AWPs</dc:alternative>
    <topic_relatedProjects rdf:resource="#METEOR-S"/>
    <topic_relatedTo rdf:resource="#Semantic_Web_Process"/>
  </swt:Topic>
  <Project rdf:ID="TC4SW">
    <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.semanticwebcenter.org.uk/</dc:identifier>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Transatlantic Research Center  for the Semantic Web and XML Technologies</dc:description>
    <rdfs:label xml:lang="en">TC4SW</rdfs:label>
  </Project>
  <swt:Topic rdf:ID="Adaptive_Web_Processes_Composition">
    <topic_relatedTo rdf:resource="#Autonomic_web_process"/>
    <topic_usesTechnique rdf:resource="#Markov_Decision_Processes"/>
    <topic_usesTechnique rdf:resource="#Machine_Learning_Approaches"/>
    <topic_supports rdf:resource="#Semantic_Web_Processes"/>
    <rdfs:label xml:lang="en">Adaptive_Web_Processes_Composition</rdfs:label>
    <topic_subtopic rdf:resource="#AI_Planning"/>
    <topic_supports rdf:resource="#Web_Services_Composition"/>
    <topic_usedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Extends static information web service composition procedures</topic_usedIn>
    <topic_requires rdf:resource="#QoS_for_Web_Services"/>
    <topic_requires rdf:resource="#AI_Planning"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Composition of web services using dynamic information to enhance process decision making.</dc:description>
    <topic_relatedTo rdf:resource="#Semantic_Similarity"/>
    <topic_relatedProjects rdf:resource="#WS-BPEL"/>
  </swt:Topic>
  <swt:Topic rdf:ID="Peer_to_Peer"/>
  <swt:Topic rdf:ID="Service_Value_Chains"/>
  <swt:Topic rdf:ID="Web_Services_Specifications"/>
  <swt:Topic rdf:ID="Web_Service_Policy">
    <topic_subtopic rdf:resource="#Policy_based_access_control"/>
    <topic_relatedProjects rdf:resource="#KAON"/>
    <topic_relatedProjects>
      <Project rdf:ID="Policy_Management_for_Enterprise_Applications">
        <rdfs:label xml:lang="en">Policy Management for Enterprise Applications</rdfs:label>
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://ebiquity.umbc.edu/project/html/id/72/Policy-Management-for-Enterprise-Applications</dc:identifier>
        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >This project explores the role of policy management in enterprise applications</dc:description>
      </Project>
    </topic_relatedProjects>
  </swt:Topic>
  <swt:Topic rdf:ID="Geospatial_Semantic_Annotation">
    <topic_relatedTo rdf:resource="#Semantic_Annotation"/>
    <topic_supports rdf:resource="#Spatial_Web_Services"/>
    <topic_supports rdf:resource="#Spatial_Information_Semantics"/>
    <rdfs:label xml:lang="en">Geospatial Semantic Annotation</rdfs:label>
  </swt:Topic>
  <swt:Topic rdf:ID="Semantic_Web_Languages"/>
  <swt:Topic rdf:ID="Document_Classification">
    <topic_usesTechnique rdf:resource="#Machine_Learning_Approaches"/>
    <dc:alternative rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Semantic document classification</dc:alternative>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Document classification is a problem in information science. The task is to assign an electronic document to one or more categories, based on its contents.</dc:description>
    <topic_usesTechnique rdf:resource="#Support_Vector_Machines"/>
    <topic_supports rdf:resource="#Information_retrieval"/>
    <rdfs:label xml:lang="en">Document Classification</rdfs:label>
    <topic_usesTechnique rdf:resource="#NLP_Techniques"/>
    <topic_usesTechnique rdf:resource="#Latent_Semantic_Indexing"/>
    <topic_usesTechnique rdf:resource="#Naive_Bayes_Classifier"/>
    <topic_usesTechnique rdf:resource="#tf-idf"/>
  </swt:Topic>
  <swt:Topic rdf:ID="Service_Level_Agreements"/>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 2.1, Build 284)  http://protege.stanford.edu -->

