@prefix : <https://w3id.org/citydata/21972/v1/> .
@prefix i72: <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 dash: <http://datashapes.org/dash#> .
@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/CorePattern> rdf:type owl:Ontology ;
                                                  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 Ontology - Core Pattern"@en ;
                                                  vann:preferredNamespacePrefix "i72" ;
                                                  vann:preferredNamespaceUri "https://w3id.org/citydata/21972/v1/" ;
                                                  skos:definition "Core organisational concepts for the ISO 21972 upper-level ontology for smart city indicators."@en .

#################################################################
#    Annotation properties
#################################################################

###  http://datashapes.org/dash#abstract
dash:abstract rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/creator
dcterms:creator rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
dcterms:license rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
dcterms:modified rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
dcterms:title rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#definition
skos:definition rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  https://w3id.org/citydata/21972/v1/iso21972ObjectProperty
i72:iso21972ObjectProperty rdf:type owl:ObjectProperty ;
                           dash:abstract "true"^^xsd:boolean ;
                           skos:definition "An object property used to organise all object properties defined in the ISO 21972 ontology."@en .


#################################################################
#    Data properties
#################################################################

###  https://w3id.org/citydata/21972/v1/iso21972DataProperty
i72:iso21972DataProperty rdf:type owl:DatatypeProperty ;
                         dash:abstract "true"^^xsd:boolean ;
                         skos:definition "A data property used to organise all data properties defined in the ISO 21972 ontology."@en .


#################################################################
#    Classes
#################################################################

###  https://w3id.org/citydata/21972/v1/ISO21972Thing
i72:ISO21972Thing rdf:type owl:Class ;
                  dash:abstract "true"^^xsd:boolean ;
                  skos:definition "A class used to organise all classes defined in the ISO 21972 ontology."@en .


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