diff --git a/labs/2021/05-services/solucoes/filipeveronezi/README.md b/labs/2021/05-services/solucoes/filipeveronezi/README.md new file mode 100644 index 000000000..69eeeec39 --- /dev/null +++ b/labs/2021/05-services/solucoes/filipeveronezi/README.md @@ -0,0 +1,27 @@ +# Modelo para Apresentação do Lab05 - Composição, Serviços e REST + +Estrutura de pastas: + +~~~ +├── README.md <- arquivo apresentando a tarefa +│ +└── images <- arquivos de imagens usadas no documento +│ +└── notebook <- arquivo do notebook +~~~ + +# Aluno +* Filipe Seidi Ishida Veronezi (RA: EX150364) + +# Bloco 1 - Diagramas relacionados com Leilão Invertido + +> * diagrama 1 - componentes e barramento +> ![](./images/components.png) +> * diagrama 2 - interface +> ![](./images/interfaces.png) +> * diagrama 3 - mensagens +> ![](./images/messages.png) + +# Bloco 2 - Acesso REST via Jupyter + +- [Link para o notebook resolvido](./notebook/lab5-tarefas_filipeveronezi.ipynb) diff --git a/labs/2021/05-services/solucoes/filipeveronezi/images/components.png b/labs/2021/05-services/solucoes/filipeveronezi/images/components.png new file mode 100644 index 000000000..c2e7811f3 Binary files /dev/null and b/labs/2021/05-services/solucoes/filipeveronezi/images/components.png differ diff --git a/labs/2021/05-services/solucoes/filipeveronezi/images/interfaces.png b/labs/2021/05-services/solucoes/filipeveronezi/images/interfaces.png new file mode 100644 index 000000000..1f9ab600b Binary files /dev/null and b/labs/2021/05-services/solucoes/filipeveronezi/images/interfaces.png differ diff --git a/labs/2021/05-services/solucoes/filipeveronezi/images/messages.png b/labs/2021/05-services/solucoes/filipeveronezi/images/messages.png new file mode 100644 index 000000000..e4a49b825 Binary files /dev/null and b/labs/2021/05-services/solucoes/filipeveronezi/images/messages.png differ diff --git a/labs/2021/05-services/solucoes/filipeveronezi/notebook/lab5-tarefas_filipeveronezi.ipynb b/labs/2021/05-services/solucoes/filipeveronezi/notebook/lab5-tarefas_filipeveronezi.ipynb new file mode 100644 index 000000000..bede0bf23 --- /dev/null +++ b/labs/2021/05-services/solucoes/filipeveronezi/notebook/lab5-tarefas_filipeveronezi.ipynb @@ -0,0 +1 @@ +{"cells":[{"metadata":{},"id":"monetary-oakland","cell_type":"markdown","source":"# Laboratório 5 - Bloco 2\n\nNas tarefas a seguir o número de células de resposta pode ser aumentado conforme a necessidade."},{"metadata":{},"id":"bridal-netscape","cell_type":"markdown","source":"## Tarefa 1\n\n### Carregue o nó de Tenda dos Milagres (da versão em inglês Tent of Miracles) em Python e mostre o conteúdo JSON."},{"metadata":{"trusted":true},"cell_type":"code","source":"import io\nimport requests\nimport json","execution_count":15,"outputs":[]},{"metadata":{"trusted":true},"id":"exciting-cement","cell_type":"code","source":"url_template = \"http://dbpedia.org/data/{concept}.{format}\"\n\nconcept = \"Tent of Miracles (novel)\"\nformat = \"jsod\"\n\nconcept = concept.replace(\" \", \"_\")\n\nurl = url_template.replace(\"{concept}\", concept)\\\n .replace(\"{format}\", format)\n\nresponse = requests.get(url)\ndata = response.json()\nprint(json.dumps(js, indent=3))","execution_count":26,"outputs":[{"output_type":"stream","text":"{\n \"d\": {\n \"results\": [\n {\n \"__metadata\": {\n \"uri\": \"http://dbpedia.org/resource/Tent_of_Miracles_(novel)\"\n },\n \"http://www.w3.org/2000/01/rdf-schema#label\": \"Tent of Miracles (novel)\",\n \"http://dbpedia.org/ontology/wikiPageWikiLink\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/French_New_Wave\"\n }\n },\n \"http://purl.org/dc/terms/subject\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Category:Modernist_novels\"\n }\n },\n \"http://www.w3.org/1999/02/22-rdf-syntax-ns#type\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/ontology/WrittenWork\"\n }\n },\n \"http://dbpedia.org/property/wikiPageUsesTemplate\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Template:According_to_whom\"\n }\n },\n \"http://www.w3.org/2000/01/rdf-schema#comment\": \"Tent of Miracles (Portuguese: Tenda dos Milagres) is a Brazilian Modernist novel. It was written by Jorge Amado in 1967 and published the following year. It was later adapted to a 1977 Cinema Novo (Nouvelle Vague) film by director/screenplay writer Nelson Pereira dos Santos.\",\n \"http://dbpedia.org/ontology/abstract\": \"La bottega dei miracoli \\u00e8 un romanzo di Jorge Amado pubblicato nel 1960. Come altri romanzi dell'autore (ad esempio Tieta d'Agreste e Teresa Batista) \\u00e8 un testo composito, con un intreccio zigzagante fra analessi e prolessi, con mutamenti di voci narranti ed inserti di materiale eterogeneo.\\u00c8 possibile che l'evento scatenante del racconto (la visita del famoso scienziato) sia stato ispirato dall'esperienza vissuta; in quello stesso 1960, infatti, Jean Paul Sartre e Simone De Beauvoir visitarono il Brasile su invito dello stesso Amado: la visita divenne un evento mediatico, celebrato in numerose manifestazioni istituzionali.\",\n \"http://dbpedia.org/property/pubDate\": \"1969\",\n \"http://dbpedia.org/property/country\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Brazil\"\n }\n },\n \"http://www.w3.org/2002/07/owl#sameAs\": {\n \"__deferred\": {\n \"uri\": \"http://rdf.freebase.com/ns/m.02xrs4\"\n }\n },\n \"http://dbpedia.org/ontology/wikiPageRevisionID\": \"974212123\",\n \"http://dbpedia.org/property/author\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Jorge_Amado\"\n }\n },\n \"http://dbpedia.org/ontology/author\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Jorge_Amado\"\n }\n },\n \"http://xmlns.com/foaf/0.1/name\": \"Tenda dos Milagres\",\n \"http://dbpedia.org/property/englishPubDate\": \"1971\",\n \"http://dbpedia.org/ontology/country\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Brazil\"\n }\n },\n \"http://dbpedia.org/property/name\": \"Tent of Miracles\",\n \"http://purl.org/linguistics/gold/hypernym\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Novel\"\n }\n },\n \"http://dbpedia.org/property/titleOrig\": \"Tenda dos Milagres\",\n \"http://dbpedia.org/ontology/publisher\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Brazil\"\n }\n },\n \"http://dbpedia.org/ontology/language\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Portuguese_language\"\n }\n },\n \"http://www.w3.org/ns/prov#wasDerivedFrom\": {\n \"__deferred\": {\n \"uri\": \"http://en.wikipedia.org/wiki/Tent_of_Miracles_(novel)?oldid=974212123&ns=0\"\n }\n },\n \"http://dbpedia.org/ontology/wikiPageLength\": \"5253\",\n \"http://purl.org/dc/elements/1.1/publisher\": \"Martins, Sao Paulo, Brazil\",\n \"http://dbpedia.org/property/language\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Portuguese_language\"\n }\n },\n \"http://dbpedia.org/ontology/wikiPageID\": \"623351\",\n \"http://dbpedia.org/property/publisher\": \"Martins, Sao Paulo, Brazil\",\n \"http://dbpedia.org/property/caption\": \"First edition\",\n \"http://xmlns.com/foaf/0.1/isPrimaryTopicOf\": {\n \"__deferred\": {\n \"uri\": \"http://en.wikipedia.org/wiki/Tent_of_Miracles_(novel)\"\n }\n }\n }\n ],\n \"__count\": \"1\"\n }\n}\n","name":"stdout"}]},{"metadata":{},"id":"threatened-shepherd","cell_type":"markdown","source":"## Tarefa 2\n### Recupere via Python e mostre o autor de Tenda dos Milagres?"},{"metadata":{"trusted":true},"id":"subjective-bachelor","cell_type":"code","source":"author = data[\"d\"][\"results\"][0][\"http://dbpedia.org/ontology/author\"][\"__deferred\"][\"uri\"]\nprint(\"Autor de Tenda dos Milagres: \" + author)","execution_count":27,"outputs":[{"output_type":"stream","text":"Autor de Tenda dos Milagres: http://dbpedia.org/resource/Jorge_Amado\n","name":"stdout"}]},{"metadata":{},"id":"specialized-playback","cell_type":"markdown","source":"## Tarefa 3\n### Quais os termos usados para Aspirina (consulta JSON/MeSH em Python)?"},{"metadata":{"trusted":true},"id":"about-sacramento","cell_type":"code","source":"url_template = \"https://id.nlm.nih.gov/mesh/lookup/descriptor?label={concept}&match={match}&limit={limit}\"\n\nconcept = \"Aspirin\"\nmatch = \"exact\"\nlimit = \"10\"\n\nconcept = concept.replace(\" \", \"%20\")\n\nurl = url_template.replace(\"{concept}\", concept)\\\n .replace(\"{match}\", match)\\\n .replace(\"{limit}\", limit)\n\ndata = requests.get(url)\njson_mi = data.json()\nprint(json.dumps(json_mi, indent=3))","execution_count":28,"outputs":[{"output_type":"stream","text":"[\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/D001241\",\n \"label\": \"Aspirin\"\n }\n]\n","name":"stdout"}]},{"metadata":{"trusted":true},"cell_type":"code","source":"uri_mesh = json_mi[0][\"resource\"]\nprint(\"Using uri: \" + uri_mesh)\nbar = str.rindex(uri_mesh, \"/\")\nprint(\"Resource code: \" + uri_mesh[bar+1:])","execution_count":29,"outputs":[{"output_type":"stream","text":"Using uri: http://id.nlm.nih.gov/mesh/D001241\nResource code: D001241\n","name":"stdout"}]},{"metadata":{"trusted":true},"cell_type":"code","source":"url_template = \"https://id.nlm.nih.gov/mesh/lookup/details?descriptor={code}\"\n\ncode = uri_mesh[bar+1:]\n\nurl = url_template.replace(\"{code}\", code)\n\ndata = requests.get(url)\njson_mid = data.json()\nprint(json.dumps(json_mid, indent=3))","execution_count":30,"outputs":[{"output_type":"stream","text":"{\n \"descriptor\": \"http://id.nlm.nih.gov/mesh/D001241\",\n \"terms\": [\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003713\",\n \"label\": \"Aspirin\",\n \"preferred\": true\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003714\",\n \"label\": \"2-(Acetyloxy)benzoic Acid\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003712\",\n \"label\": \"Acetylsalicylic Acid\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003721\",\n \"label\": \"Acetysal\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003722\",\n \"label\": \"Acylpyrin\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003711\",\n \"label\": \"Aloxiprimum\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003723\",\n \"label\": \"Colfarit\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003715\",\n \"label\": \"Dispril\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003719\",\n \"label\": \"Easprin\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003724\",\n \"label\": \"Ecotrin\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003725\",\n \"label\": \"Endosprin\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003726\",\n \"label\": \"Magnecyl\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003727\",\n \"label\": \"Micristin\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003717\",\n \"label\": \"Polopirin\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003728\",\n \"label\": \"Polopiryna\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003716\",\n \"label\": \"Solprin\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003718\",\n \"label\": \"Solupsan\",\n \"preferred\": false\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/T003720\",\n \"label\": \"Zorprin\",\n \"preferred\": false\n }\n ],\n \"qualifiers\": [\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000008\",\n \"label\": \"administration & dosage\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000009\",\n \"label\": \"adverse effects\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000819\",\n \"label\": \"agonists\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000031\",\n \"label\": \"analogs & derivatives\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000032\",\n \"label\": \"analysis\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000037\",\n \"label\": \"antagonists & inhibitors\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000097\",\n \"label\": \"blood\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000134\",\n \"label\": \"cerebrospinal fluid\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000138\",\n \"label\": \"chemical synthesis\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000737\",\n \"label\": \"chemistry\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000145\",\n \"label\": \"classification\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000191\",\n \"label\": \"economics\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000266\",\n \"label\": \"history\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000276\",\n \"label\": \"immunology\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000302\",\n \"label\": \"isolation & purification\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000378\",\n \"label\": \"metabolism\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000493\",\n \"label\": \"pharmacokinetics\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000494\",\n \"label\": \"pharmacology\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000506\",\n \"label\": \"poisoning\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000528\",\n \"label\": \"radiation effects\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000592\",\n \"label\": \"standards\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000600\",\n \"label\": \"supply & distribution\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000627\",\n \"label\": \"therapeutic use\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000633\",\n \"label\": \"toxicity\"\n },\n {\n \"resource\": \"http://id.nlm.nih.gov/mesh/Q000652\",\n \"label\": \"urine\"\n }\n ],\n \"seealso\": []\n}\n","name":"stdout"}]},{"metadata":{},"id":"uniform-worst","cell_type":"markdown","source":"## Tarefa 4\n### Escolha algum lugar no OpenStreetMap e elabore a mesma sequência de três chamadas de serviços para o seu conceito."},{"metadata":{"trusted":true},"id":"virgin-volunteer","cell_type":"code","source":"url_template = \"http://nominatim.openstreetmap.org/search?format={format}&q={query}\"\nformat = \"json\"\nquery = \"Cristo Redentor, Estrada do Corcovado, Santa Teresa, Zona Central do Rio de Janeiro, Rio de Janeiro\"\n\nurl = url_template.replace(\"{format}\", format)\\\n .replace(\"{query}\", query)\n\nresponse = requests.get(url)\ndata = response.json()\nprint(json.dumps(data, indent=3))","execution_count":81,"outputs":[{"output_type":"stream","text":"[\n {\n \"place_id\": 57447785,\n \"licence\": \"Data \\u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright\",\n \"osm_type\": \"node\",\n \"osm_id\": 4919986733,\n \"boundingbox\": [\n \"-22.9519673\",\n \"-22.9518673\",\n \"-43.210545\",\n \"-43.210445\"\n ],\n \"lat\": \"-22.9519173\",\n \"lon\": \"-43.210495\",\n \"display_name\": \"Cristo Redentor, Estrada do Corcovado, Santa Teresa, Zona Central do Rio de Janeiro, Rio de Janeiro, Regi\\u00e3o Geogr\\u00e1fica Imediata do Rio de Janeiro, Regi\\u00e3o Metropolitana do Rio de Janeiro, Regi\\u00e3o Geogr\\u00e1fica Intermedi\\u00e1ria do Rio de Janeiro, Rio de Janeiro, Regi\\u00e3o Sudeste, 22470-180, Brasil\",\n \"class\": \"tourism\",\n \"type\": \"attraction\",\n \"importance\": 1.9987154191653276,\n \"icon\": \"https://nominatim.openstreetmap.org/ui/mapicons//poi_point_of_interest.p.20.png\"\n }\n]\n","name":"stdout"}]},{"metadata":{"trusted":true},"cell_type":"code","source":"print(data[0][\"osm_id\"])","execution_count":82,"outputs":[{"output_type":"stream","text":"4919986733\n","name":"stdout"}]},{"metadata":{"trusted":true},"cell_type":"code","source":"url_template = \"https://api.openstreetmap.org/api/0.6/{element_type}/{id}.{format}\"\n\nelement_type = \"node\" # types: node, way, or relation\nid = str(data[0][\"osm_id\"])\nformat = \"json\"\n\nurl = url_template.replace(\"{element_type}\", element_type)\\\n .replace(\"{id}\", id)\\\n .replace(\"{format}\", format)\n\nresponse = requests.get(url)\ndata = response.json()\nprint(json.dumps(data, indent=3))","execution_count":83,"outputs":[{"output_type":"stream","text":"{\n \"version\": \"0.6\",\n \"generator\": \"CGImap 0.8.5 (2516956 spike-08.openstreetmap.org)\",\n \"copyright\": \"OpenStreetMap and contributors\",\n \"attribution\": \"http://www.openstreetmap.org/copyright\",\n \"license\": \"http://opendatacommons.org/licenses/odbl/1-0/\",\n \"elements\": [\n {\n \"type\": \"node\",\n \"id\": 4919986733,\n \"lat\": -22.9519173,\n \"lon\": -43.210495,\n \"timestamp\": \"2018-08-05T08:59:37Z\",\n \"version\": 5,\n \"changeset\": 61369027,\n \"user\": \"Polyglot\",\n \"uid\": 15188,\n \"tags\": {\n \"man_made\": \"monument\",\n \"name\": \"Cristo Redentor\",\n \"name:en\": \"Christ the Redeemer\",\n \"seamark:landmark:category\": \"monument\",\n \"seamark:type\": \"landmark\",\n \"subject:wikidata\": \"Q302\",\n \"tourism\": \"attraction\",\n \"wikidata\": \"Q79961\",\n \"wikipedia\": \"en:Christ the Redeemer (statue)\"\n }\n }\n ]\n}\n","name":"stdout"}]},{"metadata":{"trusted":true},"cell_type":"code","source":"print(data[\"elements\"][0][\"tags\"][\"wikipedia\"])","execution_count":84,"outputs":[{"output_type":"stream","text":"en:Christ the Redeemer (statue)\n","name":"stdout"}]},{"metadata":{"trusted":true},"cell_type":"code","source":"url_template = \"http://dbpedia.org/data/{concept}.{format}\"\nconcept = location_node[\"elements\"][0][\"tags\"][\"wikipedia\"].replace(\" \", \"_\")\\\n .replace(\"en:\", \"\")\nformat = \"jsod\"\n\nurl = url_template.replace(\"{concept}\", concept)\\\n .replace(\"{format}\", format)\n\nresponse= requests.get(url)\ndata = response.json()\nprint(json.dumps(data, indent=3))","execution_count":85,"outputs":[{"output_type":"stream","text":"{\n \"d\": {\n \"results\": [\n {\n \"__metadata\": {\n \"uri\": \"http://dbpedia.org/resource/Christ_the_Redeemer_(statue)\"\n },\n \"http://www.w3.org/2002/07/owl#sameAs\": {\n \"__deferred\": {\n \"uri\": \"http://www.wikidata.org/entity/Q79961\"\n }\n },\n \"http://www.w3.org/1999/02/22-rdf-syntax-ns#type\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/class/yago/Attribute100024264\"\n }\n },\n \"http://www.w3.org/2000/01/rdf-schema#label\": \"Christus de Verlosser\",\n \"http://dbpedia.org/ontology/designer\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Paul_Landowski\"\n }\n },\n \"http://www.w3.org/2000/01/rdf-schema#comment\": \"\\u0421\\u0442\\u0430\\u0301\\u0442\\u0443\\u044f \\u0425\\u0440\\u0438\\u0441\\u0442\\u0430\\u0301-\\u0418\\u0441\\u043a\\u0443\\u043f\\u0438\\u0301\\u0442\\u0435\\u043b\\u044f (\\u043f\\u043e\\u0440\\u0442. Cristo Redentor) \\u2014 \\u0441\\u0442\\u0430\\u0442\\u0443\\u044f \\u0418\\u0438\\u0441\\u0443\\u0441\\u0430 \\u0425\\u0440\\u0438\\u0441\\u0442\\u0430 \\u0432 \\u0441\\u0442\\u0438\\u043b\\u0435 \\u0430\\u0440-\\u0434\\u0435\\u043a\\u043e, \\u0440\\u0430\\u0441\\u043f\\u043e\\u043b\\u043e\\u0436\\u0435\\u043d\\u043d\\u0430\\u044f \\u043d\\u0430 \\u0432\\u0435\\u0440\\u0448\\u0438\\u043d\\u0435 \\u0433\\u043e\\u0440\\u044b \\u041a\\u043e\\u0440\\u043a\\u043e\\u0432\\u0430\\u0434\\u0443 \\u0432 \\u0420\\u0438\\u043e-\\u0434\\u0435-\\u0416\\u0430\\u043d\\u0435\\u0439\\u0440\\u043e. \\u042f\\u0432\\u043b\\u044f\\u0435\\u0442\\u0441\\u044f \\u0441\\u0438\\u043c\\u0432\\u043e\\u043b\\u043e\\u043c \\u0420\\u0438\\u043e-\\u0434\\u0435-\\u0416\\u0430\\u043d\\u0435\\u0439\\u0440\\u043e \\u0438 \\u0411\\u0440\\u0430\\u0437\\u0438\\u043b\\u0438\\u0438 \\u0432 \\u0446\\u0435\\u043b\\u043e\\u043c. \\u0412 2007 \\u0433. \\u043d\\u0435\\u043e\\u0444\\u0438\\u0446\\u0438\\u0430\\u043b\\u044c\\u043d\\u043e \\u0438\\u0437\\u0431\\u0440\\u0430\\u043d\\u0430 \\u043e\\u0434\\u043d\\u0438\\u043c \\u0438\\u0437 \\u041d\\u043e\\u0432\\u044b\\u0445 \\u0441\\u0435\\u043c\\u0438 \\u0447\\u0443\\u0434\\u0435\\u0441 \\u0441\\u0432\\u0435\\u0442\\u0430. \\u0421\\u0442\\u0430\\u0442\\u0443\\u044f \\u043d\\u0430\\u0445\\u043e\\u0434\\u0438\\u0442\\u0441\\u044f \\u043d\\u0430 \\u0442\\u0435\\u0440\\u0440\\u0438\\u0442\\u043e\\u0440\\u0438\\u0438 \\u043d\\u0430\\u0446\\u0438\\u043e\\u043d\\u0430\\u043b\\u044c\\u043d\\u043e\\u0433\\u043e \\u043f\\u0430\\u0440\\u043a\\u0430 \\u0422\\u0438\\u0436\\u0443\\u043a\\u0430, \\u043d\\u0430 \\u0432\\u044b\\u0441\\u043e\\u0442\\u0435 709 \\u043c\\u0435\\u0442\\u0440\\u043e\\u0432 \\u043d\\u0430\\u0434 \\u0443\\u0440\\u043e\\u0432\\u043d\\u0435\\u043c \\u043c\\u043e\\u0440\\u044f.\",\n \"http://dbpedia.org/ontology/wikiPageWikiLink\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Temple_Expiatori_del_Sagrat_Cor\"\n }\n },\n \"http://dbpedia.org/ontology/abstract\": \"\\u0627\\u0644\\u0645\\u0633\\u064a\\u062d \\u0627\\u0644\\u0641\\u0627\\u062f\\u064a \\u0623\\u0648 \\u062a\\u0645\\u062b\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0633\\u064a\\u062d \\u0627\\u0644\\u0641\\u0627\\u062f\\u064a (\\u0628\\u0627\\u0644\\u0628\\u0631\\u062a\\u063a\\u0627\\u0644\\u064a\\u0629: Cristo Redentor) \\u0647\\u0648 \\u062a\\u0645\\u062b\\u0627\\u0644 \\u0636\\u062e\\u0645 \\u0639\\u0644\\u0649 \\u0637\\u0631\\u0627\\u0632 \\u0641\\u0646 "\\u0622\\u0631\\u062a \\u062f\\u064a\\u0643\\u0648" \\u0644\\u0644\\u0633\\u064a\\u062f \\u064a\\u0633\\u0648\\u0639 \\u0627\\u0644\\u0645\\u0633\\u064a\\u062d \\u0628\\u0645\\u062f\\u064a\\u0646\\u0629 \\u0631\\u064a\\u0648 \\u062f\\u064a \\u062c\\u0627\\u0646\\u064a\\u0631\\u0648 \\u0628\\u0627\\u0644\\u0628\\u0631\\u0627\\u0632\\u064a\\u0644. \\u064a\\u0639\\u062f \\u0627\\u0644\\u062a\\u0645\\u062b\\u0627\\u0644 \\u0631\\u0645\\u0632\\u0627\\u064b \\u0644\\u0644\\u0645\\u062f\\u064a\\u0646\\u0629 \\u0648\\u0623\\u064a\\u0642\\u0648\\u0646\\u0629 \\u0644\\u0647\\u0627\\u060c \\u0648\\u064a\\u0639\\u062f\\u0651 \\u0623\\u064a\\u0636\\u0627\\u064b \\u0623\\u064a\\u0636\\u0627\\u064b \\u0631\\u0645\\u0632\\u0627\\u064b \\u0644\\u0644\\u0628\\u0631\\u0627\\u0632\\u064a\\u0644 \\u0643\\u0644\\u0647\\u0627 \\u0648\\u0644\\u0644\\u0645\\u0633\\u064a\\u062d\\u064a\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645 \\u0623\\u062c\\u0645\\u0639. \\u064a\\u0628\\u0644\\u063a \\u0627\\u0631\\u062a\\u0641\\u0627\\u0639 \\u0627\\u0644\\u062a\\u0645\\u062b\\u0627\\u0644 38 \\u0645\\u062a\\u0631\\u0627\\u064b (125 \\u0642\\u062f\\u0645\\u0627\\u064b)\\u060c \\u0648\\u064a\\u0632\\u0646 1000 \\u0637\\u0646\\u0627\\u064b \\u0648\\u064a\\u0642\\u0639 \\u0639\\u0644\\u0649 \\u0642\\u0645\\u0629 \\u062c\\u0628\\u0644 \\u0643\\u0648\\u0631\\u0643\\u0648\\u0641\\u0627\\u062f\\u0648 (710 \\u0645\\u062a\\u0631\\u0627\\u064b). \\u0635\\u0645\\u0651\\u0645 \\u0627\\u0644\\u062a\\u0645\\u062b\\u0627\\u0644 \\u0627\\u0644\\u0641\\u0646\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u0627\\u0632\\u064a\\u0644\\u064a \\u060c \\u0648\\u0642\\u0627\\u0645 \\u0628\\u062a\\u0646\\u0641\\u064a\\u0630\\u0647 \\u0627\\u0644\\u0646\\u062d\\u0627\\u062a \\u0627\\u0644\\u0641\\u0631\\u0646\\u0633\\u064a . \\u064a\\u0634\\u0631\\u0641 \\u0627\\u0644\\u062a\\u0645\\u062b\\u0627\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062d\\u062f\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0642\\u0648\\u0645\\u064a\\u0629 \\u0644\\u063a\\u0627\\u0628\\u0629 \\u062a\\u064a\\u062c\\u0648\\u0643\\u0627 \\u0627\\u0644\\u0623\\u0643\\u0628\\u0631 \\u0641\\u064a \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645\\u060c \\u0645\\u0637\\u0644\\u0627\\u064b \\u0639\\u0644\\u0649 \\u0631\\u064a\\u0648 \\u062f\\u064a \\u062c\\u0627\\u0646\\u064a\\u0631\\u0648\\u060c \\u0648\\u064a\\u0639\\u062f \\u0648\\u0627\\u062d\\u062f\\u0627\\u064b \\u0645\\u0646 \\u0639\\u062c\\u0627\\u0626\\u0628 \\u0627\\u0644\\u062f\\u0646\\u064a\\u0627 \\u0627\\u0644\\u0633\\u0628\\u0639 \\u0627\\u0644\\u062c\\u062f\\u064a\\u062f\\u0629\\u060c \\u0648\\u0647\\u0648 \\u0645\\u0635\\u0646\\u0648\\u0639 \\u0645\\u0646 \\u0627\\u0644\\u0643\\u0648\\u0646\\u0643\\u0631\\u064a\\u062a \\u0648\\u0627\\u0644\\u062d\\u062c\\u0631 \\u0627\\u0644\\u0623\\u0645\\u0644\\u0633. \\u0642\\u0627\\u0639\\u062f\\u0629 \\u0627\\u0644\\u062a\\u0645\\u062b\\u0627\\u0644 \\u062a\\u062d\\u062a\\u0648\\u064a \\u0639\\u0644\\u0649 \\u0643\\u0646\\u064a\\u0633\\u0629 \\u0631\\u0648\\u0645\\u0627\\u0646\\u064a\\u0629 \\u0643\\u0627\\u062b\\u0648\\u0644\\u064a\\u0643\\u064a\\u0629 \\u062d\\u064a\\u062b \\u062a\\u0639\\u0642\\u062f \\u0641\\u064a\\u0647\\u0627 \\u0627\\u0644\\u0623\\u0639\\u0631\\u0627\\u0633 \\u0648\\u0627\\u0644\\u0639\\u0645\\u0627\\u062f \\u0648\\u0643\\u062b\\u064a\\u0631 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u0646\\u0627\\u0633\\u0628\\u0627\\u062a \\u0627\\u0644\\u062f\\u064a\\u0646\\u064a\\u0629 \\u0648\\u064a\\u0634\\u0631\\u0641 \\u0627\\u0644\\u062a\\u0645\\u062b\\u0627\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u062a\\u0632\\u0647 \\u0648\\u062d\\u062f\\u064a\\u0642\\u0629 \\u0648\\u0637\\u0646\\u064a\\u0629 \\u0647\\u064a \\u0627\\u0644\\u0623\\u0643\\u0628\\u0631 \\u0641\\u064a \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645.\",\n \"http://purl.org/dc/terms/subject\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Category:Buildings_and_structures_completed_in_1931\"\n }\n },\n \"http://dbpedia.org/property/wikiPageUsesTemplate\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Template:Italic_title\"\n }\n },\n \"http://dbpedia.org/property/height\": \", with its pedestal\",\n \"http://dbpedia.org/property/complete\": \"--10-12\",\n \"http://dbpedia.org/ontology/location\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Brazil\"\n }\n },\n \"http://dbpedia.org/property/location\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Corcovado\"\n }\n },\n \"http://dbpedia.org/ontology/wikiPageID\": \"849683\",\n \"http://dbpedia.org/ontology/wikiPageExternalLink\": {\n \"__deferred\": {\n \"uri\": \"http://pontourbe.revues.org/586%7Cjournal\"\n }\n },\n \"http://xmlns.com/foaf/0.1/isPrimaryTopicOf\": {\n \"__deferred\": {\n \"uri\": \"http://en.wikipedia.org/wiki/Christ_the_Redeemer_(statue)\"\n }\n },\n \"http://dbpedia.org/ontology/wikiPageRevisionID\": \"1024415166\",\n \"http://www.w3.org/2003/01/geo/wgs84_pos#long\": \"-43.21055603027344\",\n \"http://www.w3.org/2003/01/geo/wgs84_pos#lat\": \"-22.95194435119629\",\n \"http://dbpedia.org/property/designer\": \"Designed by sculptor Paul Landowski and built by engineer Heitor da Silva Costa in collaboration with Albert Caquot. Sculptor Gheorghe Leonida created the face\",\n \"http://dbpedia.org/ontology/wikiPageLength\": \"25858\",\n \"http://dbpedia.org/property/extra\": \"--10-12\",\n \"http://www.w3.org/ns/prov#wasDerivedFrom\": {\n \"__deferred\": {\n \"uri\": \"http://en.wikipedia.org/wiki/Christ_the_Redeemer_(statue)?oldid=1024415166&ns=0\"\n }\n },\n \"http://xmlns.com/foaf/0.1/depiction\": {\n \"__deferred\": {\n \"uri\": \"http://commons.wikimedia.org/wiki/Special:FilePath/Cristo_Redentor_-_Rio_de_Janeiro,_Brasil.jpg\"\n }\n },\n \"http://dbpedia.org/property/mapframe\": \"yes\",\n \"http://www.georss.org/georss/point\": \"-22.951944444444443 -43.21055555555556\",\n \"http://xmlns.com/foaf/0.1/name\": \"Christ the Redeemer\",\n \"http://dbpedia.org/property/mapframeZoom\": \"11\",\n \"http://dbpedia.org/property/material\": \"Soapstone\",\n \"http://dbpedia.org/property/monumentName\": \"Christ the Redeemer\",\n \"http://purl.org/linguistics/gold/hypernym\": {\n \"__deferred\": {\n \"uri\": \"http://dbpedia.org/resource/Statue\"\n }\n },\n \"http://dbpedia.org/property/wordnet_type\": {\n \"__deferred\": {\n \"uri\": \"http://www.w3.org/2006/03/wn/wn20/instances/synset-national_park-noun-1\"\n }\n },\n \"http://dbpedia.org/ontology/thumbnail\": {\n \"__deferred\": {\n \"uri\": \"http://commons.wikimedia.org/wiki/Special:FilePath/Cristo_Redentor_-_Rio_de_Janeiro,_Brasil.jpg?width=300\"\n }\n },\n \"http://www.w3.org/2003/01/geo/wgs84_pos#geometry\": \"POINT(-43.210556030273 -22.951944351196)\"\n }\n ],\n \"__count\": \"1\"\n }\n}\n","name":"stdout"}]}],"metadata":{"kernelspec":{"name":"python3","display_name":"Python 3","language":"python"},"language_info":{"name":"python","version":"3.7.10","mimetype":"text/x-python","codemirror_mode":{"name":"ipython","version":3},"pygments_lexer":"ipython3","nbconvert_exporter":"python","file_extension":".py"},"toc":{"nav_menu":{},"number_sections":false,"sideBar":false,"skip_h1_title":false,"base_numbering":1,"title_cell":"Table of Contents","title_sidebar":"Contents","toc_cell":false,"toc_position":{},"toc_section_display":false,"toc_window_display":false}},"nbformat":4,"nbformat_minor":5} \ No newline at end of file