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

Version Path
yaml-ld-0.0.3 spec/test-files/test-8-rdf.ttl
json-ld-3.2.4 spec/test-files/test-8-rdf.ttl
yaml-ld-0.0.2 spec/test-files/test-8-rdf.ttl
json-ld-3.2.3 spec/test-files/test-8-rdf.ttl
yaml-ld-0.0.1 spec/test-files/test-8-rdf.ttl
json-ld-3.2.2 spec/test-files/test-8-rdf.ttl
json-ld-3.2.1 spec/test-files/test-8-rdf.ttl
json-ld-3.2.0 spec/test-files/test-8-rdf.ttl
json-ld-3.1.10 spec/test-files/test-8-rdf.ttl
json-ld-3.1.9 spec/test-files/test-8-rdf.ttl
json-ld-3.1.8 spec/test-files/test-8-rdf.ttl
json-ld-3.1.7 spec/test-files/test-8-rdf.ttl
json-ld-3.1.6 spec/test-files/test-8-rdf.ttl
json-ld-3.1.5 spec/test-files/test-8-rdf.ttl
json-ld-3.1.4 spec/test-files/test-8-rdf.ttl
json-ld-3.1.3 spec/test-files/test-8-rdf.ttl
json-ld-3.1.2 spec/test-files/test-8-rdf.ttl
json-ld-3.1.1 spec/test-files/test-8-rdf.ttl
json-ld-3.1.0 spec/test-files/test-8-rdf.ttl
json-ld-3.0.2 spec/test-files/test-8-rdf.ttl