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

2023-07-03

License
http://creativecommons.org/licenses/by/4.0/
Version Iri
http://w3id.org/abecto/vocabulary/1.2.1
Version Info

1.2.1

Prior Version
http://w3id.org/abecto/vocabulary/1.2.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 ABECTO Vocabulary
Description

An ABECTO execution plan.

Sub Class Of p-plan:Plan

step c

IRI http://w3id.org/abecto/vocabulary#Step
Is Defined By ABECTO 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 ABECTO 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 ABECTO Vocabulary
Description

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

In Domain Of
In Range Of has parameter op

aspect c

IRI http://w3id.org/abecto/vocabulary#Aspect
Is Defined By ABECTO Vocabulary
Description

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

In Domain Of key variable name dp
In Range Of

aspect pattern c

IRI http://w3id.org/abecto/vocabulary#AspectPattern
Is Defined By ABECTO 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 ABECTO 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 ABECTO 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 ABECTO 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 quality annotation body c

wrong value c

IRI http://w3id.org/abecto/vocabulary#WrongValue
Is Defined By ABECTO 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 quality annotation body c

value omission c

IRI http://w3id.org/abecto/vocabulary#ValueOmission
Is Defined By ABECTO 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 quality annotation body c

variable path c

IRI http://w3id.org/abecto/vocabulary#VariablePath
Is Defined By ABECTO 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 ABECTO 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 quality annotation body c

issue c

IRI http://w3id.org/abecto/vocabulary#Issue
Is Defined By ABECTO 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 quality annotation body c
In Domain Of issue type dp

meta data graph c

IRI http://w3id.org/abecto/vocabulary#MetaDataGraph
Is Defined By ABECTO 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 predefined meta data graph op

primary data graph c

IRI http://w3id.org/abecto/vocabulary#PrimaryDataGraph
Is Defined By ABECTO 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 ABECTO Vocabulary
Description

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

Range parameter c

of aspect op

IRI http://w3id.org/abecto/vocabulary#ofAspect
Is Defined By ABECTO Vocabulary
Description

The aspect an aspect pattern belongs to.

Domain aspect pattern c
Range aspect c

affected aspect op

IRI http://w3id.org/abecto/vocabulary#affectedAspect
Is Defined By ABECTO Vocabulary
Description

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

Domain quality annotation body c or quality measurement c
Range aspect c

associated dataset op

IRI http://w3id.org/abecto/vocabulary#associatedDataset
Is Defined By ABECTO 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 ABECTO Vocabulary
Description

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

Domain quality measurement c or quality annotation body c
Range dcat:Dataset

compared to resource op

IRI http://w3id.org/abecto/vocabulary#comparedToResource
Is Defined By ABECTO Vocabulary
Description

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

Domain quality annotation body c

corresponds to resource op

IRI http://w3id.org/abecto/vocabulary#correspondsToResource
Is Defined By ABECTO Vocabulary
Description

A resource that corresponds to this resource.

corresponds not to resource op

IRI http://w3id.org/abecto/vocabulary#correspondsNotToResource
Is Defined By ABECTO 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 ABECTO 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 step c
Range meta data graph c

processor class op

IRI http://w3id.org/abecto/vocabulary#javaClass
Is Defined By ABECTO 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 step c
quality annotation body c quality measurement c quality annotation body c quality measurement c

Datatype Properties

defining query dp

IRI http://w3id.org/abecto/vocabulary#definingQuery
Is Defined By ABECTO Vocabulary
Description

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

Domain aspect pattern c
Range xsd:string

keyname dp

IRI http://w3id.org/abecto/vocabulary#key
Is Defined By ABECTO Vocabulary
Description

The key or name of a parameter.

Domain parameter c
Range xsd:string

value dp

IRI http://w3id.org/abecto/vocabulary#value
Is Defined By ABECTO Vocabulary
Description

The value of a parameter.

Domain parameter c
Range xsd:string

key variable name dp

IRI http://w3id.org/abecto/vocabulary#keyVariableName
Is Defined By ABECTO Vocabulary
Description

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

Domain aspect c
Range xsd:string

variable name dp

IRI http://w3id.org/abecto/vocabulary#variableName
Is Defined By ABECTO Vocabulary
Description

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

Domain variable path c
Range xsd:string

property path dp

IRI http://w3id.org/abecto/vocabulary#propertyPath
Is Defined By ABECTO Vocabulary
Description

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

Domain variable path c
Range xsd:string

affected variable name dp

IRI http://w3id.org/abecto/vocabulary#affectedVariableName
Is Defined By ABECTO Vocabulary
Description

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

Domain quality annotation body c
Range xsd:string

affected value dp

IRI http://w3id.org/abecto/vocabulary#affectedValue
Is Defined By ABECTO Vocabulary
Description

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

Domain quality annotation body c

compared to value dp

IRI http://w3id.org/abecto/vocabulary#comparedToValue
Is Defined By ABECTO Vocabulary
Description

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

Domain quality annotation body c

issue type dp

IRI http://w3id.org/abecto/vocabulary#issueType
Is Defined By ABECTO Vocabulary
Description

The described custom type of an issue.

Domain issue c
Range xsd:string

Functional Properties

issue type fp

IRI http://w3id.org/abecto/vocabulary#issueType
Is Defined By ABECTO Vocabulary
Description

The described custom type of an issue.

Domain 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#
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.5 with the OntPub profile

Table of Contents