Skip to content

Commit

Permalink
Added Tests for TNM classification of tumors
Browse files Browse the repository at this point in the history
  • Loading branch information
JoBuRo committed Jun 7, 2018
1 parent fda84fb commit 29184f6
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 88 deletions.
1 change: 0 additions & 1 deletion TNMO/TNM-O.owl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
xmlns:swrla="http://swrl.stanford.edu/ontologies/3.3/swrla.owl#">
<owl:Ontology rdf:about="http://purl.org/tnmo/TNM-O.owl">
<owl:versionIRI rdf:resource="http://purl.org/tnmo/TNM-O.owl/1"/>
<owl:imports rdf:resource="http://purl.org/biotop/btl2.owl"/>
<owl:imports rdf:resource="http://putl.org/tnmo/TNMO_LiverTest/1.0"/>
<owl:imports rdf:resource="http://purl.org/tnmo/TNM-O_Anatomy.owl/1"/>
<owl:imports rdf:resource="http://purl.org/tnmo/TNM-O_Liver"/>
Expand Down
41 changes: 6 additions & 35 deletions TNMO/TNMO8/liver.owl
Original file line number Diff line number Diff line change
Expand Up @@ -834,26 +834,6 @@
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://purl.org/tnmo/TNM-O_Liver#LiverTNM8_cM"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/biotop/btl2.owl#isRepresentedBy"/>
<owl:allValuesFrom>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/tnmo/TNM-O_Liver#LiverTNM8_StageIA"/>
<rdf:Description rdf:about="http://purl.org/tnmo/TNM-O_Liver#LiverTNM8_StageIB"/>
<rdf:Description rdf:about="http://purl.org/tnmo/TNM-O_Liver#LiverTNM8_StageII"/>
<rdf:Description rdf:about="http://purl.org/tnmo/TNM-O_Liver#LiverTNM8_StageIIIA"/>
<rdf:Description rdf:about="http://purl.org/tnmo/TNM-O_Liver#LiverTNM8_StageIIIB"/>
<rdf:Description rdf:about="http://purl.org/tnmo/TNM-O_Liver#LiverTNM8_StageIVA"/>
<owl:Class>
<owl:complementOf rdf:resource="http://purl.org/tnmo/TNM-O.owl#RepresentationalUnitInUICCStageGrouping"/>
</owl:Class>
</owl:unionOf>
</owl:Class>
</owl:allValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<owl:disjointWith rdf:resource="http://purl.org/tnmo/TNM-O_Liver#LiverTNM8_cM1"/>
</owl:Class>

Expand All @@ -878,21 +858,6 @@
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://purl.org/tnmo/TNM-O_Liver#LiverTNM8_cM"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/biotop/btl2.owl#isRepresentedBy"/>
<owl:allValuesFrom>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/tnmo/TNM-O_Liver#LiverTNM8_StageIVB"/>
<owl:Class>
<owl:complementOf rdf:resource="http://purl.org/tnmo/TNM-O.owl#RepresentationalUnitInUICCStageGrouping"/>
</owl:Class>
</owl:unionOf>
</owl:Class>
</owl:allValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>


Expand Down Expand Up @@ -2083,6 +2048,9 @@
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/tnmo/TNM-O_Liver#LiverTumorAggregateAsRelatedToMetastaticRegionalLymphNodes"/>
<owl:Class>
<owl:complementOf rdf:resource="http://purl.org/tnmo/TNM-O.owl#NotAssessedMalignantAnatomicalStructure"/>
</owl:Class>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/biotop/btl2.owl#hasPart"/>
<owl:someValuesFrom rdf:resource="http://purl.org/tnmo/TNM-O_Liver#MetastaticRegionalLymphNodeOfLiverTumor"/>
Expand Down Expand Up @@ -2188,6 +2156,9 @@
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.org/tnmo/TNM-O_Liver#LiverTumorAggregateAsRelatedToMetastaticRegionalLymphNodes"/>
<owl:Class>
<owl:complementOf rdf:resource="http://purl.org/tnmo/TNM-O.owl#NotAssessedMalignantAnatomicalStructure"/>
</owl:Class>
<owl:Class>
<owl:complementOf>
<owl:Restriction>
Expand Down
Loading

0 comments on commit 29184f6

Please sign in to comment.