Content Variants
"@context" : "https://downloads.dbpedia.org/databus/context.jsonld",
...
"distribution": [
{
"@type": "Part",
"@id": "https://databus.example.org/john/animals/cats/2022-02-02#cats.nt",
"format": "nt",
"compression": "none",
...
},
{
"@type": "Part",
"@id": "https://databus.example.org/john/animals/cats/2022-02-02#cats.ttl",
"format": "ttl",
"compression": "none",
...
}
],
...Last updated