Skip to content

skos:related usage inconsistent with SKOS data model #27

@niegrzybkowski

Description

@niegrzybkowski

According to SKOS reference section 8. Semantic Relations:

An associative link between two concepts indicates that the two are inherently "related", but that one is not in any way more general than the other.

For example:

<A> skos:broader <B> ; skos:related <B> .

Is not consistent with the SKOS model.

In the OpenCS ontology however, there are many cases where this rule is not followed, and associative and hierarchical links are mixed, for example in C8:

ocs:C8 a skos:Concept ;
    skos:broader ocs:C1 ;
    skos:prefLabel "Artificial intelligence"@en ;
    skos:related ocs:C1,

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions