Category:OSW4724b58f8755461aa0c77cb1d47d3899: Difference between revisions

add ontology iri
No edit summary
Tag: Metadata slot edit
 
(add ontology iri)
Tag: Metadata slot edit
 
jsonschema
Line 1: Line 1:
{
{
     "@context": [
     "@context": [
         "/wiki/Category:Category?action=raw\u0026slot=jsonschema"
         "/wiki/Category:Category?action=raw\u0026slot=jsonschema",
        {
            "ontology_iri": "Property:Equivalent_URI"
        }
     ],
     ],
     "allOf": [
     "allOf": [
Line 26: Line 29:
                 "Category:OSW4724b58f8755461aa0c77cb1d47d3899"
                 "Category:OSW4724b58f8755461aa0c77cb1d47d3899"
             ]
             ]
        },
        "ontology_iri": {
            "title": "Ontology IRI(s)",
            "title*": {
                "de": "Ontologie-IRI(s)"
            },
            "description": "e. g. from the EMMO, BattINFO, BVCO or DataBatt ontology",
            "type": "array",
            "items": {
                "title": "IRI",
                "type": "string",
                "format": "url"
            }
         }
         }
     }
     }
}
}