Skip to content

Commit

Permalink
Corrected prefLabel of DoseQquivalentQualityFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Dec 12, 2024
1 parent 56462fe commit 4a00f3d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_update_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
ontoconvert public/emmo-full.ttl public/emmo-full.owl
ontoconvert public/emmo-inferred.ttl public/emmo-inferred.owl
ontoconvert public/emmo-full-inferred.ttl public/emmo-full-inferred.owl
ontoconvert --rename-iris public/emmo.ttl public/emmo-for-humans.ttl
ontoconvert --rename-iris -- public/emmo.ttl public/emmo-for-humans.ttl
- name: Generate html documentation (based on emmo-full)
run: |
Expand Down
10 changes: 5 additions & 5 deletions disciplines/isq.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ ISQ has 7 base quantities and many derived quantities defined in terms of the 7

The number of derived quantities not closed and may increase based on the need by domain ontologies."""@en ;
dcterms:contributor :FrancescaBleken ;
dcterms:creator :JesperFriis ,
dcterms:creator :EmanueleGhedini ,
:GerhardGoldbeck ,
:SimonClark ,
:EmanueleGhedini ;
:JesperFriis ,
:SimonClark ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
dcterms:publisher <https://emmc.eu> ;
dcterms:title "International System of Quantities (ISQ)"@en ;
Expand Down Expand Up @@ -6038,7 +6038,7 @@ the number of protons in the nucleus of an atom""" ;
:EMMO_cff5ef70_96eb_4ea3_9bea_fe1fbe6177be rdf:type owl:Class ;
rdfs:subClassOf :EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ,
:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
skos:prefLabel "QualityFactor"@en ;
skos:prefLabel "DoseEquivalentQualityFactor"@en ;
:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DoseEquivalentQualityFactor" ;
:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2122099" ;
:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-14-03" ;
Expand Down Expand Up @@ -7655,4 +7655,4 @@ It defines the Kelvin unit in the SI system."""@en ;
:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Intensity_(physics)"@en .


### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
17 changes: 8 additions & 9 deletions emmo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ It provides the connection between the physical world, materials characterisatio
EMMO is released under a Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ;
dcterms:alternative "EMMO"@en ;
dcterms:bibliographicCitation "F. A. Zaccarini, C. Masolo, E. Ghedini, and S. Borgo. From Causation (and Parthood) to Time: The Case of EMMO (2023) doi: 10.3233/FAIA231120" ;
dcterms:contributor :GeorgSchmitz ,
dcterms:contributor :FrancescaBleken ,
:FrancescoZaccarini ,
:FrancescaBleken ,
:SimonClark ,
:OtelloRoscioni ;
:GeorgSchmitz ,
:OtelloRoscioni ,
:SimonClark ;
dcterms:created "2024-03" ;
dcterms:creator :JesperFriis ,
:GerhardGoldbeck ,
dcterms:creator <https://orcid.org/0000-0003-4065-9742> ,
:AdhamHashibon ,
:EmanueleGhedini ,
<https://orcid.org/0000-0003-4065-9742> ;
:GerhardGoldbeck ,
:JesperFriis ;
dcterms:hasFormat <https://www.w3.org/TR/turtle/> ;
dcterms:issued "2018-05-03" ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
Expand Down Expand Up @@ -114,5 +114,4 @@ foaf:logo rdf:type owl:AnnotationProperty .
foaf:mbox rdf:type owl:AnnotationProperty .



### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi

0 comments on commit 4a00f3d

Please sign in to comment.