RDF(Resource Description Framework,資源描述框架)是
–W3C定義,描述網際網路上「資源」的「資料模型」
•資源可以是任何事物,包含文件、人物、實體物件和抽象概念‧‧‧等
–RDF使用三元組(Triple)的方式來描述「資源」
•三元組為<主詞><述詞><受詞> ( <subject> <predicate> <object> )
•RDF可形成一有向圖網路
–RDF概念範例
•<Bob> <is a> <person>.
•<Bob> <is a friend of> <Alice>.
•<Bob> <is born on> <the 4th of July 1990>.
•<Bob> <is interested in> <the Mona Lisa>.
•<the Mona Lisa> <was created by> <Leonardo da Vinci>.
•<the video 'La Joconde à Washington'> <is about> <the Mona Lisa>
–LD(Linked Data)即是將資料表示為RDF,各資源互相鏈結
RDF的主詞、述詞與受詞
RDF資料格式
–RDF為資料模型,實際應用時需表現為資料格式
•RDFa用於網頁
•Turtle用於資料交換、config檔
•JSON-LD為JSON的LD版本
留言
張貼留言