455
edits
(Update package: OSW Core) |
(copy from dev wiki) Tag: Metadata slot edit |
||
jsonschema | |||
---|---|---|---|
Line 1: | Line 1: | ||
{ | { | ||
"@context": { | "@context": { | ||
"bvco": "https://bvco.ontology.link/", | |||
"databatt": "http://www.databatt.org/", | |||
"emmo": "https://w3id.org/emmo#", | |||
"emmobattery": "https://w3id.org/emmo/domain/battery#", | |||
"emmochameo": "https://w3id.org/emmo/domain/chameo#", | |||
"emmochemicals": "https://w3id.org/emmo/domain/chemicalsubstance#", | |||
"emmoelch": "https://w3id.org/emmo/domain/electrochemistry#", | |||
"schema": "https://schema.org/", | "schema": "https://schema.org/", | ||
"skos": "https://www.w3.org/TR/skos-reference/", | "skos": "https://www.w3.org/TR/skos-reference/", | ||
Line 21: | Line 28: | ||
"rdf_type": { | "rdf_type": { | ||
"@id": "@type", | "@id": "@type", | ||
"@type": "@id" | |||
}, | |||
"rdf_type*": { | |||
"@id": "schema:additionalType", | |||
"@type": "@id" | |||
}, | |||
"rdf_type**": { | |||
"@id": "owl:sameAs", | |||
"@type": "@id" | |||
}, | |||
"rdf_type***": { | |||
"@id": "Property:Equivalent_URI", | |||
"@type": "@id" | "@type": "@id" | ||
}, | }, |