From df15cc5310c930e6090f3ecdd7a3f5af5d88d6ba Mon Sep 17 00:00:00 2001 From: OumaimaAMAL <117732363+OumaimaAMAL@users.noreply.github.com> Date: Wed, 5 Mar 2025 11:40:32 +0100 Subject: [PATCH] Update dqa.rdf --- dqa.rdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dqa.rdf b/dqa.rdf index e87e584..adbe7da 100644 --- a/dqa.rdf +++ b/dqa.rdf @@ -200,10 +200,10 @@ <!-- http://www.example.org/dqa#SourceBasedMethod --> - <owl:Class rdf:about="http://www.example.org/dqa#PathBasedMethod"> + <owl:Class rdf:about="http://www.example.org/dqa#SourceBasedMethod"> <rdfs:subClassOf rdf:resource="http://www.example.org/dqa#AssessmentMethod"/> <rdfs:comment xml:lang="en">A method that assesses data quality based on considering the source through which the data was generated and transmitted (e.g. provenance ..)</rdfs:comment> - <rdfs:label xml:lang="en">PathBasedMethod</rdfs:label> + <rdfs:label xml:lang="en">SourceBasedMethod</rdfs:label> </owl:Class> -- GitLab