ABECTO Vocabulary

Metadata

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

ABECTO Vocabulary

Creator
Jan Martin Keil Orcid logo of Heinz Nixdorf Chair for Distributed Information Systems, Friedrich Schiller University Jena
Date Created

2022-08-17

Date Modified

2024-10-04

License
http://creativecommons.org/licenses/by/4.0/
Version Iri
ns1:1.3.1
Version Info

1.3.1

Prior Version
ns1:1.3.0
Preferred Namespace Prefix

av

Preferred Namespace Uri
av:
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