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,
According to SKOS reference section 8. Semantic Relations:
For example:
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: