{ "$schema": "http://json-schema.org/schema", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModel.CPSV-AP/PublicOrganization/schema.json", "title": "Smart Data models - PublicOrganization schema", "modelTags": "CEFAT4CITIES", "description": "The CPSV-AP reuses the Core Public Organization Vocabulary (https://joinup.ec.europa.eu/asset/cpov/asset_release/all) that defines the concept of a Public Organization and associated properties and relationships. It is largely based on the W3C Organization Ontology (http://www.w3.org/TR/vocab-org).", "derivedFrom": "", "license": "", "type": "object", "required": [ "id", "type", "preferredLabel", "spatial" ], "allOf": [ { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons" }, { "properties": { "type": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. It has to be PublicOrganization", "enum": [ "PublicOrganization" ] }, "preferredLabel": { "type": "string", "description": "Property. Model:'skos:prefLabel'. This property represents a formally-issued Identifier for the Public Service" }, "spatial": { "type": "array", "description": "Property. Model:'dct:spatial'. The value should be a URI from the Administrative Territorial Units (http://publications.europa.eu/mdr/authority/atu) Named Authority List maintained by the Publications Office's Metadata Registry", "items": { "type": "string" } } } } ] }