Skip to content

Commit b5849fd

Browse files
committed
RDF feature
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 70c0731 commit b5849fd

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

content/_index.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,17 @@ <h3 class="fw-bold mb-3">Plug Into Your AI Stack</h3>
158158
</div>
159159

160160
<div class="row align-items-center g-5 py-5 border-bottom flex-row-reverse">
161+
<div class="col-12 col-lg-5">
162+
<img class="w-100 border shadow rounded-4" src="jsonld.webp" alt="Feed Your Knowledge Graph">
163+
</div>
164+
<div class="col-12 col-lg-7">
165+
<h3 class="fw-bold mb-3">Feed Your Knowledge Graph</h3>
166+
<p class="fw-light text-muted">Annotate your schemas with our JSON-LD extension vocabulary and the registry will promote any valid instance to JSON-LD, the JSON serialisation of RDF. Validation and semantics run in a single pass, with full support for every conditional and dynamic JSON Schema operator, something <a href="{{< ref "/blog/json-schema-jsonld-interoperability" >}}">no other tool does</a>. The same schema that validates your data declares what that data means, with no separate context to keep in sync.</p>
167+
<a href="https://one.sourcemeta.com/api/#rdf">Learn more about RDF support <i class="bi bi-arrow-right ms-1"></i></a>
168+
</div>
169+
</div>
170+
171+
<div class="row align-items-center g-5 py-5 border-bottom">
161172
<div class="col-12 col-lg-5">
162173
<img class="w-100 border shadow rounded-4" src="install.webp" alt="Drop Your Custom Fetch Scripts">
163174
</div>
@@ -168,9 +179,9 @@ <h3 class="fw-bold mb-3">Drop Your Custom Fetch Scripts</h3>
168179
</div>
169180
</div>
170181

171-
<div class="row align-items-center g-5 py-5">
182+
<div class="row align-items-center g-5 py-5 flex-row-reverse">
172183
<div class="col-12 col-lg-5">
173-
<img class="w-100 border shadow rounded-4" src="performance.webp" alt="Drop Your Custom Fetch Scripts">
184+
<img class="w-100 border shadow rounded-4" src="performance.webp" alt="Built for Performance">
174185
</div>
175186
<div class="col-12 col-lg-7">
176187
<h3 class="fw-bold mb-3">Built for Performance</h3>

content/jsonld.webp

96.8 KB
Loading

0 commit comments

Comments
 (0)