Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.0.0-beta5' into holistic_top_l…
Browse files Browse the repository at this point in the history
…evel
  • Loading branch information
nanodome committed Oct 30, 2023
2 parents a1717e4 + acbf2bf commit 159ca5f
Show file tree
Hide file tree
Showing 11 changed files with 334 additions and 244 deletions.
3 changes: 2 additions & 1 deletion catalog-v001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@

<uri name="http://emmo.info/emmo/1.0.0-beta5/disciplines/metrology" uri="./disciplines/metrology.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/disciplines/isq" uri="./disciplines/isq.ttl"/>

<uri name="http://emmo.info/emmo/1.0.0-beta5/disciplines/sisystem" uri="./disciplines/sisystem.ttl"/>

<uri name="http://emmo.info/emmo/1.0.0-beta5/disciplines/units" uri="./disciplines/units/units.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/disciplines/units/sidimensionalunits" uri="./disciplines/units/sidimensionalunits.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/disciplines/units/siunits" uri="./disciplines/units/siunits.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/disciplines/units/coherentsiunits" uri="./disciplines/units/coherentsiunits.ttl"/>
Expand Down
3 changes: 2 additions & 1 deletion disciplines/catalog-v001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@

<uri name="http://emmo.info/emmo/1.0.0-beta5/disciplines/metrology" uri="../disciplines/metrology.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/disciplines/isq" uri="../disciplines/isq.ttl"/>

<uri name="http://emmo.info/emmo/1.0.0-beta5/disciplines/sysystem" uri="../disciplines/sisystem.ttl"/>

<uri name="http://emmo.info/emmo/1.0.0-beta5/disciplines/units" uri="../disciplines/units/units.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/disciplines/units/sidimensionalunits" uri="../disciplines/units/sidimensionalunits.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/disciplines/units/siunits" uri="../disciplines/units/siunits.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/disciplines/units/coherentsiunits" uri="../disciplines/units/coherentsiunits.ttl"/>
Expand Down
82 changes: 41 additions & 41 deletions disciplines/computerscience.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,13 @@ email: [email protected]"""@en ,
skos:prefLabel "DigitalData"@en .


### http://emmo.info/emmo#EMMO_52867015_cd2b_4697_8c8f_3acb32c13587
:EMMO_52867015_cd2b_4697_8c8f_3acb32c13587 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_998dd3a0-c85f-4c8d-9fb8-816a93cc3bb8 ,
:EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ;
skos:prefLabel "LanguageInterpretableFile"@en .


### http://emmo.info/emmo#EMMO_53dd6f2a_f9de_4f83_b925_1bf39a4ab9a6
:EMMO_53dd6f2a_f9de_4f83_b925_1bf39a4ab9a6 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b ;
Expand All @@ -161,7 +168,7 @@ email: [email protected]"""@en ,

### http://emmo.info/emmo#EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b
:EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b rdf:type owl:Class ;
rdfs:subClassOf :b45fbdc6_2519_4885_aa49_c56b394c3910 ;
rdfs:subClassOf :EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource."@en ;
:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "URI = scheme \":\" [\"//\" authority] path [\"?\" query] [\"#\" fragment]"@en ;
<http://emmo.info/emmo#157fdf31_6387_42be_8e72_10530519214a> "https://en.wikipedia.org/wiki/File:URI_syntax_diagram.svg"^^xsd:anyURI ;
Expand Down Expand Up @@ -249,9 +256,15 @@ Here we explicitly include in the definition also all the data (e.g. source code
] .


### http://emmo.info/emmo#EMMO_998dd3a0-c85f-4c8d-9fb8-816a93cc3bb8
:EMMO_998dd3a0-c85f-4c8d-9fb8-816a93cc3bb8 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_4db96fb7_e9e0_466d_942b_f6f17bfdc145 ;
skos:prefLabel "File"@en .


### http://emmo.info/emmo#EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8
:EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8 rdf:type owl:Class ;
rdfs:subClassOf :b45fbdc6_2519_4885_aa49_c56b394c3910 ;
rdfs:subClassOf :EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A language object that follows syntactic rules of a programming language."@en ;
:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A programming language object can also be a fragment (e.g. a C function) not suitable for exectution."@en ,
"Entities are not necessarily digital data, but can be code fragments printed on paper."@en ;
Expand All @@ -272,6 +285,18 @@ Here we explicitly include in the definition also all the data (e.g. source code
skos:prefLabel "Python"@en .


### http://emmo.info/emmo#EMMO_af7b627d_6528_4fdb_97df_ba4579c4bb5d
:EMMO_af7b627d_6528_4fdb_97df_ba4579c4bb5d rdf:type owl:Class ;
rdfs:subClassOf :EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ;
skos:prefLabel "MarkupLanguage"@en .


### http://emmo.info/emmo#EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910
:EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 ;
skos:prefLabel "ComputerScience"@en .


### http://emmo.info/emmo#EMMO_db99b1e5_2f34_467b_a784_d104946d9f00
:EMMO_db99b1e5_2f34_467b_a784_d104946d9f00 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b ;
Expand All @@ -286,40 +311,28 @@ Here we explicitly include in the definition also all the data (e.g. source code
] .


### http://emmo.info/emmo#EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b
:EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b rdf:type owl:Class ;
rdfs:subClassOf :EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A programming language that is executed through runtime interpretation."@en ;
skos:prefLabel "ScriptingLanguage"@en .


### http://emmo.info/emmo#af7b627d_6528_4fdb_97df_ba4579c4bb5d
:af7b627d_6528_4fdb_97df_ba4579c4bb5d rdf:type owl:Class ;
rdfs:subClassOf :b45fbdc6_2519_4885_aa49_c56b394c3910 ;
skos:prefLabel "MarkupLanguage"@en .


### http://emmo.info/emmo#b45fbdc6_2519_4885_aa49_c56b394c3910
:b45fbdc6_2519_4885_aa49_c56b394c3910 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 ;
skos:prefLabel "ComputerScience"@en .


### http://emmo.info/emmo#e94a9156_fb6c_4e16_88ee_829ac9933155
:e94a9156_fb6c_4e16_88ee_829ac9933155 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10 ,
:b45fbdc6_2519_4885_aa49_c56b394c3910 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A path is a string of characters used to uniquely identify a location in a directory structure." ;
skos:prefLabel "Path"@en .
### http://emmo.info/emmo#EMMO_e94a9156_fb6c_4e16_88ee_829ac9933155
:EMMO_e94a9156_fb6c_4e16_88ee_829ac9933155 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10 ,
:EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A path is a string of characters used to uniquely identify a location in a directory structure." ;
skos:prefLabel "Path"@en .

[ rdf:type owl:Axiom ;
owl:annotatedSource :e94a9156_fb6c_4e16_88ee_829ac9933155 ;
owl:annotatedSource :EMMO_e94a9156_fb6c_4e16_88ee_829ac9933155 ;
owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
owl:annotatedTarget "A path is a string of characters used to uniquely identify a location in a directory structure." ;
:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Path_(computing)#Universal_Naming_Convention"
] .


### http://emmo.info/emmo#EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b
:EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b rdf:type owl:Class ;
rdfs:subClassOf :EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A programming language that is executed through runtime interpretation."@en ;
skos:prefLabel "ScriptingLanguage"@en .


### http://emmo.info/emmo#3c5b33a1_4f28_41f9_b725_1994df79bf55
<http://emmo.info/emmo#3c5b33a1_4f28_41f9_b725_1994df79bf55> rdf:type owl:Class ;
rdfs:subClassOf :EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b ;
Expand All @@ -328,23 +341,10 @@ Here we explicitly include in the definition also all the data (e.g. source code
skos:prefLabel "ApplicationSpecificScript"@en .


### http://emmo.info/emmo#52867015_cd2b_4697_8c8f_3acb32c13587
<http://emmo.info/emmo#52867015_cd2b_4697_8c8f_3acb32c13587> rdf:type owl:Class ;
rdfs:subClassOf :b45fbdc6_2519_4885_aa49_c56b394c3910 ,
<http://emmo.info/emmo#EMMO_998dd3a0-c85f-4c8d-9fb8-816a93cc3bb8> ;
skos:prefLabel "LanguageInterpretableFile"@en .


### http://emmo.info/emmo#8d9db119_139d_48dc_9350_369e8fdbe608
<http://emmo.info/emmo#8d9db119_139d_48dc_9350_369e8fdbe608> rdf:type owl:Class ;
rdfs:subClassOf :EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 ;
skos:prefLabel "DataStructure"@en .


### http://emmo.info/emmo#EMMO_998dd3a0-c85f-4c8d-9fb8-816a93cc3bb8
<http://emmo.info/emmo#EMMO_998dd3a0-c85f-4c8d-9fb8-816a93cc3bb8> rdf:type owl:Class ;
rdfs:subClassOf :EMMO_4db96fb7_e9e0_466d_942b_f6f17bfdc145 ;
skos:prefLabel "File"@en .


### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi
2 changes: 1 addition & 1 deletion disciplines/disciplines.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<http://emmo.info/emmo/1.0.0-beta5/disciplines/periodictable> ,
<http://emmo.info/emmo/1.0.0-beta5/disciplines/sisystem> .

# Imported vis sisystem
# Imported via sisystem
# <http://emmo.info/emmo/1.0.0-beta5/disciplines/units/sidimensionalunits> ,
# <http://emmo.info/emmo/1.0.0-beta5/disciplines/units/siunits> ,
# <http://emmo.info/emmo/1.0.0-beta5/disciplines/units/coherentsiunits> ,
Expand Down
12 changes: 10 additions & 2 deletions disciplines/isq.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,11 @@ pH = −10 log(a_OH-)"""@en ;

### http://emmo.info/emmo#EMMO_40989212_4866_41c0_8a20_84fd39540f29
:EMMO_40989212_4866_41c0_8a20_84fd39540f29 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e ;
rdfs:subClassOf :EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e ,
[ rdf:type owl:Restriction ;
owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
owl:someValuesFrom :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0
] ;
:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q11229788" ;
:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-23" ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "product of the ion activities of the ions resulting from the dissociation of a solute in a saturated solution, raised to powers equal to their stoichiometric numbers."@en ;
Expand Down Expand Up @@ -5263,7 +5267,11 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m

### http://emmo.info/emmo#EMMO_b5523f03_5f2f_4e11_92c0_3734c6de3749
:EMMO_b5523f03_5f2f_4e11_92c0_3734c6de3749 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ,
[ rdf:type owl:Restriction ;
owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
owl:someValuesFrom :EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591
] ;
:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/KinematicViscosity" ;
:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q15106259" ;
:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-35" ;
Expand Down
4 changes: 2 additions & 2 deletions disciplines/manufacturing.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ loose-powder sintering, gravity sintering: sintering of uncompacted powder"""@en
"""Powder:
particles that are usually less than 1 mm in size""" ;
rdfs:comment "da una forma non propria ad una forma propria" ;
skos:prefLabel "fromNotProperShapeToWorkPiece"@en .
skos:prefLabel "FromNotProperShapeToWorkPiece"@en .


### http://emmo.info/emmo#EMMO_46dc0d51_b60f_49cd_8650_9aba7be3726c
Expand Down Expand Up @@ -1822,7 +1822,7 @@ manufacturing process: set of processes in manufacturing involving a flow and/or
### http://emmo.info/emmo#EMMO_fc86c700_ccea_441c_b628_ad236f030fe6
:EMMO_fc86c700_ccea_441c_b628_ad236f030fe6 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_dd4b7d81_28a9_4801_8831_4cbab217e362 ;
skos:prefLabel "fromWorkPIecetoWorkPiece"@en .
skos:prefLabel "FromWorkPIecetoWorkPiece"@en .


### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi
Loading

0 comments on commit 159ca5f

Please sign in to comment.