driving-license


Type: driving-license

Properties:

Property Description Type Reference
expiration-date expiration date of the document /definitions/date
id-number number of the document string /driving-license/id-number
issue-authority issuing authority of the document string /driving-license/issue-authority
issue-country country where the document was issued (ISO 3166-1 alpha-2 country code) string /driving-license/issue-country
issue-date date of issue of the document /definitions/date
license-category license categories wrt 3. EU driver's license directive /definitions/license-category
license-type does person have an (eu-)driving-license /definitions/license-type
on-probation driving-license on probation boolean /driving-license/on-probation
license-holder holder of driving license /person

Schema:


{
    "$id": "https://ontology.riskine.com/driving-license.json",
    "type": "object",
    "properties": {
        "expiration-date": {
            "description": "expiration date of the document",
            "$ref": "definitions.json#/date"
        },
        "id-number": {
            "type": "string",
            "description": "number of the document"
        },
        "issue-authority": {
            "type": "string",
            "description": "issuing authority of the document"
        },
        "issue-country": {
            "type": "string",
            "description": "country where the document was issued (ISO 3166-1 alpha-2 country code)"
        },
        "issue-date": {
            "description": "date of issue of the document",
            "$ref": "definitions.json#/date"
        },
        "license-category": {
            "description": "license categories wrt 3. EU driver's license directive",
            "$ref": "definitions.json#/license-category"
        },
        "license-type": {
            "description": "does person have an (eu-)driving-license",
            "$ref": "definitions.json#/license-type"
        },
        "on-probation": {
            "type": "boolean",
            "description": "driving-license on probation"
        },
        "license-holder": {
            "description": "holder of driving license",
            "$ref": "person.json"
        }
    }
}