...
Prefix | Namespace IRI | Source |
---|---|---|
|
| |
|
| [DCT] |
|
| [FOAF] |
|
| |
|
| |
|
| |
|
| |
|
| [OWL-TIME] |
|
| |
vcard |
| [VCARD] |
Overview and Diagram
An overview of the Metadata schema core is presented in the UML diagram depicted below (Fig 1). The UML showcases the primary classes (entities), excluding the detailed definitions such as rdfs:label rdfs:comment. Each block denotes a class and comprises a list of its attributes (properties). If a class is connected to another class by a closed arrow, indicating that it inherits all properties from the other class. For example, dcat:DatasetSeries
inherits from dcat:Dataset
which inherits from dcat:Resource
. The other arrows, represent relations and contain the type of relation, such as dcat:Dataset
connects to a dcat:DatasetSeries
via the predicate dcat:inSeries
, and include the cardinality, such as dcat:Dataset
can be connected via dcat:inSeries
to zero or more dcat:DatasetSeries
.
...
Main Classes
Mandatory Classes
...
Property name | Definition | URI | rdfs:Range | Usage Note | Cardinality |
---|---|---|---|---|---|
end point URL | The root location or primary endpoint of the service (a Web-resolvable IRI). |
|
Or
| NA | 1..* |
title | A name given to the distribution. |
|
| NA | 1..* |
...