Primera instantanea
This commit is contained in:
0
business_data/files/.gitkeep
Normal file
0
business_data/files/.gitkeep
Normal file
1
business_data/hide/Actividades_2025-11-21_13-43-20.json
Normal file
1
business_data/hide/Actividades_2025-11-21_13-43-20.json
Normal file
@@ -0,0 +1 @@
|
||||
{"business_data": {"resources": []}}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"business_data": {"resources": []}}
|
||||
0
business_data/relations/.gitkeep
Normal file
0
business_data/relations/.gitkeep
Normal file
0
business_data/resource_views/.gitkeep
Normal file
0
business_data/resource_views/.gitkeep
Normal file
0
extensions/bindings/.gitkeep
Normal file
0
extensions/bindings/.gitkeep
Normal file
0
extensions/card_components/.gitkeep
Normal file
0
extensions/card_components/.gitkeep
Normal file
0
extensions/css/.gitkeep
Normal file
0
extensions/css/.gitkeep
Normal file
0
extensions/datatypes/.gitkeep
Normal file
0
extensions/datatypes/.gitkeep
Normal file
0
extensions/etl_modules/.gitkeep
Normal file
0
extensions/etl_modules/.gitkeep
Normal file
0
extensions/functions/.gitkeep
Normal file
0
extensions/functions/.gitkeep
Normal file
245
extensions/functions/datos-iniciales.htm
Normal file
245
extensions/functions/datos-iniciales.htm
Normal file
@@ -0,0 +1,245 @@
|
||||
{% load i18n %}
|
||||
|
||||
<div class="datos-iniciales-container">
|
||||
<!-- Nav tabs -->
|
||||
<ul class="nav nav-tabs card-nav-container flex pad-no" role="tablist">
|
||||
<li role="presentation" class="active">
|
||||
<a href="#datos-iniciales-codigo" aria-controls="datos-iniciales-codigo" role="tab" data-toggle="tab">
|
||||
Nodos que conforman el código de ficha
|
||||
</a>
|
||||
</li>
|
||||
<li role="presentation">
|
||||
<a href="#datos-iniciales-metadatos" aria-controls="datos-iniciales-metadatos" role="tab" data-toggle="tab">
|
||||
Nodos que almacenan los metadatos
|
||||
</a>
|
||||
</li>
|
||||
<li role="presentation">
|
||||
<a href="#datos-iniciales-valor" aria-controls="datos-iniciales-valor" role="tab" data-toggle="tab">
|
||||
Nodos necesarios para la valoración
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="tab-content">
|
||||
<div class="tab-pane datos-iniciales-panel active" role="tabpanel" id="datos-iniciales-codigo">
|
||||
<div class="row widget-container">
|
||||
<div class="row widget-container">
|
||||
<div class="form-group">
|
||||
<div class="relative">
|
||||
<label class="col-xs-12 control-label widget-input-label">
|
||||
Nodos correspondiente a la ubicación: Lugar
|
||||
</label>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<select data-bind="
|
||||
data-placeholder: 'Seleccione una opción',
|
||||
value: lugar_node,
|
||||
options: nodesLugar,
|
||||
optionsText: 'name',
|
||||
optionsValue: 'nodeid',
|
||||
chosen: {width: '100%', allow_single_deselect: true, disable_search_threshold: 15}
|
||||
"
|
||||
></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row widget-container">
|
||||
<div class="form-group">
|
||||
<div class="relative">
|
||||
<label class="col-xs-12 control-label widget-input-label">
|
||||
Nodos correspondiente a la ubicación extendida (dpto , provincia)
|
||||
</label>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<select data-bind="
|
||||
data-placeholder: 'Seleccione una opción',
|
||||
value: lugar_amplio_node,
|
||||
options: nodesLugarAmplio,
|
||||
optionsText: 'name',
|
||||
optionsValue: 'nodeid',
|
||||
chosen: {width: '100%', allow_single_deselect: true, disable_search_threshold: 15}
|
||||
"
|
||||
></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row widget-container">
|
||||
<div class="form-group">
|
||||
<div class="relative">
|
||||
<label class="col-xs-12 control-label widget-input-label">
|
||||
Nodo correspondiente al alcance del patrimonio (ámbito)
|
||||
</label>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<select data-bind="
|
||||
data-placeholder: 'Seleccione una opción',
|
||||
value: alcance_node,
|
||||
options: nodesAlcance,
|
||||
optionsText: 'name',
|
||||
optionsValue: 'nodeid',
|
||||
chosen: {width: '100%', allow_single_deselect: true, disable_search_threshold: 15}
|
||||
"
|
||||
></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row widget-container">
|
||||
<div class="form-group">
|
||||
<div class="relative">
|
||||
<label class="col-xs-12 control-label widget-input-label">
|
||||
Nodo correspondiente a la ETA propietaria del patrimonio
|
||||
</label>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<select data-bind="
|
||||
data-placeholder: 'Seleccione una opción',
|
||||
value: eta_node,
|
||||
options: nodesETA,
|
||||
optionsText: 'name',
|
||||
optionsValue: 'nodeid',
|
||||
chosen: {width: '100%', allow_single_deselect: true, disable_search_threshold: 15}
|
||||
"
|
||||
></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row widget-container">
|
||||
<div class="form-group">
|
||||
<div class="relative">
|
||||
<label class="col-xs-12 control-label widget-input-label">
|
||||
Nodo correspondiente al nombre del patrimonio
|
||||
</label>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<select data-bind="
|
||||
data-placeholder: 'Seleccione una opción',
|
||||
value: nombre_node,
|
||||
options: nodesNombre,
|
||||
optionsText: 'name',
|
||||
optionsValue: 'nodeid',
|
||||
chosen: {width: '100%', allow_single_deselect: true, disable_search_threshold: 15}
|
||||
"
|
||||
></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row widget-container">
|
||||
<div class="form-group">
|
||||
<div class="relative">
|
||||
<label class="col-xs-12 control-label widget-input-label">
|
||||
Nodo correspondiente al código del patrimonio
|
||||
</label>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<select data-bind="
|
||||
data-placeholder: 'Seleccione una opción',
|
||||
value: codigo_node,
|
||||
options: nodesCodigo,
|
||||
optionsText: 'name',
|
||||
optionsValue: 'nodeid',
|
||||
chosen: {width: '100%', allow_single_deselect: true, disable_search_threshold: 15}
|
||||
"
|
||||
></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane" role="tabpanel" id="datos-iniciales-metadatos">
|
||||
<div class="row widget-container">
|
||||
<div class="row widget-container">
|
||||
<div class="form-group">
|
||||
<div class="relative">
|
||||
<label class="col-xs-12 control-label widget-input-label">
|
||||
Metadatos de ubicación
|
||||
</label>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<select data-bind="
|
||||
data-placeholder: 'Seleccione una opción',
|
||||
value: meta_ubicacion,
|
||||
options: nodesMeta,
|
||||
optionsText: 'name',
|
||||
optionsValue: 'nodeid',
|
||||
valueAllowUnset: true,
|
||||
chosen: {width: '100%', allow_single_deselect: true, disable_search_threshold: 15}
|
||||
"
|
||||
></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row widget-container">
|
||||
<div class="form-group">
|
||||
<div class="relative">
|
||||
<label class="col-xs-12 control-label widget-input-label">
|
||||
Metadatos de identificación
|
||||
</label>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<select data-bind="
|
||||
data-placeholder: 'Seleccione una opción',
|
||||
value: meta_identificacion,
|
||||
options: nodesMeta,
|
||||
optionsText: 'name',
|
||||
optionsValue: 'nodeid',
|
||||
valueAllowUnset: true,
|
||||
chosen: {width: '100%', allow_single_deselect: true, disable_search_threshold: 15}
|
||||
"
|
||||
></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row widget-container">
|
||||
<div class="form-group">
|
||||
<div class="relative">
|
||||
<label class="col-xs-12 control-label widget-input-label">
|
||||
Metadatos de marco legal
|
||||
</label>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<select data-bind="
|
||||
data-placeholder: 'Seleccione una opción',
|
||||
value: meta_marco_legal,
|
||||
options: nodesMeta,
|
||||
optionsText: 'name',
|
||||
optionsValue: 'nodeid',
|
||||
valueAllowUnset: true,
|
||||
chosen: {width: '100%', allow_single_deselect: true, disable_search_threshold: 15}
|
||||
"
|
||||
></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row widget-container">
|
||||
<div class="form-group">
|
||||
<div class="relative">
|
||||
<label class="col-xs-12 control-label widget-input-label">
|
||||
Metadatos de características
|
||||
</label>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<select data-bind="
|
||||
data-placeholder: 'Seleccione una opción',
|
||||
value: meta_caracteristicas,
|
||||
options: nodesMeta,
|
||||
optionsText: 'name',
|
||||
optionsValue: 'nodeid',
|
||||
valueAllowUnset: true,
|
||||
chosen: {width: '100%', allow_single_deselect: true, disable_search_threshold: 15}
|
||||
"
|
||||
></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane" role="tabpanel" id="datos-iniciales-valor">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
156
extensions/functions/datos-iniciales.js
Normal file
156
extensions/functions/datos-iniciales.js
Normal file
@@ -0,0 +1,156 @@
|
||||
define([
|
||||
'jquery',
|
||||
'underscore',
|
||||
'knockout',
|
||||
'knockout-mapping',
|
||||
'views/list',
|
||||
'viewmodels/function',
|
||||
'bindings/chosen',
|
||||
'templates/views/components/functions/datos-iniciales.htm'],
|
||||
function($, _, ko, koMapping, ListView, FunctionViewModel, chosen, DatosInicialesTemplate) {
|
||||
return ko.components.register('views/components/functions/datos-iniciales', {
|
||||
viewModel: function(params) {
|
||||
FunctionViewModel.apply(this, arguments);
|
||||
var self = this;
|
||||
this.nodesLugar = ko.observableArray();
|
||||
this.nodesLugarAmplio = ko.observableArray();
|
||||
this.nodesAlcance = ko.observableArray();
|
||||
this.nodesETA = ko.observableArray();
|
||||
this.nodesMeta = ko.observableArray();
|
||||
this.nodesCodigo = ko.observableArray();
|
||||
this.nodesNombre = ko.observableArray();
|
||||
|
||||
this.lugar_node = params.config.lugar.ndeId;
|
||||
this.lugar_amplio_node = params.config.lugar_amplio.ndeId;
|
||||
this.alcance_node = params.config.alcance.ndeId;
|
||||
this.eta_node = params.config.eta.ndeId;
|
||||
this.codigo_node = params.config.codigo.ndeId;
|
||||
this.nombre_node = params.config.nombre.ndeId;
|
||||
this.meta_ubicacion = params.config.meta_ubicacion.ndeId;
|
||||
this.meta_identificacion = params.config.meta_identificacion.ndeId;
|
||||
this.meta_marco_legal = params.config.meta_marco_legal.ndeId;
|
||||
this.meta_caracteristicas = params.config.meta_caracteristicas.ndeId;
|
||||
|
||||
this.triggering_nodegroups = params.config.triggering_nodegroups;
|
||||
|
||||
this.lugar_node.subscribe(function(ng){
|
||||
self.nodesLugar().filter(node => node.datatype !== "semantic")
|
||||
.map(node => {
|
||||
if (ng === node.nodeid) {
|
||||
self.triggering_nodegroups.push(node.nodegroup_id);
|
||||
params.config.lugar.ndegrpId = node.nodegroup_id;
|
||||
}
|
||||
});
|
||||
});
|
||||
this.lugar_amplio_node.subscribe(function(ngx){
|
||||
self.nodesLugarAmplio().filter(node => node.datatype !== "semantic")
|
||||
.map(node => {
|
||||
if (ngx === node.nodeid) {
|
||||
self.triggering_nodegroups.push(node.nodegroup_id);
|
||||
params.config.lugar_amplio.ndegrpId = node.nodegroup_id;
|
||||
}
|
||||
});
|
||||
});
|
||||
this.alcance_node.subscribe(function(nng){
|
||||
self.nodesAlcance().filter(node => node.datatype !== "semantic")
|
||||
.map(node => {
|
||||
if (nng === node.nodeid) {
|
||||
self.triggering_nodegroups.push(node.nodegroup_id);
|
||||
params.config.alcance.ndegrpId = node.nodegroup_id;
|
||||
}
|
||||
});
|
||||
});
|
||||
this.eta_node.subscribe(function(ngg){
|
||||
self.nodesETA().filter(node => node.datatype !== "semantic")
|
||||
.map(node => {
|
||||
if (ngg === node.nodeid) {
|
||||
params.config.eta.ndegrpId = node.nodegroup_id;
|
||||
}
|
||||
});
|
||||
});
|
||||
this.meta_ubicacion.subscribe(function(ngg){
|
||||
self.nodesMeta().filter(node => node.datatype !== "semantic")
|
||||
.map(node => {
|
||||
if (ngg === node.nodeid) {
|
||||
params.config.meta_ubicacion.ndegrpId = node.nodegroup_id;
|
||||
}
|
||||
});
|
||||
});
|
||||
this.meta_identificacion.subscribe(function(ngg){
|
||||
self.nodesMeta().filter(node => node.datatype !== "semantic")
|
||||
.map(node => {
|
||||
if (ngg === node.nodeid) {
|
||||
params.config.meta_identificacion.ndegrpId = node.nodegroup_id;
|
||||
}
|
||||
});
|
||||
});
|
||||
this.meta_marco_legal.subscribe(function(ngg){
|
||||
self.nodesMeta().filter(node => node.datatype !== "semantic")
|
||||
.map(node => {
|
||||
if (ngg === node.nodeid) {
|
||||
params.config.meta_marco_legal.ndegrpId = node.nodegroup_id;
|
||||
}
|
||||
});
|
||||
});
|
||||
this.meta_caracteristicas.subscribe(function(ngg){
|
||||
self.nodesMeta().filter(node => node.datatype !== "semantic")
|
||||
.map(node => {
|
||||
if (ngg === node.nodeid) {
|
||||
params.config.meta_caracteristicas.ndegrpId = node.nodegroup_id;
|
||||
}
|
||||
});
|
||||
});
|
||||
this.nombre_node.subscribe(function(ngn){
|
||||
self.nodesNombre().filter(node => node.datatype !== "semantic")
|
||||
.map(node => {
|
||||
if (ngn === node.nodeid) {
|
||||
if (!self.triggering_nodegroups().includes(node.nodegroup_id)) {
|
||||
self.triggering_nodegroups.push(node.nodegroup_id);
|
||||
}
|
||||
params.config.nombre.ndegrpId = node.nodegroup_id;
|
||||
}
|
||||
});
|
||||
});
|
||||
this.codigo_node.subscribe(function(ngc){
|
||||
self.nodesCodigo().filter(node => node.datatype !== "semantic")
|
||||
.map(node => {
|
||||
if (ngc === node.nodeid) {
|
||||
if (!self.triggering_nodegroups().includes(node.nodegroup_id)) {
|
||||
self.triggering_nodegroups.push(node.nodegroup_id);
|
||||
}
|
||||
params.config.codigo.ndegrpId = node.nodegroup_id;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
this.graph.nodes.forEach(function (node) {
|
||||
if (node.datatype != 'semantic'){
|
||||
if (node.config.rdmCollection === "4059c810-2401-4114-a721-93ce74e002aa" && node.datatype === 'concept'){
|
||||
this.nodesLugar.push(node);
|
||||
}
|
||||
if (node.config.rdmCollection === "4059c810-2401-4114-a721-93ce74e002aa" && node.datatype === 'concept-list'){
|
||||
this.nodesLugarAmplio.push(node);
|
||||
}
|
||||
else if (node.config.rdmCollection === "7c4407d5-38bf-4c08-8fae-cae1dbd1c854") {
|
||||
this.nodesAlcance.push(node);
|
||||
}
|
||||
else if (node.alias === "codigo_principal") {
|
||||
this.nodesCodigo.push(node);
|
||||
}
|
||||
else if (node.alias === "entidad_administrativa") {
|
||||
this.nodesETA.push(node);
|
||||
}
|
||||
else if (node.datatype === "non-localized-string") {
|
||||
this.nodesMeta.push(node);
|
||||
}
|
||||
else if (node.alias === "identificacion" || node.alias === "titulo" || node.alias === "nominacion_actual" || node.alias === "denominacion") {
|
||||
this.nodesNombre.push(node);
|
||||
}
|
||||
}
|
||||
}, this);
|
||||
|
||||
window.setTimeout(function(){$("select[data-bind^=chosen]").trigger("chosen:updated")}, 300);
|
||||
},
|
||||
template: DatosInicialesTemplate
|
||||
});
|
||||
});
|
||||
461
extensions/functions/datos-iniciales.py
Normal file
461
extensions/functions/datos-iniciales.py
Normal file
@@ -0,0 +1,461 @@
|
||||
import uuid
|
||||
from django.core.exceptions import ValidationError
|
||||
from arches.app.functions.base import BaseFunction
|
||||
from arches.app.models.system_settings import settings
|
||||
from arches.app.models import models
|
||||
from arches.app.models.tile import Tile
|
||||
from django.db import connection, transaction
|
||||
import re
|
||||
import json
|
||||
import logging
|
||||
|
||||
details = {
|
||||
"name": "Datos iniciales",
|
||||
"type": "node",
|
||||
"description": "Establece los datos iniciales de las instancias de recursos",
|
||||
"defaultconfig": {
|
||||
"lugar": {"ndeId": "", "ndegrpId": ""},
|
||||
"lugar_amplio": {"ndeId": "", "ndegrpId": ""},
|
||||
"alcance": {"ndeId": "", "ndegrpId": ""},
|
||||
"eta": {"ndeId": "", "ndegrpId": ""},
|
||||
"codigo": {"ndeId": "", "ndegrpId": ""},
|
||||
"nombre": {"ndeId": "", "ndegrpId": ""},
|
||||
"meta_ubicacion": {"ndeId": "", "ndegrpId": ""},
|
||||
"meta_identificacion": {"ndeId": "", "ndegrpId": ""},
|
||||
"meta_marco_legal": {"ndeId": "", "ndegrpId": ""},
|
||||
"meta_caracteristicas": {"ndeId": "", "ndegrpId": ""},
|
||||
"valor_ndeId": "",
|
||||
"valor_ponderado_ndeId": "",
|
||||
"valor_ajuste_ndeId": "",
|
||||
"valor_rango_ndeId": "",
|
||||
"triggering_nodegroups": [],
|
||||
},
|
||||
"classname": "DatosInicio",
|
||||
"component": "views/components/functions/datos-iniciales",
|
||||
"functionid": "6ec500db-51cc-4cc8-a796-ee46a56f6998",
|
||||
}
|
||||
|
||||
class DatosInicio(BaseFunction):
|
||||
|
||||
def get(self):
|
||||
raise NotImplementedError
|
||||
|
||||
def componer_codigo(self, tile, request, is_function_save_method=True):
|
||||
"""
|
||||
Función que construye el código de identificación de ficha, en base a
|
||||
la ubicación, ámbito y una secuencia numérica
|
||||
|
||||
Args:
|
||||
self: Objeto código.
|
||||
tile: Tile al que se adjuntará/modificará el código.
|
||||
request: Solicitud WSGI utilizada para verificar que la llamada sea resultado de una acción del usuario.
|
||||
Nota: La función devuelve el valor si está vacío.
|
||||
is_function_save_method: Un valor booleano que indica si la función que lo llama es la función de guardado.
|
||||
|
||||
jbti - 20.9.25
|
||||
"""
|
||||
#Comprueba que sea un llamado válido
|
||||
if request is None and is_function_save_method == True:
|
||||
return
|
||||
|
||||
def actualizar_descriptors(str_ficha_id):
|
||||
try:
|
||||
qry = f"""
|
||||
UPDATE resource_instances
|
||||
SET descriptors = jsonb_set(
|
||||
descriptors,
|
||||
'{{es,map_popup}}', '"Indefinido"')
|
||||
WHERE resourceinstanceid = '{str_ficha_id}'
|
||||
AND descriptors->'es'->>'map_popup' LIKE '<%>'
|
||||
RETURNING descriptors->'es'->>'map_popup';
|
||||
"""
|
||||
with connection.cursor() as cursor:
|
||||
cursor.execute(qry)
|
||||
nvo_descriptor = cursor.fetchone()
|
||||
if nvo_descriptor is not None:
|
||||
return nvo_descriptor
|
||||
else:
|
||||
return ('Sin actualizar',)
|
||||
|
||||
except Exception as e:
|
||||
self.logger.error(e,"\t*** Falla al actualizar descriptor")
|
||||
|
||||
def extraer_depto(str_val_depto): # retorna el departamento como str_concept_value
|
||||
try:
|
||||
div_admin = '4f6caa05-23e3-42a4-8322-98b914fb3ebf' # (División administrativa)
|
||||
region = '2eb6660c-1754-42cf-959d-0edaf7779dae' # Region de Bolivia
|
||||
qry = f"""
|
||||
SELECT val.valueid::text, val.value
|
||||
FROM values val
|
||||
JOIN values vval
|
||||
ON val.conceptid = vval.conceptid
|
||||
JOIN relations rel
|
||||
ON val.conceptid = rel.conceptidto
|
||||
WHERE val.valuetype = 'prefLabel'
|
||||
AND vval.valuetype = 'hiddenLabel'
|
||||
AND (
|
||||
rel.conceptidfrom = '{div_admin}'
|
||||
OR rel.conceptidfrom = '{region}')
|
||||
AND vval.value = '{str_val_depto}';
|
||||
"""
|
||||
with connection.cursor() as cursor:
|
||||
cursor.execute(qry)
|
||||
departamento = cursor.fetchone()
|
||||
if departamento is not None:
|
||||
return departamento
|
||||
else:
|
||||
return ()
|
||||
except Exception as e:
|
||||
self.logger.error(e,"\t*** Falla al extraer departamento")
|
||||
|
||||
def establecer_grupos(string_id_recurso, int_id_grp_eta, sufijo_eta_model, esRecurso = True):
|
||||
int_id_todas_las_etas = 10000
|
||||
int_id_eta_model = int_id_grp_eta + sufijo_eta_model
|
||||
try:
|
||||
qry = f"""
|
||||
INSERT INTO guardian_groupobjectpermission (object_pk, content_type_id, group_id, permission_id)
|
||||
VALUES
|
||||
('{string_id_recurso}',33,2,130),
|
||||
('{string_id_recurso}',33,2,131),
|
||||
('{string_id_recurso}',33,{int_id_todas_las_etas},132),
|
||||
('{string_id_recurso}',33,{int_id_grp_eta},132),
|
||||
('{string_id_recurso}',33,{int_id_eta_model},132)
|
||||
ON CONFLICT (group_id, permission_id, object_pk) DO NOTHING;
|
||||
"""
|
||||
with connection.cursor() as cursor:
|
||||
cursor.execute(qry)
|
||||
|
||||
except Exception as e:
|
||||
self.logger.error(e,"\t*** Falla al establecer grupos")
|
||||
|
||||
def es_ambito(string_id_concepto_value):
|
||||
qry = f"""
|
||||
SELECT CASE WHEN EXISTS (
|
||||
SELECT *
|
||||
FROM relations r RIGHT JOIN values v ON r.conceptidfrom = v.conceptid
|
||||
WHERE r.relationtype = 'narrower' AND v.valueid = '{string_id_concepto_value}'
|
||||
)
|
||||
THEN CAST(1 AS BIT)
|
||||
ELSE CAST(0 AS BIT) END;
|
||||
"""
|
||||
with connection.cursor() as cursor:
|
||||
cursor.execute(qry)
|
||||
esAmbito = cursor.fetchone()[0]
|
||||
return esAmbito
|
||||
|
||||
def extraer_concepto_valor(string_id_concepto_value, str_tipo_valor): # return string numeric code
|
||||
qry = f"""
|
||||
SELECT val.value FROM values val INNER JOIN values v ON v.conceptid = val.conceptid
|
||||
WHERE val.valuetype='{str_tipo_valor}' AND v.valueid='{string_id_concepto_value}'
|
||||
"""
|
||||
with connection.cursor() as cursor:
|
||||
cursor.execute(qry)
|
||||
valorConcepto = cursor.fetchone()
|
||||
if valorConcepto is not None:
|
||||
return valorConcepto[0]
|
||||
else:
|
||||
return '00'
|
||||
|
||||
def extraer_datos_recurso(string_id_recurso): # Return ['graph_id', principaluser_id]
|
||||
if string_id_recurso is not None:
|
||||
qry = f"""
|
||||
SELECT graphid::text, principaluser_id FROM resource_instances
|
||||
WHERE resourceinstanceid ='{string_id_recurso}'
|
||||
"""
|
||||
cursor = connection.cursor()
|
||||
cursor.execute(qry)
|
||||
datos_recurso = list(cursor.fetchone())
|
||||
cursor.close()
|
||||
else:
|
||||
datos_recurso = []
|
||||
return datos_recurso
|
||||
|
||||
def extraer_etaId(usuario_id): # Return 'recurso_eta_id'
|
||||
eta_grp_ndeId = '263826f2-f4d9-11ef-822e-0242ac120006'
|
||||
qry = f"""
|
||||
SELECT t.resourceinstanceid AS etaid, ug.eta_grpid AS etagrp FROM tiles t
|
||||
JOIN (
|
||||
SELECT user_id, ((MAX(group_id) / 100) * 100) AS eta_grpid
|
||||
FROM auth_user_groups WHERE group_id > 9999 GROUP BY user_id) ug
|
||||
ON t.tiledata['{eta_grp_ndeId}']::int = ug.eta_grpid
|
||||
WHERE ug.user_id = {usuario_id} AND t.nodegroupid = '{eta_grp_ndeId}';
|
||||
"""
|
||||
with connection.cursor() as cursor:
|
||||
cursor.execute(qry)
|
||||
etaNdeId = cursor.fetchone()
|
||||
if etaNdeId is not None :
|
||||
return etaNdeId
|
||||
else:
|
||||
return ['deb0ae78-56f1-4bcf-abb2-d02ffcdd33c1', 10100] # Actor Min.Culturas
|
||||
|
||||
def insertar_actor(rsi_id, eta_tileid, eta_actorid, eta_ndeid, GraphId, eta_ndegrpid):
|
||||
ontProp = 'ac41d9be-79db-4256-b368-2f4559cfbe55'
|
||||
actorGraphId = '72420da0-db59-4048-aea2-03b0bc5cdcdf'
|
||||
|
||||
try:
|
||||
qry = f"""
|
||||
INSERT INTO resource_x_resource (
|
||||
resourcexid, relationshiptype,
|
||||
resourceinstanceidfrom,
|
||||
resourceinstanceidto,
|
||||
modified, created, inverserelationshiptype,
|
||||
tileid,
|
||||
nodeid,
|
||||
resourceinstancefrom_graphid,
|
||||
resourceinstanceto_graphid
|
||||
)
|
||||
VALUES (
|
||||
gen_random_uuid(), '{ontProp}',
|
||||
'{rsi_id}',
|
||||
'{eta_actorid}',
|
||||
now(), now(), '{ontProp}',
|
||||
'{eta_tileid}',
|
||||
'{eta_ndeid}',
|
||||
'{GraphId}',
|
||||
'{actorGraphId}'
|
||||
) returning resourcexid
|
||||
"""
|
||||
with connection.cursor() as cursor:
|
||||
cursor.execute(qry)
|
||||
nvo_resxid = cursor.fetchone()[0]
|
||||
qry2 = f"""
|
||||
UPDATE tiles SET tiledata = jsonb_set(
|
||||
tiledata,
|
||||
'{{{eta_ndeid}}}', '[{{
|
||||
"resourceId": "{eta_actorid}",
|
||||
"ontologyProperty": "{ontProp}",
|
||||
"resourceXresourceId": "{nvo_resxid}",
|
||||
"inverseOntologyProperty": "{ontProp}"
|
||||
}}]'
|
||||
)
|
||||
WHERE nodegroupid = '{eta_ndegrpid}'
|
||||
AND resourceinstanceid = '{rsi_id}'
|
||||
returning tiledata
|
||||
"""
|
||||
cursor.execute(qry2)
|
||||
cursor.close()
|
||||
|
||||
except Exception as e:
|
||||
self.logger.error(e,"\t*** Falla al insertar actor")
|
||||
|
||||
def actualizar_codigo(MetaCodigo):
|
||||
#calculo de la secuencia
|
||||
nvo_codigo = [MetaCodigo['tipoM'],MetaCodigo['codU'], MetaCodigo['codAm'], MetaCodigo['codsA'], MetaCodigo['num']]
|
||||
#languages = models.Language.objects.all()
|
||||
#default_language = languages.get(code=settings.LANGUAGE_CODE)
|
||||
#return {default_language.code: {"value": '-'.join(nvo_codigo), "direction": default_language.default_direction}}
|
||||
return '-'.join(nvo_codigo)
|
||||
|
||||
def extraer_num_siguiente(strCod_ndeId, strCod_ndegrpId, MetaCodigo): # Return int
|
||||
str_cod_num = '-'.join([MetaCodigo['tipoM'],MetaCodigo['codU'], MetaCodigo['codAm'], MetaCodigo['codsA']])
|
||||
qry = f"""
|
||||
SELECT MAX(regexp_match(tiledata->>'{strCod_ndeId}','-(\d+)$')) AS max_cod_num
|
||||
FROM tiles WHERE nodegroupid = '{strCod_ndegrpId}'
|
||||
AND tiledata->>'{strCod_ndeId}' LIKE '{str_cod_num}%';
|
||||
"""
|
||||
with connection.cursor() as cursor:
|
||||
cursor.execute(qry)
|
||||
ultimo_num = cursor.fetchone()
|
||||
if ultimo_num is not None and ultimo_num[0] is not None:
|
||||
print(f"Siguiente número del código: {ultimo_num}")
|
||||
return str(int(ultimo_num[0][0]) + 1)
|
||||
else:
|
||||
return str(1)
|
||||
|
||||
def extraer_metavalor(metavalor_ngId, metavalor_nId, resource_id, metavalor={}): # Retorna o actualiza metavalor dict
|
||||
metaValor_tiles = Tile.objects.filter(nodegroup_id = str(metavalor_ngId), resourceinstance_id = resource_id)
|
||||
metavalor_actual = {}
|
||||
if len(metaValor_tiles) > 0 :
|
||||
metaValor_tile = metaValor_tiles[0]
|
||||
if metavalor_nId in metaValor_tile.data and metaValor_tile.data[metavalor_nId] is not None:
|
||||
metavalor_actual = eval(metaValor_tile.data[metavalor_nId])
|
||||
|
||||
elif len(metaValor_tiles) == 0 and len(metavalor) > 0:
|
||||
metavalor_actual.update(metavalor)
|
||||
metaValor_tile = Tile.get_blank_tile_from_nodegroup_id(metavalor_ngId, resource_id, None)
|
||||
metaValor_tile.data[metavalor_nId] = str(metavalor_actual)
|
||||
metaValor_tile.save()
|
||||
|
||||
return metavalor_actual
|
||||
|
||||
def extraer_codigo(codigo_ngId, codigo_nId, resource_id): # Return str
|
||||
cod_num = ""
|
||||
codigo_tiles = Tile.objects.filter(nodegroup_id = str(codigo_ngId), resourceinstance_id = resource_id)
|
||||
if len(codigo_tiles) > 0 :
|
||||
for codi in codigo_tiles :
|
||||
# Si el código es del tipo principal
|
||||
codigo_tile = codi if 'c07032eb-b50a-4048-b18c-bde5e8e6ad6a' in codi.data.values() else codigo_tiles[0]
|
||||
if codigo_nId in codigo_tile.data and codigo_tile.data[codigo_nId] is not None:
|
||||
#cod_num = str(codigo_tile.data[codigo_nId]['es']['value'])
|
||||
cod_num = str(codigo_tile.data[codigo_nId])
|
||||
cod_num = re.sub(r'^(.+)-','',cod_num)
|
||||
if cod_num != '' : cod_num = cod_num.rjust(6,'0')
|
||||
return cod_num
|
||||
|
||||
try:
|
||||
# procedimiento para definir los metadatos
|
||||
|
||||
metaCodlugar = {'tipoM': 'PM', 'codU': '000000', 'num': '000000'}
|
||||
metaCodIden = {'codAm': '00', 'codsA': '00'}
|
||||
metaGrupo = {'grp_eta': 10100, 'sufijo_grp_model': 0}
|
||||
datos_recurso = extraer_datos_recurso(tile.resourceinstance_id) # ['graph_id', principaluser_id]
|
||||
etaActor_id_grp = extraer_etaId(datos_recurso[1])
|
||||
etaActor_id = etaActor_id_grp[0]
|
||||
metaGrupo.update({'grp_eta': etaActor_id_grp[1]})
|
||||
es_patrimonio = True
|
||||
match datos_recurso[0]:
|
||||
case '72420da0-db59-4048-aea2-03b0bc5cdcdf' : # Actores
|
||||
es_patrimonio = False
|
||||
metaGrupo.update({'sufijo_grp_model': 17})
|
||||
|
||||
case '6afc4e9e-727e-4152-8084-309267752650' : # Medios
|
||||
es_patrimonio = False
|
||||
metaGrupo.update({'sufijo_grp_model': 16})
|
||||
|
||||
case "2bf240e6-718e-44f0-8073-4962d84931fe" : # Si el modelo es del tipo actividades
|
||||
metaGrupo.update({'sufijo_grp_model': 15})
|
||||
|
||||
case '76331d8a-4d85-11ee-a708-ffcd06c08a5d': # Si el modelo es del tipo arqueologico
|
||||
metaGrupo.update({'sufijo_grp_model': 14})
|
||||
|
||||
case '9b0e22c7-5c56-4be6-aa89-ae2632ba28e8': # Si el modelo es del tipo inmaterial
|
||||
metaCodlugar.update({'tipoM': 'PI'})
|
||||
metaGrupo.update({'sufijo_grp_model': 13})
|
||||
|
||||
case '10b03fec-4d85-11ee-a708-ffcd06c08a5d': # Si el modelo es del tipo bienes muebles
|
||||
metaGrupo.update({'sufijo_grp_model': 12})
|
||||
|
||||
case '8ea3bf67-89ce-474c-b3cb-6dd5ee3d6198': # Si el modelo es del tipo bienes inmuebles
|
||||
metaCodlugar.update({'num': 'D00M00L00'})
|
||||
metaGrupo.update({'sufijo_grp_model': 11})
|
||||
|
||||
metaIden_ndegrp = self.config['meta_identificacion']['ndegrpId']
|
||||
metaIden_nde = self.config['meta_identificacion']['ndeId']
|
||||
lugarAmplio_nde = self.config['lugar_amplio']['ndeId']
|
||||
metaIden = {}
|
||||
tup_depto = ()
|
||||
if es_patrimonio:
|
||||
# procedimiento para fijar el el actor administrativo
|
||||
eta_ndegrpId = self.config['eta']['ndegrpId']
|
||||
eta_ndeId = self.config['eta']['ndeId']
|
||||
etaTile = Tile.objects.filter(nodegroup_id=str(eta_ndegrpId), resourceinstance_id=tile.resourceinstance_id)
|
||||
if len(etaTile) == 0:
|
||||
eta_tile = Tile.get_blank_tile_from_nodegroup_id(eta_ndegrpId, tile.resourceinstance_id, None)
|
||||
eta_tile.save()
|
||||
insertar_actor(tile.resourceinstance_id, str(eta_tile.tileid), etaActor_id, eta_ndeId, datos_recurso[0], eta_ndegrpId)
|
||||
|
||||
metaLugar_ndegrp = self.config['meta_ubicacion']['ndegrpId']
|
||||
metaLugar_nde = self.config['meta_ubicacion']['ndeId']
|
||||
codigo_ndegrp = self.config['codigo']['ndegrpId']
|
||||
codigo_nde = self.config['codigo']['ndeId']
|
||||
codigo_num = metaCodlugar['num']
|
||||
|
||||
# Código de lugar a meta lugar
|
||||
if str(tile.nodegroup_id) == self.config['lugar']['ndegrpId']:
|
||||
lugar_value = tile.data[self.config["lugar"]["ndeId"]]
|
||||
if lugar_value is not None :
|
||||
lugar_cod_value = extraer_concepto_valor(lugar_value, "hiddenLabel")
|
||||
if len(lugar_cod_value) > 2 :
|
||||
lugar_cod_value = lugar_cod_value.ljust(5,'0')
|
||||
lugar_cod_value = lugar_cod_value.rjust(6,'0')
|
||||
else:
|
||||
lugar_cod_value = lugar_cod_value.ljust(6,'0')
|
||||
metaCodlugar.update(codU = lugar_cod_value)
|
||||
# establecer lugar extendido
|
||||
tup_depto = extraer_depto(lugar_cod_value[0:2])
|
||||
print("\t*** tup_depto: ",tup_depto)
|
||||
else:
|
||||
tup_depto = extraer_depto('00')
|
||||
|
||||
if len(tup_depto) > 0 and tup_depto[0] is not None: tile.data[self.config['lugar_amplio']['ndeId']] = [str(tup_depto[0])]
|
||||
|
||||
# extraer/crear número del código
|
||||
num_anterior = extraer_codigo(codigo_ndegrp, codigo_nde, tile.resourceinstance_id)
|
||||
if num_anterior != '' : metaCodlugar.update({'num': num_anterior})
|
||||
|
||||
tile.data[metaLugar_nde] = str(metaCodlugar)
|
||||
|
||||
# Ámbito a meta identificacion y código si es el caso
|
||||
if str(tile.nodegroup_id) == metaIden_ndegrp and codigo_ndegrp == metaIden_ndegrp :
|
||||
metalugar = extraer_metavalor(metaLugar_ndegrp, metaLugar_nde, tile.resourceinstance_id)
|
||||
if 'tipoM' in metalugar: metaCodlugar.update({'tipoM': metalugar['tipoM']})
|
||||
if 'codU' in metalugar: metaCodlugar.update({'codU': metalugar['codU']})
|
||||
if 'num' in metalugar: metaCodlugar.update({'num': metalugar['num']})
|
||||
alcance_cod_values = tile.data[self.config["alcance"]["ndeId"]]
|
||||
if alcance_cod_values is not None:
|
||||
match len(alcance_cod_values):
|
||||
case 0:
|
||||
metaCodIden = {'codAm': '00', 'codsA': '00'}
|
||||
case 1:
|
||||
metaCodIden = {'codAm': extraer_concepto_valor(alcance_cod_values[0], "hiddenLabel").rjust(2,'0'), 'codsA': '00'}
|
||||
if es_ambito(alcance_cod_values[0]) == '1':
|
||||
metaCodIden = {'codAm': extraer_concepto_valor(alcance_cod_values[0], "hiddenLabel").rjust(2,'0'), 'codsA': '00'}
|
||||
else:
|
||||
metaCodIden = {'codAm': '00', 'codsA': extraer_concepto_valor(alcance_cod_values[0], "hiddenLabel").rjust(2,'0')}
|
||||
case _ if len(alcance_cod_values) > 1: # Falta completar validación de ámbito y subambito
|
||||
if es_ambito(alcance_cod_values[0]) == '1':
|
||||
metaCodIden = {'codAm': extraer_concepto_valor(alcance_cod_values[0], "hiddenLabel").rjust(2,'0'), 'codsA':
|
||||
extraer_concepto_valor(alcance_cod_values[1], "hiddenLabel").rjust(2,'0')}
|
||||
else:
|
||||
metaCodIden = {'codAm': extraer_concepto_valor(alcance_cod_values[1], "hiddenLabel").rjust(2,'0'), 'codsA':
|
||||
extraer_concepto_valor(alcance_cod_values[0], "hiddenLabel").rjust(2,'0')}
|
||||
metacodigo = metaCodlugar | metaCodIden
|
||||
metaIden.update(metaCodIden)
|
||||
metaIden.update(metaGrupo)
|
||||
|
||||
# Procesado del número del código
|
||||
if codigo_nde in tile.data and tile.data[codigo_nde] is not None :
|
||||
codigo_num = str(tile.data[codigo_nde])
|
||||
codigo_num = re.sub(r'^(.+)-','',codigo_num)
|
||||
|
||||
if "?" in re.sub(r'^(.+)-','',codigo_num) or codigo_num == '000000':
|
||||
metacodigo.update(num = extraer_num_siguiente(codigo_nde, codigo_ndegrp, metacodigo).rjust(6,'0'))
|
||||
else:
|
||||
metacodigo.update(num = codigo_num.rjust(6,'0'))
|
||||
|
||||
tile.data[self.config['codigo']['ndeId']] = actualizar_codigo(metacodigo)
|
||||
|
||||
# insertar permisos de ficha
|
||||
metaiden = extraer_metavalor(metaIden_ndegrp, metaIden_nde, tile.resourceinstance_id)
|
||||
if "grp_eta" not in metaiden :
|
||||
establecer_grupos(tile.resourceinstance_id, metaGrupo['grp_eta'], metaGrupo['sufijo_grp_model'])
|
||||
print("\t*** metacodigo : ", metacodigo)
|
||||
metaIden.update(metaGrupo)
|
||||
tile.data[metaIden_nde] = str(metaIden)
|
||||
|
||||
if str(tile.nodegroup_id) == self.config['nombre']['ndegrpId'] and not es_patrimonio:
|
||||
print("\t*** insertar permisos de ficha complementaria")
|
||||
metaIden = extraer_metavalor(metaIden_ndegrp, metaIden_nde, tile.resourceinstance_id)
|
||||
if "grp_eta" not in metaIden :
|
||||
establecer_grupos(tile.resourceinstance_id, metaGrupo['grp_eta'], metaGrupo['sufijo_grp_model'])
|
||||
metaIden = extraer_metavalor(metaIden_ndegrp, metaIden_nde, tile.resourceinstance_id, metaGrupo)
|
||||
|
||||
print("\t*** metaIden : ", metaIden,"\n")
|
||||
print("\t*** Nvo. map_popup: ",actualizar_descriptors(tile.resourceinstance_id)[0])
|
||||
return
|
||||
|
||||
except Exception as e:
|
||||
self.logger.error(e,"\t*** Falla al fijar los datos iniciales")
|
||||
return
|
||||
|
||||
def save(self, tile, request, context=None):
|
||||
self.logger = logging.getLogger(__name__)
|
||||
print("\n\t*** llamado a la función datos_iniciales.save ***")
|
||||
self.componer_codigo(tile=tile, request=request, is_function_save_method=True)
|
||||
return
|
||||
|
||||
# occurrs after Tile.save
|
||||
def post_save(self, *args, **kwargs):
|
||||
raise NotImplementedError
|
||||
|
||||
def delete(self, tile, request):
|
||||
raise NotImplementedError
|
||||
|
||||
def on_import(self, tile):
|
||||
self.componer_codigo(tile=tile, request=None, is_function_save_method=False)
|
||||
return
|
||||
|
||||
# saves changes to the function itself
|
||||
def after_function_save(self, tile, request):
|
||||
raise NotImplementedError
|
||||
|
||||
0
extensions/plugins/.gitkeep
Normal file
0
extensions/plugins/.gitkeep
Normal file
0
extensions/widgets/.gitkeep
Normal file
0
extensions/widgets/.gitkeep
Normal file
0
graphs/branches/.gitkeep
Normal file
0
graphs/branches/.gitkeep
Normal file
2257
graphs/branches/Características BiM.json
Normal file
2257
graphs/branches/Características BiM.json
Normal file
File diff suppressed because it is too large
Load Diff
273
graphs/branches/Coordenadas - Geometría.json
Normal file
273
graphs/branches/Coordenadas - Geometría.json
Normal file
@@ -0,0 +1,273 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": "",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "6407ded2-5676-11ee-94e5-cd67ce40fe27",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "6407ded0-5676-11ee-94e5-cd67ce40fe27",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Coordenadas / Geometr\u00eda"
|
||||
},
|
||||
"nodegroup_id": "6407ded1-5676-11ee-94e5-cd67ce40fe27",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "6407ded2-5676-11ee-94e5-cd67ce40fe27",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Tipo de geometr\u00eda",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "209338fa-cb72-4f90-b1cf-e5017db89f20",
|
||||
"label": {
|
||||
"es": "Tipo de geometr\u00eda"
|
||||
},
|
||||
"node_id": "6407ded3-5676-11ee-94e5-cd67ce40fe27",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "6407ded2-5676-11ee-94e5-cd67ce40fe27",
|
||||
"config": {
|
||||
"basemap": "streets",
|
||||
"bearing": 0,
|
||||
"centerX": "-65.57573182922806",
|
||||
"centerY": "-17.218931314062644",
|
||||
"defaultValue": "",
|
||||
"defaultValueType": "",
|
||||
"featureColor": "#FF0000",
|
||||
"featureLineWidth": 1,
|
||||
"featurePointSize": 3,
|
||||
"geocodePlaceholder": "Search",
|
||||
"geocodeProvider": "10000000-0000-0000-0000-010000000000",
|
||||
"geocoderVisible": true,
|
||||
"geometryTypes": [
|
||||
{
|
||||
"id": "Point",
|
||||
"text": "Point"
|
||||
},
|
||||
{
|
||||
"id": "Line",
|
||||
"text": "Line"
|
||||
},
|
||||
{
|
||||
"id": "Polygon",
|
||||
"text": "Polygon"
|
||||
}
|
||||
],
|
||||
"label": "Coordenadas / Geometr\u00eda",
|
||||
"maxZoom": 20,
|
||||
"minZoom": 0,
|
||||
"overlayConfigs": [],
|
||||
"overlayOpacity": 0,
|
||||
"pitch": 0,
|
||||
"rerender": true,
|
||||
"zoom": 5
|
||||
},
|
||||
"id": "3532719b-9ea9-4008-8666-cb62fa181e9c",
|
||||
"label": {
|
||||
"es": "Coordenadas / Geometr\u00eda"
|
||||
},
|
||||
"node_id": "6407ded1-5676-11ee-94e5-cd67ce40fe27",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000007"
|
||||
}
|
||||
],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "6407ded1-5676-11ee-94e5-cd67ce40fe27",
|
||||
"edgeid": "6407ded4-5676-11ee-94e5-cd67ce40fe27",
|
||||
"graph_id": "6407ded0-5676-11ee-94e5-cd67ce40fe27",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "6407ded3-5676-11ee-94e5-cd67ce40fe27"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "6407ded0-5676-11ee-94e5-cd67ce40fe27",
|
||||
"iconclass": "fa fa-globe",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Coordenadas / Geometr\u00eda"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "6407ded1-5676-11ee-94e5-cd67ce40fe27",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": "coordenadas_geometria",
|
||||
"config": {
|
||||
"addToMap": false,
|
||||
"advancedStyle": "",
|
||||
"advancedStyling": false,
|
||||
"clusterDistance": 20,
|
||||
"clusterMaxZoom": 5,
|
||||
"clusterMinPoints": 3,
|
||||
"es": "",
|
||||
"fillColor": "rgba(130, 130, 130, 0.5)",
|
||||
"haloRadius": 4,
|
||||
"haloWeight": 4,
|
||||
"layerActivated": true,
|
||||
"layerIcon": "",
|
||||
"layerLegend": "",
|
||||
"layerName": "",
|
||||
"lineColor": "rgba(130, 130, 130, 0.7)",
|
||||
"lineHaloColor": "rgba(200, 200, 200, 0.5)",
|
||||
"outlineColor": "rgba(200, 200, 200, 0.7)",
|
||||
"outlineWeight": 2,
|
||||
"pointColor": "rgba(130, 130, 130, 0.7)",
|
||||
"pointHaloColor": "rgba(200, 200, 200, 0.5)",
|
||||
"radius": 2,
|
||||
"simplification": 0.3,
|
||||
"weight": 2
|
||||
},
|
||||
"datatype": "geojson-feature-collection",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "6407ded0-5676-11ee-94e5-cd67ce40fe27",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Coordenadas / Geometr\u00eda",
|
||||
"nodegroup_id": "6407ded1-5676-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "6407ded1-5676-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E47_Spatial_Coordinates",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tipo_de_geometria",
|
||||
"config": {
|
||||
"rdmCollection": "3e3190d4-3162-4228-91ae-1ab61579a50a"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "6407ded0-5676-11ee-94e5-cd67ce40fe27",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de geometr\u00eda",
|
||||
"nodegroup_id": "6407ded1-5676-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "6407ded3-5676-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": {
|
||||
"graph_id": "6407ded0-5676-11ee-94e5-cd67ce40fe27",
|
||||
"notes": null,
|
||||
"publicationid": "4302132a-87f4-11f0-9b11-0243bbc25517",
|
||||
"published_time": "2025-09-02T06:59:21.446"
|
||||
},
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": "coordenadas_geometria",
|
||||
"config": {
|
||||
"addToMap": false,
|
||||
"advancedStyle": "",
|
||||
"advancedStyling": false,
|
||||
"clusterDistance": 20,
|
||||
"clusterMaxZoom": 5,
|
||||
"clusterMinPoints": 3,
|
||||
"es": "",
|
||||
"fillColor": "rgba(130, 130, 130, 0.5)",
|
||||
"haloRadius": 4,
|
||||
"haloWeight": 4,
|
||||
"layerActivated": true,
|
||||
"layerIcon": "",
|
||||
"layerLegend": "",
|
||||
"layerName": "",
|
||||
"lineColor": "rgba(130, 130, 130, 0.7)",
|
||||
"lineHaloColor": "rgba(200, 200, 200, 0.5)",
|
||||
"outlineColor": "rgba(200, 200, 200, 0.7)",
|
||||
"outlineWeight": 2,
|
||||
"pointColor": "rgba(130, 130, 130, 0.7)",
|
||||
"pointHaloColor": "rgba(200, 200, 200, 0.5)",
|
||||
"radius": 2,
|
||||
"simplification": 0.3,
|
||||
"weight": 2
|
||||
},
|
||||
"datatype": "geojson-feature-collection",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "6407ded0-5676-11ee-94e5-cd67ce40fe27",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Coordenadas / Geometr\u00eda",
|
||||
"nodegroup_id": "6407ded1-5676-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "6407ded1-5676-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E47_Spatial_Coordinates",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
1261
graphs/branches/Datos del inmueble.json
Normal file
1261
graphs/branches/Datos del inmueble.json
Normal file
File diff suppressed because it is too large
Load Diff
154
graphs/branches/Denominación.json
Normal file
154
graphs/branches/Denominación.json
Normal file
@@ -0,0 +1,154 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " jbti",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "d1708bf8-1bfd-4010-ae2b-b9bfce1d1230",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": "Describe una denominaci\u00f3n (o nombre) asignado al Recurso Actor\nSe relaciona con el modelo de recurso a trav\u00e9s de P131"
|
||||
},
|
||||
"graph_id": "4b17dbaa-0500-4d70-8b78-734dafda98ba",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Denominaci\u00f3n"
|
||||
},
|
||||
"nodegroup_id": "584fcfda-5559-11ee-8d0c-4b91a599e498",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": "Describe una denominaci\u00f3n (o nombre) asignado al Recurso Actor\nSe relaciona con el modelo de recurso a trav\u00e9s de P131"
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "584fcfda-5559-11ee-8d0c-4b91a599e498",
|
||||
"edgeid": "b6299658-9582-4c70-8783-b419e241c3ab",
|
||||
"graph_id": "4b17dbaa-0500-4d70-8b78-734dafda98ba",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "487c35b6-555a-11ee-8d0c-4b91a599e498"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "4b17dbaa-0500-4d70-8b78-734dafda98ba",
|
||||
"iconclass": "fa fa-at",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Denominaci\u00f3n"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "584fcfda-5559-11ee-8d0c-4b91a599e498",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": "tipo_de_denominacion",
|
||||
"config": {
|
||||
"rdmCollection": "d3d0633b-584f-44b4-a6ee-92a5865c8010"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": "Representa un nodo \u00fanico en el grafo",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "4b17dbaa-0500-4d70-8b78-734dafda98ba",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de denominaci\u00f3n",
|
||||
"nodegroup_id": "584fcfda-5559-11ee-8d0c-4b91a599e498",
|
||||
"nodeid": "487c35b6-555a-11ee-8d0c-4b91a599e498",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "4b17dbaa-0500-4d70-8b78-734dafda98ba",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Denominaci\u00f3n",
|
||||
"nodegroup_id": "584fcfda-5559-11ee-8d0c-4b91a599e498",
|
||||
"nodeid": "584fcfda-5559-11ee-8d0c-4b91a599e498",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E82_Actor_Appellation",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "4b17dbaa-0500-4d70-8b78-734dafda98ba",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Denominaci\u00f3n",
|
||||
"nodegroup_id": "584fcfda-5559-11ee-8d0c-4b91a599e498",
|
||||
"nodeid": "584fcfda-5559-11ee-8d0c-4b91a599e498",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E82_Actor_Appellation",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": "Describe una denominaci\u00f3n (o nombre) asignado al Recurso Actor"
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
238
graphs/branches/Descripción asignada.json
Normal file
238
graphs/branches/Descripción asignada.json
Normal file
@@ -0,0 +1,238 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "b97aefcf-89e0-429b-91b6-d4dec9e3b52e",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "9b5cf815-db99-49aa-aa56-10f51d6ac205",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Descripci\u00f3n asignada"
|
||||
},
|
||||
"nodegroup_id": "25ea9afa-55b5-11ee-b054-153ea24ee6f2",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "b97aefcf-89e0-429b-91b6-d4dec9e3b52e",
|
||||
"config": {
|
||||
"defaultValue": {
|
||||
"es": {
|
||||
"direction": "ltr",
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Descripci\u00f3n",
|
||||
"maxLength": null,
|
||||
"placeholder": {
|
||||
"es": "Enter text"
|
||||
},
|
||||
"uneditable": false,
|
||||
"width": "100%"
|
||||
},
|
||||
"id": "38913cbc-9bff-48ef-88bd-574a94173c6c",
|
||||
"label": {
|
||||
"es": "Descripci\u00f3n"
|
||||
},
|
||||
"node_id": "6c33b4f4-55b7-11ee-b054-153ea24ee6f2",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000005"
|
||||
},
|
||||
{
|
||||
"card_id": "b97aefcf-89e0-429b-91b6-d4dec9e3b52e",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Tipo de descripci\u00f3n",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Seleccione una opci\u00f3n"
|
||||
}
|
||||
},
|
||||
"id": "f0b3fadc-9efd-4bc8-9267-fb89a9b5daf6",
|
||||
"label": {
|
||||
"es": "Tipo de descripci\u00f3n"
|
||||
},
|
||||
"node_id": "d875a4e2-55b7-11ee-b054-153ea24ee6f2",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
}
|
||||
],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "25ea9afa-55b5-11ee-b054-153ea24ee6f2",
|
||||
"edgeid": "7e38e434-11eb-408d-b3c1-7a05d1ea95f3",
|
||||
"graph_id": "9b5cf815-db99-49aa-aa56-10f51d6ac205",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "d875a4e2-55b7-11ee-b054-153ea24ee6f2"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "25ea9afa-55b5-11ee-b054-153ea24ee6f2",
|
||||
"edgeid": "b3a3ff10-c75e-498b-81ad-7d40a21701a9",
|
||||
"graph_id": "9b5cf815-db99-49aa-aa56-10f51d6ac205",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"rangenode_id": "6c33b4f4-55b7-11ee-b054-153ea24ee6f2"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "9b5cf815-db99-49aa-aa56-10f51d6ac205",
|
||||
"iconclass": "fa fa-pencil-square-o",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Descripci\u00f3n asignada"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "25ea9afa-55b5-11ee-b054-153ea24ee6f2",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "9b5cf815-db99-49aa-aa56-10f51d6ac205",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Descripci\u00f3n asignada",
|
||||
"nodegroup_id": "25ea9afa-55b5-11ee-b054-153ea24ee6f2",
|
||||
"nodeid": "25ea9afa-55b5-11ee-b054-153ea24ee6f2",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "descripcion",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": "Representa un nodo \u00fanico en el grafo",
|
||||
"exportable": false,
|
||||
"fieldname": "",
|
||||
"graph_id": "9b5cf815-db99-49aa-aa56-10f51d6ac205",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Descripci\u00f3n",
|
||||
"nodegroup_id": "25ea9afa-55b5-11ee-b054-153ea24ee6f2",
|
||||
"nodeid": "6c33b4f4-55b7-11ee-b054-153ea24ee6f2",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E62_String",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tipo_de_descripcion",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": true,
|
||||
"fieldname": "Desc_type",
|
||||
"graph_id": "9b5cf815-db99-49aa-aa56-10f51d6ac205",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de descripci\u00f3n",
|
||||
"nodegroup_id": "25ea9afa-55b5-11ee-b054-153ea24ee6f2",
|
||||
"nodeid": "d875a4e2-55b7-11ee-b054-153ea24ee6f2",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "9b5cf815-db99-49aa-aa56-10f51d6ac205",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Descripci\u00f3n asignada",
|
||||
"nodegroup_id": "25ea9afa-55b5-11ee-b054-153ea24ee6f2",
|
||||
"nodeid": "25ea9afa-55b5-11ee-b054-153ea24ee6f2",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
306
graphs/branches/Dirección.json
Normal file
306
graphs/branches/Dirección.json
Normal file
@@ -0,0 +1,306 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "9b077261-84c5-4761-b959-62ad37f07034",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "9cd709f9-dbea-4e88-8d00-230dbad18eef",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Direcci\u00f3n"
|
||||
},
|
||||
"nodegroup_id": "ee6cf71c-576c-11ee-a536-398209d3f1d1",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "9b077261-84c5-4761-b959-62ad37f07034",
|
||||
"config": {
|
||||
"defaultValue": {
|
||||
"es": {
|
||||
"direction": "ltr",
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Calle/Avenida/Pasaje",
|
||||
"maxLength": null,
|
||||
"placeholder": {
|
||||
"es": "Enter text"
|
||||
},
|
||||
"uneditable": false,
|
||||
"width": "100%"
|
||||
},
|
||||
"id": "7fd4990e-e979-4826-97d5-603a05ec07b8",
|
||||
"label": {
|
||||
"es": "Calle/Avenida/Pasaje"
|
||||
},
|
||||
"node_id": "07b3e8a2-576d-11ee-a536-398209d3f1d1",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000001"
|
||||
},
|
||||
{
|
||||
"card_id": "9b077261-84c5-4761-b959-62ad37f07034",
|
||||
"config": {
|
||||
"defaultValue": {
|
||||
"es": {
|
||||
"direction": "ltr",
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Entre que calles",
|
||||
"maxLength": null,
|
||||
"placeholder": {
|
||||
"es": "Enter text"
|
||||
},
|
||||
"uneditable": false,
|
||||
"width": "100%"
|
||||
},
|
||||
"id": "b8c44190-9e20-4a65-b39b-604509a22841",
|
||||
"label": {
|
||||
"es": "Entre que calles"
|
||||
},
|
||||
"node_id": "b92d7a4e-576d-11ee-a536-398209d3f1d1",
|
||||
"sortorder": 2,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000001"
|
||||
},
|
||||
{
|
||||
"card_id": "9b077261-84c5-4761-b959-62ad37f07034",
|
||||
"config": {
|
||||
"defaultValue": {
|
||||
"es": {
|
||||
"direction": "ltr",
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "N\u00famero",
|
||||
"maxLength": null,
|
||||
"placeholder": {
|
||||
"es": "Enter text"
|
||||
},
|
||||
"uneditable": false,
|
||||
"width": "100%"
|
||||
},
|
||||
"id": "d9ea1eda-1d60-4e00-a8a9-eac1efcc793b",
|
||||
"label": {
|
||||
"es": "N\u00famero"
|
||||
},
|
||||
"node_id": "4b2ba9da-576d-11ee-a536-398209d3f1d1",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000001"
|
||||
}
|
||||
],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "ee6cf71c-576c-11ee-a536-398209d3f1d1",
|
||||
"edgeid": "c5bb36a9-f950-4cfe-a02e-85fff645e6bb",
|
||||
"graph_id": "9cd709f9-dbea-4e88-8d00-230dbad18eef",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"rangenode_id": "4b2ba9da-576d-11ee-a536-398209d3f1d1"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "ee6cf71c-576c-11ee-a536-398209d3f1d1",
|
||||
"edgeid": "c97b68ac-d3d4-401b-b23d-582c090ea6b0",
|
||||
"graph_id": "9cd709f9-dbea-4e88-8d00-230dbad18eef",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"rangenode_id": "b92d7a4e-576d-11ee-a536-398209d3f1d1"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "ee6cf71c-576c-11ee-a536-398209d3f1d1",
|
||||
"edgeid": "d334d144-befd-46ce-87b9-84af2f617e7b",
|
||||
"graph_id": "9cd709f9-dbea-4e88-8d00-230dbad18eef",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"rangenode_id": "07b3e8a2-576d-11ee-a536-398209d3f1d1"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "9cd709f9-dbea-4e88-8d00-230dbad18eef",
|
||||
"iconclass": "",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Direcci\u00f3n"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "ee6cf71c-576c-11ee-a536-398209d3f1d1",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": "calle_avenida_pasaje",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "9cd709f9-dbea-4e88-8d00-230dbad18eef",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Calle/Avenida/Pasaje",
|
||||
"nodegroup_id": "ee6cf71c-576c-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "07b3e8a2-576d-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "numero",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "9cd709f9-dbea-4e88-8d00-230dbad18eef",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "N\u00famero",
|
||||
"nodegroup_id": "ee6cf71c-576c-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "4b2ba9da-576d-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E60_Number",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "descripcion",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "9cd709f9-dbea-4e88-8d00-230dbad18eef",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Descripci\u00f3n",
|
||||
"nodegroup_id": "ee6cf71c-576c-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "b92d7a4e-576d-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E62_String",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "9cd709f9-dbea-4e88-8d00-230dbad18eef",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Direcci\u00f3n",
|
||||
"nodegroup_id": "ee6cf71c-576c-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "ee6cf71c-576c-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E45_Address",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "9cd709f9-dbea-4e88-8d00-230dbad18eef",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Direcci\u00f3n",
|
||||
"nodegroup_id": "ee6cf71c-576c-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "ee6cf71c-576c-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E45_Address",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
186
graphs/branches/Elemento constructivo.json
Normal file
186
graphs/branches/Elemento constructivo.json
Normal file
@@ -0,0 +1,186 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "7235118f-ecbd-4de8-8dee-56c77b528949",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "9dd750c8-d5e7-488b-ad74-b21e86244027",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Elemento constructivo"
|
||||
},
|
||||
"nodegroup_id": "026c49c8-71ff-11ee-9e21-97424d6bfbd0",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "026c49c8-71ff-11ee-9e21-97424d6bfbd0",
|
||||
"edgeid": "6cbda399-1c05-4064-9d5e-530ed2ca7264",
|
||||
"graph_id": "9dd750c8-d5e7-488b-ad74-b21e86244027",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "37b14b00-7200-11ee-9e21-97424d6bfbd0"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "026c49c8-71ff-11ee-9e21-97424d6bfbd0",
|
||||
"edgeid": "cc8d825f-13b8-45c8-99f1-69d5a1d6451b",
|
||||
"graph_id": "9dd750c8-d5e7-488b-ad74-b21e86244027",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "c0bb01c6-71ff-11ee-9e21-97424d6bfbd0"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "9dd750c8-d5e7-488b-ad74-b21e86244027",
|
||||
"iconclass": "",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Elemento constructivo"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "026c49c8-71ff-11ee-9e21-97424d6bfbd0",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "9dd750c8-d5e7-488b-ad74-b21e86244027",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Elemento constructivo",
|
||||
"nodegroup_id": "026c49c8-71ff-11ee-9e21-97424d6bfbd0",
|
||||
"nodeid": "026c49c8-71ff-11ee-9e21-97424d6bfbd0",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "elemento_decorativo",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "9dd750c8-d5e7-488b-ad74-b21e86244027",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Elemento decorativo",
|
||||
"nodegroup_id": "026c49c8-71ff-11ee-9e21-97424d6bfbd0",
|
||||
"nodeid": "37b14b00-7200-11ee-9e21-97424d6bfbd0",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "elemento",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "9dd750c8-d5e7-488b-ad74-b21e86244027",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Elemento",
|
||||
"nodegroup_id": "026c49c8-71ff-11ee-9e21-97424d6bfbd0",
|
||||
"nodeid": "c0bb01c6-71ff-11ee-9e21-97424d6bfbd0",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "9dd750c8-d5e7-488b-ad74-b21e86244027",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Elemento constructivo",
|
||||
"nodegroup_id": "026c49c8-71ff-11ee-9e21-97424d6bfbd0",
|
||||
"nodeid": "026c49c8-71ff-11ee-9e21-97424d6bfbd0",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
384
graphs/branches/Entrevistas-testimonios.json
Normal file
384
graphs/branches/Entrevistas-testimonios.json
Normal file
@@ -0,0 +1,384 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "bc858992-bd79-44cf-8190-47880b423e5b",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "909cb2f8-aab8-48f2-b9e4-bb64abc5c55f",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Entrevistas/testimonios"
|
||||
},
|
||||
"nodegroup_id": "c882d120-45ba-11ee-9c4b-5373a7fb8bab",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "bc858992-bd79-44cf-8190-47880b423e5b",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"format": "",
|
||||
"i18n_properties": [
|
||||
"placeholder",
|
||||
"prefix",
|
||||
"suffix"
|
||||
],
|
||||
"label": "Edad",
|
||||
"max": "99",
|
||||
"min": "0",
|
||||
"placeholder": {
|
||||
"es": "N\u00famero de a\u00f1os"
|
||||
},
|
||||
"precision": "",
|
||||
"prefix": {
|
||||
"es": ""
|
||||
},
|
||||
"step": "",
|
||||
"suffix": {
|
||||
"es": ""
|
||||
},
|
||||
"uneditable": false,
|
||||
"width": "100%"
|
||||
},
|
||||
"id": "13cf1e1a-5917-41de-8e1f-d20b8068faf6",
|
||||
"label": {
|
||||
"es": "Edad"
|
||||
},
|
||||
"node_id": "2ca04da4-45bb-11ee-9c4b-5373a7fb8bab",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000008"
|
||||
},
|
||||
{
|
||||
"card_id": "bc858992-bd79-44cf-8190-47880b423e5b",
|
||||
"config": {
|
||||
"defaultValue": null,
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Sexo",
|
||||
"placeholder": {
|
||||
"es": "Selecccione una opci\u00f3n"
|
||||
}
|
||||
},
|
||||
"id": "56640af2-2d32-4093-9106-3f1732e75f0c",
|
||||
"label": {
|
||||
"es": "Sexo"
|
||||
},
|
||||
"node_id": "26bb9d12-45ed-11ee-9c4b-5373a7fb8bab",
|
||||
"sortorder": 3,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000017"
|
||||
},
|
||||
{
|
||||
"card_id": "bc858992-bd79-44cf-8190-47880b423e5b",
|
||||
"config": {
|
||||
"defaultValue": {
|
||||
"es": {
|
||||
"direction": "ltr",
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Nombre y apellidos",
|
||||
"maxLength": null,
|
||||
"placeholder": {
|
||||
"es": "Enter text"
|
||||
},
|
||||
"uneditable": false,
|
||||
"width": "100%"
|
||||
},
|
||||
"id": "735c6dac-99c2-4278-aaea-0aa4466dbad8",
|
||||
"label": {
|
||||
"es": "Nombre y apellidos"
|
||||
},
|
||||
"node_id": "15782e3a-45bb-11ee-9c4b-5373a7fb8bab",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000001"
|
||||
},
|
||||
{
|
||||
"card_id": "bc858992-bd79-44cf-8190-47880b423e5b",
|
||||
"config": {
|
||||
"defaultValue": {
|
||||
"es": {
|
||||
"direction": "ltr",
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Datos de contacto",
|
||||
"maxLength": null,
|
||||
"placeholder": {
|
||||
"es": "Enter text"
|
||||
},
|
||||
"uneditable": false,
|
||||
"width": "100%"
|
||||
},
|
||||
"id": "c71c0e29-798c-4dea-a36c-44d187a738c2",
|
||||
"label": {
|
||||
"es": "Datos de contacto"
|
||||
},
|
||||
"node_id": "84ce49d0-45bc-11ee-9c4b-5373a7fb8bab",
|
||||
"sortorder": 2,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000001"
|
||||
}
|
||||
],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "c882d120-45ba-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "35c457c5-f394-46d6-aa27-957cea785828",
|
||||
"graph_id": "909cb2f8-aab8-48f2-b9e4-bb64abc5c55f",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"rangenode_id": "26bb9d12-45ed-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "c882d120-45ba-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "53396561-6101-4fdd-bb15-e0eca56d7270",
|
||||
"graph_id": "909cb2f8-aab8-48f2-b9e4-bb64abc5c55f",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"rangenode_id": "2ca04da4-45bb-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "c882d120-45ba-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "5e2dcade-f45e-413d-aa71-566b17e060d9",
|
||||
"graph_id": "909cb2f8-aab8-48f2-b9e4-bb64abc5c55f",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"rangenode_id": "15782e3a-45bb-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "c882d120-45ba-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "dcdc82f6-affc-476d-9b8d-3f4925e9084f",
|
||||
"graph_id": "909cb2f8-aab8-48f2-b9e4-bb64abc5c55f",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"rangenode_id": "84ce49d0-45bc-11ee-9c4b-5373a7fb8bab"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "909cb2f8-aab8-48f2-b9e4-bb64abc5c55f",
|
||||
"iconclass": "",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Entrevistas/testimonios"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "c882d120-45ba-11ee-9c4b-5373a7fb8bab",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": "nombre_y_apellidos",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "909cb2f8-aab8-48f2-b9e4-bb64abc5c55f",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Nombre y apellidos",
|
||||
"nodegroup_id": "c882d120-45ba-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "15782e3a-45bb-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E62_String",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "sexo",
|
||||
"config": {
|
||||
"i18n_config": {
|
||||
"fn": "arches.app.datatypes.datatypes.DomainDataType"
|
||||
},
|
||||
"options": [
|
||||
{
|
||||
"id": "125804f1-6163-4fa9-9c2d-bd6340f4533f",
|
||||
"selected": false,
|
||||
"text": {
|
||||
"es": "Mujer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "c4a46540-ab37-4bf5-96c4-2c58a18fa0b1",
|
||||
"selected": false,
|
||||
"text": {
|
||||
"es": "Hombre"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"datatype": "domain-value",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "909cb2f8-aab8-48f2-b9e4-bb64abc5c55f",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Sexo",
|
||||
"nodegroup_id": "c882d120-45ba-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "26bb9d12-45ed-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E62_String",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "edad",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "number",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "909cb2f8-aab8-48f2-b9e4-bb64abc5c55f",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Edad",
|
||||
"nodegroup_id": "c882d120-45ba-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "2ca04da4-45bb-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E60_Number",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "datos_de_contacto",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "909cb2f8-aab8-48f2-b9e4-bb64abc5c55f",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Datos de contacto",
|
||||
"nodegroup_id": "c882d120-45ba-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "84ce49d0-45bc-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E62_String",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "909cb2f8-aab8-48f2-b9e4-bb64abc5c55f",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Entrevistas/testimonios",
|
||||
"nodegroup_id": "c882d120-45ba-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "c882d120-45ba-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "909cb2f8-aab8-48f2-b9e4-bb64abc5c55f",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Entrevistas/testimonios",
|
||||
"nodegroup_id": "c882d120-45ba-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "c882d120-45ba-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
378
graphs/branches/Fases de la Actividad.json
Normal file
378
graphs/branches/Fases de la Actividad.json
Normal file
@@ -0,0 +1,378 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": "",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "7ddd4444-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "7ddd4442-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Tipo de Actividad"
|
||||
},
|
||||
"nodegroup_id": "7ddd4443-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "7ddd4446-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "7ddd4442-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Fases de la Actividad"
|
||||
},
|
||||
"nodegroup_id": "7ddd4445-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "7ddd4446-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Tipo de Actividad",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "7ddd444b-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"label": {
|
||||
"es": "Tipo de Actividad"
|
||||
},
|
||||
"node_id": "7ddd444a-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "7ddd4446-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"config": {
|
||||
"dateFormat": "YYYY-MM-DD",
|
||||
"defaultValue": "",
|
||||
"label": "Desde la Fecha",
|
||||
"maxDate": false,
|
||||
"minDate": false,
|
||||
"placeholder": "Enter date",
|
||||
"viewMode": "days"
|
||||
},
|
||||
"id": "7ddd444c-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"label": {
|
||||
"es": "Desde la Fecha"
|
||||
},
|
||||
"node_id": "7ddd4447-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000004"
|
||||
},
|
||||
{
|
||||
"card_id": "7ddd4446-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"config": {
|
||||
"dateFormat": "YYYY-MM-DD",
|
||||
"defaultValue": "",
|
||||
"label": "Hasta la Fecha",
|
||||
"maxDate": false,
|
||||
"minDate": false,
|
||||
"placeholder": "Enter date",
|
||||
"viewMode": "days"
|
||||
},
|
||||
"id": "7ddd444d-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"label": {
|
||||
"es": "Hasta la Fecha"
|
||||
},
|
||||
"node_id": "7ddd4448-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"sortorder": 2,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000004"
|
||||
}
|
||||
],
|
||||
"color": "rgba(212,171,33,0.8)",
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "7ddd4445-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"edgeid": "7ddd444e-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"graph_id": "7ddd4442-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P41i_was_classified_by",
|
||||
"rangenode_id": "7ddd4443-56aa-11ee-94e5-cd67ce40fe27"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "7ddd4443-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"edgeid": "7ddd444f-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"graph_id": "7ddd4442-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P4_has_time-span",
|
||||
"rangenode_id": "7ddd4449-56aa-11ee-94e5-cd67ce40fe27"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "7ddd4443-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"edgeid": "7ddd4450-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"graph_id": "7ddd4442-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "7ddd444a-56aa-11ee-94e5-cd67ce40fe27"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "7ddd4449-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"edgeid": "7ddd4451-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"graph_id": "7ddd4442-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P78_is_identified_by",
|
||||
"rangenode_id": "7ddd4447-56aa-11ee-94e5-cd67ce40fe27"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "7ddd4449-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"edgeid": "7ddd4452-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"graph_id": "7ddd4442-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P78_is_identified_by",
|
||||
"rangenode_id": "7ddd4448-56aa-11ee-94e5-cd67ce40fe27"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "7ddd4442-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"iconclass": "fa fa-th-list",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Fases de la Actividad"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "7ddd4443-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"parentnodegroup_id": "7ddd4445-56aa-11ee-94e5-cd67ce40fe27"
|
||||
},
|
||||
{
|
||||
"cardinality": "n",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "7ddd4445-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": "tipo_de_fase_asignado",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "7ddd4442-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de Fase Asignado",
|
||||
"nodegroup_id": "7ddd4443-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "7ddd4443-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E17_Type_Assignment",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P41i_was_classified_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "fases_de_la_actividad",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "7ddd4442-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Fases de la Actividad",
|
||||
"nodegroup_id": "7ddd4445-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "7ddd4445-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "desde_la_fecha",
|
||||
"config": {
|
||||
"dateFormat": "YYYY-MM-DD"
|
||||
},
|
||||
"datatype": "date",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "7ddd4442-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Desde la Fecha",
|
||||
"nodegroup_id": "7ddd4443-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "7ddd4447-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E49_Time_Appellation",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P78_is_identified_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "hasta_la_fecha",
|
||||
"config": {
|
||||
"dateFormat": "YYYY-MM-DD"
|
||||
},
|
||||
"datatype": "date",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "7ddd4442-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Hasta la Fecha",
|
||||
"nodegroup_id": "7ddd4443-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "7ddd4448-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E49_Time_Appellation",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P78_is_identified_by",
|
||||
"sortorder": 1,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "periodo_temporal_de_la_fase",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "7ddd4442-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Periodo Temporal de la Fase",
|
||||
"nodegroup_id": "7ddd4443-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "7ddd4449-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P4_has_time-span",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tipo_de_actividad",
|
||||
"config": {
|
||||
"rdmCollection": "91db1914-6014-4c78-aca6-8c8a5c69376e"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "7ddd4442-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de Actividad",
|
||||
"nodegroup_id": "7ddd4443-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "7ddd444a-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": "fases_de_la_actividad",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "7ddd4442-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Fases de la Actividad",
|
||||
"nodegroup_id": "7ddd4445-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "7ddd4445-56aa-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
611
graphs/branches/Identificación.json
Normal file
611
graphs/branches/Identificación.json
Normal file
@@ -0,0 +1,611 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "58a2f550-9b7b-47b6-8b31-af8a352e0e48",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Nombre"
|
||||
},
|
||||
"nodegroup_id": "71fc65ca-4572-11ee-aae6-13a2ab252a61",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "a154285c-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": "",
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Tipo Hist\u00f3rico - art\u00edstico"
|
||||
},
|
||||
"nodegroup_id": "a154285b-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "afc50596-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": "",
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Tipo arqueol\u00f3gico"
|
||||
},
|
||||
"nodegroup_id": "afc50595-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "d51ad018-70e5-4544-8322-79fff936eb1b",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Identificaci\u00f3n"
|
||||
},
|
||||
"nodegroup_id": "2ea5d48c-4572-11ee-aae6-13a2ab252a61",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "2ea5d48c-4572-11ee-aae6-13a2ab252a61",
|
||||
"edgeid": "13917be8-37e6-4bd7-b389-c3f4999447be",
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "a154285b-45ca-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "2ea5d48c-4572-11ee-aae6-13a2ab252a61",
|
||||
"edgeid": "40ea29de-fb3b-40db-b79e-52f922cd8231",
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"rangenode_id": "afc50595-45ca-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "2ea5d48c-4572-11ee-aae6-13a2ab252a61",
|
||||
"edgeid": "6a67c2df-fd08-485c-b3e4-b52df4f20fec",
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"rangenode_id": "71fc65ca-4572-11ee-aae6-13a2ab252a61"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "a154285b-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "a1542861-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2i_is_type_of",
|
||||
"rangenode_id": "a154285d-45ca-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "a154285b-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "a1542862-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2i_is_type_of",
|
||||
"rangenode_id": "a154285e-45ca-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "a154285b-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "a1542863-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P94i_was_created_by",
|
||||
"rangenode_id": "a154285f-45ca-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "a154285b-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "a1542864-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"rangenode_id": "a1542860-45ca-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "afc50595-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "afc5059b-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies",
|
||||
"rangenode_id": "afc50597-45ca-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "afc50595-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "afc5059c-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "afc50598-45ca-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "afc50595-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "afc5059d-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "afc50599-45ca-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "afc50595-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "afc5059e-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"rangenode_id": "afc5059a-45ca-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "71fc65ca-4572-11ee-aae6-13a2ab252a61",
|
||||
"edgeid": "e230e2bf-01b6-4bd0-9054-9046c775bd88",
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "99e418b2-4572-11ee-aae6-13a2ab252a61"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"iconclass": "fa fa-key",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Identificaci\u00f3n"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "2ea5d48c-4572-11ee-aae6-13a2ab252a61",
|
||||
"parentnodegroup_id": null
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "71fc65ca-4572-11ee-aae6-13a2ab252a61",
|
||||
"parentnodegroup_id": "2ea5d48c-4572-11ee-aae6-13a2ab252a61"
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "a154285b-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"parentnodegroup_id": "2ea5d48c-4572-11ee-aae6-13a2ab252a61"
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "afc50595-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"parentnodegroup_id": "2ea5d48c-4572-11ee-aae6-13a2ab252a61"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Identificaci\u00f3n",
|
||||
"nodegroup_id": "2ea5d48c-4572-11ee-aae6-13a2ab252a61",
|
||||
"nodeid": "2ea5d48c-4572-11ee-aae6-13a2ab252a61",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "nombre",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Nombre",
|
||||
"nodegroup_id": "71fc65ca-4572-11ee-aae6-13a2ab252a61",
|
||||
"nodeid": "71fc65ca-4572-11ee-aae6-13a2ab252a61",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tipo_de_nombre",
|
||||
"config": {
|
||||
"rdmCollection": "d3d0633b-584f-44b4-a6ee-92a5865c8010"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de nombre",
|
||||
"nodegroup_id": "71fc65ca-4572-11ee-aae6-13a2ab252a61",
|
||||
"nodeid": "99e418b2-4572-11ee-aae6-13a2ab252a61",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": "",
|
||||
"graphs": [],
|
||||
"searchDsl": "",
|
||||
"searchString": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo Hist\u00f3rico - art\u00edstico",
|
||||
"nodegroup_id": "a154285b-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "a154285b-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "epoca",
|
||||
"config": {
|
||||
"graphs": [],
|
||||
"rdmCollection": "76963467-4ea6-4893-9617-38c4e7790c93",
|
||||
"searchDsl": "",
|
||||
"searchString": ""
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "\u00c9poca",
|
||||
"nodegroup_id": "a154285b-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "a154285d-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2i_is_type_of",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "estilo",
|
||||
"config": {
|
||||
"rdmCollection": "2b9d6148-7343-4122-976e-2ae0dedc113b"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Estilo",
|
||||
"nodegroup_id": "a154285b-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "a154285e-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2i_is_type_of",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "autor_atribucion",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Autor / Atribuci\u00f3n",
|
||||
"nodegroup_id": "a154285b-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "a154285f-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E65_Creation",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P94i_was_created_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "origen_o_procedencia",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Origen o procedencia",
|
||||
"nodegroup_id": "a154285b-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "a1542860-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E62_String",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo arqueol\u00f3gico",
|
||||
"nodegroup_id": "afc50595-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "afc50595-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E75_Conceptual_Object_Appellation",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "periodo",
|
||||
"config": {
|
||||
"rdmCollection": "04c88873-72b2-4309-b862-d7729123329d"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Periodo",
|
||||
"nodegroup_id": "afc50595-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "afc50597-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "filiacion_cultural",
|
||||
"config": {
|
||||
"rdmCollection": "d0f9b6d0-e8b1-4e65-9830-19b8b3e14c16"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Filiaci\u00f3n Cultural",
|
||||
"nodegroup_id": "afc50595-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "afc50598-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "material_asociado",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Material asociado",
|
||||
"nodegroup_id": "afc50595-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "afc50599-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E57_Material",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "cronologia",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Cronolog\u00eda",
|
||||
"nodegroup_id": "afc50595-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "afc5059a-45ca-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E62_String",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "45522fb9-c36d-42b8-8ef9-9bb5ad42d802",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Identificaci\u00f3n",
|
||||
"nodegroup_id": "2ea5d48c-4572-11ee-aae6-13a2ab252a61",
|
||||
"nodeid": "2ea5d48c-4572-11ee-aae6-13a2ab252a61",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
206
graphs/branches/Identificador.json
Normal file
206
graphs/branches/Identificador.json
Normal file
@@ -0,0 +1,206 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "9ff28e20-e62f-4452-8aea-2b4f23a45d8c",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "565ae32c-8bdc-4594-9333-fd0809261a08",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Identificador"
|
||||
},
|
||||
"nodegroup_id": "30f5849c-d25f-11ee-969e-2b24f99e2bac",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "9ff28e20-e62f-4452-8aea-2b4f23a45d8c",
|
||||
"config": {
|
||||
"defaultValue": "96faba71-7c3b-45e6-a537-54429c6ec388",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Tipo identificador",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "5e6c8447-f716-4c35-9639-a70e06b9fd1a",
|
||||
"label": {
|
||||
"es": "Tipo identificador"
|
||||
},
|
||||
"node_id": "74264be8-d25f-11ee-969e-2b24f99e2bac",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "9ff28e20-e62f-4452-8aea-2b4f23a45d8c",
|
||||
"config": {
|
||||
"defaultValue": {
|
||||
"es": {
|
||||
"direction": "ltr",
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "IdentificadorI",
|
||||
"maxLength": null,
|
||||
"placeholder": {
|
||||
"es": "Enter text"
|
||||
},
|
||||
"uneditable": false,
|
||||
"width": "100%"
|
||||
},
|
||||
"id": "f7ca2b82-9a08-440b-a1d8-83000d50c1c7",
|
||||
"label": {
|
||||
"es": "IdentificadorI"
|
||||
},
|
||||
"node_id": "30f5849c-d25f-11ee-969e-2b24f99e2bac",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000001"
|
||||
}
|
||||
],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "30f5849c-d25f-11ee-969e-2b24f99e2bac",
|
||||
"edgeid": "659b8792-f521-4a36-91c8-b5d75a7634e0",
|
||||
"graph_id": "565ae32c-8bdc-4594-9333-fd0809261a08",
|
||||
"name": null,
|
||||
"ontologyproperty": null,
|
||||
"rangenode_id": "74264be8-d25f-11ee-969e-2b24f99e2bac"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "565ae32c-8bdc-4594-9333-fd0809261a08",
|
||||
"iconclass": "fa fa-key",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Identificador"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "30f5849c-d25f-11ee-969e-2b24f99e2bac",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "565ae32c-8bdc-4594-9333-fd0809261a08",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Identificador",
|
||||
"nodegroup_id": "30f5849c-d25f-11ee-969e-2b24f99e2bac",
|
||||
"nodeid": "30f5849c-d25f-11ee-969e-2b24f99e2bac",
|
||||
"ontologyclass": null,
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tipo_identificador",
|
||||
"config": {
|
||||
"rdmCollection": "4855740e-aeec-47ef-91b1-83fea4bc3190"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "565ae32c-8bdc-4594-9333-fd0809261a08",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo identificador",
|
||||
"nodegroup_id": "30f5849c-d25f-11ee-969e-2b24f99e2bac",
|
||||
"nodeid": "74264be8-d25f-11ee-969e-2b24f99e2bac",
|
||||
"ontologyclass": null,
|
||||
"parentproperty": null,
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": null,
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "565ae32c-8bdc-4594-9333-fd0809261a08",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Identificador",
|
||||
"nodegroup_id": "30f5849c-d25f-11ee-969e-2b24f99e2bac",
|
||||
"nodeid": "30f5849c-d25f-11ee-969e-2b24f99e2bac",
|
||||
"ontologyclass": null,
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
284
graphs/branches/Marco Legal BiM.json
Normal file
284
graphs/branches/Marco Legal BiM.json
Normal file
@@ -0,0 +1,284 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "214c1c2b-0df6-41ed-b36b-1a1bb3974a82",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "43956d22-83bb-47ba-b8fc-21b0cf6516d5",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Protecci\u00f3n"
|
||||
},
|
||||
"nodegroup_id": "715a4ee8-6ed0-11ee-b4c9-911631b3a94c",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "743f02ef-2d2e-45d0-8784-de478255698d",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "43956d22-83bb-47ba-b8fc-21b0cf6516d5",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Propietario/s"
|
||||
},
|
||||
"nodegroup_id": "030975c0-6ebe-11ee-b4c9-911631b3a94c",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "eef61e34-1b70-4690-a880-4bae3395ad75",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "43956d22-83bb-47ba-b8fc-21b0cf6516d5",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Marco Legal BiM"
|
||||
},
|
||||
"nodegroup_id": "44b9312e-6ebc-11ee-b4c9-911631b3a94c",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "44b9312e-6ebc-11ee-b4c9-911631b3a94c",
|
||||
"edgeid": "1d4cc467-e593-49b5-ba51-978a62a448d0",
|
||||
"graph_id": "43956d22-83bb-47ba-b8fc-21b0cf6516d5",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P75i_is_possessed_by",
|
||||
"rangenode_id": "030975c0-6ebe-11ee-b4c9-911631b3a94c"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "44b9312e-6ebc-11ee-b4c9-911631b3a94c",
|
||||
"edgeid": "91880d60-3079-44ff-b26e-01cc796f42e8",
|
||||
"graph_id": "43956d22-83bb-47ba-b8fc-21b0cf6516d5",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P140i_was_attributed_by",
|
||||
"rangenode_id": "715a4ee8-6ed0-11ee-b4c9-911631b3a94c"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "030975c0-6ebe-11ee-b4c9-911631b3a94c",
|
||||
"edgeid": "f9df728b-3c67-4ce7-87cb-0a69d1cabe4c",
|
||||
"graph_id": "43956d22-83bb-47ba-b8fc-21b0cf6516d5",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "d2dbab0e-6eca-11ee-b4c9-911631b3a94c"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "43956d22-83bb-47ba-b8fc-21b0cf6516d5",
|
||||
"iconclass": "",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Marco Legal BiM"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "n",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "030975c0-6ebe-11ee-b4c9-911631b3a94c",
|
||||
"parentnodegroup_id": "44b9312e-6ebc-11ee-b4c9-911631b3a94c"
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "44b9312e-6ebc-11ee-b4c9-911631b3a94c",
|
||||
"parentnodegroup_id": null
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "715a4ee8-6ed0-11ee-b4c9-911631b3a94c",
|
||||
"parentnodegroup_id": "44b9312e-6ebc-11ee-b4c9-911631b3a94c"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "43956d22-83bb-47ba-b8fc-21b0cf6516d5",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Propietario/s",
|
||||
"nodegroup_id": "030975c0-6ebe-11ee-b4c9-911631b3a94c",
|
||||
"nodeid": "030975c0-6ebe-11ee-b4c9-911631b3a94c",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P75i_is_possessed_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "43956d22-83bb-47ba-b8fc-21b0cf6516d5",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Marco Legal BiM",
|
||||
"nodegroup_id": "44b9312e-6ebc-11ee-b4c9-911631b3a94c",
|
||||
"nodeid": "44b9312e-6ebc-11ee-b4c9-911631b3a94c",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E30_Right",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "proteccion",
|
||||
"config": {
|
||||
"rdmCollection": "681c58af-e459-4398-b9d5-78fc9e8f2b35"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "43956d22-83bb-47ba-b8fc-21b0cf6516d5",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Protecci\u00f3n",
|
||||
"nodegroup_id": "715a4ee8-6ed0-11ee-b4c9-911631b3a94c",
|
||||
"nodeid": "715a4ee8-6ed0-11ee-b4c9-911631b3a94c",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P140i_was_attributed_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tipo_de_propietario",
|
||||
"config": {
|
||||
"rdmCollection": "673ed843-6476-4ec5-bb31-34961070d36b"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "43956d22-83bb-47ba-b8fc-21b0cf6516d5",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de propietario",
|
||||
"nodegroup_id": "030975c0-6ebe-11ee-b4c9-911631b3a94c",
|
||||
"nodeid": "d2dbab0e-6eca-11ee-b4c9-911631b3a94c",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "43956d22-83bb-47ba-b8fc-21b0cf6516d5",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Marco Legal BiM",
|
||||
"nodegroup_id": "44b9312e-6ebc-11ee-b4c9-911631b3a94c",
|
||||
"nodeid": "44b9312e-6ebc-11ee-b4c9-911631b3a94c",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E30_Right",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
162
graphs/branches/Medio de Información.json
Normal file
162
graphs/branches/Medio de Información.json
Normal file
@@ -0,0 +1,162 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "13a852d3-f0bd-4acf-9838-ca7b9d9b5d1e",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "7be5201d-ac6a-43c4-87d5-b4ed0082f217",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Medio de Informaci\u00f3n"
|
||||
},
|
||||
"nodegroup_id": "1aad91c2-4572-11ee-aae6-13a2ab252a61",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "1aad91c2-4572-11ee-aae6-13a2ab252a61",
|
||||
"edgeid": "c72245c8-8c49-4a51-81f9-19856cd15fa0",
|
||||
"graph_id": "7be5201d-ac6a-43c4-87d5-b4ed0082f217",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "29ef5606-45b9-11ee-9c4b-5373a7fb8bab"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "7be5201d-ac6a-43c4-87d5-b4ed0082f217",
|
||||
"iconclass": "fa fa-film",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Medio de Informaci\u00f3n"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "1aad91c2-4572-11ee-aae6-13a2ab252a61",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"activateMax": false,
|
||||
"es": "",
|
||||
"imagesOnly": false,
|
||||
"maxFileSize": null,
|
||||
"maxFiles": 1
|
||||
},
|
||||
"datatype": "file-list",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "7be5201d-ac6a-43c4-87d5-b4ed0082f217",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Medio de Informaci\u00f3n",
|
||||
"nodegroup_id": "1aad91c2-4572-11ee-aae6-13a2ab252a61",
|
||||
"nodeid": "1aad91c2-4572-11ee-aae6-13a2ab252a61",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E84_Information_Carrier",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tipo_del_medio_de_informacion",
|
||||
"config": {
|
||||
"rdmCollection": "543fc1ad-fa24-4fe4-a905-4741b102995e"
|
||||
},
|
||||
"datatype": "concept-list",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "7be5201d-ac6a-43c4-87d5-b4ed0082f217",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo del Medio de Informaci\u00f3n",
|
||||
"nodegroup_id": "1aad91c2-4572-11ee-aae6-13a2ab252a61",
|
||||
"nodeid": "29ef5606-45b9-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"activateMax": false,
|
||||
"es": "",
|
||||
"imagesOnly": false,
|
||||
"maxFileSize": null,
|
||||
"maxFiles": 1
|
||||
},
|
||||
"datatype": "file-list",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "7be5201d-ac6a-43c4-87d5-b4ed0082f217",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Medio de Informaci\u00f3n",
|
||||
"nodegroup_id": "1aad91c2-4572-11ee-aae6-13a2ab252a61",
|
||||
"nodeid": "1aad91c2-4572-11ee-aae6-13a2ab252a61",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E84_Information_Carrier",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
187
graphs/branches/Niveles - BiM.json
Normal file
187
graphs/branches/Niveles - BiM.json
Normal file
@@ -0,0 +1,187 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "0e9fdda9-79a8-4b08-8905-411ca9619892",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "0c09e878-e24b-4e91-bc31-f15bdfb1d730",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": null
|
||||
},
|
||||
"helptitle": {
|
||||
"es": null
|
||||
},
|
||||
"instructions": {
|
||||
"es": null
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Niveles - BiM"
|
||||
},
|
||||
"nodegroup_id": "49b6d52e-6fa1-11ee-9564-d3c9f9c30549",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "a58112b8-c3a7-473e-9f89-f4cf96436b6c",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "0c09e878-e24b-4e91-bc31-f15bdfb1d730",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": null
|
||||
},
|
||||
"helptitle": {
|
||||
"es": null
|
||||
},
|
||||
"instructions": {
|
||||
"es": null
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Nivel"
|
||||
},
|
||||
"nodegroup_id": "5fc2db7e-6fa1-11ee-9564-d3c9f9c30549",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "49b6d52e-6fa1-11ee-9564-d3c9f9c30549",
|
||||
"edgeid": "95ca8d74-f373-4b92-9296-b653435fdce8",
|
||||
"graph_id": "0c09e878-e24b-4e91-bc31-f15bdfb1d730",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "5fc2db7e-6fa1-11ee-9564-d3c9f9c30549"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "0c09e878-e24b-4e91-bc31-f15bdfb1d730",
|
||||
"iconclass": "",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Niveles - BiM"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "49b6d52e-6fa1-11ee-9564-d3c9f9c30549",
|
||||
"parentnodegroup_id": null
|
||||
},
|
||||
{
|
||||
"cardinality": "n",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "5fc2db7e-6fa1-11ee-9564-d3c9f9c30549",
|
||||
"parentnodegroup_id": "49b6d52e-6fa1-11ee-9564-d3c9f9c30549"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "0c09e878-e24b-4e91-bc31-f15bdfb1d730",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Niveles - BiM",
|
||||
"nodegroup_id": "49b6d52e-6fa1-11ee-9564-d3c9f9c30549",
|
||||
"nodeid": "49b6d52e-6fa1-11ee-9564-d3c9f9c30549",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "nivel",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "0c09e878-e24b-4e91-bc31-f15bdfb1d730",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Nivel",
|
||||
"nodegroup_id": "5fc2db7e-6fa1-11ee-9564-d3c9f9c30549",
|
||||
"nodeid": "5fc2db7e-6fa1-11ee-9564-d3c9f9c30549",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "0c09e878-e24b-4e91-bc31-f15bdfb1d730",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Niveles - BiM",
|
||||
"nodegroup_id": "49b6d52e-6fa1-11ee-9564-d3c9f9c30549",
|
||||
"nodeid": "49b6d52e-6fa1-11ee-9564-d3c9f9c30549",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
187
graphs/branches/Nombre.json
Normal file
187
graphs/branches/Nombre.json
Normal file
@@ -0,0 +1,187 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": "",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "3bb923f2-4576-11ee-aae6-13a2ab252a61",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "3bb923f0-4576-11ee-aae6-13a2ab252a61",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Nombre"
|
||||
},
|
||||
"nodegroup_id": "3bb923f1-4576-11ee-aae6-13a2ab252a61",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "64414c63-4efd-448f-95c5-daf07d72bc7a",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "3bb923f0-4576-11ee-aae6-13a2ab252a61",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Tipo de nombre"
|
||||
},
|
||||
"nodegroup_id": "3bb923f3-4576-11ee-aae6-13a2ab252a61",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "3bb923f1-4576-11ee-aae6-13a2ab252a61",
|
||||
"edgeid": "3bb923f4-4576-11ee-aae6-13a2ab252a61",
|
||||
"graph_id": "3bb923f0-4576-11ee-aae6-13a2ab252a61",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "3bb923f3-4576-11ee-aae6-13a2ab252a61"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "3bb923f0-4576-11ee-aae6-13a2ab252a61",
|
||||
"iconclass": "fa fa-at",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Nombre"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "3bb923f1-4576-11ee-aae6-13a2ab252a61",
|
||||
"parentnodegroup_id": null
|
||||
},
|
||||
{
|
||||
"cardinality": "n",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "3bb923f3-4576-11ee-aae6-13a2ab252a61",
|
||||
"parentnodegroup_id": "3bb923f1-4576-11ee-aae6-13a2ab252a61"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": "nombre",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "3bb923f0-4576-11ee-aae6-13a2ab252a61",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Nombre",
|
||||
"nodegroup_id": "3bb923f1-4576-11ee-aae6-13a2ab252a61",
|
||||
"nodeid": "3bb923f1-4576-11ee-aae6-13a2ab252a61",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tipo_de_nombre",
|
||||
"config": {
|
||||
"rdmCollection": "ce6dba7e-20ef-487b-88cf-27cd2c809266"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "3bb923f0-4576-11ee-aae6-13a2ab252a61",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de nombre",
|
||||
"nodegroup_id": "3bb923f3-4576-11ee-aae6-13a2ab252a61",
|
||||
"nodeid": "3bb923f3-4576-11ee-aae6-13a2ab252a61",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": "nombre",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "3bb923f0-4576-11ee-aae6-13a2ab252a61",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Nombre",
|
||||
"nodegroup_id": "3bb923f1-4576-11ee-aae6-13a2ab252a61",
|
||||
"nodeid": "3bb923f1-4576-11ee-aae6-13a2ab252a61",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
232
graphs/branches/Periodo de fechas.json
Normal file
232
graphs/branches/Periodo de fechas.json
Normal file
@@ -0,0 +1,232 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": "",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "82f2a758-d66b-11ee-95bc-e96777d12b77",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"en": ""
|
||||
},
|
||||
"graph_id": "82f2a756-d66b-11ee-95bc-e96777d12b77",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"en": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"en": ""
|
||||
},
|
||||
"instructions": {
|
||||
"en": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"en": "Periodo de fechas"
|
||||
},
|
||||
"nodegroup_id": "82f2a757-d66b-11ee-95bc-e96777d12b77",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "82f2a758-d66b-11ee-95bc-e96777d12b77",
|
||||
"config": {
|
||||
"dateFormat": "YYYY-MM-DD",
|
||||
"defaultValue": "",
|
||||
"label": "Hasta la Fecha",
|
||||
"maxDate": false,
|
||||
"minDate": false,
|
||||
"placeholder": "Enter date",
|
||||
"viewMode": "days"
|
||||
},
|
||||
"id": "899cd671-7f17-4b4e-a27e-b2a927cd137f",
|
||||
"label": {
|
||||
"en": "Hasta la Fecha"
|
||||
},
|
||||
"node_id": "82f2a75a-d66b-11ee-95bc-e96777d12b77",
|
||||
"sortorder": null,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000004"
|
||||
},
|
||||
{
|
||||
"card_id": "82f2a758-d66b-11ee-95bc-e96777d12b77",
|
||||
"config": {
|
||||
"dateFormat": "YYYY-MM-DD",
|
||||
"defaultValue": "",
|
||||
"label": "Desde la Fecha",
|
||||
"maxDate": false,
|
||||
"minDate": false,
|
||||
"placeholder": "Enter date",
|
||||
"viewMode": "days"
|
||||
},
|
||||
"id": "ee56f62b-1bff-46c9-aad0-8c2813e5be84",
|
||||
"label": {
|
||||
"en": "Desde la Fecha"
|
||||
},
|
||||
"node_id": "82f2a759-d66b-11ee-95bc-e96777d12b77",
|
||||
"sortorder": null,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000004"
|
||||
}
|
||||
],
|
||||
"color": "rgba(212,171,33,0.8)",
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"en": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "82f2a757-d66b-11ee-95bc-e96777d12b77",
|
||||
"edgeid": "82f2a75b-d66b-11ee-95bc-e96777d12b77",
|
||||
"graph_id": "82f2a756-d66b-11ee-95bc-e96777d12b77",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P78_is_identified_by",
|
||||
"rangenode_id": "82f2a759-d66b-11ee-95bc-e96777d12b77"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "82f2a757-d66b-11ee-95bc-e96777d12b77",
|
||||
"edgeid": "82f2a75c-d66b-11ee-95bc-e96777d12b77",
|
||||
"graph_id": "82f2a756-d66b-11ee-95bc-e96777d12b77",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P78_is_identified_by",
|
||||
"rangenode_id": "82f2a75a-d66b-11ee-95bc-e96777d12b77"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "82f2a756-d66b-11ee-95bc-e96777d12b77",
|
||||
"iconclass": "fa fa-th-list",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"en": "Periodo de fechas"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "82f2a757-d66b-11ee-95bc-e96777d12b77",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": "periodo_temporal_de_la_fase",
|
||||
"config": {
|
||||
"en": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "82f2a756-d66b-11ee-95bc-e96777d12b77",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Periodo de fechas",
|
||||
"nodegroup_id": "82f2a757-d66b-11ee-95bc-e96777d12b77",
|
||||
"nodeid": "82f2a757-d66b-11ee-95bc-e96777d12b77",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "desde_la_fecha",
|
||||
"config": {
|
||||
"dateFormat": "YYYY-MM-DD"
|
||||
},
|
||||
"datatype": "date",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "82f2a756-d66b-11ee-95bc-e96777d12b77",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Desde la Fecha",
|
||||
"nodegroup_id": "82f2a757-d66b-11ee-95bc-e96777d12b77",
|
||||
"nodeid": "82f2a759-d66b-11ee-95bc-e96777d12b77",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E49_Time_Appellation",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P78_is_identified_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "hasta_la_fecha",
|
||||
"config": {
|
||||
"dateFormat": "YYYY-MM-DD"
|
||||
},
|
||||
"datatype": "date",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "82f2a756-d66b-11ee-95bc-e96777d12b77",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Hasta la Fecha",
|
||||
"nodegroup_id": "82f2a757-d66b-11ee-95bc-e96777d12b77",
|
||||
"nodeid": "82f2a75a-d66b-11ee-95bc-e96777d12b77",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E49_Time_Appellation",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P78_is_identified_by",
|
||||
"sortorder": 1,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": {
|
||||
"graph_id": "82f2a756-d66b-11ee-95bc-e96777d12b77",
|
||||
"notes": null,
|
||||
"publicationid": "9bf77042-d66b-11ee-95bc-e96777d12b77",
|
||||
"published_time": "2024-02-28T13:00:16.159"
|
||||
},
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": "periodo_temporal_de_la_fase",
|
||||
"config": {
|
||||
"en": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "82f2a756-d66b-11ee-95bc-e96777d12b77",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Periodo de fechas",
|
||||
"nodegroup_id": "82f2a757-d66b-11ee-95bc-e96777d12b77",
|
||||
"nodeid": "82f2a757-d66b-11ee-95bc-e96777d12b77",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"en": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
279
graphs/branches/Recursos BiM.json
Normal file
279
graphs/branches/Recursos BiM.json
Normal file
@@ -0,0 +1,279 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "79e95db2-6eca-4b7d-8941-1d5fa3f7bcb8",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "8aa4a2a2-580a-43dc-846b-3aea0d711b29",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Recursos BiM"
|
||||
},
|
||||
"nodegroup_id": "4e11870c-6edb-11ee-b4c9-911631b3a94c",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "f0b3d2d9-8de8-47bc-a238-86647bcb09ce",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "8aa4a2a2-580a-43dc-846b-3aea0d711b29",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Medio de informaci\u00f3n"
|
||||
},
|
||||
"nodegroup_id": "bf9fabc4-6edb-11ee-b4c9-911631b3a94c",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "f0b3d2d9-8de8-47bc-a238-86647bcb09ce",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Tipo de informaci\u00f3n gr\u00e1fica",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "6aae9a67-0c8d-4b8e-a816-95b74cd7ed72",
|
||||
"label": {
|
||||
"es": "Tipo de informaci\u00f3n gr\u00e1fica"
|
||||
},
|
||||
"node_id": "08ad4376-6edc-11ee-b4c9-911631b3a94c",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "f0b3d2d9-8de8-47bc-a238-86647bcb09ce",
|
||||
"config": {
|
||||
"defaultResourceInstance": [],
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Medio de informaci\u00f3n",
|
||||
"placeholder": {
|
||||
"es": ""
|
||||
}
|
||||
},
|
||||
"id": "6eba286c-bf07-4081-8c4e-a40997758ab7",
|
||||
"label": {
|
||||
"es": "Medio de informaci\u00f3n"
|
||||
},
|
||||
"node_id": "bf9fabc4-6edb-11ee-b4c9-911631b3a94c",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "31f3728c-7613-11e7-a139-784f435179ea"
|
||||
}
|
||||
],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "bf9fabc4-6edb-11ee-b4c9-911631b3a94c",
|
||||
"edgeid": "8fc93ca7-7f4d-48f8-ba9d-214b609b265f",
|
||||
"graph_id": "8aa4a2a2-580a-43dc-846b-3aea0d711b29",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "08ad4376-6edc-11ee-b4c9-911631b3a94c"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "4e11870c-6edb-11ee-b4c9-911631b3a94c",
|
||||
"edgeid": "ff08e936-1514-4016-9a01-a38806a0593f",
|
||||
"graph_id": "8aa4a2a2-580a-43dc-846b-3aea0d711b29",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P128i_is_carried_by",
|
||||
"rangenode_id": "bf9fabc4-6edb-11ee-b4c9-911631b3a94c"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "8aa4a2a2-580a-43dc-846b-3aea0d711b29",
|
||||
"iconclass": "",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Recursos BiM"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "4e11870c-6edb-11ee-b4c9-911631b3a94c",
|
||||
"parentnodegroup_id": null
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "bf9fabc4-6edb-11ee-b4c9-911631b3a94c",
|
||||
"parentnodegroup_id": "4e11870c-6edb-11ee-b4c9-911631b3a94c"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": "tipo_de_informacion_grafica",
|
||||
"config": {
|
||||
"rdmCollection": "007432d9-1c47-412d-8bcc-1e8c51e6f2dc"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "8aa4a2a2-580a-43dc-846b-3aea0d711b29",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de informaci\u00f3n gr\u00e1fica",
|
||||
"nodegroup_id": "bf9fabc4-6edb-11ee-b4c9-911631b3a94c",
|
||||
"nodeid": "08ad4376-6edc-11ee-b4c9-911631b3a94c",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "8aa4a2a2-580a-43dc-846b-3aea0d711b29",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Recursos BiM",
|
||||
"nodegroup_id": "4e11870c-6edb-11ee-b4c9-911631b3a94c",
|
||||
"nodeid": "4e11870c-6edb-11ee-b4c9-911631b3a94c",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"graphs": [
|
||||
{
|
||||
"graphid": "6afc4e9e-727e-4152-8084-309267752650",
|
||||
"inverseRelationshipConcept": "ac41d9be-79db-4256-b368-2f4559cfbe55",
|
||||
"name": "Informaci\u00f3n Gr\u00e1fica",
|
||||
"relationshipCollection": "00000000-0000-0000-0000-000000000005",
|
||||
"relationshipConcept": "ac41d9be-79db-4256-b368-2f4559cfbe55",
|
||||
"useOntologyRelationship": false
|
||||
}
|
||||
],
|
||||
"searchDsl": "",
|
||||
"searchString": ""
|
||||
},
|
||||
"datatype": "resource-instance",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "8aa4a2a2-580a-43dc-846b-3aea0d711b29",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Medio de informaci\u00f3n",
|
||||
"nodegroup_id": "bf9fabc4-6edb-11ee-b4c9-911631b3a94c",
|
||||
"nodeid": "bf9fabc4-6edb-11ee-b4c9-911631b3a94c",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E84_Information_Carrier",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P128i_is_carried_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": {
|
||||
"graph_id": "8aa4a2a2-580a-43dc-846b-3aea0d711b29",
|
||||
"notes": null,
|
||||
"publicationid": "7ee4545e-9081-11ef-b6d9-ad3c52ee1cd4",
|
||||
"published_time": "2024-10-22T09:25:32.584"
|
||||
},
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "8aa4a2a2-580a-43dc-846b-3aea0d711b29",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Recursos BiM",
|
||||
"nodegroup_id": "4e11870c-6edb-11ee-b4c9-911631b3a94c",
|
||||
"nodeid": "4e11870c-6edb-11ee-b4c9-911631b3a94c",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
364
graphs/branches/Responsables.json
Normal file
364
graphs/branches/Responsables.json
Normal file
@@ -0,0 +1,364 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": "",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "a17b9b3a-857b-11ee-a653-53ebd0470963",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "a17b9b38-857b-11ee-a653-53ebd0470963",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Responsable"
|
||||
},
|
||||
"nodegroup_id": "a17b9b39-857b-11ee-a653-53ebd0470963",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "a17b9b3c-857b-11ee-a653-53ebd0470963",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "a17b9b38-857b-11ee-a653-53ebd0470963",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Responsables"
|
||||
},
|
||||
"nodegroup_id": "a17b9b3b-857b-11ee-a653-53ebd0470963",
|
||||
"sortorder": 6,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "a17b9b3a-857b-11ee-a653-53ebd0470963",
|
||||
"config": {
|
||||
"defaultResourceInstance": [],
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Responsable",
|
||||
"placeholder": {
|
||||
"es": ""
|
||||
}
|
||||
},
|
||||
"id": "a17b9b3f-857b-11ee-a653-53ebd0470963",
|
||||
"label": {
|
||||
"es": "Responsable"
|
||||
},
|
||||
"node_id": "a17b9b39-857b-11ee-a653-53ebd0470963",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "31f3728c-7613-11e7-a139-784f435179ea"
|
||||
},
|
||||
{
|
||||
"card_id": "a17b9b3a-857b-11ee-a653-53ebd0470963",
|
||||
"config": {
|
||||
"dateFormat": "YYYY-MM-DD",
|
||||
"defaultValue": "",
|
||||
"label": "Fecha",
|
||||
"maxDate": false,
|
||||
"minDate": false,
|
||||
"placeholder": "Enter date",
|
||||
"viewMode": "days"
|
||||
},
|
||||
"id": "a17b9b40-857b-11ee-a653-53ebd0470963",
|
||||
"label": {
|
||||
"es": "Fecha"
|
||||
},
|
||||
"node_id": "a17b9b3e-857b-11ee-a653-53ebd0470963",
|
||||
"sortorder": 2,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000004"
|
||||
},
|
||||
{
|
||||
"card_id": "a17b9b3a-857b-11ee-a653-53ebd0470963",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Rol",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "a17b9b41-857b-11ee-a653-53ebd0470963",
|
||||
"label": {
|
||||
"es": "Rol"
|
||||
},
|
||||
"node_id": "a17b9b3d-857b-11ee-a653-53ebd0470963",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
}
|
||||
],
|
||||
"color": "rgba(45,214,146,1)",
|
||||
"config": {
|
||||
"basemap": "streets",
|
||||
"bearing": 0,
|
||||
"centerX": -122.3979693,
|
||||
"centerY": 37.79,
|
||||
"featureColor": "#FF0000",
|
||||
"featureEditingDisabled": true,
|
||||
"featureLineWidth": 1,
|
||||
"featurePointSize": 3,
|
||||
"geocodePlaceholder": "Search",
|
||||
"geocodeProvider": "10000000-0000-0000-0000-010000000000",
|
||||
"geocoderVisible": true,
|
||||
"geometryTypes": [
|
||||
{
|
||||
"id": "Point",
|
||||
"text": "Point"
|
||||
},
|
||||
{
|
||||
"id": "Line",
|
||||
"text": "Line"
|
||||
},
|
||||
{
|
||||
"id": "Polygon",
|
||||
"text": "Polygon"
|
||||
}
|
||||
],
|
||||
"mapControlsHidden": false,
|
||||
"maxZoom": 20,
|
||||
"minZoom": 0,
|
||||
"overlayConfigs": [],
|
||||
"overlayOpacity": 0,
|
||||
"pitch": 0,
|
||||
"zoom": "8"
|
||||
},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "a17b9b39-857b-11ee-a653-53ebd0470963",
|
||||
"edgeid": "a17b9b42-857b-11ee-a653-53ebd0470963",
|
||||
"graph_id": "a17b9b38-857b-11ee-a653-53ebd0470963",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in",
|
||||
"rangenode_id": "a17b9b3d-857b-11ee-a653-53ebd0470963"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "a17b9b39-857b-11ee-a653-53ebd0470963",
|
||||
"edgeid": "a17b9b43-857b-11ee-a653-53ebd0470963",
|
||||
"graph_id": "a17b9b38-857b-11ee-a653-53ebd0470963",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in",
|
||||
"rangenode_id": "a17b9b3e-857b-11ee-a653-53ebd0470963"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "a17b9b3b-857b-11ee-a653-53ebd0470963",
|
||||
"edgeid": "a17b9b44-857b-11ee-a653-53ebd0470963",
|
||||
"graph_id": "a17b9b38-857b-11ee-a653-53ebd0470963",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P107_has_current_or_former_member",
|
||||
"rangenode_id": "a17b9b39-857b-11ee-a653-53ebd0470963"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "a17b9b38-857b-11ee-a653-53ebd0470963",
|
||||
"iconclass": "fa fa-university",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Responsables"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "n",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "a17b9b39-857b-11ee-a653-53ebd0470963",
|
||||
"parentnodegroup_id": "a17b9b3b-857b-11ee-a653-53ebd0470963"
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "a17b9b3b-857b-11ee-a653-53ebd0470963",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": "responsable",
|
||||
"config": {
|
||||
"graphs": [
|
||||
{
|
||||
"graphid": "72420da0-db59-4048-aea2-03b0bc5cdcdf",
|
||||
"inverseRelationshipConcept": "ac41d9be-79db-4256-b368-2f4559cfbe55",
|
||||
"name": "Personas y Organizaciones",
|
||||
"relationshipCollection": "00000000-0000-0000-0000-000000000005",
|
||||
"relationshipConcept": "ac41d9be-79db-4256-b368-2f4559cfbe55",
|
||||
"useOntologyRelationship": false
|
||||
}
|
||||
],
|
||||
"searchDsl": "",
|
||||
"searchString": ""
|
||||
},
|
||||
"datatype": "resource-instance",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "a17b9b38-857b-11ee-a653-53ebd0470963",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Responsable",
|
||||
"nodegroup_id": "a17b9b39-857b-11ee-a653-53ebd0470963",
|
||||
"nodeid": "a17b9b39-857b-11ee-a653-53ebd0470963",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P107_has_current_or_former_member",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "responsables",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "a17b9b38-857b-11ee-a653-53ebd0470963",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Responsables",
|
||||
"nodegroup_id": "a17b9b3b-857b-11ee-a653-53ebd0470963",
|
||||
"nodeid": "a17b9b3b-857b-11ee-a653-53ebd0470963",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E74_Group",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "rol",
|
||||
"config": {
|
||||
"rdmCollection": "2c03d7dc-da89-443a-898b-3ae0797639ec"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "a17b9b38-857b-11ee-a653-53ebd0470963",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Rol",
|
||||
"nodegroup_id": "a17b9b39-857b-11ee-a653-53ebd0470963",
|
||||
"nodeid": "a17b9b3d-857b-11ee-a653-53ebd0470963",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "fecha",
|
||||
"config": {
|
||||
"dateFormat": "YYYY-MM-DD"
|
||||
},
|
||||
"datatype": "date",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "a17b9b38-857b-11ee-a653-53ebd0470963",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Fecha",
|
||||
"nodegroup_id": "a17b9b39-857b-11ee-a653-53ebd0470963",
|
||||
"nodeid": "a17b9b3e-857b-11ee-a653-53ebd0470963",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E5_Event",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": {
|
||||
"graph_id": "a17b9b38-857b-11ee-a653-53ebd0470963",
|
||||
"notes": null,
|
||||
"publicationid": "ccf9a3e0-857b-11ee-a653-53ebd0470963",
|
||||
"published_time": "2023-11-17T13:02:06.144"
|
||||
},
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": "responsables",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "a17b9b38-857b-11ee-a653-53ebd0470963",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Responsables",
|
||||
"nodegroup_id": "a17b9b3b-857b-11ee-a653-53ebd0470963",
|
||||
"nodeid": "a17b9b3b-857b-11ee-a653-53ebd0470963",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E74_Group",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000002",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
535
graphs/branches/Sección BiM.json
Normal file
535
graphs/branches/Sección BiM.json
Normal file
@@ -0,0 +1,535 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": "",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "48c926b0-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Elemento"
|
||||
},
|
||||
"nodegroup_id": "48c926af-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "48c926b2-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Secci\u00f3n BiM"
|
||||
},
|
||||
"nodegroup_id": "48c926b1-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "48c926b0-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"config": {
|
||||
"defaultValue": {
|
||||
"es": {
|
||||
"direction": "ltr",
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Otros",
|
||||
"maxLength": null,
|
||||
"placeholder": {
|
||||
"es": "Enter text"
|
||||
},
|
||||
"uneditable": false,
|
||||
"width": "100%"
|
||||
},
|
||||
"id": "476187b0-e22e-4e62-a32a-41a87795e83b",
|
||||
"label": {
|
||||
"es": "Otros"
|
||||
},
|
||||
"node_id": "6f2c02fc-75f5-11ee-a3d5-3b3ded51fb76",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000001"
|
||||
},
|
||||
{
|
||||
"card_id": "48c926b0-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Cambios",
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "48c926b7-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"label": {
|
||||
"es": "Cambios"
|
||||
},
|
||||
"node_id": "48c926b6-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"sortorder": 4,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000017"
|
||||
},
|
||||
{
|
||||
"card_id": "48c926b0-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Material",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "48c926b8-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"label": {
|
||||
"es": "Material"
|
||||
},
|
||||
"node_id": "48c926b4-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"sortorder": 3,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000012"
|
||||
},
|
||||
{
|
||||
"card_id": "48c926b0-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Estado",
|
||||
"options": [
|
||||
{
|
||||
"children": [],
|
||||
"collector": "",
|
||||
"conceptid": "db091432-6096-4c5a-93b3-eaac5ae1d153",
|
||||
"id": "e4fe62ce-f37e-406e-b722-801605974c4a",
|
||||
"sortorder": "",
|
||||
"text": "Bueno"
|
||||
},
|
||||
{
|
||||
"children": [],
|
||||
"collector": "",
|
||||
"conceptid": "b07ac035-2350-4b51-ab0d-c399ba201544",
|
||||
"id": "7e3a2764-8d42-49f3-a0cf-d435c6ad0d12",
|
||||
"sortorder": "",
|
||||
"text": "Malo"
|
||||
},
|
||||
{
|
||||
"children": [],
|
||||
"collector": "",
|
||||
"conceptid": "9937e237-c157-4240-841f-0472268620dd",
|
||||
"id": "42a7044b-4096-4cb5-8dae-274630dea52b",
|
||||
"sortorder": "",
|
||||
"text": "Regular"
|
||||
}
|
||||
],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
},
|
||||
"url": "/concepts/dropdown?conceptid=bc1f480f-291b-4b2c-b02e-7d6701280487"
|
||||
},
|
||||
"id": "48c926b9-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"label": {
|
||||
"es": "Estado"
|
||||
},
|
||||
"node_id": "48c926b3-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"sortorder": 5,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000009"
|
||||
},
|
||||
{
|
||||
"card_id": "48c926b0-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Detalles art\u00edsticos",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "48c926ba-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"label": {
|
||||
"es": "Detalles art\u00edsticos"
|
||||
},
|
||||
"node_id": "48c926b5-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"sortorder": 2,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "48c926b0-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Elemento",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "8cac224a-a012-4fec-a3d1-9acd126f67e3",
|
||||
"label": {
|
||||
"es": "Elemento"
|
||||
},
|
||||
"node_id": "48c926af-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000012"
|
||||
}
|
||||
],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "48c926b1-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"edgeid": "48c926bb-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P46_is_composed_of",
|
||||
"rangenode_id": "48c926af-72c5-11ee-b797-2be08bcc2bc6"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "48c926af-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"edgeid": "48c926bc-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P44_has_condition",
|
||||
"rangenode_id": "48c926b3-72c5-11ee-b797-2be08bcc2bc6"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "48c926af-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"edgeid": "48c926bd-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "48c926b4-72c5-11ee-b797-2be08bcc2bc6"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "48c926af-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"edgeid": "48c926be-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P130_shows_features_of",
|
||||
"rangenode_id": "48c926b5-72c5-11ee-b797-2be08bcc2bc6"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "48c926af-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"edgeid": "48c926bf-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P44_has_condition",
|
||||
"rangenode_id": "48c926b6-72c5-11ee-b797-2be08bcc2bc6"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "48c926af-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"edgeid": "5445287e-35b9-4eff-a1e2-e81d1a4fcfc4",
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "6f2c02fc-75f5-11ee-a3d5-3b3ded51fb76"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"iconclass": "",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Secci\u00f3n BiM"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "n",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "48c926af-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"parentnodegroup_id": "48c926b1-72c5-11ee-b797-2be08bcc2bc6"
|
||||
},
|
||||
{
|
||||
"cardinality": "n",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "48c926b1-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": "elemento",
|
||||
"config": {
|
||||
"rdmCollection": "b284738e-a4cb-4250-8883-3b7abcb3ff5d"
|
||||
},
|
||||
"datatype": "concept-list",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Elemento",
|
||||
"nodegroup_id": "48c926af-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"nodeid": "48c926af-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P46_is_composed_of",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "seccion",
|
||||
"config": {
|
||||
"rdmCollection": "91ad7cef-b1dc-4f97-a1c1-d2e1e7ef1632"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Secci\u00f3n BiM",
|
||||
"nodegroup_id": "48c926b1-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"nodeid": "48c926b1-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E26_Physical_Feature",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "estado",
|
||||
"config": {
|
||||
"rdmCollection": "bc1f480f-291b-4b2c-b02e-7d6701280487"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Estado",
|
||||
"nodegroup_id": "48c926af-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"nodeid": "48c926b3-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P44_has_condition",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "material",
|
||||
"config": {
|
||||
"rdmCollection": "4d476798-2b82-4fe6-9a38-19dfa80202ba"
|
||||
},
|
||||
"datatype": "concept-list",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Material",
|
||||
"nodegroup_id": "48c926af-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"nodeid": "48c926b4-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E57_Material",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "detalles_artisticos",
|
||||
"config": {
|
||||
"rdmCollection": "073f9027-7d32-40c2-9c05-490994d34c8f"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Detalles art\u00edsticos",
|
||||
"nodegroup_id": "48c926af-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"nodeid": "48c926b5-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E26_Physical_Feature",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P130_shows_features_of",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "cambios",
|
||||
"config": {
|
||||
"i18n_config": {
|
||||
"fn": "arches.app.datatypes.datatypes.DomainDataType"
|
||||
},
|
||||
"options": [
|
||||
{
|
||||
"id": "eeb051b2-fb24-4b52-9cc5-e286db306dd5",
|
||||
"selected": false,
|
||||
"text": {
|
||||
"es": "Original"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "37324729-a2cd-491b-9bb0-b5c6393e428d",
|
||||
"selected": false,
|
||||
"text": {
|
||||
"es": "Modificado"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"datatype": "domain-value",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Cambios",
|
||||
"nodegroup_id": "48c926af-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"nodeid": "48c926b6-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P44_has_condition",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "otros",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Otros",
|
||||
"nodegroup_id": "48c926af-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"nodeid": "6f2c02fc-75f5-11ee-a3d5-3b3ded51fb76",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": {
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"notes": null,
|
||||
"publicationid": "7bb448c2-dbfd-11ee-94e0-ff3445cd6caa",
|
||||
"published_time": "2024-03-06T15:07:04.368"
|
||||
},
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": "seccion",
|
||||
"config": {
|
||||
"rdmCollection": "91ad7cef-b1dc-4f97-a1c1-d2e1e7ef1632"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "48c926ae-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Secci\u00f3n BiM",
|
||||
"nodegroup_id": "48c926b1-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"nodeid": "48c926b1-72c5-11ee-b797-2be08bcc2bc6",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E26_Physical_Feature",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
363
graphs/branches/Subcategoría BMs hist-art.json
Normal file
363
graphs/branches/Subcategoría BMs hist-art.json
Normal file
@@ -0,0 +1,363 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "7ed8ef4f-8b72-4e0a-8b56-c83d0fb2420a",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "6027da4d-19d2-4800-b2e8-220cb33ca4e9",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Subcategor\u00eda BMs hist-art"
|
||||
},
|
||||
"nodegroup_id": "f3673a8c-a286-11ef-b904-07808747fc10",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "7ed8ef4f-8b72-4e0a-8b56-c83d0fb2420a",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "T\u00e9cnica",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Seleccionar una o m\u00e1s opciones"
|
||||
}
|
||||
},
|
||||
"id": "06d529f3-ddf1-4ffe-ac70-c1854f62aca2",
|
||||
"label": {
|
||||
"es": "T\u00e9cnica"
|
||||
},
|
||||
"node_id": "78fd4a2c-a289-11ef-b904-07808747fc10",
|
||||
"sortorder": 4,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000012"
|
||||
},
|
||||
{
|
||||
"card_id": "7ed8ef4f-8b72-4e0a-8b56-c83d0fb2420a",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Subcategor\u00eda",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Seleccionar una opci\u00f3n"
|
||||
}
|
||||
},
|
||||
"id": "65d328d3-bf96-4a95-8d8c-fac6de7eb2cc",
|
||||
"label": {
|
||||
"es": "Subcategor\u00eda"
|
||||
},
|
||||
"node_id": "f3673a8c-a286-11ef-b904-07808747fc10",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "7ed8ef4f-8b72-4e0a-8b56-c83d0fb2420a",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Material",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Seleccionar una o m\u00e1s opciones"
|
||||
}
|
||||
},
|
||||
"id": "97cb6b15-1532-4158-9e44-68ca7ee267b0",
|
||||
"label": {
|
||||
"es": "Material"
|
||||
},
|
||||
"node_id": "16bd53e2-a28a-11ef-b904-07808747fc10",
|
||||
"sortorder": 3,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000012"
|
||||
},
|
||||
{
|
||||
"card_id": "7ed8ef4f-8b72-4e0a-8b56-c83d0fb2420a",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Especialidad",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Seleccionar una o m\u00e1s opciones"
|
||||
}
|
||||
},
|
||||
"id": "f478d42f-ade4-4a77-850f-1b54bbfc156e",
|
||||
"label": {
|
||||
"es": "Especialidad"
|
||||
},
|
||||
"node_id": "4408e050-a28a-11ef-b904-07808747fc10",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000012"
|
||||
},
|
||||
{
|
||||
"card_id": "7ed8ef4f-8b72-4e0a-8b56-c83d0fb2420a",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Tipo de objeto",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Seleccionar una o m\u00e1s opciones"
|
||||
}
|
||||
},
|
||||
"id": "fb07ba28-473b-4883-b05e-10229787590a",
|
||||
"label": {
|
||||
"es": "Tipo de objeto"
|
||||
},
|
||||
"node_id": "e3b5f80a-a289-11ef-b904-07808747fc10",
|
||||
"sortorder": 2,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000012"
|
||||
}
|
||||
],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "f3673a8c-a286-11ef-b904-07808747fc10",
|
||||
"edgeid": "0e7bd8d0-0f46-4345-8add-4a132f3cef39",
|
||||
"graph_id": "6027da4d-19d2-4800-b2e8-220cb33ca4e9",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P10_falls_within",
|
||||
"rangenode_id": "78fd4a2c-a289-11ef-b904-07808747fc10"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "f3673a8c-a286-11ef-b904-07808747fc10",
|
||||
"edgeid": "1156e64a-0090-4e74-91c5-0e688bd08b12",
|
||||
"graph_id": "6027da4d-19d2-4800-b2e8-220cb33ca4e9",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P62_depicts",
|
||||
"rangenode_id": "4408e050-a28a-11ef-b904-07808747fc10"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "f3673a8c-a286-11ef-b904-07808747fc10",
|
||||
"edgeid": "5ec4a1a0-3539-4264-8652-a139397be774",
|
||||
"graph_id": "6027da4d-19d2-4800-b2e8-220cb33ca4e9",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "16bd53e2-a28a-11ef-b904-07808747fc10"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "f3673a8c-a286-11ef-b904-07808747fc10",
|
||||
"edgeid": "6b1ebbc2-a82e-484f-b423-e04b5e29ceec",
|
||||
"graph_id": "6027da4d-19d2-4800-b2e8-220cb33ca4e9",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P10_falls_within",
|
||||
"rangenode_id": "e3b5f80a-a289-11ef-b904-07808747fc10"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "6027da4d-19d2-4800-b2e8-220cb33ca4e9",
|
||||
"iconclass": "",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Subcategor\u00eda BMs hist-art"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "f3673a8c-a286-11ef-b904-07808747fc10",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": "material",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept-list",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "6027da4d-19d2-4800-b2e8-220cb33ca4e9",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Material",
|
||||
"nodegroup_id": "f3673a8c-a286-11ef-b904-07808747fc10",
|
||||
"nodeid": "16bd53e2-a28a-11ef-b904-07808747fc10",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E57_Material",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "especialidad",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept-list",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "6027da4d-19d2-4800-b2e8-220cb33ca4e9",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Especialidad",
|
||||
"nodegroup_id": "f3673a8c-a286-11ef-b904-07808747fc10",
|
||||
"nodeid": "4408e050-a28a-11ef-b904-07808747fc10",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P62_depicts",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tecnica",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept-list",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "6027da4d-19d2-4800-b2e8-220cb33ca4e9",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "T\u00e9cnica",
|
||||
"nodegroup_id": "f3673a8c-a286-11ef-b904-07808747fc10",
|
||||
"nodeid": "78fd4a2c-a289-11ef-b904-07808747fc10",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P10_falls_within",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tipo_de_objeto",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept-list",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "6027da4d-19d2-4800-b2e8-220cb33ca4e9",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de objeto",
|
||||
"nodegroup_id": "f3673a8c-a286-11ef-b904-07808747fc10",
|
||||
"nodeid": "e3b5f80a-a289-11ef-b904-07808747fc10",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E83_Type_Creation",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P10_falls_within",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": "",
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "6027da4d-19d2-4800-b2e8-220cb33ca4e9",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Subcategor\u00eda BMs hist-art",
|
||||
"nodegroup_id": "f3673a8c-a286-11ef-b904-07808747fc10",
|
||||
"nodeid": "f3673a8c-a286-11ef-b904-07808747fc10",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E25_Man-Made_Feature",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": "",
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "6027da4d-19d2-4800-b2e8-220cb33ca4e9",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Subcategor\u00eda BMs hist-art",
|
||||
"nodegroup_id": "f3673a8c-a286-11ef-b904-07808747fc10",
|
||||
"nodeid": "f3673a8c-a286-11ef-b904-07808747fc10",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E25_Man-Made_Feature",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
259
graphs/branches/Tipo Histórico - artístico.json
Normal file
259
graphs/branches/Tipo Histórico - artístico.json
Normal file
@@ -0,0 +1,259 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "024ba82a-d6de-491e-8bd2-1209aa6f8ba8",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "98511e98-197b-420d-bafc-28eadd1fb91c",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Tipo Hist\u00f3rico - art\u00edstico"
|
||||
},
|
||||
"nodegroup_id": "aa0a678a-452e-11ee-bab2-7f62a303e387",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "aa0a678a-452e-11ee-bab2-7f62a303e387",
|
||||
"edgeid": "248ec62d-b217-4e54-bdf3-da17f205549e",
|
||||
"graph_id": "98511e98-197b-420d-bafc-28eadd1fb91c",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P94i_was_created_by",
|
||||
"rangenode_id": "89994e48-4534-11ee-bab2-7f62a303e387"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "aa0a678a-452e-11ee-bab2-7f62a303e387",
|
||||
"edgeid": "49c9f0f2-8456-4cde-bff3-1e4a33deaa33",
|
||||
"graph_id": "98511e98-197b-420d-bafc-28eadd1fb91c",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2i_is_type_of",
|
||||
"rangenode_id": "47ad0006-4534-11ee-bab2-7f62a303e387"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "aa0a678a-452e-11ee-bab2-7f62a303e387",
|
||||
"edgeid": "91c919fd-a791-4f8b-bcce-f8b11e508d62",
|
||||
"graph_id": "98511e98-197b-420d-bafc-28eadd1fb91c",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"rangenode_id": "c6b52f54-4534-11ee-bab2-7f62a303e387"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "aa0a678a-452e-11ee-bab2-7f62a303e387",
|
||||
"edgeid": "bb8e5119-0fcd-4e5e-a0ec-21aabfa9ffb8",
|
||||
"graph_id": "98511e98-197b-420d-bafc-28eadd1fb91c",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2i_is_type_of",
|
||||
"rangenode_id": "2d7e60de-4530-11ee-bab2-7f62a303e387"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "98511e98-197b-420d-bafc-28eadd1fb91c",
|
||||
"iconclass": "",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Tipo Hist\u00f3rico - art\u00edstico"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "aa0a678a-452e-11ee-bab2-7f62a303e387",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": "epoca",
|
||||
"config": {
|
||||
"graphs": [],
|
||||
"rdmCollection": "76963467-4ea6-4893-9617-38c4e7790c93",
|
||||
"searchDsl": "",
|
||||
"searchString": ""
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "98511e98-197b-420d-bafc-28eadd1fb91c",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "\u00c9poca",
|
||||
"nodegroup_id": "aa0a678a-452e-11ee-bab2-7f62a303e387",
|
||||
"nodeid": "2d7e60de-4530-11ee-bab2-7f62a303e387",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2i_is_type_of",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "estilo",
|
||||
"config": {
|
||||
"rdmCollection": "2b9d6148-7343-4122-976e-2ae0dedc113b"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "98511e98-197b-420d-bafc-28eadd1fb91c",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Estilo",
|
||||
"nodegroup_id": "aa0a678a-452e-11ee-bab2-7f62a303e387",
|
||||
"nodeid": "47ad0006-4534-11ee-bab2-7f62a303e387",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2i_is_type_of",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "autor_atribucion",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "98511e98-197b-420d-bafc-28eadd1fb91c",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Autor / Atribuci\u00f3n",
|
||||
"nodegroup_id": "aa0a678a-452e-11ee-bab2-7f62a303e387",
|
||||
"nodeid": "89994e48-4534-11ee-bab2-7f62a303e387",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E65_Creation",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P94i_was_created_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": "",
|
||||
"graphs": [],
|
||||
"searchDsl": "",
|
||||
"searchString": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "98511e98-197b-420d-bafc-28eadd1fb91c",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Tipo Hist\u00f3rico - art\u00edstico",
|
||||
"nodegroup_id": "aa0a678a-452e-11ee-bab2-7f62a303e387",
|
||||
"nodeid": "aa0a678a-452e-11ee-bab2-7f62a303e387",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "origen_o_procedencia",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "98511e98-197b-420d-bafc-28eadd1fb91c",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Origen o procedencia",
|
||||
"nodegroup_id": "aa0a678a-452e-11ee-bab2-7f62a303e387",
|
||||
"nodeid": "c6b52f54-4534-11ee-bab2-7f62a303e387",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E62_String",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": "",
|
||||
"graphs": [],
|
||||
"searchDsl": "",
|
||||
"searchString": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "98511e98-197b-420d-bafc-28eadd1fb91c",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Tipo Hist\u00f3rico - art\u00edstico",
|
||||
"nodegroup_id": "aa0a678a-452e-11ee-bab2-7f62a303e387",
|
||||
"nodeid": "aa0a678a-452e-11ee-bab2-7f62a303e387",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
250
graphs/branches/Tipo arqueológico.json
Normal file
250
graphs/branches/Tipo arqueológico.json
Normal file
@@ -0,0 +1,250 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "95616bcb-e970-4f0c-9fe4-0587a1e03133",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "dd3edb85-537e-44c6-b3bf-b02d2664d23d",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Tipo arqueol\u00f3gico"
|
||||
},
|
||||
"nodegroup_id": "2462e9a4-4524-11ee-bab2-7f62a303e387",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "2462e9a4-4524-11ee-bab2-7f62a303e387",
|
||||
"edgeid": "0789413c-4968-488d-b861-e850688620ab",
|
||||
"graph_id": "dd3edb85-537e-44c6-b3bf-b02d2664d23d",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies",
|
||||
"rangenode_id": "9c384b1c-452a-11ee-bab2-7f62a303e387"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "2462e9a4-4524-11ee-bab2-7f62a303e387",
|
||||
"edgeid": "4b4911a8-f6f9-4818-a11c-5e011f558ede",
|
||||
"graph_id": "dd3edb85-537e-44c6-b3bf-b02d2664d23d",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "9827b3e6-5763-11ee-a536-398209d3f1d1"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "2462e9a4-4524-11ee-bab2-7f62a303e387",
|
||||
"edgeid": "4f2ddbde-4641-4b50-b569-b0991de8f7df",
|
||||
"graph_id": "dd3edb85-537e-44c6-b3bf-b02d2664d23d",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"rangenode_id": "afdc2110-452b-11ee-bab2-7f62a303e387"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "2462e9a4-4524-11ee-bab2-7f62a303e387",
|
||||
"edgeid": "da983a5a-dbbe-4821-bec0-41142f94e440",
|
||||
"graph_id": "dd3edb85-537e-44c6-b3bf-b02d2664d23d",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "e062b8ae-452a-11ee-bab2-7f62a303e387"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "dd3edb85-537e-44c6-b3bf-b02d2664d23d",
|
||||
"iconclass": "fa fa-key",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Tipo arqueol\u00f3gico"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "2462e9a4-4524-11ee-bab2-7f62a303e387",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "dd3edb85-537e-44c6-b3bf-b02d2664d23d",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Tipo arqueol\u00f3gico",
|
||||
"nodegroup_id": "2462e9a4-4524-11ee-bab2-7f62a303e387",
|
||||
"nodeid": "2462e9a4-4524-11ee-bab2-7f62a303e387",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E75_Conceptual_Object_Appellation",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "material_asociado",
|
||||
"config": {
|
||||
"rdmCollection": "4d476798-2b82-4fe6-9a38-19dfa80202ba"
|
||||
},
|
||||
"datatype": "concept-list",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "dd3edb85-537e-44c6-b3bf-b02d2664d23d",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Material Asociado",
|
||||
"nodegroup_id": "2462e9a4-4524-11ee-bab2-7f62a303e387",
|
||||
"nodeid": "9827b3e6-5763-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E57_Material",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "periodo",
|
||||
"config": {
|
||||
"rdmCollection": "04c88873-72b2-4309-b862-d7729123329d"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "dd3edb85-537e-44c6-b3bf-b02d2664d23d",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Periodo",
|
||||
"nodegroup_id": "2462e9a4-4524-11ee-bab2-7f62a303e387",
|
||||
"nodeid": "9c384b1c-452a-11ee-bab2-7f62a303e387",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "cronologia",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "dd3edb85-537e-44c6-b3bf-b02d2664d23d",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Cronolog\u00eda",
|
||||
"nodegroup_id": "2462e9a4-4524-11ee-bab2-7f62a303e387",
|
||||
"nodeid": "afdc2110-452b-11ee-bab2-7f62a303e387",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E62_String",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "filiacion_cultural",
|
||||
"config": {
|
||||
"rdmCollection": "d0f9b6d0-e8b1-4e65-9830-19b8b3e14c16"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "dd3edb85-537e-44c6-b3bf-b02d2664d23d",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Filiaci\u00f3n Cultural",
|
||||
"nodegroup_id": "2462e9a4-4524-11ee-bab2-7f62a303e387",
|
||||
"nodeid": "e062b8ae-452a-11ee-bab2-7f62a303e387",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "dd3edb85-537e-44c6-b3bf-b02d2664d23d",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Tipo arqueol\u00f3gico",
|
||||
"nodegroup_id": "2462e9a4-4524-11ee-bab2-7f62a303e387",
|
||||
"nodeid": "2462e9a4-4524-11ee-bab2-7f62a303e387",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E75_Conceptual_Object_Appellation",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
177
graphs/branches/Título.json
Normal file
177
graphs/branches/Título.json
Normal file
@@ -0,0 +1,177 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "abdb430a-5689-4352-a7e1-f8913cf00fc9",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "90742930-fe99-438a-bd83-f0b521f117ac",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "T\u00edtulo"
|
||||
},
|
||||
"nodegroup_id": "e958bc88-573b-11ee-a536-398209d3f1d1",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "abdb430a-5689-4352-a7e1-f8913cf00fc9",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Tipo de T\u00edtulo",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "0b5d4f8e-cb93-40a7-8898-529b467b8478",
|
||||
"label": {
|
||||
"es": "Tipo de T\u00edtulo"
|
||||
},
|
||||
"node_id": "1633d2ec-573c-11ee-a536-398209d3f1d1",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
}
|
||||
],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "e958bc88-573b-11ee-a536-398209d3f1d1",
|
||||
"edgeid": "818609bf-bc2f-4dc3-90f2-14602be0869b",
|
||||
"graph_id": "90742930-fe99-438a-bd83-f0b521f117ac",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "1633d2ec-573c-11ee-a536-398209d3f1d1"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "90742930-fe99-438a-bd83-f0b521f117ac",
|
||||
"iconclass": "",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "T\u00edtulo"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "e958bc88-573b-11ee-a536-398209d3f1d1",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": "tipo_de_titulo",
|
||||
"config": {
|
||||
"rdmCollection": "6f563977-e52b-41f8-a327-b0e34a78151e"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "90742930-fe99-438a-bd83-f0b521f117ac",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de T\u00edtulo",
|
||||
"nodegroup_id": "e958bc88-573b-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "1633d2ec-573c-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "90742930-fe99-438a-bd83-f0b521f117ac",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "T\u00edtulo",
|
||||
"nodegroup_id": "e958bc88-573b-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "e958bc88-573b-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "90742930-fe99-438a-bd83-f0b521f117ac",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "T\u00edtulo",
|
||||
"nodegroup_id": "e958bc88-573b-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "e958bc88-573b-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
641
graphs/branches/Ubicación 1.json
Normal file
641
graphs/branches/Ubicación 1.json
Normal file
@@ -0,0 +1,641 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "28a86024-2e23-434a-bf21-78bc802a9b08",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": null
|
||||
},
|
||||
"helptitle": {
|
||||
"es": null
|
||||
},
|
||||
"instructions": {
|
||||
"es": null
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Ambiente"
|
||||
},
|
||||
"nodegroup_id": "2563577a-4502-11ee-a38c-1f2a1134eb24",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "47c86c9e-15b4-4f48-8993-bbd692edef89",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": null
|
||||
},
|
||||
"helptitle": {
|
||||
"es": null
|
||||
},
|
||||
"instructions": {
|
||||
"es": null
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Calle"
|
||||
},
|
||||
"nodegroup_id": "3242a6be-4500-11ee-a38c-1f2a1134eb24",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "5a5f7be9-bf7d-4e67-ad4e-9b22000e9b7e",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Ubicaci\u00f3n 1"
|
||||
},
|
||||
"nodegroup_id": "a84b48de-44e7-11ee-a38c-1f2a1134eb24",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "70cc6af0-d34b-4a87-bd5c-e84cc1e62a19",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": null
|
||||
},
|
||||
"helptitle": {
|
||||
"es": null
|
||||
},
|
||||
"instructions": {
|
||||
"es": null
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Colecci\u00f3n"
|
||||
},
|
||||
"nodegroup_id": "c36dfe5c-4502-11ee-a38c-1f2a1134eb24",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "cdd0dc89-2c5f-4a60-957c-ee62be8ae754",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": null
|
||||
},
|
||||
"helptitle": {
|
||||
"es": null
|
||||
},
|
||||
"instructions": {
|
||||
"es": null
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Inmueble"
|
||||
},
|
||||
"nodegroup_id": "51b8dea6-44ff-11ee-a38c-1f2a1134eb24",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "ce50c46d-96c6-4f9f-a764-72fb9c202614",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": null
|
||||
},
|
||||
"helptitle": {
|
||||
"es": null
|
||||
},
|
||||
"instructions": {
|
||||
"es": null
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Departamento - Ciudad / Localidad"
|
||||
},
|
||||
"nodegroup_id": "c4d40f12-44f2-11ee-a38c-1f2a1134eb24",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "cf13861e-5751-11ee-a536-398209d3f1d1",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": "",
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Coordenadas / Geometr\u00eda"
|
||||
},
|
||||
"nodegroup_id": "cf13861d-5751-11ee-a536-398209d3f1d1",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "cf13861e-5751-11ee-a536-398209d3f1d1",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Tipo de geometr\u00eda",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "cf138620-5751-11ee-a536-398209d3f1d1",
|
||||
"label": {
|
||||
"es": "Tipo de geometr\u00eda"
|
||||
},
|
||||
"node_id": "cf13861f-5751-11ee-a536-398209d3f1d1",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "cf13861e-5751-11ee-a536-398209d3f1d1",
|
||||
"config": {
|
||||
"basemap": "streets",
|
||||
"bearing": 0,
|
||||
"centerX": "-65.57573182922806",
|
||||
"centerY": "-17.218931314062644",
|
||||
"defaultValue": "",
|
||||
"defaultValueType": "",
|
||||
"featureColor": "#FF0000",
|
||||
"featureLineWidth": 1,
|
||||
"featurePointSize": 3,
|
||||
"geocodePlaceholder": "Search",
|
||||
"geocodeProvider": "10000000-0000-0000-0000-010000000000",
|
||||
"geocoderVisible": true,
|
||||
"geometryTypes": [
|
||||
{
|
||||
"id": "Point",
|
||||
"text": "Point"
|
||||
},
|
||||
{
|
||||
"id": "Line",
|
||||
"text": "Line"
|
||||
},
|
||||
{
|
||||
"id": "Polygon",
|
||||
"text": "Polygon"
|
||||
}
|
||||
],
|
||||
"label": "Coordenadas / Geometr\u00eda",
|
||||
"maxZoom": 20,
|
||||
"minZoom": 0,
|
||||
"overlayConfigs": [],
|
||||
"overlayOpacity": 0,
|
||||
"pitch": 0,
|
||||
"rerender": true,
|
||||
"zoom": 5
|
||||
},
|
||||
"id": "cf138621-5751-11ee-a536-398209d3f1d1",
|
||||
"label": {
|
||||
"es": "Coordenadas / Geometr\u00eda"
|
||||
},
|
||||
"node_id": "cf13861d-5751-11ee-a536-398209d3f1d1",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000007"
|
||||
}
|
||||
],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "a84b48de-44e7-11ee-a38c-1f2a1134eb24",
|
||||
"edgeid": "39704073-c04e-4fa4-bd24-cf2cf5719e04",
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"rangenode_id": "cf13861d-5751-11ee-a536-398209d3f1d1"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "a84b48de-44e7-11ee-a38c-1f2a1134eb24",
|
||||
"edgeid": "764ba685-599e-4354-8afe-60d1252d4c17",
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P53i_is_former_or_current_location_of",
|
||||
"rangenode_id": "c36dfe5c-4502-11ee-a38c-1f2a1134eb24"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "a84b48de-44e7-11ee-a38c-1f2a1134eb24",
|
||||
"edgeid": "84fc80c4-aab1-4060-ac0d-ecd07bb953c6",
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"rangenode_id": "3242a6be-4500-11ee-a38c-1f2a1134eb24"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "a84b48de-44e7-11ee-a38c-1f2a1134eb24",
|
||||
"edgeid": "c6549848-0e15-47ad-ae65-8b8117cfd015",
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P89i_contains",
|
||||
"rangenode_id": "51b8dea6-44ff-11ee-a38c-1f2a1134eb24"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "a84b48de-44e7-11ee-a38c-1f2a1134eb24",
|
||||
"edgeid": "c87e9222-a944-4e91-ba22-7740a7ecca5a",
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"rangenode_id": "c4d40f12-44f2-11ee-a38c-1f2a1134eb24"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "cf13861d-5751-11ee-a536-398209d3f1d1",
|
||||
"edgeid": "cf138622-5751-11ee-a536-398209d3f1d1",
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "cf13861f-5751-11ee-a536-398209d3f1d1"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "a84b48de-44e7-11ee-a38c-1f2a1134eb24",
|
||||
"edgeid": "d98cda0e-7f7e-42fd-8169-dcebb6118662",
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.ics.forth.gr/isl/CRMsci/O7i_is_contained_or_confined",
|
||||
"rangenode_id": "2563577a-4502-11ee-a38c-1f2a1134eb24"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"iconclass": "fa fa-map-marker",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Ubicaci\u00f3n 1"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "2563577a-4502-11ee-a38c-1f2a1134eb24",
|
||||
"parentnodegroup_id": "a84b48de-44e7-11ee-a38c-1f2a1134eb24"
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "3242a6be-4500-11ee-a38c-1f2a1134eb24",
|
||||
"parentnodegroup_id": "a84b48de-44e7-11ee-a38c-1f2a1134eb24"
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "51b8dea6-44ff-11ee-a38c-1f2a1134eb24",
|
||||
"parentnodegroup_id": "a84b48de-44e7-11ee-a38c-1f2a1134eb24"
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "a84b48de-44e7-11ee-a38c-1f2a1134eb24",
|
||||
"parentnodegroup_id": null
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "c36dfe5c-4502-11ee-a38c-1f2a1134eb24",
|
||||
"parentnodegroup_id": "a84b48de-44e7-11ee-a38c-1f2a1134eb24"
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "c4d40f12-44f2-11ee-a38c-1f2a1134eb24",
|
||||
"parentnodegroup_id": "a84b48de-44e7-11ee-a38c-1f2a1134eb24"
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "cf13861d-5751-11ee-a536-398209d3f1d1",
|
||||
"parentnodegroup_id": "a84b48de-44e7-11ee-a38c-1f2a1134eb24"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": "ambiente",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Ambiente",
|
||||
"nodegroup_id": "2563577a-4502-11ee-a38c-1f2a1134eb24",
|
||||
"nodeid": "2563577a-4502-11ee-a38c-1f2a1134eb24",
|
||||
"ontologyclass": "http://www.ics.forth.gr/isl/CRMgeo/SP6_Declarative_Place",
|
||||
"parentproperty": "http://www.ics.forth.gr/isl/CRMsci/O7i_is_contained_or_confined",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "calle",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Calle",
|
||||
"nodegroup_id": "3242a6be-4500-11ee-a38c-1f2a1134eb24",
|
||||
"nodeid": "3242a6be-4500-11ee-a38c-1f2a1134eb24",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "inmueble",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Inmueble",
|
||||
"nodegroup_id": "51b8dea6-44ff-11ee-a38c-1f2a1134eb24",
|
||||
"nodeid": "51b8dea6-44ff-11ee-a38c-1f2a1134eb24",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P89i_contains",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Ubicaci\u00f3n 1",
|
||||
"nodegroup_id": "a84b48de-44e7-11ee-a38c-1f2a1134eb24",
|
||||
"nodeid": "a84b48de-44e7-11ee-a38c-1f2a1134eb24",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "coleccion",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Colecci\u00f3n",
|
||||
"nodegroup_id": "c36dfe5c-4502-11ee-a38c-1f2a1134eb24",
|
||||
"nodeid": "c36dfe5c-4502-11ee-a38c-1f2a1134eb24",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E78_Collection",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P53i_is_former_or_current_location_of",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "departamento_-_ciudad_localidad",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Departamento - Ciudad / Localidad",
|
||||
"nodegroup_id": "c4d40f12-44f2-11ee-a38c-1f2a1134eb24",
|
||||
"nodeid": "c4d40f12-44f2-11ee-a38c-1f2a1134eb24",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "coordenadas_geometria",
|
||||
"config": {
|
||||
"addToMap": false,
|
||||
"advancedStyle": "",
|
||||
"advancedStyling": false,
|
||||
"clusterDistance": 20,
|
||||
"clusterMaxZoom": 5,
|
||||
"clusterMinPoints": 3,
|
||||
"es": "",
|
||||
"fillColor": "rgba(130, 130, 130, 0.5)",
|
||||
"haloRadius": 4,
|
||||
"haloWeight": 4,
|
||||
"layerActivated": true,
|
||||
"layerIcon": "",
|
||||
"layerLegend": "",
|
||||
"layerName": "",
|
||||
"lineColor": "rgba(130, 130, 130, 0.7)",
|
||||
"lineHaloColor": "rgba(200, 200, 200, 0.5)",
|
||||
"outlineColor": "rgba(200, 200, 200, 0.7)",
|
||||
"outlineWeight": 2,
|
||||
"pointColor": "rgba(130, 130, 130, 0.7)",
|
||||
"pointHaloColor": "rgba(200, 200, 200, 0.5)",
|
||||
"radius": 2,
|
||||
"simplification": 0.3,
|
||||
"weight": 2
|
||||
},
|
||||
"datatype": "geojson-feature-collection",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Coordenadas / Geometr\u00eda",
|
||||
"nodegroup_id": "cf13861d-5751-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "cf13861d-5751-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E47_Spatial_Coordinates",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tipo_de_geometria",
|
||||
"config": {
|
||||
"rdmCollection": "3e3190d4-3162-4228-91ae-1ab61579a50a"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de geometr\u00eda",
|
||||
"nodegroup_id": "cf13861d-5751-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "cf13861f-5751-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": {
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"notes": null,
|
||||
"publicationid": "1d1dd3d2-5755-11ee-a536-398209d3f1d1",
|
||||
"published_time": "2023-09-19T20:29:16.739"
|
||||
},
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "0704e219-248a-4d82-8428-be42d9f48526",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Ubicaci\u00f3n 1",
|
||||
"nodegroup_id": "a84b48de-44e7-11ee-a38c-1f2a1134eb24",
|
||||
"nodeid": "a84b48de-44e7-11ee-a38c-1f2a1134eb24",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": "Rama utilizada en los modelos: Bienes Muebles"
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
473
graphs/branches/Ubicación 2.json
Normal file
473
graphs/branches/Ubicación 2.json
Normal file
@@ -0,0 +1,473 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "2ca8235a-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "2ca82358-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Ubicaci\u00f3n 2"
|
||||
},
|
||||
"nodegroup_id": "2ca82359-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "d98f121e-574e-11ee-a536-398209d3f1d1",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": "",
|
||||
"graph_id": "2ca82358-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Coordenadas / Geometr\u00eda"
|
||||
},
|
||||
"nodegroup_id": "d98f121d-574e-11ee-a536-398209d3f1d1",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "2ca8235a-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Provincia",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "2cb5628b-017b-4df7-87a6-9db62ea9aa55",
|
||||
"label": {
|
||||
"es": "Provincia"
|
||||
},
|
||||
"node_id": "5e3fe7c6-45fb-11ee-9c4b-5373a7fb8bab",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "2ca8235a-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Departamento",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "578c8a49-8b2b-4797-a276-ad51d4951d37",
|
||||
"label": {
|
||||
"es": "Departamento"
|
||||
},
|
||||
"node_id": "2ca8235b-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"sortorder": 2,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "2ca8235a-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Ciudad / localidad",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "ce4dfd00-9beb-4b2a-b27f-9426fb499536",
|
||||
"label": {
|
||||
"es": "Ciudad / localidad"
|
||||
},
|
||||
"node_id": "af076318-83c8-11ee-8351-b3afcc77ba3e",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "d98f121e-574e-11ee-a536-398209d3f1d1",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Tipo de geometr\u00eda",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "d98f1220-574e-11ee-a536-398209d3f1d1",
|
||||
"label": {
|
||||
"es": "Tipo de geometr\u00eda"
|
||||
},
|
||||
"node_id": "d98f121f-574e-11ee-a536-398209d3f1d1",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "d98f121e-574e-11ee-a536-398209d3f1d1",
|
||||
"config": {
|
||||
"basemap": "streets",
|
||||
"bearing": 0,
|
||||
"centerX": "-65.57573182922806",
|
||||
"centerY": "-17.218931314062644",
|
||||
"defaultValue": "",
|
||||
"defaultValueType": "",
|
||||
"featureColor": "#FF0000",
|
||||
"featureLineWidth": 1,
|
||||
"featurePointSize": 3,
|
||||
"geocodePlaceholder": "Search",
|
||||
"geocodeProvider": "10000000-0000-0000-0000-010000000000",
|
||||
"geocoderVisible": true,
|
||||
"geometryTypes": [
|
||||
{
|
||||
"id": "Point",
|
||||
"text": "Point"
|
||||
},
|
||||
{
|
||||
"id": "Line",
|
||||
"text": "Line"
|
||||
},
|
||||
{
|
||||
"id": "Polygon",
|
||||
"text": "Polygon"
|
||||
}
|
||||
],
|
||||
"label": "Coordenadas / Geometr\u00eda",
|
||||
"maxZoom": 20,
|
||||
"minZoom": 0,
|
||||
"overlayConfigs": [],
|
||||
"overlayOpacity": 0,
|
||||
"pitch": 0,
|
||||
"rerender": true,
|
||||
"zoom": 5
|
||||
},
|
||||
"id": "d98f1221-574e-11ee-a536-398209d3f1d1",
|
||||
"label": {
|
||||
"es": "Coordenadas / Geometr\u00eda"
|
||||
},
|
||||
"node_id": "d98f121d-574e-11ee-a536-398209d3f1d1",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000007"
|
||||
}
|
||||
],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "2ca82359-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "2ca82361-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"graph_id": "2ca82358-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"rangenode_id": "2ca8235b-45f7-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "2ca8235b-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "63dcb216-efd8-44e2-b423-488533dd607e",
|
||||
"graph_id": "2ca82358-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"rangenode_id": "5e3fe7c6-45fb-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "2ca82359-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "83a68ab2-400f-4ea7-a720-2494e0a450f1",
|
||||
"graph_id": "2ca82358-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"rangenode_id": "d98f121d-574e-11ee-a536-398209d3f1d1"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "5e3fe7c6-45fb-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "cc9032e0-f6d9-40dd-b8f5-c91c2b17f68d",
|
||||
"graph_id": "2ca82358-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"rangenode_id": "af076318-83c8-11ee-8351-b3afcc77ba3e"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "d98f121d-574e-11ee-a536-398209d3f1d1",
|
||||
"edgeid": "d98f1222-574e-11ee-a536-398209d3f1d1",
|
||||
"graph_id": "2ca82358-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "d98f121f-574e-11ee-a536-398209d3f1d1"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "2ca82358-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"iconclass": "fa fa-map-marker",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Ubicaci\u00f3n 2"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "2ca82359-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"parentnodegroup_id": null
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "d98f121d-574e-11ee-a536-398209d3f1d1",
|
||||
"parentnodegroup_id": "2ca82359-45f7-11ee-9c4b-5373a7fb8bab"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2ca82358-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Ubicaci\u00f3n 2",
|
||||
"nodegroup_id": "2ca82359-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "2ca82359-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "departamento",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2ca82358-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Departamento",
|
||||
"nodegroup_id": "2ca82359-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "2ca8235b-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "provincia",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2ca82358-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Provincia",
|
||||
"nodegroup_id": "2ca82359-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "5e3fe7c6-45fb-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "ciudad_localidad",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2ca82358-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Ciudad / localidad",
|
||||
"nodegroup_id": "2ca82359-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "af076318-83c8-11ee-8351-b3afcc77ba3e",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "coordenadas_geometria",
|
||||
"config": {
|
||||
"addToMap": false,
|
||||
"advancedStyle": "",
|
||||
"advancedStyling": false,
|
||||
"clusterDistance": 20,
|
||||
"clusterMaxZoom": 5,
|
||||
"clusterMinPoints": 3,
|
||||
"es": "",
|
||||
"fillColor": "rgba(130, 130, 130, 0.5)",
|
||||
"haloRadius": 4,
|
||||
"haloWeight": 4,
|
||||
"layerActivated": true,
|
||||
"layerIcon": "",
|
||||
"layerLegend": "",
|
||||
"layerName": "",
|
||||
"lineColor": "rgba(130, 130, 130, 0.7)",
|
||||
"lineHaloColor": "rgba(200, 200, 200, 0.5)",
|
||||
"outlineColor": "rgba(200, 200, 200, 0.7)",
|
||||
"outlineWeight": 2,
|
||||
"pointColor": "rgba(130, 130, 130, 0.7)",
|
||||
"pointHaloColor": "rgba(200, 200, 200, 0.5)",
|
||||
"radius": 2,
|
||||
"simplification": 0.3,
|
||||
"weight": 2
|
||||
},
|
||||
"datatype": "geojson-feature-collection",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2ca82358-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Coordenadas / Geometr\u00eda",
|
||||
"nodegroup_id": "d98f121d-574e-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "d98f121d-574e-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E47_Spatial_Coordinates",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tipo_de_geometria",
|
||||
"config": {
|
||||
"rdmCollection": "3e3190d4-3162-4228-91ae-1ab61579a50a"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2ca82358-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de geometr\u00eda",
|
||||
"nodegroup_id": "d98f121d-574e-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "d98f121f-574e-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2ca82358-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Ubicaci\u00f3n 2",
|
||||
"nodegroup_id": "2ca82359-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "2ca82359-45f7-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": "Rama utilizada en los modelos: info_gr\u00e1fica, inmaterial"
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
869
graphs/branches/Ubicación BIM.json
Normal file
869
graphs/branches/Ubicación BIM.json
Normal file
@@ -0,0 +1,869 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "68fe227a-2989-402e-a01e-339fa9de9c27",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Ubicaci\u00f3n BIM"
|
||||
},
|
||||
"nodegroup_id": "1fc0c09e-576f-11ee-a536-398209d3f1d1",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "6c4c9c1e-576f-11ee-a536-398209d3f1d1",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": "",
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Georreferencia"
|
||||
},
|
||||
"nodegroup_id": "6c4c9c1d-576f-11ee-a536-398209d3f1d1",
|
||||
"sortorder": 1,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "7015049e-576f-11ee-a536-398209d3f1d1",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": "",
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Direcci\u00f3n"
|
||||
},
|
||||
"nodegroup_id": "7015049d-576f-11ee-a536-398209d3f1d1",
|
||||
"sortorder": 0,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "934cadc6-04c3-42b7-aa03-8d4c49dfb014",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Departamento"
|
||||
},
|
||||
"nodegroup_id": "49dd898e-6958-11ee-8427-e5308fd075da",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "6c4c9c1e-576f-11ee-a536-398209d3f1d1",
|
||||
"config": {
|
||||
"basemap": "streets",
|
||||
"bearing": 0.0,
|
||||
"centerX": 0,
|
||||
"centerY": 0,
|
||||
"defaultValue": "",
|
||||
"defaultValueType": "",
|
||||
"featureColor": "#FF0000",
|
||||
"featureLineWidth": 1,
|
||||
"featurePointSize": 3,
|
||||
"geocodePlaceholder": "Search",
|
||||
"geocodeProvider": "10000000-0000-0000-0000-010000000000",
|
||||
"geocoderVisible": true,
|
||||
"geometryTypes": [
|
||||
{
|
||||
"id": "Point",
|
||||
"text": "Point"
|
||||
},
|
||||
{
|
||||
"id": "Line",
|
||||
"text": "Line"
|
||||
},
|
||||
{
|
||||
"id": "Polygon",
|
||||
"text": "Polygon"
|
||||
}
|
||||
],
|
||||
"label": "Coordenadas / Geometr\u00eda",
|
||||
"maxZoom": 20,
|
||||
"minZoom": 0,
|
||||
"overlayConfigs": [],
|
||||
"overlayOpacity": 0.0,
|
||||
"pitch": 0.0,
|
||||
"rerender": true,
|
||||
"zoom": 0
|
||||
},
|
||||
"id": "6c4c9c20-576f-11ee-a536-398209d3f1d1",
|
||||
"label": {
|
||||
"es": "Coordenadas / Geometr\u00eda"
|
||||
},
|
||||
"node_id": "6c4c9c1d-576f-11ee-a536-398209d3f1d1",
|
||||
"sortorder": null,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000007"
|
||||
},
|
||||
{
|
||||
"card_id": "6c4c9c1e-576f-11ee-a536-398209d3f1d1",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Tipo de geometr\u00eda",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "6c4c9c21-576f-11ee-a536-398209d3f1d1",
|
||||
"label": {
|
||||
"es": "Tipo de geometr\u00eda"
|
||||
},
|
||||
"node_id": "6c4c9c1f-576f-11ee-a536-398209d3f1d1",
|
||||
"sortorder": null,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "7015049e-576f-11ee-a536-398209d3f1d1",
|
||||
"config": {
|
||||
"defaultValue": {
|
||||
"es": {
|
||||
"direction": "ltr",
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Calle/Avenida/Pasaje",
|
||||
"maxLength": null,
|
||||
"placeholder": {
|
||||
"es": "Enter text"
|
||||
},
|
||||
"uneditable": false,
|
||||
"width": "100%"
|
||||
},
|
||||
"id": "701504a2-576f-11ee-a536-398209d3f1d1",
|
||||
"label": {
|
||||
"es": "Calle/Avenida/Pasaje"
|
||||
},
|
||||
"node_id": "7015049f-576f-11ee-a536-398209d3f1d1",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000001"
|
||||
},
|
||||
{
|
||||
"card_id": "7015049e-576f-11ee-a536-398209d3f1d1",
|
||||
"config": {
|
||||
"defaultValue": {
|
||||
"es": {
|
||||
"direction": "ltr",
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "N\u00famero",
|
||||
"maxLength": null,
|
||||
"placeholder": {
|
||||
"es": "Enter text"
|
||||
},
|
||||
"uneditable": false,
|
||||
"width": "100%"
|
||||
},
|
||||
"id": "701504a3-576f-11ee-a536-398209d3f1d1",
|
||||
"label": {
|
||||
"es": "N\u00famero"
|
||||
},
|
||||
"node_id": "701504a0-576f-11ee-a536-398209d3f1d1",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000001"
|
||||
},
|
||||
{
|
||||
"card_id": "7015049e-576f-11ee-a536-398209d3f1d1",
|
||||
"config": {
|
||||
"defaultValue": {
|
||||
"es": {
|
||||
"direction": "ltr",
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Entre que calles",
|
||||
"maxLength": null,
|
||||
"placeholder": {
|
||||
"es": "Enter text"
|
||||
},
|
||||
"uneditable": false,
|
||||
"width": "100%"
|
||||
},
|
||||
"id": "701504a4-576f-11ee-a536-398209d3f1d1",
|
||||
"label": {
|
||||
"es": "Entre que calles"
|
||||
},
|
||||
"node_id": "701504a1-576f-11ee-a536-398209d3f1d1",
|
||||
"sortorder": 2,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000001"
|
||||
},
|
||||
{
|
||||
"card_id": "68fe227a-2989-402e-a01e-339fa9de9c27",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Ciudad / Localidad",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "8868008f-9ad8-459b-9422-afec7213e5a0",
|
||||
"label": {
|
||||
"es": "Ciudad / Localidad"
|
||||
},
|
||||
"node_id": "790a048e-6959-11ee-8427-e5308fd075da",
|
||||
"sortorder": 3,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "68fe227a-2989-402e-a01e-339fa9de9c27",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Provincia",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "9ab66b92-7282-44d8-abeb-5408d7d87ef4",
|
||||
"label": {
|
||||
"es": "Provincia"
|
||||
},
|
||||
"node_id": "65ef2236-6958-11ee-8427-e5308fd075da",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "68fe227a-2989-402e-a01e-339fa9de9c27",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Departamento",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "d7432645-066b-45b5-9760-3de3558ceb0d",
|
||||
"label": {
|
||||
"es": "Departamento"
|
||||
},
|
||||
"node_id": "49dd898e-6958-11ee-8427-e5308fd075da",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "68fe227a-2989-402e-a01e-339fa9de9c27",
|
||||
"config": {
|
||||
"defaultValue": {
|
||||
"es": {
|
||||
"direction": "ltr",
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Zona",
|
||||
"maxLength": null,
|
||||
"placeholder": {
|
||||
"es": "Enter text"
|
||||
},
|
||||
"uneditable": false,
|
||||
"width": "100%"
|
||||
},
|
||||
"id": "e0dbb6bb-cc68-458c-a28c-90ad79355a2b",
|
||||
"label": {
|
||||
"es": "Zona"
|
||||
},
|
||||
"node_id": "6776408e-6b66-11ee-9e6d-d15e81015f72",
|
||||
"sortorder": 4,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000001"
|
||||
},
|
||||
{
|
||||
"card_id": "68fe227a-2989-402e-a01e-339fa9de9c27",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Municipio",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "f87e5821-066f-41da-b526-e7c83a6ed374",
|
||||
"label": {
|
||||
"es": "Municipio"
|
||||
},
|
||||
"node_id": "4f44f960-6959-11ee-8427-e5308fd075da",
|
||||
"sortorder": 2,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
}
|
||||
],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "1fc0c09e-576f-11ee-a536-398209d3f1d1",
|
||||
"edgeid": "337b2679-922c-4a24-aeef-7583e3eebac1",
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"rangenode_id": "7015049d-576f-11ee-a536-398209d3f1d1"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "6c4c9c1d-576f-11ee-a536-398209d3f1d1",
|
||||
"edgeid": "6c4c9c22-576f-11ee-a536-398209d3f1d1",
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "6c4c9c1f-576f-11ee-a536-398209d3f1d1"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "7015049d-576f-11ee-a536-398209d3f1d1",
|
||||
"edgeid": "701504a5-576f-11ee-a536-398209d3f1d1",
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"rangenode_id": "701504a1-576f-11ee-a536-398209d3f1d1"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "7015049d-576f-11ee-a536-398209d3f1d1",
|
||||
"edgeid": "701504a6-576f-11ee-a536-398209d3f1d1",
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"rangenode_id": "701504a0-576f-11ee-a536-398209d3f1d1"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "7015049d-576f-11ee-a536-398209d3f1d1",
|
||||
"edgeid": "701504a7-576f-11ee-a536-398209d3f1d1",
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"rangenode_id": "7015049f-576f-11ee-a536-398209d3f1d1"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "65ef2236-6958-11ee-8427-e5308fd075da",
|
||||
"edgeid": "779abde8-aaf6-4ab4-82a1-64212d5651db",
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"rangenode_id": "4f44f960-6959-11ee-8427-e5308fd075da"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "4f44f960-6959-11ee-8427-e5308fd075da",
|
||||
"edgeid": "77fde8c1-33a4-4859-892b-e05c2741a5cd",
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"rangenode_id": "790a048e-6959-11ee-8427-e5308fd075da"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "1fc0c09e-576f-11ee-a536-398209d3f1d1",
|
||||
"edgeid": "89482b7f-2ed5-41c1-953b-17f6a47d2328",
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P87_is_identified_by",
|
||||
"rangenode_id": "6c4c9c1d-576f-11ee-a536-398209d3f1d1"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "1fc0c09e-576f-11ee-a536-398209d3f1d1",
|
||||
"edgeid": "9a6e617c-df45-492a-90aa-b19d2d75638c",
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"rangenode_id": "49dd898e-6958-11ee-8427-e5308fd075da"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "49dd898e-6958-11ee-8427-e5308fd075da",
|
||||
"edgeid": "b4a4cc1e-665d-4653-addd-bf5193cb5a29",
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"rangenode_id": "65ef2236-6958-11ee-8427-e5308fd075da"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "790a048e-6959-11ee-8427-e5308fd075da",
|
||||
"edgeid": "dc25ee4e-6e60-4871-824a-7f4268946706",
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"rangenode_id": "6776408e-6b66-11ee-9e6d-d15e81015f72"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"iconclass": "fa fa-map-marker",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Ubicaci\u00f3n BIM"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "1fc0c09e-576f-11ee-a536-398209d3f1d1",
|
||||
"parentnodegroup_id": null
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "49dd898e-6958-11ee-8427-e5308fd075da",
|
||||
"parentnodegroup_id": "1fc0c09e-576f-11ee-a536-398209d3f1d1"
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "6c4c9c1d-576f-11ee-a536-398209d3f1d1",
|
||||
"parentnodegroup_id": "1fc0c09e-576f-11ee-a536-398209d3f1d1"
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "7015049d-576f-11ee-a536-398209d3f1d1",
|
||||
"parentnodegroup_id": "1fc0c09e-576f-11ee-a536-398209d3f1d1"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Ubicaci\u00f3n BIM",
|
||||
"nodegroup_id": "1fc0c09e-576f-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "1fc0c09e-576f-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Departamento",
|
||||
"nodegroup_id": "49dd898e-6958-11ee-8427-e5308fd075da",
|
||||
"nodeid": "49dd898e-6958-11ee-8427-e5308fd075da",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "municipio",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Municipio",
|
||||
"nodegroup_id": "49dd898e-6958-11ee-8427-e5308fd075da",
|
||||
"nodeid": "4f44f960-6959-11ee-8427-e5308fd075da",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "provincia",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Provincia",
|
||||
"nodegroup_id": "49dd898e-6958-11ee-8427-e5308fd075da",
|
||||
"nodeid": "65ef2236-6958-11ee-8427-e5308fd075da",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "zona",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Zona",
|
||||
"nodegroup_id": "49dd898e-6958-11ee-8427-e5308fd075da",
|
||||
"nodeid": "6776408e-6b66-11ee-9e6d-d15e81015f72",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "coordenadas_geometria",
|
||||
"config": {
|
||||
"addToMap": false,
|
||||
"advancedStyle": "",
|
||||
"advancedStyling": false,
|
||||
"clusterDistance": 20,
|
||||
"clusterMaxZoom": 5,
|
||||
"clusterMinPoints": 3,
|
||||
"es": "",
|
||||
"fillColor": "rgba(130, 130, 130, 0.5)",
|
||||
"haloRadius": 4,
|
||||
"haloWeight": 4,
|
||||
"layerActivated": true,
|
||||
"layerIcon": "",
|
||||
"layerLegend": "",
|
||||
"layerName": "",
|
||||
"lineColor": "rgba(130, 130, 130, 0.7)",
|
||||
"lineHaloColor": "rgba(200, 200, 200, 0.5)",
|
||||
"outlineColor": "rgba(200, 200, 200, 0.7)",
|
||||
"outlineWeight": 2,
|
||||
"pointColor": "rgba(130, 130, 130, 0.7)",
|
||||
"pointHaloColor": "rgba(200, 200, 200, 0.5)",
|
||||
"radius": 2,
|
||||
"simplification": 0.3,
|
||||
"weight": 2
|
||||
},
|
||||
"datatype": "geojson-feature-collection",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Coordenadas / Geometr\u00eda",
|
||||
"nodegroup_id": "6c4c9c1d-576f-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "6c4c9c1d-576f-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E47_Spatial_Coordinates",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P87_is_identified_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tipo_de_geometria",
|
||||
"config": {
|
||||
"rdmCollection": "3e3190d4-3162-4228-91ae-1ab61579a50a"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de geometr\u00eda",
|
||||
"nodegroup_id": "6c4c9c1d-576f-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "6c4c9c1f-576f-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Direcci\u00f3n",
|
||||
"nodegroup_id": "7015049d-576f-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "7015049d-576f-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E45_Address",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "calle_avenida_pasaje",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Calle/Avenida/Pasaje",
|
||||
"nodegroup_id": "7015049d-576f-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "7015049f-576f-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "numero",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "N\u00famero",
|
||||
"nodegroup_id": "7015049d-576f-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "701504a0-576f-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E60_Number",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "descripcion",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Descripci\u00f3n",
|
||||
"nodegroup_id": "7015049d-576f-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "701504a1-576f-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E62_String",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "ciudad_localidad",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Ciudad / Localidad",
|
||||
"nodegroup_id": "49dd898e-6958-11ee-8427-e5308fd075da",
|
||||
"nodeid": "790a048e-6959-11ee-8427-e5308fd075da",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "2fbd820b-724b-482c-9a62-9d8ec2d4c8c8",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Ubicaci\u00f3n BIM",
|
||||
"nodegroup_id": "1fc0c09e-576f-11ee-a536-398209d3f1d1",
|
||||
"nodeid": "1fc0c09e-576f-11ee-a536-398209d3f1d1",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
425
graphs/branches/Ubicación simple.json
Normal file
425
graphs/branches/Ubicación simple.json
Normal file
@@ -0,0 +1,425 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": "",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "c5f48388-d65b-11ee-95bc-e96777d12b77",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "c5f48386-d65b-11ee-95bc-e96777d12b77",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": "Puede seleccionar indistintamente el Departamento, la Provincia o la Ciudad de la lista desplegable. Si no encuentra la localidad en la lista, o quiere referenciar una regi\u00f3n no formal, utilice el cuadro 'Otra localidad'"
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Ubicaci\u00f3n simple"
|
||||
},
|
||||
"nodegroup_id": "c5f48387-d65b-11ee-95bc-e96777d12b77",
|
||||
"sortorder": 0,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "c5f48388-d65b-11ee-95bc-e96777d12b77",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Departamento / Provincia / Ciudad",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "c5f4838e-d65b-11ee-95bc-e96777d12b77",
|
||||
"label": {
|
||||
"es": "Departamento / Provincia / Ciudad"
|
||||
},
|
||||
"node_id": "c5f4838c-d65b-11ee-95bc-e96777d12b77",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "c5f48388-d65b-11ee-95bc-e96777d12b77",
|
||||
"config": {
|
||||
"basemap": "streets",
|
||||
"bearing": 0,
|
||||
"centerX": -63.55,
|
||||
"centerY": -16.35,
|
||||
"defaultValue": "",
|
||||
"defaultValueType": "",
|
||||
"featureColor": "#FF0000",
|
||||
"featureLineWidth": 1,
|
||||
"featurePointSize": 3,
|
||||
"geocodePlaceholder": "Search",
|
||||
"geocodeProvider": "10000000-0000-0000-0000-010000000000",
|
||||
"geocoderVisible": true,
|
||||
"geometryTypes": [
|
||||
{
|
||||
"id": "Point",
|
||||
"text": "Point"
|
||||
},
|
||||
{
|
||||
"id": "Line",
|
||||
"text": "Line"
|
||||
},
|
||||
{
|
||||
"id": "Polygon",
|
||||
"text": "Polygon"
|
||||
}
|
||||
],
|
||||
"label": "Coordenadas / Geometr\u00eda",
|
||||
"maxZoom": 20,
|
||||
"minZoom": 0,
|
||||
"overlayConfigs": [],
|
||||
"overlayOpacity": 0,
|
||||
"pitch": 0,
|
||||
"rerender": true,
|
||||
"zoom": 5
|
||||
},
|
||||
"id": "c5f4838f-d65b-11ee-95bc-e96777d12b77",
|
||||
"label": {
|
||||
"es": "Coordenadas / Geometr\u00eda"
|
||||
},
|
||||
"node_id": "c5f48389-d65b-11ee-95bc-e96777d12b77",
|
||||
"sortorder": 2,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000007"
|
||||
},
|
||||
{
|
||||
"card_id": "c5f48388-d65b-11ee-95bc-e96777d12b77",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Tipo de geometr\u00eda",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "c5f48390-d65b-11ee-95bc-e96777d12b77",
|
||||
"label": {
|
||||
"es": "Tipo de geometr\u00eda"
|
||||
},
|
||||
"node_id": "c5f4838b-d65b-11ee-95bc-e96777d12b77",
|
||||
"sortorder": 3,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "c5f48388-d65b-11ee-95bc-e96777d12b77",
|
||||
"config": {
|
||||
"defaultValue": {
|
||||
"es": {
|
||||
"direction": "ltr",
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Otra localidad/Regi\u00f3n",
|
||||
"maxLength": null,
|
||||
"placeholder": {
|
||||
"es": "Enter text"
|
||||
},
|
||||
"uneditable": false,
|
||||
"width": "100%"
|
||||
},
|
||||
"id": "c5f48391-d65b-11ee-95bc-e96777d12b77",
|
||||
"label": {
|
||||
"es": "Otra localidad/Regi\u00f3n"
|
||||
},
|
||||
"node_id": "c5f4838d-d65b-11ee-95bc-e96777d12b77",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000001"
|
||||
}
|
||||
],
|
||||
"color": "rgba(221,97,14,0.7)",
|
||||
"config": {
|
||||
"activeTabIndex": 0,
|
||||
"basemap": "streets",
|
||||
"bearing": 0,
|
||||
"featureColor": "#FF0000",
|
||||
"featureEditingDisabled": true,
|
||||
"featureLineWidth": 1,
|
||||
"featurePointSize": 3,
|
||||
"geocodePlaceholder": "Search",
|
||||
"geocodeProvider": "10000000-0000-0000-0000-010000000000",
|
||||
"geocoderVisible": true,
|
||||
"mapControlsHidden": false,
|
||||
"maxZoom": 20,
|
||||
"minZoom": 0,
|
||||
"nodes": [],
|
||||
"overlayOpacity": 0,
|
||||
"pitch": 0,
|
||||
"tabs": [
|
||||
{
|
||||
"icon": "fa fa-adjust",
|
||||
"name": "New Tab",
|
||||
"nodegroup_ids": [
|
||||
"590ea397-83c9-11ee-8351-b3afcc77ba3e",
|
||||
"7406f472-83cd-11ee-8351-b3afcc77ba3e",
|
||||
"0471462c-83fe-11ee-8c86-0f5288d73f98",
|
||||
"86469d3c-8403-11ee-8c86-0f5288d73f98",
|
||||
"5d0fa6c0-8417-11ee-8c86-0f5288d73f98",
|
||||
"402f3971-857b-11ee-a653-53ebd0470963",
|
||||
"2984c163-857c-11ee-a653-53ebd0470963"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "c5f48387-d65b-11ee-95bc-e96777d12b77",
|
||||
"edgeid": "c5f48392-d65b-11ee-95bc-e96777d12b77",
|
||||
"graph_id": "c5f48386-d65b-11ee-95bc-e96777d12b77",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"rangenode_id": "c5f4838c-d65b-11ee-95bc-e96777d12b77"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "c5f48387-d65b-11ee-95bc-e96777d12b77",
|
||||
"edgeid": "c5f48394-d65b-11ee-95bc-e96777d12b77",
|
||||
"graph_id": "c5f48386-d65b-11ee-95bc-e96777d12b77",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P122_borders_with",
|
||||
"rangenode_id": "c5f4838d-d65b-11ee-95bc-e96777d12b77"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "c5f48387-d65b-11ee-95bc-e96777d12b77",
|
||||
"edgeid": "c5f48395-d65b-11ee-95bc-e96777d12b77",
|
||||
"graph_id": "c5f48386-d65b-11ee-95bc-e96777d12b77",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"rangenode_id": "c5f48389-d65b-11ee-95bc-e96777d12b77"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "c5f48389-d65b-11ee-95bc-e96777d12b77",
|
||||
"edgeid": "c5f48396-d65b-11ee-95bc-e96777d12b77",
|
||||
"graph_id": "c5f48386-d65b-11ee-95bc-e96777d12b77",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "c5f4838b-d65b-11ee-95bc-e96777d12b77"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "c5f48386-d65b-11ee-95bc-e96777d12b77",
|
||||
"iconclass": "fa fa-file-text",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Ubicaci\u00f3n simple"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "c5f48387-d65b-11ee-95bc-e96777d12b77",
|
||||
"parentnodegroup_id": null
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "c5f48386-d65b-11ee-95bc-e96777d12b77",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Ubicaci\u00f3n simple",
|
||||
"nodegroup_id": "c5f48387-d65b-11ee-95bc-e96777d12b77",
|
||||
"nodeid": "c5f48387-d65b-11ee-95bc-e96777d12b77",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "coordenadas_geometria",
|
||||
"config": {
|
||||
"addToMap": false,
|
||||
"advancedStyle": "",
|
||||
"advancedStyling": false,
|
||||
"clusterDistance": 20,
|
||||
"clusterMaxZoom": 5,
|
||||
"clusterMinPoints": 3,
|
||||
"es": "",
|
||||
"fillColor": "rgba(130, 130, 130, 0.5)",
|
||||
"haloRadius": 4,
|
||||
"haloWeight": 4,
|
||||
"layerActivated": true,
|
||||
"layerIcon": "",
|
||||
"layerLegend": "",
|
||||
"layerName": "",
|
||||
"lineColor": "rgba(130, 130, 130, 0.7)",
|
||||
"lineHaloColor": "rgba(200, 200, 200, 0.5)",
|
||||
"outlineColor": "rgba(200, 200, 200, 0.7)",
|
||||
"outlineWeight": 2,
|
||||
"pointColor": "rgba(130, 130, 130, 0.7)",
|
||||
"pointHaloColor": "rgba(200, 200, 200, 0.5)",
|
||||
"radius": 2,
|
||||
"simplification": 0.3,
|
||||
"weight": 2
|
||||
},
|
||||
"datatype": "geojson-feature-collection",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "c5f48386-d65b-11ee-95bc-e96777d12b77",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Coordenadas / Geometr\u00eda",
|
||||
"nodegroup_id": "c5f48387-d65b-11ee-95bc-e96777d12b77",
|
||||
"nodeid": "c5f48389-d65b-11ee-95bc-e96777d12b77",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E47_Spatial_Coordinates",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
|
||||
"sortorder": 2,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tipo_de_geometria",
|
||||
"config": {
|
||||
"rdmCollection": "3e3190d4-3162-4228-91ae-1ab61579a50a"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "c5f48386-d65b-11ee-95bc-e96777d12b77",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de geometr\u00eda",
|
||||
"nodegroup_id": "c5f48387-d65b-11ee-95bc-e96777d12b77",
|
||||
"nodeid": "c5f4838b-d65b-11ee-95bc-e96777d12b77",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "departamento",
|
||||
"config": {
|
||||
"rdmCollection": "f31d2ca5-e0ef-4b34-a53e-057730740638"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "c5f48386-d65b-11ee-95bc-e96777d12b77",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Departamento",
|
||||
"nodegroup_id": "c5f48387-d65b-11ee-95bc-e96777d12b77",
|
||||
"nodeid": "c5f4838c-d65b-11ee-95bc-e96777d12b77",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "otra_localidad",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "c5f48386-d65b-11ee-95bc-e96777d12b77",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Otra localidad",
|
||||
"nodegroup_id": "c5f48387-d65b-11ee-95bc-e96777d12b77",
|
||||
"nodeid": "c5f4838d-d65b-11ee-95bc-e96777d12b77",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P122_borders_with",
|
||||
"sortorder": 1,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "c5f48386-d65b-11ee-95bc-e96777d12b77",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Ubicaci\u00f3n simple",
|
||||
"nodegroup_id": "c5f48387-d65b-11ee-95bc-e96777d12b77",
|
||||
"nodeid": "c5f48387-d65b-11ee-95bc-e96777d12b77",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": ""
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000004",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
621
graphs/branches/Ubicación.json
Normal file
621
graphs/branches/Ubicación.json
Normal file
@@ -0,0 +1,621 @@
|
||||
{
|
||||
"graph": [
|
||||
{
|
||||
"author": " ",
|
||||
"cards": [
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "1f1b609b-434e-4cac-86fb-9dae146e3e35",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Ubicaci\u00f3n"
|
||||
},
|
||||
"nodegroup_id": "d82dc5d2-45bd-11ee-9c4b-5373a7fb8bab",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "4f79b836-9756-4344-ad79-b60b6c8309bf",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Direcci\u00f3n"
|
||||
},
|
||||
"nodegroup_id": "eb79fe94-5675-11ee-94e5-cd67ce40fe27",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "640a9a86-5677-11ee-94e5-cd67ce40fe27",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": "",
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Coordenadas / Geometr\u00eda"
|
||||
},
|
||||
"nodegroup_id": "640a9a85-5677-11ee-94e5-cd67ce40fe27",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "69957a47-6789-45ea-9f3a-998141ce6433",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Departamento - Ciudad/Localidad"
|
||||
},
|
||||
"nodegroup_id": "fb9c52fe-45bd-11ee-9c4b-5373a7fb8bab",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"active": true,
|
||||
"cardid": "93843f1c-92e8-4fc7-be36-0455bf9b8c1d",
|
||||
"component_id": "f05e4d3a-53c1-11e8-b0ea-784f435179ea",
|
||||
"config": null,
|
||||
"constraints": [],
|
||||
"cssclass": null,
|
||||
"description": null,
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"helpenabled": false,
|
||||
"helptext": {
|
||||
"es": ""
|
||||
},
|
||||
"helptitle": {
|
||||
"es": ""
|
||||
},
|
||||
"instructions": {
|
||||
"es": ""
|
||||
},
|
||||
"is_editable": true,
|
||||
"name": {
|
||||
"es": "Subdivisi\u00f3n Administrativa"
|
||||
},
|
||||
"nodegroup_id": "75caf5b2-5694-11ee-94e5-cd67ce40fe27",
|
||||
"sortorder": null,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"cards_x_nodes_x_widgets": [
|
||||
{
|
||||
"card_id": "640a9a86-5677-11ee-94e5-cd67ce40fe27",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Tipo de geometr\u00eda",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "1d235492-c512-400d-bc20-fa4e5e8af244",
|
||||
"label": {
|
||||
"es": "Tipo de geometr\u00eda"
|
||||
},
|
||||
"node_id": "640a9a87-5677-11ee-94e5-cd67ce40fe27",
|
||||
"sortorder": null,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "93843f1c-92e8-4fc7-be36-0455bf9b8c1d",
|
||||
"config": {
|
||||
"defaultValue": "",
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Tipo de la subdivisi\u00f3n administrativa",
|
||||
"options": [],
|
||||
"placeholder": {
|
||||
"es": "Select an option"
|
||||
}
|
||||
},
|
||||
"id": "66027900-17cf-45df-9938-50562006c473",
|
||||
"label": {
|
||||
"es": "Tipo de la subdivisi\u00f3n administrativa"
|
||||
},
|
||||
"node_id": "fb33710c-5694-11ee-94e5-cd67ce40fe27",
|
||||
"sortorder": 0,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000002"
|
||||
},
|
||||
{
|
||||
"card_id": "640a9a86-5677-11ee-94e5-cd67ce40fe27",
|
||||
"config": {
|
||||
"basemap": "streets",
|
||||
"bearing": 0,
|
||||
"centerX": -63.55,
|
||||
"centerY": -16.35,
|
||||
"defaultValue": "",
|
||||
"defaultValueType": "",
|
||||
"featureColor": "#FF0000",
|
||||
"featureLineWidth": 1,
|
||||
"featurePointSize": 3,
|
||||
"geocodePlaceholder": "Search",
|
||||
"geocodeProvider": "10000000-0000-0000-0000-010000000000",
|
||||
"geocoderVisible": true,
|
||||
"geometryTypes": [
|
||||
{
|
||||
"id": "Point",
|
||||
"text": "Point"
|
||||
},
|
||||
{
|
||||
"id": "Line",
|
||||
"text": "Line"
|
||||
},
|
||||
{
|
||||
"id": "Polygon",
|
||||
"text": "Polygon"
|
||||
}
|
||||
],
|
||||
"label": "Coordenadas / Geometr\u00eda",
|
||||
"maxZoom": 20,
|
||||
"minZoom": 0,
|
||||
"overlayConfigs": [],
|
||||
"overlayOpacity": 0,
|
||||
"pitch": 0,
|
||||
"rerender": true,
|
||||
"zoom": 5
|
||||
},
|
||||
"id": "c6e7bf82-a898-44aa-8854-4e1f346fff9d",
|
||||
"label": {
|
||||
"es": "Coordenadas / Geometr\u00eda"
|
||||
},
|
||||
"node_id": "640a9a85-5677-11ee-94e5-cd67ce40fe27",
|
||||
"sortorder": null,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000007"
|
||||
},
|
||||
{
|
||||
"card_id": "93843f1c-92e8-4fc7-be36-0455bf9b8c1d",
|
||||
"config": {
|
||||
"defaultValue": {
|
||||
"es": {
|
||||
"direction": "ltr",
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"i18n_properties": [
|
||||
"placeholder"
|
||||
],
|
||||
"label": "Nombre de la Subdivisi\u00f3n administrativa",
|
||||
"maxLength": null,
|
||||
"placeholder": {
|
||||
"es": "Enter text"
|
||||
},
|
||||
"uneditable": false,
|
||||
"width": "100%"
|
||||
},
|
||||
"id": "e29f57f6-5c13-4240-9300-44715386217c",
|
||||
"label": {
|
||||
"es": "Nombre de la Subdivisi\u00f3n administrativa"
|
||||
},
|
||||
"node_id": "cc9bfb0c-5694-11ee-94e5-cd67ce40fe27",
|
||||
"sortorder": 1,
|
||||
"visible": true,
|
||||
"widget_id": "10000000-0000-0000-0000-000000000001"
|
||||
}
|
||||
],
|
||||
"color": null,
|
||||
"config": {},
|
||||
"deploymentdate": null,
|
||||
"deploymentfile": null,
|
||||
"description": {
|
||||
"es": ""
|
||||
},
|
||||
"edges": [
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "d82dc5d2-45bd-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "3b4673e1-2714-4984-b07a-c253586a3073",
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"rangenode_id": "75caf5b2-5694-11ee-94e5-cd67ce40fe27"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "d82dc5d2-45bd-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "54bc508c-e19a-4a88-bfb7-7423f24f683f",
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P87_is_identified_by",
|
||||
"rangenode_id": "640a9a85-5677-11ee-94e5-cd67ce40fe27"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "d82dc5d2-45bd-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "576a10c4-fb2b-4cfc-8cc2-fd5d5dcdb971",
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P87_is_identified_by",
|
||||
"rangenode_id": "eb79fe94-5675-11ee-94e5-cd67ce40fe27"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "640a9a85-5677-11ee-94e5-cd67ce40fe27",
|
||||
"edgeid": "640a9a88-5677-11ee-94e5-cd67ce40fe27",
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "640a9a87-5677-11ee-94e5-cd67ce40fe27"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "d82dc5d2-45bd-11ee-9c4b-5373a7fb8bab",
|
||||
"edgeid": "806d6ee3-f628-486b-b20f-1872bc2ff146",
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"rangenode_id": "fb9c52fe-45bd-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "75caf5b2-5694-11ee-94e5-cd67ce40fe27",
|
||||
"edgeid": "b2d47163-4dcf-4a3a-aebb-fd9ebda181af",
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P87_is_identified_by",
|
||||
"rangenode_id": "cc9bfb0c-5694-11ee-94e5-cd67ce40fe27"
|
||||
},
|
||||
{
|
||||
"description": null,
|
||||
"domainnode_id": "75caf5b2-5694-11ee-94e5-cd67ce40fe27",
|
||||
"edgeid": "bff91fdb-4c65-4216-a3c9-3c4b4232433d",
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"name": null,
|
||||
"ontologyproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"rangenode_id": "fb33710c-5694-11ee-94e5-cd67ce40fe27"
|
||||
}
|
||||
],
|
||||
"functions_x_graphs": [],
|
||||
"graphid": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"iconclass": "fa fa-map-marker",
|
||||
"is_editable": true,
|
||||
"isresource": false,
|
||||
"jsonldcontext": null,
|
||||
"name": {
|
||||
"es": "Ubicaci\u00f3n"
|
||||
},
|
||||
"nodegroups": [
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "640a9a85-5677-11ee-94e5-cd67ce40fe27",
|
||||
"parentnodegroup_id": "d82dc5d2-45bd-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "75caf5b2-5694-11ee-94e5-cd67ce40fe27",
|
||||
"parentnodegroup_id": "d82dc5d2-45bd-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "d82dc5d2-45bd-11ee-9c4b-5373a7fb8bab",
|
||||
"parentnodegroup_id": null
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "eb79fe94-5675-11ee-94e5-cd67ce40fe27",
|
||||
"parentnodegroup_id": "d82dc5d2-45bd-11ee-9c4b-5373a7fb8bab"
|
||||
},
|
||||
{
|
||||
"cardinality": "1",
|
||||
"legacygroupid": null,
|
||||
"nodegroupid": "fb9c52fe-45bd-11ee-9c4b-5373a7fb8bab",
|
||||
"parentnodegroup_id": "d82dc5d2-45bd-11ee-9c4b-5373a7fb8bab"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"alias": "coordenadas_geometria",
|
||||
"config": {
|
||||
"addToMap": false,
|
||||
"advancedStyle": "",
|
||||
"advancedStyling": false,
|
||||
"clusterDistance": 20,
|
||||
"clusterMaxZoom": 5,
|
||||
"clusterMinPoints": 3,
|
||||
"es": "",
|
||||
"fillColor": "rgba(130, 130, 130, 0.5)",
|
||||
"haloRadius": 4,
|
||||
"haloWeight": 4,
|
||||
"layerActivated": true,
|
||||
"layerIcon": "",
|
||||
"layerLegend": "",
|
||||
"layerName": "",
|
||||
"lineColor": "rgba(130, 130, 130, 0.7)",
|
||||
"lineHaloColor": "rgba(200, 200, 200, 0.5)",
|
||||
"outlineColor": "rgba(200, 200, 200, 0.7)",
|
||||
"outlineWeight": 2,
|
||||
"pointColor": "rgba(130, 130, 130, 0.7)",
|
||||
"pointHaloColor": "rgba(200, 200, 200, 0.5)",
|
||||
"radius": 2,
|
||||
"simplification": 0.3,
|
||||
"weight": 2
|
||||
},
|
||||
"datatype": "geojson-feature-collection",
|
||||
"description": "",
|
||||
"exportable": true,
|
||||
"fieldname": "geom_wkt",
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Coordenadas / Geometr\u00eda",
|
||||
"nodegroup_id": "640a9a85-5677-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "640a9a85-5677-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E47_Spatial_Coordinates",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P87_is_identified_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tipo_de_geometria",
|
||||
"config": {
|
||||
"rdmCollection": "3e3190d4-3162-4228-91ae-1ab61579a50a"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de geometr\u00eda",
|
||||
"nodegroup_id": "640a9a85-5677-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "640a9a87-5677-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Subdivisi\u00f3n Administrativa",
|
||||
"nodegroup_id": "75caf5b2-5694-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "75caf5b2-5694-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "nombre_de_la_subdivision_administrativa",
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Nombre de la Subdivisi\u00f3n administrativa",
|
||||
"nodegroup_id": "75caf5b2-5694-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "cc9bfb0c-5694-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P87_is_identified_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Ubicaci\u00f3n",
|
||||
"nodegroup_id": "d82dc5d2-45bd-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "d82dc5d2-45bd-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "string",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Direcci\u00f3n",
|
||||
"nodegroup_id": "eb79fe94-5675-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "eb79fe94-5675-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E45_Address",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P87_is_identified_by",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "tipo_de_la_subdivision_administrativa",
|
||||
"config": {
|
||||
"rdmCollection": "d7e6ea64-b18c-4dc0-9e4d-474b48cc9d5a"
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"hascustomalias": false,
|
||||
"is_collector": false,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Tipo de la subdivisi\u00f3n administrativa",
|
||||
"nodegroup_id": "75caf5b2-5694-11ee-94e5-cd67ce40fe27",
|
||||
"nodeid": "fb33710c-5694-11ee-94e5-cd67ce40fe27",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
{
|
||||
"alias": "departamento_-_ciudad_localidad",
|
||||
"config": {
|
||||
"rdmCollection": null
|
||||
},
|
||||
"datatype": "concept",
|
||||
"description": null,
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": false,
|
||||
"name": "Departamento - Ciudad/Localidad",
|
||||
"nodegroup_id": "fb9c52fe-45bd-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "fb9c52fe-45bd-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"parentproperty": "http://www.cidoc-crm.org/cidoc-crm/P89_falls_within",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
}
|
||||
],
|
||||
"ontology_id": "e6e8db47-2ccf-11e6-927e-b8f6b115d7dd",
|
||||
"publication": null,
|
||||
"relatable_resource_model_ids": [],
|
||||
"resource_2_resource_constraints": [],
|
||||
"root": {
|
||||
"alias": null,
|
||||
"config": {
|
||||
"es": ""
|
||||
},
|
||||
"datatype": "semantic",
|
||||
"description": "",
|
||||
"exportable": false,
|
||||
"fieldname": null,
|
||||
"graph_id": "4e8cc75d-56e7-4dac-be53-dc4a4c91d9d9",
|
||||
"hascustomalias": false,
|
||||
"is_collector": true,
|
||||
"isrequired": false,
|
||||
"issearchable": true,
|
||||
"istopnode": true,
|
||||
"name": "Ubicaci\u00f3n",
|
||||
"nodegroup_id": "d82dc5d2-45bd-11ee-9c4b-5373a7fb8bab",
|
||||
"nodeid": "d82dc5d2-45bd-11ee-9c4b-5373a7fb8bab",
|
||||
"ontologyclass": "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
|
||||
"sortorder": 0,
|
||||
"sourcebranchpublication_id": null
|
||||
},
|
||||
"slug": null,
|
||||
"subtitle": {
|
||||
"es": "Rama utilizada en los modelos: Actor, Actividad"
|
||||
},
|
||||
"template_id": "50000000-0000-0000-0000-000000000001",
|
||||
"version": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
0
graphs/resource_models/.gitkeep
Normal file
0
graphs/resource_models/.gitkeep
Normal file
1328
graphs/resource_models/Actividades.json
Normal file
1328
graphs/resource_models/Actividades.json
Normal file
File diff suppressed because it is too large
Load Diff
8415
graphs/resource_models/Bienes Inmuebles.json
Normal file
8415
graphs/resource_models/Bienes Inmuebles.json
Normal file
File diff suppressed because it is too large
Load Diff
6814
graphs/resource_models/Bienes muebles.json
Normal file
6814
graphs/resource_models/Bienes muebles.json
Normal file
File diff suppressed because it is too large
Load Diff
1695
graphs/resource_models/Información Gráfica.json
Normal file
1695
graphs/resource_models/Información Gráfica.json
Normal file
File diff suppressed because it is too large
Load Diff
1901
graphs/resource_models/Organizaciones y Personas.json
Normal file
1901
graphs/resource_models/Organizaciones y Personas.json
Normal file
File diff suppressed because it is too large
Load Diff
6345
graphs/resource_models/Patrimonio inmaterial.json
Normal file
6345
graphs/resource_models/Patrimonio inmaterial.json
Normal file
File diff suppressed because it is too large
Load Diff
3345
graphs/resource_models/Sitios arqueológicos.json
Normal file
3345
graphs/resource_models/Sitios arqueológicos.json
Normal file
File diff suppressed because it is too large
Load Diff
0
map_layers/mapbox_spec_json/basemaps/.gitkeep
Normal file
0
map_layers/mapbox_spec_json/basemaps/.gitkeep
Normal file
0
map_layers/mapbox_spec_json/overlays/.gitkeep
Normal file
0
map_layers/mapbox_spec_json/overlays/.gitkeep
Normal file
0
ontologies/.gitkeep
Normal file
0
ontologies/.gitkeep
Normal file
1
package_config.json
Normal file
1
package_config.json
Normal file
@@ -0,0 +1 @@
|
||||
{"business_data_load_order": [], "permitted_resource_relationships": []}
|
||||
0
preliminary_sql/.gitkeep
Normal file
0
preliminary_sql/.gitkeep
Normal file
0
reference_data/collections/.gitkeep
Normal file
0
reference_data/collections/.gitkeep
Normal file
4795
reference_data/collections/colecciones.xml
Normal file
4795
reference_data/collections/colecciones.xml
Normal file
File diff suppressed because it is too large
Load Diff
0
reference_data/concepts/.gitkeep
Normal file
0
reference_data/concepts/.gitkeep
Normal file
349
reference_data/concepts/bienes_inmuebles.xml
Normal file
349
reference_data/concepts/bienes_inmuebles.xml
Normal file
@@ -0,0 +1,349 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rdf:RDF
|
||||
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:arches="http://arches_proj:8000/"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/dfab5e47-e9ac-4405-b2e2-d8695005d4d1">
|
||||
<skos:prefLabel xml:lang="es">{"id": "879abd06-d8e6-4af1-9831-368c1b9e543c", "value": "Policial"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "47e7506c-98c7-4384-88da-b6ee57e0c8da", "value": "http://localhost:8000/dfab5e47-e9ac-4405-b2e2-d8695005d4d1"}</dcterms:identifier>
|
||||
<skos:inScheme>
|
||||
<skos:ConceptScheme rdf:about="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de">
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/715812ad-2b43-4df6-8542-bb26572bd4ae"/>
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/3a5b345f-524f-4449-914c-3f33daa60b9e"/>
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/9526b5f2-f9d6-49a2-be5c-8410bcd7e144"/>
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/94e16053-c041-43f7-85ca-4b3ffc444457"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "1e97356c-cea1-4f1b-90a6-a1bb9dfb8ee3", "value": "http://localhost:8000/8bab3484-515a-4c30-a151-104dbcb065de"}</dcterms:identifier>
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/79b18cd6-2d48-4ed3-b334-93b930851c7e"/>
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/34a80843-52d7-4b14-9fdb-3bcef456f847"/>
|
||||
<dcterms:title xml:lang="es">{"id": "7ecd06f9-08b2-4835-86c9-eb38f0426376", "value": "Bienes inmuebles"}</dcterms:title>
|
||||
</skos:ConceptScheme>
|
||||
</skos:inScheme>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/a9ca4f99-e1a2-426b-9b52-427dd3d61e15">
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/ad7be4ef-8fc9-4449-b01f-34753fa46006">
|
||||
<dcterms:identifier xml:lang="es">{"id": "6b1cbb04-56b8-4b40-acb1-dfd7ab281986", "value": "http://localhost:8000/ad7be4ef-8fc9-4449-b01f-34753fa46006"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "1db6a0fe-a5a8-4a4b-8573-419f1f515201", "value": "Original"}</skos:prefLabel>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "a1accbfc-a4b1-49e2-9930-74eb8032f3ef", "value": "2"}</skos:hiddenLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:prefLabel xml:lang="es">{"id": "03c100f5-9b3a-466c-9e4a-950d43ebd7e6", "value": "Cambios"}</skos:prefLabel>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/227b002a-ab06-45b4-a265-d905fd979619">
|
||||
<dcterms:identifier xml:lang="es">{"id": "9a6a0001-97d9-469e-9fa4-5bc32d7fd1b4", "value": "http://localhost:8000/227b002a-ab06-45b4-a265-d905fd979619"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "95432d7c-c26b-49d2-8e50-38c0930f8c3f", "value": "0"}</skos:hiddenLabel>
|
||||
<skos:prefLabel xml:lang="es">{"id": "868a56ba-e582-42a4-bd59-3dd1d7f016d5", "value": "Modificado"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "c9f11e8e-a7c8-4fdc-93fb-6b42fed7a3f9", "value": "http://localhost:8000/a9ca4f99-e1a2-426b-9b52-427dd3d61e15"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/3a5b345f-524f-4449-914c-3f33daa60b9e">
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/ba38b5f4-83f1-44e6-9ae1-9551a09d8551">
|
||||
<skos:prefLabel xml:lang="es">{"id": "e27b048f-d60a-4a5e-88b4-95729d80bee7", "value": "2 niveles"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "974821cb-7f5a-49cb-89a7-4f4e37e927c9", "value": "http://localhost:8000/ba38b5f4-83f1-44e6-9ae1-9551a09d8551"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/db7da9b0-0668-4e1b-8fd3-5354ab35ea48">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "620c52f1-1196-4807-b6c7-67ff0f8945bf", "value": "4 niveles"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "e7fc2074-4990-4c15-941e-c33ea0fa324e", "value": "http://localhost:8000/db7da9b0-0668-4e1b-8fd3-5354ab35ea48"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/9b8fe670-7eec-4384-8614-4303e62d606a">
|
||||
<dcterms:identifier xml:lang="es">{"id": "7576704e-ecb0-4da8-a3cb-ee2d263c56b6", "value": "http://localhost:8000/9b8fe670-7eec-4384-8614-4303e62d606a"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "23a4cf25-2b2f-4ddf-9fae-b44f4c0d76cd", "value": "5 niveles"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<dcterms:identifier xml:lang="es">{"id": "1975029f-5e1e-46b5-97ed-ebd9b7969e08", "value": "http://localhost:8000/3a5b345f-524f-4449-914c-3f33daa60b9e"}</dcterms:identifier>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/91e04417-9d14-415f-81ca-fbf6afe7658a">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "ff088331-6ab7-48cc-be4b-dd0349a361a2", "value": "http://localhost:8000/91e04417-9d14-415f-81ca-fbf6afe7658a"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "7b8fce9b-03e8-4ff4-a724-25b793d3daaf", "value": "3 niveles"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:prefLabel xml:lang="es">{"id": "e8ecfe33-7c95-450c-90df-1b7d07142fc2", "value": "Numero de niveles"}</skos:prefLabel>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/9c169a81-71b9-47d6-87fc-e119937228fd">
|
||||
<skos:prefLabel xml:lang="es">{"id": "4e62896a-7c4b-4806-9e5b-c85c45b9af41", "value": "6 niveles"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "f936d1c7-3e47-4960-a25d-e153acbe0cd5", "value": "http://localhost:8000/9c169a81-71b9-47d6-87fc-e119937228fd"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/433ef8d2-02fd-411f-acaa-004fb1607e08">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "d506ee5c-4e28-4af3-836d-f52d1d21aafe", "value": "http://localhost:8000/433ef8d2-02fd-411f-acaa-004fb1607e08"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "6dbdcc2b-b81e-422e-af1e-4e410f235d36", "value": "M\u00e1s de 6 niveles"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/bad54947-ffb7-44a7-a9c8-d5ef0766c57e">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "e9c25be5-9e3b-4401-aa9c-e663752befb3", "value": "http://localhost:8000/bad54947-ffb7-44a7-a9c8-d5ef0766c57e"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "961507c8-2420-4de8-b6ce-555a6bab2195", "value": "1 nivel"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/0878eb5a-ccbd-4002-aa71-ab7551b376ec">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "b89fcc9a-3659-46a9-a4ce-fdfcd3cedb62", "value": "Naturales"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "d5bb9a1e-306e-46e4-82b8-5d14a16c4196", "value": "http://localhost:8000/0878eb5a-ccbd-4002-aa71-ab7551b376ec"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/d3848429-7186-4d9e-993a-eeb4e6642665">
|
||||
<dcterms:identifier xml:lang="es">{"id": "b28678cc-ce9c-4491-996f-2ae9455b41db", "value": "http://sprpcb_slocal:8000/d3848429-7186-4d9e-993a-eeb4e6642665"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "75f23c95-29d4-4721-9604-6318bb9214df", "value": "Lugares Sagrados (Propuesta para futuro)"}</skos:prefLabel>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "cc835b8b-2a49-461f-90c1-4c6804dd35dc", "value": "03"}</skos:hiddenLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/94e16053-c041-43f7-85ca-4b3ffc444457">
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/91ade8d8-fe8f-4784-8124-7c61b556c91a">
|
||||
<skos:prefLabel xml:lang="es">{"id": "eefbbe64-3e79-4fba-947e-23a1518f7a30", "value": "Otros"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "227d2fb2-30a5-4b1a-836a-f708c8dcf1c4", "value": "http://localhost:8000/91ade8d8-fe8f-4784-8124-7c61b556c91a"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/8dc3c8cd-de5c-4c49-8870-f118478ee4eb">
|
||||
<skos:prefLabel xml:lang="es">{"id": "6b1f5e1e-06c1-491d-adc8-58b7f922fb3c", "value": "Comercial"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "37bf45f5-f45f-4152-af3b-b7e50ad2aef4", "value": "http://localhost:8000/8dc3c8cd-de5c-4c49-8870-f118478ee4eb"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/17b364e9-9109-4143-ac2f-dbc64bf85424">
|
||||
<dcterms:identifier xml:lang="es">{"id": "65eeecbe-fab0-4f99-a2ab-ece7e625811d", "value": "http://localhost:8000/17b364e9-9109-4143-ac2f-dbc64bf85424"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "e6e58606-3dc6-49d7-a5f7-e2d5e0024f64", "value": "Culto"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:prefLabel xml:lang="es">{"id": "4878e19e-f826-4605-bcb8-19d0c53f0ada", "value": "Uso actual BiM"}</skos:prefLabel>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/76a75c6d-1b80-45de-96c8-2f779b9e842f">
|
||||
<dcterms:identifier xml:lang="es">{"id": "e1b78a28-ad22-456b-bc98-e149a1cf416a", "value": "http://localhost:8000/76a75c6d-1b80-45de-96c8-2f779b9e842f"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "870549af-e945-457f-b1db-78e59a4ed50b", "value": "Vivienda comercio"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/b5af6ac4-f54b-4b67-b658-31a19bb5c042">
|
||||
<skos:prefLabel xml:lang="es">{"id": "baaebd14-9766-41b8-91af-181ca87e166f", "value": "Vivienda"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "ebed620f-a591-4dbe-8027-e5bfc4c3ad5c", "value": "http://localhost:8000/b5af6ac4-f54b-4b67-b658-31a19bb5c042"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/0666e061-9d2d-49ce-a91b-73999615c326">
|
||||
<dcterms:identifier xml:lang="es">{"id": "f5ba97aa-47bc-4894-bbd0-0f6c318a201f", "value": "http://localhost:8000/0666e061-9d2d-49ce-a91b-73999615c326"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "7b97ed2f-0152-4ffa-ae81-958058c11322", "value": "Vivienda multifamiliar"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/f32a71b2-a9b8-4b10-ac81-bfbd380ecec7">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "fa47496b-a8c5-4940-a7bb-34be5854bd9c", "value": "Socio cultural"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "9cfd6794-ba11-4649-925c-bf703ade1668", "value": "http://localhost:8000/f32a71b2-a9b8-4b10-ac81-bfbd380ecec7"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/dfab5e47-e9ac-4405-b2e2-d8695005d4d1"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/e1bb9d67-d33c-4372-b081-e869b759c2ed">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "eacf17d2-17cc-4b9f-911c-3b8b8ada2dc1", "value": "http://localhost:8000/e1bb9d67-d33c-4372-b081-e869b759c2ed"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "9c026042-dcd5-4208-a69b-703c5e818a9b", "value": "Deportivo"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/aa59fd4e-df20-4df7-b247-dfed25876e55">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "ce2c17b5-b3f2-4902-80fd-68b05e742fa2", "value": "Sin uso"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "160466e8-e969-45a0-bfdb-6011f0066509", "value": "http://localhost:8000/aa59fd4e-df20-4df7-b247-dfed25876e55"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/af24d8d2-c18c-4588-a7ec-df243b22b5cd">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "f979f9f6-2568-4844-a137-e26fb12bbc05", "value": "http://localhost:8000/af24d8d2-c18c-4588-a7ec-df243b22b5cd"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "dbe0d5bd-c3ed-4d2f-a00a-fbef2108ac6f", "value": "Salud"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<dcterms:identifier xml:lang="es">{"id": "fa9cb257-3678-4a14-930e-e7d74ea004c0", "value": "http://localhost:8000/94e16053-c041-43f7-85ca-4b3ffc444457"}</dcterms:identifier>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/35f03a99-6b8c-443d-b6c8-7d3f0fa62d5f">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "675b62fa-d9df-4fe6-8c14-01091d91b83b", "value": "http://localhost:8000/35f03a99-6b8c-443d-b6c8-7d3f0fa62d5f"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "5b8d99a5-1f84-4fc3-ba30-3c7da5fa2857", "value": "Industria"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/1be6f5a7-626d-437d-85e1-b21416b8cfa5">
|
||||
<dcterms:identifier xml:lang="es">{"id": "18cfe8c5-d3c4-4717-be82-b93dfbe603a4", "value": "http://localhost:8000/1be6f5a7-626d-437d-85e1-b21416b8cfa5"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "c675c838-5981-4ce2-ab14-721251cbd79d", "value": "Administrativo o gesti\u00f3n"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/fe2fc866-dd0a-4344-8ee5-08b7395996fa">
|
||||
<dcterms:identifier xml:lang="es">{"id": "2c7236cb-00d1-48e3-9c82-ca0b52aeed16", "value": "http://localhost:8000/fe2fc866-dd0a-4344-8ee5-08b7395996fa"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "bba2c8c6-549d-4437-9f3d-0c1c80648777", "value": "Servicios"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/d18ab13e-05b2-42b3-be46-296dcb9e3ca2">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "35818f95-10b2-468e-a4b6-cc3dc6912029", "value": "http://localhost:8000/d18ab13e-05b2-42b3-be46-296dcb9e3ca2"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "b0810148-d740-46e0-8ec3-d51a5eec0a2f", "value": "Militar"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/b3169452-9459-4897-b0a5-34b8bb0ceacf">
|
||||
<dcterms:identifier xml:lang="es">{"id": "1f078c10-398f-488e-b0d7-537d8b2dffae", "value": "http://localhost:8000/b3169452-9459-4897-b0a5-34b8bb0ceacf"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "91ba7606-4b59-4c75-94eb-b0b40a879899", "value": "Educaci\u00f3n"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/2a939ac2-b906-40b5-b881-113dec80ba54">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "a406f696-4371-461f-a10f-8dea41c75c0b", "value": "Recreacional"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "3f512cb6-c3a9-4c80-8ed0-af894293c8be", "value": "http://localhost:8000/2a939ac2-b906-40b5-b881-113dec80ba54"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/9526b5f2-f9d6-49a2-be5c-8410bcd7e144">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/5a2eddff-6107-4855-b49e-e079d4e2281d">
|
||||
<dcterms:identifier xml:lang="es">{"id": "83ec88e7-22c9-46c8-a732-633ab80f687c", "value": "http://localhost:8000/5a2eddff-6107-4855-b49e-e079d4e2281d"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "d38d35c3-b635-42c0-95d6-84efc1c96825", "value": "Sin valor"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/4e870ac9-3cf1-4abc-861f-1299034aefdb">
|
||||
<skos:prefLabel xml:lang="es">{"id": "1a595675-3f19-436d-84bd-75533571271c", "value": "Valor A"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "3c76f91f-2e29-490b-bdb9-9f48a4135e0b", "value": "http://localhost:8000/4e870ac9-3cf1-4abc-861f-1299034aefdb"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/132b073b-44f7-4131-896a-dd0cb0ea843c">
|
||||
<dcterms:identifier xml:lang="es">{"id": "4a8c0de6-4333-48f2-810a-5f0a8e4b3e24", "value": "http://localhost:8000/132b073b-44f7-4131-896a-dd0cb0ea843c"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "9ebd7e2f-4243-43bc-ad5d-14a359f6cc2b", "value": "Valor C"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/466e6523-3357-45e9-9e0d-4f6cd178d1ce">
|
||||
<skos:prefLabel xml:lang="es">{"id": "eac8587d-9412-4777-8d9f-9856c45fff46", "value": "Valor B"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "bcba75b3-a918-4bd4-8edf-f1c22b8e95b5", "value": "http://localhost:8000/466e6523-3357-45e9-9e0d-4f6cd178d1ce"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:prefLabel xml:lang="es">{"id": "969f40d3-b304-4e73-9c96-d3bd41192456", "value": "Ponderaci\u00f3n"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "2c7f5667-c4b4-4326-a027-f2b2f5125147", "value": "http://localhost:8000/9526b5f2-f9d6-49a2-be5c-8410bcd7e144"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/34a80843-52d7-4b14-9fdb-3bcef456f847">
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/c2504944-4b2b-452b-89f3-a098da6f825b">
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "ed330aca-7825-4d50-828c-9c5c0e8fab28", "value": "07"}</skos:hiddenLabel>
|
||||
<skos:prefLabel xml:lang="es">{"id": "23e93c0d-2a99-4996-9277-fa9e2df6e3d7", "value": "Sitios (Propuesta para futuro)"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "26330bb5-a44c-4939-afbc-6641aca3d5b1", "value": "http://sprpcb_slocal:8000/c2504944-4b2b-452b-89f3-a098da6f825b"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/43466bf5-9983-4037-88a6-4937ab8f0bef">
|
||||
<dcterms:identifier xml:lang="es">{"id": "06b4a931-04d7-4500-b03c-505686e9e72a", "value": "http://sprpcb_slocal:8000/43466bf5-9983-4037-88a6-4937ab8f0bef"}</dcterms:identifier>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "021e2be4-d41b-4b65-837d-a21438da5f6f", "value": "02"}</skos:hiddenLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "5b816cfe-1e5f-409b-bbb5-a10c0e395086", "value": "Conjuntos (Propuesta para futuro)"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/b38d939b-175d-499a-9079-e1dc11ebb3e8">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "5ed4545f-20d9-4d3f-90e1-e503fd845c01", "value": "04"}</skos:hiddenLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "8b5fcdad-61f2-46dd-af11-72ba8e0d54b0", "value": "http://sprpcb_slocal:8000/b38d939b-175d-499a-9079-e1dc11ebb3e8"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "39a40e8d-5f4c-40e3-9c30-13c3e139de2b", "value": "Monumentos (Propuesta para futuro)"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:prefLabel xml:lang="es">{"id": "af1e169a-2c42-4b20-a2ac-e5033767424d", "value": "bienes_inmuebles"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "66e07e16-8496-4122-9f04-eaf819a4f562", "value": "http://sprpcb_slocal:8000/34a80843-52d7-4b14-9fdb-3bcef456f847"}</dcterms:identifier>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/edf44df1-5b35-4245-8792-5aa2979249a6">
|
||||
<skos:prefLabel xml:lang="es">{"id": "ea99a02b-c5d4-41aa-b7e9-6664c5cccadb", "value": "Edificaciones"}</skos:prefLabel>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "702dcfe0-1687-4164-851f-79ca4c7bd824", "value": "01"}</skos:hiddenLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "40183b8b-f475-4947-8b55-8f70b96023ea", "value": "http://sprpcb_slocal:8000/edf44df1-5b35-4245-8792-5aa2979249a6"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/f8740ea5-754a-40a2-a4f7-ed12794676ff">
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "9cffd010-81e6-4ed0-a296-dc50b79afbae", "value": "05"}</skos:hiddenLabel>
|
||||
<skos:prefLabel xml:lang="es">{"id": "7bd29d0b-84d7-4a8b-9ebf-62683d3d0a73", "value": "Paisajes Culturales (Propuesta para futuro)"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "ee895ca5-1185-48c8-96c4-b116185a0f04", "value": "http://sprpcb_slocal:8000/f8740ea5-754a-40a2-a4f7-ed12794676ff"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/d3848429-7186-4d9e-993a-eeb4e6642665"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/7ff53474-6544-4e1d-86b4-90cdd71aeae4">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "d9201106-7b1f-468b-a880-137453e700f7", "value": "Patrimonio Cultural Sub acuatico (Propuesta para futuro)"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "9c5a60c5-35d0-4374-888f-931d5d368b20", "value": "http://sprpcb_slocal:8000/7ff53474-6544-4e1d-86b4-90cdd71aeae4"}</dcterms:identifier>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "100e8d0a-9478-4256-ad2a-369892269770", "value": "06"}</skos:hiddenLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "0793cda6-90ef-4da8-8634-7f50e1a082b7", "value": "BI"}</skos:hiddenLabel>
|
||||
<arches:sortorder xml:lang="es">{"id": "7006c26a-1aad-4167-b91a-e50becddf095", "value": "95"}</arches:sortorder>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/0a2e91c1-09d7-4da8-9260-94c9f994f577">
|
||||
<skos:prefLabel xml:lang="es">{"id": "f5ab2374-e868-440e-a965-1a33e0112a5b", "value": "Abi\u00f3ticos"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "9b6bb9f4-d107-4b12-b64c-12c97bafd5bb", "value": "http://localhost:8000/0a2e91c1-09d7-4da8-9260-94c9f994f577"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/715812ad-2b43-4df6-8542-bb26572bd4ae">
|
||||
<skos:prefLabel xml:lang="es">{"id": "6e6094ab-fa0c-4bf7-a3b7-a003c6ac9a6f", "value": "Factores de deterioro"}</skos:prefLabel>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/8ae5f744-db9e-4363-96d4-39bd54f6b600">
|
||||
<dcterms:identifier xml:lang="es">{"id": "1fa2bdc7-5171-4d82-a837-c14157129b33", "value": "http://localhost:8000/8ae5f744-db9e-4363-96d4-39bd54f6b600"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "101e2113-f69d-4c46-be58-5fd65748c6ff", "value": "Bi\u00f3ticos"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/0878eb5a-ccbd-4002-aa71-ab7551b376ec"/>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/0a2e91c1-09d7-4da8-9260-94c9f994f577"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/c5ce9d4a-db18-425b-b5b7-565c5650515d">
|
||||
<skos:prefLabel xml:lang="es">{"id": "aba3bd00-ae16-44d4-bc1e-6439c5916bac", "value": "Antr\u00f3picos"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "7c975f3c-ba77-4da8-8d8c-4888c6d9d8f2", "value": "http://localhost:8000/c5ce9d4a-db18-425b-b5b7-565c5650515d"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<dcterms:identifier xml:lang="es">{"id": "92b5d259-d9a2-454f-8cc0-66866d2ffa6a", "value": "http://localhost:8000/715812ad-2b43-4df6-8542-bb26572bd4ae"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/79b18cd6-2d48-4ed3-b334-93b930851c7e">
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/a9ca4f99-e1a2-426b-9b52-427dd3d61e15"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "ac0f6e4b-5167-41d5-811a-907d2131f57f", "value": "http://localhost:8000/79b18cd6-2d48-4ed3-b334-93b930851c7e"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "3722023b-701a-45a6-9149-6c81248ae4ed", "value": "Elementos constructivos"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/8bab3484-515a-4c30-a151-104dbcb065de"/>
|
||||
</skos:Concept>
|
||||
</rdf:RDF>
|
||||
3350
reference_data/concepts/bienes_muebles.xml
Normal file
3350
reference_data/concepts/bienes_muebles.xml
Normal file
File diff suppressed because it is too large
Load Diff
3761
reference_data/concepts/bolivia.xml
Normal file
3761
reference_data/concepts/bolivia.xml
Normal file
File diff suppressed because it is too large
Load Diff
929
reference_data/concepts/patrimonio_inmaterial.xml
Normal file
929
reference_data/concepts/patrimonio_inmaterial.xml
Normal file
@@ -0,0 +1,929 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rdf:RDF
|
||||
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:arches="http://arches_proj:8000/"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/5b6e8abb-48c3-4500-aa5c-e80f05af9ca4">
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/d567b753-67ba-4b74-9a05-8c29f261c9d9">
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "909506dc-0a0d-4558-810c-d5d34afe4bf2", "value": "02"}</skos:hiddenLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "0785810d-0040-49bd-8b88-4f5b5e440b03", "value": "http://sprpcb_slocal:8000/d567b753-67ba-4b74-9a05-8c29f261c9d9"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "13752e2b-a73b-47dc-89a8-97b96ddaa54c", "value": "Tradici\u00f3n oral"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/ba4fbe5f-6b18-436b-8cf0-6761cfc8d09d">
|
||||
<skos:prefLabel xml:lang="es">{"id": "a02073a1-f17e-464b-a051-723c3518254c", "value": "Lenguas e idiomas vulnerables"}</skos:prefLabel>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "2e2c6f1f-4e20-4249-8620-3eb52939aeb0", "value": "01"}</skos:hiddenLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "b031e0a8-18b8-4ef6-b7bd-7523170a41ff", "value": "http://sprpcb_slocal:8000/ba4fbe5f-6b18-436b-8cf0-6761cfc8d09d"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:inScheme>
|
||||
<skos:ConceptScheme rdf:about="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1">
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/840b343f-f499-4b1b-b110-fb990b7e27c5"/>
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/d6bb02e6-4124-4afb-98d6-fe2a929ac2e1"/>
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/5ffb8ac8-93cb-4137-9511-096f48371f16"/>
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/f7cedb98-3899-4224-be1d-85aad7189678"/>
|
||||
<dcterms:title xml:lang="es">{"id": "26291368-ff1e-4358-a5ec-7496d741eaff", "value": "Patrimonio Inmaterial"}</dcterms:title>
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/683f9411-d5be-43bc-a489-f93f421fa481"/>
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/83124424-a29e-4be8-912c-a593a53a5c30"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "f8726c76-7fab-4850-8970-f81295f1b653", "value": "http://localhost:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"}</dcterms:identifier>
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/7835c501-bb3e-4306-b75c-9a19f322aa81"/>
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/8b4c33cc-5031-4495-ad8e-9f7defe16416"/>
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/8bbd876b-df5d-4ecb-a681-3c60c512252a"/>
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/3399cc2f-09d9-40d8-a11f-bb88fe01ccf1"/>
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/92dc8562-6426-4703-bcc2-5481da1d942f"/>
|
||||
</skos:ConceptScheme>
|
||||
</skos:inScheme>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "70876a5a-c2cb-462d-9bc5-931c0176a0a4", "value": "02"}</skos:hiddenLabel>
|
||||
<arches:sortorder xml:lang="es">{"id": "819fff80-8153-4c64-95a7-5c3415ccaf62", "value": "02"}</arches:sortorder>
|
||||
<skos:prefLabel xml:lang="es">{"id": "3440d438-b2d9-4343-bc30-d4fb17e9c3ef", "value": "Tradiciones y expresiones orales"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "4cf91fb1-a666-45ea-a831-189f32d644b3", "value": "http://sprpcb_slocal:8000/5b6e8abb-48c3-4500-aa5c-e80f05af9ca4"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/153677b9-538e-439b-b6bd-86d6fb91b324">
|
||||
<skos:prefLabel xml:lang="es">{"id": "5acfe410-a1bb-4bf0-b4c5-65cb97c9c3d2", "value": "M\u00fasica Neo-Folkl\u00f3rica"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "f7e82c24-fc50-4e3e-9a1f-3b53c4a6e7fb", "value": "http://localhost:8000/153677b9-538e-439b-b6bd-86d6fb91b324"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/372a40b6-0026-497f-b4d8-0ea64c86a266">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "7ba5ddfa-9102-4d0d-abbf-e35d9de7f038", "value": "http://localhost:8000/372a40b6-0026-497f-b4d8-0ea64c86a266"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "9c539c14-ff65-4565-85a2-2268e4fe36ed", "value": "Sistemas de cargos"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/1b90052d-072a-41d1-80b3-d8179649fdda">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "0c175fed-5a1b-4275-aee9-f464f2d8d2fe", "value": "http://localhost:8000/1b90052d-072a-41d1-80b3-d8179649fdda"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "ff1020fb-c6eb-4936-93e4-5af113a6b15f", "value": "Estado Plurinacional"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/d6bb02e6-4124-4afb-98d6-fe2a929ac2e1">
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/1b90052d-072a-41d1-80b3-d8179649fdda"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "4236dacd-ebd0-4d78-91bc-f5e8c98eb2b2", "value": "http://localhost:8000/d6bb02e6-4124-4afb-98d6-fe2a929ac2e1"}</dcterms:identifier>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/3e83c275-3edb-4213-8715-a5d60d81b655">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "40cf32a2-e6f3-41d4-8a10-db62b8c71fbd", "value": "http://localhost:8000/3e83c275-3edb-4213-8715-a5d60d81b655"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "b726fbaf-d01b-4841-b02c-4bcbe3856718", "value": "Republicano"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/72c60cbb-7337-47ab-bbe6-ad4a676e35ca">
|
||||
<skos:prefLabel xml:lang="es">{"id": "f302725b-a9c3-445c-acff-fa38bf3a58d8", "value": "Colonial"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "269641c7-126e-453f-9269-a9a0b6b7dfc6", "value": "http://localhost:8000/72c60cbb-7337-47ab-bbe6-ad4a676e35ca"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/55220912-03e0-41ed-a7fd-394511504e36">
|
||||
<dcterms:identifier xml:lang="es">{"id": "4483bc0c-fa30-4561-a2f9-5146f18c7668", "value": "http://localhost:8000/55220912-03e0-41ed-a7fd-394511504e36"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "dac6d473-3952-4e9c-b0d0-8e2d858a1fac", "value": "Otros"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:prefLabel xml:lang="es">{"id": "aefe9c40-d2d4-45ed-8178-8a15806cf6ef", "value": "Origen y procedencia"}</skos:prefLabel>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/a84fc9a6-d305-4613-830d-124e272e263f">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "48211e2d-072b-4a98-a9b6-f7283360fb64", "value": "http://localhost:8000/a84fc9a6-d305-4613-830d-124e272e263f"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "55934b7f-de6f-4f2d-b80d-204a1193d418", "value": "Prehisp\u00e1nico"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/6c3960bc-2df2-4aef-84ba-ec92c5300d37">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "350eb0e7-4b9f-4bd0-bc4d-77bfa41bcd12", "value": "http://sprpcb_slocal:8000/6c3960bc-2df2-4aef-84ba-ec92c5300d37"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "edb603b8-59e2-4129-8402-7fcd28ef80a3", "value": "Sistemas Pol\u00edticos"}</skos:prefLabel>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "412528f5-4dee-483b-831a-c6dd1f29b3ca", "value": "02"}</skos:hiddenLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/954a1b7e-1dcf-4044-92b6-dd00fd7e7c91">
|
||||
<skos:prefLabel xml:lang="es">{"id": "c3a4d750-bc04-4981-a463-8ed73b8a3f55", "value": "M\u00fasica Experimental"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "5b5fa809-8d3c-474a-a87c-9b7f135b3d9e", "value": "http://localhost:8000/954a1b7e-1dcf-4044-92b6-dd00fd7e7c91"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/5ffb8ac8-93cb-4137-9511-096f48371f16">
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/ef9d894b-bab1-42a2-8c0f-1a3a8d8c82cc">
|
||||
<skos:prefLabel xml:lang="en">{"id": "5ff1ca6d-803e-452c-9d44-429842a1175e", "value": "Conocimientos de recolecci\u00f3n"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "b36817ae-b6d6-4fb2-96a0-98f4f4539af0", "value": "http://localhost:8000/ef9d894b-bab1-42a2-8c0f-1a3a8d8c82cc"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:prefLabel xml:lang="es">{"id": "c25ba611-a675-4301-96b7-8073fb0f9843", "value": "Conocimientos y saberes relacionados con la sociedad, naturaleza y universo"}</skos:prefLabel>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/86279dfe-8be7-40e6-b0dd-ca367dd33287">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "3efe8997-d087-4179-a2b8-bd868425aa7e", "value": "Conocimientos de bioindicadores"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "581aa16a-2374-48d2-9855-a95d2058a247", "value": "http://localhost:8000/86279dfe-8be7-40e6-b0dd-ca367dd33287"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/e194df1d-e5ee-4700-bb4b-0d271d70b430">
|
||||
<dcterms:identifier xml:lang="es">{"id": "0f9566be-bb5a-43bf-aafd-b0ebfb13739b", "value": "http://localhost:8000/e194df1d-e5ee-4700-bb4b-0d271d70b430"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "035fa8fb-98dc-4473-8e1c-fae9d41fe44a", "value": "Conocimientos astron\u00f3micos"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/3b3cf99d-b6ea-40d2-8bd7-b04a2d2f839e">
|
||||
<skos:prefLabel xml:lang="es">{"id": "f4dcacc3-9737-4848-ae0b-46458e12565c", "value": "Historias de vida de portadores de saberes"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "7ec5865f-4d09-4416-a1cd-7d928dd91825", "value": "http://localhost:8000/3b3cf99d-b6ea-40d2-8bd7-b04a2d2f839e"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/cee72846-3b9f-44b4-b544-3c9bf7ff3e64">
|
||||
<dcterms:identifier xml:lang="es">{"id": "47ac76a5-909f-4a6d-930f-698142d8fe75", "value": "http://localhost:8000/cee72846-3b9f-44b4-b544-3c9bf7ff3e64"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "e1fe7183-c913-4c44-afb2-05726c777ab8", "value": "Conocimientos producci\u00f3n pecuaria"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/21076f9c-b39b-46a4-aec8-00d24ce50210">
|
||||
<dcterms:identifier xml:lang="es">{"id": "cda48c23-7dba-490b-a1e6-9c1371af3478", "value": "http://localhost:8000/21076f9c-b39b-46a4-aec8-00d24ce50210"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "9e91b30d-b274-4a3a-aad7-6f45b59a8206", "value": "Conocimientos de pastoreo"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/d577c745-611f-44db-be62-a0373daff81f">
|
||||
<skos:prefLabel xml:lang="es">{"id": "423bf752-be42-4d3d-9f8f-a743dd2b6f28", "value": "Construcciones uso del agua"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "6b12cef1-5274-4dbf-a2a1-28d9704bc493", "value": "http://localhost:8000/d577c745-611f-44db-be62-a0373daff81f"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/a5704882-fa3a-4ad8-a1b5-884c89ff7316">
|
||||
<dcterms:identifier xml:lang="es">{"id": "17b35070-15d0-4ac9-aafe-e54773426274", "value": "http://localhost:8000/a5704882-fa3a-4ad8-a1b5-884c89ff7316"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "eae76a8b-620b-43bd-99c3-a7738cf7bbd1", "value": "Sistemas productivos y de intercambio"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "284a1f8e-4df4-41eb-bdaa-0fcf4f0b2ac2", "value": "http://localhost:8000/5ffb8ac8-93cb-4137-9511-096f48371f16"}</dcterms:identifier>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/670d22ce-d934-4153-8065-6613aae14795">
|
||||
<dcterms:identifier xml:lang="es">{"id": "37e24b32-0229-4152-b06d-94673d50c9ac", "value": "http://localhost:8000/670d22ce-d934-4153-8065-6613aae14795"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "32e15ed7-1c69-4e79-9423-97c07bf1f9d3", "value": "Conocimientos de producci\u00f3n agr\u00edcola"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/0b0bd598-91ee-4cad-bc56-96d4b831693e">
|
||||
<skos:prefLabel xml:lang="es">{"id": "a80e0a6f-f5df-453c-863a-2cf624118624", "value": "Medicina tradicional espiritual"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "f9d3f259-3ed5-4f49-b003-6860e490b08b", "value": "http://localhost:8000/0b0bd598-91ee-4cad-bc56-96d4b831693e"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/1704e1a1-a99c-4d8b-8fee-d98f05f67eeb">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "0cf7daa1-d93a-4759-a9d9-fcb8bf42ade9", "value": "Conocimientos de caza"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "62ccbb7a-4afe-491f-b6c4-6f18cba706b6", "value": "http://localhost:8000/1704e1a1-a99c-4d8b-8fee-d98f05f67eeb"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/8e091445-f914-4523-99dc-b28accf6e445">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "8e7b1d61-8284-4760-a31d-e4e663f5ffcd", "value": "http://localhost:8000/8e091445-f914-4523-99dc-b28accf6e445"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "fad62bb7-85e7-411f-a323-c81a01f8c969", "value": "Parteras y Parteros Tradicionales"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/41d2cadd-d4df-465d-9ee2-5994b3e593ff">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "d0fc7c54-8ddb-4ec1-b621-222544029606", "value": "Predicci\u00f3n y prevenci\u00f3n clim\u00e1tica"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "368ad77a-d329-410e-9ba2-e934fa4d6972", "value": "http://localhost:8000/41d2cadd-d4df-465d-9ee2-5994b3e593ff"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/ab771266-d989-4900-8612-3b22fbb338fe">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "0b5e776f-3df9-47b7-a51e-6b0c554f2566", "value": "Conocimientos producci\u00f3n pisc\u00edcola"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "96005a20-aa29-4d3b-8932-24a345e7d98c", "value": "http://localhost:8000/ab771266-d989-4900-8612-3b22fbb338fe"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/5a3c18ec-0aa4-4ffc-8f1d-495bc6af5226">
|
||||
<skos:prefLabel xml:lang="es">{"id": "bedc56ba-24f7-4000-b9ca-36e2b5e6ae18", "value": "Gastronom\u00eda"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "0bff15dd-188a-4bb6-af74-9b0e2e9af510", "value": "http://localhost:8000/5a3c18ec-0aa4-4ffc-8f1d-495bc6af5226"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/23bf9ee1-b3f7-490f-808f-bd68d2252a96">
|
||||
<skos:prefLabel xml:lang="es">{"id": "4603fe23-52a1-4d9b-87ac-78ae74298742", "value": "Medicina tradicional f\u00edsica - corporal"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "9fdf5b22-7945-4480-bcc9-de30198c16a4", "value": "http://localhost:8000/23bf9ee1-b3f7-490f-808f-bd68d2252a96"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/8c0b950c-3a81-4692-ad88-ae013fe0ca03">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "ccac994c-8d6d-4ffa-b9a2-928633ffc024", "value": "Leyendas"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "ea00cfe1-7dc7-4697-8e33-b5cc16deca8d", "value": "http://localhost:8000/8c0b950c-3a81-4692-ad88-ae013fe0ca03"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/d145a486-6aaa-4e1c-80db-bc8049b66736">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "50d61743-bc14-4378-849b-4412e274363b", "value": "http://sprpcb_slocal:8000/d145a486-6aaa-4e1c-80db-bc8049b66736"}</dcterms:identifier>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "c3c12267-44b5-4e6c-8879-9eeac3b8b3c7", "value": "05"}</skos:hiddenLabel>
|
||||
<skos:prefLabel xml:lang="es">{"id": "3e1d49ae-d3e4-49ed-a619-b5c3247c1d1b", "value": "Miner\u00eda"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/840b343f-f499-4b1b-b110-fb990b7e27c5">
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/7ef3b7a7-a33a-48c1-ae05-e4137b475080">
|
||||
<dcterms:identifier xml:lang="es">{"id": "8ce64012-1ac2-4e56-b96b-4e3f36327dba", "value": "http://localhost:8000/7ef3b7a7-a33a-48c1-ae05-e4137b475080"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "b6e4eb16-e3e1-4187-833b-327068bbbeaa", "value": "Representaciones de escenas religiosas"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/888b154a-90ec-4ff9-9667-9e542868989d">
|
||||
<dcterms:identifier xml:lang="es">{"id": "575ec937-6c2e-48ec-bb7f-023522981d37", "value": "http://localhost:8000/888b154a-90ec-4ff9-9667-9e542868989d"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "322b3277-4cda-4519-a47e-74db25067384", "value": "Fiestas"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/077dc10a-3973-4a4e-b5f2-c8e8add8f7bb">
|
||||
<dcterms:identifier xml:lang="es">{"id": "f59ad35c-6a7e-4edb-adbe-7bfb67ac71d0", "value": "http://localhost:8000/077dc10a-3973-4a4e-b5f2-c8e8add8f7bb"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "f6149104-3d2f-4c31-8b0f-f58f7e19e8e1", "value": "Festividades"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/59d2dab5-26be-40fd-98a3-4796f6bdeb81">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "cf411e97-63a1-4dcc-ad99-3392a847b37e", "value": "Juegos tradicionales"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "bdd03368-bb78-440b-b922-640000bcb700", "value": "http://localhost:8000/59d2dab5-26be-40fd-98a3-4796f6bdeb81"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/2bd7e629-f366-4629-b4cc-e07676c13498">
|
||||
<skos:prefLabel xml:lang="es">{"id": "a4cc0922-14e5-4266-9769-b24da9efd7e8", "value": "Teatro"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "dbcd73cd-def8-48bc-95d1-2ff370771cfc", "value": "http://localhost:8000/2bd7e629-f366-4629-b4cc-e07676c13498"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<dcterms:identifier xml:lang="es">{"id": "98168182-6a44-49ad-a299-d6142e1506c8", "value": "http://localhost:8000/840b343f-f499-4b1b-b110-fb990b7e27c5"}</dcterms:identifier>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/0381b85f-426e-4f0e-a3ca-04bd3e3534fd">
|
||||
<dcterms:identifier xml:lang="es">{"id": "87c2a29c-be12-4b86-a0a4-ac0581b16ee4", "value": "http://localhost:8000/0381b85f-426e-4f0e-a3ca-04bd3e3534fd"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "2737fcc1-99fe-466e-81f9-53355283af59", "value": "Actos c\u00edvicos"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "be82895f-4a55-4c14-a5d1-687271fc082f", "value": "Artes esc\u00e9nicas y practicas sociales"}</skos:prefLabel>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/1e5513da-da37-4851-936f-194ab8b05f8d">
|
||||
<dcterms:identifier xml:lang="es">{"id": "a81d9811-dcf3-4807-9c8b-4dc2d0f87ef7", "value": "http://localhost:8000/1e5513da-da37-4851-936f-194ab8b05f8d"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "44c2c71c-f9b2-4b9e-9590-fd577a475400", "value": "Danzas"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/7a56f82d-7b43-403d-8c75-7e679168f787">
|
||||
<dcterms:identifier xml:lang="es">{"id": "d8faa787-662d-43d4-8ab5-5599bdad4553", "value": "http://localhost:8000/7a56f82d-7b43-403d-8c75-7e679168f787"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "8a35c959-1417-4edd-bfe0-2c5297eb005a", "value": "Festivales"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/66a3cb0b-bb1f-45ea-9e02-0ecf30081569">
|
||||
<skos:prefLabel xml:lang="es">{"id": "e5270642-c871-4c8b-88af-3256b9e5ab85", "value": "Oficios tradicionales"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "4a1b75a4-547a-43b6-9435-0a918d262476", "value": "http://localhost:8000/66a3cb0b-bb1f-45ea-9e02-0ecf30081569"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/c9b0b2a5-70c3-4c70-a334-2c36732c4a9b">
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/79f7b2e6-3502-489d-9f96-06070b6c6298">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "598c2f81-5d79-4ae3-89c6-926b86d898de", "value": "04"}</skos:hiddenLabel>
|
||||
<skos:prefLabel xml:lang="es">{"id": "94931c3c-4429-4cac-b679-52450bf25c69", "value": "Medicina tradicional"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "3c803992-4dab-4135-963d-2a6be49dde26", "value": "http://sprpcb_slocal:8000/79f7b2e6-3502-489d-9f96-06070b6c6298"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "e3ff27bc-b72c-4d7e-bbb8-5df83a4f03d1", "value": "01"}</skos:hiddenLabel>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/0343aceb-db58-4952-b13a-92a2f1ccb31e">
|
||||
<skos:prefLabel xml:lang="es">{"id": "995d33a6-9b06-4964-9400-6d988cf8de5e", "value": "Piscicultura"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "f8c93258-91c6-493d-b6d0-488ffe2e800b", "value": "http://sprpcb_slocal:8000/0343aceb-db58-4952-b13a-92a2f1ccb31e"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "5efa1551-cf9d-4e5b-bbd1-0fec1a932d7d", "value": "06"}</skos:hiddenLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/32b625ca-a0a8-4033-914c-22b0ec8d1022">
|
||||
<dcterms:identifier xml:lang="es">{"id": "3645a0e3-2020-4310-9fc8-67df3e5bd26c", "value": "http://sprpcb_slocal:8000/32b625ca-a0a8-4033-914c-22b0ec8d1022"}</dcterms:identifier>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "773e6825-2f64-47c0-821c-47129cae2e15", "value": "03"}</skos:hiddenLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "fdc52c9f-f4af-4435-8a6b-e872d4b3adf6", "value": "Bot\u00e1nica"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<arches:sortorder xml:lang="es">{"id": "b4355c3d-5fe9-4c8e-a7ce-a104b932ea19", "value": "01"}</arches:sortorder>
|
||||
<skos:prefLabel xml:lang="es">{"id": "bc0ef504-d19a-4372-b42c-e4a727012998", "value": "Conocimientos y saberes relacionados con la sociedad, naturaleza y universo"}</skos:prefLabel>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/d145a486-6aaa-4e1c-80db-bc8049b66736"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "5e8c78be-aa1e-4b8b-afac-77af268ba6a9", "value": "http://sprpcb_slocal:8000/c9b0b2a5-70c3-4c70-a334-2c36732c4a9b"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/084ed54d-96c3-4e00-935e-37146f14d950">
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "fa828bd9-d7ee-41fc-a5ae-5d7a894153b4", "value": "01"}</skos:hiddenLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "402cf04b-f063-460e-8e8b-dc5d5910b6ec", "value": "http://sprpcb_slocal:8000/084ed54d-96c3-4e00-935e-37146f14d950"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "b462ae87-1678-4284-aca9-8b3939cf2045", "value": "Agricultura y pecuaria "}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/fc786245-fc94-4f5e-84d8-f18b945948b5">
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "4d4ad434-5929-44a8-9815-19e9ec8717d9", "value": "02"}</skos:hiddenLabel>
|
||||
<skos:prefLabel xml:lang="es">{"id": "952699b9-8e6d-4ed7-87e0-9b06b5fe6cb1", "value": "Astronom\u00eda (Cosmovisiones)"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "a5b42c2d-f2dc-4fea-acb5-40f9f81f0467", "value": "http://sprpcb_slocal:8000/fc786245-fc94-4f5e-84d8-f18b945948b5"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/3705d158-31e0-4af4-b744-7f3f488b69e5">
|
||||
<skos:prefLabel xml:lang="es">{"id": "b8161b21-fa7c-40b0-b7a7-e3b1a39a7e7f", "value": "M\u00fasica Ritual"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "cd61c80c-2e38-4e19-88ba-0a6160fee9d5", "value": "http://localhost:8000/3705d158-31e0-4af4-b744-7f3f488b69e5"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/780d3460-75a5-4e34-9df5-85481933a002">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "be81b6ef-0ed2-44c0-ab0f-39fe10c6d9ef", "value": "01"}</skos:hiddenLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "88076bce-b4e1-444c-90ef-ed5443063335", "value": "http://sprpcb_slocal:8000/780d3460-75a5-4e34-9df5-85481933a002"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "c1f6d668-b782-4a15-8897-48637a9c9670", "value": "Actos festivos"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/7835c501-bb3e-4306-b75c-9a19f322aa81">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "ebd38c8a-2f86-431c-84c0-4902fef7e2aa", "value": "Expresiones musicales"}</skos:prefLabel>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/bc0736d0-fe41-42d1-a760-7dc676cbe2c7">
|
||||
<dcterms:identifier xml:lang="es">{"id": "437aee18-e9cf-4bbb-b2ca-9905abfc9e74", "value": "http://localhost:8000/bc0736d0-fe41-42d1-a760-7dc676cbe2c7"}</dcterms:identifier>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/c801cf0d-c2cc-4feb-a818-b6e7a61cdcc8"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/153677b9-538e-439b-b6bd-86d6fb91b324"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/23f247dd-37cf-4cb3-b038-ec738edef871"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/86247d53-90a2-4748-83f6-ce23d4fa91ed"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/3705d158-31e0-4af4-b744-7f3f488b69e5"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/954a1b7e-1dcf-4044-92b6-dd00fd7e7c91"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/a9f0bf7b-774e-41c5-8e52-af1f803871b9"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/b58b76e1-137f-4e36-9b1a-3c0ecb58a605"/>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "8893aeb1-d793-4223-a18b-e245c543cd52", "value": "Formas musicales"}</skos:prefLabel>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/fa926805-0240-45fd-a044-9d68aebcd396"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/a3325f70-b2da-47c2-bb96-d3f7de7b7075"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/0ac59219-5d82-4652-a65f-023226232026">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/1e051e4a-0a68-402e-b5e5-b11b90ac601b"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/ffad3ebb-e01e-4895-b05e-0693ad65a866"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "ff530ee2-6099-4d84-ba3d-5043dd1cb948", "value": "http://localhost:8000/0ac59219-5d82-4652-a65f-023226232026"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "c0898cc1-29fe-4cc8-850c-eca6f8816b3c", "value": "G\u00e9neros musicales"}</skos:prefLabel>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/1808f535-c54a-4028-acf0-1474fe1f122e"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/8271214d-38d6-4dd6-9a81-f4f24f29607b"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/f84073ab-c540-46f2-b804-8cfae29d5a2f"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/ad3b8f30-8449-4c9c-a2bd-9e80db0f774f"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/2bf8793e-0dc4-4d4c-b41c-74096d792b45">
|
||||
<skos:prefLabel xml:lang="es">{"id": "933f8eb7-a1b6-4469-b44d-bc2a193ebfd2", "value": "Canto"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/0d09034f-ef78-4e03-a967-0fd98a301f88"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/6777a0f4-53a0-4087-9b6c-96441e15fbb2"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "81218326-5d49-4dce-bb4e-ec1ce8cf486f", "value": "http://localhost:8000/2bf8793e-0dc4-4d4c-b41c-74096d792b45"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/8f652a80-9096-470e-92a2-713d0e3e0227">
|
||||
<dcterms:identifier xml:lang="es">{"id": "80d46933-4b05-438c-8f6d-0d3993ea74ee", "value": "http://localhost:8000/8f652a80-9096-470e-92a2-713d0e3e0227"}</dcterms:identifier>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/f99c9473-1c13-4222-9f6d-7a08dbc7ab1f"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/067f4f1c-ef25-44e6-bb90-5c753f716c3f"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "c4a44bc5-13e2-4897-9b8d-88c257d85048", "value": "Danzas"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/28301e5b-7bbd-4315-bd69-976106be5c1d"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<dcterms:identifier xml:lang="es">{"id": "e79f2336-46d3-41cd-90ea-b53d63a98050", "value": "http://localhost:8000/7835c501-bb3e-4306-b75c-9a19f322aa81"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/a3325f70-b2da-47c2-bb96-d3f7de7b7075">
|
||||
<dcterms:identifier xml:lang="es">{"id": "647afab3-0bc5-4eda-a9ba-e5571111b2c1", "value": "http://localhost:8000/a3325f70-b2da-47c2-bb96-d3f7de7b7075"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "c91e0e0a-a043-40c1-a39f-b6a78ede8eff", "value": "M\u00fasica Afroboliviana"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/683f9411-d5be-43bc-a489-f93f421fa481">
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/2ccd5c49-598d-416f-9401-d02fac581f31">
|
||||
<dcterms:identifier xml:lang="es">{"id": "596d13dc-fd60-4297-9da0-e031c46daf83", "value": "http://localhost:8000/2ccd5c49-598d-416f-9401-d02fac581f31"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "aa4db4c8-0234-4d82-a504-97917eb0cb56", "value": "T\u00e9cnicas de crianza pisc\u00edcola"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/ccf86cc9-332d-4f00-be8e-ab781271efa1">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "15ccf28a-bedf-4345-9f79-0fc8a3a95c22", "value": "http://localhost:8000/ccf86cc9-332d-4f00-be8e-ab781271efa1"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "237ed805-e832-4979-80cb-8d2f6d646d28", "value": "T\u00e9cnicas y formas artesanales"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/e56005b7-7243-490d-b757-7a5914ae232a">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "6d533e05-2321-4ba5-875f-b8e7db74e2b0", "value": "T\u00e9cnicas constructivas"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "d8e04666-7290-4159-8a88-3d90690f7de7", "value": "http://localhost:8000/e56005b7-7243-490d-b757-7a5914ae232a"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/d51f2461-412b-406a-a172-597348f3ea22">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "9a7376ef-08df-4ed5-86e7-2253fd95dfa4", "value": "Elaboraci\u00f3n indumentaria"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "223a60d3-1e8b-4050-bd16-0e9e0d1fd27f", "value": "http://localhost:8000/d51f2461-412b-406a-a172-597348f3ea22"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/a1d9fef3-d67d-4712-b922-2c914782b054">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "b76b39bb-fcd2-4b72-9720-cdc2baa1df43", "value": "http://localhost:8000/a1d9fef3-d67d-4712-b922-2c914782b054"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "a0e4f8bb-9310-4344-b025-2609c8a26ec2", "value": "Descripci\u00f3n T\u00e9cnica de instrumentos musicales "}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/66a3cb0b-bb1f-45ea-9e02-0ecf30081569"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "bdf294a1-ac63-44c4-8ab6-63bf68337262", "value": "http://localhost:8000/683f9411-d5be-43bc-a489-f93f421fa481"}</dcterms:identifier>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/217b4d44-5709-45f1-b5b1-5aa1621a780f">
|
||||
<dcterms:identifier xml:lang="es">{"id": "c3440475-aaec-4a26-b5d6-bc43296923ea", "value": "http://localhost:8000/217b4d44-5709-45f1-b5b1-5aa1621a780f"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "da719d9d-e927-4281-aeef-d551a1da07ff", "value": "Historias de vida de formas de hacer"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/dd6c0e1a-0306-44e9-b53f-76db46f18062">
|
||||
<dcterms:identifier xml:lang="es">{"id": "ad42d909-9550-492c-8306-4ad9b1e239a0", "value": "http://localhost:8000/dd6c0e1a-0306-44e9-b53f-76db46f18062"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "4a4f032f-ec56-4981-a2dc-4030b864ef7e", "value": "T\u00e9cnicas de crianza pecuaria"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/95aabad5-1a20-4d9d-b2fc-3a848c66f00c">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "6838be9a-8920-46b1-9675-17cf7145d76d", "value": "Tecnicas de cultivo agr\u00edcola"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "e87a0906-6273-4eb3-9de3-d80545767e1e", "value": "http://localhost:8000/95aabad5-1a20-4d9d-b2fc-3a848c66f00c"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:prefLabel xml:lang="es">{"id": "dfbe2ed3-ead5-4be2-86eb-c33585c42793", "value": "Formas de hacer y t\u00e9cnicas tradicionales"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/d9cc9cc4-4151-4999-8b7c-e8802306f109">
|
||||
<dcterms:identifier xml:lang="es">{"id": "46dac791-148d-4ccd-8654-ed4f09968763", "value": "http://localhost:8000/d9cc9cc4-4151-4999-8b7c-e8802306f109"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "c533891f-d44c-4616-8130-81b87a070d65", "value": "Ritualidades"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/0547d2a0-8cb7-42eb-9b97-82b539ea4252">
|
||||
<skos:prefLabel xml:lang="es">{"id": "d25c7b1d-fa9f-4012-9ee6-a13abfa39b2b", "value": "Canciones infantiles"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "55584272-1589-442f-bfa1-48e432b68ea0", "value": "http://localhost:8000/0547d2a0-8cb7-42eb-9b97-82b539ea4252"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/be73f003-6001-437f-8d88-3c549dedff99">
|
||||
<dcterms:identifier xml:lang="es">{"id": "6c86d82d-d076-4d83-b608-72fdecaff77e", "value": "http://localhost:8000/be73f003-6001-437f-8d88-3c549dedff99"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "2e6ff3f6-0a6d-4022-bc85-2fcc005600fa", "value": "Biling\u00fce"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/92dc8562-6426-4703-bcc2-5481da1d942f">
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/d9cc9cc4-4151-4999-8b7c-e8802306f109"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "52731395-b0cb-46d6-ad1d-2b5ef8536a82", "value": "http://localhost:8000/92dc8562-6426-4703-bcc2-5481da1d942f"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/319f7194-1701-49ac-8f19-ea249e324fcf">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "cb09369e-d7a1-46e5-9431-5622259cb97d", "value": "http://localhost:8000/319f7194-1701-49ac-8f19-ea249e324fcf"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "f29a1aac-dd41-402d-a93f-73c88b84675c", "value": "T\u00e9cnicas de construcci\u00f3n ancestral"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/113b60eb-c5db-4672-86e6-2b3b4cc66ddb">
|
||||
<dcterms:identifier xml:lang="es">{"id": "dfb6c877-f00a-4d75-b83e-06848c17dc33", "value": "http://localhost:8000/113b60eb-c5db-4672-86e6-2b3b4cc66ddb"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "ff02bc82-4c0c-4b30-9b69-9795254ca91e", "value": "Filosof\u00eda"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/bc96c906-3608-4c6a-bbb7-73b8072f9d77">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "c2a49d1e-4420-40d0-a40f-469c194b0e97", "value": "Construcci\u00f3n de uso familiar"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "0ad11693-6580-470d-b37d-40468471a52e", "value": "http://localhost:8000/bc96c906-3608-4c6a-bbb7-73b8072f9d77"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/9f3ed32c-7a0f-400e-ba9d-14fa307be072">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "5ee652b5-d9ea-484d-9201-d5473ae9095a", "value": "http://localhost:8000/9f3ed32c-7a0f-400e-ba9d-14fa307be072"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "70fe138a-5536-4ed7-88a8-ceb8bdbd6e0b", "value": "Ceremonias"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:prefLabel xml:lang="es">{"id": "ff6cc144-394c-44f2-8531-79ded42b0302", "value": "Cosmovisi\u00f3n, religiosidad y espiritualidad"}</skos:prefLabel>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/cacd900d-0d21-4afe-bad7-e2ef9df939c5">
|
||||
<skos:prefLabel xml:lang="es">{"id": "c28a1ac9-d6d0-4f45-8e54-38109c55bc2e", "value": "Sitios y lugares sagrados"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "8a6b0bca-40cc-40c4-8a14-b36640a00939", "value": "http://localhost:8000/cacd900d-0d21-4afe-bad7-e2ef9df939c5"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/3cd2f592-731b-4506-be11-c781b7c2ef70">
|
||||
<skos:prefLabel xml:lang="es">{"id": "4c47a5b3-c01a-4401-9186-eb6ce6340d85", "value": "Ritual"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "17ac6bab-764e-4d4f-b32c-30ee681f3296", "value": "http://localhost:8000/3cd2f592-731b-4506-be11-c781b7c2ef70"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/8bbd876b-df5d-4ecb-a681-3c60c512252a">
|
||||
<skos:prefLabel xml:lang="es">{"id": "291c8835-e789-4c16-be4a-87a1e99a194b", "value": "\u00c1mbito - sub\u00e1mbito"}</skos:prefLabel>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/5b6e8abb-48c3-4500-aa5c-e80f05af9ca4"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/623c1ec6-8e80-4659-a377-0b81f63ad035">
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/9dc1b85a-301e-4b16-b911-9138c84e64b0"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/780d3460-75a5-4e34-9df5-85481933a002"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/0842b659-3b14-4951-afef-f7424a519c41"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "5472f2ca-c7c8-4848-bea6-77b38ecf23ad", "value": "http://sprpcb_slocal:8000/623c1ec6-8e80-4659-a377-0b81f63ad035"}</dcterms:identifier>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "df7df60a-8204-4c83-ae9c-71b9f806db1c", "value": "05"}</skos:hiddenLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<arches:sortorder xml:lang="es">{"id": "d9f1573e-5067-47d7-a162-f9065420357b", "value": "05"}</arches:sortorder>
|
||||
<skos:prefLabel xml:lang="es">{"id": "fd6bf053-a982-4b7f-a4ad-36c804bb510b", "value": "Espiritualidad, ritualidad y actos festivos"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<dcterms:identifier xml:lang="es">{"id": "0952d678-08fb-11f0-aad7-db114163091c", "value": "http://localhost:8000/8bbd876b-df5d-4ecb-a681-3c60c512252a"}</dcterms:identifier>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/bbb49966-21af-4f4a-b8d7-484f9d0c453e">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "e8efa3e9-8c6e-440b-bc18-980b08b2c355", "value": "Artes esc\u00e9nicas y pr\u00e1cticas sociales "}</skos:prefLabel>
|
||||
<arches:sortorder xml:lang="es">{"id": "5bb26822-bdc0-4d97-a078-981edfbe4c00", "value": "03"}</arches:sortorder>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/f8e96621-5559-42ac-827c-13e815abb216"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "e5a309fd-1c33-4aef-9ebb-82421ff42648", "value": "http://sprpcb_slocal:8000/bbb49966-21af-4f4a-b8d7-484f9d0c453e"}</dcterms:identifier>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "0b3ce447-6dba-4149-bcc1-4e65563c0a9d", "value": "03"}</skos:hiddenLabel>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/86096e79-df67-4145-818a-b864fc4d0fe4"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/1c013622-2c92-40f3-af12-480ca69d9326">
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "9954ec81-7b0a-4cb9-a42a-f0e6196533d3", "value": "06"}</skos:hiddenLabel>
|
||||
<skos:prefLabel xml:lang="es">{"id": "f425392e-6399-4440-a432-f07a4f65e4d5", "value": "Musica y Danzas"}</skos:prefLabel>
|
||||
<arches:sortorder xml:lang="es">{"id": "d0dbdedf-0485-470f-827a-53adc09eb2a1", "value": "06"}</arches:sortorder>
|
||||
<dcterms:identifier xml:lang="es">{"id": "ea10e612-db98-4c30-b683-3964fb1a328b", "value": "http://sprpcb_slocal:8000/1c013622-2c92-40f3-af12-480ca69d9326"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/d478adb3-f48b-4c47-8df7-4ec02d1807b9"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/91b318f9-b677-4185-b3e3-886edf65a1af"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/49558a04-9019-4cdc-80b4-1cabd47f5edf">
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/6c3960bc-2df2-4aef-84ba-ec92c5300d37"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "ddf3995c-dec2-4682-8889-94924a5fb6fc", "value": "Formas tradicionales de organizaci\u00f3n socio cultural"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "cc7a8257-2049-45d3-8655-60b052304ae5", "value": "http://sprpcb_slocal:8000/49558a04-9019-4cdc-80b4-1cabd47f5edf"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/89e18795-6d71-4a65-9000-b75d0e6630be"/>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "a27ed866-9a8c-4137-96bd-c60de603d693", "value": "04"}</skos:hiddenLabel>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/9a083a89-aa42-4104-9e64-30ca0bf462d2"/>
|
||||
<arches:sortorder xml:lang="es">{"id": "ec8cb4dc-40f2-49ea-a56e-863d527cc2fd", "value": "04"}</arches:sortorder>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/c9b0b2a5-70c3-4c70-a334-2c36732c4a9b"/>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/60c511a0-4fc2-4491-8cc7-1fbb699139b5">
|
||||
<dcterms:identifier xml:lang="es">{"id": "024db6fb-e8c3-4883-a725-7b8c6fc1927c", "value": "http://sprpcb_slocal:8000/60c511a0-4fc2-4491-8cc7-1fbb699139b5"}</dcterms:identifier>
|
||||
<arches:sortorder xml:lang="es">{"id": "dd11624a-ca05-4fc3-99bb-e0d5f068c23c", "value": "07"}</arches:sortorder>
|
||||
<skos:prefLabel xml:lang="es">{"id": "3fe1d88c-c4f5-4ee6-9d58-908a6051074e", "value": "Formas de expresi\u00f3n, transmision y t\u00e9cnicas tradicionales"}</skos:prefLabel>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "52decbfe-0eb5-4b54-9d7c-25409b2c87a0", "value": "07"}</skos:hiddenLabel>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/2329d952-9981-403f-80ee-1bc26d64d3ed"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/155cc593-5708-4aca-ad45-5c2932b9700f"/>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/91b318f9-b677-4185-b3e3-886edf65a1af">
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "f6d929f0-b967-4e49-8f13-3f9bd89542c2", "value": "02"}</skos:hiddenLabel>
|
||||
<skos:prefLabel xml:lang="es">{"id": "399d36a6-0427-457e-988d-a60bf0fecc32", "value": "M\u00fasica"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "3307023e-03ca-4363-b772-e465a9f61e7e", "value": "http://sprpcb_slocal:8000/91b318f9-b677-4185-b3e3-886edf65a1af"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/83124424-a29e-4be8-912c-a593a53a5c30">
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/3cd2f592-731b-4506-be11-c781b7c2ef70"/>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/b954fd45-fd9a-4790-90be-83b47de22f2b">
|
||||
<skos:prefLabel xml:lang="es">{"id": "fb4f5054-7384-43b1-a9ef-99dd3c49fc00", "value": "Intercambio"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "3ad6db20-b2d8-4e7d-be2b-1d424407bf22", "value": "http://localhost:8000/b954fd45-fd9a-4790-90be-83b47de22f2b"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/c21aaf0f-2955-4047-a14c-bb323a5a1149">
|
||||
<dcterms:identifier xml:lang="es">{"id": "0718176b-8f1b-4f16-a5fa-0e1d00630f96", "value": "http://localhost:8000/c21aaf0f-2955-4047-a14c-bb323a5a1149"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "82a29bed-b5f0-4b10-9829-0adde0d08600", "value": "Creencia"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<dcterms:identifier xml:lang="es">{"id": "915dc6fa-06f8-469e-89ef-3af68468c3f0", "value": "http://localhost:8000/83124424-a29e-4be8-912c-a593a53a5c30"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "e1d8bf5c-d5f8-4449-8c78-f44656f6ec55", "value": "Comunidad rasgo cultural"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/89e18795-6d71-4a65-9000-b75d0e6630be">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "12886e9d-298c-40e5-bff9-bd819771d823", "value": "http://sprpcb_slocal:8000/89e18795-6d71-4a65-9000-b75d0e6630be"}</dcterms:identifier>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "6d477fc7-b53b-480e-937e-cff75a08cd56", "value": "03"}</skos:hiddenLabel>
|
||||
<skos:prefLabel xml:lang="es">{"id": "538ddbbb-9eb4-4d48-a1fc-a545f7743831", "value": "Sistemas productivos y de intercambio"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/8b4c33cc-5031-4495-ad8e-9f7defe16416">
|
||||
<skos:prefLabel xml:lang="es">{"id": "69822459-ca73-43ad-b84e-adacdc130099", "value": "Tipo alcance legal"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "043f7d82-282d-4e27-8257-4c32d38573ff", "value": "http://localhost:8000/8b4c33cc-5031-4495-ad8e-9f7defe16416"}</dcterms:identifier>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/fe7155bd-e5ba-4255-82c6-6e43d3d46342">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "ed1c2889-b7a4-457a-b6d4-352a0b9d0f98", "value": "http://localhost:8000/fe7155bd-e5ba-4255-82c6-6e43d3d46342"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "9f206aef-8f00-49b6-9968-058109e08485", "value": "Individual"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/2a7bdcc0-0b43-4e78-8b39-ee6ca1cb0eaa">
|
||||
<skos:prefLabel xml:lang="es">{"id": "40963972-6197-48e0-8429-3cea56788dd4", "value": "De conjunto"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "1088e443-de08-42ac-b096-0a2368822723", "value": "http://localhost:8000/2a7bdcc0-0b43-4e78-8b39-ee6ca1cb0eaa"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/0d09034f-ef78-4e03-a967-0fd98a301f88">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "c174350c-c06f-4baa-b786-a42a7075be64", "value": "Popular"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "8fda7bb9-5de0-4930-8d62-b8d3db654bd5", "value": "http://localhost:8000/0d09034f-ef78-4e03-a967-0fd98a301f88"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/63d5b457-fff2-4c49-9b05-1387714ce6f5">
|
||||
<dcterms:identifier xml:lang="es">{"id": "bd639387-d529-4e7c-bcad-6831c3109c4d", "value": "http://localhost:8000/63d5b457-fff2-4c49-9b05-1387714ce6f5"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "0237344f-6df2-4a58-b936-077fc7c87175", "value": "Chistes"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/2329d952-9981-403f-80ee-1bc26d64d3ed">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "35d1136d-97a1-4cc2-9540-fca98f081897", "value": "http://sprpcb_slocal:8000/2329d952-9981-403f-80ee-1bc26d64d3ed"}</dcterms:identifier>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "6aa73b57-a6b2-466f-abea-74984f75dfa3", "value": "02"}</skos:hiddenLabel>
|
||||
<skos:prefLabel xml:lang="es">{"id": "85d2818b-e589-4f1b-960d-baaf38a6527f", "value": "T\u00e9cnicas tradicionales"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/f84073ab-c540-46f2-b804-8cfae29d5a2f">
|
||||
<dcterms:identifier xml:lang="es">{"id": "34981e46-c694-4b3e-af13-b799b2dd4a5f", "value": "http://localhost:8000/f84073ab-c540-46f2-b804-8cfae29d5a2f"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "18364ef9-7878-439b-9ae6-5d7845e185a1", "value": "M\u00fasica Colonial"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/f8e96621-5559-42ac-827c-13e815abb216">
|
||||
<dcterms:identifier xml:lang="es">{"id": "555d48d6-a60c-4661-85d5-c3143b58877a", "value": "http://sprpcb_slocal:8000/f8e96621-5559-42ac-827c-13e815abb216"}</dcterms:identifier>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "ca3925f6-1a08-461f-8050-c14c5214b465", "value": "01"}</skos:hiddenLabel>
|
||||
<skos:prefLabel xml:lang="es">{"id": "5319e00a-137a-4115-a713-7366c6654112", "value": "Artes esc\u00e9nicas"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/c801cf0d-c2cc-4feb-a818-b6e7a61cdcc8">
|
||||
<skos:prefLabel xml:lang="es">{"id": "e6323cbf-1077-4730-847e-7aa0919f202d", "value": "M\u00fasica Eclesial"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "847af255-cb04-4cdc-afc2-a83ed1aeda78", "value": "http://localhost:8000/c801cf0d-c2cc-4feb-a818-b6e7a61cdcc8"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/1808f535-c54a-4028-acf0-1474fe1f122e">
|
||||
<skos:prefLabel xml:lang="es">{"id": "b34bf7f9-897a-4a02-9214-457ba3ed2bf4", "value": "M\u00fasica Tradicional"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "a0d502cf-f325-42ea-ab85-e2813b258d76", "value": "http://localhost:8000/1808f535-c54a-4028-acf0-1474fe1f122e"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/067f4f1c-ef25-44e6-bb90-5c753f716c3f">
|
||||
<dcterms:identifier xml:lang="es">{"id": "871dff07-e01a-4e91-98b1-89bdf0cc54af", "value": "http://localhost:8000/067f4f1c-ef25-44e6-bb90-5c753f716c3f"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "2a47ebc8-50c8-4f8a-af93-a6ab608ab92f", "value": "Acad\u00e9mica"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/7eb1fb20-5973-43ab-aad4-312b87f9145a">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "1bac367a-29b2-4505-bac1-1360e604af90", "value": "Pluriling\u00fce"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "1de83834-3c47-41f7-a54b-d2f81e833f01", "value": "http://localhost:8000/7eb1fb20-5973-43ab-aad4-312b87f9145a"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/9a083a89-aa42-4104-9e64-30ca0bf462d2">
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "6533608c-144b-4255-baf6-62ca2a589dcf", "value": "01"}</skos:hiddenLabel>
|
||||
<skos:prefLabel xml:lang="es">{"id": "34843530-9dbd-4e3a-b722-711dfa111aee", "value": "Formas de organizaci\u00f3n territorial"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "313d2351-44b9-471c-810d-632a73fb49b0", "value": "http://sprpcb_slocal:8000/9a083a89-aa42-4104-9e64-30ca0bf462d2"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/fa926805-0240-45fd-a044-9d68aebcd396">
|
||||
<dcterms:identifier xml:lang="es">{"id": "2ad1be25-c3e5-4e62-9c6d-68f98e72bb19", "value": "http://localhost:8000/fa926805-0240-45fd-a044-9d68aebcd396"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "e82da632-a03e-4d22-be0d-53fb870c0e6c", "value": "M\u00fasica Social"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/befaefb3-42bf-4a2f-9cb6-e2dadce7b874">
|
||||
<skos:prefLabel xml:lang="es">{"id": "23182e4c-0c85-4dd4-bba2-39e7a3aeeec6", "value": "Adivinanzas"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "1b7e7ed2-2581-48dc-a580-f4fd61742d9f", "value": "http://localhost:8000/befaefb3-42bf-4a2f-9cb6-e2dadce7b874"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/3399cc2f-09d9-40d8-a11f-bb88fe01ccf1">
|
||||
<dcterms:identifier xml:lang="es">{"id": "dcf06fa1-1083-40f5-b05e-9bf4f08deb1d", "value": "http://localhost:8000/3399cc2f-09d9-40d8-a11f-bb88fe01ccf1"}</dcterms:identifier>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/ba109412-9c7d-4b9d-8638-6d054c057593">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "ac9bf7d5-5ebe-428c-b88f-bb7b2f644a87", "value": "Normas consuetudinarias"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "da4b3c96-1cec-412e-b182-dc0ecbb899ce", "value": "http://localhost:8000/ba109412-9c7d-4b9d-8638-6d054c057593"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/0cb9eb3e-8fb1-4e12-a6e9-0eda4e1bfdd9">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "3810291a-d6c4-42ba-bda7-f1c24658d71c", "value": "http://localhost:8000/0cb9eb3e-8fb1-4e12-a6e9-0eda4e1bfdd9"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "5cf9e0ad-97b1-4aa2-aab8-085a3d6c73e1", "value": "Formas de ejercicio de la justicia"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/3c601399-834d-43b6-888a-449c3b5be28b">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "f1a7dc7f-3353-4d21-84ae-027b92a83681", "value": "http://localhost:8000/3c601399-834d-43b6-888a-449c3b5be28b"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "d0287987-aee9-4beb-b917-a8f28fbe721f", "value": "Historias de vida de autoridades tradicionales"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:prefLabel xml:lang="es">{"id": "19ebc1d9-78b0-4dc5-a0d1-467af37ad735", "value": "Formas tradicionales de organizaci\u00f3n socio cultural"}</skos:prefLabel>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/abb741c2-74b0-4d11-9a2e-ecb79106b11a">
|
||||
<skos:prefLabel xml:lang="es">{"id": "6607c5b4-0da3-411e-9e77-603617fa7be8", "value": "Formas de organizaci\u00f3n territorial"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "098bcd8b-25d9-41e1-9347-297d45624c57", "value": "http://localhost:8000/abb741c2-74b0-4d11-9a2e-ecb79106b11a"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/372a40b6-0026-497f-b4d8-0ea64c86a266"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/cc0d15cf-2130-41d3-9e30-e685eba923dc">
|
||||
<dcterms:identifier xml:lang="es">{"id": "7f5d3f33-2456-4afd-896a-371e393f2480", "value": "http://localhost:8000/cc0d15cf-2130-41d3-9e30-e685eba923dc"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "bf356c16-8705-42f9-8947-6abf28e51a73", "value": "Principios y valores"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/b58b76e1-137f-4e36-9b1a-3c0ecb58a605">
|
||||
<dcterms:identifier xml:lang="es">{"id": "e9fbb534-ff63-45b7-a7a6-94d257b87cd8", "value": "http://localhost:8000/b58b76e1-137f-4e36-9b1a-3c0ecb58a605"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "d1998644-685d-418a-a31b-6432f27559d2", "value": "M\u00fasica Rememoranza"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/55eb602a-34e7-4883-8f0d-4342326380d3">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "6d9a3b0a-175d-490a-9a46-3908a364454d", "value": "http://localhost:8000/55eb602a-34e7-4883-8f0d-4342326380d3"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "708b3ff9-5f04-4837-8015-9badca352ccf", "value": "Poes\u00eda"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/a562f7a3-df14-425d-8972-d1a50977c8f6">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "e9e6832e-0883-48a5-ba21-5f851b7450ed", "value": "Lengua materna"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "687f3670-563b-4b1c-8385-6df3ff112dd6", "value": "http://localhost:8000/a562f7a3-df14-425d-8972-d1a50977c8f6"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/f7cedb98-3899-4224-be1d-85aad7189678">
|
||||
<dcterms:identifier xml:lang="es">{"id": "48d1c75b-19a1-472e-9945-0ec06a7d35b8", "value": "http://localhost:8000/f7cedb98-3899-4224-be1d-85aad7189678"}</dcterms:identifier>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/f4aea768-26a4-45c0-98d6-2865dc1cd7d4">
|
||||
<dcterms:identifier xml:lang="es">{"id": "27f8b43b-d994-4ef6-88b0-b8977b1d4946", "value": "http://localhost:8000/f4aea768-26a4-45c0-98d6-2865dc1cd7d4"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "b1a2f924-1845-4911-9be7-f2c0aab4b964", "value": "Canciones"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/63d5b457-fff2-4c49-9b05-1387714ce6f5"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/c0666aa8-5e1f-4714-8321-b208f2e84a62">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "735f05e4-11d3-48c0-83b6-0c66ae30358c", "value": "http://localhost:8000/c0666aa8-5e1f-4714-8321-b208f2e84a62"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "f48b2b49-9b4e-4e82-9357-e000462e5312", "value": "Mitos"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:prefLabel xml:lang="es">{"id": "1fe177da-ad1f-4eec-b51a-4c21150d0a37", "value": "Tradiciones y expresiones orales"}</skos:prefLabel>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/0547d2a0-8cb7-42eb-9b97-82b539ea4252"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/55eb602a-34e7-4883-8f0d-4342326380d3"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/befaefb3-42bf-4a2f-9cb6-e2dadce7b874"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/105fedaf-9170-41c0-a421-37c0385ad2fb">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "097dd781-b7e3-46cb-af20-12675aa609c4", "value": "Relatos de la historia"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "3ae092f2-48ce-41b0-8654-184efbedbbb9", "value": "http://localhost:8000/105fedaf-9170-41c0-a421-37c0385ad2fb"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/8c0b950c-3a81-4692-ad88-ae013fe0ca03"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/377eedf6-d504-4cce-93cd-dd4f1c5908cd">
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/a562f7a3-df14-425d-8972-d1a50977c8f6"/>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/7eb1fb20-5973-43ab-aad4-312b87f9145a"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/be73f003-6001-437f-8d88-3c549dedff99"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/41fac5eb-5b08-4e8a-bb60-9a2242f0a49e"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/d884463a-dfc2-4241-8f3c-f356f6af925e"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "d2a24278-85f8-422d-85c6-24e4009f191f", "value": "Lenguas e idiomas"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "f15033b7-b826-4576-8413-668840c2cc8d", "value": "http://localhost:8000/377eedf6-d504-4cce-93cd-dd4f1c5908cd"}</dcterms:identifier>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/60a83226-62a7-4b70-b92c-c99bdcb38e7f"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/db739637-861d-480a-8c2a-4b9ac11bb3cc">
|
||||
<dcterms:identifier xml:lang="es">{"id": "3a653e68-897a-40f4-a2e9-6b0f730835c5", "value": "http://localhost:8000/db739637-861d-480a-8c2a-4b9ac11bb3cc"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "f14150f4-31db-4fac-9f70-647d6478f0c2", "value": "Refranes"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/68f52b21-ce3e-4fa9-9249-494dfb457969">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "29a2ed34-bbc1-4132-b95f-96d7b7013e10", "value": "Cuentos"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "d390337a-b587-49d5-9667-fe98f3bc8130", "value": "http://localhost:8000/68f52b21-ce3e-4fa9-9249-494dfb457969"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/d478adb3-f48b-4c47-8df7-4ec02d1807b9">
|
||||
<skos:prefLabel xml:lang="es">{"id": "e5d63e34-8914-4171-89c0-ef85e155434b", "value": "Danza"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "a26e089f-7001-47ec-a972-cd940a9da038", "value": "http://sprpcb_slocal:8000/d478adb3-f48b-4c47-8df7-4ec02d1807b9"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "406803ca-c1de-48ae-b7c5-388668f0ebe3", "value": "01"}</skos:hiddenLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/a9f0bf7b-774e-41c5-8e52-af1f803871b9">
|
||||
<skos:prefLabel xml:lang="es">{"id": "a546a16c-212b-4088-ba82-a86e07ece9ca", "value": "M\u00fasica Fusi\u00f3n"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "ee68e767-8e32-4fb2-a29b-55603a581999", "value": "http://localhost:8000/a9f0bf7b-774e-41c5-8e52-af1f803871b9"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/6777a0f4-53a0-4087-9b6c-96441e15fbb2">
|
||||
<dcterms:identifier xml:lang="es">{"id": "4691b801-940d-49e6-ae9a-743940e421ab", "value": "http://localhost:8000/6777a0f4-53a0-4087-9b6c-96441e15fbb2"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "3f0b98e0-3e0f-43a7-84a8-0d1f6473ae1d", "value": "L\u00edrico"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/8271214d-38d6-4dd6-9a81-f4f24f29607b">
|
||||
<dcterms:identifier xml:lang="es">{"id": "7b725780-5ebd-4873-a5ed-64a4722a2e94", "value": "http://localhost:8000/8271214d-38d6-4dd6-9a81-f4f24f29607b"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "6734af3e-4791-4d75-82c4-3fb2b73aed20", "value": "M\u00fasica ind\u00edgena"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/28301e5b-7bbd-4315-bd69-976106be5c1d">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "f43eca6f-18fb-485a-842a-dbbb94c2612f", "value": "Regional"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "4402991e-913f-4111-9396-b5d8982c63c3", "value": "http://localhost:8000/28301e5b-7bbd-4315-bd69-976106be5c1d"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/155cc593-5708-4aca-ad45-5c2932b9700f">
|
||||
<skos:prefLabel xml:lang="es">{"id": "952ec1d4-9d7b-4a34-bec7-635f6f559ce7", "value": "Formas de hacer"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "80d502a8-5e7d-441e-824f-ebd9d783dc58", "value": "http://sprpcb_slocal:8000/155cc593-5708-4aca-ad45-5c2932b9700f"}</dcterms:identifier>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "551dddc2-4a29-4091-af0f-28640383c391", "value": "01"}</skos:hiddenLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/60a83226-62a7-4b70-b92c-c99bdcb38e7f">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "d672a9d4-1f30-42a6-96b7-775966b05653", "value": "http://localhost:8000/60a83226-62a7-4b70-b92c-c99bdcb38e7f"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "b9fb431c-2e1e-4274-afae-aef41e3dc562", "value": "Segunda lengua"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/86096e79-df67-4145-818a-b864fc4d0fe4">
|
||||
<skos:prefLabel xml:lang="es">{"id": "6923a4e6-fd6e-403b-858d-b8d06e1834ab", "value": "Pr\u00e1cticas sociales"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "30d01997-f21e-4810-be73-5b4a058ae866", "value": "http://sprpcb_slocal:8000/86096e79-df67-4145-818a-b864fc4d0fe4"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "99e02a56-8f6c-4775-b476-c90b31fa1bf7", "value": "02"}</skos:hiddenLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/ad3b8f30-8449-4c9c-a2bd-9e80db0f774f">
|
||||
<skos:prefLabel xml:lang="es">{"id": "ca527379-d007-4fca-b2a9-eb49513e8dc6", "value": "M\u00fasica Aut\u00f3ctona o Etnom\u00fasica"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "2d68d8e5-60ed-40e1-8099-cbd7e8776651", "value": "http://localhost:8000/ad3b8f30-8449-4c9c-a2bd-9e80db0f774f"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/ffad3ebb-e01e-4895-b05e-0693ad65a866">
|
||||
<skos:prefLabel xml:lang="es">{"id": "6286d090-384e-4364-ae35-362c8dde6840", "value": "M\u00fasica Contempor\u00e1nea"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "7a8c5733-22c8-4719-8071-adad71d318cb", "value": "http://localhost:8000/ffad3ebb-e01e-4895-b05e-0693ad65a866"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/9dc1b85a-301e-4b16-b911-9138c84e64b0">
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "50a5949c-dc51-45f1-9842-541a7f57649a", "value": "02"}</skos:hiddenLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "b03f0843-81e1-49df-a452-972d4ef030a8", "value": "Espiritualidad"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "82a55f30-dcc9-45aa-ae48-5bc97da569dd", "value": "http://sprpcb_slocal:8000/9dc1b85a-301e-4b16-b911-9138c84e64b0"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/d884463a-dfc2-4241-8f3c-f356f6af925e">
|
||||
<dcterms:identifier xml:lang="es">{"id": "cb4b4aa8-1000-47e0-b069-7701caf6af01", "value": "http://localhost:8000/d884463a-dfc2-4241-8f3c-f356f6af925e"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "009ee1ce-817d-434f-aaab-2d4a5dd352d1", "value": "Lengua viva"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/23f247dd-37cf-4cb3-b038-ec738edef871">
|
||||
<dcterms:identifier xml:lang="es">{"id": "9118e5b5-5c15-4934-9369-1c1acd0521d4", "value": "http://localhost:8000/23f247dd-37cf-4cb3-b038-ec738edef871"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "2b507e22-b2e4-4781-b7be-3b9b2ef3f631", "value": "M\u00fasica Festiva"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/f99c9473-1c13-4222-9f6d-7a08dbc7ab1f">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "1b952b36-decd-4b8f-84e0-ec017f2bf7c6", "value": "http://localhost:8000/f99c9473-1c13-4222-9f6d-7a08dbc7ab1f"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "fad7d37d-ac03-4fe3-b1b7-c29910eb6388", "value": "Cl\u00e1sica"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/41fac5eb-5b08-4e8a-bb60-9a2242f0a49e">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "9f06c16c-5b0a-4329-a2ea-60743077fded", "value": "Lengua muerta"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "2d5dd795-5e80-48b4-b032-2f8e5220fede", "value": "http://localhost:8000/41fac5eb-5b08-4e8a-bb60-9a2242f0a49e"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/0842b659-3b14-4951-afef-f7424a519c41">
|
||||
<skos:prefLabel xml:lang="es">{"id": "8c94d187-01b5-48cd-aa65-e382113a2200", "value": "Ritualidad"}</skos:prefLabel>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "4b820268-db81-48b3-bb1b-2e8afd452ef4", "value": "03"}</skos:hiddenLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "0903a785-068f-47aa-bbcd-9bca12009926", "value": "http://sprpcb_slocal:8000/0842b659-3b14-4951-afef-f7424a519c41"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/86247d53-90a2-4748-83f6-ce23d4fa91ed">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "8f408a95-9bc3-4797-bc93-7fa125513853", "value": "http://localhost:8000/86247d53-90a2-4748-83f6-ce23d4fa91ed"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "8d25f04c-ea78-4b78-8f65-a3e916a10822", "value": "M\u00fasica Guerrera"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/1e051e4a-0a68-402e-b5e5-b11b90ac601b">
|
||||
<skos:prefLabel xml:lang="es">{"id": "b2b1587f-8eac-4bcd-81c0-16e0747fa991", "value": "M\u00fasica Popular (Folkl\u00f3rica-Criolla)"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/6cf1d8ae-db03-4b6a-90d8-7b5bdb91ffc1"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "52b56375-8c78-41b0-a37c-d8513c4cf584", "value": "http://localhost:8000/1e051e4a-0a68-402e-b5e5-b11b90ac601b"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</rdf:RDF>
|
||||
3276
reference_data/concepts/plan_misiones.xml
Normal file
3276
reference_data/concepts/plan_misiones.xml
Normal file
File diff suppressed because it is too large
Load Diff
107
reference_data/concepts/sitios_arqueologicos.xml
Normal file
107
reference_data/concepts/sitios_arqueologicos.xml
Normal file
@@ -0,0 +1,107 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rdf:RDF
|
||||
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/648c7970-87f1-11f0-aae3-1fa9278eae26">
|
||||
<dcterms:identifier xml:lang="es">{"id": "648c8758-87f1-11f0-aae3-3ba75e139d10", "value": "http://localhost:8000/648c7970-87f1-11f0-aae3-1fa9278eae26"}</dcterms:identifier>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "648c8668-87f1-11f0-aae3-2bbb1bec1107", "value": "03"}</skos:hiddenLabel>
|
||||
<skos:prefLabel xml:lang="es">{"id": "648c8500-87f1-11f0-aae3-634d381da93c", "value": "Quebrada"}</skos:prefLabel>
|
||||
<skos:inScheme>
|
||||
<skos:ConceptScheme rdf:about="http://arches_proj:8000/fda6ed30-12d2-415e-8d7e-3f82561f83de">
|
||||
<skos:hasTopConcept rdf:resource="http://arches_proj:8000/b3ec78d3-d634-421b-99df-ff377c52278f"/>
|
||||
<dcterms:title xml:lang="es">{"id": "b494c878-ab4d-4a4d-837e-e0dfb8129c0b", "value": "Sitios arqueol\u00f3gicos"}</dcterms:title>
|
||||
</skos:ConceptScheme>
|
||||
</skos:inScheme>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/648da8a4-87f1-11f0-aae3-9b0aa2606aaf">
|
||||
<dcterms:identifier xml:lang="es">{"id": "648db7ae-87f1-11f0-aae3-c7432c8c83cd", "value": "http://localhost:8000/648da8a4-87f1-11f0-aae3-9b0aa2606aaf"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/fda6ed30-12d2-415e-8d7e-3f82561f83de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "648db560-87f1-11f0-aae3-c731e7d77c5d", "value": "Abrigo rocoso/cueva"}</skos:prefLabel>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "648db6c8-87f1-11f0-aae3-6731f64c3220", "value": "06"}</skos:hiddenLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/648ce388-87f1-11f0-aae3-9f9954ee9537">
|
||||
<dcterms:identifier xml:lang="es">{"id": "648cf2a6-87f1-11f0-aae3-23f4f26d95b2", "value": "http://localhost:8000/648ce388-87f1-11f0-aae3-9f9954ee9537"}</dcterms:identifier>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/fda6ed30-12d2-415e-8d7e-3f82561f83de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "648cf04e-87f1-11f0-aae3-e3030f85be1c", "value": "Cuchilla"}</skos:prefLabel>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "648cf1b6-87f1-11f0-aae3-0f9c6d25e826", "value": "04"}</skos:hiddenLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/648d463e-87f1-11f0-aae3-3befd7040104">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/fda6ed30-12d2-415e-8d7e-3f82561f83de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "648d5476-87f1-11f0-aae3-fb159ea9ec34", "value": "http://localhost:8000/648d463e-87f1-11f0-aae3-3befd7040104"}</dcterms:identifier>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "648d539a-87f1-11f0-aae3-6398cc8cd859", "value": "05"}</skos:hiddenLabel>
|
||||
<skos:prefLabel xml:lang="es">{"id": "648d5228-87f1-11f0-aae3-43346290b31c", "value": "R\u00edo / cauce fluvial"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/648fceae-87f1-11f0-aae3-23455fa8b6c4">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/fda6ed30-12d2-415e-8d7e-3f82561f83de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "648fdade-87f1-11f0-aae3-f33ef23f7391", "value": "Terraplen "}</skos:prefLabel>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "648fdc32-87f1-11f0-aae3-93892e1c91c4", "value": "12"}</skos:hiddenLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "648fdd18-87f1-11f0-aae3-27ceccd661f5", "value": "http://localhost:8000/648fceae-87f1-11f0-aae3-23455fa8b6c4"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/648e653c-87f1-11f0-aae3-e35b0c0dabed">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/fda6ed30-12d2-415e-8d7e-3f82561f83de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "648e73ec-87f1-11f0-aae3-63362a7dc802", "value": "http://localhost:8000/648e653c-87f1-11f0-aae3-e35b0c0dabed"}</dcterms:identifier>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "648e72fc-87f1-11f0-aae3-dbfc0572cf1d", "value": "08"}</skos:hiddenLabel>
|
||||
<skos:prefLabel xml:lang="es">{"id": "648e719e-87f1-11f0-aae3-63964fc41958", "value": "Margen costero"}</skos:prefLabel>
|
||||
</skos:Concept>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/b3ec78d3-d634-421b-99df-ff377c52278f">
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "cdd01ae1-d8a7-4c25-9c24-1f84883f9e26", "value": "ent_terreno"}</skos:hiddenLabel>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/648d463e-87f1-11f0-aae3-3befd7040104"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/648b1ada-87f1-11f0-aae3-074ec7bf2efd">
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "648b41c2-87f1-11f0-aae3-c76cee60e70a", "value": "01"}</skos:hiddenLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "648b4366-87f1-11f0-aae3-6bf82361037b", "value": "http://localhost:8000/648b1ada-87f1-11f0-aae3-074ec7bf2efd"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "648b3c72-87f1-11f0-aae3-1b6a7dccd3d0", "value": "Cima"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/fda6ed30-12d2-415e-8d7e-3f82561f83de"/>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/648c7970-87f1-11f0-aae3-1fa9278eae26"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/648e0c86-87f1-11f0-aae3-9384c95c4a60">
|
||||
<skos:prefLabel xml:lang="es">{"id": "648e191a-87f1-11f0-aae3-57c1f823814f", "value": "Ladera"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/fda6ed30-12d2-415e-8d7e-3f82561f83de"/>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "648e1b18-87f1-11f0-aae3-4b68f9f73368", "value": "07"}</skos:hiddenLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "648e1bfe-87f1-11f0-aae3-5bcfaa16306f", "value": "http://localhost:8000/648e0c86-87f1-11f0-aae3-9384c95c4a60"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:prefLabel xml:lang="es">{"id": "a7b0e6b7-2c7e-440c-ac8c-5c098b35b335", "value": "Entorno de terreno cirucundante"}</skos:prefLabel>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/648ebfa0-87f1-11f0-aae3-534a4a681d93">
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "648ece0a-87f1-11f0-aae3-7f95cdf0ac3c", "value": "09"}</skos:hiddenLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/fda6ed30-12d2-415e-8d7e-3f82561f83de"/>
|
||||
<skos:prefLabel xml:lang="es">{"id": "648eccb6-87f1-11f0-aae3-5386ebe89a90", "value": "Humedal"}</skos:prefLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "648ecef0-87f1-11f0-aae3-3bfb64e1c4f5", "value": "http://localhost:8000/648ebfa0-87f1-11f0-aae3-534a4a681d93"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/648f186a-87f1-11f0-aae3-a3551748eb94">
|
||||
<dcterms:identifier xml:lang="es">{"id": "648f27b0-87f1-11f0-aae3-4bfc6a80698a", "value": "http://localhost:8000/648f186a-87f1-11f0-aae3-a3551748eb94"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "648f2558-87f1-11f0-aae3-fb4ee808f71b", "value": "Planicie"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/fda6ed30-12d2-415e-8d7e-3f82561f83de"/>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "648f26c0-87f1-11f0-aae3-97c8e38c78e8", "value": "10"}</skos:hiddenLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/648ce388-87f1-11f0-aae3-9f9954ee9537"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/648fceae-87f1-11f0-aae3-23455fa8b6c4"/>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/fda6ed30-12d2-415e-8d7e-3f82561f83de"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/648c0f26-87f1-11f0-aae3-e7908de95c26">
|
||||
<skos:prefLabel xml:lang="es">{"id": "648c1b92-87f1-11f0-aae3-ff9832eeecbf", "value": "Planicie inundable"}</skos:prefLabel>
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/fda6ed30-12d2-415e-8d7e-3f82561f83de"/>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "648c1d18-87f1-11f0-aae3-eb35974bede4", "value": "02"}</skos:hiddenLabel>
|
||||
<dcterms:identifier xml:lang="es">{"id": "648c1e08-87f1-11f0-aae3-233a2eaed135", "value": "http://localhost:8000/648c0f26-87f1-11f0-aae3-e7908de95c26"}</dcterms:identifier>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/648e653c-87f1-11f0-aae3-e35b0c0dabed"/>
|
||||
<skos:narrower rdf:resource="http://arches_proj:8000/648da8a4-87f1-11f0-aae3-9b0aa2606aaf"/>
|
||||
<skos:narrower>
|
||||
<skos:Concept rdf:about="http://arches_proj:8000/648f74e0-87f1-11f0-aae3-4340848d1cc3">
|
||||
<skos:inScheme rdf:resource="http://arches_proj:8000/fda6ed30-12d2-415e-8d7e-3f82561f83de"/>
|
||||
<dcterms:identifier xml:lang="es">{"id": "648f849e-87f1-11f0-aae3-d3ab68bddc18", "value": "http://localhost:8000/648f74e0-87f1-11f0-aae3-4340848d1cc3"}</dcterms:identifier>
|
||||
<skos:prefLabel xml:lang="es">{"id": "648f825a-87f1-11f0-aae3-776ad9324130", "value": "Isla"}</skos:prefLabel>
|
||||
<skos:hiddenLabel xml:lang="es">{"id": "648f83ae-87f1-11f0-aae3-0b442ff231b7", "value": "11"}</skos:hiddenLabel>
|
||||
</skos:Concept>
|
||||
</skos:narrower>
|
||||
</skos:Concept>
|
||||
</rdf:RDF>
|
||||
0
system_settings/.gitkeep
Normal file
0
system_settings/.gitkeep
Normal file
1
system_settings/System_Settings.json
Normal file
1
system_settings/System_Settings.json
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user