3131@prefix has_some_value_spec: <http://purl.obolibrary.org/obo/OBI_0001938> .
3232@prefix concretizes: <http://purl.obolibrary.org/obo/RO_0000059> .
3333@prefix slab: <https://w3id.org/pmd/co/PMD_0020176> .
34+ @prefix characteristic_of: <http://purl.obolibrary.org/obo/RO_0000052> .
35+ @prefix objective_specification: <http://purl.obolibrary.org/obo/IAO_0000005> .
36+ @prefix is_subject_of: <https://w3id.org/pmd/co/PMD_0000004> .
37+ @prefix has_value_specification: <http://purl.obolibrary.org/obo/OBI_0001938> .
38+ @prefix value_specification: <http://purl.obolibrary.org/obo/OBI_0001933> .
3439
3540
3641<https://w3id.org/pmd/co/test/role> rdf:type owl:Ontology .
3742
3843
3944# SDCs
40- ex:the_materials_hardness a indentation_hardness: .
45+ ex:the_materials_hardness a indentation_hardness: ;
46+ is_subject_of: ex:vickers_specification_datum ;
47+ has_realization: ex:the_vickers_test ;
48+ characteristic_of: ex:the_slab_and_material .
49+
4150ex:evaluant_role_of_slab a evaluant_role: ;
42- has_realization: ex:the_vickers_test .
51+ has_realization: ex:the_vickers_test ;
52+ characteristic_of: ex:the_slab_and_material .
4353
4454# objects
4555ex:the_slab_and_material a slab: , material: .
4656
4757# GDCs
48- ex:the_vickers_datum a measurement_datum: .
49- ex:the_vickers_test_standard a plan_specification: .
58+ ex:the_vickers_measurement_datum a measurement_datum: ;
59+ has_value_specification: [
60+ a value_specification:
61+ ] . # This is a requirement from the autoshape.
62+ ex:the_vickers_test_standard a plan_specification: ;
63+ has_part: ex:vickers_specification_datum .
5064
5165# process
5266ex:the_vickers_test a assay: ;
5367 has_specified_input: ex:the_slab_and_material ;
54- has_specified_output: ex:the_vickers_datum ;
68+ has_specified_output: ex:the_vickers_measurement_datum ;
5569 assay_measures_characteristic: ex:the_materials_hardness ;
5670 realizes: [
5771 a plan: ;
5872 concretizes: ex:the_vickers_test_standard
5973 ] ,
60- ex:evaluant_role_of_slab .
74+ ex:evaluant_role_of_slab ;
75+ is_subject_of: ex:the_vickers_test_standard ;
76+ achieves_planned_objective: [
77+ a objective_specification: ;
78+ is_about: [] # I will have to think about what the objective of the assay is. This is a requirement from the autoshape.
79+ ] .
0 commit comments