Skip to content

Instantly share code, notes, and snippets.

@kidehen
kidehen / virtuoso-described-using-jsonld.jtxt
Last active April 9, 2021 22:18
Structured Data Islands and Google Search
Here is an JSON-LD-based Structured Data Island published via HTML using JSON-LD. When Google Search processes this content it raises errors claiming a missing schema:price property value.
## JSON-LD Start ##
{
"@context": {
"itemOffered": {
"@id": "http://schema.org/itemOffered",
"@type": "@id"
},
"comment": {
@kidehen
kidehen / markdown-tables
Created June 26, 2018 14:50
Relational Database Management Systems (RDBMS) Type Comparison
| | RDF Triple Store | RDF Quad Store | Graph Database | Single Model RDBMS (Tables) | Multi-Model RDBMS (Tables & RDF Graphs) |
|-------------------------------------------------------|----------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Data Modeled as Entity Relationship Types (Relations) |
@kidehen
kidehen / Nanotation Latest
Created August 4, 2015 13:19
Example 2 re., Nanotation
{
<>
a foaf:Document ;
dcterms:created "2014-06-13"^^xsd:date ;
dcterms:modified "2014-06-13"^^xsd:date ;
foaf:maker <#kidehen> ;
rdfs:label "RDF based Nanotation via TURTLE Statements" ;
rdfs:comment """Demonstrating how TURTLE provides a different kind of Markdown,
in the form of Nanotation -- where RDF statements are inserted into posts
en route to making the host post a follow-your-nose launch point that integrates
## Turtle Start ##
<>
a foaf:Document ;
dcterms:created "2014-06-13"^^xsd:date ;
dcterms:modified "2014-06-13"^^xsd:date ;
foaf:maker <#kidehen> ;
rdfs:label "RDF based Nanotation via TURTLE Statements" ;
rdfs:comment """Demonstrating how TURTLE provides a different kind of Markdown,
in the form of Nanotation -- where RDF statements are inserted into posts