Skip to content

Commit

Permalink
ESIPFed#231 switch from xsd:double to xsd:decimal
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkeil committed Sep 8, 2022
1 parent 69655a7 commit 25c484c
Show file tree
Hide file tree
Showing 11 changed files with 584 additions and 584 deletions.
10 changes: 5 additions & 5 deletions src/relaMath.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ sorelm:hasDimension rdf:type owl:DatatypeProperty ;

### http://sweetontology.net/relaMath/hasError
sorelm:hasError rdf:type owl:DatatypeProperty ;
rdfs:range xsd:double ;
rdfs:range xsd:decimal ;
rdfs:label "has error"@en .


Expand All @@ -491,20 +491,20 @@ sorelm:hasOrder rdf:type owl:DatatypeProperty ;

### http://sweetontology.net/relaMath/hasScalingNumber
sorelm:hasScalingNumber rdf:type owl:DatatypeProperty ;
rdfs:range xsd:double ;
rdfs:range xsd:decimal ;
rdfs:label "has scaling number"@en .


### http://sweetontology.net/relaMath/hasShiftingNumber
sorelm:hasShiftingNumber rdf:type owl:DatatypeProperty ;
rdfs:range xsd:double ;
rdfs:range xsd:decimal ;
rdfs:label "has shifting number"@en .


### http://sweetontology.net/relaMath/hasTolerance
sorelm:hasTolerance rdf:type owl:DatatypeProperty ;
owl:equivalentProperty sorelm:tolerance ;
rdfs:range xsd:double ;
rdfs:range xsd:decimal ;
rdfs:label "has tolerance"@en .


Expand All @@ -526,7 +526,7 @@ sorelm:lowerBound rdf:type owl:DatatypeProperty ;

### http://sweetontology.net/relaMath/toThePower
sorelm:toThePower rdf:type owl:DatatypeProperty ;
rdfs:range xsd:double ;
rdfs:range xsd:decimal ;
rdfs:label "to the power"@en .


Expand Down
2 changes: 1 addition & 1 deletion src/relaSci.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ sorelsc:hasMagnitude rdf:type owl:DatatypeProperty ;
### http://sweetontology.net/relaSci/hasNumericValue
sorelsc:hasNumericValue rdf:type owl:DatatypeProperty ;
rdfs:domain sopropq:Quantity ;
rdfs:range xsd:double ;
rdfs:range xsd:decimal ;
rdfs:label "has numeric value"@en .


Expand Down
6 changes: 3 additions & 3 deletions src/relaSpace.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -501,19 +501,19 @@ sorelsp:datum rdf:type owl:DatatypeProperty ;

### http://sweetontology.net/relaSpace/eccentricity
sorelsp:eccentricity rdf:type owl:DatatypeProperty ;
rdfs:range xsd:double ;
rdfs:range xsd:decimal ;
rdfs:label "eccentricity"@en .


### http://sweetontology.net/relaSpace/flattening
sorelsp:flattening rdf:type owl:DatatypeProperty ;
rdfs:range xsd:double ;
rdfs:range xsd:decimal ;
rdfs:label "flattening"@en .


### http://sweetontology.net/relaSpace/oblateness
sorelsp:oblateness rdf:type owl:DatatypeProperty ;
rdfs:range xsd:double ;
rdfs:range xsd:decimal ;
rdfs:label "oblateness"@en .


Expand Down
4 changes: 2 additions & 2 deletions src/reprMath.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ sorepm:Window rdf:type owl:Class ;
### http://sweetontology.net/reprMath/NormalizedRange
sorepm:NormalizedRange rdf:type owl:NamedIndividual ,
sorepm:Interval ;
sorelm:hasLowerBound "0.0"^^xsd:double ;
sorelm:hasUpperBound "1.0"^^xsd:double ;
sorelm:hasLowerBound "0.0"^^xsd:decimal ;
sorelm:hasUpperBound "1.0"^^xsd:decimal ;
rdfs:label "normalized range"@en .

### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
144 changes: 72 additions & 72 deletions src/reprSciUnits.ttl

Large diffs are not rendered by default.

358 changes: 179 additions & 179 deletions src/stateEnergyFlux.ttl

Large diffs are not rendered by default.

128 changes: 64 additions & 64 deletions src/stateSpectralBand.ttl

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions src/stateSpectralLine.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ sostsl:CaK rdf:type owl:NamedIndividual ,
sopropo:SpectralLine ;
sorelch:hasSubstance somael:Ca ;
sorelsp:hasWavelength [ rdf:type sopropsdis:Wavelength_nm ;
sorelsc:hasNumericValue "393.5"^^xsd:double
sorelsc:hasNumericValue "393.5"^^xsd:decimal
] ;
rdfs:label "cak"@en .

Expand All @@ -80,7 +80,7 @@ sostsl:H1 rdf:type owl:NamedIndividual ,
sopropo:SpectralLine ;
sorelch:hasSubstance somael:H ;
sorelsp:hasWavelength [ rdf:type sopropsdis:Wavelength_cm ;
sorelsc:hasNumericValue "21.2061"^^xsd:double
sorelsc:hasNumericValue "21.2061"^^xsd:decimal
] ;
rdfs:label "h1"@en .

Expand All @@ -90,7 +90,7 @@ sostsl:Halpha rdf:type owl:NamedIndividual ,
sopropo:SpectralLine ;
sorelch:hasSubstance somael:H ;
sorelsp:hasWavelength [ rdf:type sopropsdis:Wavelength_nm ;
sorelsc:hasNumericValue "656.28"^^xsd:double
sorelsc:hasNumericValue "656.28"^^xsd:decimal
] ;
rdfs:label "halpha"@en .

Expand All @@ -100,7 +100,7 @@ sostsl:Hbeta rdf:type owl:NamedIndividual ,
sopropo:SpectralLine ;
sorelch:hasSubstance somael:H ;
sorelsp:hasWavelength [ rdf:type sopropsdis:Wavelength_nm ;
sorelsc:hasNumericValue "486.1"^^xsd:double
sorelsc:hasNumericValue "486.1"^^xsd:decimal
] ;
rdfs:label "hbeta"@en .

Expand All @@ -110,7 +110,7 @@ sostsl:He1083 rdf:type owl:NamedIndividual ,
sopropo:SpectralLine ;
sorelch:hasSubstance somael:He ;
sorelsp:hasWavelength [ rdf:type sopropsdis:Wavelength_nm ;
sorelsc:hasNumericValue "1083.0"^^xsd:double
sorelsc:hasNumericValue "1083.0"^^xsd:decimal
] ;
rdfs:label "he1083"@en .

Expand All @@ -120,7 +120,7 @@ sostsl:He304 rdf:type owl:NamedIndividual ,
sopropo:SpectralLine ;
sorelch:hasSubstance somael:He ;
sorelsp:hasWavelength [ rdf:type sopropsdis:Wavelength_nm ;
sorelsc:hasNumericValue "304.0"^^xsd:double
sorelsc:hasNumericValue "304.0"^^xsd:decimal
] ;
rdfs:label "he304"@en .

Expand All @@ -130,7 +130,7 @@ sostsl:K7699 rdf:type owl:NamedIndividual ,
sopropo:SpectralLine ;
sorelch:hasSubstance somael:K ;
sorelsp:hasWavelength [ rdf:type sopropsdis:Wavelength_nm ;
sorelsc:hasNumericValue "769.9"^^xsd:double
sorelsc:hasNumericValue "769.9"^^xsd:decimal
] ;
rdfs:label "k7699"@en .

Expand All @@ -140,7 +140,7 @@ sostsl:LymanAlpha rdf:type owl:NamedIndividual ,
sopropo:SpectralLine ;
sorelch:hasSubstance somael:H ;
sorelsp:hasWavelength [ rdf:type sopropsdis:Wavelength_nm ;
sorelsc:hasNumericValue "12.15668"^^xsd:double
sorelsc:hasNumericValue "12.15668"^^xsd:decimal
] ;
rdfs:label "lyman alpha"@en .

Expand All @@ -150,7 +150,7 @@ sostsl:NI6768 rdf:type owl:NamedIndividual ,
sopropo:SpectralLine ;
sorelch:hasSubstance somael:N ;
sorelsp:hasWavelength [ rdf:type sopropsdis:Wavelength_nm ;
sorelsc:hasNumericValue "676.8"^^xsd:double
sorelsc:hasNumericValue "676.8"^^xsd:decimal
] ;
rdfs:label "ni6768"@en .

Expand All @@ -160,7 +160,7 @@ sostsl:NaD1 rdf:type owl:NamedIndividual ,
sopropo:SpectralLine ;
sorelch:hasSubstance somael:Na ;
sorelsp:hasWavelength [ rdf:type sopropsdis:Wavelength_nm ;
sorelsc:hasNumericValue "589.592"^^xsd:double
sorelsc:hasNumericValue "589.592"^^xsd:decimal
] ;
rdfs:label "nad1"@en .

Expand All @@ -170,7 +170,7 @@ sostsl:NaD2 rdf:type owl:NamedIndividual ,
sopropo:SpectralLine ;
sorelch:hasSubstance somael:Na ;
sorelsp:hasWavelength [ rdf:type sopropsdis:Wavelength_nm ;
sorelsc:hasNumericValue "589.995"^^xsd:double
sorelsc:hasNumericValue "589.995"^^xsd:decimal
] ;
rdfs:label "nad2"@en .

Expand All @@ -179,7 +179,7 @@ sostsl:NaD2 rdf:type owl:NamedIndividual ,
sostsl:point7 rdf:type owl:NamedIndividual ,
sopropo:SpectralLine ;
sorelsp:hasWavelength [ rdf:type sopropsdis:Wavelength_cm ;
sorelsc:hasNumericValue "10.7"^^xsd:double
sorelsc:hasNumericValue "10.7"^^xsd:decimal
] .


Expand Down
Loading

0 comments on commit 25c484c

Please sign in to comment.