Skip to content

Draft for review only

PermitInformation

Information about any permits that are associated with the regulation.

EXAMPLE: If a parking permit is required for a specific area, this class would contain details about that permit, such as how to obtain and what other permits are acceptable.

Diagram

cluster_associated RegulationThing RegulationThing PermitInformation PermitInformation contactInformation : cdm2:ContactInformation PermitInformation->RegulationThing owl_Thing owl:Thing PermitInformation->owl_Thing displayType PermitInformation->owl_Thing grantsPermission PermitInformation->owl_Thing howToObtainPermit PermitInformation->owl_Thing isLocationSpecific PermitInformation->owl_Thing maximumDurationOfPermit PermitInformation->owl_Thing minimumTimeToNextEntry PermitInformation->owl_Thing permittedEntityType PermitInformation->owl_Thing urlForInformation PermitInformation->owl_Thing urlForApplication PermitFee PermitFee PermitInformation->PermitFee hasAssociatedFee RegistrationMachine RegistrationMachine PermitInformation->RegistrationMachine hasRegistrationMachine

PermitInformation Diagram

Formalization for PermitInformation

Property Constraint
contactInformation datatype cdm2:ContactInformation
displayType datatype PermitDisplayTypeCode
grantsPermission datatype PermissionTypeCode
hasAssociatedFee only PermitFee
hasRegistrationMachine only RegistrationMachine
howToObtainPermit datatype its-core:MaxOneMultiLingualStringShape
isLocationSpecific datatype xsd:boolean
maximumDurationOfPermit datatype its-time:Duration
minimumTimeToNextEntry datatype its-time:Duration
permittedEntityType datatype permittedEntityTypeCode
urlForApplication datatype xsd:anyURI
urlForInformation datatype xsd:anyURI
subClassOf RegulationThing