Sha256: e8b1846f1d13b7b0ff9a53c8b297d55bb1e29dd3559a5173788d12a9448c3458

Contents?: true

Size: 803 Bytes

Versions: 3

Compression:

Stored size: 803 Bytes

Contents

---
"@context":
  Book: http://example.org/vocab#Book
  Chapter: http://example.org/vocab#Chapter
  contains:
    "@id": http://example.org/vocab#contains
    "@type": "@id"
  creator: http://purl.org/dc/terms/creator
  description: http://purl.org/dc/terms/description
  Library: http://example.org/vocab#Library
  title: http://purl.org/dc/terms/title
"@graph":
- "@id": http://example.com/library
  "@type": Library
  contains: http://example.org/library/the-republic
- "@id": http://example.org/library/the-republic
  "@type": Book
  creator: Plato
  title: The Republic
  contains: http://example.org/library/the-republic#introduction
- "@id": http://example.org/library/the-republic#introduction
  "@type": Chapter
  description: An introductory chapter on The Republic.
  title: The Introduction

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yaml-ld-0.0.3 spec/test-files/test-8-input.yamlld
yaml-ld-0.0.2 spec/test-files/test-8-input.yamlld
yaml-ld-0.0.1 spec/test-files/test-8-input.yamlld