@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix : <https://w3id.org/itsdata/metr/v1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix its-core: <https://w3id.org/itsdata/core/v1/> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix cdm1: <https://w3id.org/citydata/part1/v1/> .

:CorePattern
    a owl:Ontology ;
    dcterms:title "ITS METR Core"@en ;
    skos:definition "Core abstractions for concepts used for the management of electronic traffic regulations (METR)."@en ;
    dcterms:creator "Kenneth Vaughn" ;
    dcterms:created "Draft" ;
    dcterms:modified "2026-07-28"^^xsd:date ;
    dcterms:license "http://creativecommons.org/licenses/by/4.0/" ;
    its-core:draft "true" ;
    owl:versionInfo "0.0.1-alpha.1" ;
    owl:versionIRI <https://w3id.org/itsdata/metr/v1/0.0.1-alpha.1> ;
    vann:preferredNamespacePrefix "its-metr" ;
    vann:preferredNamespaceUri "https://w3id.org/itsdata/metr/v1/" ;
    owl:imports its-core: .

#################################################################
# Core classes
#################################################################

:MetrThing
    a owl:Class ;
    skos:definition "Parent class for domain concepts related to the management of electronic traffic regulations (METR)."@en .

#################################################################
# Core properties
#################################################################

:MetrObjectProperty
    a owl:ObjectProperty ;
    skos:definition "Organizational super-property for core object properties used for the management of electronic traffic regulations (METR)."@en .

:MetrDataProperty
    a owl:DatatypeProperty ;
    skos:definition "Organizational super-property for core data properties used for the management of electronic traffic regulations (METR)."@en .


