From 8b0beb7cad1f14e1f4c79fb1f8537860d40b7a7d Mon Sep 17 00:00:00 2001 From: Margie Smith <5697354+Metaduck@users.noreply.github.com> Date: Wed, 3 May 2023 15:11:09 +1000 Subject: [PATCH] Add files via upload Adding the QUDT vocab of Nick's back into nonProd to follow single change process --- vocabularies/Uom.ttl | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 vocabularies/Uom.ttl diff --git a/vocabularies/Uom.ttl b/vocabularies/Uom.ttl new file mode 100644 index 0000000..dad48f8 --- /dev/null +++ b/vocabularies/Uom.ttl @@ -0,0 +1,99 @@ +@prefix dcterms: . +@prefix owl: . +@prefix qudt: . +@prefix rdfs: . +@prefix sdo: . +@prefix skos: . +@prefix unit: . +@prefix xsd: . + + + + a skos:ConceptScheme ; + skos:prefLabel "Geoscience Australia Profile of QUDT Units"@en ; + skos:definition "A vocabulary of Units from the QUDT ontology used by Geoscience Australia."@en ; + dcterms:created "2021-12-14"^^xsd:date ; + dcterms:creator ; + dcterms:contributor ; + dcterms:modified "2021-12-14"^^xsd:date ; + dcterms:publisher ; + dcterms:provenance "This vocabulary is a subset of the QUDT Units of Measure at http://www.qudt.org/doc/DOC_VOCAB-UNITS.html"@en ; + skos:hasTopConcept + unit:GM , + unit:KiloGM , + unit:KiloGM-PER-M2 , + unit:M , + unit:MegaYR ; +. + +unit:GM + a skos:Concept ; + skos:definition "A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce."@en ; + skos:notation "kg" ; + rdfs:isDefinedBy ; + skos:prefLabel "Gram"@en ; + skos:topConceptOf ; +. + +unit:KiloGM + a skos:Concept ; + skos:definition "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds."@en ; + skos:notation "kg" ; + rdfs:isDefinedBy ; + skos:prefLabel "Kilogram"@en ; + skos:altLabel "Kilogramme"@en ; + skos:topConceptOf ; +. + +unit:KiloGM-PER-M2 + a skos:Concept ; + skos:definition "Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where M is mass, and L is length. This unit is the standard SI unit in this category."@en ; + skos:notation "kg" ; + rdfs:isDefinedBy ; + skos:prefLabel "Kilogram per Square Metre"@en ; + skos:topConceptOf ; +. + +unit:M + a skos:Concept ; + skos:definition "The metric and SI base unit of distance. The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, \\(c\\), is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches."@en; + skos:notation "M" , "m" ; + rdfs:isDefinedBy ; + skos:prefLabel "Meter"@en ; + skos:altLabel "Metre" ; + skos:topConceptOf ; +. + +unit:MegaYR + a skos:Concept ; + skos:definition "1,000,000-fold of the derived unit year." ; + skos:notation "Myr" , "ma" ; + rdfs:isDefinedBy ; + skos:prefLabel "Million Years"@en ; + skos:altLabel "Mega Year"@en ; + skos:topConceptOf ; +. + + + a owl:NamedIndividual ; + a sdo:Organization ; + dcterms:description "SURROUND Australia Pty Ltd is a small Australian technology company focussed on the Semantic Web."@en ; + sdo:name "SURROUND Australia Pty Ltd" ; + sdo:url "https://surroundaustralia.com"^^xsd:anyURI ; +. + + + a owl:NamedIndividual ; + a sdo:Organization ; + dcterms:description "Geoscience Australia is Australia's pre-eminent public sector geoscience organisation. It is the nation's trusted advisor on the geology and geography of Australia. It applies science and technology to describe and understand the Earth for the benefit of Australia."@en ; + sdo:name "Geoscience Australia" ; + sdo:url "https://www.ga.gov.au"^^xsd:anyURI ; +. + + + a owl:NamedIndividual ; + a sdo:Organization ; + dcterms:description "QUDT is a non-profit organization that governs the QUDT ontologies."@en ; + sdo:name "QUDT" ; + sdo:url "http://www.qudt.org"^^xsd:anyURI ; +.