Sha256: 9ad14873e55caaf30755103c31ea9b667c011ed7cbdc69bf84b6f7db2616cf2c
Contents?: true
Size: 669 Bytes
Versions: 78
Compression:
Stored size: 669 Bytes
Contents
@prefix dc: <http://purl.org/dc/terms/> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . <http://example.com/library> a <http://example.org/vocab#Library>; <http://example.org/vocab#contains> <http://example.org/library/the-republic> . <http://example.org/library/the-republic> a <http://example.org/vocab#Book>; dc:title "The Republic"; <http://example.org/vocab#contains> <http://example.org/library/the-republic#introduction>; dc:creator "Plato" . <http://example.org/library/the-republic#introduction> a <http://example.org/vocab#Chapter>; dc:title "The Introduction"; dc:description "An introductory chapter on The Republic." .
Version data entries
78 entries across 78 versions & 2 rubygems