RDF stands for Resource Description Framework, a standard model for data interchange on the web.
RDF代表资源描述框架,它是网络上数据交换的标准模型。
The
RDF graph is a set of triples representing statements about resources in the form of subject-predicate-object.
RDF图是一组三元组,以主体-谓语-宾语的形式表示关于资源的陈述。
Each triple in an
RDF statement consists of a subject, a predicate, and an object.
RDF陈述中的每一个三元组都包括一个主体、一个谓语和一个对象。
RDF uses Uniform Resource Identifiers (URIs) to uniquely identify resources.
RDF使用统一资源标识符(URI)唯一地标识资源。
The
RDF Schema language extends
RDF by providing a vocabulary for describing properties and classes of resources.
RDF模式语言通过提供描述资源的属性和类的词汇表来扩展
RDF。
In
RDF data, literals can be plain text or can have a datatype associated with them.
在
RDF数据中,文字可以是纯文本,也可以与之关联一个数据类型。
RDF triples can be stored in triplestores or used directly in applications to process semantic data.
RDF三元组可以存储在三元存储中或直接用于应用程序中处理语义数据。
OWL (Web Ontology Language) is built upon
RDF and provides more expressive power for defining ontologies.
OWL(网络本体语言)建立在
RDF之上,为定义本体提供了更强的表现力。
The SPARQL Protocol and
RDF Query Language is used to query and retrieve
RDF data from the web.
SPARQL协议和
RDF查询语言用于从网络中查询和检索
RDF数据。
By linking
RDF data from different sources, the Semantic Web enables machines to understand the context of information.
通过链接来自不同来源的
RDF数据,语义网使机器能够理解信息的上下文。
未经许可,严禁转发。QQ交流群:688169419