You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/conventions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ Para garantizar la trazabilidad temporal de los recursos y su correcto seguimien
224
224
225
225
La propiedad `dct:temporal` en DCAT-AP-ES se usa para describir el periodo de tiempo al que se refiere un conjunto de datos. En la actualidad, existen múltiples formas de describir esta información, incluyendo el uso de `dcat:startDate`, `dcat:endDate`, `time:hasBeginning`, `time:hasEnd` y `schema:startDate`, `schema:endDate`. Sin embargo, esta flexibilidad puede generar inconsistencias en la representación de los periodos temporales.
226
226
227
-
Dado que tanto `dcat:startDate` como `dcat:endDate` pueden registrarse con [rangos suficientemente flexibles](#nota-dct_periodoftime-dcat_startdate), se opta por adoptar este enfoque por motivos organizativos.
227
+
Dado que tanto `dcat:startDate` como `dcat:endDate` pueden registrarse con [rangos suficientemente flexibles](/#nota-dct_periodoftime-dcat_startdate), se opta por adoptar este enfoque por motivos organizativos.
## Catálogo - Migración desde NTI-RISP a DCAT-AP-ES {#catalogo_-_nti_dcatapes}
82
+
83
+
Este ejemplo muestra cómo migrar un catálogo modelado originalmente según NTI-RISP (2013) al perfil DCAT-AP-ES. Facilitando la interoperabilidad y enriqueciendo los metadatos del catálogo, permitiendo su integración en portales nacionales y europeos. El proceso consiste en mapear las propiedades clave de NTI-RISP a DCAT-AP-ES, añadiendo vocabularios y elementos recomendados por el nuevo perfil.
84
+
85
+
El catálogo `http://dcat-ap-es.ejemplo.org/catalogo` incluye información esencial como título, descripción, publicador, fechas clave, página web, temáticas, idiomas, términos de uso y referencia a datasets. Además, incorpora elementos recomendados por DCAT-AP-ES, como los temas, el punto de contacto y la legislación aplicable. Como normal general se alinean los vocabularios europeos, así como se incluye la descripción de los nuevos Servicios de Datos (`dcat:DataService`)
86
+
87
+
!!! tip "Ejemplo original NTI 2013"
88
+
89
+
El ejemplo original de catálogo NTI-RISP 2013 está disponible en:
90
+
[Catálogo NTI-RISP a DCAT-AP-ES](https://datosgobes.github.io/NTI-RISP/examples/#ejemplo_de_migracion_catalogo_nti-risp_a_dcat-ap-es)
## Catálogo HVD - Migración desde NTI-RISP a DCAT-AP-ES HVD {#catalogo_-_nti_dcatapes_hvd}
103
+
104
+
Este ejemplo ilustra cómo adaptar un catálogo NTI-RISP para cumplir con los requisitos HVD. La motivación es asegurar que los datos de alto valor estén disponibles mediante APIs y cumplan con la normativa europea, añadiendo propiedades específicas como la categoría HVD, legislación aplicable y más detalles de los servicios de datos.
105
+
106
+
El catálogo `http://dcat-ap-es.ejemplo.org/catalogo` se enriquece con información sobre servicios de datos (APIs), datasets HVD, contacto, legislación y disponibilidad, siguiendo el reglamento HVD. Así, se facilita la transición y el cumplimiento normativo para la publicación de datos de alto valor.
107
+
108
+
!!! tip "Ejemplo original NTI 2013"
109
+
110
+
El ejemplo original de catálogo NTI-RISP 2013 está disponible en:
111
+
[Catálogo NTI-RISP a DCAT-AP-ES](https://datosgobes.github.io/NTI-RISP/examples/#ejemplo_de_migracion_catalogo_nti-risp_a_dcat-ap-es)
Copy file name to clipboardExpand all lines: docs/index.en.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,18 @@ In response to the growing importance of data in society and the economy, the Eu
23
23
24
24
The fundamental elements of the model are detailed below, beginning with the UML diagram, the class relationships, the namespace used in the specification, and the set of controlled vocabularies.
25
25
26
+
!!! info "Priority of the Spanish version over other language versions"
27
+
If there are multiple versions of the document in different languages, **the Spanish version will prevail** as the main reference for interpretation and application.
28
+
26
29
## Model Diagram {#uml}
27
30
28
31
The DCAT-AP-ES model is presented below as a UML diagram that illustrates the specification described in this document. To facilitate interpretation, details included in the description of each metadata element have been omitted. In essence, the key classes and some relevant supporting ones are included.
29
32
30
33
{ align=center width="100%"}
31
34
35
+
!!! info "Priority of the formal specification over the diagram"
36
+
Although the UML diagram facilitates visual understanding, **the DCAT-AP-ES model described in this document prevails over any graphical interpretation**. In case of discrepancies, the formal definitions and restrictions of the model must be followed.
0 commit comments