@prefix : <https://w3id.org/citydata/part2/v1/> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix cdm1: <https://w3id.org/citydata/part1/v1/> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix ssn: <http://www.w3.org/ns/ssn/> .
@base <https://w3id.org/citydata/part2/v1/> .

<https://w3id.org/citydata/part2/v1/> rdf:type owl:Ontology ;
                                       owl:imports sosa: ,
                                                   ssn: ,
                                                   :AlertSHACL ,
                                                   :BuildingPattern ,
                                                   :BuildingSHACL ,
                                                   :BylawPattern ,
                                                   :BylawSHACL ,
                                                   :CityResidentSHACL ,
                                                   :CitySHACL ,
                                                   :CityServiceSHACL ,
                                                   :CodeSHACL ,
                                                   :ContactSHACL ,
                                                   :ContractPattern ,
                                                   :ContractSHACL ,
                                                   :CoreSHACL ,
                                                   :HouseholdPattern ,
                                                   :HouseholdSHACL ,
                                                   :InfrastructureSHACL ,
                                                   :LandUseSHACL ,
                                                   :OrganizationSHACL ,
                                                   :PersonSHACL ,
                                                   :TransportInfrastructurePattern ,
                                                   :TransportInfrastructureSHACL ;
                                       cc:license "http://creativecommons.org/licenses/by/4.0/" ;
                                       dcterms:creator "Kenneth Vaughn" ,
                                                       "Mark Fox" ,
                                                       "Megan Katsumi" ;
                                       dcterms:modified "2026-02-12"^^xsd:date ;
                                       dcterms:title "Information technology - City data model - Part 2: City level concepts" ;
                                       dcterms:bibliographicCitation "ISO/IEC 5087-2:2024" ;
                                       vann:preferredNamespacePrefix "cdm2" ;
                                       vann:preferredNamespaceUri "https://w3id.org/citydata/part2/v1/" ;
                                       rdfs:seeAlso <https://www.iso.org/standard/80742.html> ;
                                       rdfs:comment "It is expected that the w3id.org domain will be updated to reference a JTC4 designated domain once the new JTC holds its first meeting. The updated ontology IRIs only include a major version number while the minor version number and patch number (jointly called the release number) are added in the version IRI. This provides stability of the concept IRIs as long as there are no changes that break backwards compatibility." ,
                                                    "The prior version of this ontology used a different ontology IRI. This update remains semantically consistent with the version adopted as ISO 5087-1:2023." ;
                                       owl:priorVersion <https://standards.iso.org/iso-iec/5087/-1/ed-1/en/ontology/Activity/> ,
                                                        <https://standards.iso.org/iso-iec/5087/-1/ed-1/en/ontology/Building/> ,
                                                        <https://standards.iso.org/iso-iec/5087/-2/ed-1/en/ontology/Bylaw/> ,
                                                        <https://standards.iso.org/iso-iec/5087/-2/ed-1/en/ontology/City/> ,
                                                        <https://standards.iso.org/iso-iec/5087/-2/ed-1/en/ontology/CityResident/> ,
                                                        <https://standards.iso.org/iso-iec/5087/-2/ed-1/en/ontology/CityService/> ,
                                                        <https://standards.iso.org/iso-iec/5087/-2/ed-1/en/ontology/Code/> ,
                                                        <https://standards.iso.org/iso-iec/5087/-2/ed-1/en/ontology/Contact/> ,
                                                        <https://standards.iso.org/iso-iec/5087/-2/ed-1/en/ontology/Contract/> ,
                                                        <https://standards.iso.org/iso-iec/5087/-2/ed-1/en/ontology/Household/> ,
                                                        <https://standards.iso.org/iso-iec/5087/-2/ed-1/en/ontology/Infrastructure/> ,
                                                        <https://standards.iso.org/iso-iec/5087/-2/ed-1/en/ontology/LandUse/> ,
                                                        <https://standards.iso.org/iso-iec/5087/-2/ed-1/en/ontology/Organization/> ,
                                                        <https://standards.iso.org/iso-iec/5087/-2/ed-1/en/ontology/Person/> ,
                                                        <https://standards.iso.org/iso-iec/5087/-2/ed-1/en/ontology/Sensor/> ,
                                                        <https://standards.iso.org/iso-iec/5087/-2/ed-1/en/ontology/TransportationInfrastructure> ;
                                       owl:versionIRI <https://w3id.org/citydata/part2/v1/5087-2/r3.0/> ;
                                       owl:versionInfo "1.3.0" ;
                                       skos:definition "This ontology specifies the city-level concepts of the city data model." ;
                                       cdm1:mainModule true .
