インスタンスあるいは個体
- 通常のrdf:Description要素として記述
- rdf:type / 型付ノードで属するクラスを表現
- 他の個体との関係を示すowl:sameIndividualAs, owl:differentIndividualFrom
- そのほか任意のプロパティ要素を記述
(例)
<rdf:Description rdf:ID="Lewis_Carroll"> <rdf:type rdf:resource="#Novelist"/> <owl:sameIndividualAs rdf:resource="#Charles_Dodgson"/> <ex:isAuthorOf rdf:resource="#Alice_in_Wonderland"/> </rdf:Description>