What's a RDF triple?

前端 未结 14 1795
南笙
南笙 2020-12-04 15:39

In layman\'s terms, what\'s a RDF triple?

14条回答
  •  借酒劲吻你
    2020-12-04 15:49

    An RDF file should parse down to a list of triples.

    A triple consists of a subject, a predicate, and an object. But what do these actually mean?

    The subject is, well, the subject. It identifies what object the triple is describing.

    The predicate defines the piece of data in the object we are giving a value to.

    The object is the actual value.

    From: http://www.robertprice.co.uk/robblog/archive/2004/10/What_Is_An_RDF_Triple_.shtml

提交回复
热议问题