|
|
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT ontology (use-ontology | def-category | def-relation | def-rename | def-inference | def-constant | def-type)* > <!ATTLIST ontology id CDATA #REQUIRED version CDATA #REQUIRED description CDATA #IMPLIED declarators CDATA #IMPLIED backward-compatible-with CDATA #IMPLIED > <!ELEMENT use-ontology EMPTY> <!ATTLIST use-ontology id CDATA #REQUIRED version CDATA #REQUIRED prefix CDATA #REQUIRED url CDATA #IMPLIED > <!ELEMENT def-category (sense*)> <!ATTLIST def-category name CDATA #REQUIRED isa CDATA #IMPLIED description CDATA #IMPLIED short CDATA #IMPLIED sense CDATA "UNKNOWN" > <!ELEMENT sense (synset, page*)> <!ATTLIST sense no CDATA #REQUIRED name CDATA #REQUIRED origin CDATA "WN" definition CDATA "" convenience CDATA #REQUIRED> <!ELEMENT synset (#PCDATA)> <!ELEMENT page EMPTY> <!ATTLIST page name CDATA #REQUIRED frequence CDATA #REQUIRED convinience CDATA #REQUIRED>... |
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT indexpage (index | nindex)*> <!ELEMENT index (#PCDATA)> <!ATTLIST index page CDATA #REQUIRED frequence CDATA #REQUIRED convenience CDATA #REQUIRED> <!ELEMENT nindex (#PCDATA)> <!ATTLIST nindex page CDATA #REQUIRED frequence CDATA #REQUIRED convenience CDATA #REQUIRED> |
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE ontology SYSTEM "file://localhost/home/.../ontologies/JipOnto.dtd">
<ontology id="university-ont" version="3.0" description="">
<def-category name="Lecturer" short="lecturer"
description="" sense="1" isa="FacultyMember Educator">
<sense name="Lecturer" no="1" origin="wn"
convenience="1.0">
<synset>lector#1,lecturer#1,reader#4</synset>
<page name="http://www.cs.washington.edu/news/2000DLS.html"
frequence="0.75" convenience="0.1"/>
<page name="http://www.cs.washington.edu/homes/lazowska/dls/"
frequence="1.0" convenience="0.01"/>
<page name="http://www.cs.washington.edu/htbin-post/mvis/mvis/TVtalks"
frequence="0.5" convenience="0.1"/>
<page name="http://www.cs.washington.edu/homes/dickey/grad-brochure-blurb.htm"
frequence="0.5" convenience="0.5"/>
<page name="http://www.cs.washington.edu/news/1999DLS.html"
frequence="0.75" convenience="0.01"/>
</sense>
</def-category>
<def-category name="VisitingProfessor" short="visiting
professor" description="" sense="1" isa="Professor">
<sense name="VisitingProfessor"
no="1" origin="wn" convenience="1.0">
<synset>visiting professor#1</synset>
</sense>
</def-category>
<def-category name="Employee" short="employee"
description="" sense="1" isa="Person">
<sense name="Employee" no="1" origin="wn"
convenience="1.0">
<synset>employee#1</synset>
<page name="http://www.cs.washington.edu/homes/lazowska/chair/telecommuting.html"
frequence="1.0" convenience="1.0"/>
<page name="http://www.cs.washington.edu/homes/lazowska/ott/CSE_affiliate_edl.htm"
frequence="0.53" convenience="1.0"/>
</sense>
</def-category>
<def-category name="Chair" short="chair" description=""
sense="3" isa="Leader AdministrativeStaff Professor">
<sense name="Chair" no="3" origin="wn"
convenience="1.0">
<synset>chair#3,chairman#1,chairperson#1,chairwoman#1,president#4</synset>
<page name="http://www.cs.washington.edu/homes/lazowska/cra/case/"
frequence="0.57" convenience="0.9"/>
<page name="http://www.cs.washington.edu/lab/quotes.html"
frequence="0.6" convenience="0.9"/>
<page name="http://www.cs.washington.edu/people/staff/people_who_can_help.html"
frequence="0.5" convenience="0.5"/>
<page name="http://www.cs.washington.edu/ARL/committee.html"
frequence="0.6" convenience="0.95"/>
<page name="http://www.cs.washington.edu/info/contact/"
frequence="1.0" convenience="0.3"/>
<page name="http://www.cs.washington.edu/homes/lazowska/hightech/ht/index.html"
frequence="0.5" convenience="0.3"/>
<page name="http://www.cs.washington.edu/homes/lazowska/"
frequence="0.63" convenience="0.9"/>
<page name="http://www.cs.washington.edu/homes/lazowska/lazowska.html"
frequence="0.66" convenience="0.9"/>
<page name="http://www.cs.washington.edu/people/faculty/tanimoto.html"
frequence="0.9" convenience="0.95"/>
<page name="http://www.cs.washington.edu/people/faculty/lazowska/"
frequence="0.63" convenience="0.9"/>
<page name="http://www.cs.washington.edu/homes/lazowska/ip/"
frequence="0.5" convenience="0.1"/>
<page name="http://www.cs.washington.edu/people/acm/people/"
frequence="0.5" convenience="0.3"/>
<page name="http://www.cs.washington.edu/leadership/sld002.htm"
frequence="1.0" convenience="0.1"/>
<page name="http://www.cs.washington.edu/people/faculty/young.html"
frequence="0.7" convenience="0.9"/>
<page name="http://www.cs.washington.edu/homes/lazowska/hightech/ht/tsld001.htm"
frequence="0.5" convenience="0.3"/>
</sense>
</def-category>...
</ontology>