Skip to content

Commit 9501be2

Browse files
authored
Merge pull request #270 from ApolloDev/issue191
added human-to-human communicability. Fixes #191
2 parents 3c8fe2e + 75af5e3 commit 9501be2

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

src/ontology/apollo_sv-edit.owl

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ Declaration(Class(obo:APOLLO_SV_00000649))
687687
Declaration(Class(obo:APOLLO_SV_00000650))
688688
Declaration(Class(obo:APOLLO_SV_00000651))
689689
Declaration(Class(obo:APOLLO_SV_00000652))
690+
Declaration(Class(obo:APOLLO_SV_00000653))
690691
Declaration(Class(obo:APOLLO_SV_00000793))
691692
Declaration(Class(obo:APOLLO_SV_00000794))
692693
Declaration(Class(obo:APOLLO_SV_00000795))
@@ -1740,11 +1741,11 @@ AnnotationAssertion(rdfs:label dc:type "dc:type")
17401741

17411742
AnnotationAssertion(rdfs:label oboInOwl:hasAlternativeId "has_alternative_id")
17421743

1743-
# Annotation Property: oboInOwl:hasBroadSynonym (has_broad_synonym)
1744+
# Annotation Property: oboInOwl:hasBroadSynonym (has broad synonym)
17441745

17451746
AnnotationAssertion(rdfs:label oboInOwl:hasBroadSynonym "has_broad_synonym")
17461747

1747-
# Annotation Property: oboInOwl:hasDbXref (has cross-reference)
1748+
# Annotation Property: oboInOwl:hasDbXref (database_cross_reference)
17481749

17491750
AnnotationAssertion(rdfs:label oboInOwl:hasDbXref "database_cross_reference")
17501751

@@ -1760,7 +1761,7 @@ AnnotationAssertion(rdfs:label oboInOwl:hasNarrowSynonym "has_narrow_synonym")
17601761

17611762
AnnotationAssertion(rdfs:label oboInOwl:hasOBONamespace "has_obo_namespace")
17621763

1763-
# Annotation Property: oboInOwl:hasRelatedSynonym (has_related_synonym)
1764+
# Annotation Property: oboInOwl:hasRelatedSynonym (has related synonym)
17641765

17651766
AnnotationAssertion(rdfs:label oboInOwl:hasRelatedSynonym "has_related_synonym")
17661767

@@ -2204,7 +2205,7 @@ AnnotationAssertion(obo:IAO_0000412 obo:OMIABIS_0000048 "http://purl.obolibrary.
22042205
AnnotationAssertion(rdfs:label obo:OMIABIS_0000048 "is owned by"@en)
22052206
SubObjectPropertyOf(obo:OMIABIS_0000048 owl:topObjectProperty)
22062207

2207-
# Object Property: obo:RO_0000053 (bearer of)
2208+
# Object Property: obo:RO_0000053 (has characteristic)
22082209

22092210
AnnotationAssertion(obo:IAO_0000118 obo:RO_0000053 "bearer of"@en)
22102211
AnnotationAssertion(obo:IAO_0000118 obo:RO_0000053 "bearer_of"@en)
@@ -8338,6 +8339,18 @@ AnnotationAssertion(rdfs:comment obo:APOLLO_SV_00000652 "The case of adult child
83388339
AnnotationAssertion(rdfs:label obo:APOLLO_SV_00000652 "intent to have a child vaccinated"@en)
83398340
SubClassOf(obo:APOLLO_SV_00000652 obo:APOLLO_SV_00000650)
83408341

8342+
# Class: obo:APOLLO_SV_00000653 (human-to-human communicability)
8343+
8344+
AnnotationAssertion(obo:IAO_0000111 obo:APOLLO_SV_00000653 "communicability among human beings"@en)
8345+
AnnotationAssertion(obo:IAO_0000115 obo:APOLLO_SV_00000653 "A communicability among human beings (homo sapiens)."@en)
8346+
AnnotationAssertion(obo:IAO_0000117 obo:APOLLO_SV_00000653 "William R. Hogan"@en)
8347+
AnnotationAssertion(obo:IAO_0000600 obo:APOLLO_SV_00000653 "The ability of a pathogen to transmit from one human host to another human host."@en)
8348+
AnnotationAssertion(apollo_sv:APOLLO_SV_0000040 obo:APOLLO_SV_00000653 "HumanToHumanCommunicability")
8349+
AnnotationAssertion(terms:contributor obo:APOLLO_SV_00000653 <https://orcid.org/0000-0002-9881-1017>)
8350+
AnnotationAssertion(rdfs:label obo:APOLLO_SV_00000653 "human-to-human communicability"@en)
8351+
SubClassOf(obo:APOLLO_SV_00000653 obo:IDO_0000623)
8352+
SubClassOf(obo:APOLLO_SV_00000653 ObjectIntersectionOf(ObjectSomeValuesFrom(obo:RO_0000052 obo:BFO_0000040) ObjectAllValuesFrom(obo:BFO_0000054 ObjectIntersectionOf(obo:BFO_0000015 ObjectSomeValuesFrom(obo:RO_0000057 obo:NCBITaxon_9606)))))
8353+
83418354
# Class: obo:APOLLO_SV_00000793 (epidemic simulator action specification)
83428355

83438356
AnnotationAssertion(obo:IAO_0000111 obo:APOLLO_SV_00000793 "epidemic simulator action specification"@en)
@@ -14430,7 +14443,7 @@ AnnotationAssertion(rdfs:label <http://www.ebi.ac.uk/efo/EFO_0004600> "genomic d
1443014443
SubClassOf(<http://www.ebi.ac.uk/efo/EFO_0004600> obo:IAO_0000100)
1443114444
SubClassOf(<http://www.ebi.ac.uk/efo/EFO_0004600> ObjectSomeValuesFrom(obo:IAO_0000136 obo:OBI_0100026))
1443214445

14433-
# Class: oboInOwl:ObsoleteClass (Obsolete Class)
14446+
# Class: oboInOwl:ObsoleteClass (obsolete_class)
1443414447

1443514448
AnnotationAssertion(rdfs:label oboInOwl:ObsoleteClass "Obsolete Class"@en)
1443614449

0 commit comments

Comments
 (0)