Dataset Vocabulary - "Look inside" extension.

Faded text corresponds to elements already defined in the dataset vocabulary. They are included here for consistency.

Dataset

A body of structured information describing some topic(s) of interest.

Subclass of: CreativeWork equivalentClass: dcat:Dataset equivalentClass: adms:SemanticAsset

catalog

A data catalog which contains a dataset.

Domain: Dataset Range: DataCatalog equivalentProperty: dcterms:isPartOf

distribution

A downloadable form of this dataset, at a specific location, in a specific format.

Domain: Dataset Range: DataDownload equivalentProperty: dcat:distribution equivalentProperty: radion:distribution equivalentProperty: void:dataDump

spatial

The range of spatial applicability of a dataset, e.g. for a dataset of New York weather, the state of New York.

Domain: Dataset Range: Place equivalentProperty: dcterms:spatial

temporal

The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format).

Domain: Dataset Range: DateTime equivalentProperty: dcterms:temporal

datasetElement

An element contained in the dataset.

Domain: Dataset Range: CreativeWork equivalentProperty: dcterms:hasPart

DataTable

A table of data.

Subclass of: CreativeWork equivalentClass: r2rml:LogicalTable

dataset

The dataset that contains this table.

Domain: DataTable Range: Dataset equivalentProperty: dcterms:isPartOf

column

A column that belongs to the table.

Domain: DataTable Range: TableColumn equivalentProperty: r2rml:column equivalentProperty: dcterms:hasPart

distribution

A downloadable form of this table, at a specific location, in a specific format.

Domain: DataTable Range: DataDownload equivalentProperty: dcat:distribution equivalentProperty: radion:distribution equivalentProperty: void:dataDump

TableColumn

A column of data.

Subclass of: CreativeWork

table

The table that contains this column.

Domain: TableColumn Range: DataTable equivalentProperty: dcterms:isPartOf

columnNumber

The position of the column in the table. The first column of the table has columnNumber 0, the next one has columnNumber 1, and so on. The columnNumber must be provided, unless this mark-up is used on an HTML table.

Domain: TableColumn Range: Integer

typeMapping

Mapping to a schema.org type that corresponds to the contents of the column.

Domain: TableColumn Range: TypeMapping

TypeMapping

Maps a collection of values (e.g., a column of data) to a type / class.

Subclass of: CreativeWork

maps

The collection of values being mapped.

Domain: TypeMapping Range: Url

toType

The type that the collection is mapped to.

Domain: TypeMapping Range: Class

propertyMapping

One or more mappings of secondary collections (e.g., other columns) to properties of the target type.

Domain: TypeMapping Range: PropertyMapping

PropertyMapping

Maps a collection of values (e.g., a column of data) to a property of a type. Always defined in the context of a type mapping.

Subclass of: CreativeWork

typeMapping

The type mapping in the context of which this property mapping is defined.

Domain: PropertyMapping Range: TypeMapping

maps

The collection of values being mapped. There should be a structural correspondence between elements in the type mapping collection and elements in this collection. E.g., in the case of tables, the correspondence is established by elements belonging to the same row.

Domain: PropertyMapping Range: Url

propertyName

the name of the property. This property must belong to the type specified in the typeMapping.

Domain: PropertyMapping Range: Property

propertyValue

A constant value for the property. Possible extension: functional expression that calculates a value as a combination of values of this and other collections (e.g., other columns in the table).

Domain: PropertyMapping Range: Text