Class: RDF::Vocab::DCAT

Inherits:
StrictVocabulary
  • Object
show all
Defined in:
lib/rdf/vocab/dcat.rb

Overview

Vocabulary for <www.w3.org/ns/dcat#>

The data catalog vocabulary

DCAT is an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web. By using DCAT to describe datasets in data catalogs, publishers increase discoverability and enable applications easily to consume metadata from multiple catalogs. It further enables decentralized publishing of catalogs and facilitates federated dataset search across sites. Aggregated DCAT metadata can serve as a manifest file to facilitate digital preservation. DCAT is defined at www.w3.org/TR/vocab-dcat/. Any variance between that normative document and this schema is an error in this schema.

Version:

Instance Attribute Summary collapse

Instance Attribute Details

#accessServiceRDF::Vocabulary::Term (readonly)

A site or end-point that gives access to the distribution of the dataset.

Returns:

  • (RDF::Vocabulary::Term)


43
44
45
# File 'lib/rdf/vocab/dcat.rb', line 43

def accessService
  @accessService
end

#accessURLRDF::Vocabulary::Term (readonly)

A URL of a resource that gives access to a distribution of the dataset. E.g. landing page, feed, SPARQL endpoint. Use for all cases except a simple download link, in which case downloadURL is preferred.

Returns:

  • (RDF::Vocabulary::Term)


47
48
49
# File 'lib/rdf/vocab/dcat.rb', line 47

def accessURL
  @accessURL
end

#bboxRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


50
51
52
# File 'lib/rdf/vocab/dcat.rb', line 50

def bbox
  @bbox
end

#byteSizeRDF::Vocabulary::Term (readonly)

The size of a distribution in bytes.

Returns:

  • (RDF::Vocabulary::Term)


54
55
56
# File 'lib/rdf/vocab/dcat.rb', line 54

def byteSize
  @byteSize
end

#catalogRDF::Vocabulary::Term (readonly)

A catalog whose contents are of interest in the context of this catalog.

Returns:

  • (RDF::Vocabulary::Term)


58
59
60
# File 'lib/rdf/vocab/dcat.rb', line 58

def catalog
  @catalog
end

#CatalogRDF::Vocabulary::Term (readonly)

A curated collection of metadata about resources (e.g., datasets and data services in the context of a data catalog).

Returns:

  • (RDF::Vocabulary::Term)


11
12
13
# File 'lib/rdf/vocab/dcat.rb', line 11

def Catalog
  @Catalog
end

#CatalogRecordRDF::Vocabulary::Term (readonly)

A record in a data catalog, describing the registration of a single dataset or data service.

Returns:

  • (RDF::Vocabulary::Term)


15
16
17
# File 'lib/rdf/vocab/dcat.rb', line 15

def CatalogRecord
  @CatalogRecord
end

#centroidRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


61
62
63
# File 'lib/rdf/vocab/dcat.rb', line 61

def centroid
  @centroid
end

#compressFormatRDF::Vocabulary::Term (readonly)

The compression format of the distribution in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file.

Returns:

  • (RDF::Vocabulary::Term)


65
66
67
# File 'lib/rdf/vocab/dcat.rb', line 65

def compressFormat
  @compressFormat
end

#contactPointRDF::Vocabulary::Term (readonly)

Relevant contact information for the catalogued resource. Use of vCard is recommended.

Returns:

  • (RDF::Vocabulary::Term)


69
70
71
# File 'lib/rdf/vocab/dcat.rb', line 69

def contactPoint
  @contactPoint
end

#DataServiceRDF::Vocabulary::Term (readonly)

A site or end-point providing operations related to the discovery of, access to, or processing functions on, data or related resources.

Returns:

  • (RDF::Vocabulary::Term)


19
20
21
# File 'lib/rdf/vocab/dcat.rb', line 19

def DataService
  @DataService
end

#datasetRDF::Vocabulary::Term (readonly)

A collection of data that is listed in the catalog.

Returns:

  • (RDF::Vocabulary::Term)


73
74
75
# File 'lib/rdf/vocab/dcat.rb', line 73

def dataset
  @dataset
end

#DatasetRDF::Vocabulary::Term (readonly)

A collection of data, published or curated by a single source, and available for access or download in one or more represenations.

Returns:

  • (RDF::Vocabulary::Term)


23
24
25
# File 'lib/rdf/vocab/dcat.rb', line 23

def Dataset
  @Dataset
end

#distributionRDF::Vocabulary::Term (readonly)

An available distribution of the dataset.

Returns:

  • (RDF::Vocabulary::Term)


77
78
79
# File 'lib/rdf/vocab/dcat.rb', line 77

def distribution
  @distribution
end

#DistributionRDF::Vocabulary::Term (readonly)

A specific representation of a dataset. A dataset might be available in multiple serializations that may differ in various ways, including natural language, media-type or format, schematic organization, temporal and spatial resolution, level of detail or profiles (which might specify any or all of the above).

Returns:

  • (RDF::Vocabulary::Term)


27
28
29
# File 'lib/rdf/vocab/dcat.rb', line 27

def Distribution
  @Distribution
end

#downloadURLRDF::Vocabulary::Term (readonly)

The URL of the downloadable file in a given format. E.g. CSV file or RDF file. The format is indicated by the distribution’s dct:format and/or dcat:mediaType.

Returns:

  • (RDF::Vocabulary::Term)


81
82
83
# File 'lib/rdf/vocab/dcat.rb', line 81

def downloadURL
  @downloadURL
end

#endDateRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


84
85
86
# File 'lib/rdf/vocab/dcat.rb', line 84

def endDate
  @endDate
end

#endpointDescriptionRDF::Vocabulary::Term (readonly)

A description of the service end-point, including its operations, parameters etc.

Returns:

  • (RDF::Vocabulary::Term)


88
89
90
# File 'lib/rdf/vocab/dcat.rb', line 88

def endpointDescription
  @endpointDescription
end

#endpointURLRDF::Vocabulary::Term (readonly)

The root location or primary endpoint of the service (a web-resolvable IRI).

Returns:

  • (RDF::Vocabulary::Term)


92
93
94
# File 'lib/rdf/vocab/dcat.rb', line 92

def endpointURL
  @endpointURL
end

#hadRoleRDF::Vocabulary::Term (readonly)

The function of an entity or agent with respect to another entity or resource.

Returns:

  • (RDF::Vocabulary::Term)


96
97
98
# File 'lib/rdf/vocab/dcat.rb', line 96

def hadRole
  @hadRole
end

#keywordRDF::Vocabulary::Term (readonly)

A keyword or tag describing a resource.

Returns:

  • (RDF::Vocabulary::Term)


100
101
102
# File 'lib/rdf/vocab/dcat.rb', line 100

def keyword
  @keyword
end

#landingPageRDF::Vocabulary::Term (readonly)

A Web page that can be navigated to in a Web browser to gain access to the catalog, a dataset, its distributions and/or additional information.

Returns:

  • (RDF::Vocabulary::Term)


104
105
106
# File 'lib/rdf/vocab/dcat.rb', line 104

def landingPage
  @landingPage
end

#mediaTypeRDF::Vocabulary::Term (readonly)

The media type of the distribution as defined by IANA

Returns:

  • (RDF::Vocabulary::Term)


108
109
110
# File 'lib/rdf/vocab/dcat.rb', line 108

def mediaType
  @mediaType
end

#packageFormatRDF::Vocabulary::Term (readonly)

The package format of the distribution in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together.

Returns:

  • (RDF::Vocabulary::Term)


112
113
114
# File 'lib/rdf/vocab/dcat.rb', line 112

def packageFormat
  @packageFormat
end

#qualifiedRelationRDF::Vocabulary::Term (readonly)

Link to a description of a relationship with another resource.

Returns:

  • (RDF::Vocabulary::Term)


116
117
118
# File 'lib/rdf/vocab/dcat.rb', line 116

def qualifiedRelation
  @qualifiedRelation
end

#recordRDF::Vocabulary::Term (readonly)

A record describing the registration of a single dataset or data service that is part of the catalog.

Returns:

  • (RDF::Vocabulary::Term)


120
121
122
# File 'lib/rdf/vocab/dcat.rb', line 120

def record
  @record
end

#RelationshipRDF::Vocabulary::Term (readonly)

An association class for attaching additional information to a relationship between DCAT Resources.

Returns:

  • (RDF::Vocabulary::Term)


31
32
33
# File 'lib/rdf/vocab/dcat.rb', line 31

def Relationship
  @Relationship
end

#ResourceRDF::Vocabulary::Term (readonly)

Resource published or curated by a single agent.

Returns:

  • (RDF::Vocabulary::Term)


35
36
37
# File 'lib/rdf/vocab/dcat.rb', line 35

def Resource
  @Resource
end

#RoleRDF::Vocabulary::Term (readonly)

A role is the function of a resource or agent with respect to another resource, in the context of resource attribution or resource relationships.

Returns:

  • (RDF::Vocabulary::Term)


39
40
41
# File 'lib/rdf/vocab/dcat.rb', line 39

def Role
  @Role
end

#servesDatasetRDF::Vocabulary::Term (readonly)

A collection of data that this DataService can distribute.

Returns:

  • (RDF::Vocabulary::Term)


124
125
126
# File 'lib/rdf/vocab/dcat.rb', line 124

def servesDataset
  @servesDataset
end

#serviceRDF::Vocabulary::Term (readonly)

A site or endpoint that is listed in the catalog.

Returns:

  • (RDF::Vocabulary::Term)


128
129
130
# File 'lib/rdf/vocab/dcat.rb', line 128

def service
  @service
end

#spatialResolutionInMetersRDF::Vocabulary::Term (readonly)

minimum spatial separation resolvable in a dataset, measured in meters.

minimum spatial separation resolvable in a dataset, measured in metres.

Returns:

  • (RDF::Vocabulary::Term)


134
135
136
# File 'lib/rdf/vocab/dcat.rb', line 134

def spatialResolutionInMeters
  @spatialResolutionInMeters
end

#startDateRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


137
138
139
# File 'lib/rdf/vocab/dcat.rb', line 137

def startDate
  @startDate
end

#temporalResolutionRDF::Vocabulary::Term (readonly)

minimum time period resolvable in a dataset.

Returns:

  • (RDF::Vocabulary::Term)


141
142
143
# File 'lib/rdf/vocab/dcat.rb', line 141

def temporalResolution
  @temporalResolution
end

#themeRDF::Vocabulary::Term (readonly)

A main category of the resource. A resource can have multiple themes.

Returns:

  • (RDF::Vocabulary::Term)


145
146
147
# File 'lib/rdf/vocab/dcat.rb', line 145

def theme
  @theme
end

#themeTaxonomyRDF::Vocabulary::Term (readonly)

The knowledge organization system (KOS) used to classify catalog’s datasets.

Returns:

  • (RDF::Vocabulary::Term)


149
150
151
# File 'lib/rdf/vocab/dcat.rb', line 149

def themeTaxonomy
  @themeTaxonomy
end