@prefix adminRecord: . @prefix asn: . @prefix ceasn: . @prefix ceterms: . @prefix collectionMethod: . @prefix dataWithholding: . @prefix dc: . @prefix dct: . @prefix incomeDetermination: . @prefix meta: . @prefix obi: . @prefix qdata: . @prefix rdf: . @prefix rdfs: . @prefix schema: . @prefix skos: . @prefix sourceCoverage: . @prefix subjectCategory: . @prefix vann: . @prefix vs: . @prefix xsd: . qdata:percentage a rdf:Property ; rdfs:label "Percentage"@en-US ; rdfs:comment "Quotient of two values of the data set, expressed as a percentage."@en-US ; vann:usageNote "Best practice is to treat the value of this property as a verbatim percentage; for example, a value of 1.5 should be interpreted as 1.5%"@en-US ; vs:term_status vs:stable ; meta:changeHistory ; schema:domainIncludes ceterms:ValueProfile, schema:QuantitativeValue ; schema:rangeIncludes xsd:float .