├── LICENSE ├── README.md ├── bcu ├── NLP-The Power of Words.pdf ├── README.MD ├── SPARQL.pdf └── download.jpg ├── city ├── 2020-2021 │ ├── INM713_CSV_to_KG.pdf │ ├── INM713_Coursework.pdf │ ├── INM713_Introduction_Knowledge_Scientist.pdf │ ├── INM713_Introduction_Knowledge_Scientist_slides.pdf │ ├── INM713_Lab_Session1.pdf │ ├── INM713_Lab_Session10.pdf │ ├── INM713_Lab_Session2.pdf │ ├── INM713_Lab_Session3.pdf │ ├── INM713_Lab_Session4.pdf │ ├── INM713_Lab_Session5.pdf │ ├── INM713_Lab_Session6.pdf │ ├── INM713_Lab_Session7.pdf │ ├── INM713_Lab_Session8.pdf │ ├── INM713_Lab_Session9.pdf │ ├── INM713_OWL2Profiles_SPARQL1.1.pdf │ ├── INM713_OWL_Language.pdf │ ├── INM713_Ontology_Alignment.pdf │ ├── INM713_Ontology_Embeddings.pdf │ ├── INM713_Overview_Graph_Databases.pdf │ ├── INM713_RDFS_Semantics.pdf │ ├── INM713_RDF_Knowledge_Graphs.pdf │ ├── INM713_SPARQL1.0.pdf │ └── INM713_coursework_data_pizza_8358_1_reduced.csv ├── 2023-2024 │ ├── IN3067-INM713_Lab_Session1_Infrastructure_2024.pdf │ ├── IN3067-INM713_Lab_Session2_RDF_2024_with_solutions.pdf │ ├── IN3067-INM713_Lab_Session3_OWL.pdf │ ├── IN3067-INM713_Lab_Session4_SPARQL1_with_solutions.pdf │ ├── IN3067-INM713_Lab_Session5_CSV2KG_with_solutions.pdf │ ├── IN3067-INM713_Lab_Session6_RDFS_OWL2RL_2024_with_solutions.pdf │ ├── IN3067-INM713_Lab_Session7_SPARQL1.1_GraphDB_2024_with_solutions.pdf │ ├── IN3067-INM713_Lab_Session8_KGAlignment_2024.pdf │ ├── IN3067-INM713_Lab_Session9_OWL2Vec-Star.pdf │ ├── IN3067-INM713_Lecture10_KGs-LLMs_2024_slides.pdf │ ├── IN3067-INM713_Lecture1_Introduction_Knowledge_Scientist_report_2024.pdf │ ├── IN3067-INM713_Lecture1_Introduction_Knowledge_Scientist_slides_2024.pdf │ ├── IN3067-INM713_Lecture2_RDF_Knowledge_Graphs_slides_2024.pdf │ ├── IN3067-INM713_Lecture3_OWL_Language_slides_2024.pdf │ ├── IN3067-INM713_Lecture4_SPARQL_Query_Language _1.0_slides_2024.pdf │ ├── IN3067-INM713_Lecture4_SPARQL_Query_Language_1.0_slides_2024.pdf │ ├── IN3067-INM713_Lecture5.5_Tips_and_Tricks_CW2_slides.pdf │ ├── IN3067-INM713_Lecture5_Tabular_to_KG_2024_slides.pdf │ ├── IN3067-INM713_Lecture6_RDFS_OWL2Profiles_2024_slides.pdf │ ├── IN3067-INM713_Lecture7_SPARQL1.1_Rules_GraphDatabases_2024_slides.pdf │ ├── IN3067-INM713_Lecture8_Ontology_Alignment_2024_slides.pdf │ ├── IN3067-INM713_Lecture9_OntologyEmbeddings_2024_slides.pdf │ ├── Lab_Session3_Protege 5_New_OWL_Pizza_Tutorial_V3.2.pdf │ └── dataset_lab5.zip ├── README.md ├── ReadingList.md ├── city-logo.jpg └── material-2020-2021.md ├── hwu └── README.md ├── uom ├── README.md ├── nskrr-day1.pdf ├── nskrr-day2.pdf ├── nskrr-day3.pdf ├── nskrr-day4.pdf ├── nskrr-day5.pdf └── uom-logo.png └── upm └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/README.md -------------------------------------------------------------------------------- /bcu/NLP-The Power of Words.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/bcu/NLP-The Power of Words.pdf -------------------------------------------------------------------------------- /bcu/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/bcu/README.MD -------------------------------------------------------------------------------- /bcu/SPARQL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/bcu/SPARQL.pdf -------------------------------------------------------------------------------- /bcu/download.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/bcu/download.jpg -------------------------------------------------------------------------------- /city/2020-2021/INM713_CSV_to_KG.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_CSV_to_KG.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Coursework.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Coursework.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Introduction_Knowledge_Scientist.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Introduction_Knowledge_Scientist.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Introduction_Knowledge_Scientist_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Introduction_Knowledge_Scientist_slides.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Lab_Session1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Lab_Session1.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Lab_Session10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Lab_Session10.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Lab_Session2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Lab_Session2.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Lab_Session3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Lab_Session3.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Lab_Session4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Lab_Session4.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Lab_Session5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Lab_Session5.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Lab_Session6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Lab_Session6.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Lab_Session7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Lab_Session7.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Lab_Session8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Lab_Session8.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Lab_Session9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Lab_Session9.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_OWL2Profiles_SPARQL1.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_OWL2Profiles_SPARQL1.1.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_OWL_Language.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_OWL_Language.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Ontology_Alignment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Ontology_Alignment.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Ontology_Embeddings.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Ontology_Embeddings.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_Overview_Graph_Databases.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_Overview_Graph_Databases.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_RDFS_Semantics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_RDFS_Semantics.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_RDF_Knowledge_Graphs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_RDF_Knowledge_Graphs.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_SPARQL1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_SPARQL1.0.pdf -------------------------------------------------------------------------------- /city/2020-2021/INM713_coursework_data_pizza_8358_1_reduced.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2020-2021/INM713_coursework_data_pizza_8358_1_reduced.csv -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lab_Session1_Infrastructure_2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lab_Session1_Infrastructure_2024.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lab_Session2_RDF_2024_with_solutions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lab_Session2_RDF_2024_with_solutions.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lab_Session3_OWL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lab_Session3_OWL.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lab_Session4_SPARQL1_with_solutions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lab_Session4_SPARQL1_with_solutions.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lab_Session5_CSV2KG_with_solutions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lab_Session5_CSV2KG_with_solutions.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lab_Session6_RDFS_OWL2RL_2024_with_solutions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lab_Session6_RDFS_OWL2RL_2024_with_solutions.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lab_Session7_SPARQL1.1_GraphDB_2024_with_solutions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lab_Session7_SPARQL1.1_GraphDB_2024_with_solutions.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lab_Session8_KGAlignment_2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lab_Session8_KGAlignment_2024.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lab_Session9_OWL2Vec-Star.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lab_Session9_OWL2Vec-Star.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lecture10_KGs-LLMs_2024_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lecture10_KGs-LLMs_2024_slides.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lecture1_Introduction_Knowledge_Scientist_report_2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lecture1_Introduction_Knowledge_Scientist_report_2024.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lecture1_Introduction_Knowledge_Scientist_slides_2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lecture1_Introduction_Knowledge_Scientist_slides_2024.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lecture2_RDF_Knowledge_Graphs_slides_2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lecture2_RDF_Knowledge_Graphs_slides_2024.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lecture3_OWL_Language_slides_2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lecture3_OWL_Language_slides_2024.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lecture4_SPARQL_Query_Language _1.0_slides_2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lecture4_SPARQL_Query_Language _1.0_slides_2024.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lecture4_SPARQL_Query_Language_1.0_slides_2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lecture4_SPARQL_Query_Language_1.0_slides_2024.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lecture5.5_Tips_and_Tricks_CW2_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lecture5.5_Tips_and_Tricks_CW2_slides.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lecture5_Tabular_to_KG_2024_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lecture5_Tabular_to_KG_2024_slides.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lecture6_RDFS_OWL2Profiles_2024_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lecture6_RDFS_OWL2Profiles_2024_slides.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lecture7_SPARQL1.1_Rules_GraphDatabases_2024_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lecture7_SPARQL1.1_Rules_GraphDatabases_2024_slides.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lecture8_Ontology_Alignment_2024_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lecture8_Ontology_Alignment_2024_slides.pdf -------------------------------------------------------------------------------- /city/2023-2024/IN3067-INM713_Lecture9_OntologyEmbeddings_2024_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/IN3067-INM713_Lecture9_OntologyEmbeddings_2024_slides.pdf -------------------------------------------------------------------------------- /city/2023-2024/Lab_Session3_Protege 5_New_OWL_Pizza_Tutorial_V3.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/Lab_Session3_Protege 5_New_OWL_Pizza_Tutorial_V3.2.pdf -------------------------------------------------------------------------------- /city/2023-2024/dataset_lab5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/2023-2024/dataset_lab5.zip -------------------------------------------------------------------------------- /city/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/README.md -------------------------------------------------------------------------------- /city/ReadingList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/ReadingList.md -------------------------------------------------------------------------------- /city/city-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/city-logo.jpg -------------------------------------------------------------------------------- /city/material-2020-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/city/material-2020-2021.md -------------------------------------------------------------------------------- /hwu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/hwu/README.md -------------------------------------------------------------------------------- /uom/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/uom/README.md -------------------------------------------------------------------------------- /uom/nskrr-day1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/uom/nskrr-day1.pdf -------------------------------------------------------------------------------- /uom/nskrr-day2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/uom/nskrr-day2.pdf -------------------------------------------------------------------------------- /uom/nskrr-day3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/uom/nskrr-day3.pdf -------------------------------------------------------------------------------- /uom/nskrr-day4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/uom/nskrr-day4.pdf -------------------------------------------------------------------------------- /uom/nskrr-day5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/uom/nskrr-day5.pdf -------------------------------------------------------------------------------- /uom/uom-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/uom/uom-logo.png -------------------------------------------------------------------------------- /upm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turing-knowledge-graphs/teaching/HEAD/upm/README.md --------------------------------------------------------------------------------