Unverified Commit 90c59707 authored by María's avatar María Committed by GitHub
Browse files

Merge pull request #67 from OnToologyUser/master

OnToology update
parents 407300a7 cf029630
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6950,7 +6950,7 @@
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "operating wight"
    "@value" : "operating weight"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4bldg#operation",
+1 −1
Original line number Diff line number Diff line
@@ -650,7 +650,7 @@
# https://w3id.org/def/saref4bldg#operatingWeight
<https://w3id.org/def/saref4bldg#operatingWeight> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/def/saref4bldg#operatingWeight> <http://www.w3.org/2000/01/rdf-schema#comment> "Operating weight of the tank including all of its contents. Usually measured in kilograms (kg) or grams (g)."@en .
<https://w3id.org/def/saref4bldg#operatingWeight> <http://www.w3.org/2000/01/rdf-schema#label> "operating wight"@en .
<https://w3id.org/def/saref4bldg#operatingWeight> <http://www.w3.org/2000/01/rdf-schema#label> "operating weight"@en .
# 
# https://w3id.org/def/saref4bldg#operationTemperatureMax
<https://w3id.org/def/saref4bldg#operationTemperatureMax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+1 −1
Original line number Diff line number Diff line
@@ -769,7 +769,7 @@ xsd:duration rdf:type rdfs:Datatype .
###  https://w3id.org/def/saref4bldg#operatingWeight
:operatingWeight rdf:type owl:ObjectProperty ;
                 rdfs:comment "Operating weight of the tank including all of its contents. Usually measured in kilograms (kg) or grams (g)."@en ;
                 rdfs:label "operating wight"@en .
                 rdfs:label "operating weight"@en .


###  https://w3id.org/def/saref4bldg#operationTemperatureMax
+1 −1
Original line number Diff line number Diff line
@@ -1292,7 +1292,7 @@

    <owl:ObjectProperty rdf:about="https://w3id.org/def/saref4bldg#operatingWeight">
        <rdfs:comment xml:lang="en">Operating weight of the tank including all of its contents. Usually measured in kilograms (kg) or grams (g).</rdfs:comment>
        <rdfs:label xml:lang="en">operating wight</rdfs:label>
        <rdfs:label xml:lang="en">operating weight</rdfs:label>
    </owl:ObjectProperty>
    

+2 −2
Original line number Diff line number Diff line
@@ -2208,7 +2208,7 @@ A unitary control element provides a housing for an aggregation of control or el
            title="https://w3id.org/def/saref4bldg#openPressureDrop">open pressure drop</a>
      </li>
      <li>
         <a href="#https://w3id.org/def/saref4bldg#operatingWeight" title="https://w3id.org/def/saref4bldg#operatingWeight">operating wight</a>
         <a href="#https://w3id.org/def/saref4bldg#operatingWeight" title="https://w3id.org/def/saref4bldg#operatingWeight">operating weight</a>
      </li>
      <li>
         <a href="#https://w3id.org/def/saref4bldg#operationTemperatureMax"
@@ -3830,7 +3830,7 @@ A unitary control element provides a housing for an aggregation of control or el
      </div>
   </div>
   <div class="entity" id="https://w3id.org/def/saref4bldg#operatingWeight">
      <h3>operating wight<sup class="type-op" title="object property">op</sup>
      <h3>operating weight<sup class="type-op" title="object property">op</sup>
         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
         </span>
      </h3>
Loading