diff --git a/src/cco-modules/UnitsOfMeasureOntology.ttl b/src/cco-modules/UnitsOfMeasureOntology.ttl index e283ab9..34d59d9 100644 --- a/src/cco-modules/UnitsOfMeasureOntology.ttl +++ b/src/cco-modules/UnitsOfMeasureOntology.ttl @@ -477,6 +477,23 @@ cco:DecibelMeasurementUnit rdf:type owl:NamedIndividual , rdfs:label "Decibel Measurement Unit"@en . +### http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit +cco:DecibelIsotropicMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfPower ; + cco:SI_unit_symbol "dBi" ; + rdfs:label "Decibel Isotropic Measurement Unit"@en ; + cco:alternative_label "Decibels Relative to Isotrope" ; + cco:alternative_label "Decibels Relative to Isotropic Radiator" ; + cco:alternative_label "Decibels Over Isotropic" ; + cco:alternative_label "Decibels Over Isotropic Antenna" ; + cco:alternative_label "Decibels Relative to an Isotropic Reference Antenna" ; + cco:definition_source "https://www.techtarget.com/whatis/definition/decibels-relative-to-isotropic-radiator-dBi"^^xsd:anyURI ; + cco:definition_source "https://shopdelta.eu/dbi-power-gain-of-isotropic-antenna_l2_aid836.html"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + dc:contributor "Donna Jones" + dc:contributor "Olivia Hobai" . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/DecigramMeasurementUnit cco:DecigramMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMass ;