Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix dqv:QualityAnnotation definition #509

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dqv.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@id" : "_:b6",
"@type" : "owl:Restriction",
"hasValue" : "dqv:qualityAssessment",
"onProperty" : "oa:motivation"
"onProperty" : "oa:motivatedBy"
}, {
"@id" : "_:b7",
"foaf:name" : "Christophe Guéret"
Expand Down
2 changes: 1 addition & 1 deletion dqv.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<skos:prefLabel xml:lang="en">Quality assessment</skos:prefLabel>
</oa:Motivation>
</owl:hasValue>
<owl:onProperty rdf:resource="http://www.w3.org/ns/oa#motivation"/>
<owl:onProperty rdf:resource="http://www.w3.org/ns/oa#motivatedBy"/>
</owl:Restriction>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/oa#Annotation"/>
Expand Down
4 changes: 2 additions & 2 deletions dqv.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dqv:QualityAnnotation a owl:Class, rdfs:Class ;
rdfs:subClassOf oa:Annotation ;
owl:equivalentClass
[ rdf:type owl:Restriction ;
owl:onProperty oa:motivation ;
owl:onProperty oa:motivatedBy ;
owl:hasValue dqv:qualityAssessment
] .

Expand Down Expand Up @@ -183,4 +183,4 @@ dqv:qualityAssessment a oa:Motivation ;

dqv:precision a dqv:Dimension ;
skos:prefLabel "Precision"@en ;
skos:definition "Precision is a quality dimension, which refers to the recorded level of details. It represents the exactness of a measurement or description. It is equivalent the notion of Precision from ISO 25012."@en .
skos:definition "Precision is a quality dimension, which refers to the recorded level of details. It represents the exactness of a measurement or description. It is equivalent the notion of Precision from ISO 25012."@en .