The Data Quality Constraints Library

IRI:
http://semwebquality.org/ontologies/dq-constraints
Date:
28/03/2011
Current version:
V 1.1 Release 2011-03-28
Authors:
Christian Fuerber, Martin Hepp, and Markus Wischnewski
Imported Ontologies:
http://spinrdf.org/spin (visualise it with LODE)
Other visualisation:
Ontology source

Abstract

This RDF document contains a library of data quality constraints represented as SPARQL query templates based on the SPARQL Inferencing Framework (SPIN). The data quality constraint templates are especially useful for the identification of data quality problems during data entry and for periodic quality checks during data usage.

Table of Content

  1. Classes
  2. Named Individuals
  3. Annotation Properties
  4. Namespace Declarations

Classes

data quality constraint templatesc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ConstraintTemplates

Constraint templates are generalized SPARQL query templates based on the SPARQL Inferencing Framework (SPIN). The query templates represent generic data quality rules that may be used to identify data quality problems, i.e. violations of previously defined constraints.
has super-classes
templatesc
has sub-classes
functional dependency constraintsc, legal value constraintsc, missing element constraintsc, syntax constraintsc, uniqueness constraintsc, value range constraintsc
is also defined as
named individual

EAN-13 Allc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#EAN-13All

This query flags wrong EAN-13 values.
has super-classes
syntax constraintsc
is also defined as
named individual

EAN-13 Classc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#EAN-13Class

This query flags wrong EAN-13 values in instances of a specified class.
has super-classes
syntax constraintsc
is also defined as
named individual

exclusive functional dependency check in all instancesc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ExclusiveFunctionalDependencyAll

This query flags instances with property ?arg1 and value ?arg2 that do not have value ?arg4 with property ?arg3. It is only suitable for value dependencies with one to one cardinality. The query does not tolerate homonyms and is not restricted to a specific class.
has super-classes
functional dependency constraintsc
is also defined as
named individual

exclusive functional dependency check in class instancesc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ExclusiveFunctionalDependencyClass

This query flags instances of class ?arg1 with property ?arg2 and value ?arg3 that do not have value ?arg5 with property ?arg4. It is only suitable for value dependencies with one to one cardinality. The query does not tolerate homonyms. Not defined dependencies will not be flagged.
has super-classes
functional dependency constraintsc
is also defined as
named individual

Functional dependency check in all instances with trusted referencec back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#FunctionalDependencyTrustedReferenceAll

This query flags instances with properties ?arg1 and ?arg2 that do not have a corresponding value combination in instances of the trusted reference in class ?arg3. The semantics of property ?arg1 should be equal with property ?arg4, and the semantics of property ?arg2 should be equal with ?arg5. The query tolerates homonymous values, i.e. the same value may be assigned to different dependent values by using different instances in the trusted reference. Value combinations that cannot be found in the trusted reference will also be flagged as incorrect. The query will also test the existence of a single value in the trusted reference when one property of the tested data is missing.
has super-classes
functional dependency constraintsc
is also defined as
named individual

Functional dependency check in blank node instances of a class with trusted referencec back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#FunctionalDependencyTrustedReference_ClassOverBlankNode

This query is designed to test (blank node) instances of the property-and-node element (rdf:parseType="Resource") ?arg2 that are part of the instances of class ?arg 1. The query flags instances of property ?arg2 with properties ?arg3 and ?arg4 that do not have the exact value combination in instances of the trusted reference in class ?arg5. The semantics of property ?arg3 should be equal with property ?arg6, and the semantics of property ?arg4 should be equal with ?arg7. The query tolerates homonymous values, i.e. the same value may be assigned to different dependent values. Value combinations that cannot be found in the trusted reference will also be flagged. The query will also test the existence of a single value in the trusted reference when one property of the tested data is missing.
has super-classes
functional dependency constraintsc
is also defined as
named individual

Functional dependency check in class instances with trusted referencec back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#FunctionalDependencyTrustedReferenceClass

This query flags instances of class ?arg 1 with properties ?arg2 and ?arg3 that do not have the exact value combination in instances of the trusted reference in class ?arg4. The semantics of property ?arg2 should be equal with property ?arg5, and the semantics of property ?arg3 should be equal with ?arg6. The query tolerates homonymous values, i.e. the same value may be assigned to different dependent values. Value combinations that cannot be found in the trusted reference will also be flagged. The query will also test the existence of a single value in the trusted reference when one property of the tested data is missing.
has super-classes
functional dependency constraintsc
is also defined as
named individual

functional dependency constraintsc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#FunctionalDependencyConstraints

Functional dependencies are dependencies between the values of two or more different properties. Functional dependency constraints check the abidance of functional dependencies.
has super-classes
data quality constraint templatesc
has sub-classes
Functional dependency check in all instances with trusted referencec, Functional dependency check in blank node instances of a class with trusted referencec, Functional dependency check in class instances with trusted referencec, exclusive functional dependency check in all instancesc, exclusive functional dependency check in class instancesc, functional dependent empty value allc
is also defined as
named individual

functional dependent empty value allc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#FunctionalDependentEmptyValueAll

This query returns all instances with value ?arg2 for property ?arg1 that do not have an empty literal string for property ?arg3.
has super-classes
functional dependency constraintsc
is also defined as
named individual

Illegal value check in all instancesc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ListedIllegalValueAll

This query flags all instances with property ?arg1 that have values which are contained in property ?arg3 of instances of class ?arg2. The query tolerates chaotic assignments of language tags.
has super-classes
legal value constraintsc
is also defined as
named individual

Illegal value check in class instancesc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ListedIllegalValueClass

This query flags all instances of class ?arg1 with property ?arg2 that have values which are contained in property ?arg4 of instances of class ?arg3. The query tolerates chaotic assignments of language tags.
has super-classes
legal value constraintsc
is also defined as
named individual

Inconsistent value range allc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#InconsistentValueRangeAll

This query flags all instances with inconsistant value ranges. Among others it is suitable for value ranges with datatypes xsd:integer, xsd:int, xsd:float, xsd:date, and xsd:dateTime. The literals must be typed.
has super-classes
value range constraintsc
is also defined as
named individual

Legal value check in all instancesc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ListedLegalValueAll

This query flags all instances with property ?arg1 that have values which are not contained in property ?arg3 of instances of class ?arg2. The query tolerates chaotic assignments of language tags.
has super-classes
legal value constraintsc
is also defined as
named individual

Legal value check in blank node instances of a classc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ListedLegalValueClassOverBlankNode

This query flags all instances of property-and-node element ?arg2 (rdf:parseType="Resource") with property ?arg3 in class ?arg1 that have values which are not contained in property ?arg5 of instances of class ?arg3. The query tolerates chaotic assignments of language tags.
has super-classes
legal value constraintsc
is also defined as
named individual

Legal value check in class instancesc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ListedLegalValueClass

This query flags all instances of class ?arg1 with property ?arg2 that have values which are not contained in property ?arg4 of instances of class ?arg3. The query tolerates chaotic assignments of language tags.
has super-classes
legal value constraintsc
is also defined as
named individual

legal value constraintsc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#LegalValueConstraints

Legal value constraints identify values that are either not explicitly allowed or explicitly illegal.
has super-classes
data quality constraint templatesc
has sub-classes
Illegal value check in all instancesc, Illegal value check in class instancesc, Legal value check in all instancesc, Legal value check in blank node instances of a classc, Legal value check in class instancesc
is also defined as
named individual

Lower limit check in all instancesc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#LowerLimitAll

This query returns all instances that have a value for property ?arg1 below the user defined limit ?arg2. The query tolerates chaotic datatype assignments.
has super-classes
value range constraintsc
is also defined as
named individual

Lower limit check in all instances of a classc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#LowerLimitClass

This query returns all instances of class ?arg1 that have a value for property ?arg2 below the user defined limit ?arg3. The query tolerates chaotic datatype assignments.
has super-classes
value range constraintsc
is also defined as
named individual

Mandatory literal value and property check in instances of a classc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#MissingLiteralsAndProperties

This query returns all instances of class ?arg1 where the literal for ?arg2 is empty or the whole property ?arg2 is missing.
has super-classes
missing element constraintsc
is also defined as
named individual

mandatory literal value check in instances of a classc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#MissingLiterals

This query returns all instances of class ?arg1 where the literal for ?arg2 is empty. It does not return instances where the whole property ?arg2 is missing.
has super-classes
missing element constraintsc
is also defined as
named individual

Mandatory property check in instances of a classc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#MissingProperties

This query returns all instances of class ?arg1 where property ?arg2 is missing. It explicitly tolerates empty literal values in property ?arg2.
has super-classes
missing element constraintsc
is also defined as
named individual

missing element constraintsc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#MissingElementConstraints

Missing element constraints identify elements in the data set that are missing but required.
has super-classes
data quality constraint templatesc
has sub-classes
Mandatory literal value and property check in instances of a classc, Mandatory property check in instances of a classc, mandatory literal value check in instances of a classc
is also defined as
named individual

syntax check in all instances: 5 digit numeric valuesc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#FiveDigitNumericAll

This query flags all instances that do not have a five digit numeric value for property ?arg1.
has super-classes
syntax constraintsc
is also defined as
named individual

syntax check in all instances: only letters allowedc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#LettersAll

This query flags all instances with property ?arg1 that do not have letters as literal values. The query tolerates language tags.
has super-classes
syntax constraintsc
is also defined as
named individual

syntax check in all instances: only letters and dots allowedc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#LettersAndDotsAll

This query flags all instances with property ?arg1 that have characters other than letters or dots in literal values. The query tolerates language tags.
has super-classes
syntax constraintsc
is also defined as
named individual

syntax check in all instances: only numbers allowedc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#NumbersAll

This query flags all instances with property ?arg1 that have characters other than numbers as literal values.
has super-classes
syntax constraintsc
is also defined as
named individual

syntax constraintsc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#SyntaxConstraints

Syntax constraints identify values that do not adhere to syntactical rules. {@en}
has super-classes
data quality constraint templatesc
has sub-classes
EAN-13 Allc, EAN-13 Classc, syntax check in all instances: 5 digit numeric valuesc, syntax check in all instances: only letters allowedc, syntax check in all instances: only letters and dots allowedc, syntax check in all instances: only numbers allowedc
is also defined as
named individual

Uniqueness check for all values in a propertyc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#UniqueValueAll

This query returns all instances where the value for property ?arg1 is not unique in the tested data set. The query tolerates chaotic language tag assignments.
has super-classes
uniqueness constraintsc
is also defined as
named individual

Uniqueness check for all values in instances of a classc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#UniqueValueClass

This query returns all instances of class ?arg1 where the value for property ?arg2 is not unique in the tested data set. The query tolerates chaotic language tag assignments.
has super-classes
uniqueness constraintsc
is also defined as
named individual

uniqueness constraintsc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#UniquenessConstraints

Uniqueness constraints identify values that shall be unique, but are redundant within a certain data set.
has super-classes
data quality constraint templatesc
has sub-classes
Uniqueness check for all values in a propertyc, Uniqueness check for all values in instances of a classc
is also defined as
named individual

Upper limit check in all instancesc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#UpperLimitAll

This query returns all instances that have a value for property ?arg1 above the user defined limit ?arg2. The query tolerates chaotic datatype assignments.
has super-classes
value range constraintsc
is also defined as
named individual

Upper limit check in all instances of a classc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#UpperLimitClass

This query returns all instances of class ?arg1 that have a value for property ?arg2 above the user defined limit ?arg3. The query tolerates chaotic datatype assignments.
has super-classes
value range constraintsc
is also defined as
named individual

value range constraintsc back to ToC or Class ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ValueRangeConstraints

Value range constraints allow the identification of values that do not obey a certain upper and/or lower limit.
has super-classes
data quality constraint templatesc
has sub-classes
Inconsistent value range allc, Lower limit check in all instancesc, Lower limit check in all instances of a classc, Upper limit check in all instancesc, Upper limit check in all instances of a classc
is also defined as
named individual

Named Individuals

data quality constraint templatesni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ConstraintTemplates

belongs to
templatec
is also defined as
class

EAN-13 Allni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#EAN-13All

belongs to
templatec
is also defined as
class

EAN-13 Classni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#EAN-13Class

belongs to
templatec
is also defined as
class

exclusive functional dependency check in all instancesni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ExclusiveFunctionalDependencyAll

belongs to
templatec
is also defined as
class

exclusive functional dependency check in class instancesni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ExclusiveFunctionalDependencyClass

belongs to
templatec
is also defined as
class

Functional dependency check in all instances with trusted referenceni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#FunctionalDependencyTrustedReferenceAll

belongs to
templatec
is also defined as
class

Functional dependency check in blank node instances of a class with trusted referenceni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#FunctionalDependencyTrustedReference_ClassOverBlankNode

belongs to
templatec
is also defined as
class

Functional dependency check in class instances with trusted referenceni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#FunctionalDependencyTrustedReferenceClass

belongs to
templatec
is also defined as
class

functional dependency constraintsni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#FunctionalDependencyConstraints

belongs to
templatec
is also defined as
class

functional dependent empty value allni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#FunctionalDependentEmptyValueAll

belongs to
templatec
is also defined as
class

Illegal value check in all instancesni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ListedIllegalValueAll

belongs to
templatec
is also defined as
class

Illegal value check in class instancesni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ListedIllegalValueClass

belongs to
templatec
is also defined as
class

Inconsistent value range allni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#InconsistentValueRangeAll

belongs to
templatec
is also defined as
class

Legal value check in all instancesni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ListedLegalValueAll

belongs to
templatec
is also defined as
class

Legal value check in blank node instances of a classni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ListedLegalValueClassOverBlankNode

belongs to
templatec
is also defined as
class

Legal value check in class instancesni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ListedLegalValueClass

belongs to
templatec
is also defined as
class

legal value constraintsni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#LegalValueConstraints

belongs to
templatec
is also defined as
class

Lower limit check in all instancesni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#LowerLimitAll

belongs to
templatec
is also defined as
class

Lower limit check in all instances of a classni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#LowerLimitClass

belongs to
templatec
is also defined as
class

Mandatory literal value and property check in instances of a classni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#MissingLiteralsAndProperties

belongs to
templatec
is also defined as
class

mandatory literal value check in instances of a classni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#MissingLiterals

belongs to
templatec
is also defined as
class

Mandatory property check in instances of a classni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#MissingProperties

belongs to
templatec
is also defined as
class

missing element constraintsni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#MissingElementConstraints

belongs to
templatec
is also defined as
class

syntax check in all instances: 5 digit numeric valuesni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#FiveDigitNumericAll

belongs to
templatec
is also defined as
class

syntax check in all instances: only letters allowedni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#LettersAll

belongs to
templatec
is also defined as
class

syntax check in all instances: only letters and dots allowedni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#LettersAndDotsAll

belongs to
templatec
is also defined as
class

syntax check in all instances: only numbers allowedni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#NumbersAll

belongs to
templatec
is also defined as
class

syntax constraintsni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#SyntaxConstraints

belongs to
templatec
is also defined as
class

Uniqueness check for all values in a propertyni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#UniqueValueAll

belongs to
templatec
is also defined as
class

Uniqueness check for all values in instances of a classni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#UniqueValueClass

belongs to
templatec
is also defined as
class

uniqueness constraintsni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#UniquenessConstraints

belongs to
templatec
is also defined as
class

Upper limit check in all instancesni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#UpperLimitAll

belongs to
templatec
is also defined as
class

Upper limit check in all instances of a classni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#UpperLimitClass

belongs to
templatec
is also defined as
class

value range constraintsni back to ToC or Named Individual ToC

IRI: http://semwebquality.org/ontologies/dq-constraints#ValueRangeConstraints

belongs to
templatec
is also defined as
class

Annotation Properties

abstractap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/spin#abstract

argap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#arg

has sub-properties
arg6ap, arg7ap

arg1ap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#arg1

arg2ap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#arg2

arg3ap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#arg3

arg6ap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#arg6

The sixth argument of a function call.
has super-properties
argap

arg7ap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#arg7

The seventh argument of a function call.
has super-properties
argap

bodyap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/spin#body

constraintap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/spin#constraint

Creatorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/creator

Dateap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/date

elementsap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#elements

expressionap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#expression

label templateap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/spin#labelTemplate

Licenseap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/license

A legal document giving official permission to do something with the resource.

objectap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#object

predicateap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#predicate

predicateap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/spl#predicate

Subjectap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/subject

subjectap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#subject

templatesap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#templates

Titleap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/title

value typeap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/spl#valueType

variableap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#variable

whereap back to ToC or Annotation Property ToC

IRI: http://spinrdf.org/sp#where

Namespace Declarations back to ToC

default namespace
http://semwebquality.org/ontologies/dq-constraints#
dc
http://purl.org/dc/elements/1.1/
function
http://jena.hpl.hp.com/ARQ/function#
licenses
http://www.gnu.org/licenses/
ontologies
http://semwebquality.org/ontologies/
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
sp
http://spinrdf.org/sp#
sparqlmotionfunctions
http://topbraid.org/sparqlmotionfunctions#
spin
http://spinrdf.org/spin#
spinrdf-org
http://spinrdf.org/
spl
http://spinrdf.org/spl#
terms
http://purl.org/dc/terms/
xpath-functions
http://www.w3.org/2005/xpath-functions#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.