@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proethica_intermediate_extended: <http://proethica.org/ontology/intermediate-extended> .

<http://proethica.org/ontology/intermediate#StateWetlandProtectionRegulationResource> a owl:Class ;
    rdfs:label "State Wetland Protection Regulation Resource" ;
    rdfs:comment "State statutes and regulations governing the protection of wetland areas within a jurisdiction, including requirements for permits or approvals before placing fill material in regulated wetlands. These regulations operate alongside federal requirements and may impose additional or parallel obligations on property owners and professionals." ;
    rdfs:subClassOf <http://proethica.org/ontology/intermediate#LegalResource> .