Merge pull request #440 from CommonCoreOntology/306-add-term-for-dbi

fixes #306 term request
This commit is contained in:
J. Neil Otte
2024-08-22 20:41:13 -04:00
committed by GitHub
2 changed files with 19 additions and 2 deletions

View File

@@ -1023,8 +1023,8 @@ cco:ModePointEstimateInformationContentEntity rdf:type owl:Class ;
rdfs:label "Mode Point Estimate Information Content Entity"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/NautralLanguage
cco:NautralLanguage rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage
cco:NaturalLanguage rdf:type owl:Class ;
rdfs:subClassOf cco:Language ;
cco:definition "A Language that is developed and evolves through use and repetition, rather than through conscious planning or premeditation."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Natural_language&oldid=1060890461"^^xsd:anyURI ;

View File

@@ -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 ;