@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#> .

bcorg:transferType a owl:DatatypeProperty ;
    rdfs:domain org:ChangeEvent ;
    rdfs:label "transfer type"@en ;
    rdfs:range xsd:string ;
    skos:definition "For a transfer by executive reorganization, the type the order gives it: \"I\" (the body keeps its powers, independent of the department it moves to), \"II\" or \"III\" (its powers pass to the department), as the Executive Organization Act of 1965 defines them (MCL 16.103)."@en .
