Semantic
Discovery
 
- testbed
 
 
 
 
 
 
 
 

Semantic Web Technology Evaluation Ontology - Schema


Schema Textual Description

The Set of Classes:

Class: Place
  Label: Place
  Sub-class of: rdf:resource
  Definition: Anything that is a place where things can be located.
  Comment: Typically, entities of type Place include continents, regions, countries, states, cities.
 
Class: Thing
  Label: Thing
  Sub-class of: rdf:resource
  Definition: Anything that is not a place and is not a person.
  Comment: This class encompasses one of the three major divisions of the ontology by discarding persons and places.
 
Class: Person
  Label: Person
  Sub-class of: rdf:resource
  Definition: Any entity that is a person.
  Comment: This includes different types/specializations of person.
 
Class: Researcher
  Label: Researcher
  Sub-class of: Person
  Definition: Any entity that is a person and categorized as researcher
  Comment: This includes different types/specializations of a researcher person
 
Class: Professor
  Label: Professor
  Sub-class of: Researcher
  Definition: Any entity that is a person and categorized as professor
  Comment: This includes different types/specializations of a professor
 
Class: Computer_Science_Professor
  Label: Computer Science Professor
  Sub-class of: Professor
  Definition: Any entity that is a person and categorized as computer science professor
  Comment: This includes different types/specializations of a computer science professor
 
Class: Scientific_Publication
  Label: Scientific Publication
  Sub-class of: Researcher
  Definition: A research publication
  Comment: Scientific publications include books, journal articles, conference papers
 
Class: Publication_Classification
  Label: Publication Classification
  Sub-class of: Thing
  Definition: A publication classification
  Comment: Scientific publications classifications
 
Class: ACM_Top_level_Classification
  Label: ACM Top level Classification
  Sub-class of: Publication_Classification
  Definition: An ACM top level publication classification
  Comment: The top level ACM publications classifications
 
Class: ACM_Second_level_Classification
  Label: ACM Second level Classification
  Sub-class of: Publication_Classification
  Definition: An ACM Second level publication classification
  Comment: The Second level ACM publications classifications
 
Class: ACM_Third_level_Classification
  Label: ACM Third level Classification
  Sub-class of: Publication_Classification
  Definition: An ACM Third level publication classification
  Comment: The Third level ACM publications classifications
 
Class: ACM_Subject_Descriptors
  Label: ACM Subject Descriptors
  Sub-class of: Thing
  Definition: ACM Subject Descriptors referencing a classification
  Comment: Subject descriptors with reference to a classification
 
Class: Country
  Label: Country
  Sub-class of: Place
  Definition: Countries in the world
  Comment: Countries in the world, examples: Mexico, Austria, India
 
Class: Region
  Label: Region
  Sub-class of: Place
  Definition: Geographic region encompassing a set of countries
  Comment: Regions in the world, examples: North America, Central America, South America
 
Class: City
  Label: City
  Sub-class of: Place
  Definition: A known city
  Comment: Cities in the world, examples: Athens, Atlanta, Chihuahua, New York
 
Class: State
  Label: State
  Sub-class of: Place
  Definition: A State or Province of a country
  Comment: States or Provinces of countries, examples: Georgia, Alaska, Alberta
 
Class: Airport
  Label: Airport
  Sub-class of: Thing
  Definition: Airports, either local, domestic, or international
  Comment: Airports in the world, examples: LAX - Los Angeles, ATL - Atlanta
 
Class: Event
  Label: Event
  Sub-class of: Thing
  Definition: An important event that relates places, persons and things
  Comment: Important events, examples: 9/11, Suicide Attacks, Scientific Conference
 
Class: Organization
  Label: Organization
  Sub-class of: Thing
  Definition: An organization of people or other organizations
  Comment: Organizations, examples: CIA, Worldbank, UN
 
Class: Academic_Organization
  Label: Academic Organization
  Sub-class of: Organization
  Definition: An academic organization or institution
  Comment: Academic organizations, examples: UGA, CalTech, ISI
 

The Set of Properties:

Property: synonym
  Label: synonym
  Domain: Person
  Range:  
  Sub-property of:  
  Definition: An alias, aka, different name
  Comment: Alias, aka, examples: Aleman, Boanerges Aleman, Aleman-Meza, B. Aleman
 
Property: has_citizenship_in
  Label: has citizenship in
  Domain: Person
  Range: Country
  Sub-property of:  
  Definition: Relates a person to a country to which that person has citizenship in
  Comment: Connects a person to a country by its citizenship, examples: Bill Clinton has_citizenship_in USA
 
Property: is_situated_at
  Label: is situated at
  Domain: Person
  Range: Place
  Sub-property of:  
  Definition: Relates a person to a place or location
  Comment: Relates a person is located in a place, examples: Halaschek is_situated_at Austria
 
Property: thing_located_in
  Label: thing located in
  Domain: Thing
  Range: Place
  Sub-property of:  
  Definition: Provides meaning of a thing being located in a place
  Comment: Connects a thing to being located in a place, examples: LAX thing_located_in Los Angeles, UGA thing_located_in Athens
 
Property: located_in
  Label: located in
  Domain: Place
  Range: Place
  Sub-property of:  
  Definition: Specifically relates a place located in a place
  Comment: Connects a place with another place, examples: Athens located_in Georgia, Georgia located_in USA
 
Property: code
  Label: code
  Domain: Airport
  Range:  
  Sub-property of:  
  Definition: Airport 3-letters code
  Comment: Airport code, examples: ATL, CUU, LAX
 
Property: responsible_for
  Label: responsible for
  Domain: Organization
  Range: Event
  Sub-property of:  
  Definition: An organization is responsible for an event
  Comment: A connection of an organization with an event, examples: UN responsible_for Peace Accord
 
Property: occurred_in
  Label: occurred in
  Domain: Event
  Range: Place
  Sub-property of:  
  Definition: An event has occurence in a given place
  Comment: Connects an event to a place in which it happened, examples: 9/11 occured_in USA
 
Property: description
  Label: description
  Domain: Event
  Range:  
  Sub-property of:  
  Definition: Text description of an event
  Comment: More information about an event, examples: The event will have minor economic impact in the southern part of the state
 
Property: event_date
  Label: event date
  Domain: Event
  Range:  
  Sub-property of:  
  Definition: Date when the event happened
  Comment: Date of occurrence of an event, examples: 2001-09-11
 
Property: type_of_event
  Label: type of event
  Domain: Event
  Range:  
  Sub-property of:  
  Definition: Describes the type of an event
  Comment: Type of an event, examples: Suicide, Peace Accord, company bankruptcy
 
Property: listed_author_in
  Label: listed author in
  Domain: Researcher
  Range: ScientificPublication
  Sub-property of:  
  Definition: Relates a researcher to a publication in which s/he is one of the authors
  Comment: Relationship from a researcher to a publication in which s/he is one of the authors
 
Property: researcher_works_at
  Label: researcher works at
  Domain: Researcher
  Range: Organization
  Sub-property of:  
  Definition: Relates a researcher to an organization in which s/he is member
  Comment: Relationship from a researcher to an organization in which s/he is member/faculty/postdoc/student
 
Property: classified_with
  Label: classified with
  Domain: Scientific_Publication
  Range: Publication_Classification
  Sub-property of:  
  Definition: Relates a scientific publication to a publication classification
  Comment: Relationship from a scientific publication to a publication classification
 
Property: publication_keywords
  Label: publication keywords
  Domain: ScientificPublication
  Range: ScientificPublication
  Sub-property of:  
  Definition: Keywords of a publication
  Comment: Set of keywords of a publication
 
Property: extraction_method
  Label: extraction method
  Domain:  
  Range:  
  Sub-property of:  
  Definition: Describes whether the entity was extracted in an automated or manual manner
  Comment: Entities are extracted either in an automated or manual manner
 
Property: extracted_by_person
  Label: extracted by person
  Domain:  
  Range: Person
  Sub-property of:  
  Definition: Describes who was in charge of extraction
  Comment: Person who extracted the entity, examples: Gowtham Sannapareddy, Boanerges Aleman-Meza
 
Property: extraction_tool
  Label: extraction tool
  Domain:  
  Range:  
  Sub-property of:  
  Definition: Describes the tool used for extraction
  Comment: Tool used for extraction, examples: Semagix Fredom
 
Property: extraction_date_time
  Label: extraction date time
  Domain:  
  Range:  
  Sub-property of:  
  Definition: Date and time of extraction
  Comment: Keeps the date and time of extraction, examples: 2003-11-13, 12:00
 
Property: extraction_update_date_time
  Label: extraction update date time
  Domain:  
  Range:  
  Sub-property of:  
  Definition: Date and time of an updated extraction
  Comment: Keeps the date and time of an updated extraction, examples: 2003-11-13, 12:00
 
Property: curation
  Label: curation
  Domain:  
  Range:  
  Sub-property of:  
  Definition: Describes whether the entity was curated or not
  Comment: Examples: yes/no.
 
Property: source_location
  Label: source location
  Domain:  
  Range:  
  Sub-property of:  
  Definition: Gives information of the source location of the extracted data
  Comment: Source location, examples: http://lsdis.cs.uga.edu/about/people.html, ftp://....
 
Property: owner
  Label: owner
  Domain:  
  Range:  
  Sub-property of:  
  Definition: Gives information of the owner of the data source
  Comment: Owner of the data source, examples: http://www.cia.gov, http://lsdis.cs.uga.edu/
 


This material is based upon work supported by the National Science Foundation under Grant No. <not assigned yet>. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.

Contact person for this page: Boanerges Aleman-Meza ( baleman@uga.edu )


 
[Research Themes] [Projects] [LSDIS Library] [Events] [Partners & Sponsors] [About us] [Relevant Links] [Contact us]