Object - permalink

All > Technology > Knowledge Management > Semantic WebAlso listed in

ObjectTypeProperty - permalink

All > Technology > Knowledge Management > Semantic Web

Ontology - permalink

All > Technology > Knowledge Management > Semantic Web
  • An ontology defines the common words and concepts (meanings) used to describe and represent an area of knowledge, and so standardizes the meanings. Ontologies are used by people, databases, and applications that need to share domain information (a domain is just a specific subject area or area of knowledge, like medicine, counter terrorism, imagery, automobile repair, etc.). Ontologies include computer usable definitions of basic concepts in the domain and the relationships among them. They encode knowledge in a domain and also knowledge that spans domains. So, they make that knowledge reusable.

    An ontology includes the following:

    • Classes (general things) in the many domains of interest
    • Instances (particular things)
    • Relationships among those things
    • Properties (and property values) of those things
    • Functions of and processes involving those things
    • Constraints on and rules involving those things

    Cody Burleson - Cite This Source - This Definition
  • A data set describing things and their existence in the world.
    Semantic Alley - Cite This Source - This Definition
  • Browse Related Terms:   ABox,   anonymous class,   defined class,   restriction,   T,   universal restrictions
Also listed in

Open World Assumption - permalink

All > Technology > Knowledge Management > Semantic Web

open world assumption (a.k.a. open world reasoning) - permalink

All > Technology > Knowledge Management > Semantic Web

OWL - permalink

All > Technology > Knowledge Management > Semantic Web

OWL DL - permalink

All > Technology > Knowledge Management > Semantic Web
  • OWL-DL is much more expressive than OWL-Lite and is based on Description Logics (hence the suffix DL). Description Logics are a decidable fragment of First Order Logic2 and are therefore amenable to automated reasoning. It is therefore possible to automatically compute the classification hierarchy and check for inconsistencies in an ontology that conforms to OWL-DL.


    Cody Burleson - Cite This Source - This Definition
  • An owl class (owl:class) is defined as subclass of rdfs class (rdfs:class); not all classes of RDF document can be an instances or subclasses of an owl class (owl:class); as a result, a valid rdf document cannot be considered as a valid OWL Lite or DL document. It is different from OWL Lite in lower level language details and constraints.
    Semantic Alley - Cite This Source - This Definition
  • Browse Related Terms:   OWL Full,   OWL Lite,   owl:Thing,   Pellet,   SHER,   subclass

OWL Full - permalink

All > Technology > Knowledge Management > Semantic Web
  • OWL-Full is the most expressive OWL sub-language. It is intended to be used in situations where very high expressiveness is more important than being able to guarantee the decidability or computational completeness of the language. It is therefore not possible to perform automated reasoning on OWL-Full ontologies.


    Cody Burleson - Cite This Source - This Definition
  • A class (owl:class) is defined as equivalent to an rdfs class (rdfs:class). This enables any valid rdf document to be considered as a valid OWL full document. Similarly, In OWL full, owl:ObjectTypeProperty is considered equivalent to rdf property. DataTypeProperty, which is a subclass of rdf:property, is also a subclass of owl:ObjectTypeProperty. This means that any property in OWL that is defined as datatype can also be interpreted as objectype property. This allows much of the expressiveness in OWL full.
    Semantic Alley - Cite This Source - This Definition
  • Browse Related Terms:   OWL DL,   OWL Lite,   owl:Thing,   Pellet,   SHER,   subclass

OWL Lite - permalink

All > Technology > Knowledge Management > Semantic Web
  • The syntactically simplest of the three sub-languages of OWL. It is intended to be used in situations where only a simple class hierarchy and simple constraints are needed. For example, it is envisioned that OWL-Lite will provide a quick migration path for existing thesauri and other conceptually simple hierarchies.


    Cody Burleson - Cite This Source - This Definition
  • An owl class (owl:class) is defined as subclass of rdfs class (rdfs:class); not all classes of RDF document can be an instances or subclasses of an owl class (owl:class); as a result, a valid rdf document cannot be considered as a valid OWL Lite or DL document. It is different from OWL DL in lower level language details and constraints.
    Semantic Alley - Cite This Source - This Definition
  • Browse Related Terms:   OWL DL,   OWL Full,   owl:Thing,   Pellet,   SHER,   subclass

owl:Thing - permalink

All > Technology > Knowledge Management > Semantic Web

OWL - Web Ontology Language - permalink

All > Technology > Knowledge Management > Semantic Web