rdfoo.dcat

Data Catalog Vocabulary (DCAT) - Version 3

Ontology documentation: https://www.w3.org/TR/vocab-dcat-3/

Namespace: http://www.w3.org/ns/dcat#

Classes

class rdfoo.dcat.Catalogue

Bases: RDF

A curated collection of metadata about resources.

See also: https://www.w3.org/TR/vocab-dcat-3/#Class:Catalog

rdf_type: RDFType
dataset: org/ns/dcat#dataset'}]

A Dataset that is part of the Catalogue.

description: org/dc/terms/description'}]

A free-text account of the Catalogue.

publisher: org/dc/terms/publisher'}]

An entity (organisation) responsible for making the Catalogue available.

title: org/dc/terms/title'}]

A name given to the Catalogue.

classmethod from_graph(id: str | Node, graph: Graph)
rdf_id
rdf_bindings

[[binding1, namespace1], [binding2, namespace2]]

class rdfoo.dcat.CataloguedResource

Bases: Resource

Resource published or curated by a single agent.

See also: https://www.w3.org/TR/vocab-dcat-3/#Class:Resource

rdf_type: RDFType
contact_point: org/ns/dcat#contactPoint'}]
creator: org/dc/terms/creator'}]
description: org/dc/terms/description'}]
is_referenced_by: org/dc/terms/isReferencedBy'}]
licence: org/dc/terms/license'}]
qualified_relation: org/ns/dcat#qualifiedRelation'}]
title: org/dc/terms/title'}]
classmethod from_graph(id: str | Node, graph: Graph)
rdf_id
rdf_bindings

[[binding1, namespace1], [binding2, namespace2]]

class rdfoo.dcat.Dataset

Bases: CataloguedResource

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

See also: https://www.w3.org/TR/vocab-dcat-3/#Class:Dataset

rdf_type: RDFType
distribution: org/ns/dcat#distribution'}]
issued: org/dc/terms/issued'}]
spatial: org/dc/terms/spatial'}]
temporal: org/dc/terms/temporal'}]
classmethod from_graph(id: str | Node, graph: Graph)
contact_point
creator
description
is_referenced_by
licence
qualified_relation
title
rdf_id
rdf_bindings

[[binding1, namespace1], [binding2, namespace2]]

class rdfoo.dcat.Distribution

Bases: RDF

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).

See also: https://www.w3.org/TR/vocab-dcat-3/#Class:Distribution

rdf_type: RDFType
access_url: org/ns/dcat#accessURL'}]
description: org/dc/terms/description'}]
classmethod from_graph(id: str | Node, graph: Graph)
rdf_id
rdf_bindings

[[binding1, namespace1], [binding2, namespace2]]

class rdfoo.dcat.Location

Bases: Location

A spatial region or named place.

See also: https://www.w3.org/TR/vocab-dcat-3/#Class:Location

bbox: org/ns/dcat#bbox'}]
rdf_type
rdf_id
rdf_bindings

[[binding1, namespace1], [binding2, namespace2]]

centroid: org/ns/dcat#centroid'}]
geometry: org/ns/locn#locn:geometry'}]
classmethod from_graph(id: str | Node, graph: Graph)
class rdfoo.dcat.PeriodOfTime

Bases: RDF

An interval of time that is named or defined by its start and end.

See also: https://www.w3.org/TR/vocab-dcat-3/#Class:Period_of_Time

rdf_type: RDFType
end_date: org/ns/dcat#endDate'}]
start_date: org/ns/dcat#startDate'}]
classmethod from_graph(id: str | Node, graph: Graph)
rdf_id
rdf_bindings

[[binding1, namespace1], [binding2, namespace2]]

class rdfoo.dcat.Relationship

Bases: RDF

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

See also: https://www.w3.org/TR/vocab-dcat-3/#Class:Relationship

rdf_type: RDFType
classmethod from_graph(id: str | Node, graph: Graph)
rdf_id
rdf_bindings

[[binding1, namespace1], [binding2, namespace2]]