rdfoo.dcatap

DCAT-AP 3.0.1

Documentation: https://semiceu.github.io/DCAT-AP/releases/3.0.1/

Namespace: http://data.europa.eu/r5r/

Classes

class rdfoo.dcatap.Attribution

Bases: RDF

Attribution is the ascribing of an entity to an agent.

See also: https://semiceu.github.io/DCAT-AP/releases/3.0.1/#Attribution

rdf_type: RDFType
agent: org/ns/prov#agent'}]
hadRole: org/ns/dcat#hadRole'}]
classmethod from_graph(id: str | Node, graph: Graph)
rdf_id
rdf_bindings

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

class rdfoo.dcatap.Catalogue

Bases: Catalogue

A catalogue or repository that hosts the Datasets or Data Services being described.

See also: https://semiceu.github.io/DCAT-AP/releases/3.0.1/#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_type
dataset

A Dataset that is part of the Catalogue.

rdf_id
rdf_bindings

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

class rdfoo.dcatap.Dataset

Bases: Dataset

A conceptual entity that represents the information published.

See also: https://semiceu.github.io/DCAT-AP/releases/3.0.1/#Dataset

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

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

class rdfoo.dcatap.Role

Bases: RDF

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

See also: https://semiceu.github.io/DCAT-AP/releases/3.0.1/#Role

rdf_id
rdf_bindings

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

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