made by pyLODE

Datatypes

Metadata

IRI
http://linked.data.gov.au/def/datatype
Creator(s)
Simon J.D.Cox (simon.cox@csiro.au) of CSIRO
Created
2019-03-25
Modified
2019-10-03
Imports
http://purl.org/dc/elements/1.1/
http://topbraid.org/schema/
http://www.w3.org/ns/prov-o#
http://usefulinc.com/ns/doap
License
http://creativecommons.org/publicdomain/zero/1.0/
Ontology Source
RDF (turtle)
RDF/XML
JSON-LD
Code Repository
https://github.com/AGLDWG/datatype-ont

Description

A set of classes representing data-types. These may be used for observation results, or for the range of specific properties in other applications where scaled numbers, ranges, percents etc are required.

History Note: Originally developed for use as the value of an observation result (sosa:hasResult) in the context of the TERN-plot ontology. However, objects from these classes may appear in many contexts.

Table of Contents

  1. Classes
  2. Object Properties
  3. Datatype Properties
  4. Namespaces

Overview

overview image
Figure 1: Ontology overview

Classes

Booleanc

IRI http://linked.data.gov.au/def/datatype/Boolean
Description Class to encapsulate a true-or-false value
Restrictions data:value dp only xsd:boolean c
data:value dp exactly 1

Conceptc

IRI http://linked.data.gov.au/def/datatype/Concept
Description Class to encapsulate a classifier, usually a values from a controlled vocabulary
Restrictions rdf:value only skos:Concept c
rdf:value exactly 1
data:vocabulary op exactly 1

Countc

IRI http://linked.data.gov.au/def/datatype/Count
Description Class to encapsulate an integer value
Restrictions data:value dp only xsd:integer c
data:value dp exactly 1
data:uncertainty dp max 1

Percentc

IRI http://linked.data.gov.au/def/datatype/Percent
Description Class to encapsulate a quantitative measure expressed as a percent value
Super-classes data:QuantitativeMeasure c
Restrictions data:unit op value http://qudt.org/vocab/unit/PERCENT c
data:uncertainty dp max 1

Percent rangec

IRI http://linked.data.gov.au/def/datatype/PercentRange
Description Class to encapsulate a quantitative range expressed as in percent values
Super-classes data:QuantitativeRange c
Restrictions data:uncertainty dp max 1
data:unit op value http://qudt.org/vocab/unit/PERCENT c

Quantitative Measurec

IRI http://linked.data.gov.au/def/datatype/QuantitativeMeasure
Description Class to encapsulate a quantitative measure value
Restrictions data:unit op exactly 1
data:value dp only xsd:decimal c
data:value dp exactly 1
data:uncertainty dp max 1
Sub-classes data:Percent c

Quantitative Rangec

IRI http://linked.data.gov.au/def/datatype/QuantitativeRange
Description Class to encapsulate a quantitative range
Restrictions data:unit op exactly 1
data:uncertainty dp max 1
data:max dp exactly 1
data:min dp exactly 1
Sub-classes data:PercentRange c

Textc

IRI http://linked.data.gov.au/def/datatype/Text
Description Class to encapsulate a textual value
Restrictions data:value dp exactly 1
data:value dp only xsd:string c

Object Properties

data standardop

IRI http://linked.data.gov.au/def/datatype/standard
Description Measurement standard, scale, uom, reference system, controlled vocabulary, taxonomy etc

unit of measureop

IRI http://linked.data.gov.au/def/datatype/unit
Description Measurement scale
Super-properties data:standard op

vocabularyop

IRI http://linked.data.gov.au/def/datatype/vocabulary
Description controlled vocabulary, taxonomy etc
Super-properties data:standard op
Range(s) skos:ConceptScheme c skos:Collection c owl:Ontology c

Datatype Properties

data maximumdp

IRI http://linked.data.gov.au/def/datatype/max
Description Maximum value of a range
Super-properties rdf:value
Range(s) xsd:decimal c

data minimumdp

IRI http://linked.data.gov.au/def/datatype/min
Description Minimum value of range
Super-properties rdf:value
Range(s) xsd:decimal c

data uncertaintydp

IRI http://linked.data.gov.au/def/datatype/uncertainty
Description Uncertainty for a quantitative value
Super-properties rdf:value
Range(s) xsd:decimal c

data valuedp

IRI http://linked.data.gov.au/def/datatype/value
Description simple value (a literal)
Super-properties rdf:value

Namespaces

default (:)
http://linked.data.gov.au/def/datatype/
data
http://linked.data.gov.au/def/datatype/
dct
http://purl.org/dc/terms/
doap
http://usefulinc.com/ns/doap#
owl
http://www.w3.org/2002/07/owl#
prov
http://www.w3.org/ns/prov#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
sdo
http://schema.org/
skos
http://www.w3.org/2004/02/skos/core#
xml
http://www.w3.org/XML/1998/namespace
xsd
http://www.w3.org/2001/XMLSchema#

Legend

cClasses
opObject Properties
dpData Properties
dpAnnotation Properties
pProperties
niNamed Individuals