From 71e669983b1d4a8324d0df2194ca37deaca70dd4 Mon Sep 17 00:00:00 2001 From: Emanuele Ghedini Date: Thu, 21 Sep 2023 13:44:34 +0200 Subject: [PATCH] hasInput bug in models --- disciplines/models.ttl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/disciplines/models.ttl b/disciplines/models.ttl index 75160c2f..74b8f0d2 100644 --- a/disciplines/models.ttl +++ b/disciplines/models.ttl @@ -308,6 +308,12 @@ In Peirce semiotics: legisign-symbol-argument"""@en ; :EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5 :EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "A guinea pig."@en . +### http://emmo.info/emmo#EMMO_cbf42aa6-9e11-4be8-932a-ae3c792ab17d +:EMMO_cbf42aa6-9e11-4be8-932a-ae3c792ab17d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_3b031fa9_8623_4ea5_8b57_bcafb70c5c8b ; + skos:prefLabel "DataProcessingApplication"@en . + + ### http://emmo.info/emmo#EMMO_d0bcf2ca_cd55_4f34_8fc2_2decc4c6087a :EMMO_d0bcf2ca_cd55_4f34_8fc2_2decc4c6087a rdf:type owl:Class ; rdfs:subClassOf :EMMO_e97af6ec_4371_4bbc_8936_34b76e33302f ; @@ -413,27 +419,21 @@ Abramowitz and Stegun, 1968"""@en ; rdf:type owl:Class ; rdfs:subClassOf :EMMO_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - owl:someValuesFrom + owl:onProperty :EMMO_36e69413_8c59_4799_946c_10b05d266e22 ; + owl:someValuesFrom :EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 ] , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ; - owl:someValuesFrom :EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 + owl:onProperty :EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; + owl:someValuesFrom :EMMO_cbf42aa6-9e11-4be8-932a-ae3c792ab17d ] , [ rdf:type owl:Restriction ; - owl:onProperty ; + owl:onProperty :EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ; owl:someValuesFrom :EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 ] ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A computation that provides a data output following the elaboration of some input data, using a data processing application."@en ; skos:prefLabel "DataProcessing"@en . -### http://emmo.info/emmo#EMMO_cbf42aa6-9e11-4be8-932a-ae3c792ab17d - rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3b031fa9_8623_4ea5_8b57_bcafb70c5c8b ; - skos:prefLabel "DataProcessingApplication"@en . - - ################################################################# # Annotations #################################################################