Simple Knowledge Organization System: Difference between revisions

Content deleted Content added
Filled in 1 bare reference(s) with reFill ()
Semantic relations: : Made transitive a link to the entry.
Line 100:
The property <code>related</code> simply makes an association relationship between two concepts; no hierarchy or generality relation is implied. The properties <code>broader</code> and <code>narrower</code> are used to assert a direct hierarchical link between two concepts. The meaning may be unexpected; the relation <code>&lt;A&gt; broader &lt;B&gt;</code> means that A has a broader concept called B—hence that B is broader than A. Narrower follows in the same pattern.
 
While the casual reader might expect broader and narrower to be [[Transitive relation|transitive]] properties, SKOS does not declare them as such. Rather, the properties <code>broaderTransitive</code> and <code>narrowerTransitive</code> are defined as transitive super-properties of broader and narrower. These super-properties are (by convention) not used in declarative SKOS statements. Instead, when a broader or narrower relation is used in a triple, the corresponding transitive super-property also holds; and transitive relations can be inferred (and queried) using these super-properties.
 
=== Mapping ===