@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 dcterms: <http://purl.org/dc/terms/> .
@prefix prefix: <http://qudt.org/vocab/prefix/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-prefix: <https://si-digital-framework.org/SI/prefixes/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .

prefix:Zepto
  a qudt:DecimalPrefix, qudt:Prefix ;
  dcterms:description "'zepto' is a decimal prefix for expressing a value with a scaling of \\(10^{-21}\\)."^^qudt:LatexString ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Zepto-"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Zepto-?oldid=476974663"^^xsd:anyURI ;
  qudt:prefixMultiplier 0.000000000000000000001 ;
  qudt:prefixMultiplierSN 1.0E-21 ;
  qudt:siExactMatch si-prefix:zepto ;
  qudt:symbol "z" ;
  qudt:ucumCode "z" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/prefix> ;
  rdfs:label "Zepto" ;
  rdfs:label "Zepto"@en .
