Imperial Data Ontology (IDO)

IRI:
https://w3id.org/ido/prices
Version IRI:
https://w3id.org/ido/prices/1.0.1
Date:
23/03/2017
Authors:
Silvio Peroni (http://orcid.org/0000-0003-0530-4305)
Imported Ontologies:
http://www.w3.org/2004/02/skos/core (visualise it with LODE)

Abstract

The Imperial Data Ontology (IDO) is an OWL 2 DL ontology that allows the description of selling data of fashion design industries. This module describes all the selling prices of articles.

Table of Content

  1. Classes
  2. Object Properties
  3. Data Properties
  4. Named Individuals
  5. Annotation Properties
  6. General Axioms
  7. Namespace Declarations

Classes

cost of goods soldc back to ToC or Class ToC

IRI: https://w3id.org/ido/CostOfGoodsSold

is defined by
https://w3id.org/ido/prices
It is the industrial cost for creating a particular article.
has super-classes
pricec
is disjoint with
sell-in pricec, sell-out pricec

pricec back to ToC or Class ToC

IRI: https://w3id.org/ido/Price

is defined by
https://w3id.org/ido/prices
This class allows the characterisation of a certain price value according to a particular currency. Each individual of this class exists only within the context of the object (e.g., an item) to which it is applied.
has super-classes
price specificationc
price specificationc
is valid throughdp max 1
is valid fromdp exactly 1
has currencydp exactly 1
has price typeop some price typec
has pricedp exactly 1
includes VATdp exactly 1
has sub-classes
cost of goods soldc, sell-in pricec, sell-out pricec
is in domain of
has currencydp, has discount percentagedp, has pricedp, has price typeop, includes VATdp, is applicable forop

price specificationc back to ToC or Class ToC

IRI: http://purl.org/goodrelations/v1#PriceSpecification

is defined by
http://purl.org/goodrelations/v1
has sub-classes
pricec

price specificationc back to ToC or Class ToC

IRI: http://schema.org/PriceSpecification

is defined by
http://schema.org
has sub-classes
pricec

price typec back to ToC or Class ToC

IRI: https://w3id.org/ido/PriceType

is defined by
https://w3id.org/ido/prices
It describes the particular kind of a price - e.g., gross or net.
has super-classes
concept
is in range of
has price typeop
has members
gross priceni, net priceni

sell-in pricec back to ToC or Class ToC

IRI: https://w3id.org/ido/SellInPrice

is defined by
https://w3id.org/ido/prices
It is the price applied to an article when it is sold to a retailer.
has super-classes
pricec
is disjoint with
cost of goods soldc, sell-out pricec

sell-out pricec back to ToC or Class ToC

IRI: https://w3id.org/ido/SellOutPrice

is defined by
https://w3id.org/ido/prices
It is the price applied to an article when it is sold to a final customer.
has super-classes
pricec
is disjoint with
cost of goods soldc, sell-in pricec

Object Properties

additional typeop back to ToC or Object Property ToC

IRI: http://schema.org/additionalType

is defined by
http://schema.org
has sub-properties
has price typeop

has price typeop back to ToC or Object Property ToC

IRI: https://w3id.org/ido/hasPriceType

is defined by
https://w3id.org/ido/prices
It allows the specification of the type (e.g., net and gross) of a certain price.
has super-properties
additional typeop
has domain
pricec
has range
price typec
is inverse of
is price type ofop

is applicability context ofop back to ToC or Object Property ToC

IRI: https://w3id.org/ido/isApplicabilityContextOf

is defined by
https://w3id.org/ido/prices
It allows one to link an entity, such as a season or a distribution platform) to the price for which it is an applicative context.
is inverse of
is applicable forop

is applicable forop back to ToC or Object Property ToC

IRI: https://w3id.org/ido/isApplicableFor

is defined by
https://w3id.org/ido/prices
It allows one to link a price with a certain context (e.g., a distribution platform or a season) for which that price is applicable.
has domain
pricec
is inverse of
is applicability context ofop

is price type ofop back to ToC or Object Property ToC

IRI: https://w3id.org/ido/isPriceTypeOf

is defined by
https://w3id.org/ido/prices
It allows one to link a specific type (e.g., gross or net) with the price it refers to.
is inverse of
has price typeop

Data Properties

has currencydp back to ToC or Data Property ToC

IRI: http://purl.org/goodrelations/v1#hasCurrency

is defined by
http://purl.org/goodrelations/v1
has sub-properties
has currencydp

has currencydp back to ToC or Data Property ToC

IRI: https://w3id.org/ido/hasPriceCurrency

is defined by
https://w3id.org/ido/prices
The property that allows the specification of the currency of a certain price.
has super-properties
has currencydp
price currencydp
has domain
pricec
has range

has currency valuedp back to ToC or Data Property ToC

IRI: http://purl.org/goodrelations/v1#hasCurrencyValue

is defined by
http://purl.org/goodrelations/v1
has sub-properties
has pricedp

has discount percentagedp back to ToC or Data Property ToC

IRI: https://w3id.org/ido/hasDiscountPercentage

is defined by
https://w3id.org/ido/prices
It indicates the percentage used for calculating the discount already inclused in the currency value of a certain price.

has characteristics: functional

has domain
pricec
has range
decimal

has pricedp back to ToC or Data Property ToC

IRI: https://w3id.org/ido/hasPriceValue

is defined by
https://w3id.org/ido/prices
The property that allows the value of a certain price.
has super-properties
has currency valuedp
pricedp
has domain
pricec
has range
double

includes VATdp back to ToC or Data Property ToC

IRI: https://w3id.org/ido/includesVAT

is defined by
https://w3id.org/ido/prices
It describes whether the price includes the VAT or not.

has characteristics: functional

has super-properties
value added tax includeddp
value added tax includeddp
has domain
pricec
has range
boolean

is valid fromdp back to ToC or Data Property ToC

IRI: http://schema.org/validFrom

is defined by
http://schema.org
It indicates the start date of the validity of a certain price associated to a particular object (e.g., an item).

is valid throughdp back to ToC or Data Property ToC

IRI: http://schema.org/validThrough

is defined by
http://schema.org
It indicates the end date of the validity of a certain price associated to a particular object (e.g., an item).

pricedp back to ToC or Data Property ToC

IRI: http://schema.org/price

is defined by
http://schema.org
has sub-properties
has pricedp

price currencydp back to ToC or Data Property ToC

IRI: http://schema.org/priceCurrency

is defined by
http://schema.org
has sub-properties
has currencydp

value added tax includeddp back to ToC or Data Property ToC

IRI: http://purl.org/goodrelations/v1#valueAddedTaxIncluded

is defined by
http://purl.org/goodrelations/v1
has sub-properties
includes VATdp

value added tax includeddp back to ToC or Data Property ToC

IRI: http://schema.org/valueAddedTaxIncluded

is defined by
http://schema.org
has sub-properties
includes VATdp

Named Individuals

gross priceni back to ToC or Named Individual ToC

IRI: https://w3id.org/ido/gross

is defined by
https://w3id.org/ido/prices
It is the price that still includes discounts, taxes, and deductions.
belongs to
price typec

net priceni back to ToC or Named Individual ToC

IRI: https://w3id.org/ido/net

is defined by
https://w3id.org/ido/prices
It is the price from which discounts, taxes, and deductions have been removed.
belongs to
price typec

Annotation Properties

is defined byap back to ToC or Annotation Property ToC

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

General Axioms

All Disjoint Classes back to ToC

cost of goods soldc, sell-in pricec, sell-out pricec

Namespace Declarations back to ToC

default namespace
https://w3id.org/ido/prices#
core
http://www.w3.org/2004/02/skos/core#
dc
http://purl.org/dc/elements/1.1/
goodrelations
http://purl.org/goodrelations/
ido
https://w3id.org/ido/
owl
http://www.w3.org/2002/07/owl#
prices
https://w3id.org/ido/prices/
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
schema-org
http://schema.org/
skos
http://www.w3.org/2004/02/skos/
terms
http://purl.org/dc/terms/
v1
http://purl.org/goodrelations/v1#
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.