BASE <https://w3id.org/itsdata/weather/v1/>
PREFIX : <https://w3id.org/itsdata/weather/v1/>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX sh: <http://www.w3.org/ns/shacl#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX cdm1: <https://w3id.org/citydata/part1/v1/>
PREFIX its-core: <https://w3id.org/itsdata/core/v1/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX vann: <http://purl.org/vocab/vann/>

:WeatherCoreSHACL
    a owl:Ontology ;
    dcterms:title "SHACL rules for Weather Core"@en ;
    skos:definition "SHACL shapes for core Weather abstractions."@en ;
    its-core:draft "true" ;
    dcterms:created "Draft" ;   
    dcterms:modified "2026-07-29"^^xsd:date ;
    vann:preferredNamespaceUri     "https://w3id.org/itsdata/weather/v1/";
    vann:preferredNamespacePrefix  "its-weather";
    owl:versionInfo "0.0.1-alpha.1" ;
    owl:versionIRI <https://w3id.org/itsdata/weather/v1/0.0.1-alpha.1> ;
    owl:imports <https://w3id.org/itsdata/core/v1/CoreSHACL> .

#################################################################
# Node shapes
#################################################################

