From 52aea8a469adea35e941d26fc575ca14236ee8c9 Mon Sep 17 00:00:00 2001 From: Gregory Fowler <158520057+gregfowlerphd@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:40:21 -0400 Subject: [PATCH] modified definitions for measurement unit subclasses --- src/cco-modules/UnitsOfMeasureOntology.ttl | 54 +++++++++++----------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/cco-modules/UnitsOfMeasureOntology.ttl b/src/cco-modules/UnitsOfMeasureOntology.ttl index 6f7797d..e1b27f9 100644 --- a/src/cco-modules/UnitsOfMeasureOntology.ttl +++ b/src/cco-modules/UnitsOfMeasureOntology.ttl @@ -45,7 +45,7 @@ cco:SI_unit_symbol rdf:type owl:AnnotationProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAcceleration cco:MeasurementUnitOfAcceleration rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the rate at which objects change their velocities per unit of time."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the rate at which objects change their velocities per unit of time."@en ; cco:example_of_usage "feet per second per second, kilometers per second per second" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Acceleration"@en . @@ -56,7 +56,7 @@ cco:MeasurementUnitOfAmountOfSubstance rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; cco:alternative_label "Measurement Unit of Chemical Amount"@en , "Measurement Unit of Enplethy"@en ; - cco:definition "A Measurement Unit used in measurements of the number of a specified type of particle in a portion of matter."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the number of a specified type of particle in a portion of matter."@en ; cco:example_of_usage "mole, pound-mole" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology" ; rdfs:comment "The type of particle quantified is typically either atoms or molecules, but may also be protons, neutrons, electrons, quarks, or other particles. The type of particle being measured should always be specified along with the measurement and its unit."@en ; @@ -66,7 +66,7 @@ cco:MeasurementUnitOfAmountOfSubstance rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle cco:MeasurementUnitOfAngle rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the angle between two lines or planes in relation to a vertex."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the angle between two lines or planes in relation to a vertex."@en ; cco:example_of_usage "degrees, radians" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Angle"@en . @@ -75,7 +75,7 @@ cco:MeasurementUnitOfAngle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea cco:MeasurementUnitOfArea rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of two-dimensional regions or Geospatial Regions."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of two-dimensional regions or Geospatial Regions."@en ; cco:example_of_usage "square feet, square meters, acre, hectare" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Area"@en . @@ -85,7 +85,7 @@ cco:MeasurementUnitOfArea rdf:type owl:Class ; cco:MeasurementUnitOfAreaMomentOfInertia rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; cco:alternative_label "Measurement Unit of Second Area Moment"@en ; - cco:definition "A Measurement Unit used in measurements of the distribution of Mass of an object with respect to an axis."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to an axis."@en ; cco:elucidation "A measure of an object’s resistance to bending or deflection."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Area Moment of Inertia"@en . @@ -94,7 +94,7 @@ cco:MeasurementUnitOfAreaMomentOfInertia rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfDensity cco:MeasurementUnitOfDensity rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the mass of an object per unit of its total volume."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the mass of an object per unit of its total volume."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Density"@en . @@ -102,7 +102,7 @@ cco:MeasurementUnitOfDensity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfElectromagneticForce cco:MeasurementUnitOfElectromagneticForce rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the electromagnetic force between electrically charged entities."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the electromagnetic force between electrically charged entities."@en ; cco:example_of_usage "volt, ampere, coulomb" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Electromagnetic Force"@en . @@ -111,7 +111,7 @@ cco:MeasurementUnitOfElectromagneticForce rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfEnergy cco:MeasurementUnitOfEnergy rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the Amount of work that is available in an object."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the Amount of work that is available in an object."@en ; cco:example_of_usage "ft-lbs, calorie, horsepower, kilowatt" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Energy"@en . @@ -120,7 +120,7 @@ cco:MeasurementUnitOfEnergy rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFlow cco:MeasurementUnitOfFlow rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the rate at which portions of a substance pass per unit of time."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the rate at which portions of a substance pass per unit of time."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Flow"@en . @@ -128,7 +128,7 @@ cco:MeasurementUnitOfFlow rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfForce cco:MeasurementUnitOfForce rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of interactions in which the Motion or Velocity of an object is changed, unless the interaction is opposed."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of interactions in which the Motion or Velocity of an object is changed, unless the interaction is opposed."@en ; cco:example_of_usage "newton, dyne, pound force " ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Force"@en . @@ -137,7 +137,7 @@ cco:MeasurementUnitOfForce rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency cco:MeasurementUnitOfFrequency rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the number of times an event repeats per unit of time."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the number of times an event repeats per unit of time."@en ; cco:example_of_usage "hertz, revolutions per minute" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Frequency"@en . @@ -146,7 +146,7 @@ cco:MeasurementUnitOfFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfImpulse cco:MeasurementUnitOfImpulse rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the integral of a Force applied to a portion of matter over a temporal interval."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the integral of a Force applied to a portion of matter over a temporal interval."@en ; cco:example_of_usage "N s, dyne second" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Impulse"@en . @@ -155,7 +155,7 @@ cco:MeasurementUnitOfImpulse rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength cco:MeasurementUnitOfLength rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of one-dimensional regions or Geospatial Regions."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of one-dimensional regions or Geospatial Regions."@en ; cco:example_of_usage "foot, meter, kilometer, mile" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Length"@en . @@ -164,7 +164,7 @@ cco:MeasurementUnitOfLength rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass cco:MeasurementUnitOfMass rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of an object's resistance to Acceleration when a Force is applied to the object."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of an object's resistance to Acceleration when a Force is applied to the object."@en ; cco:example_of_usage "ounce, gram, pound" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Mass"@en . @@ -173,7 +173,7 @@ cco:MeasurementUnitOfMass rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMassFlowRate cco:MeasurementUnitOfMassFlowRate rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnitOfFlow ; - cco:definition "A Measurement Unit of Flow used in measurements of the rate at which the Mass of a substance passes per unit time."@en ; + cco:definition "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which the Mass of a substance passes per unit time."@en ; cco:example_of_usage "kilogram per second, slug per second, pound per second" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Mass Flow Rate"@en . @@ -182,7 +182,7 @@ cco:MeasurementUnitOfMassFlowRate rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMomentum cco:MeasurementUnitOfMomentum rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the Momentum of a portion of matter that is in Motion."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the Momentum of a portion of matter that is in Motion."@en ; cco:example_of_usage "kg m/s, slug ft/s, g m/s" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Momentum"@en . @@ -191,7 +191,7 @@ cco:MeasurementUnitOfMomentum rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower cco:MeasurementUnitOfPower rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of rates of work."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of rates of work."@en ; cco:example_of_usage "watt, horsepower" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Power"@en . @@ -200,7 +200,7 @@ cco:MeasurementUnitOfPower rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure cco:MeasurementUnitOfPressure rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of Force applied perpendicular to a surface per unit area."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of Force applied perpendicular to a surface per unit area."@en ; cco:example_of_usage "pascal, atmosphere, pound-force per square inch" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Pressure"@en . @@ -211,7 +211,7 @@ cco:MeasurementUnitOfRotationalInertia rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; cco:alternative_label "Measurement Unit of Moment of Inertia"@en , "Measurement Unit of Rotational Mass"@en ; - cco:definition "A Measurement Unit used in measurements of the distribution of Mass of an object with respect to its axis of rotation."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to its axis of rotation."@en ; cco:elucidation "A measure of an object’s resistance to change in its state of rotation."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Rotational Inertia"@en . @@ -220,7 +220,7 @@ cco:MeasurementUnitOfRotationalInertia rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSoundLevel cco:MeasurementUnitOfSoundLevel rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the level (the loudness) of sounds."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the level (the loudness) of sounds."@en ; cco:example_of_usage "decibels, sones" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Sound Level"@en . @@ -229,7 +229,7 @@ cco:MeasurementUnitOfSoundLevel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed cco:MeasurementUnitOfSpeed rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the rates at which objects traverse distance."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the rates at which objects traverse distance."@en ; cco:example_of_usage "miles per hour, kilometers per hour, knot, mach" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Speed"@en . @@ -238,7 +238,7 @@ cco:MeasurementUnitOfSpeed rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTemperature cco:MeasurementUnitOfTemperature rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the thermal energy in an object."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the thermal energy in an object."@en ; cco:example_of_usage "celsius, fahrenheit, kelvin" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Temperature"@en . @@ -247,7 +247,7 @@ cco:MeasurementUnitOfTemperature rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime cco:MeasurementUnitOfTime rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of temporal regions."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of temporal regions."@en ; cco:example_of_usage "second, minute, hour, day" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Time"@en . @@ -258,7 +258,7 @@ cco:MeasurementUnitOfTorque rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; cco:alternative_label "Measurement Unit of Moment of Force"@en , "Measurement Unit of Rotational Force"@en ; - cco:definition "A Measurement Unit used in measurements of the rate of change of angular momentum of an object."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of the rate of change of angular momentum of an object."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Torque"@en . @@ -266,7 +266,7 @@ cco:MeasurementUnitOfTorque rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume cco:MeasurementUnitOfVolume rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of sites or three-dimensional regions or Geospatial Regions."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of sites or three-dimensional regions or Geospatial Regions."@en ; cco:example_of_usage "cubic feet, cubic meter, quart, liter" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Volume"@en . @@ -275,7 +275,7 @@ cco:MeasurementUnitOfVolume rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolumetricFlowRate cco:MeasurementUnitOfVolumetricFlowRate rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnitOfFlow ; - cco:definition "A Measurement Unit of Flow used in measurements of the rate at which volumes of fluid pass per unit time."@en ; + cco:definition "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which volumes of fluid pass per unit time."@en ; cco:example_of_usage "cubic metres per second, standard cubic centimeters per minute, cubic feet per second, gallons per minute" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Volumetric Flow Rate"@en . @@ -284,7 +284,7 @@ cco:MeasurementUnitOfVolumetricFlowRate rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfWork cco:MeasurementUnitOfWork rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of displacements of points to which Forces have been applied."@en ; + cco:definition "A Measurement Unit that is used as a standard for measurement of displacements of points to which Forces have been applied."@en ; cco:example_of_usage "joule, erg, kilowatt hour" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Work"@en .