Category:OSW725a3cf5458f4daea86615fcbd0029f8: Difference between revisions

Update package: OSW Ontology
(fix subclass of)
Tag: Metadata slot edit
(Update package: OSW Ontology)
 
jsonschema
Line 51: Line 51:
                 "@type": "@id"
                 "@type": "@id"
             },
             },
             "imported_from*": "Property:Equivalent_URI",
            "iri*": "Property:Equivalent_URI",
             "imported_from*": "Property:Imported_from",
             "restrictions": "rdfs:subClassOf",
             "restrictions": "rdfs:subClassOf",
             "restrictions*": "Property:HasRestriction",
             "restrictions*": "Property:HasRestriction",
Line 63: Line 64:
             "min_cardinality": "owl:minCardinality",
             "min_cardinality": "owl:minCardinality",
             "cardinality": "owl:cardinality",
             "cardinality": "owl:cardinality",
             "_instances": {
             "ontologies": {
                 "@reverse": "Property:Category"
                 "@id": "rdfs:isDefinedBy",
                "@type": "@id"
             },
             },
             "ontologies": {
             "ontologies*": {
                 "@id": "Property:IsPartOf",
                 "@id": "Property:IsPartOf",
                 "@type": "@id"
                 "@type": "@id"
Line 132: Line 134:
         },
         },
         "restrictions": {
         "restrictions": {
             "title": "Relations",
             "title": "Restrictions",
            "title*": {
                "en": "Relations"
            },
             "description": "Relations of this class to other classes, instances or literals (OWL Restrictions)",
             "description": "Relations of this class to other classes, instances or literals (OWL Restrictions)",
             "type": "array",
             "type": "array",
Line 144: Line 149:
             "items": {
             "items": {
                 "type": "object",
                 "type": "object",
                 "title": "Relation",
                 "title": "Restriction",
                "title*": {
                    "en": "Relation"
                },
                 "required": [
                 "required": [
                     "uuid",
                     "uuid",
Line 224: Line 232:
                     }
                     }
                 }
                 }
            }
        },
        "_instances": {
            "type": "array",
            "items": {
                "type": "string",
                "format": "autocomplete",
                "range": "Category:Item"
             }
             }
         }
         }
     }
     }
}
}