RDF基本模型 Property I Resource Value Subject Predicate object Statement
RDF基本模型 Resource Property Value Subject Predicate Object Statement
RDF RDF实例 有一个人由http://www.w3.org/people/em/cOntact#me标识,他的名字 是 Eric miller,他的电子邮件地址是em@w3.org,他的头衔是Dr ttp//www.w3.org/2000/10/swap/pim/contact#person http:/nWw.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/people/em/contact#me http://www.w3.org/2000/10/swap/pim/contactfuliname Enic Miller http:/nWw.w3.org/2000/10/swap/pim/contact#mailbox mailto: em@w3.org http://www.w3.org/2000/10/swap/pim/contact#personaltitle
RDF ◼ RDF实例 有一个人由http://www.w3.org/People/EM/contact#me 标识, 他的名字 是Eric Miller, 他的电子邮件地址是em@w3.org,他的头衔是Dr
RDF RDF实例 <? xml version="1.0″? <rdf:Rdfxmins:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns xmlns:contact=http://www.w3.org/2000/10/swap/pim/contact"> Kcontact:Personrdfabout=http://www.w3.org/people/em/cOntact#me"> <contact: fullName>Eric Miller</contact: fullName> <contact: mailbox rdf: resource="mailto: em@w3. org"/> <contact: personalTitle>Dr.</contact: personalTitle> </contact: Person) </rdf: RDF> UR唯一标识被描述的Web资源
RDF ◼ RDF实例 <?xml version="1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns" xmlns:contact="http://www.w3.org/2000/10/swap/pim/contact"> <contact:Person rdf:about="http://www.w3.org/People/EM/contact#me"> <contact:fullName>Eric Miller</contact:fullName> <contact:mailbox rdf:resource="mailto:em@w3.org"/> <contact:personalTitle>Dr.</contact:personalTitle> </contact:Person> </rdf:RDF> ◼URI唯一标识被描述的Web资源
RDF 图与三元组 http://www.example.org/index.html http://www.example.org/terms/creation-date http://purl.org/dclelements/1.1/creator August 16, 1999 http://www.example.org/staffid/85740 http://purl.org/dclelements/1.1/language <http://www.example.org/index.htm1><http://purl.org/dc/elements/1.1/creator> <http://www.exampleorg/staffid/85740> <http://www.exampleorg/index.htm1><http://www.exampleorg/terms/creation-date>august16,1999 <http://www,exampleorg/index.htm1><http://purl.org/dc/elements/1.1/language>en
RDF ◼ 图与三元组 <http://www.example.org/index.html> <http://purl.org/dc/elements/1.1/creator> <http://www.example.org/staffid/85740> . <http://www.example.org/index.html> <http://www.example.org/terms/creation-date> "August 16, 1999" . <http://www.example.org/index.html> <http://purl.org/dc/elements/1.1/language> "en"
RDF RDF n元数据 是关于数据的数据或关于信息的信息 元数据的使用,可以大大提高系统的检索和管理的效率。 RDF是W3c提出的用于描述Web资源的元数据解决方案 资源描述框架( Resource Description Framework) 资源( Resource):所有在Web上被命名、具有UR的东西。如 网页、XML文档中的元素等; 描述( Decription):对资源属性( Property)的一个陈述 ( Statement),以表明资源的特性或者资源之间的联系 框架( Frameword):与被描述资源无关的通用模型,以包容 和管理资源的多样性、不一致性和重复性。 综合起来,RDF就是定义了一种通用的框架,即资源一属性一值 的三元组,来描述Web上的各种资源
RDF ◼ RDF ◼ 元数据 ◼ 是关于数据的数据或关于信息的信息 ◼ 元数据的使用,可以大大提高系统的检索和管理的效率。 ◼ RDF 是W3C提出的用于描述Web资源的元数据解决方案 ◼ 资源描述框架(Resource Description Framework ) ◼ 资源(Resource):所有在Web上被命名、具有URI的东西。如 网页、XML文档中的元素等; ◼ 描述(Decription):对资源属性(Property)的一个陈述 (Statement),以表明资源的特性或者资源之间的联系; ◼ 框架(Frameword):与被描述资源无关的通用模型,以包容 和管理资源的多样性、不一致性和重复性。 ◼ 综合起来,RDF就是定义了一种通用的框架,即资源—属性—值 的三元组,来描述Web上的各种资源