258
edits
(fix subclass of) Tag: Metadata slot edit |
(Update package: OSW Ontology) |
||
jsonschema | |||
---|---|---|---|
Line 51: | Line 51: | ||
"@type": "@id" | "@type": "@id" | ||
}, | }, | ||
"imported_from*": "Property: | "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", | ||
" | "ontologies": { | ||
"@ | "@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: | ||
} | } | ||
} | } | ||
} | } | ||
} | } | ||
} | } | ||
} | } |