tags:

views:

27

answers:

1

Is there any working SKOS (Simple Knowledge Organization System Namespace Document ) code type?

A: 

Can you explain a bit better what you are looking for? I know a thing or two about SKOS, but I don't know what you mean by “SKOS code type”.

cygri
In our project's RDF structure we use SKOS only here to show a document is related with other documents. <skos:Concept rdf:about="http://xxx.org/i/1/"> <skos:related rdf:resource="http://xxx.org/i/5/"/> <skos:related rdf:resource="http://xxx.org/i/7/"/> <skos:related rdf:resource="http://xxx.org/i/8/"/> </skos:Concept>But i want to learn that where can we use SKOS as well in other types?
alibabaoglan
I still have no idea what you mean by “type”.
cygri