@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 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 geo: <http://www.opengis.net/ont/geosparql#> .
@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 wd: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dcterms:Standard a owl:Class .
dcterms:modified a owl:AnnotationProperty .
dcterms:source a owl:ObjectProperty .
dcterms:title a owl:AnnotationProperty .
geo:Feature a owl:Class .
geo:sfWithin a owl:ObjectProperty .
skos:Concept a owl:Class .
skos:ConceptScheme a owl:Class .
skos:definition a owl:AnnotationProperty .
skos:inScheme a owl:ObjectProperty .
skos:mappingRelation a owl:ObjectProperty .
skos:prefLabel a owl:AnnotationProperty .
au:AdministrativeUnit a owl:Class .
org:FormalOrganization a owl:Class .
org:OrganizationalUnit a owl:Class .
org:Post a owl:Class .
prov:Activity a owl:Class .
prov:Entity a owl:Class .
prov:influenced a owl:ObjectProperty .
prov:used a owl:ObjectProperty .
<https://ontology.bommaritollc.com/vocab> dcterms:modified "2026-09-23T21:00:14.166Z"^^xsd:dateTime ;
    dcterms:title "Bommarito Consulting ontology"@en ;
    a owl:Ontology ;
    owl:versionInfo "commit 362 (graph d819f544be8186bb)" .
bc:ChangeEvent a owl:Class ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "change event"@en ;
    rdfs:subClassOf prov:Activity ;
    skos:definition "A dated legal change to one or more divisions: the explicit event IRI-POLICY.md requires for merges and splits, instead of silently reusing an IRI. Its kind is dcterms:type, a concept in bc:ChangeTypeScheme; its effective date is dcterms:date."@en .
bc:ChangeTypeScheme a skos:ConceptScheme ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "change types"@en ;
    skos:definition "Kinds of legal change to a division's existence, extent or form."@en ;
    skos:prefLabel "change types"@en .
bc:Evidence a owl:Class ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "evidence"@en ;
    rdfs:subClassOf prov:Entity ;
    skos:definition "Where a fact came from: a source record (dcterms:source, dcterms:identifier), captured at prov:generatedAtTime, and the bc-store observation holding its bytes."@en .
bc:HistoricalReference a owl:Class ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "historical reference"@en ;
    skos:definition "A property whose object may be a retired entity. Only properties declared this way may point at something retired; the rule is data, checked on write and commit. Its members are object properties punned as individuals, which OWL 2 DL allows; it is deliberately not a subclass of owl:ObjectProperty, which would be OWL Full."@en .
bc:IdentifierScheme a owl:Class ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "identifier scheme"@en ;
    rdfs:subClassOf dcterms:Standard ;
    skos:definition "The issuing context of a code, and whether one value may have several holders. An adms:Identifier conforms to (dcterms:conformsTo) exactly one scheme."@en .
bc:InferredGraph a owl:Class ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "inferred graph"@en ;
    skos:definition "A graph of calculated facts, kept apart from authored ones."@en .
bc:ReviewStatusScheme a skos:ConceptScheme ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "review statuses"@en ;
    skos:definition "The stages of human or rule-based review of a proposed link or reference."@en ;
    skos:prefLabel "review statuses"@en .
bc:accepted a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "accepted"@en ;
    skos:definition "Reviewed and accepted; published as an assertion."@en ;
    skos:inScheme bc:ReviewStatusScheme ;
    skos:prefLabel "accepted"@en .
bc:ambiguous a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "ambiguous"@en ;
    skos:definition "Reviewed and found ambiguous; kept, not published."@en ;
    skos:inScheme bc:ReviewStatusScheme ;
    skos:prefLabel "ambiguous"@en .
bc:annexation a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "annexation"@en ;
    skos:definition "Territory passes between divisions; both continue to exist."@en ;
    skos:inScheme bc:ChangeTypeScheme ;
    skos:prefLabel "annexation"@en .
bc:candidateMatch a owl:ObjectProperty ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "candidate match"@en ;
    rdfs:subPropertyOf skos:mappingRelation ;
    skos:definition "An unreviewed candidate identity match, weaker than skos:closeMatch. Used as the owl:annotatedProperty of an SSSOM mapping; never asserted directly."@en .
bc:confidence a owl:DatatypeProperty ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "confidence"@en ;
    rdfs:range xsd:double ;
    skos:definition "A score in [0, 1] that a proposal is correct, from the rule or model that made it. For mappings, sssom:confidence carries the same number."@en .
bc:consolidation a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "consolidation"@en ;
    skos:definition "Divisions of different kinds unite, such as a city and its county."@en ;
    skos:inScheme bc:ChangeTypeScheme ;
    skos:prefLabel "consolidation"@en .
bc:derivedFrom a owl:DatatypeProperty ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "derived from"@en ;
    skos:definition "The revision a graph was derived from."@en .
bc:derivedWith a owl:DatatypeProperty ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "derived with"@en ;
    skos:definition "The algorithm that derived a graph."@en .
bc:dissolution a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "dissolution"@en ;
    skos:definition "A division ceases to exist; its territory passes to its successor."@en ;
    skos:inScheme bc:ChangeTypeScheme ;
    skos:prefLabel "dissolution"@en .
bc:incorporation a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "incorporation"@en ;
    skos:definition "A new municipality is formed from existing territory."@en ;
    skos:inScheme bc:ChangeTypeScheme ;
    skos:prefLabel "incorporation"@en .
bc:legalAuthority a owl:ObjectProperty ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "legal authority"@en ;
    rdfs:subPropertyOf dcterms:source ;
    skos:definition "The statute, ordinance, order or election result that made the change."@en .
bc:merger a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "merger"@en ;
    skos:definition "Two or more divisions combine; each predecessor is retired."@en ;
    skos:inScheme bc:ChangeTypeScheme ;
    skos:prefLabel "merger"@en .
bc:normalizationRule a owl:DatatypeProperty ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "normalization rule"@en ;
    skos:definition "exact, trim or trim_upper. Codes are never coerced to numbers."@en .
bc:normalizedUnique a owl:DatatypeProperty ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "normalized unique"@en ;
    skos:definition "Whether a normalized value may have only one active holder in the scheme."@en .
bc:normalizedValue a owl:DatatypeProperty ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "normalized value"@en ;
    skos:definition "The value after the scheme's normalization, when it differs from the notation."@en .
bc:observation a owl:DatatypeProperty ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "observation"@en ;
    skos:definition "The bc-store observation id."@en .
bc:parameters a owl:DatatypeProperty ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "parameters"@en ;
    skos:definition "Canonical JSON of its parameters."@en .
bc:payloadSha256 a owl:DatatypeProperty ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "payload SHA-256"@en ;
    skos:definition "Digest of the source bytes."@en .
bc:predecessor a owl:ObjectProperty, bc:HistoricalReference ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "predecessor"@en ;
    rdfs:subPropertyOf prov:used ;
    skos:definition "A division as it was before the change. May be retired."@en .
bc:proposed a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "proposed"@en ;
    skos:definition "Proposed by a source or a rule; not yet reviewed."@en ;
    skos:inScheme bc:ReviewStatusScheme ;
    skos:prefLabel "proposed"@en .
bc:reclassification a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "reclassification"@en ;
    skos:definition "A division changes legal form, such as village to city; its identity and IRI are unchanged."@en ;
    skos:inScheme bc:ChangeTypeScheme ;
    skos:prefLabel "reclassification"@en .
bc:rejected a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "rejected"@en ;
    skos:definition "Reviewed and rejected; kept in the database, not published."@en ;
    skos:inScheme bc:ReviewStatusScheme ;
    skos:prefLabel "rejected"@en .
bc:reviewStatus a owl:ObjectProperty ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "review status"@en ;
    rdfs:range skos:Concept ;
    skos:definition "Where a proposed mapping or web reference stands in review: a concept in bc:ReviewStatusScheme."@en .
bc:softwareVersion a owl:DatatypeProperty ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "software version"@en ;
    skos:definition "What ran it."@en .
bc:split a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "split"@en ;
    skos:definition "One division becomes several."@en ;
    skos:inScheme bc:ChangeTypeScheme ;
    skos:prefLabel "split"@en .
bc:successor a owl:ObjectProperty, bc:HistoricalReference ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "successor"@en ;
    rdfs:subPropertyOf prov:influenced ;
    skos:definition "A division as it is after the change. May later be retired itself."@en .
bc:verified a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "verified"@en ;
    skos:definition "Checked by machine, not reviewed by a person: a web reference whose page was fetched and names the entity. Published; a person may still reject it."@en ;
    skos:inScheme bc:ReviewStatusScheme ;
    skos:prefLabel "verified"@en .
bcgeo:AdministrativeDivision a owl:Class ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "administrative division"@en ;
    rdfs:subClassOf geo:Feature, au:AdministrativeUnit, schema:AdministrativeArea ;
    skos:definition "A legally defined territorial unit of government. Distinct from the government that exercises authority in it and from any geometry that represents it (DESIGN.md)."@en .
bcgeo:CountyEquivalent a owl:Class ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "county or equivalent"@en ;
    rdfs:subClassOf bcgeo:AdministrativeDivision ;
    skos:definition "A second-level US division identified by a FIPS 6-4 code: a county, parish, borough, census area, or independent city."@en .
bcgeo:IncorporatedPlace a owl:Class ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "incorporated place"@en ;
    rdfs:subClassOf bcgeo:AdministrativeDivision ;
    skos:definition "A municipality incorporated under state law: a city, town, borough or village."@en .
bcgeo:LegalFormScheme a skos:ConceptScheme ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "legal forms"@en ;
    skos:definition "Kinds of local government under US state law."@en ;
    skos:prefLabel "legal forms"@en .
bcgeo:MinorCivilDivision a owl:Class ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "minor civil division"@en ;
    rdfs:subClassOf bcgeo:AdministrativeDivision ;
    skos:definition "A legally defined subdivision of a county, such as a civil or charter township."@en .
bcgeo:StateEquivalent a owl:Class ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "state or equivalent"@en ;
    rdfs:subClassOf bcgeo:AdministrativeDivision ;
    skos:definition "A first-level US division identified by a FIPS 5-2 code: a state, the District of Columbia, or a territory."@en .
bcgeo:borough a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "borough"@en ;
    skos:definition "An incorporated borough."@en ;
    skos:inScheme bcgeo:LegalFormScheme ;
    skos:prefLabel "borough"@en .
bcgeo:charterTownship a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "charter township"@en ;
    skos:definition "A township with a charter, and powers closer to a city's (Michigan)."@en ;
    skos:inScheme bcgeo:LegalFormScheme ;
    skos:prefLabel "charter township"@en .
bcgeo:city a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "city"@en ;
    skos:definition "An incorporated city, independent of any township."@en ;
    skos:inScheme bcgeo:LegalFormScheme ;
    skos:prefLabel "city"@en .
bcgeo:containedBy a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "contained by"@en ;
    rdfs:subPropertyOf geo:sfWithin, bcgeo:locatedIn ;
    skos:definition "Transitive administrative containment. Derived from directlyContainedBy and published in the inferred graph, never authored. Wholly within, so it implies locatedIn and GeoSPARQL's topological geo:sfWithin."@en .
bcgeo:county a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "county"@en ;
    skos:definition "A county or county equivalent government."@en ;
    skos:inScheme bcgeo:LegalFormScheme ;
    skos:prefLabel "county"@en .
bcgeo:directlyContainedBy a owl:ObjectProperty ;
    rdfs:domain bcgeo:AdministrativeDivision ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "directly contained by"@en ;
    rdfs:range bcgeo:AdministrativeDivision ;
    rdfs:subPropertyOf bcgeo:containedBy ;
    skos:definition "The subject lies wholly within the object, with no intermediate division. Asserted only where nesting is unambiguous; never for a division that spans several parents."@en .
bcgeo:legalForm a owl:ObjectProperty ;
    rdfs:domain bcgeo:AdministrativeDivision ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "legal form"@en ;
    rdfs:range skos:Concept ;
    skos:definition "What kind of government the division has under state law: a concept in bcgeo:LegalFormScheme. Seeded once from the source's classes, then curated; a reclassification change event is how it changes."@en .
bcgeo:locatedIn a owl:ObjectProperty ;
    rdfs:domain bcgeo:AdministrativeDivision ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "located in"@en ;
    rdfs:range bcgeo:AdministrativeDivision ;
    rdfs:seeAlso <http://www.wikidata.org/prop/direct/P131> ;
    rdfs:subPropertyOf schema:containedInPlace ;
    skos:definition "The subject is at least partly located in the object. Source-faithful to Wikidata P131: a city spanning three counties is located in each, and contained by none. A specialisation of schema:containedInPlace, which carries the same partial sense."@en .
bcgeo:town a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "town"@en ;
    skos:definition "An incorporated town, or a New England or New York town."@en ;
    skos:inScheme bcgeo:LegalFormScheme ;
    skos:prefLabel "town"@en .
bcgeo:township a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "township"@en ;
    skos:definition "A civil township without a charter (general law)."@en ;
    skos:inScheme bcgeo:LegalFormScheme ;
    skos:prefLabel "township"@en .
bcgeo:village a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "village"@en ;
    skos:definition "An incorporated village; in Michigan it lies within its township and shares some of its functions."@en ;
    skos:inScheme bcgeo:LegalFormScheme ;
    skos:prefLabel "village"@en .
bcorg:BodyTypeScheme a skos:ConceptScheme ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "body types"@en ;
    skos:definition "Kinds of public body."@en ;
    skos:prefLabel "body types"@en .
bcorg:Government a owl:Class ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "government"@en ;
    rdfs:subClassOf org:FormalOrganization, schema:GovernmentOrganization ;
    skos:definition "The organization that exercises authority over one administrative division: the State of Michigan's government, Ingham County's, Meridian Township's. Distinct from the division (a territory) and from its units and posts."@en .
bcorg:PostTypeScheme a skos:ConceptScheme ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "post types"@en ;
    skos:definition "Kinds of public post."@en ;
    skos:prefLabel "post types"@en .
bcorg:PublicBody a owl:Class ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "public body"@en ;
    rdfs:subClassOf org:OrganizationalUnit ;
    skos:definition "A collegial unit of a government that decides by its members' votes: a board, commission or council. Its meetings are subject to open-meetings law."@en .
bcorg:SelectionMethodScheme a skos:ConceptScheme ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "selection methods"@en ;
    skos:definition "How the holder of a public post is chosen."@en ;
    skos:prefLabel "selection methods"@en .
bcorg:UnitTypeScheme a skos:ConceptScheme ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "unit types"@en ;
    skos:definition "Kinds of government unit."@en ;
    skos:prefLabel "unit types"@en .
bcorg:appointed a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "appointed"@en ;
    skos:definition "Appointed by another officer or body."@en ;
    skos:inScheme bcorg:SelectionMethodScheme ;
    skos:prefLabel "appointed"@en .
bcorg:attorneyGeneral a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "attorney general"@en ;
    skos:definition "The state's chief legal officer; statewide elected (Mich. Const. 1963, art. V, §21)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "attorney general"@en .
bcorg:boardOfEducation a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "board of education"@en ;
    skos:definition "A board that governs public education: Michigan's State Board of Education (Mich. Const. 1963, art. VIII, §3)."@en ;
    skos:inScheme bcorg:BodyTypeScheme ;
    skos:prefLabel "board of education"@en .
bcorg:boardOfEducationMember a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "board of education member"@en ;
    skos:definition "A member of the State Board of Education; eight, elected statewide (Mich. Const. 1963, art. VIII, §3)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "board of education member"@en .
bcorg:boardOfReview a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "board of review"@en ;
    skos:definition "Hears appeals of property assessments (General Property Tax Act, MCL 211.28)."@en ;
    skos:inScheme bcorg:BodyTypeScheme ;
    skos:prefLabel "board of review"@en .
bcorg:countyClerk a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "county clerk"@en ;
    skos:definition "An elected county officer (Mich. Const. 1963, art. VII, §4)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "county clerk"@en .
bcorg:countyOffice a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "county office"@en ;
    skos:definition "The office of a county officer, such as the drain office."@en ;
    skos:inScheme bcorg:UnitTypeScheme ;
    skos:prefLabel "county office"@en .
bcorg:countyTreasurer a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "county treasurer"@en ;
    skos:definition "An elected county officer (Mich. Const. 1963, art. VII, §4)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "county treasurer"@en .
bcorg:court a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "court"@en ;
    skos:definition "A court of record."@en ;
    skos:inScheme bcorg:BodyTypeScheme ;
    skos:prefLabel "court"@en .
bcorg:drainCommissioner a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "drain commissioner"@en ;
    skos:definition "The county officer responsible for drains under the Drain Code of 1956 (MCL 280.21). Elected in most Michigan counties; some counties style the office water resources commissioner."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "drain commissioner"@en .
bcorg:elected a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "elected"@en ;
    skos:definition "Chosen by the voters."@en ;
    skos:inScheme bcorg:SelectionMethodScheme ;
    skos:prefLabel "elected"@en .
bcorg:executiveOffice a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "executive office"@en ;
    skos:definition "The office that supports an elected executive, such as the governor's."@en ;
    skos:inScheme bcorg:UnitTypeScheme ;
    skos:prefLabel "executive office"@en .
bcorg:governingBody a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "governing body"@en ;
    skos:definition "The legislative body of a local government: a county board of commissioners, township board, city council or village council."@en ;
    skos:inScheme bcorg:BodyTypeScheme ;
    skos:prefLabel "governing body"@en .
bcorg:governor a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "governor"@en ;
    skos:definition "The chief executive of a state (Mich. Const. 1963, art. V, §1)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "governor"@en .
bcorg:governs a owl:ObjectProperty ;
    rdfs:domain bcorg:Government ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "governs"@en ;
    rdfs:range bcgeo:AdministrativeDivision ;
    skos:definition "The administrative division a government has authority over."@en .
bcorg:legislativeChamber a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "legislative chamber"@en ;
    skos:definition "One house of a state legislature: a senate or a house of representatives."@en ;
    skos:inScheme bcorg:BodyTypeScheme ;
    skos:prefLabel "legislative chamber"@en .
bcorg:lieutenantGovernor a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "lieutenant governor"@en ;
    skos:definition "Elected jointly with the governor (Mich. Const. 1963, art. V, §21)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "lieutenant governor"@en .
bcorg:planningCommission a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "planning commission"@en ;
    skos:definition "Prepares the master plan and advises on zoning (Michigan Planning Enabling Act, MCL 125.3811)."@en ;
    skos:inScheme bcorg:BodyTypeScheme ;
    skos:prefLabel "planning commission"@en .
bcorg:principalDepartment a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "principal department"@en ;
    skos:definition "A principal department of a state's executive branch; Michigan allows at most twenty (Mich. Const. 1963, art. V, §2)."@en ;
    skos:inScheme bcorg:UnitTypeScheme ;
    skos:prefLabel "principal department"@en .
bcorg:prosecutingAttorney a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "prosecuting attorney"@en ;
    skos:definition "An elected county officer (Mich. Const. 1963, art. VII, §4)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "prosecuting attorney"@en .
bcorg:registerOfDeeds a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "register of deeds"@en ;
    skos:definition "An elected county officer (Mich. Const. 1963, art. VII, §4)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "register of deeds"@en .
bcorg:seatCount a owl:DatatypeProperty ;
    rdfs:domain org:Post ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "seat count"@en ;
    rdfs:range xsd:integer ;
    skos:definition "How many people hold a post at once, for a post held by several equal members without seats of their own (the seven justices of the Michigan Supreme Court). A post held district by district is one post per district instead."@en .
bcorg:secretaryOfState a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "secretary of state"@en ;
    skos:definition "A statewide elected executive (Mich. Const. 1963, art. V, §21)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "secretary of state"@en .
bcorg:selection a owl:ObjectProperty ;
    rdfs:domain org:Post ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "selection"@en ;
    rdfs:range skos:Concept ;
    skos:definition "How a post's holder is chosen: a concept in bcorg:SelectionMethodScheme."@en .
bcorg:sheriff a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "sheriff"@en ;
    skos:definition "An elected county officer (Mich. Const. 1963, art. VII, §4)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "sheriff"@en .
bcorg:stateRepresentative a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "state representative"@en ;
    skos:definition "A member of the state house for one district; Michigan's has 110 (Mich. Const. 1963, art. IV, §3)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "state representative"@en .
bcorg:stateSenator a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "state senator"@en ;
    skos:definition "A member of the state senate for one district; Michigan's has 38 (Mich. Const. 1963, art. IV, §2)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "state senator"@en .
bcorg:supremeCourtJustice a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "supreme court justice"@en ;
    skos:definition "A justice of the state supreme court; Michigan's has seven (Mich. Const. 1963, art. VI, §2)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "supreme court justice"@en .
bcorg:townshipClerk a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "township clerk"@en ;
    skos:definition "An elected member of a township board (Michigan township law, MCL chapters 41 and 42)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "township clerk"@en .
bcorg:townshipSupervisor a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "township supervisor"@en ;
    skos:definition "The chief officer of a township and member of its board (Michigan township law, MCL chapters 41 and 42; exact sections to be cited on review)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "township supervisor"@en .
bcorg:townshipTreasurer a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "township treasurer"@en ;
    skos:definition "An elected member of a township board (Michigan township law, MCL chapters 41 and 42)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "township treasurer"@en .
bcorg:townshipTrustee a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "township trustee"@en ;
    skos:definition "A member of a township board besides its supervisor, clerk and treasurer (Michigan township law, MCL chapters 41 and 42)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "township trustee"@en .
bcorg:universityBoardMember a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "university board member"@en ;
    skos:definition "A member of the elected governing board of the University of Michigan, Michigan State University or Wayne State University; eight each (Mich. Const. 1963, art. VIII, §5)."@en ;
    skos:inScheme bcorg:PostTypeScheme ;
    skos:prefLabel "university board member"@en .
bcorg:universityGoverningBoard a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "university governing board"@en ;
    skos:definition "The elected board that governs a public university (Mich. Const. 1963, art. VIII, §5)."@en ;
    skos:inScheme bcorg:BodyTypeScheme ;
    skos:prefLabel "university governing board"@en .
bcorg:zoningBoardOfAppeals a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "zoning board of appeals"@en ;
    skos:definition "Hears appeals and variances under a local zoning ordinance (Michigan Zoning Enabling Act, MCL 125.3601)."@en ;
    skos:inScheme bcorg:BodyTypeScheme ;
    skos:prefLabel "zoning board of appeals"@en .
<https://ontology.bommaritollc.com/vocab/scheme/fips-5-2> a bc:IdentifierScheme ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "fips-5-2" ;
    bc:normalizationRule "trim" ;
    bc:normalizedUnique "true"^^xsd:boolean .
<https://ontology.bommaritollc.com/vocab/scheme/fips-5-2-alpha> a bc:IdentifierScheme ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "fips-5-2-alpha" ;
    bc:normalizationRule "trim_upper" ;
    bc:normalizedUnique "true"^^xsd:boolean .
<https://ontology.bommaritollc.com/vocab/scheme/fips-55-3> a bc:IdentifierScheme ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "fips-55-3" ;
    bc:normalizationRule "trim" ;
    bc:normalizedUnique "true"^^xsd:boolean .
<https://ontology.bommaritollc.com/vocab/scheme/fips-6-4> a bc:IdentifierScheme ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "fips-6-4" ;
    bc:normalizationRule "trim" ;
    bc:normalizedUnique "true"^^xsd:boolean .
<https://ontology.bommaritollc.com/vocab/scheme/geonames> a bc:IdentifierScheme ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "geonames" ;
    bc:normalizationRule "trim" ;
    bc:normalizedUnique "false"^^xsd:boolean .
<https://ontology.bommaritollc.com/vocab/scheme/gnis> a bc:IdentifierScheme ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "gnis" ;
    bc:normalizationRule "trim" ;
    bc:normalizedUnique "false"^^xsd:boolean .
bcweb:WebReference a owl:Class ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "web reference"@en ;
    rdfs:subClassOf schema:WebPage ;
    skos:definition "A web page about an entity (schema:about), at schema:url, of a kind given by dcterms:type from bcweb:WebResourceTypeScheme, with a bc:reviewStatus and the evidence it was found in (prov:wasDerivedFrom)."@en .
bcweb:WebResourceTypeScheme a skos:ConceptScheme ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "web resource types"@en ;
    skos:definition "Kinds of public web resource a local government publishes."@en ;
    skos:prefLabel "web resource types"@en .
bcweb:agendasAndMinutes a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "agendas and minutes"@en ;
    skos:definition "Published meeting agendas, packets and minutes."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "agendas and minutes"@en .
bcweb:annualFinancialReport a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "annual financial report"@en ;
    skos:definition "The audited annual financial report."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "annual financial report"@en .
bcweb:assessing a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "assessing"@en ;
    skos:definition "Property assessment and tax information."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "assessing"@en .
bcweb:boardsAndCommissions a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "boards and commissions"@en ;
    skos:definition "Appointed boards and commissions."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "boards and commissions"@en .
bcweb:budget a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "budget"@en ;
    skos:definition "The adopted or proposed budget."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "budget"@en .
bcweb:contactDirectory a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "contact directory"@en ;
    skos:definition "Officials, departments and staff contacts."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "contact directory"@en .
bcweb:elections a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "elections"@en ;
    skos:definition "Election administration: clerk, results, voter information."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "elections"@en .
bcweb:gisPortal a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "GIS portal"@en ;
    skos:definition "Maps and geographic data."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "GIS portal"@en .
bcweb:governmentHomepage a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "government homepage"@en ;
    skos:definition "The official website of the government."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "government homepage"@en .
bcweb:governmentProfilePage a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "government profile page"@en ;
    skos:definition "A page about the government on another government's site, such as a county's page for a township that has no website of its own."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "government profile page"@en .
bcweb:masterPlan a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "master plan"@en ;
    skos:definition "The comprehensive or master plan."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "master plan"@en .
bcweb:meetingCalendar a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "meeting calendar"@en ;
    skos:definition "The calendar of public meetings."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "meeting calendar"@en .
bcweb:municipalCode a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "municipal code"@en ;
    skos:definition "The codified ordinances, often hosted by a publisher such as eCode360, Municode or American Legal."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "municipal code"@en .
bcweb:officialPage a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "official page"@en ;
    skos:definition "The page a government keeps for one of its units, bodies or posts: a department's site, a zoning board of appeals' page."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "official page"@en .
bcweb:openData a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "open data"@en ;
    skos:definition "An open data portal."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "open data"@en .
bcweb:permits a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "permits"@en ;
    skos:definition "Building, zoning and other permits."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "permits"@en .
bcweb:procurement a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "procurement"@en ;
    skos:definition "Bids, requests for proposals and contracts."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "procurement"@en .
bcweb:publicRecords a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "public records"@en ;
    skos:definition "How to request public records (in Michigan, under the Freedom of Information Act)."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "public records"@en .
bcweb:socialMedia a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "social media"@en ;
    skos:definition "An official social media account."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "social media"@en .
bcweb:zoning a skos:Concept ;
    rdfs:isDefinedBy <https://ontology.bommaritollc.com/vocab> ;
    rdfs:label "zoning"@en ;
    skos:definition "The zoning ordinance or zoning map."@en ;
    skos:inScheme bcweb:WebResourceTypeScheme ;
    skos:prefLabel "zoning"@en .
schema:AdministrativeArea a owl:Class .
schema:GovernmentOrganization a owl:Class .
schema:WebPage a owl:Class .
schema:containedInPlace a owl:ObjectProperty .
