................................
Mondeca Contribute to the Orange Business Services Enterprise Briefing on the Semantic Web
Mondeca to Present Legal Information Management Success at Semantic Technology Conference
> All news
................................
>Understand our solutions and Semantic Web terminology |
![]() |
![]() | |
GlossaryNomGlossaryDefinitionAssertionIn mathematics and logic theory, a phrase using a language containing formalized semantics, and whose value of true or false can be declared or deduced. In a knowledge base, assertions are axioms or facts deduced from these axioms by application of rules. AssociationFormal representation in Topic Maps of the relationship between two or more subjects. Associations permit representation of n-ary relationships, i.e. a relationship that connects several subjects with a single relationship. Associations are used in ITM for navigation and querying of a knowledge base. AttributeTyped data assigned to a thing, ie the value of a property of that thing. At times attibute is incorrectly used as a synonym of property. AxiomAn assertion declared as being inherently true. The term is used in description logic to designate assertions declared in an ontology, e.g. a subsumptive relationship or a restriction on a property. By extension, but more rare, is the use of the term to designate an assertion that is declared as true for one instance, i.e. a fact, e.g. « Peter is a Person ». Conversely, if the same assertion is deduced by a rule, it is not an axiom. Category
ClassFormal representation of a type in an ontology. Classes are organized in hierarchical class-subclass relationships, or subsumption axioms, which define property inheritance. Classification1. Application of an organizational system to a collection of resources. In particular, assignment of a documentary corpus to headings in a classification scheme or a taxonomy. 2. In its original biological meaning, a system of classes or taxons for organizing species. 3. In the document management domain, the term if often informally used for indexation, and taxonomy. Classification rule
Classification rules can be expressed in natural language and applied by human users, or expressed in formal language for use in automatic classification. Classification schemeA specific type of taxonomy, generally used for documentation resources having a specific subject type. For example a “Personnel classification scheme” would include standard headings for classifying documents referring to a given person, e.g. “Public Life”, “Private Life”, “Bibliography”. Concept
Concept schemaA generic SKOS term to designate any structured vocabulary capable of being described in SKOS. Datum
Description
Description logics (DL)A type of logic that defines formal semantics for knowledge bases and that supports reasoning. Description logic is a theoretical foundation for OWL. DescriptorA concept represented in a Thesaurus. A descriptor is identified by a unique preferred term in a specific language. Synonyms, alternatives, definitions and usage notes can be attached to a descriptor. In SKOS a descriptor is represented by an instance of the Concept class. DocumentSee: Documentary corpus Documentary corpusA collection of documentary resources relating to a knowledge base. In particular, the collection of documents that can be automatically indexed. Documentary resourceSynonym : Document 1. A resource representing information content on a physical support, e.g. text, PDF file, web page, image, audio file, other multi-media file 2. In particular in RDF, a resource accessible over the Web via its URL Entity
Enumerated classOWL synonym for Reference Table. An enumerated class defines a finite, controlled list of its instances. FactAn assertion concerning one or more instances in a knowledge base. A fact can be explicitly declared as an axiom, or deduced from others by rules. Formal languageAs opposed to natural language, a formal language uses a formal grammar which defines the well-formedness of expressions written in the language. A formal language may possess formal semantics. Formal semanticsA formal language has formal semantics if it is constructed on logical bases permitting attribution of the values true or false to its assertions. RDF has formal semantics, whereas Topic Maps do not. Formal semantics are necessary to implement reasoning tools. GrammarA collection of syntactic rules describing how assertions must be formulated to have meaning in a formal language. HeadingThe name of a concept used in a taxonomy. HierarchyConcept organization using « parent-child » or « hypernym-hyponym » relationships. Common hierarchies found in knowledge bases are: The most common hierarchies are organized as trees, where each concept has at most one parent. In the case where a concept has multiple parents, one speaks of multi-hierarchies. HomonymyA situation where different concepts have the same name. This situation prevents uses of the name as an identifier. A vocabulary where homonymy is prohibited is a namespace. IdentificationA process permitting unique identification of a thing based on its representation or description. In knowledge bases identification relies on identifying properties or identifying rules. Identification ruleA rule permitting to decide is two things are identical. Most identification rules use identifying properties. IdentifierA property whose value is used to uniquely identify a resource. In the semantic web preferred identifiers are the URI. Identifying propertyA property is deemed to be identifying if its value can be used to determine if two things are unique. If a single identifying property suffices, it is referred to simply as an identifier. Usually two things are identical if several properties are equal. For example “family name”, “first name”, “date of birth” and “place of birth” form the set of identifying properties for a person. IndexA structured list of subjects indexing a documentary corpus, with links to elements of the corpus. In paper publications, these elements may be references to whole documents (library index), or to document sections (a single document or back of book index). An index can be a simple alphabetic list of terms, or be structured according to the vocabulary from which it is extracted, e.g. a hierarchical structure. IndexationThe process of attaching documentary resources to subjects defined in a vocabulary. Indexation can be performed manually by documentalists, or automatically by tools applying indexation rules. IndividualInferenceInheritanceA hierarchy supports inheritance if a characteristic defined on a concept in the hierarchy applies to all descendants of the concept. For example: o A property attached to a class : a vertebrate has a skeleton. o Subsumption : A mammal is a vertebrate. o Inheritance : A mammal has a skeleton InstanceAn individual attached to a class. For example “Peter is a Person” has the following formal translation : the individual « Peter » is an instance of the class « Person ». Attaching instances to classes constitutes population of a knowledge base. Knowledge baseA representation, usually in a database, of a collection of facts described according to a shared ontology. Opinions differ as to whether a knowledge base includes the description of the ontology concepts, or simply the facts concerning the instances. In ITM we use the term knowledge base for a workspace controlled by an ontology, which in turn is defined in a separate workspace. In the former workspace, the user has read-only access to the ontology, and can create instances and facts that conform to this ontology using dynamic interfaces controlled by the ontology. The notion of knowledge base is also formally defined in description logic. MeronymyA hierarchical part-whole organization, for example the subdivision of a continent into countries, a company into departments, or a book into chapters and sections. MetadataTyped data attached to a resource, and in particular to a documentary resource. Within the context of knowledge representation, metadata is practically synonym to property. Name
Namespace
Object
OntologyA structured collection of classes, properties and axioms used to organize a knowledge base. For some the definition can also include the instances and facts, or just the instances of the reference tables. OWLA W3C standard (Febuary 2004). A member of the RDF family of languages used for ontology description. Used for the external representation of ontologies managed by Mondeca’s ITM. PopulationCreation of instances in a knowledge base. Population can be performed by human editors or via dedicated software interfaces, e.g. ITM’s web interface. Mostly population is performed in a batch database migration. Preferred termA word defined in a thesaurus as the unique identifier of a descriptor in a specific (spoken) language. PropertyA property is a concept allowing description of things using assertions whose subject is the thing. In particular in RDF, a property is the second element of a triple representing an assertion. The triple (France, capital, Paris) assigns the value « Paris » to the « capital » property of the subject « France ». Note that the associated value also has a property. Published Subject IndicatorAbbreviation : PSI In Topic Maps, a URI used to identify a subject, which provides access to a documentary resource containing an explicity description of the subject for humans. Used at Mondeca to designate a URI identifying a topic, even if this URI does not correspond to a published resource. RDF« Resource Description Framework » is a language initially designed for the formal description of documentary resource metadata. It has evolved to become a generic language for the representation of Web interoperable knowledge bases, and is the basis for more specific languages such as OWL and SKOS. ReasoningIn the context of a knowledge base, reasoning tools use formal semantics to execute tasks such as coherency control, automatic classification, instance identification or fact deduction. Reference tableA class whose instances form a controlled list. ReferentIn linguistics, the referent designates the thing represented by a sign, and in particular by a name. ResourceA thing identified, usually by a URI, and described in a knowledge base. The R in URI and RDF. RestrictionAn axiom defining a class by a necessary or sufficient condition on a property. For example the class of all « Public Employees » can be defined by a restriction on the value of the property « employer ». OWL supports the expression of different types of restriction. RuleA rule allows a system to launch a reasoning action on the content of a knowledge base. There is only a functional difference between axiom and rule. Axioms are purely static and declarative, while rules launch actions. A rule can be the dynamic expression of an axiom. For example:
Semantic extensionIn a document collection indexed with a hierarchical vocabulary such as a Thesaurus, automatic access to content indexed by narrower terms of a given term (downward semantic extension) or by broader terms (upward semantic extension). SignIn linguistics, the sign is the representation of a referent, the referent being the thing that it designates, and which is outside the linguistic space. A sign is composed of two parts called signified and signifier. The signifier is the visible, e.g. written manifestation of the sign. The signified is the concept or thought that occurs on seeing the signifier. This decomposition represents the « semiotic triangle ». SKOSRDF language designed to represent thesauri, taxonomies, and generally any type of hierarchically structured vocabulary used for classification. Sub-classSee Subsumption Subject
Subsumption
The subsumption relation is the foundation for property inheritance. For example if a Document must have one and only one publication date, then a Book has exactly the same property. Taxonomy
Term
Terminology
ThesaurusA controlled vocabulary used for documentary indexation, containing terms representing descriptors, and usually structured hierarchically from broader (general) to narrower (specific) meanings. Thing
TopicFormal representation of a subject in the Topic Maps language family. Topic MapsA family of ISO standard knowledge representation languages. Similar to RDF, the Topic Maps languages use URIs as the principal subject identifiers. TripleA basic element of RDF, a triple is an expression consisting of the 3 elements Subject, Predicate, Object. A triple is the assertion of a fact or axiom about the Subject. The Predicate represents the property of the subject, and the Object is the value assigned to this property. In the RDF specification, Subject and Predicate are resources, while an Object can be a resource or data. TypeA type is a property value that is common to a number of things, and whose usual function is to distinguish these things from others. In ontology languages, the main type is usually formally represented through class membership, but it can also be represented by other properties, in particular when multiple typing is required. For example a document can be typed according to its format, title, subject matter or functional use. The main type « Document » is indicated by the class, while the types « title », « subject matter » and « functional use » would be represented by properties. URIAn unique identifier of a resource in the semantic Web. URI have a specific syntax, and are of two types :
Vocabulary
WorkspaceITM specific term. A workspace defines user’s access rights to a knowledge base or an ontology. |
|