From 380633b1a0ee4fb043983e7c99f09fb70d667528 Mon Sep 17 00:00:00 2001 From: OumaimaAMAL <117732363+OumaimaAMAL@users.noreply.github.com> Date: Wed, 5 Mar 2025 11:44:50 +0100 Subject: [PATCH] Update dqa.rdf --- dqa.rdf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dqa.rdf b/dqa.rdf index adbe7da..5c5f095 100644 --- a/dqa.rdf +++ b/dqa.rdf @@ -16,7 +16,7 @@ <owl:imports rdf:resource="http://www.w3.org/ns/dqv#"/> <terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2025-02-04</terms:created> <terms:creator>https://www.linkedin.com/in/oumaima-amal/</terms:creator> - <terms:description>DQA : an extension of the DQV ontology designed to enhance the assessment of data quality by introducing structured evaluation processes, traceability of applied methods, and granularities and also results of indicators application. It extends DQV by incorporating assessment processes, granular evaluation levels, formula-based and path-based assessment methods, and qualitative labels for evaluation results.</terms:description> + <terms:description>DQA : an extension of the DQV ontology designed to enhance the assessment of data quality by introducing structured evaluation processes, traceability of applied methods, and granularities and also results of indicators application. It extends DQV by incorporating assessment processes, granular evaluation levels, formula-based and source-based assessment methods, and qualitative labels for evaluation results.</terms:description> <terms:title>DQA : Data Quality Assessment Ontology</terms:title> <vann:preferredNamespacePrefix>dqa</vann:preferredNamespacePrefix> <vann:preferredNamespaceUri>http://www.semanticweb.org/dqa</vann:preferredNamespaceUri> @@ -92,7 +92,7 @@ <owl:ObjectProperty rdf:about="http://www.example.org/dqa#usesMethod"> <rdfs:domain rdf:resource="http://www.example.org/dqa#QualityAssessmentProcess"/> <rdfs:range rdf:resource="http://www.example.org/dqa#AssessmentMethod"/> - <rdfs:comment xml:lang="en">Links a quality assessment process to the specific method used for evaluation, either formula-based or path-based methods.</rdfs:comment> + <rdfs:comment xml:lang="en">Links a quality assessment process to the specific method used for evaluation, either formula-based or source-based methods.</rdfs:comment> <rdfs:label xml:lang="en">usesMethod</rdfs:label> </owl:ObjectProperty> @@ -162,7 +162,7 @@ <!-- http://www.example.org/dqa#AssessmentMethod --> <owl:Class rdf:about="http://www.example.org/dqa#AssessmentMethod"> - <rdfs:comment xml:lang="en">Defines the specific method applied to assess data quality, it is eaither a formula-based or path-based evaluation approach.</rdfs:comment> + <rdfs:comment xml:lang="en">Defines the specific method applied to assess data quality, it is eaither a formula-based or source-based evaluation approach.</rdfs:comment> <rdfs:label xml:lang="en">AssessmentMethod</rdfs:label> </owl:Class> -- GitLab