diff --git a/abecto-vocabulary.ttl b/abecto-vocabulary.ttl index 8e8a124..025f642 100644 --- a/abecto-vocabulary.ttl +++ b/abecto-vocabulary.ttl @@ -37,9 +37,9 @@ dcterms:license ; dcterms:created "2022-08-17"^^xsd:date ; dcterms:modified "2024-10-04"^^xsd:date ; - owl:versionInfo "1.3.0" ; - owl:versionIRI ; - owl:priorVersion ; + owl:versionInfo "1.3.1" ; + owl:versionIRI ; + owl:priorVersion ; . av:Plan a owl:Class ; diff --git a/docs/1.3.1/abecto-vocabulary.jsonld b/docs/1.3.1/abecto-vocabulary.jsonld new file mode 100644 index 0000000..e2e8821 --- /dev/null +++ b/docs/1.3.1/abecto-vocabulary.jsonld @@ -0,0 +1,1561 @@ +[ + { + "@id": "http://w3id.org/abecto/vocabulary#marCompletenessThomas08", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The ratio of the completeness of a dataset compared to multiple other datasets regarding a certain aspect estimated using the mark and recapture method as defined in Paul Thomas, 2008, Generalising multiple capture-recapture to non-uniform sample sizes, https://doi.org/10.1145/1390334.1390531." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "mark and recapture" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://doi.org/10.1145/1390334.1390531" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "http://www.w3.org/2016/05/ldqd#completeness" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#value", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The value of a parameter." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#Parameter" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "value" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#propertyPath", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The property path that connects the key variable of an aspect to a certain variable (av:variableName)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#VariablePath" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "property path" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#MetaDataGraph", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A meta data graph is a RDF graph that contains meta data of a dataset (dqv:computedOn)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "meta data graph" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/ns/dqv#QualityMetadata" + }, + { + "@id": "http://www.w3.org/2004/03/trix/rdfg-1/Graph" + }, + { + "@id": "http://www.w3.org/ns/prov#Entity" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#ResourceDuplicate", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the presence of a corresponding resource (av:comparedToResource) of a specified aspect (av:affectedAspect) in the same dataset." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "resource duplicate" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#definingQuery", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The query that defines the pattern of an aspect for a certain dataset." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#AspectPattern" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "defining query" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#absoluteCoverage", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The number of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "absolute coverage" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "http://www.w3.org/2016/05/ldqd#completeness" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#key", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The key or name of a parameter." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#Parameter" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "key" + }, + { + "@language": "en", + "@value": "name" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#Deviation", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes a mismatch of the value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) to the corresponding value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "deviation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#correspondsToResource", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/2002/07/owl#SymmetricProperty", + "http://www.w3.org/2002/07/owl#TransitiveProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A resource that corresponds to this resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "corresponds to resource" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#Step", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A single step in an ABECTO execution plan defined by the processor class, preceding steps (p-plan:isPrecededBy), parameters (av:hasParameter), and predefined meta data (av:predefinedMetaDataGraph)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "step" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://purl.org/net/p-plan#Step" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#affectedAspect", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The aspect that is concerned by some meta data, such as deviations, value omissions and resource omissions, quality measurements or issues." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "_:nc232e279285740828bcaa357631e91d9b3" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "affected aspect" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/abecto/vocabulary#Aspect" + } + ] + }, + { + "@id": "_:nc232e279285740828bcaa357631e91d9b3", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#unionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + }, + { + "@id": "http://w3id.org/abecto/vocabulary#QualityMeasurement" + } + ] + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#valueFilterCondition", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The value filter condition that was applied to the variable values before the measurement has been performed." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/ns/dqv#QualityMeasurement" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "value filter condition" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#duplicateCount", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The number of duplicated resources or duplicated property values of a certain aspect in a dataset." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "duplicate count" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "http://www.w3.org/2016/05/ldqd#conciseness" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#WrongValue", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the incorrectness of a value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "wrong value" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#AspectPattern", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An aspect pattern determines the facts from a single dataset (av:associatedDataset) belonging to a specific aspect (av:ofAspect) using a SPARQL select query (av:definingQuery)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "aspect pattern" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#count", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The number of resources or property values of a certain aspect in a dataset." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "count" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "http://www.w3.org/2016/05/ldqd#completeness" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#associatedDataset", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The dataset to that a resource belongs, such as primary or meta data graphs, aspect patterns or steps." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "associated dataset" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/ns/dcat#Dataset" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://w3id.org/abecto/vocabulary#PrimaryDataGraph" + }, + { + "@id": "http://w3id.org/abecto/vocabulary#MetaDataGraph" + }, + { + "@id": "http://w3id.org/abecto/vocabulary#AspectPattern" + }, + { + "@id": "http://w3id.org/abecto/vocabulary#Step" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#variableName", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The name of a variable the key variable of an aspect is connected with via a certain property path (av:propertyPath)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#VariablePath" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "variable name" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#comparedToDataset", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The dataset in comparison to that were derived some meta data, such as deviations, value omissions, resource omissions, or quality measurements." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "_:nc232e279285740828bcaa357631e91d9b6" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "compared to dataset" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/ns/dcat#Dataset" + } + ] + }, + { + "@id": "_:nc232e279285740828bcaa357631e91d9b6", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#unionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + }, + { + "@id": "http://w3id.org/abecto/vocabulary#QualityMeasurement" + } + ] + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#ofAspect", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The aspect an aspect pattern belongs to." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#AspectPattern" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "of aspect" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/abecto/vocabulary#Aspect" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#Parameter", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A generic parameter defined by a key String (av:key) and a value literal (rdf:value)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "parameter" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#StepExecution", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An activity that executes a single step of a plan. It is determined by the corresponding step (p-plan:correspondsToStep), start and end date time (prov:startedAtTime, prov:endedAtTime), and the used primary and meta data graphs (prov:used)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "step execution" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://purl.org/net/p-plan#Activity" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#absoluteCoveredness", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The number of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "absolute coveredness" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "http://www.w3.org/2016/05/ldqd#trustworthiness" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#Issue", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource or a dataset (oa:hasTarget). It describes an issue of a certain type (av:issueType) with a description (rdfs:comment). An issue might affect a certain aspect (av:Aspect), a certain aspect variable (av:affectedVariableName), or a certain aspect variable value (av:affectedValue)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "issue" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#keyVariableName", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The name of a variable that serves as primary key for an aspect." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#Aspect" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "key variable name" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#Aspect", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An aspect denotes a group of facts from multiple datasets belonging to corresponding features or classes of resources." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "aspect" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#hasParameter", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A parameter that was, is, or will be involved in an execution." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "has parameter" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/abecto/vocabulary#Parameter" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#relativeCoverage", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The ratio of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "relative coverage" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "http://www.w3.org/2016/05/ldqd#completeness" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#relevantResource", + "http://www.w3.org/2002/07/owl#deprecated": [ + { + "@value": true + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#Plan", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An ABECTO execution plan." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "ABECTO plan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://purl.org/net/p-plan#Plan" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#predefinedMetaDataGraph", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A predefined meta data graph that will be taken into account during the execution of a step without being the execution result of a preceding step." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#Step" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "predefined meta data graph" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/abecto/vocabulary#MetaDataGraph" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#ValueOmission", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the absent of a certain value for a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) in comparison to a value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "value omission" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#comparedToValue", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The value in comparison to that were derived some meta data, such as deviations, or value omissions." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "compared to value" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#QualityMeasurement", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A quality measurement represents the result value (dqv:value) of an evaluation of a given dataset (dqv:computedOn) against a specific quality metric (dqv:isMeasurementOf)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "quality measurement" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/ns/dqv#QualityMeasurement" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#comparedToResource", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The resource in comparison to that were derived some meta data, such as deviations, value omissions or resource omissions." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "compared to resource" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#deduplicatedCount", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The number of deduplicated resources or deduplicated property values of a certain aspect in a dataset." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "deduplicated count" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "http://www.w3.org/2016/05/ldqd#completeness" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-08-17" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@id": "_:nc232e279285740828bcaa357631e91d9b1" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "The ABECTO Vocabulary (AV) is a vocabulary for the description of execution plans and results of the ABox Evaluation and Comparison Tool for Ontologies (ABECTO)." + } + ], + "http://purl.org/dc/terms/license": [ + { + "@id": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-10-04" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "ABECTO Vocabulary" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "av" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "http://w3id.org/abecto/vocabulary#" + } + ], + "http://www.linkedmodel.org/schema/vaem#rationale": [ + { + "@value": "using statement `owl:imports ` because statement `owl:imports ` does not work" + } + ], + "http://www.w3.org/2002/07/owl#imports": [ + { + "@id": "http://www.w3.org/ns/dcat" + }, + { + "@id": "http://www.w3.org/ns/dqv" + }, + { + "@id": "http://www.w3.org/2016/05/ldqd" + }, + { + "@id": "http://www.opmw.org/p-plan.owl" + }, + { + "@id": "http://www.w3.org/ns/prov" + }, + { + "@id": "http://www.w3.org/2004/03/trix/rdfg-1/" + } + ], + "http://www.w3.org/2002/07/owl#priorVersion": [ + { + "@id": "http://w3id.org/abecto/vocabulary/1.3.0" + } + ], + "http://www.w3.org/2002/07/owl#versionIRI": [ + { + "@id": "http://w3id.org/abecto/vocabulary/1.3.1" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "1.3.1" + } + ] + }, + { + "@id": "_:nc232e279285740828bcaa357631e91d9b1", + "https://schema.org/affiliation": [ + { + "@id": "_:nc232e279285740828bcaa357631e91d9b2" + } + ], + "https://schema.org/identifier": [ + { + "@id": "https://orcid.org/0000-0002-7733-0193" + } + ], + "https://schema.org/name": [ + { + "@value": "Jan Martin Keil" + } + ] + }, + { + "@id": "_:nc232e279285740828bcaa357631e91d9b2", + "https://schema.org/name": [ + { + "@value": "Heinz Nixdorf Chair for Distributed Information Systems, Friedrich Schiller University Jena" + } + ], + "https://schema.org/url": [ + { + "@id": "https://www.fusion.uni-jena.de/" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#affectedValue", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The variable value of a resource of an aspect that is concerned by some meta data, such as deviations or issues." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "affected value" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#relativeCoveredness", + "@type": [ + "http://www.w3.org/ns/dqv#Metric" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The ratio of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "relative coveredness" + } + ], + "http://www.w3.org/ns/dqv#inDimension": [ + { + "@id": "http://www.w3.org/2016/05/ldqd#trustworthiness" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#PrimaryDataGraph", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A primary data graph is a RDF graph that contains primary data of a dataset (av:associatedDataset)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "primary data graph" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2004/03/trix/rdfg-1/Graph" + }, + { + "@id": "http://www.w3.org/ns/prov#Entity" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#VariablePath", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A connection between the key variable and another variable (av:variableName) of an aspect by a property path (av:propertyPath)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "variable path" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#correspondsNotToResource", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/2002/07/owl#SymmetricProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A resource that not corresponds to this resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "corresponds not to resource" + } + ], + "http://www.w3.org/2002/07/owl#propertyChainAxiom": [ + { + "@list": [ + { + "@id": "http://w3id.org/abecto/vocabulary#correspondsNotToResource" + }, + { + "@id": "http://w3id.org/abecto/vocabulary#correspondsToResource" + } + ] + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#issueType", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty", + "http://www.w3.org/2002/07/owl#FunctionalProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The described custom type of an issue." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#Issue" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "issue type" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A quality annotation body is the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). This class serves as super class of different types of annotation bodies and is not intended for direct use." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "quality annotation body" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#javaClass", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The associated Java class of a processor. The value is expected to be a resource represented by an IRI with the \"java\" scheme and the fully qualified name of the class as path, e.g. \"\"." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#Step" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "processor class" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://docs.oracle.com/javase/specs/jls/se16/html/jls-3.html#jls-3.8" + }, + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.5.3.2" + }, + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.7" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#ResourceOmission", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a dataset (oa:hasTarget). It denotes the absent of a corresponding resource from a specified aspect (av:affectedAspect) in comparison to a resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "resource omission" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#affectedVariableName", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The variable of an aspect that is concerned by some meta data, such as deviations, value omissions, quality measurements, or issues." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "affected variable name" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://w3id.org/abecto/vocabulary#Deviation" + }, + { + "@id": "http://w3id.org/abecto/vocabulary#ValueOmission" + }, + { + "@id": "http://www.w3.org/ns/dqv#QualityMeasurement" + }, + { + "@id": "http://w3id.org/abecto/vocabulary#Issue" + } + ] + } +] \ No newline at end of file diff --git a/docs/1.3.1/abecto-vocabulary.nt b/docs/1.3.1/abecto-vocabulary.nt new file mode 100644 index 0000000..7fabf24 --- /dev/null +++ b/docs/1.3.1/abecto-vocabulary.nt @@ -0,0 +1,298 @@ + "compared to value"@en . + "A connection between the key variable and another variable (av:variableName) of an aspect by a property path (av:propertyPath)."@en . + . + "The aspect an aspect pattern belongs to."@en . + "compared to dataset"@en . + "av" . + "1.3.1" . + . + . + "The described custom type of an issue."@en . + . + "value omission"@en . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db8 . + "resource omission"@en . + "associated dataset"@en . + . + "step"@en . + . + . + . + . + . + "The dataset in comparison to that were derived some meta data, such as deviations, value omissions, resource omissions, or quality measurements."@en . + . + . + . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db1 . + "deviation"@en . + "absolute coverage"@en . + "value filter condition"@en . + . + . + . + . + . + "of aspect"@en . +_:n1fcebced028e4b718f06ed75d09c2b0db1 "Jan Martin Keil" . + "quality annotation body"@en . + . + . + "The name of a variable the key variable of an aspect is connected with via a certain property path (av:propertyPath)."@en . + . + "aspect pattern"@en . + . + . + "The name of a variable that serves as primary key for an aspect."@en . + . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db4 . + . + "http://w3id.org/abecto/vocabulary#" . + . + . + . + . + "The value in comparison to that were derived some meta data, such as deviations, or value omissions."@en . + "The number of duplicated resources or duplicated property values of a certain aspect in a dataset."@en . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db2 "Heinz Nixdorf Chair for Distributed Information Systems, Friedrich Schiller University Jena" . + . + "A resource that not corresponds to this resource."@en . + . + . + . + . + . + "relative coveredness"@en . + . + . + . + . + "parameter"@en . + "has parameter"@en . + . + . + . + "A resource that corresponds to this resource."@en . + "predefined meta data graph"@en . + . + "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes a mismatch of the value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) to the corresponding value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)."@en . + "The value filter condition that was applied to the variable values before the measurement has been performed."@en . + . + . + _:n1fcebced028e4b718f06ed75d09c2b0db9 . + "mark and recapture"@en . + . + . + "processor class"@en . + "2024-10-04"^^ . + "relative coverage"@en . + "The resource in comparison to that were derived some meta data, such as deviations, value omissions or resource omissions."@en . + . + . + _:n1fcebced028e4b718f06ed75d09c2b0db1 . + . +_:n1fcebced028e4b718f06ed75d09c2b0db7 _:n1fcebced028e4b718f06ed75d09c2b0db8 . + "ABECTO Vocabulary"@en . + "value"@en . + "The query that defines the pattern of an aspect for a certain dataset."@en . + . + . + . + "A primary data graph is a RDF graph that contains primary data of a dataset (av:associatedDataset)."@en . + "affected aspect"@en . + . + . + . + "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the absent of a certain value for a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) in comparison to a value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)."@en . + "The associated Java class of a processor. The value is expected to be a resource represented by an IRI with the \"java\" scheme and the fully qualified name of the class as path, e.g. \"\"."@en . + . + . + . + . + "The ratio of the completeness of a dataset compared to multiple other datasets regarding a certain aspect estimated using the mark and recapture method as defined in Paul Thomas, 2008, Generalising multiple capture-recapture to non-uniform sample sizes, https://doi.org/10.1145/1390334.1390531."@en . + . + . + . + . + . + . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db7 . + . + . + "defining query"@en . + "ABECTO plan"@en . + . + . + "A meta data graph is a RDF graph that contains meta data of a dataset (dqv:computedOn)."@en . + . + "affected value"@en . + . + "primary data graph"@en . + . + . + . + . + "quality measurement"@en . + . + "variable name"@en . + "The dataset to that a resource belongs, such as primary or meta data graphs, aspect patterns or steps."@en . + . + "A generic parameter defined by a key String (av:key) and a value literal (rdf:value)."@en . + "The number of resources or property values of a certain aspect in a dataset."@en . + "A predefined meta data graph that will be taken into account during the execution of a step without being the execution result of a preceding step."@en . + "aspect"@en . + "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the presence of a corresponding resource (av:comparedToResource) of a specified aspect (av:affectedAspect) in the same dataset."@en . + . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db10 . + "A single step in an ABECTO execution plan defined by the processor class, preceding steps (p-plan:isPrecededBy), parameters (av:hasParameter), and predefined meta data (av:predefinedMetaDataGraph)."@en . + . + . + "property path"@en . + . + "variable path"@en . + . + "The key or name of a parameter."@en . + "An aspect pattern determines the facts from a single dataset (av:associatedDataset) belonging to a specific aspect (av:ofAspect) using a SPARQL select query (av:definingQuery)."@en . + "The ratio of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource."@en . +_:n1fcebced028e4b718f06ed75d09c2b0db9 . + . + . + . + . + . + "count"@en . + . + "duplicate count"@en . + "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource or a dataset (oa:hasTarget). It describes an issue of a certain type (av:issueType) with a description (rdfs:comment). An issue might affect a certain aspect (av:Aspect), a certain aspect variable (av:affectedVariableName), or a certain aspect variable value (av:affectedValue)."@en . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db2 . +_:n1fcebced028e4b718f06ed75d09c2b0db10 . + . + . + . + . + "resource duplicate"@en . + "deduplicated count"@en . + . + . + "The value of a parameter."@en . + . + "The number of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource."@en . + . + "The variable of an aspect that is concerned by some meta data, such as deviations, value omissions, quality measurements, or issues."@en . + "An ABECTO execution plan."@en . + "issue type"@en . + "compared to resource"@en . + . + . + . + . + "absolute coveredness"@en . + "The variable value of a resource of an aspect that is concerned by some meta data, such as deviations or issues."@en . + . + . + "The property path that connects the key variable of an aspect to a certain variable (av:variableName)."@en . + . + "using statement `owl:imports ` because statement `owl:imports ` does not work" . + "step execution"@en . + "affected variable name"@en . + . + . + . + . + . + "A quality measurement represents the result value (dqv:value) of an evaluation of a given dataset (dqv:computedOn) against a specific quality metric (dqv:isMeasurementOf)."@en . + . + . + . + . + . + . + "The number of deduplicated resources or deduplicated property values of a certain aspect in a dataset."@en . +_:n1fcebced028e4b718f06ed75d09c2b0db3 . +_:n1fcebced028e4b718f06ed75d09c2b0db5 . + "The ratio of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource."@en . + . + . + . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db3 _:n1fcebced028e4b718f06ed75d09c2b0db4 . + . + . + . + "name"@en . + . + "A parameter that was, is, or will be involved in an execution."@en . +_:n1fcebced028e4b718f06ed75d09c2b0db4 _:n1fcebced028e4b718f06ed75d09c2b0db5 . + "meta data graph"@en . +_:n1fcebced028e4b718f06ed75d09c2b0db5 . + "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the incorrectness of a value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect)."@en . + "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a dataset (oa:hasTarget). It denotes the absent of a corresponding resource from a specified aspect (av:affectedAspect) in comparison to a resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)."@en . + . + . + . + "key variable name"@en . + . + "https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.5.3.2"^^ . +_:n1fcebced028e4b718f06ed75d09c2b0db6 . + . + . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db1 _:n1fcebced028e4b718f06ed75d09c2b0db2 . + . + "corresponds not to resource"@en . + . + "issue"@en . + . + . + "The number of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource."@en . + _:n1fcebced028e4b718f06ed75d09c2b0db3 . + . + . + . + "The ABECTO Vocabulary (AV) is a vocabulary for the description of execution plans and results of the ABox Evaluation and Comparison Tool for Ontologies (ABECTO)."@en . + "An activity that executes a single step of a plan. It is determined by the corresponding step (p-plan:correspondsToStep), start and end date time (prov:startedAtTime, prov:endedAtTime), and the used primary and meta data graphs (prov:used)."@en . +_:n1fcebced028e4b718f06ed75d09c2b0db8 . +_:n1fcebced028e4b718f06ed75d09c2b0db6 _:n1fcebced028e4b718f06ed75d09c2b0db7 . + "https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.7"^^ . + . + . + . + "The aspect that is concerned by some meta data, such as deviations, value omissions and resource omissions, quality measurements or issues."@en . + . + . + . + "https://docs.oracle.com/javase/specs/jls/se16/html/jls-3.html#jls-3.8"^^ . + . + "2022-08-17"^^ . + "An aspect denotes a group of facts from multiple datasets belonging to corresponding features or classes of resources."@en . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db9 _:n1fcebced028e4b718f06ed75d09c2b0db10 . + _:n1fcebced028e4b718f06ed75d09c2b0db6 . + . + . + "true"^^ . + "key"@en . + . + . + "wrong value"@en . + . + "A quality annotation body is the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). This class serves as super class of different types of annotation bodies and is not intended for direct use."@en . + "corresponds to resource"@en . + . diff --git a/docs/1.3.1/abecto-vocabulary.rdf b/docs/1.3.1/abecto-vocabulary.rdf new file mode 100644 index 0000000..0af44c2 --- /dev/null +++ b/docs/1.3.1/abecto-vocabulary.rdf @@ -0,0 +1,367 @@ + + + + processor class + ".]]> + + https://docs.oracle.com/javase/specs/jls/se16/html/jls-3.html#jls-3.8 + https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.5.3.2 + https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.7 + + + + + + + + + ` because statement `owl:imports ` does not work]]> + http://w3id.org/abecto/vocabulary# + av + ABECTO Vocabulary + The ABECTO Vocabulary (AV) is a vocabulary for the description of execution plans and results of the ABox Evaluation and Comparison Tool for Ontologies (ABECTO). + + + Jan Martin Keil + + + + Heinz Nixdorf Chair for Distributed Information Systems, Friedrich Schiller University Jena + + + + + + + 2022-08-17 + 2024-10-04 + 1.3.1 + + + + + + + value filter condition + The value filter condition that was applied to the variable values before the measurement has been performed. + + + + + + + resource omission + An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a dataset (oa:hasTarget). It denotes the absent of a corresponding resource from a specified aspect (av:affectedAspect) in comparison to a resource (av:comparedToResource) from a specified dataset (av:comparedToDataset). + + + + + ABECTO plan + An ABECTO execution plan. + + + + compared to dataset + The dataset in comparison to that were derived some meta data, such as deviations, value omissions, resource omissions, or quality measurements. + + + + + + + + + + + + + absolute coveredness + The number of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource. + + + + + associated dataset + The dataset to that a resource belongs, such as primary or meta data graphs, aspect patterns or steps. + + + + + + + + + of aspect + The aspect an aspect pattern belongs to. + + + + + + + issue type + The described custom type of an issue. + + + + + + compared to value + The value in comparison to that were derived some meta data, such as deviations, or value omissions. + + + + + defining query + The query that defines the pattern of an aspect for a certain dataset. + + + + + + duplicate count + The number of duplicated resources or duplicated property values of a certain aspect in a dataset. + + + + + key variable name + The name of a variable that serves as primary key for an aspect. + + + + + + affected variable name + The variable of an aspect that is concerned by some meta data, such as deviations, value omissions, quality measurements, or issues. + + + + + + + + + + has parameter + A parameter that was, is, or will be involved in an execution. + + + + + deduplicated count + The number of deduplicated resources or deduplicated property values of a certain aspect in a dataset. + + + + + compared to resource + The resource in comparison to that were derived some meta data, such as deviations, value omissions or resource omissions. + + + + + property path + The property path that connects the key variable of an aspect to a certain variable (av:variableName). + + + + + + value + The value of a parameter. + + + + + + relative coveredness + The ratio of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource. + + + + + absolute coverage + The number of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource. + + + + + relative coverage + The ratio of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource. + + + + + affected value + The variable value of a resource of an aspect that is concerned by some meta data, such as deviations or issues. + + + + + + resource duplicate + An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the presence of a corresponding resource (av:comparedToResource) of a specified aspect (av:affectedAspect) in the same dataset. + + + + affected aspect + The aspect that is concerned by some meta data, such as deviations, value omissions and resource omissions, quality measurements or issues. + + + + + + + + + + + + + + wrong value + An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the incorrectness of a value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect). + + + + variable name + The name of a variable the key variable of an aspect is connected with via a certain property path (av:propertyPath). + + + + + + count + The number of resources or property values of a certain aspect in a dataset. + + + + + + step execution + An activity that executes a single step of a plan. It is determined by the corresponding step (p-plan:correspondsToStep), start and end date time (prov:startedAtTime, prov:endedAtTime), and the used primary and meta data graphs (prov:used). + + + + key + name + The key or name of a parameter. + + + + + + predefined meta data graph + A predefined meta data graph that will be taken into account during the execution of a step without being the execution result of a preceding step. + + + + + + mark and recapture + The ratio of the completeness of a dataset compared to multiple other datasets regarding a certain aspect estimated using the mark and recapture method as defined in Paul Thomas, 2008, Generalising multiple capture-recapture to non-uniform sample sizes, https://doi.org/10.1145/1390334.1390531. + + + + + + true + + + variable path + A connection between the key variable and another variable (av:variableName) of an aspect by a property path (av:propertyPath). + + + + + + + + + corresponds not to resource + A resource that not corresponds to this resource. + + + + aspect + An aspect denotes a group of facts from multiple datasets belonging to corresponding features or classes of resources. + + + + quality annotation body + A quality annotation body is the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). This class serves as super class of different types of annotation bodies and is not intended for direct use. + + + + + + primary data graph + A primary data graph is a RDF graph that contains primary data of a dataset (av:associatedDataset). + + + + + + corresponds to resource + A resource that corresponds to this resource. + + + + + value omission + An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the absent of a certain value for a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) in comparison to a value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset). + + + + + + + meta data graph + A meta data graph is a RDF graph that contains meta data of a dataset (dqv:computedOn). + + + + + quality measurement + A quality measurement represents the result value (dqv:value) of an evaluation of a given dataset (dqv:computedOn) against a specific quality metric (dqv:isMeasurementOf). + + + + parameter + A generic parameter defined by a key String (av:key) and a value literal (rdf:value). + + + + aspect pattern + An aspect pattern determines the facts from a single dataset (av:associatedDataset) belonging to a specific aspect (av:ofAspect) using a SPARQL select query (av:definingQuery). + + + + + step + A single step in an ABECTO execution plan defined by the processor class, preceding steps (p-plan:isPrecededBy), parameters (av:hasParameter), and predefined meta data (av:predefinedMetaDataGraph). + + + + + deviation + An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes a mismatch of the value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) to the corresponding value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset). + + + + + issue + An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource or a dataset (oa:hasTarget). It describes an issue of a certain type (av:issueType) with a description (rdfs:comment). An issue might affect a certain aspect (av:Aspect), a certain aspect variable (av:affectedVariableName), or a certain aspect variable value (av:affectedValue). + + + diff --git a/docs/1.3.1/abecto-vocabulary.ttl b/docs/1.3.1/abecto-vocabulary.ttl new file mode 100644 index 0000000..bcb77a9 --- /dev/null +++ b/docs/1.3.1/abecto-vocabulary.ttl @@ -0,0 +1,346 @@ +@prefix av: . +@prefix dcat: . +@prefix dcterms: . +@prefix dqv: . +@prefix ldqd: . +@prefix owl: . +@prefix p-plan: . +@prefix prov: . +@prefix rdf: . +@prefix rdfg: . +@prefix rdfs: . +@prefix schema: . +@prefix vaem: . +@prefix vann: . +@prefix xsd: . + +av:Plan a owl:Class ; + rdfs:label "ABECTO plan"@en ; + rdfs:comment "An ABECTO execution plan."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf p-plan:Plan . + +av:ResourceDuplicate a owl:Class ; + rdfs:label "resource duplicate"@en ; + rdfs:comment "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the presence of a corresponding resource (av:comparedToResource) of a specified aspect (av:affectedAspect) in the same dataset."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf av:QualityAnnotationBody . + +av:ResourceOmission a owl:Class ; + rdfs:label "resource omission"@en ; + rdfs:comment "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a dataset (oa:hasTarget). It denotes the absent of a corresponding resource from a specified aspect (av:affectedAspect) in comparison to a resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf av:QualityAnnotationBody . + +av:StepExecution a owl:Class ; + rdfs:label "step execution"@en ; + rdfs:comment "An activity that executes a single step of a plan. It is determined by the corresponding step (p-plan:correspondsToStep), start and end date time (prov:startedAtTime, prov:endedAtTime), and the used primary and meta data graphs (prov:used)."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf p-plan:Activity . + +av:WrongValue a owl:Class ; + rdfs:label "wrong value"@en ; + rdfs:comment "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the incorrectness of a value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect)."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf av:QualityAnnotationBody . + +av:absoluteCoverage a dqv:Metric ; + rdfs:label "absolute coverage"@en ; + rdfs:comment "The number of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource."@en ; + rdfs:isDefinedBy ; + dqv:inDimension ldqd:completeness . + +av:absoluteCoveredness a dqv:Metric ; + rdfs:label "absolute coveredness"@en ; + rdfs:comment "The number of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource."@en ; + rdfs:isDefinedBy ; + dqv:inDimension ldqd:trustworthiness . + +av:affectedAspect a owl:ObjectProperty ; + rdfs:label "affected aspect"@en ; + rdfs:comment "The aspect that is concerned by some meta data, such as deviations, value omissions and resource omissions, quality measurements or issues."@en ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( av:QualityAnnotationBody av:QualityMeasurement ) ] ; + rdfs:isDefinedBy ; + rdfs:range av:Aspect . + +av:affectedValue a owl:DatatypeProperty ; + rdfs:label "affected value"@en ; + rdfs:comment "The variable value of a resource of an aspect that is concerned by some meta data, such as deviations or issues."@en ; + rdfs:domain av:QualityAnnotationBody ; + rdfs:isDefinedBy . + +av:affectedVariableName a owl:DatatypeProperty ; + rdfs:label "affected variable name"@en ; + rdfs:comment "The variable of an aspect that is concerned by some meta data, such as deviations, value omissions, quality measurements, or issues."@en ; + rdfs:domain av:QualityAnnotationBody ; + rdfs:isDefinedBy ; + rdfs:range xsd:string ; + rdfs:seeAlso av:Deviation, + av:Issue, + av:ValueOmission, + dqv:QualityMeasurement . + +av:associatedDataset a owl:ObjectProperty ; + rdfs:label "associated dataset"@en ; + rdfs:comment "The dataset to that a resource belongs, such as primary or meta data graphs, aspect patterns or steps."@en ; + rdfs:isDefinedBy ; + rdfs:range dcat:Dataset ; + rdfs:seeAlso av:AspectPattern, + av:MetaDataGraph, + av:PrimaryDataGraph, + av:Step . + +av:comparedToDataset a owl:ObjectProperty ; + rdfs:label "compared to dataset"@en ; + rdfs:comment "The dataset in comparison to that were derived some meta data, such as deviations, value omissions, resource omissions, or quality measurements."@en ; + rdfs:domain [ a owl:Class ; + owl:unionOf ( av:QualityAnnotationBody av:QualityMeasurement ) ] ; + rdfs:isDefinedBy ; + rdfs:range dcat:Dataset . + +av:comparedToResource a owl:ObjectProperty ; + rdfs:label "compared to resource"@en ; + rdfs:comment "The resource in comparison to that were derived some meta data, such as deviations, value omissions or resource omissions."@en ; + rdfs:domain av:QualityAnnotationBody ; + rdfs:isDefinedBy . + +av:comparedToValue a owl:DatatypeProperty ; + rdfs:label "compared to value"@en ; + rdfs:comment "The value in comparison to that were derived some meta data, such as deviations, or value omissions."@en ; + rdfs:domain av:QualityAnnotationBody ; + rdfs:isDefinedBy . + +av:count a dqv:Metric ; + rdfs:label "count"@en ; + rdfs:comment "The number of resources or property values of a certain aspect in a dataset."@en ; + rdfs:isDefinedBy ; + dqv:inDimension ldqd:completeness . + +av:deduplicatedCount a dqv:Metric ; + rdfs:label "deduplicated count"@en ; + rdfs:comment "The number of deduplicated resources or deduplicated property values of a certain aspect in a dataset."@en ; + rdfs:isDefinedBy ; + dqv:inDimension ldqd:completeness . + +av:definingQuery a owl:DatatypeProperty ; + rdfs:label "defining query"@en ; + rdfs:comment "The query that defines the pattern of an aspect for a certain dataset."@en ; + rdfs:domain av:AspectPattern ; + rdfs:isDefinedBy ; + rdfs:range xsd:string . + +av:duplicateCount a dqv:Metric ; + rdfs:label "duplicate count"@en ; + rdfs:comment "The number of duplicated resources or duplicated property values of a certain aspect in a dataset."@en ; + rdfs:isDefinedBy ; + dqv:inDimension ldqd:conciseness . + +av:hasParameter a owl:ObjectProperty ; + rdfs:label "has parameter"@en ; + rdfs:comment "A parameter that was, is, or will be involved in an execution."@en ; + rdfs:isDefinedBy ; + rdfs:range av:Parameter . + +av:issueType a owl:DatatypeProperty, + owl:FunctionalProperty ; + rdfs:label "issue type"@en ; + rdfs:comment "The described custom type of an issue."@en ; + rdfs:domain av:Issue ; + rdfs:isDefinedBy ; + rdfs:range xsd:string . + +av:javaClass a owl:ObjectProperty ; + rdfs:label "processor class"@en ; + rdfs:comment "The associated Java class of a processor. The value is expected to be a resource represented by an IRI with the \"java\" scheme and the fully qualified name of the class as path, e.g. \"\"."@en ; + rdfs:domain av:Step ; + rdfs:isDefinedBy ; + rdfs:seeAlso "https://docs.oracle.com/javase/specs/jls/se16/html/jls-3.html#jls-3.8"^^xsd:anyURI, + "https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.5.3.2"^^xsd:anyURI, + "https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.7"^^xsd:anyURI . + +av:key a owl:DatatypeProperty ; + rdfs:label "key"@en, + "name"@en ; + rdfs:comment "The key or name of a parameter."@en ; + rdfs:domain av:Parameter ; + rdfs:isDefinedBy ; + rdfs:range xsd:string . + +av:keyVariableName a owl:DatatypeProperty ; + rdfs:label "key variable name"@en ; + rdfs:comment "The name of a variable that serves as primary key for an aspect."@en ; + rdfs:domain av:Aspect ; + rdfs:isDefinedBy ; + rdfs:range xsd:string . + +av:marCompletenessThomas08 a dqv:Metric ; + rdfs:label "mark and recapture"@en ; + rdfs:comment "The ratio of the completeness of a dataset compared to multiple other datasets regarding a certain aspect estimated using the mark and recapture method as defined in Paul Thomas, 2008, Generalising multiple capture-recapture to non-uniform sample sizes, https://doi.org/10.1145/1390334.1390531."@en ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + dqv:inDimension ldqd:completeness . + +av:ofAspect a owl:ObjectProperty ; + rdfs:label "of aspect"@en ; + rdfs:comment "The aspect an aspect pattern belongs to."@en ; + rdfs:domain av:AspectPattern ; + rdfs:isDefinedBy ; + rdfs:range av:Aspect . + +av:predefinedMetaDataGraph a owl:ObjectProperty ; + rdfs:label "predefined meta data graph"@en ; + rdfs:comment "A predefined meta data graph that will be taken into account during the execution of a step without being the execution result of a preceding step."@en ; + rdfs:domain av:Step ; + rdfs:isDefinedBy ; + rdfs:range av:MetaDataGraph . + +av:propertyPath a owl:DatatypeProperty ; + rdfs:label "property path"@en ; + rdfs:comment "The property path that connects the key variable of an aspect to a certain variable (av:variableName)."@en ; + rdfs:domain av:VariablePath ; + rdfs:isDefinedBy ; + rdfs:range xsd:string . + +av:relativeCoverage a dqv:Metric ; + rdfs:label "relative coverage"@en ; + rdfs:comment "The ratio of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource."@en ; + rdfs:isDefinedBy ; + dqv:inDimension ldqd:completeness . + +av:relativeCoveredness a dqv:Metric ; + rdfs:label "relative coveredness"@en ; + rdfs:comment "The ratio of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource."@en ; + rdfs:isDefinedBy ; + dqv:inDimension ldqd:trustworthiness . + +av:relevantResource owl:deprecated true . + +av:value a owl:DatatypeProperty ; + rdfs:label "value"@en ; + rdfs:comment "The value of a parameter."@en ; + rdfs:domain av:Parameter ; + rdfs:isDefinedBy ; + rdfs:range xsd:string . + +av:valueFilterCondition a owl:DatatypeProperty ; + rdfs:label "value filter condition"@en ; + rdfs:comment "The value filter condition that was applied to the variable values before the measurement has been performed."@en ; + rdfs:domain dqv:QualityMeasurement ; + rdfs:isDefinedBy ; + rdfs:range xsd:string . + +av:variableName a owl:DatatypeProperty ; + rdfs:label "variable name"@en ; + rdfs:comment "The name of a variable the key variable of an aspect is connected with via a certain property path (av:propertyPath)."@en ; + rdfs:domain av:VariablePath ; + rdfs:isDefinedBy ; + rdfs:range xsd:string . + +av:Deviation a owl:Class ; + rdfs:label "deviation"@en ; + rdfs:comment "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes a mismatch of the value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) to the corresponding value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf av:QualityAnnotationBody . + +av:PrimaryDataGraph a owl:Class ; + rdfs:label "primary data graph"@en ; + rdfs:comment "A primary data graph is a RDF graph that contains primary data of a dataset (av:associatedDataset)."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf rdfg:Graph, + prov:Entity . + +av:ValueOmission a owl:Class ; + rdfs:label "value omission"@en ; + rdfs:comment "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the absent of a certain value for a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) in comparison to a value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf av:QualityAnnotationBody . + +av:correspondsNotToResource a owl:ObjectProperty, + owl:SymmetricProperty ; + rdfs:label "corresponds not to resource"@en ; + rdfs:comment "A resource that not corresponds to this resource."@en ; + rdfs:isDefinedBy ; + owl:propertyChainAxiom ( av:correspondsNotToResource av:correspondsToResource ) . + +av:correspondsToResource a owl:ObjectProperty, + owl:SymmetricProperty, + owl:TransitiveProperty ; + rdfs:label "corresponds to resource"@en ; + rdfs:comment "A resource that corresponds to this resource."@en ; + rdfs:isDefinedBy . + +av:Issue a owl:Class ; + rdfs:label "issue"@en ; + rdfs:comment "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource or a dataset (oa:hasTarget). It describes an issue of a certain type (av:issueType) with a description (rdfs:comment). An issue might affect a certain aspect (av:Aspect), a certain aspect variable (av:affectedVariableName), or a certain aspect variable value (av:affectedValue)."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf av:QualityAnnotationBody . + +av:MetaDataGraph a owl:Class ; + rdfs:label "meta data graph"@en ; + rdfs:comment "A meta data graph is a RDF graph that contains meta data of a dataset (dqv:computedOn)."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf rdfg:Graph, + dqv:QualityMetadata, + prov:Entity . + +av:QualityMeasurement a owl:Class ; + rdfs:label "quality measurement"@en ; + rdfs:comment "A quality measurement represents the result value (dqv:value) of an evaluation of a given dataset (dqv:computedOn) against a specific quality metric (dqv:isMeasurementOf)."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf dqv:QualityMeasurement . + +av:VariablePath a owl:Class ; + rdfs:label "variable path"@en ; + rdfs:comment "A connection between the key variable and another variable (av:variableName) of an aspect by a property path (av:propertyPath)."@en ; + rdfs:isDefinedBy . + +av:Aspect a owl:Class ; + rdfs:label "aspect"@en ; + rdfs:comment "An aspect denotes a group of facts from multiple datasets belonging to corresponding features or classes of resources."@en ; + rdfs:isDefinedBy . + +av:AspectPattern a owl:Class ; + rdfs:label "aspect pattern"@en ; + rdfs:comment "An aspect pattern determines the facts from a single dataset (av:associatedDataset) belonging to a specific aspect (av:ofAspect) using a SPARQL select query (av:definingQuery)."@en ; + rdfs:isDefinedBy . + +av:Parameter a owl:Class ; + rdfs:label "parameter"@en ; + rdfs:comment "A generic parameter defined by a key String (av:key) and a value literal (rdf:value)."@en ; + rdfs:isDefinedBy . + +av:Step a owl:Class ; + rdfs:label "step"@en ; + rdfs:comment "A single step in an ABECTO execution plan defined by the processor class, preceding steps (p-plan:isPrecededBy), parameters (av:hasParameter), and predefined meta data (av:predefinedMetaDataGraph)."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf p-plan:Step . + +av:QualityAnnotationBody a owl:Class ; + rdfs:label "quality annotation body"@en ; + rdfs:comment "A quality annotation body is the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). This class serves as super class of different types of annotation bodies and is not intended for direct use."@en ; + rdfs:isDefinedBy . + + a owl:Ontology ; + dcterms:created "2022-08-17"^^xsd:date ; + dcterms:creator [ schema:affiliation [ schema:name "Heinz Nixdorf Chair for Distributed Information Systems, Friedrich Schiller University Jena" ; + schema:url ] ; + schema:identifier ; + schema:name "Jan Martin Keil" ] ; + dcterms:description "The ABECTO Vocabulary (AV) is a vocabulary for the description of execution plans and results of the ABox Evaluation and Comparison Tool for Ontologies (ABECTO)."@en ; + dcterms:license ; + dcterms:modified "2024-10-04"^^xsd:date ; + dcterms:title "ABECTO Vocabulary"@en ; + vann:preferredNamespacePrefix "av" ; + vann:preferredNamespaceUri "http://w3id.org/abecto/vocabulary#" ; + vaem:rationale "using statement `owl:imports ` because statement `owl:imports ` does not work" ; + owl:imports , + rdfg:, + , + , + , + ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "1.3.1" . + diff --git a/docs/1.3.1/index.html b/docs/1.3.1/index.html new file mode 100644 index 0000000..9fb594d --- /dev/null +++ b/docs/1.3.1/index.html @@ -0,0 +1,2568 @@ + + + + ABECTO Vocabulary + + + + + + + +
+
+

ABECTO Vocabulary

+

Metadata

+
+
+
+ IRI +
+
+ http://w3id.org/abecto/vocabulary +
+
+
+
+ Title +
+

ABECTO Vocabulary

+
+ +
+
+ Date Created +
+

2022-08-17

+
+
+
+ Date Modified +
+

2024-10-04

+
+ +
+
+ Version Iri +
+
+ ns1:1.3.1 +
+
+
+
+ Version Info +
+

1.3.1

+
+
+
+ Prior Version +
+
+ ns1:1.3.0 +
+
+ + +
+
+ Description +
+

The ABECTO Vocabulary (AV) is a vocabulary for the description of execution plans and results of the ABox Evaluation and Comparison Tool for Ontologies (ABECTO).

+
+
+
+
+

Classes

+
+

ABECTO plan + c +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#Plan +
+ Is Defined By + + ns2:vocabulary +
+ Description +

An ABECTO execution plan.

+ Sub Class Of + + p-plan:Plan +
+
+
+

step + c +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#Step +
+ Is Defined By + + ns2:vocabulary +
+ Description +

A single step in an ABECTO execution plan defined by the processor class, preceding steps (p-plan:isPrecededBy), parameters (av:hasParameter), and predefined meta data (av:predefinedMetaDataGraph).

+ Sub Class Of + + p-plan:Step +
+ In Domain Of + + +
+
+
+

step execution + c +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#StepExecution +
+ Is Defined By + + ns2:vocabulary +
+ Description +

An activity that executes a single step of a plan. It is determined by the corresponding step (p-plan:correspondsToStep), start and end date time (prov:startedAtTime, prov:endedAtTime), and the used primary and meta data graphs (prov:used).

+ Sub Class Of + + p-plan:Activity +
+
+
+

parameter + c +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#Parameter +
+ Is Defined By + + ns2:vocabulary +
+ Description +

A generic parameter defined by a key String (av:key) and a value literal (rdf:value).

+ In Domain Of + + +
+ In Range Of + + + av:hasParameter + op + +
+
+
+

aspect + c +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#Aspect +
+ Is Defined By + + ns2:vocabulary +
+ Description +

An aspect denotes a group of facts from multiple datasets belonging to corresponding features or classes of resources.

+ In Domain Of + + + av:keyVariableName + dp + +
+ In Range Of + + +
+
+
+

aspect pattern + c +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#AspectPattern +
+ Is Defined By + + ns2:vocabulary +
+ Description +

An aspect pattern determines the facts from a single dataset (av:associatedDataset) belonging to a specific aspect (av:ofAspect) using a SPARQL select query (av:definingQuery).

+ In Domain Of + + +
+
+
+

quality measurement + c +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#QualityMeasurement +
+ Is Defined By + + ns2:vocabulary +
+ Description +

A quality measurement represents the result value (dqv:value) of an evaluation of a given dataset (dqv:computedOn) against a specific quality metric (dqv:isMeasurementOf).

+ Sub Class Of + + dqv:QualityMeasurement +
+
+
+

quality annotation body + c +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#QualityAnnotationBody +
+ Is Defined By + + ns2:vocabulary +
+ Description +

A quality annotation body is the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). This class serves as super class of different types of annotation bodies and is not intended for direct use.

+ In Domain Of + + +
+ Super Class Of + + +
+
+
+

deviation + c +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#Deviation +
+ Is Defined By + + ns2:vocabulary +
+ Description +

An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes a mismatch of the value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) to the corresponding value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset).

+ Sub Class Of + + + av:QualityAnnotationBody + c + +
+
+
+

wrong value + c +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#WrongValue +
+ Is Defined By + + ns2:vocabulary +
+ Description +

An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the incorrectness of a value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect).

+ Sub Class Of + + + av:QualityAnnotationBody + c + +
+
+
+

value omission + c +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#ValueOmission +
+ Is Defined By + + ns2:vocabulary +
+ Description +

An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the absent of a certain value for a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) in comparison to a value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset).

+ Sub Class Of + + + av:QualityAnnotationBody + c + +
+
+
+

variable path + c +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#VariablePath +
+ Is Defined By + + ns2:vocabulary +
+ Description +

A connection between the key variable and another variable (av:variableName) of an aspect by a property path (av:propertyPath).

+ In Domain Of + + +
+
+
+

resource omission + c +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#ResourceOmission +
+ Is Defined By + + ns2:vocabulary +
+ Description +

An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a dataset (oa:hasTarget). It denotes the absent of a corresponding resource from a specified aspect (av:affectedAspect) in comparison to a resource (av:comparedToResource) from a specified dataset (av:comparedToDataset).

+ Sub Class Of + + + av:QualityAnnotationBody + c + +
+
+
+

resource duplicate + c +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#ResourceDuplicate +
+ Is Defined By + + ns2:vocabulary +
+ Description +

An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the presence of a corresponding resource (av:comparedToResource) of a specified aspect (av:affectedAspect) in the same dataset.

+ Sub Class Of + + + av:QualityAnnotationBody + c + +
+
+
+

issue + c +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#Issue +
+ Is Defined By + + ns2:vocabulary +
+ Description +

An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource or a dataset (oa:hasTarget). It describes an issue of a certain type (av:issueType) with a description (rdfs:comment). An issue might affect a certain aspect (av:Aspect), a certain aspect variable (av:affectedVariableName), or a certain aspect variable value (av:affectedValue).

+ Sub Class Of + + + av:QualityAnnotationBody + c + +
+ In Domain Of + + + av:issueType + dp + +
+
+
+

meta data graph + c +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#MetaDataGraph +
+ Is Defined By + + ns2:vocabulary +
+ Description +

A meta data graph is a RDF graph that contains meta data of a dataset (dqv:computedOn).

+ Sub Class Of + + +
+ In Range Of + + + av:predefinedMetaDataGraph + op + +
+
+
+

primary data graph + c +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#PrimaryDataGraph +
+ Is Defined By + + ns2:vocabulary +
+ Description +

A primary data graph is a RDF graph that contains primary data of a dataset (av:associatedDataset).

+ Sub Class Of + + +
+
+
+
+

Object Properties

+
+

has parameter + op +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#hasParameter +
+ Is Defined By + + ns2:vocabulary +
+ Description +

A parameter that was, is, or will be involved in an execution.

+ Range + + + av:Parameter + c + +
+
+
+

of aspect + op +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#ofAspect +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The aspect an aspect pattern belongs to.

+ Domain + + + av:AspectPattern + c + +
+ Range + + + av:Aspect + c + +
+
+
+

affected aspect + op +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#affectedAspect +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The aspect that is concerned by some meta data, such as deviations, value omissions and resource omissions, quality measurements or issues.

+ Domain + + av:QualityMeasurement + c + or + av:QualityAnnotationBody + c +
+ Range + + + av:Aspect + c + +
+
+
+

associated dataset + op +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#associatedDataset +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The dataset to that a resource belongs, such as primary or meta data graphs, aspect patterns or steps.

+ Range + + dcat:Dataset +
+
+
+

compared to dataset + op +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#comparedToDataset +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The dataset in comparison to that were derived some meta data, such as deviations, value omissions, resource omissions, or quality measurements.

+ Domain + + av:QualityAnnotationBody + c + or + av:QualityMeasurement + c +
+ Range + + dcat:Dataset +
+
+
+

compared to resource + op +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#comparedToResource +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The resource in comparison to that were derived some meta data, such as deviations, value omissions or resource omissions.

+ Domain + + + av:QualityAnnotationBody + c + +
+
+
+

corresponds to resource + op +

+ + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#correspondsToResource +
+ Is Defined By + + ns2:vocabulary +
+ Description +

A resource that corresponds to this resource.

+
+
+

corresponds not to resource + op +

+ + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#correspondsNotToResource +
+ Is Defined By + + ns2:vocabulary +
+ Description +

A resource that not corresponds to this resource.

+
+
+

predefined meta data graph + op +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#predefinedMetaDataGraph +
+ Is Defined By + + ns2:vocabulary +
+ Description +

A predefined meta data graph that will be taken into account during the execution of a step without being the execution result of a preceding step.

+ Domain + + + av:Step + c + +
+ Range + + + av:MetaDataGraph + c + +
+
+
+

processor class + op +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#javaClass +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The associated Java class of a processor. The value is expected to be a resource represented by an IRI with the "java" scheme and the fully qualified name of the class as path, e.g. "".

+ Domain + + + av:Step + c + +
+
+
+ + av:QualityAnnotationBody + c + + + av:QualityMeasurement + c + + + av:QualityAnnotationBody + c + + + av:QualityMeasurement + c + +
+

Datatype Properties

+
+

defining query + dp +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#definingQuery +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The query that defines the pattern of an aspect for a certain dataset.

+ Domain + + + av:AspectPattern + c + +
+ Range + + xsd:string +
+
+
+

keyname + dp +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#key +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The key or name of a parameter.

+ Domain + + + av:Parameter + c + +
+ Range + + xsd:string +
+
+
+

value + dp +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#value +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The value of a parameter.

+ Domain + + + av:Parameter + c + +
+ Range + + xsd:string +
+
+
+

key variable name + dp +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#keyVariableName +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The name of a variable that serves as primary key for an aspect.

+ Domain + + + av:Aspect + c + +
+ Range + + xsd:string +
+
+
+

variable name + dp +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#variableName +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The name of a variable the key variable of an aspect is connected with via a certain property path (av:propertyPath).

+ Domain + + + av:VariablePath + c + +
+ Range + + xsd:string +
+
+
+

property path + dp +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#propertyPath +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The property path that connects the key variable of an aspect to a certain variable (av:variableName).

+ Domain + + + av:VariablePath + c + +
+ Range + + xsd:string +
+
+
+

affected variable name + dp +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#affectedVariableName +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The variable of an aspect that is concerned by some meta data, such as deviations, value omissions, quality measurements, or issues.

+ Domain + + + av:QualityAnnotationBody + c + +
+ Range + + xsd:string +
+
+
+

affected value + dp +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#affectedValue +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The variable value of a resource of an aspect that is concerned by some meta data, such as deviations or issues.

+ Domain + + + av:QualityAnnotationBody + c + +
+
+
+

compared to value + dp +

+ + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#comparedToValue +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The value in comparison to that were derived some meta data, such as deviations, or value omissions.

+ Domain + + + av:QualityAnnotationBody + c + +
+
+
+

issue type + dp +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#issueType +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The described custom type of an issue.

+ Domain + + + av:Issue + c + +
+ Range + + xsd:string +
+
+
+

value filter condition + dp +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#valueFilterCondition +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The value filter condition that was applied to the variable values before the measurement has been performed.

+ Domain + + dqv:QualityMeasurement +
+ Range + + xsd:string +
+
+
+
+

Functional Properties

+
+

issue type + fp +

+ + + + + + + + + + + + + + + + + + + + + +
IRI + http://w3id.org/abecto/vocabulary#issueType +
+ Is Defined By + + ns2:vocabulary +
+ Description +

The described custom type of an issue.

+ Domain + + + av:Issue + c + +
+ Range + + xsd:string +
+
+
+
+

Namespaces

+
+
av
+
+ http://w3id.org/abecto/vocabulary# +
+
dcat
+
+ http://www.w3.org/ns/dcat# +
+
dcterms
+
+ http://purl.org/dc/terms/ +
+
dqv
+
+ http://www.w3.org/ns/dqv# +
+
ldqd
+
+ http://www.w3.org/2016/05/ldqd# +
+
ns1
+
+ http://w3id.org/abecto/vocabulary/ +
+
ns2
+
+ http://w3id.org/abecto/ +
+
owl
+
+ http://www.w3.org/2002/07/owl# +
+
p-plan
+
+ http://purl.org/net/p-plan# +
+
prov
+
+ http://www.w3.org/ns/prov# +
+
rdf
+
+ http://www.w3.org/1999/02/22-rdf-syntax-ns# +
+
rdfg
+
+ http://www.w3.org/2004/03/trix/rdfg-1/ +
+
rdfs
+
+ http://www.w3.org/2000/01/rdf-schema# +
+
schema
+
+ https://schema.org/ +
+
vaem
+
+ http://www.linkedmodel.org/schema/vaem# +
+
vann
+
+ http://purl.org/vocab/vann/ +
+
xsd
+
+ http://www.w3.org/2001/XMLSchema# +
+
+
+
+

Legend

+ + + + + + + + + + + + + + + + + +
+ c + Classes
+ op + Object Properties
+ dp + Datatype Properties
+ fp + Functional Properties
+
+
+
+

made by + + p + y + LODE + + 3.0.4 +

+
+
+

Table of Contents

+ +
+ + \ No newline at end of file diff --git a/docs/abecto-vocabulary.jsonld b/docs/abecto-vocabulary.jsonld index cadd5d9..e2e8821 100644 --- a/docs/abecto-vocabulary.jsonld +++ b/docs/abecto-vocabulary.jsonld @@ -1,13 +1,13 @@ [ { - "@id": "http://w3id.org/abecto/vocabulary#duplicateCount", + "@id": "http://w3id.org/abecto/vocabulary#marCompletenessThomas08", "@type": [ "http://www.w3.org/ns/dqv#Metric" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The number of duplicated resources or duplicated property values of a certain aspect in a dataset." + "@value": "The ratio of the completeness of a dataset compared to multiple other datasets regarding a certain aspect estimated using the mark and recapture method as defined in Paul Thomas, 2008, Generalising multiple capture-recapture to non-uniform sample sizes, https://doi.org/10.1145/1390334.1390531." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18,24 +18,34 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "duplicate count" + "@value": "mark and recapture" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://doi.org/10.1145/1390334.1390531" } ], "http://www.w3.org/ns/dqv#inDimension": [ { - "@id": "http://www.w3.org/2016/05/ldqd#conciseness" + "@id": "http://www.w3.org/2016/05/ldqd#completeness" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#ResourceDuplicate", + "@id": "http://w3id.org/abecto/vocabulary#value", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the presence of a corresponding resource (av:comparedToResource) of a specified aspect (av:affectedAspect) in the same dataset." + "@value": "The value of a parameter." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#Parameter" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -46,24 +56,24 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "resource omission" + "@value": "value" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#variableName", + "@id": "http://w3id.org/abecto/vocabulary#propertyPath", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The name of a variable the key variable of an aspect is connected with via a certain property path (av:propertyPath)." + "@value": "The property path that connects the key variable of an aspect to a certain variable (av:variableName)." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -79,7 +89,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "variable name" + "@value": "property path" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -89,14 +99,14 @@ ] }, { - "@id": "http://w3id.org/abecto/vocabulary#relativeCoverage", + "@id": "http://w3id.org/abecto/vocabulary#MetaDataGraph", "@type": [ - "http://www.w3.org/ns/dqv#Metric" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The ratio of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource." + "@value": "A meta data graph is a RDF graph that contains meta data of a dataset (dqv:computedOn)." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -107,24 +117,30 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "relative coverage" + "@value": "meta data graph" } ], - "http://www.w3.org/ns/dqv#inDimension": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2016/05/ldqd#completeness" + "@id": "http://www.w3.org/ns/dqv#QualityMetadata" + }, + { + "@id": "http://www.w3.org/2004/03/trix/rdfg-1/Graph" + }, + { + "@id": "http://www.w3.org/ns/prov#Entity" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#VariablePath", + "@id": "http://w3id.org/abecto/vocabulary#ResourceDuplicate", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "A connection between the key variable and another variable (av:variableName) of an aspect by a property path (av:propertyPath)." + "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the presence of a corresponding resource (av:comparedToResource) of a specified aspect (av:affectedAspect) in the same dataset." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -135,24 +151,29 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "variable path" + "@value": "resource duplicate" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#comparedToResource", + "@id": "http://w3id.org/abecto/vocabulary#definingQuery", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The resource in comparison to that were derived some meta data, such as deviations, value omissions or resource omissions." + "@value": "The query that defines the pattern of an aspect for a certain dataset." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + "@id": "http://w3id.org/abecto/vocabulary#AspectPattern" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -163,25 +184,24 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "compared to resource" + "@value": "defining query" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#issueType", + "@id": "http://w3id.org/abecto/vocabulary#absoluteCoverage", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty", - "http://www.w3.org/2002/07/owl#FunctionalProperty" + "http://www.w3.org/ns/dqv#Metric" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The described custom type of an issue." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/abecto/vocabulary#Issue" + "@value": "The number of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -192,29 +212,29 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "issue type" + "@value": "absolute coverage" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/ns/dqv#inDimension": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "http://www.w3.org/2016/05/ldqd#completeness" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#affectedAspect", + "@id": "http://w3id.org/abecto/vocabulary#key", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The aspect that is concerned by some meta data, such as deviations, value omissions and resource omissions, quality measurements or issues." + "@value": "The key or name of a parameter." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "_:n88e0bca0ec9247c79ccff2e6dcf3be91b3" + "@id": "http://w3id.org/abecto/vocabulary#Parameter" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -225,47 +245,28 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "affected aspect" + "@value": "key" + }, + { + "@language": "en", + "@value": "name" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/abecto/vocabulary#Aspect" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id": "_:n88e0bca0ec9247c79ccff2e6dcf3be91b3", + "@id": "http://w3id.org/abecto/vocabulary#Deviation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#unionOf": [ - { - "@list": [ - { - "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" - }, - { - "@id": "http://w3id.org/abecto/vocabulary#QualityMeasurement" - } - ] - } - ] - }, - { - "@id": "http://w3id.org/abecto/vocabulary#comparedToDataset", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The dataset in comparison to that were derived some meta data, such as deviations, value omissions, resource omissions, or quality measurements." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "_:n88e0bca0ec9247c79ccff2e6dcf3be91b6" + "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes a mismatch of the value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) to the corresponding value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -276,42 +277,49 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "compared to dataset" + "@value": "deviation" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/ns/dcat#Dataset" + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" } ] }, { - "@id": "_:n88e0bca0ec9247c79ccff2e6dcf3be91b6", + "@id": "http://w3id.org/abecto/vocabulary#correspondsToResource", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/2002/07/owl#SymmetricProperty", + "http://www.w3.org/2002/07/owl#TransitiveProperty" ], - "http://www.w3.org/2002/07/owl#unionOf": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@list": [ - { - "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" - }, - { - "@id": "http://w3id.org/abecto/vocabulary#QualityMeasurement" - } - ] + "@language": "en", + "@value": "A resource that corresponds to this resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "corresponds to resource" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#AspectPattern", + "@id": "http://w3id.org/abecto/vocabulary#Step", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "An aspect pattern determines the facts from a single dataset (av:associatedDataset) belonging to a specific aspect (av:ofAspect) using a SPARQL select query (av:definingQuery)." + "@value": "A single step in an ABECTO execution plan defined by the processor class, preceding steps (p-plan:isPrecededBy), parameters (av:hasParameter), and predefined meta data (av:predefinedMetaDataGraph)." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -322,32 +330,29 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "aspect pattern" + "@value": "step" } - ] - }, - { - "@id": "http://w3id.org/abecto/vocabulary#relevantResource", - "http://www.w3.org/2002/07/owl#deprecated": [ + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": true + "@id": "http://purl.org/net/p-plan#Step" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#ofAspect", + "@id": "http://w3id.org/abecto/vocabulary#affectedAspect", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The aspect an aspect pattern belongs to." + "@value": "The aspect that is concerned by some meta data, such as deviations, value omissions and resource omissions, quality measurements or issues." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/abecto/vocabulary#AspectPattern" + "@id": "_:nc232e279285740828bcaa357631e91d9b3" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -358,7 +363,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "of aspect" + "@value": "affected aspect" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -368,14 +373,37 @@ ] }, { - "@id": "http://w3id.org/abecto/vocabulary#StepExecution", + "@id": "_:nc232e279285740828bcaa357631e91d9b3", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + }, + { + "@id": "http://w3id.org/abecto/vocabulary#QualityMeasurement" + } + ] + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#valueFilterCondition", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "An activity that executes a single step of a plan. It is determined by the corresponding step (p-plan:correspondsToStep), start and end date time (prov:startedAtTime, prov:endedAtTime), and the used primary and meta data graphs (prov:used)." + "@value": "The value filter condition that was applied to the variable values before the measurement has been performed." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/ns/dqv#QualityMeasurement" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -386,24 +414,24 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "step execution" + "@value": "value filter condition" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://purl.org/net/p-plan#Activity" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#ResourceOmission", + "@id": "http://w3id.org/abecto/vocabulary#duplicateCount", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/ns/dqv#Metric" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a dataset (oa:hasTarget). It denotes the absent of a corresponding resource from a specified aspect (av:affectedAspect) in comparison to a resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)." + "@value": "The number of duplicated resources or duplicated property values of a certain aspect in a dataset." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -414,24 +442,24 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "resource omission" + "@value": "duplicate count" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/ns/dqv#inDimension": [ { - "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + "@id": "http://www.w3.org/2016/05/ldqd#conciseness" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#ValueOmission", + "@id": "http://w3id.org/abecto/vocabulary#WrongValue", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the absent of a certain value for a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) in comparison to a value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)." + "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the incorrectness of a value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect)." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -442,7 +470,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "value omission" + "@value": "wrong value" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -452,14 +480,14 @@ ] }, { - "@id": "http://w3id.org/abecto/vocabulary#hasParameter", + "@id": "http://w3id.org/abecto/vocabulary#AspectPattern", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "A parameter that was, is, or will be involved in an execution." + "@value": "An aspect pattern determines the facts from a single dataset (av:associatedDataset) belonging to a specific aspect (av:ofAspect) using a SPARQL select query (av:definingQuery)." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -470,24 +498,19 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has parameter" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://w3id.org/abecto/vocabulary#Parameter" + "@value": "aspect pattern" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#absoluteCoverage", + "@id": "http://w3id.org/abecto/vocabulary#count", "@type": [ "http://www.w3.org/ns/dqv#Metric" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The number of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource." + "@value": "The number of resources or property values of a certain aspect in a dataset." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -498,7 +521,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "absolute coverage" + "@value": "count" } ], "http://www.w3.org/ns/dqv#inDimension": [ @@ -508,14 +531,14 @@ ] }, { - "@id": "http://w3id.org/abecto/vocabulary#WrongValue", + "@id": "http://w3id.org/abecto/vocabulary#associatedDataset", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the incorrectness of a value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect)." + "@value": "The dataset to that a resource belongs, such as primary or meta data graphs, aspect patterns or steps." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -526,29 +549,43 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "wrong value" + "@value": "associated dataset" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + "@id": "http://www.w3.org/ns/dcat#Dataset" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://w3id.org/abecto/vocabulary#PrimaryDataGraph" + }, + { + "@id": "http://w3id.org/abecto/vocabulary#MetaDataGraph" + }, + { + "@id": "http://w3id.org/abecto/vocabulary#AspectPattern" + }, + { + "@id": "http://w3id.org/abecto/vocabulary#Step" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#comparedToValue", + "@id": "http://w3id.org/abecto/vocabulary#variableName", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The value in comparison to that were derived some meta data, such as deviations, or value omissions." + "@value": "The name of a variable the key variable of an aspect is connected with via a certain property path (av:propertyPath)." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + "@id": "http://w3id.org/abecto/vocabulary#VariablePath" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -559,21 +596,29 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "compared to value" + "@value": "variable name" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#correspondsToResource", + "@id": "http://w3id.org/abecto/vocabulary#comparedToDataset", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/2002/07/owl#SymmetricProperty", - "http://www.w3.org/2002/07/owl#TransitiveProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "A resource that corresponds to this resource." + "@value": "The dataset in comparison to that were derived some meta data, such as deviations, value omissions, resource omissions, or quality measurements." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "_:nc232e279285740828bcaa357631e91d9b6" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -584,24 +629,47 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "corresponds to resource" + "@value": "compared to dataset" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/ns/dcat#Dataset" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#value", + "@id": "_:nc232e279285740828bcaa357631e91d9b6", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2002/07/owl#unionOf": [ + { + "@list": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + }, + { + "@id": "http://w3id.org/abecto/vocabulary#QualityMeasurement" + } + ] + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#ofAspect", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The value of a parameter." + "@value": "The aspect an aspect pattern belongs to." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/abecto/vocabulary#Parameter" + "@id": "http://w3id.org/abecto/vocabulary#AspectPattern" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -612,24 +680,24 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "value" + "@value": "of aspect" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "http://w3id.org/abecto/vocabulary#Aspect" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#count", + "@id": "http://w3id.org/abecto/vocabulary#Parameter", "@type": [ - "http://www.w3.org/ns/dqv#Metric" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The number of resources or property values of a certain aspect in a dataset." + "@value": "A generic parameter defined by a key String (av:key) and a value literal (rdf:value)." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -640,12 +708,35 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "count" + "@value": "parameter" } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#StepExecution", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/ns/dqv#inDimension": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2016/05/ldqd#completeness" + "@language": "en", + "@value": "An activity that executes a single step of a plan. It is determined by the corresponding step (p-plan:correspondsToStep), start and end date time (prov:startedAtTime, prov:endedAtTime), and the used primary and meta data graphs (prov:used)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "step execution" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://purl.org/net/p-plan#Activity" } ] }, @@ -678,14 +769,14 @@ ] }, { - "@id": "http://w3id.org/abecto/vocabulary#Step", + "@id": "http://w3id.org/abecto/vocabulary#Issue", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "A single step in an ABECTO execution plan defined by the processor class, preceding steps (p-plan:isPrecededBy), parameters (av:hasParameter), and predefined meta data (av:predefinedMetaDataGraph)." + "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource or a dataset (oa:hasTarget). It describes an issue of a certain type (av:issueType) with a description (rdfs:comment). An issue might affect a certain aspect (av:Aspect), a certain aspect variable (av:affectedVariableName), or a certain aspect variable value (av:affectedValue)." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -696,29 +787,29 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "step" + "@value": "issue" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://purl.org/net/p-plan#Step" + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#definingQuery", + "@id": "http://w3id.org/abecto/vocabulary#keyVariableName", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The query that defines the pattern of an aspect for a certain dataset." + "@value": "The name of a variable that serves as primary key for an aspect." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/abecto/vocabulary#AspectPattern" + "@id": "http://w3id.org/abecto/vocabulary#Aspect" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -729,7 +820,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "defining query" + "@value": "key variable name" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -739,14 +830,14 @@ ] }, { - "@id": "http://w3id.org/abecto/vocabulary#marCompletenessThomas08", + "@id": "http://w3id.org/abecto/vocabulary#Aspect", "@type": [ - "http://www.w3.org/ns/dqv#Metric" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The ratio of the completeness of a dataset compared to multiple other datasets regarding a certain aspect estimated using the mark and recapture method as defined in Paul Thomas, 2008, Generalising multiple capture-recapture to non-uniform sample sizes, https://doi.org/10.1145/1390334.1390531." + "@value": "An aspect denotes a group of facts from multiple datasets belonging to corresponding features or classes of resources." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -757,29 +848,47 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "mark and recapture" + "@value": "aspect" } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#hasParameter", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://doi.org/10.1145/1390334.1390531" + "@language": "en", + "@value": "A parameter that was, is, or will be involved in an execution." } ], - "http://www.w3.org/ns/dqv#inDimension": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "http://www.w3.org/2016/05/ldqd#completeness" + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "has parameter" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://w3id.org/abecto/vocabulary#Parameter" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#PrimaryDataGraph", + "@id": "http://w3id.org/abecto/vocabulary#relativeCoverage", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/ns/dqv#Metric" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "A primary data graph is a RDF graph that contains primary data of a dataset (av:associatedDataset)." + "@value": "The ratio of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -790,27 +899,32 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "primary data graph" + "@value": "relative coverage" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/ns/dqv#inDimension": [ { - "@id": "http://www.w3.org/2004/03/trix/rdfg-1/Graph" - }, + "@id": "http://www.w3.org/2016/05/ldqd#completeness" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#relevantResource", + "http://www.w3.org/2002/07/owl#deprecated": [ { - "@id": "http://www.w3.org/ns/prov#Entity" + "@value": true } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#Aspect", + "@id": "http://w3id.org/abecto/vocabulary#Plan", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "An aspect denotes a group of facts from multiple datasets belonging to corresponding features or classes of resources." + "@value": "An ABECTO execution plan." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -821,24 +935,29 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "aspect" + "@value": "ABECTO plan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://purl.org/net/p-plan#Plan" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#key", + "@id": "http://w3id.org/abecto/vocabulary#predefinedMetaDataGraph", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The key or name of a parameter." + "@value": "A predefined meta data graph that will be taken into account during the execution of a step without being the execution result of a preceding step." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/abecto/vocabulary#Parameter" + "@id": "http://w3id.org/abecto/vocabulary#Step" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -849,28 +968,24 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "key" - }, - { - "@language": "en", - "@value": "name" + "@value": "predefined meta data graph" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "http://w3id.org/abecto/vocabulary#MetaDataGraph" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#Plan", + "@id": "http://w3id.org/abecto/vocabulary#ValueOmission", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "An ABECTO execution plan." + "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the absent of a certain value for a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) in comparison to a value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -881,24 +996,29 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "ABECTO plan" + "@value": "value omission" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://purl.org/net/p-plan#Plan" + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#Deviation", + "@id": "http://w3id.org/abecto/vocabulary#comparedToValue", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes a mismatch of the value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) to the corresponding value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)." + "@value": "The value in comparison to that were derived some meta data, such as deviations, or value omissions." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -909,24 +1029,19 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "deviation" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + "@value": "compared to value" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#Parameter", + "@id": "http://w3id.org/abecto/vocabulary#QualityMeasurement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "A generic parameter defined by a key String (av:key) and a value literal (rdf:value)." + "@value": "A quality measurement represents the result value (dqv:value) of an evaluation of a given dataset (dqv:computedOn) against a specific quality metric (dqv:isMeasurementOf)." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -937,42 +1052,29 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "parameter" - } - ] - }, - { - "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "A quality annotation body is the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). This class serves as super class of different types of annotation bodies and is not intended for direct use." - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://w3id.org/abecto/vocabulary" + "@value": "quality measurement" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@language": "en", - "@value": "quality annotation body" + "@id": "http://www.w3.org/ns/dqv#QualityMeasurement" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#QualityMeasurement", + "@id": "http://w3id.org/abecto/vocabulary#comparedToResource", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "A quality measurement represents the result value (dqv:value) of an evaluation of a given dataset (dqv:computedOn) against a specific quality metric (dqv:isMeasurementOf)." + "@value": "The resource in comparison to that were derived some meta data, such as deviations, value omissions or resource omissions." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -983,29 +1085,19 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "quality measurement" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/ns/dqv#QualityMeasurement" + "@value": "compared to resource" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#javaClass", + "@id": "http://w3id.org/abecto/vocabulary#deduplicatedCount", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/ns/dqv#Metric" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The associated Java class of a processor. The value is expected to be a resource represented by an IRI with the \"java\" scheme and the fully qualified name of the class as path, e.g. \"\"." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/abecto/vocabulary#Step" + "@value": "The number of deduplicated resources or deduplicated property values of a certain aspect in a dataset." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1016,217 +1108,150 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "processor class" + "@value": "deduplicated count" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://docs.oracle.com/javase/specs/jls/se16/html/jls-3.html#jls-3.8" - }, - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.5.3.2" - }, + "http://www.w3.org/ns/dqv#inDimension": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.7" + "@id": "http://www.w3.org/2016/05/ldqd#completeness" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#affectedValue", + "@id": "http://w3id.org/abecto/vocabulary", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "The variable value of a resource of an aspect that is concerned by some meta data, such as deviations or issues." + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-08-17" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + "@id": "_:nc232e279285740828bcaa357631e91d9b1" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/description": [ { - "@id": "http://w3id.org/abecto/vocabulary" + "@language": "en", + "@value": "The ABECTO Vocabulary (AV) is a vocabulary for the description of execution plans and results of the ABox Evaluation and Comparison Tool for Ontologies (ABECTO)." } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/license": [ { - "@language": "en", - "@value": "affected value" + "@id": "http://creativecommons.org/licenses/by/4.0/" } - ] - }, - { - "@id": "http://w3id.org/abecto/vocabulary#affectedVariableName", - "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/modified": [ { - "@language": "en", - "@value": "The variable of an aspect that is concerned by some meta data, such as deviations, value omissions, quality measurements, or issues." + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-10-04" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/title": [ { - "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" + "@language": "en", + "@value": "ABECTO Vocabulary" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "http://w3id.org/abecto/vocabulary" + "@value": "av" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@language": "en", - "@value": "affected variable name" + "@value": "http://w3id.org/abecto/vocabulary#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.linkedmodel.org/schema/vaem#rationale": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@value": "using statement `owl:imports ` because statement `owl:imports ` does not work" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2002/07/owl#imports": [ { - "@id": "http://w3id.org/abecto/vocabulary#Deviation" + "@id": "http://www.w3.org/ns/dcat" }, { - "@id": "http://w3id.org/abecto/vocabulary#ValueOmission" + "@id": "http://www.w3.org/ns/dqv" }, { - "@id": "http://www.w3.org/ns/dqv#QualityMeasurement" + "@id": "http://www.w3.org/2016/05/ldqd" }, { - "@id": "http://w3id.org/abecto/vocabulary#Issue" - } - ] - }, - { - "@id": "http://w3id.org/abecto/vocabulary#MetaDataGraph", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "@id": "http://www.opmw.org/p-plan.owl" + }, { - "@language": "en", - "@value": "A meta data graph is a RDF graph that contains meta data of a dataset (dqv:computedOn)." + "@id": "http://www.w3.org/ns/prov" + }, + { + "@id": "http://www.w3.org/2004/03/trix/rdfg-1/" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2002/07/owl#priorVersion": [ { - "@id": "http://w3id.org/abecto/vocabulary" + "@id": "http://w3id.org/abecto/vocabulary/1.3.0" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#versionIRI": [ { - "@language": "en", - "@value": "meta data graph" + "@id": "http://w3id.org/abecto/vocabulary/1.3.1" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/ns/dqv#QualityMetadata" - }, - { - "@id": "http://www.w3.org/2004/03/trix/rdfg-1/Graph" - }, + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@id": "http://www.w3.org/ns/prov#Entity" + "@value": "1.3.1" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#associatedDataset", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "The dataset to that a resource belongs, such as primary or meta data graphs, aspect patterns or steps." - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://w3id.org/abecto/vocabulary" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "_:nc232e279285740828bcaa357631e91d9b1", + "https://schema.org/affiliation": [ { - "@language": "en", - "@value": "associated dataset" + "@id": "_:nc232e279285740828bcaa357631e91d9b2" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "https://schema.org/identifier": [ { - "@id": "http://www.w3.org/ns/dcat#Dataset" + "@id": "https://orcid.org/0000-0002-7733-0193" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "http://w3id.org/abecto/vocabulary#PrimaryDataGraph" - }, - { - "@id": "http://w3id.org/abecto/vocabulary#MetaDataGraph" - }, - { - "@id": "http://w3id.org/abecto/vocabulary#AspectPattern" - }, + "https://schema.org/name": [ { - "@id": "http://w3id.org/abecto/vocabulary#Step" + "@value": "Jan Martin Keil" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#deduplicatedCount", - "@type": [ - "http://www.w3.org/ns/dqv#Metric" - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "The number of deduplicated resources or deduplicated property values of a certain aspect in a dataset." - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "http://w3id.org/abecto/vocabulary" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "_:nc232e279285740828bcaa357631e91d9b2", + "https://schema.org/name": [ { - "@language": "en", - "@value": "deduplicated count" + "@value": "Heinz Nixdorf Chair for Distributed Information Systems, Friedrich Schiller University Jena" } ], - "http://www.w3.org/ns/dqv#inDimension": [ + "https://schema.org/url": [ { - "@id": "http://www.w3.org/2016/05/ldqd#completeness" + "@id": "https://www.fusion.uni-jena.de/" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#valueFilterCondition", + "@id": "http://w3id.org/abecto/vocabulary#affectedValue", "@type": [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The value filter condition that was applied to the variable values before the measurement has been performed." + "@value": "The variable value of a resource of an aspect that is concerned by some meta data, such as deviations or issues." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://www.w3.org/ns/dqv#QualityMeasurement" + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1237,29 +1262,19 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "value filter condition" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@value": "affected value" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#propertyPath", + "@id": "http://w3id.org/abecto/vocabulary#relativeCoveredness", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/ns/dqv#Metric" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The property path that connects the key variable of an aspect to a certain variable (av:variableName)." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://w3id.org/abecto/vocabulary#VariablePath" + "@value": "The ratio of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1270,133 +1285,66 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "property path" + "@value": "relative coveredness" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/ns/dqv#inDimension": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "http://www.w3.org/2016/05/ldqd#trustworthiness" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary", + "@id": "http://w3id.org/abecto/vocabulary#PrimaryDataGraph", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-08-17" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@id": "_:n88e0bca0ec9247c79ccff2e6dcf3be91b1" - } + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The ABECTO Vocabulary (AV) is a vocabulary for the description of execution plans and results of the ABox Evaluation and Comparison Tool for Ontologies (ABECTO)." - } - ], - "http://purl.org/dc/terms/license": [ - { - "@id": "http://creativecommons.org/licenses/by/4.0/" + "@value": "A primary data graph is a RDF graph that contains primary data of a dataset (av:associatedDataset)." } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-10-04" + "@id": "http://w3id.org/abecto/vocabulary" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "ABECTO Vocabulary" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ - { - "@value": "av" - } - ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ - { - "@value": "http://w3id.org/abecto/vocabulary#" - } - ], - "http://www.linkedmodel.org/schema/vaem#rationale": [ - { - "@value": "using statement `owl:imports ` because statement `owl:imports ` does not work" + "@value": "primary data graph" } ], - "http://www.w3.org/2002/07/owl#imports": [ - { - "@id": "http://www.w3.org/ns/dcat" - }, - { - "@id": "http://www.w3.org/ns/dqv" - }, - { - "@id": "http://www.w3.org/2016/05/ldqd" - }, - { - "@id": "http://www.opmw.org/p-plan.owl" - }, + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/ns/prov" + "@id": "http://www.w3.org/2004/03/trix/rdfg-1/Graph" }, { - "@id": "http://www.w3.org/2004/03/trix/rdfg-1/" - } - ], - "http://www.w3.org/2002/07/owl#priorVersion": [ - { - "@id": "http://w3id.org/abecto/vocabulary/1.2.1" - } - ], - "http://www.w3.org/2002/07/owl#versionIRI": [ - { - "@id": "http://w3id.org/abecto/vocabulary/1.3.0" - } - ], - "http://www.w3.org/2002/07/owl#versionInfo": [ - { - "@value": "1.3.0" + "@id": "http://www.w3.org/ns/prov#Entity" } ] }, { - "@id": "_:n88e0bca0ec9247c79ccff2e6dcf3be91b1", - "https://schema.org/affiliation": [ - { - "@id": "_:n88e0bca0ec9247c79ccff2e6dcf3be91b2" - } + "@id": "http://w3id.org/abecto/vocabulary#VariablePath", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], - "https://schema.org/identifier": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://orcid.org/0000-0002-7733-0193" + "@language": "en", + "@value": "A connection between the key variable and another variable (av:variableName) of an aspect by a property path (av:propertyPath)." } ], - "https://schema.org/name": [ - { - "@value": "Jan Martin Keil" - } - ] - }, - { - "@id": "_:n88e0bca0ec9247c79ccff2e6dcf3be91b2", - "https://schema.org/name": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Heinz Nixdorf Chair for Distributed Information Systems, Friedrich Schiller University Jena" + "@id": "http://w3id.org/abecto/vocabulary" } ], - "https://schema.org/url": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://www.fusion.uni-jena.de/" + "@language": "en", + "@value": "variable path" } ] }, @@ -1437,19 +1385,20 @@ ] }, { - "@id": "http://w3id.org/abecto/vocabulary#predefinedMetaDataGraph", + "@id": "http://w3id.org/abecto/vocabulary#issueType", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#DatatypeProperty", + "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "A predefined meta data graph that will be taken into account during the execution of a step without being the execution result of a preceding step." + "@value": "The described custom type of an issue." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/abecto/vocabulary#Step" + "@id": "http://w3id.org/abecto/vocabulary#Issue" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1460,29 +1409,52 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "predefined meta data graph" + "@value": "issue type" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://w3id.org/abecto/vocabulary#MetaDataGraph" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#keyVariableName", + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody", "@type": [ - "http://www.w3.org/2002/07/owl#DatatypeProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The name of a variable that serves as primary key for an aspect." + "@value": "A quality annotation body is the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). This class serves as super class of different types of annotation bodies and is not intended for direct use." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://w3id.org/abecto/vocabulary" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "quality annotation body" + } + ] + }, + { + "@id": "http://w3id.org/abecto/vocabulary#javaClass", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The associated Java class of a processor. The value is expected to be a resource represented by an IRI with the \"java\" scheme and the fully qualified name of the class as path, e.g. \"\"." } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://w3id.org/abecto/vocabulary#Aspect" + "@id": "http://w3id.org/abecto/vocabulary#Step" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1493,24 +1465,33 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "key variable name" + "@value": "processor class" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://docs.oracle.com/javase/specs/jls/se16/html/jls-3.html#jls-3.8" + }, + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.5.3.2" + }, + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.7" } ] }, { - "@id": "http://w3id.org/abecto/vocabulary#Issue", + "@id": "http://w3id.org/abecto/vocabulary#ResourceOmission", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource or a dataset (oa:hasTarget). It describes an issue of a certain type (av:issueType) with a description (rdfs:comment). An issue might affect a certain aspect (av:Aspect), a certain aspect variable (av:affectedVariableName), or a certain aspect variable value (av:affectedValue)." + "@value": "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a dataset (oa:hasTarget). It denotes the absent of a corresponding resource from a specified aspect (av:affectedAspect) in comparison to a resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1521,7 +1502,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "issue" + "@value": "resource omission" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1531,14 +1512,19 @@ ] }, { - "@id": "http://w3id.org/abecto/vocabulary#relativeCoveredness", + "@id": "http://w3id.org/abecto/vocabulary#affectedVariableName", "@type": [ - "http://www.w3.org/ns/dqv#Metric" + "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The ratio of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource." + "@value": "The variable of an aspect that is concerned by some meta data, such as deviations, value omissions, quality measurements, or issues." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://w3id.org/abecto/vocabulary#QualityAnnotationBody" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1549,12 +1535,26 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "relative coveredness" + "@value": "affected variable name" } ], - "http://www.w3.org/ns/dqv#inDimension": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2016/05/ldqd#trustworthiness" + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://w3id.org/abecto/vocabulary#Deviation" + }, + { + "@id": "http://w3id.org/abecto/vocabulary#ValueOmission" + }, + { + "@id": "http://www.w3.org/ns/dqv#QualityMeasurement" + }, + { + "@id": "http://w3id.org/abecto/vocabulary#Issue" } ] } diff --git a/docs/abecto-vocabulary.nt b/docs/abecto-vocabulary.nt index bbaa99d..7fabf24 100644 --- a/docs/abecto-vocabulary.nt +++ b/docs/abecto-vocabulary.nt @@ -1,298 +1,298 @@ - . -_:n9dabfef07ca64be08c726cad6caec1bab1 . - . - . + "compared to value"@en . + "A connection between the key variable and another variable (av:variableName) of an aspect by a property path (av:propertyPath)."@en . + . "The aspect an aspect pattern belongs to."@en . + "compared to dataset"@en . + "av" . + "1.3.1" . + . + . + "The described custom type of an issue."@en . + . + "value omission"@en . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db8 . + "resource omission"@en . + "associated dataset"@en . + . + "step"@en . + . . - . -_:n9dabfef07ca64be08c726cad6caec1bab1 "Jan Martin Keil" . - . - . -_:n9dabfef07ca64be08c726cad6caec1bab5 . - "ABECTO plan"@en . + . + . + . + "The dataset in comparison to that were derived some meta data, such as deviations, value omissions, resource omissions, or quality measurements."@en . + . + . + . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db1 . + "deviation"@en . "absolute coverage"@en . - . + "value filter condition"@en . + . + . + . + . + . + "of aspect"@en . +_:n1fcebced028e4b718f06ed75d09c2b0db1 "Jan Martin Keil" . + "quality annotation body"@en . + . + . + "The name of a variable the key variable of an aspect is connected with via a certain property path (av:propertyPath)."@en . . - . - "http://w3id.org/abecto/vocabulary#" . -_:n9dabfef07ca64be08c726cad6caec1bab9 _:n9dabfef07ca64be08c726cad6caec1bab10 . - . - "name"@en . -_:n9dabfef07ca64be08c726cad6caec1bab3 _:n9dabfef07ca64be08c726cad6caec1bab4 . -_:n9dabfef07ca64be08c726cad6caec1bab8 . + "aspect pattern"@en . + . + . "The name of a variable that serves as primary key for an aspect."@en . - . - . - "The name of a variable the key variable of an aspect is connected with via a certain property path (av:propertyPath)."@en . - "property path"@en . + . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db4 . + . + "http://w3id.org/abecto/vocabulary#" . + . + . + . + . + "The value in comparison to that were derived some meta data, such as deviations, or value omissions."@en . "The number of duplicated resources or duplicated property values of a certain aspect in a dataset."@en . - . - . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db2 "Heinz Nixdorf Chair for Distributed Information Systems, Friedrich Schiller University Jena" . . - "issue"@en . + "A resource that not corresponds to this resource."@en . + . + . + . + . + . "relative coveredness"@en . - . -_:n9dabfef07ca64be08c726cad6caec1bab6 _:n9dabfef07ca64be08c726cad6caec1bab7 . - "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the incorrectness of a value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect)."@en . - "key"@en . - . - "A predefined meta data graph that will be taken into account during the execution of a step without being the execution result of a preceding step."@en . - . - "compared to value"@en . - "true"^^ . - "The variable of an aspect that is concerned by some meta data, such as deviations, value omissions, quality measurements, or issues."@en . - . - "variable path"@en . - . - . - . - "The number of deduplicated resources or deduplicated property values of a certain aspect in a dataset."@en . - . - . - "quality measurement"@en . - . - . - . - "absolute coveredness"@en . . - "The value of a parameter."@en . - . - . + . + . + . + "parameter"@en . + "has parameter"@en . + . + . + . + "A resource that corresponds to this resource."@en . + "predefined meta data graph"@en . + . "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes a mismatch of the value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) to the corresponding value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)."@en . - . - "The value in comparison to that were derived some meta data, such as deviations, or value omissions."@en . - . + "The value filter condition that was applied to the variable values before the measurement has been performed."@en . + . . - . - "resource omission"@en . - "The dataset in comparison to that were derived some meta data, such as deviations, value omissions, resource omissions, or quality measurements."@en . - _:n9dabfef07ca64be08c726cad6caec1bab1 . - . - . + _:n1fcebced028e4b718f06ed75d09c2b0db9 . + "mark and recapture"@en . + . + . + "processor class"@en . + "2024-10-04"^^ . + "relative coverage"@en . + "The resource in comparison to that were derived some meta data, such as deviations, value omissions or resource omissions."@en . + . . + _:n1fcebced028e4b718f06ed75d09c2b0db1 . + . +_:n1fcebced028e4b718f06ed75d09c2b0db7 _:n1fcebced028e4b718f06ed75d09c2b0db8 . + "ABECTO Vocabulary"@en . + "value"@en . + "The query that defines the pattern of an aspect for a certain dataset."@en . + . + . + . + "A primary data graph is a RDF graph that contains primary data of a dataset (av:associatedDataset)."@en . + "affected aspect"@en . + . + . + . + "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the absent of a certain value for a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) in comparison to a value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)."@en . + "The associated Java class of a processor. The value is expected to be a resource represented by an IRI with the \"java\" scheme and the fully qualified name of the class as path, e.g. \"\"."@en . + . + . + . + . + "The ratio of the completeness of a dataset compared to multiple other datasets regarding a certain aspect estimated using the mark and recapture method as defined in Paul Thomas, 2008, Generalising multiple capture-recapture to non-uniform sample sizes, https://doi.org/10.1145/1390334.1390531."@en . + . + . + . + . + . + . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db7 . + . + . + "defining query"@en . + "ABECTO plan"@en . . - . - . - . - . - . - "A single step in an ABECTO execution plan defined by the processor class, preceding steps (p-plan:isPrecededBy), parameters (av:hasParameter), and predefined meta data (av:predefinedMetaDataGraph)."@en . - "variable name"@en . - . - . - "av" . - . + . "A meta data graph is a RDF graph that contains meta data of a dataset (dqv:computedOn)."@en . - "A resource that not corresponds to this resource."@en . + . + "affected value"@en . + . + "primary data graph"@en . + . + . + . + . + "quality measurement"@en . + . + "variable name"@en . + "The dataset to that a resource belongs, such as primary or meta data graphs, aspect patterns or steps."@en . + . + "A generic parameter defined by a key String (av:key) and a value literal (rdf:value)."@en . + "The number of resources or property values of a certain aspect in a dataset."@en . + "A predefined meta data graph that will be taken into account during the execution of a step without being the execution result of a preceding step."@en . + "aspect"@en . + "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the presence of a corresponding resource (av:comparedToResource) of a specified aspect (av:affectedAspect) in the same dataset."@en . + . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db10 . + "A single step in an ABECTO execution plan defined by the processor class, preceding steps (p-plan:isPrecededBy), parameters (av:hasParameter), and predefined meta data (av:predefinedMetaDataGraph)."@en . . - "The associated Java class of a processor. The value is expected to be a resource represented by an IRI with the \"java\" scheme and the fully qualified name of the class as path, e.g. \"\"."@en . - . + . + "property path"@en . + . + "variable path"@en . + . "The key or name of a parameter."@en . - . - . - "step execution"@en . - "associated dataset"@en . - _:n9dabfef07ca64be08c726cad6caec1bab9 . - . - "A primary data graph is a RDF graph that contains primary data of a dataset (av:associatedDataset)."@en . + "An aspect pattern determines the facts from a single dataset (av:associatedDataset) belonging to a specific aspect (av:ofAspect) using a SPARQL select query (av:definingQuery)."@en . + "The ratio of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource."@en . +_:n1fcebced028e4b718f06ed75d09c2b0db9 . + . + . + . + . + . + "count"@en . + . + "duplicate count"@en . + "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource or a dataset (oa:hasTarget). It describes an issue of a certain type (av:issueType) with a description (rdfs:comment). An issue might affect a certain aspect (av:Aspect), a certain aspect variable (av:affectedVariableName), or a certain aspect variable value (av:affectedValue)."@en . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db2 . +_:n1fcebced028e4b718f06ed75d09c2b0db10 . + . + . + . + . + "resource duplicate"@en . + "deduplicated count"@en . + . + . + "The value of a parameter."@en . + . + "The number of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource."@en . . - . + "The variable of an aspect that is concerned by some meta data, such as deviations, value omissions, quality measurements, or issues."@en . + "An ABECTO execution plan."@en . + "issue type"@en . + "compared to resource"@en . + . + . . - . - . - "An activity that executes a single step of a plan. It is determined by the corresponding step (p-plan:correspondsToStep), start and end date time (prov:startedAtTime, prov:endedAtTime), and the used primary and meta data graphs (prov:used)."@en . - "aspect"@en . - . - "deduplicated count"@en . - . - . - "of aspect"@en . - . - . . -_:n9dabfef07ca64be08c726cad6caec1bab7 . - . - "The ratio of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource."@en . - "An aspect denotes a group of facts from multiple datasets belonging to corresponding features or classes of resources."@en . - "corresponds to resource"@en . - . + "absolute coveredness"@en . + "The variable value of a resource of an aspect that is concerned by some meta data, such as deviations or issues."@en . + . + . + "The property path that connects the key variable of an aspect to a certain variable (av:variableName)."@en . + . + "using statement `owl:imports ` because statement `owl:imports ` does not work" . + "step execution"@en . + "affected variable name"@en . + . + . . - "quality annotation body"@en . - "An aspect pattern determines the facts from a single dataset (av:associatedDataset) belonging to a specific aspect (av:ofAspect) using a SPARQL select query (av:definingQuery)."@en . - "The dataset to that a resource belongs, such as primary or meta data graphs, aspect patterns or steps."@en . - . - "The aspect that is concerned by some meta data, such as deviations, value omissions and resource omissions, quality measurements or issues."@en . + . + . + "A quality measurement represents the result value (dqv:value) of an evaluation of a given dataset (dqv:computedOn) against a specific quality metric (dqv:isMeasurementOf)."@en . + . . - . - . - . - . - . - . - . - . - _:n9dabfef07ca64be08c726cad6caec1bab3 . - "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource or a dataset (oa:hasTarget). It describes an issue of a certain type (av:issueType) with a description (rdfs:comment). An issue might affect a certain aspect (av:Aspect), a certain aspect variable (av:affectedVariableName), or a certain aspect variable value (av:affectedValue)."@en . -_:n9dabfef07ca64be08c726cad6caec1bab10 . - . - . - "processor class"@en . - . - . - . -_:n9dabfef07ca64be08c726cad6caec1bab9 . - "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a dataset (oa:hasTarget). It denotes the absent of a corresponding resource from a specified aspect (av:affectedAspect) in comparison to a resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)."@en . - . - . - "has parameter"@en . - . -_:n9dabfef07ca64be08c726cad6caec1bab5 . - . - "1.3.0" . - . - "The number of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource."@en . - . - . - "step"@en . - . - . -_:n9dabfef07ca64be08c726cad6caec1bab8 . - . + . + . + . + . + "The number of deduplicated resources or deduplicated property values of a certain aspect in a dataset."@en . +_:n1fcebced028e4b718f06ed75d09c2b0db3 . +_:n1fcebced028e4b718f06ed75d09c2b0db5 . + "The ratio of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource."@en . + . + . + . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db3 _:n1fcebced028e4b718f06ed75d09c2b0db4 . + . + . + . + "name"@en . + . "A parameter that was, is, or will be involved in an execution."@en . - "The number of resources or property values of a certain aspect in a dataset."@en . - . - "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the absent of a certain value for a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) in comparison to a value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)."@en . - . - . - "aspect pattern"@en . - "A connection between the key variable and another variable (av:variableName) of an aspect by a property path (av:propertyPath)."@en . - "ABECTO Vocabulary"@en . - "https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.5.3.2"^^ . +_:n1fcebced028e4b718f06ed75d09c2b0db4 _:n1fcebced028e4b718f06ed75d09c2b0db5 . "meta data graph"@en . - "A quality measurement represents the result value (dqv:value) of an evaluation of a given dataset (dqv:computedOn) against a specific quality metric (dqv:isMeasurementOf)."@en . - . - . - "A quality annotation body is the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). This class serves as super class of different types of annotation bodies and is not intended for direct use."@en . - . - . - "The variable value of a resource of an aspect that is concerned by some meta data, such as deviations or issues."@en . - . - "issue type"@en . - . - "A resource that corresponds to this resource."@en . - "The ABECTO Vocabulary (AV) is a vocabulary for the description of execution plans and results of the ABox Evaluation and Comparison Tool for Ontologies (ABECTO)."@en . +_:n1fcebced028e4b718f06ed75d09c2b0db5 . + "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the incorrectness of a value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect)."@en . + "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a dataset (oa:hasTarget). It denotes the absent of a corresponding resource from a specified aspect (av:affectedAspect) in comparison to a resource (av:comparedToResource) from a specified dataset (av:comparedToDataset)."@en . + . + . + . "key variable name"@en . - "The query that defines the pattern of an aspect for a certain dataset."@en . - "parameter"@en . - . - "duplicate count"@en . - . + . + "https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.5.3.2"^^ . +_:n1fcebced028e4b718f06ed75d09c2b0db6 . + . + . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db1 _:n1fcebced028e4b718f06ed75d09c2b0db2 . + . + "corresponds not to resource"@en . + . + "issue"@en . + . + . "The number of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource."@en . - . -_:n9dabfef07ca64be08c726cad6caec1bab2 . - . - . - "deviation"@en . - . - . - . - . - . -_:n9dabfef07ca64be08c726cad6caec1bab1 _:n9dabfef07ca64be08c726cad6caec1bab2 . - . + _:n1fcebced028e4b718f06ed75d09c2b0db3 . . - . - "using statement `owl:imports ` because statement `owl:imports ` does not work" . - . -_:n9dabfef07ca64be08c726cad6caec1bab6 . -_:n9dabfef07ca64be08c726cad6caec1bab10 . - . + . + . + "The ABECTO Vocabulary (AV) is a vocabulary for the description of execution plans and results of the ABox Evaluation and Comparison Tool for Ontologies (ABECTO)."@en . + "An activity that executes a single step of a plan. It is determined by the corresponding step (p-plan:correspondsToStep), start and end date time (prov:startedAtTime, prov:endedAtTime), and the used primary and meta data graphs (prov:used)."@en . +_:n1fcebced028e4b718f06ed75d09c2b0db8 . +_:n1fcebced028e4b718f06ed75d09c2b0db6 _:n1fcebced028e4b718f06ed75d09c2b0db7 . + "https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.7"^^ . + . + . . - . - "An ABECTO execution plan."@en . - . - . - "The value filter condition that was applied to the variable values before the measurement has been performed."@en . + "The aspect that is concerned by some meta data, such as deviations, value omissions and resource omissions, quality measurements or issues."@en . . - . - "count"@en . - "The resource in comparison to that were derived some meta data, such as deviations, value omissions or resource omissions."@en . - . -_:n9dabfef07ca64be08c726cad6caec1bab2 "Heinz Nixdorf Chair for Distributed Information Systems, Friedrich Schiller University Jena" . - . - . - . - . - "2024-10-04"^^ . - . - "value omission"@en . - "wrong value"@en . - . - "The described custom type of an issue."@en . - . - "predefined meta data graph"@en . - "The property path that connects the key variable of an aspect to a certain variable (av:variableName)."@en . - "value"@en . - . - . - . - "https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.7"^^ . - . - . - "affected value"@en . + . + . + "https://docs.oracle.com/javase/specs/jls/se16/html/jls-3.html#jls-3.8"^^ . + . "2022-08-17"^^ . - "compared to resource"@en . - _:n9dabfef07ca64be08c726cad6caec1bab6 . - . - "affected variable name"@en . - . - "affected aspect"@en . - . + "An aspect denotes a group of facts from multiple datasets belonging to corresponding features or classes of resources."@en . + . + . +_:n1fcebced028e4b718f06ed75d09c2b0db9 _:n1fcebced028e4b718f06ed75d09c2b0db10 . + _:n1fcebced028e4b718f06ed75d09c2b0db6 . + . + . + "true"^^ . + "key"@en . + . + . + "wrong value"@en . . - . - "resource omission"@en . - . - "relative coverage"@en . - . - "primary data graph"@en . - . - . -_:n9dabfef07ca64be08c726cad6caec1bab4 _:n9dabfef07ca64be08c726cad6caec1bab5 . - . - . -_:n9dabfef07ca64be08c726cad6caec1bab7 _:n9dabfef07ca64be08c726cad6caec1bab8 . - . - . - . - "A generic parameter defined by a key String (av:key) and a value literal (rdf:value)."@en . - . -_:n9dabfef07ca64be08c726cad6caec1bab3 . - . - . - . - . - . - "mark and recapture"@en . - . - . - . - . - . - . - "corresponds not to resource"@en . - . - "defining query"@en . - . - "compared to dataset"@en . - . - "https://docs.oracle.com/javase/specs/jls/se16/html/jls-3.html#jls-3.8"^^ . - "The ratio of the completeness of a dataset compared to multiple other datasets regarding a certain aspect estimated using the mark and recapture method as defined in Paul Thomas, 2008, Generalising multiple capture-recapture to non-uniform sample sizes, https://doi.org/10.1145/1390334.1390531."@en . - . - "The ratio of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource."@en . - . - "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the presence of a corresponding resource (av:comparedToResource) of a specified aspect (av:affectedAspect) in the same dataset."@en . - . - . - . -_:n9dabfef07ca64be08c726cad6caec1bab4 . - "value filter condition"@en . + "A quality annotation body is the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). This class serves as super class of different types of annotation bodies and is not intended for direct use."@en . + "corresponds to resource"@en . + . diff --git a/docs/abecto-vocabulary.rdf b/docs/abecto-vocabulary.rdf index 0de2f92..0af44c2 100644 --- a/docs/abecto-vocabulary.rdf +++ b/docs/abecto-vocabulary.rdf @@ -1,19 +1,21 @@ - - key variable name - The name of a variable that serves as primary key for an aspect. - - + + processor class + ".]]> + + https://docs.oracle.com/javase/specs/jls/se16/html/jls-3.html#jls-3.8 + https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.5.3.2 + https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.7 @@ -28,11 +30,11 @@ ABECTO Vocabulary The ABECTO Vocabulary (AV) is a vocabulary for the description of execution plans and results of the ABox Evaluation and Comparison Tool for Ontologies (ABECTO). - + Jan Martin Keil - + Heinz Nixdorf Chair for Distributed Information Systems, Friedrich Schiller University Jena @@ -42,45 +44,51 @@ 2022-08-17 2024-10-04 - 1.3.0 - - + 1.3.1 + + + + + value filter condition + The value filter condition that was applied to the variable values before the measurement has been performed. + + + - + resource omission - An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the presence of a corresponding resource (av:comparedToResource) of a specified aspect (av:affectedAspect) in the same dataset. + An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a dataset (oa:hasTarget). It denotes the absent of a corresponding resource from a specified aspect (av:affectedAspect) in comparison to a resource (av:comparedToResource) from a specified dataset (av:comparedToDataset). - - value - The value of a parameter. - - - - - - - step execution - An activity that executes a single step of a plan. It is determined by the corresponding step (p-plan:correspondsToStep), start and end date time (prov:startedAtTime, prov:endedAtTime), and the used primary and meta data graphs (prov:used). + + + ABECTO plan + An ABECTO execution plan. - - affected aspect - The aspect that is concerned by some meta data, such as deviations, value omissions and resource omissions, quality measurements or issues. + + compared to dataset + The dataset in comparison to that were derived some meta data, such as deviations, value omissions, resource omissions, or quality measurements. - + - + + + absolute coveredness + The number of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource. + + + associated dataset The dataset to that a resource belongs, such as primary or meta data graphs, aspect patterns or steps. @@ -91,18 +99,13 @@ - - deduplicated count - The number of deduplicated resources or deduplicated property values of a certain aspect in a dataset. - - - - - count - The number of resources or property values of a certain aspect in a dataset. - + + of aspect + The aspect an aspect pattern belongs to. + + - + issue type @@ -111,20 +114,32 @@ - - key - name - The key or name of a parameter. - + + compared to value + The value in comparison to that were derived some meta data, such as deviations, or value omissions. + + + + + defining query + The query that defines the pattern of an aspect for a certain dataset. + - - absolute coveredness - The number of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource. - + + duplicate count + The number of duplicated resources or duplicated property values of a certain aspect in a dataset. + + + key variable name + The name of a variable that serves as primary key for an aspect. + + + + affected variable name The variable of an aspect that is concerned by some meta data, such as deviations, value omissions, quality measurements, or issues. @@ -136,68 +151,82 @@ - - predefined meta data graph - A predefined meta data graph that will be taken into account during the execution of a step without being the execution result of a preceding step. - - - - has parameter A parameter that was, is, or will be involved in an execution. - - processor class - ".]]> - - https://docs.oracle.com/javase/specs/jls/se16/html/jls-3.html#jls-3.8 - https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.5.3.2 - https://docs.oracle.com/javase/specs/jls/se16/html/jls-6.html#jls-6.7 + + deduplicated count + The number of deduplicated resources or deduplicated property values of a certain aspect in a dataset. + - - - compared to dataset - The dataset in comparison to that were derived some meta data, such as deviations, value omissions, resource omissions, or quality measurements. - - - - - - - - - + + + compared to resource + The resource in comparison to that were derived some meta data, such as deviations, value omissions or resource omissions. + + + property path + The property path that connects the key variable of an aspect to a certain variable (av:variableName). + + + + + + value + The value of a parameter. + + + + relative coveredness The ratio of resources of a certain aspect in the assessed dataset for that any other dataset contains a corresponding resource. - - value filter condition - The value filter condition that was applied to the variable values before the measurement has been performed. - - - - - - defining query - The query that defines the pattern of an aspect for a certain dataset. - - + + absolute coverage + The number of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource. + - + relative coverage The ratio of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource. + + affected value + The variable value of a resource of an aspect that is concerned by some meta data, such as deviations or issues. + + + + + + resource duplicate + An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the presence of a corresponding resource (av:comparedToResource) of a specified aspect (av:affectedAspect) in the same dataset. + + + + affected aspect + The aspect that is concerned by some meta data, such as deviations, value omissions and resource omissions, quality measurements or issues. + + + + + + + + + + + wrong value @@ -211,38 +240,33 @@ - - of aspect - The aspect an aspect pattern belongs to. - - - - - - property path - The property path that connects the key variable of an aspect to a certain variable (av:variableName). - - + + count + The number of resources or property values of a certain aspect in a dataset. + - - - - resource omission - An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a dataset (oa:hasTarget). It denotes the absent of a corresponding resource from a specified aspect (av:affectedAspect) in comparison to a resource (av:comparedToResource) from a specified dataset (av:comparedToDataset). + + + + step execution + An activity that executes a single step of a plan. It is determined by the corresponding step (p-plan:correspondsToStep), start and end date time (prov:startedAtTime, prov:endedAtTime), and the used primary and meta data graphs (prov:used). - - affected value - The variable value of a resource of an aspect that is concerned by some meta data, such as deviations or issues. - + + key + name + The key or name of a parameter. + + - - duplicate count - The number of duplicated resources or duplicated property values of a certain aspect in a dataset. - + + predefined meta data graph + A predefined meta data graph that will be taken into account during the execution of a step without being the execution result of a preceding step. + + - + mark and recapture The ratio of the completeness of a dataset compared to multiple other datasets regarding a certain aspect estimated using the mark and recapture method as defined in Paul Thomas, 2008, Generalising multiple capture-recapture to non-uniform sample sizes, https://doi.org/10.1145/1390334.1390531. @@ -250,33 +274,34 @@ - - - ABECTO plan - An ABECTO execution plan. + + true + + + variable path + A connection between the key variable and another variable (av:variableName) of an aspect by a property path (av:propertyPath). - - compared to resource - The resource in comparison to that were derived some meta data, such as deviations, value omissions or resource omissions. - + + + + + + + corresponds not to resource + A resource that not corresponds to this resource. - - compared to value - The value in comparison to that were derived some meta data, such as deviations, or value omissions. - + + aspect + An aspect denotes a group of facts from multiple datasets belonging to corresponding features or classes of resources. - - - absolute coverage - The number of resources of a certain aspect in another dataset for that the assessed dataset contains a corresponding resource. - + + + quality annotation body + A quality annotation body is the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). This class serves as super class of different types of annotation bodies and is not intended for direct use. - - - true - + @@ -284,6 +309,13 @@ A primary data graph is a RDF graph that contains primary data of a dataset (av:associatedDataset). + + + + corresponds to resource + A resource that corresponds to this resource. + + value omission @@ -298,70 +330,38 @@ A meta data graph is a RDF graph that contains meta data of a dataset (dqv:computedOn). - - aspect - An aspect denotes a group of facts from multiple datasets belonging to corresponding features or classes of resources. - - - - aspect pattern - An aspect pattern determines the facts from a single dataset (av:associatedDataset) belonging to a specific aspect (av:ofAspect) using a SPARQL select query (av:definingQuery). - - - - quality annotation body - A quality annotation body is the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). This class serves as super class of different types of annotation bodies and is not intended for direct use. - - - - - issue - An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource or a dataset (oa:hasTarget). It describes an issue of a certain type (av:issueType) with a description (rdfs:comment). An issue might affect a certain aspect (av:Aspect), a certain aspect variable (av:affectedVariableName), or a certain aspect variable value (av:affectedValue). - - quality measurement A quality measurement represents the result value (dqv:value) of an evaluation of a given dataset (dqv:computedOn) against a specific quality metric (dqv:isMeasurementOf). - - - - corresponds to resource - A resource that corresponds to this resource. + + parameter + A generic parameter defined by a key String (av:key) and a value literal (rdf:value). - - - - - - - - corresponds not to resource - A resource that not corresponds to this resource. + + + aspect pattern + An aspect pattern determines the facts from a single dataset (av:associatedDataset) belonging to a specific aspect (av:ofAspect) using a SPARQL select query (av:definingQuery). - + step A single step in an ABECTO execution plan defined by the processor class, preceding steps (p-plan:isPrecededBy), parameters (av:hasParameter), and predefined meta data (av:predefinedMetaDataGraph). - - parameter - A generic parameter defined by a key String (av:key) and a value literal (rdf:value). - - deviation An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes a mismatch of the value (av:affectedValue) of a specified variable (av:affectedVariableName) from a specified aspect (av:affectedAspect) to the corresponding value (av:comparedToValue) of a corresponding resource (av:comparedToResource) from a specified dataset (av:comparedToDataset). - - variable path - A connection between the key variable and another variable (av:variableName) of an aspect by a property path (av:propertyPath). + + + issue + An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource or a dataset (oa:hasTarget). It describes an issue of a certain type (av:issueType) with a description (rdfs:comment). An issue might affect a certain aspect (av:Aspect), a certain aspect variable (av:affectedVariableName), or a certain aspect variable value (av:affectedValue). diff --git a/docs/abecto-vocabulary.ttl b/docs/abecto-vocabulary.ttl index fcbc5b9..bcb77a9 100644 --- a/docs/abecto-vocabulary.ttl +++ b/docs/abecto-vocabulary.ttl @@ -21,7 +21,7 @@ av:Plan a owl:Class ; rdfs:subClassOf p-plan:Plan . av:ResourceDuplicate a owl:Class ; - rdfs:label "resource omission"@en ; + rdfs:label "resource duplicate"@en ; rdfs:comment "An instance serves as the body (oa:hasBody) of a dqv:QualityAnnotation on a resource (oa:hasTarget). It denotes the presence of a corresponding resource (av:comparedToResource) of a specified aspect (av:affectedAspect) in the same dataset."@en ; rdfs:isDefinedBy ; rdfs:subClassOf av:QualityAnnotationBody . @@ -340,7 +340,7 @@ av:QualityAnnotationBody a owl:Class ; , , ; - owl:priorVersion ; - owl:versionIRI ; - owl:versionInfo "1.3.0" . + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "1.3.1" . diff --git a/docs/index.html b/docs/index.html index 741b6a9..9fb594d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -280,7 +280,7 @@ ], "https://schema.org/creator": [ { - "@id": "_:n8a46902094bd41f6b9a87800c09c24e6b1" + "@id": "_:nd76cebef83ed4b4ebc8ed90cc8ef89bdb1" } ], "https://schema.org/dateCreated": [ @@ -314,10 +314,10 @@ ] }, { - "@id": "_:n8a46902094bd41f6b9a87800c09c24e6b1", + "@id": "_:nd76cebef83ed4b4ebc8ed90cc8ef89bdb1", "https://schema.org/affiliation": [ { - "@id": "_:n8a46902094bd41f6b9a87800c09c24e6b2" + "@id": "_:nd76cebef83ed4b4ebc8ed90cc8ef89bdb2" } ], "https://schema.org/identifier": [ @@ -332,7 +332,7 @@ ] }, { - "@id": "_:n8a46902094bd41f6b9a87800c09c24e6b2" + "@id": "_:nd76cebef83ed4b4ebc8ed90cc8ef89bdb2" } ] @@ -417,21 +417,21 @@

Metadata

Version Iri
- ns1:1.3.0 + ns1:1.3.1
Version Info
-

1.3.0

+

1.3.1

@@ -1091,7 +1091,7 @@

resource omission

-

resource omission +

resource duplicate c

@@ -1480,10 +1480,10 @@

compared to dataset Domain

@@ -2398,7 +2398,7 @@

resource omission
  • - resource omission + resource duplicate
  • issue
  • - av:QualityMeasurement + av:QualityAnnotationBody c or - av:QualityAnnotationBody + av:QualityMeasurement c