@prefix : <https://ontogob.gov.co/ontologia#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .


:AgenteShape a sh:NodeShape ;
  sh:targetClass :Agente ;
  sh:property [ sh:path :ubicadoEn ; sh:class :Territorio ; sh:name "ubicado en"@es ] .

:OrganizacionShape a sh:NodeShape ;
  sh:targetClass :Organizacion ;
  sh:property [ sh:path :Organizacion_nit ; sh:datatype xsd:string ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "NIT"@es ] ;
  sh:property [ sh:path :coincideCon ; sh:class :EntidadSancionada ; sh:name "coincide con"@es ] ;
  sh:property [ sh:path :opera ; sh:class :SistemaInterconectado ; sh:name "opera"@es ] .

:EntidadEstatalShape a sh:NodeShape ;
  sh:targetClass :EntidadEstatal ;
  sh:property [ sh:path :EntidadEstatal_orden ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "orden"@es ] ;
  sh:property [ sh:path :EntidadEstatal_sector ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "sector administrativo"@es ] ;
  sh:property [ sh:path :EntidadEstatal_naturalezaJuridica ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "naturaleza jurídica"@es ] ;
  sh:property [ sh:path :EntidadEstatal_nivel ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "nivel"@es ] ;
  sh:property [ sh:path :EntidadEstatal_paginaWeb ; sh:datatype xsd:anyURI ; sh:maxCount 1 ; sh:name "página web"@es ] ;
  sh:property [ sh:path :EntidadEstatal_clasificacionOrganica ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "clasificación orgánica"@es ] ;
  sh:property [ sh:path :EntidadEstatal_suborden ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "suborden"@es ] ;
  sh:property [ sh:path :contrata ; sh:class :Contrato ; sh:name "contrata"@es ] ;
  sh:property [ sh:path :ejecuta ; sh:class :ProyectoDeInversion ; sh:name "ejecuta"@es ] .

:EmpresaShape a sh:NodeShape ;
  sh:targetClass :Empresa .

:PersonaShape a sh:NodeShape ;
  sh:targetClass :Persona ;
  sh:property [ sh:path :Persona_seudonimo ; sh:datatype xsd:string ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "seudónimo"@es ] .

:SistemaDeInformacionShape a sh:NodeShape ;
  sh:targetClass :SistemaDeInformacion .

:TerritorioShape a sh:NodeShape ;
  sh:targetClass :Territorio ;
  sh:property [ sh:path :Territorio_codigoDane ; sh:datatype xsd:string ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "código DANE"@es ] ;
  sh:property [ sh:path :Territorio_latitud ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "latitud"@es ] ;
  sh:property [ sh:path :Territorio_longitud ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "longitud"@es ] ;
  sh:property [ sh:path :perteneceA ; sh:class :Territorio ; sh:name "pertenece a"@es ] .

:PaisShape a sh:NodeShape ;
  sh:targetClass :Pais .

:DepartamentoShape a sh:NodeShape ;
  sh:targetClass :Departamento .

:MunicipioShape a sh:NodeShape ;
  sh:targetClass :Municipio ;
  sh:property [ sh:path :Municipio_tipo ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "tipo de unidad"@es ] ;
  sh:property [ sh:path :Municipio_capital ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:name "capital de departamento"@es ] ;
  sh:property [ sh:path :Municipio_departamento ; sh:datatype xsd:string ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "código DANE del departamento"@es ] .

:EventoShape a sh:NodeShape ;
  sh:targetClass :Evento ;
  sh:property [ sh:path :afecta ; sh:class :Territorio ; sh:name "afecta"@es ] .

:DocumentoShape a sh:NodeShape ;
  sh:targetClass :Documento ;
  sh:property [ sh:path :regidoPor ; sh:class :Norma ; sh:name "regido por"@es ] .

:NormaShape a sh:NodeShape ;
  sh:targetClass :Norma .

:IndicadorShape a sh:NodeShape ;
  sh:targetClass :Indicador .

:ObservacionShape a sh:NodeShape ;
  sh:targetClass :Observacion ;
  sh:property [ sh:path :Observacion_valor ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "valor"@es ] ;
  sh:property [ sh:path :Observacion_periodoInicio ; sh:datatype xsd:dateTime ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "inicio del periodo"@es ] ;
  sh:property [ sh:path :Observacion_confianza ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "confianza"@es ] .

:FuenteShape a sh:NodeShape ;
  sh:targetClass :Fuente .

:CapturaShape a sh:NodeShape ;
  sh:targetClass :Captura ;
  sh:property [ sh:path :Captura_hashSha256 ; sh:datatype xsd:hexBinary ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "hash SHA-256 del cuerpo"@es ] ;
  sh:property [ sh:path :Captura_url ; sh:datatype xsd:anyURI ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "URL exacta"@es ] .

:AfirmacionShape a sh:NodeShape ;
  sh:targetClass :Afirmacion .

:HallazgoShape a sh:NodeShape ;
  sh:targetClass :Hallazgo .

:PoliticaDeAccesoShape a sh:NodeShape ;
  sh:targetClass :PoliticaDeAcceso .

:LlaveCriptograficaShape a sh:NodeShape ;
  sh:targetClass :LlaveCriptografica ;
  sh:property [ sh:path :LlaveCriptografica_algoritmos ; sh:datatype xsd:string ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "algoritmos"@es ] ;
  sh:property [ sh:path :LlaveCriptografica_custodia ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "custodia"@es ] .

:AsientoDeRegistroShape a sh:NodeShape ;
  sh:targetClass :AsientoDeRegistro ;
  sh:property [ sh:path :AsientoDeRegistro_hash ; sh:datatype xsd:hexBinary ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "hash"@es ] ;
  sh:property [ sh:path :AsientoDeRegistro_hashPrevio ; sh:datatype xsd:hexBinary ; sh:maxCount 1 ; sh:name "hash previo"@es ] ;
  sh:property [ sh:path :firmadoCon ; sh:class :LlaveCriptografica ; sh:name "firmado con"@es ] ;
  sh:property [ sh:path :ancladoEn ; sh:class :AnclaMerkle ; sh:name "anclado en"@es ] .

:AnclaMerkleShape a sh:NodeShape ;
  sh:targetClass :AnclaMerkle ;
  sh:property [ sh:path :AnclaMerkle_raiz ; sh:datatype xsd:hexBinary ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "raíz"@es ] .

:RubroPresupuestalShape a sh:NodeShape ;
  sh:targetClass :RubroPresupuestal ;
  sh:property [ sh:path :RubroPresupuestal_apropiacionVigente ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "apropiación vigente"@es ] ;
  sh:property [ sh:path :RubroPresupuestal_compromisos ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "compromisos"@es ] ;
  sh:property [ sh:path :RubroPresupuestal_obligaciones ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "obligaciones"@es ] ;
  sh:property [ sh:path :RubroPresupuestal_pagos ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "pagos"@es ] .

:ProcesoDeContratacionShape a sh:NodeShape ;
  sh:targetClass :ProcesoDeContratacion .

:ContratoShape a sh:NodeShape ;
  sh:targetClass :Contrato ;
  sh:property [ sh:path :Contrato_modalidad ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "modalidad de contratación"@es ] ;
  sh:property [ sh:path :Contrato_justificacionModalidad ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "justificación de la modalidad"@es ] ;
  sh:property [ sh:path :Contrato_tipo ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "tipo de contrato"@es ] ;
  sh:property [ sh:path :Contrato_valor ; sh:datatype xsd:decimal ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "valor del contrato"@es ] ;
  sh:property [ sh:path :Contrato_valorPagado ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "valor pagado"@es ] ;
  sh:property [ sh:path :Contrato_fechaFirma ; sh:datatype xsd:date ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "fecha de firma"@es ] ;
  sh:property [ sh:path :Contrato_fechaInicio ; sh:datatype xsd:date ; sh:maxCount 1 ; sh:name "fecha de inicio"@es ] ;
  sh:property [ sh:path :Contrato_fechaFin ; sh:datatype xsd:date ; sh:maxCount 1 ; sh:name "fecha de fin"@es ] ;
  sh:property [ sh:path :Contrato_estado ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "estado"@es ] ;
  sh:property [ sh:path :Contrato_objeto ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "objeto"@es ] ;
  sh:property [ sh:path :Contrato_urlProceso ; sh:datatype xsd:anyURI ; sh:maxCount 1 ; sh:name "URL del proceso en SECOP II"@es ] ;
  sh:property [ sh:path :Contrato_origenRecursos ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "origen de los recursos"@es ] ;
  sh:property [ sh:path :Contrato_tipoDocumentoProveedor ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "tipo de documento del proveedor"@es ] ;
  sh:property [ sh:path :adjudicadoA ; sh:class :Agente ; sh:name "adjudicado a"@es ] ;
  sh:property [ sh:path :suscritoEn ; sh:class :Territorio ; sh:name "suscrito en"@es ] ;
  sh:property [ sh:path :derivaDe ; sh:class :ProcesoDeContratacion ; sh:name "deriva de"@es ] ;
  sh:property [ sh:path :ejecutaEn ; sh:class :Territorio ; sh:name "ejecuta en"@es ] .

:ProveedorShape a sh:NodeShape ;
  sh:targetClass :Proveedor ;
  sh:property [ sh:path :Proveedor_esPyme ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:name "es pyme"@es ] ;
  sh:property [ sh:path :Proveedor_esGrupo ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:name "es grupo"@es ] ;
  sh:property [ sh:path :Proveedor_codigoProveedorSecop ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "código de proveedor SECOP II"@es ] ;
  sh:property [ sh:path :Proveedor_tipoDocumento ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "tipo de documento"@es ] .

:FiguraAsociativaShape a sh:NodeShape ;
  sh:targetClass :FiguraAsociativa ;
  sh:property [ sh:path :FiguraAsociativa_tipoFigura ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "tipo de figura"@es ] .

:ProyectoDeInversionShape a sh:NodeShape ;
  sh:targetClass :ProyectoDeInversion ;
  sh:property [ sh:path :ProyectoDeInversion_bpin ; sh:datatype xsd:string ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "BPIN"@es ] ;
  sh:property [ sh:path :ProyectoDeInversion_valorTotal ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "valor total"@es ] ;
  sh:property [ sh:path :ProyectoDeInversion_estado ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "estado"@es ] .

:SancionFiscalShape a sh:NodeShape ;
  sh:targetClass :SancionFiscal ;
  sh:property [ sh:path :SancionFiscal_monto ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "monto"@es ] ;
  sh:property [ sh:path :SancionFiscal_tipo ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "tipo de sanción"@es ] ;
  sh:property [ sh:path :SancionFiscal_fechaFirmeza ; sh:datatype xsd:date ; sh:maxCount 1 ; sh:name "fecha de firmeza"@es ] ;
  sh:property [ sh:path :sancionaA ; sh:class :Organizacion ; sh:name "sanciona a"@es ] .

:SistemaInterconectadoShape a sh:NodeShape ;
  sh:targetClass :SistemaInterconectado .

:EmbalseShape a sh:NodeShape ;
  sh:targetClass :Embalse ;
  sh:property [ sh:path :Embalse_volumenUtilPct ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "volumen útil diario"@es ] ;
  sh:property [ sh:path :Embalse_capacidadUtilEnergia ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "capacidad útil en energía"@es ] .

:RioShape a sh:NodeShape ;
  sh:targetClass :Rio ;
  sh:property [ sh:path :Rio_aportesPct ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "aportes % de la media histórica"@es ] .

:EstacionHidrometeorologicaShape a sh:NodeShape ;
  sh:targetClass :EstacionHidrometeorologica ;
  sh:property [ sh:path :EstacionHidrometeorologica_codigo ; sh:datatype xsd:string ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "código"@es ] ;
  sh:property [ sh:path :EstacionHidrometeorologica_categoria ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "categoría"@es ] ;
  sh:property [ sh:path :EstacionHidrometeorologica_entidad ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "entidad operadora"@es ] .

:FenomenoENSOShape a sh:NodeShape ;
  sh:targetClass :FenomenoENSO ;
  sh:property [ sh:path :FenomenoENSO_oni ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "índice ONI"@es ] ;
  sh:property [ sh:path :FenomenoENSO_estado ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "estado"@es ] .

:EventoSismicoShape a sh:NodeShape ;
  sh:targetClass :EventoSismico ;
  sh:property [ sh:path :EventoSismico_magnitud ; sh:datatype xsd:decimal ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "magnitud"@es ] ;
  sh:property [ sh:path :EventoSismico_profundidadKm ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "profundidad"@es ] ;
  sh:property [ sh:path :EventoSismico_instante ; sh:datatype xsd:dateTime ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "instante (UTC)"@es ] ;
  sh:property [ sh:path :EventoSismico_lugar ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "lugar"@es ] ;
  sh:property [ sh:path :EventoSismico_alertaPager ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "alerta PAGER"@es ] .

:CampoDeHidrocarburosShape a sh:NodeShape ;
  sh:targetClass :CampoDeHidrocarburos .

:SerieMacroeconomicaShape a sh:NodeShape ;
  sh:targetClass :SerieMacroeconomica ;
  sh:property [ sh:path :SerieMacroeconomica_unidad ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "unidad"@es ] ;
  sh:property [ sh:path :SerieMacroeconomica_frecuencia ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "frecuencia"@es ] .

:EntidadFinancieraShape a sh:NodeShape ;
  sh:targetClass :EntidadFinanciera ;
  sh:property [ sh:path :vigiladaPor ; sh:class :EntidadEstatal ; sh:name "vigilada por"@es ] .

:ProyectoMultilateralShape a sh:NodeShape ;
  sh:targetClass :ProyectoMultilateral ;
  sh:property [ sh:path :ProyectoMultilateral_monto ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "monto"@es ] ;
  sh:property [ sh:path :ProyectoMultilateral_estado ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "estado"@es ] ;
  sh:property [ sh:path :ProyectoMultilateral_fechaAprobacion ; sh:datatype xsd:date ; sh:maxCount 1 ; sh:name "fecha de aprobación"@es ] ;
  sh:property [ sh:path :financia ; sh:class :Pais ; sh:name "financia"@es ] .

:EntidadSancionadaShape a sh:NodeShape ;
  sh:targetClass :EntidadSancionada ;
  sh:property [ sh:path :EntidadSancionada_lista ; sh:datatype xsd:string ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "lista"@es ] ;
  sh:property [ sh:path :EntidadSancionada_regimen ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "régimen o programa"@es ] .

:VulnerabilidadShape a sh:NodeShape ;
  sh:targetClass :Vulnerabilidad ;
  sh:property [ sh:path :Vulnerabilidad_cvss ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "CVSS base"@es ] ;
  sh:property [ sh:path :Vulnerabilidad_enKev ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:name "explotación conocida (KEV)"@es ] ;
  sh:property [ sh:path :Vulnerabilidad_epss ; sh:datatype xsd:decimal ; sh:maxCount 1 ; sh:name "EPSS"@es ] ;
  sh:property [ sh:path :Vulnerabilidad_fechaPublicacion ; sh:datatype xsd:dateTime ; sh:maxCount 1 ; sh:name "fecha de publicación"@es ] ;
  sh:property [ sh:path :Vulnerabilidad_producto ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "producto afectado"@es ] .

:TecnicaAdversariaShape a sh:NodeShape ;
  sh:targetClass :TecnicaAdversaria ;
  sh:property [ sh:path :explotaVulnerabilidad ; sh:class :Vulnerabilidad ; sh:name "explota"@es ] .

:EstandarCriptograficoShape a sh:NodeShape ;
  sh:targetClass :EstandarCriptografico ;
  sh:property [ sh:path :EstandarCriptografico_estado ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "estado"@es ] ;
  sh:property [ sh:path :EstandarCriptografico_revision ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "revisión"@es ] .

:InstitucionDeEducacionSuperiorShape a sh:NodeShape ;
  sh:targetClass :InstitucionDeEducacionSuperior ;
  sh:property [ sh:path :InstitucionDeEducacionSuperior_codigoSnies ; sh:datatype xsd:string ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "código SNIES"@es ] ;
  sh:property [ sh:path :InstitucionDeEducacionSuperior_nit ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "NIT"@es ] ;
  sh:property [ sh:path :InstitucionDeEducacionSuperior_sector ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "sector"@es ] ;
  sh:property [ sh:path :InstitucionDeEducacionSuperior_caracterAcademico ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "carácter académico"@es ] ;
  sh:property [ sh:path :InstitucionDeEducacionSuperior_naturalezaJuridica ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "naturaleza jurídica"@es ] ;
  sh:property [ sh:path :InstitucionDeEducacionSuperior_principalSeccional ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "principal o seccional"@es ] ;
  sh:property [ sh:path :InstitucionDeEducacionSuperior_acreditadaAltaCalidad ; sh:datatype xsd:boolean ; sh:maxCount 1 ; sh:name "acreditada en alta calidad"@es ] ;
  sh:property [ sh:path :InstitucionDeEducacionSuperior_estado ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "estado"@es ] ;
  sh:property [ sh:path :InstitucionDeEducacionSuperior_paginaWeb ; sh:datatype xsd:anyURI ; sh:maxCount 1 ; sh:name "página web"@es ] ;
  sh:property [ sh:path :InstitucionDeEducacionSuperior_municipio ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "municipio de domicilio"@es ] ;
  sh:property [ sh:path :InstitucionDeEducacionSuperior_departamento ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "departamento de domicilio"@es ] .

:ActorSNCTIShape a sh:NodeShape ;
  sh:targetClass :ActorSNCTI ;
  sh:property [ sh:path :ActorSNCTI_nit ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "NIT"@es ] ;
  sh:property [ sh:path :ActorSNCTI_organizacion ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "organización a la que pertenece"@es ] ;
  sh:property [ sh:path :ActorSNCTI_reconocidoComo ; sh:datatype xsd:string ; sh:minCount 1 ; sh:maxCount 1 ; sh:name "reconocido como"@es ] ;
  sh:property [ sh:path :ActorSNCTI_tipoReconocimiento ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "tipo de reconocimiento"@es ] ;
  sh:property [ sh:path :ActorSNCTI_resolucion ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "resolución"@es ] ;
  sh:property [ sh:path :ActorSNCTI_fechaExpedicion ; sh:datatype xsd:date ; sh:maxCount 1 ; sh:name "fecha de expedición"@es ] ;
  sh:property [ sh:path :ActorSNCTI_vigencia ; sh:datatype xsd:date ; sh:maxCount 1 ; sh:name "vigencia del reconocimiento"@es ] ;
  sh:property [ sh:path :ActorSNCTI_sector ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "sector CTeI"@es ] ;
  sh:property [ sh:path :ActorSNCTI_paginaWeb ; sh:datatype xsd:anyURI ; sh:maxCount 1 ; sh:name "página web"@es ] ;
  sh:property [ sh:path :ActorSNCTI_municipio ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "ciudad"@es ] ;
  sh:property [ sh:path :ActorSNCTI_departamento ; sh:datatype xsd:string ; sh:maxCount 1 ; sh:name "departamento"@es ] .
