Skip to content

Commit 72f24d9

Browse files
authored
Merge pull request #232 from ddooley/device-#222
Added "device"
2 parents b80bae2 + ccd67cf commit 72f24d9

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

src/ontology/cob-edit.owl

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@
5050

5151

5252

53+
<!-- http://purl.obolibrary.org/obo/IAO_0000117 -->
54+
55+
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000117"/>
56+
57+
58+
59+
<!-- http://purl.org/dc/elements/1.1/date -->
60+
61+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/date"/>
62+
63+
64+
5365
<!-- http://purl.org/dc/elements/1.1/description -->
5466

5567
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
@@ -1331,6 +1343,37 @@
13311343
<obo:IAO_0000115>A process during which an organism comes into contact with another entity.</obo:IAO_0000115>
13321344
<rdfs:label xml:lang="en">exposure of organism</rdfs:label>
13331345
</owl:Class>
1346+
1347+
1348+
1349+
<!-- http://purl.obolibrary.org/obo/COB_0001300 -->
1350+
1351+
<owl:Class rdf:about="http://purl.obolibrary.org/obo/COB_0001300">
1352+
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/COB_0000026"/>
1353+
<rdfs:subClassOf>
1354+
<owl:Restriction>
1355+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/COB_0000028"/>
1356+
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/COB_0000110"/>
1357+
</owl:Restriction>
1358+
</rdfs:subClassOf>
1359+
<rdfs:subClassOf>
1360+
<owl:Restriction>
1361+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/COB_0000512"/>
1362+
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/COB_0000112"/>
1363+
</owl:Restriction>
1364+
</rdfs:subClassOf>
1365+
<obo:IAO_0000115 xml:lang="en">A processed material entity which is designed to perform a function.</obo:IAO_0000115>
1366+
<obo:IAO_0000117 rdf:resource="https://orcid.org/0000-0002-8844-9165"/>
1367+
<dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2023-03-24T16:04:27Z</dc:date>
1368+
<rdfs:comment xml:lang="en">In this definition we assume devices are made of processed material, not natural artifacts, so we involve artifactual function rather than biological function, but align with a general BFO function sense where functions such as pumping, lifting can occur in both contexts. Thus we can compare a biological arm with a robotic arm device.
1369+
1370+
We say &quot;designed&quot; to emphasize a device&apos;s primary function rather than all the other possible dispositions a device may have that may also be useful. E.g. one can use a hammer for a paper weight.
1371+
1372+
Regarding usage then, we don&apos;t say a naturally formed rock is a hammering device - it wasn&apos;t designed to bear a hammering function per se. However, a given rock may still happen to have the disposition to bear a hammering function, and so we could say it is a hammering &quot;tool&quot;, which does not necessarily convey intentional design.
1373+
1374+
Example of use: A whole device like an engine; a component like a bolt is also a device.</rdfs:comment>
1375+
<rdfs:label xml:lang="en">device</rdfs:label>
1376+
</owl:Class>
13341377
</rdf:RDF>
13351378

13361379

0 commit comments

Comments
 (0)