Sha256: a4dedc2c9a088b55ec1f45ae156b7ee7d31fc012fd02e40214d17ab461ab4886

Contents?: true

Size: 431 Bytes

Versions: 3

Compression:

Stored size: 431 Bytes

Contents

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

 [ a foaf:Person;
    foaf:homepage "http://example.com/manu/"^^xsd:string;
    foaf:name "Manu"^^xsd:string] .

 [ a foaf:Person;
    foaf:homepage "http://example.com/eve/"^^xsd:string;
    foaf:name "Eve"^^xsd:string] .

 [ a foaf:Person;
    foaf:homepage "http://example.com/bob/"^^xsd:string;
    foaf:name "Bob"^^xsd:string] .

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
json-ld-1.0.1.1 spec/test-files/test-7-rdf.ttl
json-ld-1.0.1 spec/test-files/test-7-rdf.ttl
json-ld-1.0.0 spec/test-files/test-7-rdf.ttl