@prefix : <https://w3id.org/citydata/21972/v1/> .
@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/> .
@base <https://w3id.org/citydata/21972/v1/> .

<https://w3id.org/citydata/21972/v1/> rdf:type owl:Ontology ;
                                       owl:versionIRI <https://w3id.org/citydata/21972/v1/1.1.1> ;
                                       owl:imports :CorePattern ,
                                                   :IndicatorsPattern ;
                                       dcterms:bibliographicCitation "ISO 21972" ;
                                       dcterms:creator "Kenneth Vaughn"@en ,
                                                       "Mark S. Fox"@en ;
                                       dcterms:license <http://creativecommons.org/licenses/by/4.0/> ;
                                       dcterms:modified "2026-07-23"^^xsd:date ;
                                       dcterms:title "ISO 21972 Information technology — Upper level ontology for smart city indicators"@en ;
                                       vann:preferredNamespacePrefix "i72" ;
                                       vann:preferredNamespaceUri "https://w3id.org/citydata/21972/v1/" ;
                                       owl:versionInfo "1.1.0" ;
                                       skos:definition "This ontology imports the ISO 21972 modules (core pattern, indicators pattern, and SHACL constraints)."@en .

###  Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
