Skip to content

Commit

Permalink
Add a few more object properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianduesing committed Feb 14, 2024
1 parent 2667cf2 commit a8523de
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ontology/OntoFox_inputs/IAO_input.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,18 @@ http://purl.obolibrary.org/obo/IAO_0000179 # histogram
http://purl.obolibrary.org/obo/IAO_0000180 # heatmap
http://purl.obolibrary.org/obo/IAO_0000183 # dendrogram
http://purl.obolibrary.org/obo/IAO_0000184 # scatter plot
http://purl.obolibrary.org/obo/IAO_0000219 # denotes
http://purl.obolibrary.org/obo/IAO_0000221 # is quality measurement of
http://purl.obolibrary.org/obo/IAO_0000300 # textual entity
http://purl.obolibrary.org/obo/IAO_0000306 # table
http://purl.obolibrary.org/obo/IAO_0000310 # document
http://purl.obolibrary.org/obo/IAO_0000312 # publication about an investigation
http://purl.obolibrary.org/obo/IAO_0000401 # one dimensional cartesian spatial coordinate datum
http://purl.obolibrary.org/obo/IAO_0000407 # has coordinate unit label
http://purl.obolibrary.org/obo/IAO_0000408 # length measurement datum
http://purl.obolibrary.org/obo/IAO_0000413 # is duration of
http://purl.obolibrary.org/obo/IAO_0000414 # mass measurement datum
http://purl.obolibrary.org/obo/IAO_0000416 # time measurement datum
http://purl.obolibrary.org/obo/IAO_0000416 # time measurement datum
http://purl.obolibrary.org/obo/IAO_0000422 # postal address
http://purl.obolibrary.org/obo/IAO_0000429 # email address
http://purl.obolibrary.org/obo/IAO_0000572 # documenting
Expand Down
36 changes: 36 additions & 0 deletions src/ontology/OntoFox_outputs/IAO_imports.owl
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,18 @@



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

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000219">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000136"/>
<obo:IAO_0000111 xml:lang="en">denotes</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">A primitive, instance-level, relation obtaining between an information content entity and some portion of reality. Denotation is what happens when someone creates an information content entity E in order to specifically refer to something. The only relation between E and the thing is that E can be used to &apos;pick out&apos; the thing. This relation connects those two together. Freedictionary.com sense 3: To signify directly; refer to specifically</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">denotes</rdfs:label>
</owl:ObjectProperty>



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

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000221">
Expand All @@ -114,6 +126,30 @@



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

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000407">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<obo:IAO_0000111 xml:lang="en">has coordinate unit label</obo:IAO_0000111>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">has coordinate unit label</rdfs:label>
</owl:ObjectProperty>



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

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000413">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000136"/>
<obo:IAO_0000111 xml:lang="en">is duration of</obo:IAO_0000111>
<obo:IAO_0000115 xml:lang="en">relates a process to a time-measurement-datum that represents the duration of the process</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label xml:lang="en">is duration of</rdfs:label>
</owl:ObjectProperty>



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

0 comments on commit a8523de

Please sign in to comment.