Sha256: a0c9664fd84ef189fef0b9d50a1caf397fef1a625342b2b26aa8366d864c7ac2

Contents?: true

Size: 536 Bytes

Versions: 78

Compression:

Stored size: 536 Bytes

Contents

@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ex: <http://example.org/vocab#> .

<http://example.org/library> a ex:Library;
   ex:contains <http://example.org/library/the-republic> .

<http://example.org/library/the-republic> a ex:Book;
   ex:contains <http://example.org/library/the-republic#introduction>;
   dc:creator "Plato";
   dc:title "The Republic" .

<http://example.org/library/the-republic#introduction> a ex:Chapter;
   dc:description "An introductory chapter on The Republic.";
   dc:title "The Introduction" .

Version data entries

78 entries across 78 versions & 2 rubygems

Version Path
json-ld-1.99.0 spec/test-files/test-2-rdf.ttl
json-ld-1.1.11 spec/test-files/test-2-rdf.ttl
json-ld-1.1.10 spec/test-files/test-2-rdf.ttl
json-ld-1.1.9 spec/test-files/test-2-rdf.ttl
json-ld-1.1.8 spec/test-files/test-2-rdf.ttl
json-ld-1.1.7 spec/test-files/test-2-rdf.ttl
json-ld-1.1.6.1 spec/test-files/test-2-rdf.ttl
json-ld-1.1.6 spec/test-files/test-2-rdf.ttl
json-ld-1.1.5 spec/test-files/test-2-rdf.ttl
json-ld-1.1.4 spec/test-files/test-2-rdf.ttl
json-ld-1.1.3.1 spec/test-files/test-2-rdf.ttl
json-ld-1.1.3 spec/test-files/test-2-rdf.ttl
json-ld-1.1.2 spec/test-files/test-2-rdf.ttl
json-ld-1.1.1 spec/test-files/test-2-rdf.ttl
json-ld-1.1.0 spec/test-files/test-2-rdf.ttl
json-ld-1.0.8.1 spec/test-files/test-2-rdf.ttl
json-ld-1.0.8 spec/test-files/test-2-rdf.ttl
json-ld-1.0.7 spec/test-files/test-2-rdf.ttl
json-ld-1.0.6 spec/test-files/test-2-rdf.ttl
json-ld-1.0.5 spec/test-files/test-2-rdf.ttl