@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix constant: <http://qudt.org/vocab/constant/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-quantity: <https://si-digital-framework.org/quantities/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

quantitykind:RefractiveIndex
  a qudt:QuantityKind ;
  dcterms:description "\"refractive index\" or index of refraction n of a substance (optical medium) is a dimensionless number that describes how light, or any other radiation, propagates through that medium."^^qudt:LatexString ;
  qudt:applicableUnit unit:UNITLESS ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Refractive_index"^^xsd:anyURI ;
  qudt:latexDefinition "$n = \\frac{c_0}{c}$, where $c_0$ is the speed of light in vacuum, and $c$ is the speed of light in the medium."^^qudt:LatexString ;
  qudt:plainTextDescription "\"refractive index\" or index of refraction n of a substance (optical medium) is a dimensionless number that describes how light, or any other radiation, propagates through that medium." ;
  qudt:symbol "n" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q174102> ;
  rdfs:comment "Applicable units are those of quantitykind:RefractiveIndex" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Brechzahl"@de ;
  rdfs:label "Indeks biasan"@ms ;
  rdfs:label "Index lomu"@cs ;
  rdfs:label "Indice de refracție"@ro ;
  rdfs:label "Współczynnik załamania"@pl ;
  rdfs:label "indice de réfraction"@fr ;
  rdfs:label "indice di rifrazione"@it ;
  rdfs:label "kırılma indeksi"@tr ;
  rdfs:label "refractive index"@en ;
  rdfs:label "índice de refracción"@es ;
  rdfs:label "índice refrativo"@pt ;
  rdfs:label "Показатель преломления"@ru ;
  rdfs:label "ضریب شکست"@fa ;
  rdfs:label "معامل الانكسار"@ar ;
  rdfs:label "अपवर्तनांक"@hi ;
  rdfs:label "屈折率"@ja ;
  rdfs:label "折射率"@zh ;
  skos:altLabel "Brechungsindex"@de .
