@base <http://dydra.com/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://datos.bcn.cl/ontologies/bcn-biographies#>
    a <http://www.w3.org/2002/07/owl#Ontology> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Esta ontologia modela en rdfs y owl clases y relaciones en el dominio de biografias de parlamentarios. "@es, "This ontology allow modeling, using RDFs and OWL, relations in the domain of parliamentary biographies."@en ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ontologia de biografias parlamentarias"@es, "Parliamentary biographies ontology"@en ;
    <http://www.w3.org/2002/07/owl#versionInfo> "0.2" .

<http://datos.bcn.cl/ontologies/bcn-biographies#Alcalde>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Autoridad máxima de una comuna."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Alcalde"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#CargoPublico> .

<http://datos.bcn.cl/ontologies/bcn-biographies#Candidato>
    a <http://www.w3.org/2000/01/rdf-schema#Class>, <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A politician that wants be elected."@en, "Un politico que quiere ser electo."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Candidate"@en, "Candidato"@es .

<http://datos.bcn.cl/ontologies/bcn-biographies#Cargo>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Cargo"@es .

<http://datos.bcn.cl/ontologies/bcn-biographies#CargoPublico>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Cargo público" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Cargo> .

<http://datos.bcn.cl/ontologies/bcn-biographies#Concejal>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Autoridad municipal perteneciente al concejo municipal."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Concejal"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#CargoPublico> .

<http://datos.bcn.cl/ontologies/bcn-biographies#Consejero>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Consejero"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#CargoPublico> .

<http://datos.bcn.cl/ontologies/bcn-biographies#Diputado>
    a <http://www.w3.org/2000/01/rdf-schema#Class>, <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A parlamentary that is deputy."@en, "Un Parlamentario que es diputado."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Deputy"@en, "Diputado"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#CargoPublico>, <http://datos.bcn.cl/ontologies/bcn-biographies#Parliamentary> .

<http://datos.bcn.cl/ontologies/bcn-biographies#Director>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Director"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Cargo> .

<http://datos.bcn.cl/ontologies/bcn-biographies#Intendente>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Máxima autoridad provincial regional, representante del poder ejecutivo."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Intendente"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#CargoPublico> .

<http://datos.bcn.cl/ontologies/bcn-biographies#Ministro>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Persona que dirige cada uno de los departamentos ministeriales en que se divide la gobernación del Estado"@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#CargoPublico> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroAgricultura>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro de Agricultura"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroDefensa>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro de Defensa Nacional" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroEconomia>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro de Economía, Fomento y Turismo" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroEducacion>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro de Educación"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroEnergia>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro de Energía"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroGuerra>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro de Guerra"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> ;
    <http://www.w3.org/2002/07/owl#equivalentClass> <http://datos.bcn.cl/ontologies/bcn-biographies#MinistroDefensa> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroHacienda>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro de Hacienda"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroIndustrias>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministros de Industria, Obras Públicas y Ferrocarriles"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> ;
    <http://www.w3.org/2002/07/owl#equivalentClass> <http://datos.bcn.cl/ontologies/bcn-biographies#MinistroObras> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroInterior>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro del Interior y Seguridad Pública"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroJusticia>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro de Justicia"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroMinas>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro de Minería"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroObras>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro de Obras Públicas"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroRelaciones>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro de Relaciones Exteriores"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroSalubridad>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro de Salubridad"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroSecretario>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro Secretario General de Gobierno"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> .

<http://datos.bcn.cl/ontologies/bcn-biographies#MinistroTrabajo>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ministro del Trabajo y Previsión Social"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Ministro> .

<http://datos.bcn.cl/ontologies/bcn-biographies#Parliamentary>
    a <http://www.w3.org/2000/01/rdf-schema#Class>, <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A person that is parlamentary."@en, "Una persona que es parlamentario."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Parlamentario"@es, "Parliamentary"@en .

<http://datos.bcn.cl/ontologies/bcn-biographies#ParliamentaryPeriod>
    a <http://www.w3.org/2000/01/rdf-schema#Class>, <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Define un periodo temporal para un parlamentario"@es, "Defines a temporal period for a parliamentary"@en ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Parliamentary period"@en, "Periodo parlamentario"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#PositionPeriod> .

<http://datos.bcn.cl/ontologies/bcn-biographies#Plenipotenciario>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Dicho de una persona: Enviada por los reyes y las repúblicas a los congresos o a otros Estados, con el pleno poder y facultad de tratar, concluir y ajustar las paces u otros intereses."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Plenipotenciario"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#CargoPublico> .

<http://datos.bcn.cl/ontologies/bcn-biographies#PoliticalParty>
    a <http://www.w3.org/2000/01/rdf-schema#Class>, <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Define un partido politico al que puede pertenecer una persona"@es, "Defines a political party, which can belong a person"@en ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Partido político", "Political party"@en ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/org#FormalOrganization> .

<http://datos.bcn.cl/ontologies/bcn-biographies#PositionPeriod>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Periodo en cargo"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2006/time#Instant> .

<http://datos.bcn.cl/ontologies/bcn-biographies#PresidenteDeLaCamaraDeDiputados>
    a <http://www.w3.org/2000/01/rdf-schema#Class>, <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A Deputy that is president of house of representatives."@en, "Un diputado que es presidente de la camara de diputados."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "President of House of representatives"@en, "Presidente de la camara de diputados"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Diputado> .

<http://datos.bcn.cl/ontologies/bcn-biographies#PresidenteDeLaRepublica>
    a <http://www.w3.org/2000/01/rdf-schema#Class>, <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A politician that is president of the republic (of a country)."@en, "Un politico que es presidente de la republica (de un pais)."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "President of Republic"@en, "Presidente de la Republica"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#CargoPublico> .

<http://datos.bcn.cl/ontologies/bcn-biographies#PresidenteDelSenado>
    a <http://www.w3.org/2000/01/rdf-schema#Class>, <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A senator that is president of Senate."@en, "Un senador que es presidente del Senado."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "President of Senate"@en, "Presidente del Senado."@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#Senador> .

<http://datos.bcn.cl/ontologies/bcn-biographies#Regidor>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Regidor"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#CargoPublico> .

<http://datos.bcn.cl/ontologies/bcn-biographies#Senador>
    a <http://www.w3.org/2000/01/rdf-schema#Class>, <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A parlamentary that is Senator."@en, "Un parlamentario que es senador."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Senador"@es, "Senator"@en ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://datos.bcn.cl/ontologies/bcn-biographies#CargoPublico>, <http://datos.bcn.cl/ontologies/bcn-biographies#Parliamentary> .

<http://datos.bcn.cl/ontologies/bcn-biographies#composedBy>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Utilizada para modelar las coaliciones de partidos"@es ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#PoliticalParty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "compuesto por"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://datos.bcn.cl/ontologies/bcn-biographies#PoliticalParty> .

<http://datos.bcn.cl/ontologies/bcn-biographies#date>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Identifica una fecha"@es, "Identifies a date"@en ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://vocab.org/bio/0.1/Event> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "date"@en, "fecha"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#DateTimeDescription> .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasBeginning>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#PositionPeriod> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "tiene inicio" ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#DateTimeDescription> ;
    <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://datos.bcn.cl/ontologies/bcn-biographies#date>, <http://www.w3.org/2006/time#hasBeginning> .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasBorn>
    a rdf:Property, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "relaciona a una persona con los datos de su nacimiento"@es, "relates a person with their birth data"@en ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/Person> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ha nacido"@es, "Has born"@en ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://vocab.org/bio/0.1/Birth> ;
    <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://vocab.org/bio/0.1/lifeEvent> .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasDied>
    a rdf:Property, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Indica los datos de una persona cuando ha muerto."@es, "Indicates the data of a person when has died."@en ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/Person> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ha muerto"@es, "Has died"@en ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://vocab.org/bio/0.1/Death> .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasEnd>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#PositionPeriod> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "tiene fin"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#DateTimeDescription> ;
    <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2006/time#hasEnd> .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasFoundationDate>
    a rdf:Property, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Define la fecha de fundacion de un partido politico"@es ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#PoliticalParty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "has foundation date"@en, "tiene fecha de fundacion"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#DateTimeDescription> .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasFounder>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "corresponde a una propiedad generica para definir un fundador de partido politico"@es ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#PoliticalParty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "has founder"@en, "tiene fundador"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasParliamentaryAppointment>
    a rdf:Property, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Relaciona un parlamentario con un periodo."@es, "Relates a parlamentary with a parlamentary period."@en ;
    <http://www.w3.org/2000/01/rdf-schema#label> "has parliamentary appointment."@en, "tiene nombramiento parlamentario"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://datos.bcn.cl/ontologies/bcn-biographies#hasPositionPeriod> .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasParliamentaryFounder>
    a rdf:Property, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Describe una relacion entre un parlamentario y un partido politico, en donde el parlamentario es fundador del partido."@es ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#PoliticalParty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "has parliamentary founder"@en, "tiene fundador parlamentario"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/Person> .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasParliamentaryRepresentationIn>
    a rdf:Property ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Indica un lugar en el cual un parlamentario ha sido elegido, o el lugar en donde un partido político ha obtenido una representación parlamentaria"@es ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#Parliamentary>, <http://datos.bcn.cl/ontologies/bcn-biographies#PoliticalParty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "tiene representación parlamentaria en"@es .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasPeriod>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#PositionPeriod> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "tiene periodo"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2006/time#Interval> .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasPoliticalParty>
    a rdf:Property, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Relaciona un periodo parlamentario con un partido politico."@es, "Relates a parlamentary period with a political party."@en ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#ParliamentaryPeriod> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "has political party", "tiene partido politico" ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://datos.bcn.cl/ontologies/bcn-biographies#PoliticalParty> .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasPoliticalPartyAsReferring>
    a rdf:Property, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Describe una relacion en donde un partido politico tiene a otro partido politico como referencia."@es ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#PoliticalParty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "has political party as referring"@en, "tiene partido politico como referencia"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://datos.bcn.cl/ontologies/bcn-biographies#PoliticalParty> .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasPosition>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#PositionPeriod> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "tiene cargo"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://datos.bcn.cl/ontologies/bcn-biographies#CargoPublico> .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasPositionPeriod>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/Person> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "tiene cargo por periodo" ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://datos.bcn.cl/ontologies/bcn-biographies#PositionPeriod> .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasPublicOffice>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "tiene cargo público"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://datos.bcn.cl/ontologies/bcn-biographies#hasPositionPeriod> .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasReferring>
    a rdf:Property, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Define que algo tiene como referente a otra cosa."@es ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#PoliticalParty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "has referring"@en, "tiene referente"@es .

<http://datos.bcn.cl/ontologies/bcn-biographies#hasRepresentationIn>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "referencia al label de una división electoral del país"@es ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#PoliticalParty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "tiene representación en"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://datos.bcn.cl/ontologies/bcn-biographies#ofNamedPoliticalParty>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#ParliamentaryPeriod> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "representa a un partido político llamado" ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://datos.bcn.cl/ontologies/bcn-biographies#originalDate>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#DateTimeDescription> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "fecha original"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://datos.bcn.cl/ontologies/bcn-biographies#partOf>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#Cargo> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "es parte de " ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/org#FormalOrganization> .

<http://datos.bcn.cl/ontologies/bcn-biographies#profession>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "La profesion de una persona"@es, "The profession of a person"@en ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/Person> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "", "profesión"@es, "profession"@en ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://datos.bcn.cl/ontologies/bcn-biographies#religion>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "La creencia religiosa de una persona"@es, "The religious belief of a person"@en ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/Person> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "religion"@en, "religión"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://datos.bcn.cl/ontologies/bcn-biographies#representedBy>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#PoliticalParty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "es representado por"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/Person> .

<http://datos.bcn.cl/ontologies/bcn-biographies#representing>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#ParliamentaryPeriod> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "representa a"@es .

<http://datos.bcn.cl/ontologies/bcn-biographies#representingPlaceNamed>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#ParliamentaryPeriod> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "representando a un lugar llamado"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://datos.bcn.cl/ontologies/bcn-biographies#usedBy>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://datos.bcn.cl/ontologies/bcn-biographies#Cargo> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "usado por"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://datos.bcn.cl/ontologies/bcn-biographies#PositionPeriod> .

<http://datos.bcn.cl/ontologies/bcn-congress#Rol>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Condición que toma una persona en un contexto dado."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Rol"@es .

<http://purl.org/dc/elements/1.1/identifier>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/Person> .

<http://vocab.org/bio/0.1/Birth>
    a <http://www.w3.org/2000/01/rdf-schema#Class>, <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "El evento del nacimiento de alguien."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Birth"@en, "Nacimiento"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://vocab.org/bio/0.1/Event> .

<http://vocab.org/bio/0.1/Death>
    a <http://www.w3.org/2000/01/rdf-schema#Class>, <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "El evento de la muerte de alguien."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Death"@en, "Muerte"@es ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://vocab.org/bio/0.1/Event> .

<http://vocab.org/bio/0.1/Event>
    a <http://www.w3.org/2000/01/rdf-schema#Class>, <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Un evento en la vida."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "event"@en, "evento"@es .

<http://vocab.org/bio/0.1/day>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#DateTimeDescription> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .

<http://vocab.org/bio/0.1/lifeEvent>
    a rdf:Property, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Define un evento en la vida de alguien"@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "eventoDeVida"@es .

<http://vocab.org/bio/0.1/place>
    a rdf:Property, <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "El lugar de un evento."@es, "The place of an event."@en ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://vocab.org/bio/0.1/Event> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "lugar"@es, "place"@en ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://www.defensa.cl>
    a <http://xmlns.com/foaf/0.1/Document> .

<http://www.economia.gob.cl>
    a <http://xmlns.com/foaf/0.1/Document> .

<http://www.minagri.gob.cl>
    a <http://xmlns.com/foaf/0.1/Document> .

<http://www.w3.org/2006/time#DateTimeDescription>
    a <http://www.w3.org/2002/07/owl#Class> .

<http://www.w3.org/2006/time#Instant>
    a <http://www.w3.org/2000/01/rdf-schema#Class>, <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Instante de tiempo."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Instante"@es .

<http://www.w3.org/2006/time#Interval>
    a <http://www.w3.org/2002/07/owl#Class> .

<http://www.w3.org/2006/time#hasBeginning>
    <http://www.w3.org/2000/01/rdf-schema#comment> "Define una instancia de inicio de algo."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "tiene inicio" .

<http://www.w3.org/2006/time#hasEnd>
    a rdf:Property, <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Define una instancia de finalizacion de algo."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "tieneFin"@es .

<http://www.w3.org/2006/time#month>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#DateTimeDescription> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .

<http://www.w3.org/2006/time#year>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2006/time#DateTimeDescription> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .

<http://www.w3.org/ns/org#FormalOrganization>
    a <http://www.w3.org/2002/07/owl#Class> .

<http://xmlns.com/foaf/0.1/Document>
    a <http://www.w3.org/2002/07/owl#Class> .

<http://xmlns.com/foaf/0.1/Person>
    a <http://www.w3.org/2000/01/rdf-schema#Class>, <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Estructura basica de una persona definida en el vocabulario FOAF."@es ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Persona"@es .

<http://xmlns.com/foaf/0.1/gender>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/Person> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Género"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://xmlns.com/foaf/0.1/givenName>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "name of a person"@en, "nombre de una persona"@es ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/Person> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "name"@en, "nombre"@es ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://xmlns.com/foaf/0.1/homepage>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/org#FormalOrganization>, <http://xmlns.com/foaf/0.1/Person> .

<http://xmlns.com/foaf/0.1/isPrimaryTopicOf>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/org#FormalOrganization>, <http://xmlns.com/foaf/0.1/Person> .

<http://xmlns.com/foaf/0.1/name>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "El nombre completo de un apersona incluyendo nombres y apellidos."@es, "The fullname of a person, including names and surnames"@en ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/org#FormalOrganization>, <http://xmlns.com/foaf/0.1/Person> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Fullname"@en, "Nombre completo" ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

