- From: Christopher Welty <welty@us.ibm.com>
- Date: Thu, 16 Jan 2003 22:47:34 -0500
- To: "Peter F. Patel-Schneider" <pfps@research.bell-labs.com>
- Cc: www-webont-wg@w3.org, www-webont-wg-request@w3.org
Mike and I added the glossary to Guide and made a few changes to Peter's:
We added "class name" as well as "named class" and "unnamed class" which
Guide uses.
We removed the "historical reasons" note on the datatype and object
property terms since those are the terms used in OWL.
We changed the wording on a few terms.
-Chris
Dr. Christopher A. Welty, Knowledge Structures Group
IBM Watson Research Center, 19 Skyline Dr.
Hawthorne, NY 10532 USA
Voice: +1 914.784.7055, IBM T/L: 863.7055
Fax: +1 914.784.6078, Email: welty@us.ibm.com
"Peter F. Patel-Schneider" <pfps@research.bell-labs.com>
Sent by: www-webont-wg-request@w3.org
01/16/2003 02:16 PM
To: www-webont-wg@w3.org
cc:
Subject: initial OWL glossary
Here is my initial glossary, based on Chris's message.
peter
Initial OWL Glossary
Class Definition - informal term for talking about an owl:Class element
and
its descendant elements
Class Expression - an expression in the abstract syntax that constrains a
class
Constraint - informal term for discussing the effect of a restriction
Concept - informal term for the abstractions "in the world" that classes
capture
Datatype - an RDFS datatype, almost always one of the built-in non-list
XML
Schema datatypes
Datatype Property - alternative term for Data-valued Property
(used for historical reasons)
Data-valued Property - an OWL property that relates individuals to data
values
Imports Closure - the information in an ontology document,
plus the information in the imports
closure of ontology
documents that are imported by the
document
Individual - an instance of an OWL class, i.e., a resource that belongs to
the class extension of an OWL class
Individual-valued Property - an OWL property that relates individuals to
other
individuals
Instance - a member of the class extension of an OWL class
Instance Of - the relation between an individual and a class
Object - 1 - the object of an RDF triple
- 2 - an alternative term for individual
(used for historical reasons)
Object Property - alternative term for Individual-valued Property
(used for historical reasons)
Ontology - a collection of information,
generally including information about classes and
properties
- the information contained in an ontology document
Ontology Document - a web document that contains an ontology, generally
indicated by having an owl:Ontology
element in the document
OWL Class - an RDFS class that belongs to the class extension of owl:Class
OWL Property - an RDF property that belongs to the class extension of
owl:Property
Property Definition - informal term for talking about an
owl:ObjectProperty
element and or owl:DatatypeProperty
and its
descendant elements
Resource - an element of the RDF domain of discourse
Restriction - usually a piece of a class expression, a statement that
expresses a constraint, local by default
Restriction, local - [see above]
Restriction, global - reserved for discussions of property domain and
range
Set - a mathematical set
Terms not to use
Class Member * use Instance Of instead
Knowledge Base * use Ontology instead
Terms with XML or RDF meaning
name - as in XML Namespaces
element - 1 - as in XML
- 2 - an element of a set
entity - as in XML
attribute - as in XML
node - as in RDF Graphs
URI reference - as in RDF
vocabulary - a set of URI references
class - as in RDF
type - as in RDF (rdf:type)
statement - as in RDF Graphs
Received on Thursday, 16 January 2003 22:48:14 UTC