Skip to content

Commit

Permalink
Merge pull request #245 from mcwdsi/ntr-238-239
Browse files Browse the repository at this point in the history
Ntr 238 239 - highest education level (4 classes) and public housing (2 classes)
  • Loading branch information
hoganwr authored Aug 14, 2024
2 parents 3742cba + 23cb5f8 commit cefc632
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions src/ontology/omrse-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,10 @@ Declaration(Class(obo:OMRSE_00000256))
Declaration(Class(obo:OMRSE_00000257))
Declaration(Class(obo:OMRSE_00000258))
Declaration(Class(obo:OMRSE_00000259))
Declaration(Class(obo:OMRSE_00000261))
Declaration(Class(obo:OMRSE_00000262))
Declaration(Class(obo:OMRSE_00000265))
Declaration(Class(obo:OMRSE_00000266))
Declaration(Class(obo:OMRSE_00000267))
Declaration(Class(obo:OMRSE_00000268))
Declaration(Class(obo:OMRSE_00000269))
Expand All @@ -316,11 +318,15 @@ Declaration(Class(obo:OMRSE_00000274))
Declaration(Class(obo:OMRSE_00000277))
Declaration(Class(obo:OMRSE_00000278))
Declaration(Class(obo:OMRSE_00000279))
Declaration(Class(obo:OMRSE_00000280))
Declaration(Class(obo:OMRSE_00000281))
Declaration(Class(obo:OMRSE_00000282))
Declaration(Class(obo:OMRSE_00000283))
Declaration(Class(obo:OMRSE_00000284))
Declaration(Class(obo:OMRSE_00000285))
Declaration(Class(obo:OMRSE_00000286))
Declaration(Class(obo:OMRSE_00000287))
Declaration(Class(obo:OMRSE_00000288))
Declaration(Class(obo:OMRSE_00000500))
Declaration(Class(obo:OMRSE_00000501))
Declaration(Class(obo:OMRSE_00000502))
Expand Down Expand Up @@ -2792,6 +2798,14 @@ AnnotationAssertion(dc:contributor obo:OMRSE_00000259 "William R. Hogan"@en)
AnnotationAssertion(rdfs:label obo:OMRSE_00000259 "US state Medicaid agency"@en)
SubClassOf(obo:OMRSE_00000259 obo:GEO_000000400)

# Class: obo:OMRSE_00000261 (highest level of education is below high school completion or equivalent data item)

AnnotationAssertion(obo:IAO_0000115 obo:OMRSE_00000261 "A highest level of education data item that represents the fact that an individual in the United States is has not achieved a level of education that is equivalent to or higher than a complete high school education."@en)
AnnotationAssertion(obo:IAO_0000117 obo:OMRSE_00000261 "William R. Hogan"@en)
AnnotationAssertion(terms:source obo:OMRSE_00000261 "http://orcid.org/0000-0003-1909-9269")
AnnotationAssertion(rdfs:label obo:OMRSE_00000261 "highest level of education is below high school completion or equivalent data item"@en)
SubClassOf(obo:OMRSE_00000261 obo:OMRSE_00002045)

# Class: obo:OMRSE_00000262 (categorization scheme)

AnnotationAssertion(obo:IAO_0000115 obo:OMRSE_00000262 "Information content entity that characterizes some aggregate of entities as partitioned into distinct subgroups, thereby demarcating them as categories."@en)
Expand All @@ -2811,6 +2825,14 @@ AnnotationAssertion(rdfs:label obo:OMRSE_00000265 "social categorization scheme"
SubClassOf(obo:OMRSE_00000265 obo:OMRSE_00000262)
SubClassOf(obo:OMRSE_00000265 ObjectAllValuesFrom(obo:OMRSE_00000263 obo:OMRSE_00000023))

# Class: obo:OMRSE_00000266 (highest level of education is some college data item)

AnnotationAssertion(obo:IAO_0000115 obo:OMRSE_00000266 "A highest level of education data item that represents the fact that the highest level of education achieved by an individual in the United States is completion of some undergraduate coursework, but without attaining an undergraduate degree."@en)
AnnotationAssertion(obo:IAO_0000117 obo:OMRSE_00000266 "William R. Hogan"@en)
AnnotationAssertion(dc:source obo:OMRSE_00000266 "http://orcid.org/0000-0003-1909-9269")
AnnotationAssertion(rdfs:label obo:OMRSE_00000266 "highest level of education is some college data item"@en)
SubClassOf(obo:OMRSE_00000266 obo:OMRSE_00002045)

# Class: obo:OMRSE_00000267 (social category)

AnnotationAssertion(obo:IAO_0000115 obo:OMRSE_00000267 "Collection of humans demarcated by some social categorization scheme."@en)
Expand Down Expand Up @@ -2898,6 +2920,14 @@ AnnotationAssertion(rdfs:label obo:OMRSE_00000279 "racial identity"@en)
SubClassOf(obo:OMRSE_00000279 obo:OMRSE_00000278)
SubClassOf(obo:OMRSE_00000279 ObjectSomeValuesFrom(obo:RO_0000059 ObjectIntersectionOf(obo:BFO_0000031 ObjectIntersectionOf(ObjectSomeValuesFrom(obo:IAO_0000136 obo:NCBITaxon_9606) ObjectSomeValuesFrom(obo:IAO_0000136 obo:OMRSE_00000269)))))

# Class: obo:OMRSE_00000280 (highest level of education is some but not all high school data item)

AnnotationAssertion(obo:IAO_0000115 obo:OMRSE_00000280 "A highest level of education data item that represents the fact that the highest level of education achieved by an individual in the United States is completion of some high school coursework, but without attaining a diploma or equivalent."@en)
AnnotationAssertion(obo:IAO_0000117 obo:OMRSE_00000280 "William R. Hogan"@en)
AnnotationAssertion(dc:source obo:OMRSE_00000280 "http://orcid.org/0000-0003-1909-9269")
AnnotationAssertion(rdfs:label obo:OMRSE_00000280 "highest level of education is some but not all high school data item"@en)
SubClassOf(obo:OMRSE_00000280 obo:OMRSE_00002045)

# Class: obo:OMRSE_00000281 (ethnic identity)

AnnotationAssertion(obo:IAO_0000115 obo:OMRSE_00000281 "Social identity for which the category is an ethnic category."@en)
Expand All @@ -2917,6 +2947,14 @@ AnnotationAssertion(dc:contributor obo:OMRSE_00000282 "William R. Hogan"@en)
AnnotationAssertion(rdfs:label obo:OMRSE_00000282 "behavioral identity"@en)
SubClassOf(obo:OMRSE_00000282 obo:OMRSE_00000278)

# Class: obo:OMRSE_00000283 (highest level of education is completion of high school or equivalent data item)

AnnotationAssertion(obo:IAO_0000115 obo:OMRSE_00000283 "A highest level of education data item that represents the fact that the highest level of education achieved by an individual in the United States is completion of high school or equivalent."@en)
AnnotationAssertion(obo:IAO_0000117 obo:OMRSE_00000283 "William R. Hogan"@en)
AnnotationAssertion(dc:source obo:OMRSE_00000283 "http://orcid.org/0000-0003-1909-9269")
AnnotationAssertion(rdfs:label obo:OMRSE_00000283 "highest level of education is completion of high school or equivalent data item"@en)
SubClassOf(obo:OMRSE_00000283 obo:OMRSE_00002045)

# Class: obo:OMRSE_00000284 (occupation disposition)

AnnotationAssertion(obo:IAO_0000115 obo:OMRSE_00000284 "A disposition that, if realized, is realized when the bearer intends to, and does, exercise abilities and skills in pursuit of obtaining or maintaining an job role."@en)
Expand Down Expand Up @@ -2961,6 +2999,22 @@ AnnotationAssertion(dc:contributor obo:OMRSE_00000286 "William R. Hogan"@en)
AnnotationAssertion(rdfs:label obo:OMRSE_00000286 "U.S. veteran role"@en)
SubClassOf(obo:OMRSE_00000286 obo:OMRSE_00000086)

# Class: obo:OMRSE_00000287 (public housing function)

AnnotationAssertion(obo:IAO_0000115 obo:OMRSE_00000287 "A residence function that is realized only in processes in which eligible and approved residents participate, and that is a characteristic of a housing unit that is owned by a government and intended for use by seniors, people with disabilities, or those with low incomes."@en)
AnnotationAssertion(obo:IAO_0000117 obo:OMRSE_00000287 "William R. Hogan"@en)
AnnotationAssertion(dc:source obo:OMRSE_00000287 "https://orcid.org/0000-0003-1909-9269")
AnnotationAssertion(rdfs:label obo:OMRSE_00000287 "public housing function"@en)
SubClassOf(obo:OMRSE_00000287 ObjectIntersectionOf(obo:OMRSE_00000075 ObjectSomeValuesFrom(obo:RO_0000052 obo:OMRSE_00000074) ObjectAllValuesFrom(obo:BFO_0000054 ObjectSomeValuesFrom(obo:BFO_0000055 obo:OMRSE_00000288))))

# Class: obo:OMRSE_00000288 (public housing eligibility role)

AnnotationAssertion(obo:IAO_0000115 obo:OMRSE_00000288 "A role that inheres in a person who qualifies for public housing according to the criteria set forth by the relevant governmental entity and that is realized in processes that both have the person as a participant and realize the public housing function of some housing unit."@en)
AnnotationAssertion(obo:IAO_0000117 obo:OMRSE_00000288 "William R. Hogan"@en)
AnnotationAssertion(dc:source obo:OMRSE_00000288 "https://orcid.org/0000-0003-1909-9269")
AnnotationAssertion(rdfs:label obo:OMRSE_00000288 "public housing eligibility role"@en)
SubClassOf(obo:OMRSE_00000288 ObjectIntersectionOf(obo:OMRSE_00002072 ObjectSomeValuesFrom(obo:RO_0000052 obo:NCBITaxon_9606) ObjectAllValuesFrom(obo:BFO_0000054 ObjectSomeValuesFrom(obo:BFO_0000055 obo:OMRSE_00000287))))

# Class: obo:OMRSE_00000500 (job role data item)

AnnotationAssertion(obo:IAO_0000112 obo:OMRSE_00000500 "Can be about any aspect of employment, such as salary, work location, or employer."@en)
Expand Down

0 comments on commit cefc632

Please sign in to comment.