Sha256: 32145d8ab80b26c120bca87770bef1ec8445dd431ddfcdddd920fd5f394a8a77
Contents?: true
Size: 359 Bytes
Versions: 62
Compression:
Stored size: 359 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/"; foaf:name "Manu"] . [ a foaf:Person; foaf:homepage "http://example.com/eve/"; foaf:name "Eve"] . [ a foaf:Person; foaf:homepage "http://example.com/bob/"; foaf:name "Bob"] .
Version data entries
62 entries across 62 versions & 2 rubygems