Turtle

Ayrıca şöyle anılır Terse RDF Triple Language, .ttl

Bir araya getirildiİnşa edilmedi

Turtle (Terse RDF Triple Language) is the most common plain-text way of writing down RDF (see: RDF) triples, readable enough that a person can open a .ttl file and understand the facts it contains without special tooling. A WebID profile, a Solid pod's access rules, and most other Linked Data resources are typically written and served in Turtle by default.

Turtle was designed by Dave Beckett, building on Tim Berners-Lee's earlier Notation3 (N3) syntax, and became a W3C Recommendation in 2014.

Where Solidus stands

Solidus does not author or parse Turtle anywhere in its own code. Where Community Solid Server runs as a component of Solidus's Pod, some resources may be served in Turtle by default, that's CSS's native behavior as a real Solid implementation, not something Solidus built. Our own data layer (JWT+Postgres) never touches it.

Proof

Read the spec at w3.org/TR/turtle/. To see Turtle in the wild, fetch any public Solid pod resource with an Accept: text/turtle header: the response is plain, human-readable text. There's no Solidus-authored Turtle to check, because we don't produce any.

Nereden geliyor

Bunu başkası belirtti. Solidus bir araya getiriyor.

Turtle was designed by Dave Beckett, building on Tim Berners-Lee's earlier Notation3 (N3) syntax, and became a W3C Recommendation in 2014. It's the default format Solid pods use to expose RDF resources. Solidus did not design Turtle and does not author or parse it anywhere in its own code.

Bunu nasıl doğrularsınız

Solidus bunu inşa etmedi. Girdi kavramı açıklıyor.

Read the spec at w3.org/TR/turtle/. To see Turtle in the wild, fetch any public Solid pod resource with an `Accept: text/turtle` header: the response is plain, human-readable text. There's no Solidus-authored Turtle to check, because we don't produce any.

İlgili

Turtle · Solidus Lexicon