@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix au: <http://www.w3.org/2015/03/inspire/au#> .
@prefix bc: <https://ontology.bommaritollc.com/vocab/core/> .
@prefix bcgeo: <https://ontology.bommaritollc.com/vocab/geo/> .
@prefix bcleg: <https://ontology.bommaritollc.com/vocab/leg/> .
@prefix bcorg: <https://ontology.bommaritollc.com/vocab/org/> .
@prefix bcweb: <https://ontology.bommaritollc.com/vocab/web/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix eli: <http://data.europa.eu/eli/ontology#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix opengov: <http://www.w3.org/ns/opengov#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix semapv: <https://w3id.org/semapv/vocab/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sssom: <https://w3id.org/sssom/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bcgeo:BoundaryRepresentation a owl:Class ;
    rdfs:label "boundary representation"@en ;
    rdfs:subClassOf geo:Geometry ;
    skos:definition "A dated geometric representation of an administrative division's boundary from one source feature: one Census TIGER/Line vintage's polygon for one division. Its geo:asWKT is an outline simplified for publication (bcgeo:simplificationTolerance); the full-detail geometry is the source feature, in the archive named by dcterms:source and identified by its evidence. A new vintage is a new representation of the same division, never a new division (IRI-POLICY.md)."@en .
