dave.ttl 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  1. @prefix dave: <http://theme-e.adaptcentre.ie/dave#> .
  2. @prefix dcat: <http://www.w3.org/ns/dcat#> .
  3. @prefix dc: <http://purl.org/dc/elements/1.1/> .
  4. @prefix dct: <http://purl.org/dc/terms/>.
  5. @prefix owl: <http://www.w3.org/2002/07/owl#> .
  6. @prefix qb: <http://purl.org/linked-data/cube#>.
  7. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  8. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  9. @prefix sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#> .
  10. @prefix sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#> .
  11. @prefix sdmx-dimension: <http://purl.org/linked-data/sdmx/2009/dimension#> .
  12. @prefix voaf: <http://purl.org/vocommons/voaf#>.
  13. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  14. @prefix foaf: <http://xmlns.com/foaf/0.1/>.
  15. @prefix vann: <http://purl.org/vocab/vann/> .
  16. # VOCABULARY
  17. dave:
  18. a owl:Ontology, voaf:Vocabulary ;
  19. dct:title """Data Value Vocabulary (DaVe)"""@en ;
  20. dc:description """The Data Value Vocabulary (DaVe) is an extensible core vocabulary that allows user to use custom data value dimensions and metrics to characterise data value in a specific context. This flexibility allows for the comprehensive modelling of data value. As a data value model, DaVe allows users to monitor data value as it occurs within a data exploitation or value creation process (data value chain)"""@en ;
  21. dct:creator [
  22. foaf:name "Judie Attard";
  23. foaf:mbox <mailto:attardj@scss.tcd.ie>
  24. ] ;
  25. dct:contributor [
  26. foaf:name "Rob Brennan";
  27. foaf:homepage <https://www.tcd.ie/research/profiles/?profile=rbrenna>
  28. ] ;
  29. dct:modified "2019-06-12"^^xsd:date ;
  30. dct:language "en"^^xsd:language ;
  31. vann:preferredNamespaceUri "http://theme-e.adaptcentre.ie/dave#";
  32. vann:preferredNamespacePrefix "dave";
  33. foaf:homepage <http://theme-e.adaptcentre.ie/dave/> .
  34. # CLASSES
  35. dave:DataValue
  36. a rdfs:Class, owl:Class ;
  37. rdfs:comment """Defines an aggregation of data value dimensions that characterise data value for a specific context of data use."""@en ;
  38. rdfs:label """Data Value Characterisation"""@en .
  39. dave:Toolset
  40. a rdfs:Class, owl:Class ;
  41. rdfs:comment """Identifies a specific framework or toolset that implements data value metrics"""@en ;
  42. rdfs:label """Framework or Toolset"""@en .
  43. dave:Description
  44. a rdfs:Class, owl:Class ;
  45. rdfs:comment """Describes a data value metric, including the context of use, the expected result, and the approach taken within the Metric to assess data value"""@en ;
  46. rdfs:label """Metric Description"""@en .
  47. dave:ValueMeasurement
  48. a rdfs:Class, owl:Class ;
  49. rdfs:subClassOf qb:Observation ,
  50. [ rdf:type owl:Restriction ;
  51. owl:onProperty sdmx-dimension:timePeriod ;
  52. owl:cardinality "1"^^xsd:nonNegativeInteger
  53. ] ,
  54. [ rdf:type owl:Restriction ;
  55. owl:onProperty dave:computedOn ;
  56. owl:cardinality "1"^^xsd:nonNegativeInteger
  57. ] ,
  58. [ rdf:type owl:Restriction ;
  59. owl:onProperty dave:hasReading ;
  60. owl:cardinality "1"^^xsd:nonNegativeInteger
  61. ] ,
  62. [ rdf:type owl:Restriction ;
  63. owl:onProperty dave:hasValue ;
  64. owl:cardinality "1"^^xsd:nonNegativeInteger
  65. ] ;
  66. rdfs:comment """Contains the measurement (quantification) of a data value metric for assessing a data resource or dataset, as well as details about the assessment execution."""@en ;
  67. rdfs:label """Value Measurement"""@en .
  68. #ABSTRACT CLASSES
  69. dave:Dimension
  70. a rdfs:Class, owl:Class ;
  71. rdfs:subClassOf qb:DataSet ;
  72. rdfs:comment """This represents the highest level of the characterisation of data value. A Dimension contains a number of data value Metric Groups. Dimensions are provided as subclasses of this abstract class, which is not intended for direct usage."""@en ;
  73. rdfs:label """Dimension"""@en .
  74. dave:MetricGroup
  75. a rdfs:Class, owl:Class ;
  76. rdfs:comment """A metric group is the second level of characterisation of data value, and represents a group of metrics that are related to each other, e.g. by being a recognised set of independent proxies for a given data value dimension. Each Metric Group is a part of a larger group called dimension (See dave:Dimension). MetricGroups are provided as subclasses of this abstract class, which is not intended for direct usage."""@en ;
  77. rdfs:label """Metric Groups"""@en .
  78. dave:Metric
  79. a rdfs:Class, owl:Class ;
  80. rdfs:subClassOf
  81. [ rdf:type owl:Restriction ;
  82. owl:onProperty dave:ValueMeasurement ;
  83. owl:minCardinality "1"^^xsd:nonNegativeInteger
  84. ] ;
  85. rdfs:comment """This is the smallest unit of characterisation of data value. It is part of a larger group called Metric Group (See dave:MetricGroup). This concept represents metrics that are heuristics designed to fit a specific assessment situation. Metrics are provided as subclasses of this abstract class, which is not intended for direct usage."""@en ;
  86. rdfs:label "Metric"@en .
  87. # PROPERTIES
  88. dave:datasetOwner
  89. a rdf:Property, owl:ObjectProperty ;
  90. rdfs:label "Dataset Owner"@en ;
  91. rdfs:comment """This property indicates the owner of the data resource or dataset ."""@en ;
  92. rdfs:domain dcat:Dataset ;
  93. rdfs:range foaf:Agent .
  94. dave:relevantToDataset
  95. a rdf:Property, owl:ObjectProperty ;
  96. rdfs:label "Relevant to Dataset"@en ;
  97. rdfs:comment """This property indicates the data resource or dataset that the data value metadata describes."""@en ;
  98. rdfs:domain dave:DataValue ;
  99. rdfs:range dcat:Dataset .
  100. dave:computedOn
  101. a rdf:Property, owl:ObjectProperty, qb:DimensionProperty ;
  102. rdfs:label "computed on"@en ;
  103. rdfs:comment """This property indicates the data resource or dataset that is being analysed using a Data Value metric."""@en ;
  104. rdfs:domain dave:ValueMeasurement ;
  105. rdfs:range dcat:Dataset .
  106. dave:hasValueDimension
  107. a rdf:Property, owl:ObjectProperty ;
  108. rdfs:label "has Value Dimension"@en ;
  109. rdfs:comment """This property will link a Data Value object (dave:DataValue) to any data value dimensions it contains. """@en ;
  110. rdfs:domain dave:DataValue ;
  111. rdfs:range dave:Dimension .
  112. dave:hasValueGroup
  113. a rdf:Property, owl:ObjectProperty ;
  114. rdfs:label "has Value Group"@en ;
  115. rdfs:comment """This property will link a Dimension (dave:Dimension) to data metric groups (dave:MetricGroup)."""@en ;
  116. rdfs:range dave:MetricGroup ;
  117. rdfs:domain dave:Dimension .
  118. dave:hasValueMetric
  119. a rdf:Property, owl:ObjectProperty ;
  120. rdfs:label "has Value Metric"@en ;
  121. rdfs:comment """This property will link a data metric group (dave:MetricGroup) to the related metrics (dave:Metric)."""@en ;
  122. rdfs:domain dave:MetricGroup ;
  123. rdfs:range dave:Metric .
  124. dave:implementsMetric
  125. a rdf:Property, owl:ObjectProperty ;
  126. rdfs:label "Implements Metric"@en ;
  127. rdfs:comment """This property will link a toolset to any metrics it implements."""@en ;
  128. rdfs:domain dave:Toolset ;
  129. rdfs:range dave:Metric .
  130. dave:hasDescription
  131. a rdf:Property, owl:ObjectProperty ;
  132. rdfs:label "has Description"@en ;
  133. rdfs:comment """This property will link a metric with its relevant description."""@en ;
  134. rdfs:domain dave:Metric ;
  135. rdfs:range dave:Description .
  136. dave:hasValueMeasurement
  137. a rdf:Property, owl:ObjectProperty ;
  138. rdfs:label "has Value Measurement"@en ;
  139. rdfs:comment """This property provides a link between a metric, and any number of measurements for the implementation of this metric."""@en ;
  140. rdfs:domain dave:Metric ;
  141. rdfs:range dave:ValueMeasurement .
  142. dave:hasValue
  143. a rdf:Property, owl:DatatypeProperty, qb:MeasureProperty ;
  144. rdfs:label "has Value"@en ;
  145. rdfs:comment """Each metric will return a quantification of value as a percentage. This property links this quantification to the respective metric. """@en ;
  146. rdfs:domain dave:ValueMeasurement .
  147. dave:basedOnReading
  148. a rdf:Property, owl:DatatypeProperty, qb:MeasureProperty ;
  149. rdfs:label "based on Reading"@en ;
  150. rdfs:comment """Each metric needs a variable to be calculated. This property will link to the relevant variable. Since there will be different return types for different metrics, this property will link a metric with a value object, including boolean, double, literal, etc."""@en ;
  151. rdfs:domain dave:ValueMeasurement .
  152. sdmx-dimension:timePeriod
  153. a qb:DimensionProperty ;
  154. rdfs:domain dave:ValueMeasurement ;
  155. rdfs:comment """This property is used to link a Value Measurement to a timestamp"""@en ;
  156. rdfs:range xsd:dateTime .
  157. #----------------------------------------------------------
  158. #Quality Dimension
  159. dave:Quality
  160. a rdfs:Class ;
  161. rdfs:subClassOf dave:Dimension ;
  162. rdfs:comment "Encompasses data value aspects that are related to quality" ;
  163. rdfs:label "Quality".
  164. #INTRINSIC Quality Metric Group ****************************
  165. dave:IntrinsicQuality
  166. a rdfs:Class ;
  167. rdfs:subClassOf dave:MetricGroup ;
  168. rdfs:comment "Encompasses metrics that assess intrinsic data value aspects that are related to quality" ;
  169. rdfs:label "Intrinsic Quality".
  170. dave:Completeness
  171. a rdfs:Class ;
  172. rdfs:subClassOf dave:Metric ;
  173. rdfs:comment "A metric calculating data asset value based on the completeness of a data asset";
  174. rdfs:label "Completeness".
  175. dave:Format
  176. a rdfs:Class ;
  177. rdfs:subClassOf dave:Metric ;
  178. rdfs:comment "A metric calculating data asset value based on the format of a data asset" ;
  179. rdfs:label "Format" .
  180. dave:Accuracy
  181. a rdfs:Class ;
  182. rdfs:subClassOf dave:Metric ;
  183. rdfs:comment "A metric calculating data asset value based on the accuracy of a data asset" ;
  184. rdfs:label "Accuracy" .
  185. dave:Clarity
  186. a rdfs:Class ;
  187. rdfs:subClassOf dave:Metric ;
  188. rdfs:comment "A metric calculating data asset value based on the clarity of a data asset" ;
  189. rdfs:label "Clarity" .
  190. dave:Consistency
  191. a rdfs:Class ;
  192. rdfs:subClassOf dave:Metric ;
  193. rdfs:comment "A metric calculating data asset value based on any (logical/formal) contradictions with respect to particular knowledge representation and inference mechanisms" ;
  194. rdfs:label "Consistency" .
  195. #EXTRINSIC Quality Metric Group ****************************
  196. dave:ExtrinsicQuality
  197. a rdfs:Class ;
  198. rdfs:subClassOf dave:MetricGroup ;
  199. rdfs:comment "Encompasses metrics that assess extrinsic data value aspects that are related to quality" ;
  200. rdfs:label "Extrinsic Quality".
  201. dave:Timeliness
  202. a rdfs:Class ;
  203. rdfs:subClassOf dave:Metric ;
  204. rdfs:comment "A metric calculating data asset value based on the timeliness of a data asset for a particular use case" ;
  205. rdfs:label "Timeliness" .
  206. dave:Accessibility
  207. a rdfs:Class ;
  208. rdfs:subClassOf dave:Metric ;
  209. rdfs:comment "A metric calculating data asset value based on the ability to access to and retrieve the data asset" ;
  210. rdfs:label "Accessibility" .
  211. dave:Usability
  212. a rdfs:Class ;
  213. rdfs:subClassOf dave:Metric ;
  214. rdfs:comment "A metric calculating data asset value based on the usability of a data asset" ;
  215. rdfs:label "Usability" .
  216. #----------------------------------------------------------
  217. #Impact Dimension
  218. dave:Impact
  219. a rdfs:Class ;
  220. rdfs:subClassOf dave:Dimension ;
  221. rdfs:comment "Encompasses data value aspects that are related to impact" ;
  222. rdfs:label "Impact".
  223. #Business Impact Metric group ****************************
  224. dave:BusinessImpact
  225. a rdfs:Class ;
  226. rdfs:subClassOf dave:MetricGroup ;
  227. rdfs:comment "Encompasses metrics that assess data value aspects that are related to the business impact" ;
  228. rdfs:label "Business Impact".
  229. dave:Utility
  230. a rdfs:Class ;
  231. rdfs:subClassOf dave:Metric ;
  232. rdfs:comment "A metric calculating data asset value based on the utility or meaning to business of a data asset" ;
  233. rdfs:label "Utility" .
  234. dave:Relevance
  235. a rdfs:Class ;
  236. rdfs:subClassOf dave:Metric ;
  237. rdfs:comment "A metric calculating data asset value based on the relevance of a data asset (to the context of use)" ;
  238. rdfs:label "Relevance" .
  239. #Data Impact Metric group ****************************
  240. dave:DataImpact
  241. a rdfs:Class ;
  242. rdfs:subClassOf dave:MetricGroup ;
  243. rdfs:comment "Encompasses metrics that assess data value aspects that are related to the data impact" ;
  244. rdfs:label "Data Impact".
  245. dave:Uniqueness
  246. a rdfs:Class ;
  247. rdfs:subClassOf dave:Metric ;
  248. rdfs:comment "A metric calculating data asset value based on the uniqueness of a data asset (when compared to other existing data assets)" ;
  249. rdfs:label "Uniqueness" .
  250. dave:DegreeOfChange
  251. a rdfs:Class ;
  252. rdfs:subClassOf dave:Metric ;
  253. rdfs:comment "A metric calculating data asset value based on the degree of change that a data asset provides, when compared to older/existing data assets" ;
  254. rdfs:label "Degree of Change" .
  255. #----------------------------------------------------------
  256. #Usage Dimension
  257. dave:Usage
  258. a rdfs:Class ;
  259. rdfs:subClassOf dave:Dimension ;
  260. rdfs:comment "Encompasses data value aspects that are related to usage" ;
  261. rdfs:label "Usage" .
  262. #Data Usage Related Metric group ****************************
  263. dave:DataUsage
  264. a rdfs:Class ;
  265. rdfs:subClassOf dave:MetricGroup ;
  266. rdfs:comment "Encompasses metrics that assess usage data value aspects that are related to the data in a data asset" ;
  267. rdfs:label "Data Usage" .
  268. dave:FrequencyOfAccess
  269. a rdfs:Class ;
  270. rdfs:subClassOf dave:Metric ;
  271. rdfs:comment "A metric calculating data asset value based on the number of accesses to a data asset" ;
  272. rdfs:label "Frequency of access" .
  273. dave:LastModificationDate
  274. a rdfs:Class ;
  275. rdfs:subClassOf dave:Metric ;
  276. rdfs:comment "A metric calculating data asset value based on the last date on which a data asset was modified" ;
  277. rdfs:label "Last Modification Date" .
  278. dave:ExpectedUsage
  279. a rdfs:Class ;
  280. rdfs:subClassOf dave:Metric ;
  281. rdfs:comment "A metric calculating data asset value based on the predicted use of a data asset" ;
  282. rdfs:label "Expected Usage" .
  283. dave:NumberOfApplications
  284. a rdfs:Class ;
  285. rdfs:subClassOf dave:Metric ;
  286. rdfs:comment "A metric calculating data asset value based on the number of applications using a data asset" ;
  287. rdfs:label "Number of Applications" .
  288. dave:CreatedOn
  289. a rdfs:Class ;
  290. rdfs:subClassOf dave:Metric ;
  291. rdfs:comment "A metric calculating data asset value based on the date the asset was created" ;
  292. rdfs:label "Creation Date" .
  293. #User Usage Related Metric group ****************************
  294. dave:UserUsage
  295. a rdfs:Class ;
  296. rdfs:subClassOf dave:MetricGroup ;
  297. rdfs:comment "Encompasses metrics that assess usage data value aspects that are related to the users of a data asset" ;
  298. rdfs:label "User Usage" .
  299. dave:NumberOfUsers
  300. a rdfs:Class ;
  301. rdfs:subClassOf dave:Metric ;
  302. rdfs:comment "A metric calculating data asset value based on the number of users of a data asset" ;
  303. rdfs:label "Number of Users" .
  304. dave:CreatedBy
  305. a rdfs:Class ;
  306. rdfs:subClassOf dave:Metric ;
  307. rdfs:comment "A metric calculating data asset value based on the creator of the asset" ;
  308. rdfs:label "Created by" .
  309. dave:ClassOfCreator
  310. a rdfs:Class ;
  311. rdfs:subClassOf dave:Metric ;
  312. rdfs:comment "A metric calculating data asset value based on the class of the creator of a data asset. `Higher' classes (e.g. manager) = more value" ;
  313. rdfs:label "Class of Creator" .
  314. dave:ClassOfUsers
  315. a rdfs:Class ;
  316. rdfs:subClassOf dave:Metric ;
  317. rdfs:comment "A metric calculating data asset value based on the classes of the users of a data asset. `Higher' classes (e.g. manager) = more value" ;
  318. rdfs:label "Class of Users" .
  319. #----------------------------------------------------------
  320. #Infrastructure Dimension
  321. dave:Infrastructure
  322. a rdfs:Class ;
  323. rdfs:subClassOf dave:Dimension ;
  324. rdfs:comment "Encompasses data value aspects that are related to the infrastructure" ;
  325. rdfs:label "Infrastructure".
  326. #USAGE Related Infrastructure Metric group ****************************
  327. dave:UsageInfrastructure
  328. a rdfs:Class ;
  329. rdfs:subClassOf dave:MetricGroup ;
  330. rdfs:comment "Encompasses metrics that assess data value aspects that are related to the usage/business infrastructure" ;
  331. rdfs:label "Usage Infrastructure" .
  332. dave:BusinessScope
  333. a rdfs:Class ;
  334. rdfs:subClassOf dave:Metric ;
  335. rdfs:comment "A metric used to specify the business scope (domain) of the data asset";
  336. rdfs:label "Business Scope".
  337. dave:Distribution
  338. a rdfs:Class ;
  339. rdfs:subClassOf dave:Metric ;
  340. rdfs:comment "A metric calculating the data asset value based on the amount of distribution/sharing of the data asset";
  341. rdfs:label "Distribution".
  342. #DATA Related Infrastructure Metric group ****************************
  343. dave:DataInfrastructure
  344. a rdfs:Class ;
  345. rdfs:subClassOf dave:MetricGroup ;
  346. rdfs:comment "Encompasses metrics that assess data value aspects that are related to the data infrastructure" ;
  347. rdfs:label "Data Infrastructure" .
  348. dave:DataManagement
  349. a rdfs:Class ;
  350. rdfs:subClassOf dave:Metric ;
  351. rdfs:comment "A metric calculating the data asset value based on the capability maturity level for data management on the data asset";
  352. rdfs:label "Data Management".
  353. dave:Integration
  354. a rdfs:Class ;
  355. rdfs:subClassOf dave:Metric ;
  356. rdfs:comment "A metric calculating the data asset value based on the level of integration of a data asset with other data assets";
  357. rdfs:label "Integration".
  358. #----------------------------------------------------------
  359. #Financial Dimension
  360. dave:Financial
  361. a rdfs:Class ;
  362. rdfs:subClassOf dave:Dimension ;
  363. rdfs:comment "Encompasses data value aspects that are related to finance" ;
  364. rdfs:label "Financial".
  365. #COST Related Metric group ****************************
  366. dave:CostFinancial
  367. a rdfs:Class ;
  368. rdfs:subClassOf dave:MetricGroup ;
  369. rdfs:comment "Encompasses metrics that assess data value aspects that are related to the cost of data assets" ;
  370. rdfs:label "Cost Finance" .
  371. dave:MaintenanceCost
  372. a rdfs:Class ;
  373. rdfs:subClassOf dave:Metric ;
  374. rdfs:comment "A metric calculating the data asset value based on the cost of maintenance the data asset";
  375. rdfs:label "Maintenance Cost".
  376. dave:AcquisitionCost
  377. a rdfs:Class ;
  378. rdfs:subClassOf dave:Metric ;
  379. rdfs:comment "A metric calculating the data asset value based on the cost of buying/generating the data asset";
  380. rdfs:label "Acquisition Cost".
  381. #PROFIT Related Infrastructure Metric group ****************************
  382. dave:ProfitFinancial
  383. a rdfs:Class ;
  384. rdfs:subClassOf dave:MetricGroup ;
  385. rdfs:comment "Encompasses metrics that assess data value aspects that are related to the profit resulting from using data assets" ;
  386. rdfs:label "Profit Finance" .
  387. dave:ReturnOnInvestment
  388. a rdfs:Class ;
  389. rdfs:subClassOf dave:Metric ;
  390. rdfs:comment "A metric calculating the data asset value based on the ROI of the data asset";
  391. rdfs:label "Return on Investment".
  392. #----------------------------------------------------------
  393. #Data Dimension
  394. dave:Data
  395. a rdfs:Class ;
  396. rdfs:subClassOf dave:Dimension ;
  397. rdfs:comment "Encompasses data value aspects that are related to the data within the data asset" ;
  398. rdfs:label "Data".
  399. #Intrinsic Data Metric group ****************************
  400. dave:IntrinsicData
  401. a rdfs:Class ;
  402. rdfs:subClassOf dave:MetricGroup ;
  403. rdfs:comment "Encompasses metrics that assess data value aspects that are related to intrinsic aspects about the data within data assets" ;
  404. rdfs:label "Intrinsic Data" .
  405. dave:Volume
  406. a rdfs:Class ;
  407. rdfs:subClassOf dave:Metric ;
  408. rdfs:comment "A metric calculating the data asset value based on the size of a data asset" ;
  409. rdfs:label "Volume" .
  410. dave:Contents
  411. a rdfs:Class ;
  412. rdfs:subClassOf dave:Metric ;
  413. rdfs:comment "A metric calculating the data asset value based on the contents of a data asset" ;
  414. rdfs:label "Contents" .
  415. #Extrinsic Data Metric group ****************************
  416. dave:ExtrinsicData
  417. a rdfs:Class ;
  418. rdfs:subClassOf dave:MetricGroup ;
  419. rdfs:comment "Encompasses metrics that assess data value aspects that are related to extrinsic aspects about the data within data assets" ;
  420. rdfs:label "Extrinsic Data" .
  421. dave:Trust
  422. a rdfs:Class ;
  423. rdfs:subClassOf dave:Metric ;
  424. rdfs:comment "A metric calculating the data asset value based on the trust of a user in a data asset" ;
  425. rdfs:label "Trust" .