The document compares RDF and property graph data models. It discusses how RDF does not uniquely identify relationships between resources and cannot qualify relationships with attributes. Property graphs in LPGs can model these with unique relationship IDs and edge properties. It also notes RDF uses quads for named graphs while property graphs currently have no equivalent, and that RDF supports multivalued properties using lists while property graphs use arrays. The document cautions comparing RDF and graph databases by focusing on their underlying models rather than specific storage implementations. It demonstrates RDF can be modeled in a native graph database and that semantics are defined through optional rules and vocabularies rather than being inherent to RDF.