Skip to content

Commit

Permalink
Added BEAST and its version. Closes issue #14.
Browse files Browse the repository at this point in the history
  • Loading branch information
hlapp committed Feb 1, 2013
1 parent 9dc1498 commit eafb173
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 8 deletions.
26 changes: 22 additions & 4 deletions ontology/miapa.owl
Original file line number Diff line number Diff line change
Expand Up @@ -629,9 +629,9 @@ Alternatively, we could model this as dc:isPartOf some prov:Plan.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&prov;Collection"/>
<rdf:Description rdf:about="&obo;CDAO_0000118"/>
<owl:Restriction>
<owl:onProperty rdf:resource="&prov;hadMember"/>
<owl:onProperty rdf:resource="&obo;CDAO_0000198"/>
<owl:allValuesFrom rdf:resource="&obo;CDAO_0000006"/>
</owl:Restriction>
</owl:intersectionOf>
Expand All @@ -640,9 +640,9 @@ Alternatively, we could model this as dc:isPartOf some prov:Plan.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&obo;CDAO_0000118"/>
<rdf:Description rdf:about="&prov;Collection"/>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;CDAO_0000198"/>
<owl:onProperty rdf:resource="&prov;hadMember"/>
<owl:allValuesFrom rdf:resource="&obo;CDAO_0000006"/>
</owl:Restriction>
</owl:intersectionOf>
Expand Down Expand Up @@ -691,6 +691,15 @@ Alternatively, we could model this as dc:isPartOf some prov:Plan.</rdfs:comment>



<!-- http://purl.obolibrary.org/obo/MIAPA_0000044 -->

<owl:Class rdf:about="&obo;MIAPA_0000044">
<rdfs:label xml:lang="en">BEAST</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;IAO_0000010"/>
</owl:Class>



<!-- http://purl.org/dc/terms/Location -->

<owl:Class rdf:about="&dcterms;Location"/>
Expand Down Expand Up @@ -871,6 +880,15 @@ Alternatively, we could model this as dc:isPartOf some prov:Plan.</rdfs:comment>



<!-- http://purl.obolibrary.org/obo/MIAPA_0000043 -->

<owl:NamedIndividual rdf:about="&obo;MIAPA_0000043">
<rdf:type rdf:resource="&obo;IAO_0000129"/>
<rdfs:label xml:lang="en">1.5.1</rdfs:label>
</owl:NamedIndividual>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
Expand Down
26 changes: 22 additions & 4 deletions ontology/miapa_no-imports.owl
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,9 @@ Alternatively, we could model this as dc:isPartOf some prov:Plan.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&prov;Collection"/>
<rdf:Description rdf:about="&obo;CDAO_0000118"/>
<owl:Restriction>
<owl:onProperty rdf:resource="&prov;hadMember"/>
<owl:onProperty rdf:resource="&obo;CDAO_0000198"/>
<owl:allValuesFrom rdf:resource="&obo;CDAO_0000006"/>
</owl:Restriction>
</owl:intersectionOf>
Expand All @@ -638,9 +638,9 @@ Alternatively, we could model this as dc:isPartOf some prov:Plan.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&obo;CDAO_0000118"/>
<rdf:Description rdf:about="&prov;Collection"/>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;CDAO_0000198"/>
<owl:onProperty rdf:resource="&prov;hadMember"/>
<owl:allValuesFrom rdf:resource="&obo;CDAO_0000006"/>
</owl:Restriction>
</owl:intersectionOf>
Expand Down Expand Up @@ -689,6 +689,15 @@ Alternatively, we could model this as dc:isPartOf some prov:Plan.</rdfs:comment>



<!-- http://purl.obolibrary.org/obo/MIAPA_0000044 -->

<owl:Class rdf:about="&obo;MIAPA_0000044">
<rdfs:label xml:lang="en">BEAST</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;IAO_0000010"/>
</owl:Class>



<!-- http://purl.org/dc/terms/Location -->

<owl:Class rdf:about="&dcterms;Location"/>
Expand Down Expand Up @@ -869,6 +878,15 @@ Alternatively, we could model this as dc:isPartOf some prov:Plan.</rdfs:comment>



<!-- http://purl.obolibrary.org/obo/MIAPA_0000043 -->

<owl:NamedIndividual rdf:about="&obo;MIAPA_0000043">
<rdf:type rdf:resource="&obo;IAO_0000129"/>
<rdfs:label xml:lang="en">1.5.1</rdfs:label>
</owl:NamedIndividual>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
Expand Down

0 comments on commit eafb173

Please sign in to comment.