How Skyocean combines standards and custom vocabulary for Knowledge Assets.
We use a hybrid approach: existing standards as the foundation, Skyocean ontology only where standards don't cover our needs.
All Skyocean Knowledge Assets use this @context in JSON-LD:
{
"@context": {
"schema": "http://schema.org/",
"gs1": "https://gs1.org/voc/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"skyocean": "https://skyocean.io/ontology/",
"ot": "https://ontology.origintrail.io/dkg/1.0#"
}
}