跳到主要內容

RDF技術簡介

RDF(Resource Description Framework,資源描述框架)是

–W3C定義,描述網際網路上「資源」的「資料模型」

    •資源可以是任何事物,包含文件、人物、實體物件和抽象概念‧‧‧等

–RDF使用三元組(Triple)的方式來描述「資源」

    •三元組為<主詞><述詞><受詞> ( <subject> <predicate> <object> )

    •RDF可形成一有向圖網路

   image

–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>

     image

–LD(Linked Data)即是將資料表示為RDF,各資源互相鏈結

RDF的主詞、述詞與受詞

image

RDF資料格式

–RDF為資料模型,實際應用時需表現為資料格式

   •RDFa用於網頁

   •Turtle用於資料交換、config檔

   •JSON-LD為JSON的LD版本

image

留言

這個網誌中的熱門文章

CKAN Template Index.html架構

(1)Index.html頁面呈現 (2)Index.html實際架構 (3)Index.html內容 (4)layout1.html(snippet)內容 (5)Bootstrap2 Grid System Ckan首頁的例子是用2個span6,也就是平均分配

ISO/IEC 25012資料品質研究

ISO/IEC 25012共定義了15種資料品質特性,可以被歸類3個主要的分類 第一類:固有資料品質(Inherent Data Quality) 第二類:系統相依資料品質(System-Dependent Data Quality) 第三類:固有及系統相依資料品質(Inherent and System-Dependent Data Quality )

CKAN Template Index.html snippets內容

(1)promted.html內容 (2)search.html內容 (3)featured_group.html內容 (4)featured_organization.html內容