Skip to content

Commit af46daa

Browse files
author
Philipp von Hartrott
committed
Update pattern duality portion and object
1 parent 8a8af05 commit af46daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patterns/duality object material/shape-data.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
@base <https://w3id.org/pmd/co/pattern/duality_object_material/> .
1111

1212

13-
pattern: a owl:Ontology;
14-
owl:imports <https://w3id.org/pmd/co> .
1513

1614
# material entity types
1715
@prefix ingot: <https://w3id.org/pmd/co/PMD_0020170> .
@@ -30,5 +28,7 @@ ex:my_dual_ingot_and_portion_of_steel a ingot: , portion_of_steel: ;
3028

3129
ex:my_dual_ingot_and_portion_of_steel has_part: ex:some_part . # we need that to comply axioms of portion_of_steel (autoshapes)
3230

31+
ex:some_part a <http://purl.obolibrary.org/obo/BFO_000040>
32+
3333
ex:my_ingots_mass a mass: .
3434
ex:my_steels_composition a chemical_composition: .

0 commit comments

Comments
 (0)