Description In Range

IRI:
https://w3id.org/food/ontology/dir
Version IRI:
https://w3id.org/food/ontology/dir/1.0.0
Date :
08/07/2016
Authors :
Aldo Gangemi
Giorgia Lodi
Silvio Peroni
Imported Ontologies :
http://www.ontologydesignpatterns.org/cp/owl/description.owl (visualise it with LODE )
Covers requirements :
- 1. What are the descriptions related to a particular entity? 2. What entities are described in terms of a particular concept? 3. How the concepts involved in the description of a certain entity have been restricted within particular bounds?
Has component :
(visualise it with LODE )
Has Intent :
- This pattern allows one to range the conceptualization of a descriptive context within specific borders defined by means of literal values.
Has Unit Test :
- SPARQL Query as unit test (returns the errors if any)
Is Specialization Of :
(visualise it with LODE )
Related Content Patterns :
(visualise it with LODE )
Scenarios :
- # Scenario 1 In order to obtain the registered quality scheme PDO, the wine "Amarone della Valpolicella" has to comply with a set of rules including grape composition rules. In particular, it has to be made with a specific ampelographic composition that indicates the different types of grapes that contribute to form the wine, together with their percentage ranges. In this case, the "Amarone della Valpolicella" must be composed (among the others) by Corvina and Corvinone grapes from 45% to 95%. # Scenario 2 The policy document of "Parmigiano Reggiano" indicates that, for consumers, it presents a set of characteristics among which the "diameter of the plain faces", which must be within the range "35-45 cm", and the "external aspect" that should be "natural straw-coloured rind".
Other visualisation :
Ontology source - WebVowl

Abstract

The Description In Range (DIR) ontology design patterns is a specialization of the Description ODP, that allows one to range the conceptualization of a descriptive context within specific borders defined by means of literal values.

Table of Content

  1. Introduction
  2. Classes
  3. Object Properties
  4. Data Properties
  5. Annotation Properties
  6. Namespace Declarations

Introduction

The Description In Range (DIR) ontology design patterns is a specialization of the Description ODP, that allows one to range the conceptualization of a descriptive context within specific borders defined by means of literal values. The specialization emerged within an e-government Linked Open Data (LOD) project named FOOD (http://w3id.org/food), where it was required to model in OWL descriptions of raw material and physical, chemical, organoleptic characteristics of European Union (EU) quality schemes for agricultural and food products – i.e., PDO (Protected Designation of Origin), PGI (Protected Geographical Indication) and TSG (Traditional Speciality Guaranteed).

Classes

description in rangec back to ToC or Class ToC

IRI: https://w3id.org/food/ontology/dir/DescriptionInRange

is defined by
https://w3id.org/food/ontology/dir
This class allows one to identify descriptions involving a specific concept (i.e. description:usesConcept) relating to a literal value that can be defined within a particular a range. For instance: * 100% of sheep milk; * at least 25cm of diameter (circular shape). Individuals of this class cannot exist without the entity they (partially or fully) describe - see the class [Entity](#https://w3id.org/food/ontology/dir/Entity).
has super-classes
descriptionc
descriptionc
uses conceptop exactly 1 conceptc
is ranged by valuedp some literal
has inclusive lower bound valuedp max 1
has inclusive upper bound valuedp max 1
has non-inclusive lower bound valuedp max 1
has non-inclusive upper bound valuedp max 1
is in domain of
is ranged by valuedp

entityc back to ToC or Class ToC

IRI: http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity

is equivalent to
entityc

entityc back to ToC or Class ToC

IRI: https://w3id.org/food/ontology/dir/Entity

is defined by
https://w3id.org/food/ontology/dir
This class allows the specification of entities that that are (partially or fully) described by means of descriptions.
is in domain of
The link between an entity and a (partial or full) description of it.op

Object Properties

describesop back to ToC or Object Property ToC

IRI: http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#describes

is described byop back to ToC or Object Property ToC

IRI: http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isDescribedBy

The link between a description and the entity that is described.op back to ToC or Object Property ToC

IRI: https://w3id.org/food/ontology/dir/describes

is defined by
https://w3id.org/food/ontology/dir

The link between an entity and a (partial or full) description of it.op back to ToC or Object Property ToC

IRI: https://w3id.org/food/ontology/dir/isDescribedBy

is defined by
https://w3id.org/food/ontology/dir
has equivalent properties
is described byop
has domain
entityc
has range
descriptionc
is inverse of
The link between a description and the entity that is described.op

Data Properties

has inclusive lower bound valuedp back to ToC or Data Property ToC

IRI: https://w3id.org/food/ontology/dir/hasInclusiveLowerBoundValue

is defined by
https://w3id.org/food/ontology/dir
Any value that specifies an inclusive lower bound for a certain amount of a concept as conceived in a particular description (e.g. "at least 25cm").

has characteristics : functional

has super-properties
is ranged by valuedp

has inclusive upper bound valuedp back to ToC or Data Property ToC

IRI: https://w3id.org/food/ontology/dir/hasInclusiveUpperBoundValue

is defined by
https://w3id.org/food/ontology/dir
Any value that specifies an inclusive upper bound for a certain amount of a concept as conceived in a particular description (e.g. "at most 25cm").

has characteristics : functional

has super-properties
is ranged by valuedp

has non-inclusive lower bound valuedp back to ToC or Data Property ToC

IRI: https://w3id.org/food/ontology/dir/hasNonInclusiveLowerBoundValue

is defined by
https://w3id.org/food/ontology/dir
Any value that specifies a non-inclusive lower bound for a certain amount of a concept as conceived in a particular description (e.g. "greater than 25cm").

has characteristics : functional

has super-properties
is ranged by valuedp

has non-inclusive upper bound valuedp back to ToC or Data Property ToC

IRI: https://w3id.org/food/ontology/dir/hasNonInclusiveUpperBoundValue

is defined by
https://w3id.org/food/ontology/dir
Any value that specifies a non-inclusive upper bound for a certain amount of a concept as conceived in a particular description (e.g. "less than 25cm").

has characteristics : functional

has super-properties
is ranged by valuedp

is ranged by valuedp back to ToC or Data Property ToC

IRI: https://w3id.org/food/ontology/dir/isRangedByValue

is defined by
https://w3id.org/food/ontology/dir
Any value that specifies a certain amount of a concept as conceived in a particular description (e.g. "100%" and "25cm"). The value is defined as a free-text literal, instead of specifying more complex structure, so as to be easily populated with data of different natures, such as those coming from heterogeneous (and even multilingual) documents.

Annotation Properties

commentap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#comment

contributorap back to ToC or Annotation Property ToC

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

covers requirementsap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements

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

descriptionap back to ToC or Annotation Property ToC

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

has componentap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasComponent

has intentap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasIntent

has unit testap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasUnitTest

inclusive upper bound valueap back to ToC or Annotation Property ToC

IRI: https://w3id.org/food/ontology/dir/inclusive_upper_bound_value

has super-properties
labelap

is specialization ofap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#isSpecializationOf

labelap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#label

has sub-properties
inclusive upper bound valueap

node i dap back to ToC or Annotation Property ToC

IRI: http://www.semanticweb.org/owlapi#nodeID

related c psap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#relatedCPs

scenariosap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#scenarios

titleap back to ToC or Annotation Property ToC

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

Namespace Declarations back to ToC

default namespace
https://w3id.org/food/ontology/dir#
cpannotationschema
http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#
dc
http://purl.org/dc/elements/1.1/
description-owl
http://www.ontologydesignpatterns.org/cp/owl/description.owl#
dir
https://w3id.org/food/ontology/dir/
dul-owl
http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#
img
https://w3id.org/food/img/
ontology
https://w3id.org/food/ontology/
owl
http://www.w3.org/2002/07/owl#
owlapi
http://www.semanticweb.org/owlapi#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
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 .