all: people conferences publications more

people:
	rapper -g ../../RDFData/People.ttl -o rdfxml-abbrev >People.rdf
# required in some scripts	
	rapper -g ../../RDFData/WTSP.ttl -o rdfxml-abbrev >WTSP.rdf

conferences:
	rapper -g ../../RDFData/Conferences/BTO-2020.ttl -o rdfxml-abbrev >BTO-2020.rdf
	rapper -g ../../RDFData/Conferences/BTO-2021-W.ttl -o rdfxml-abbrev >BTO-2021-W.rdf
	rapper -g ../../RDFData/Conferences/BTO-2021-F.ttl -o rdfxml-abbrev >BTO-2021-F.rdf
	rapper -g ../../RDFData/Conferences/BTO-2022-S.ttl -o rdfxml-abbrev >BTO-2022-S.rdf
	rapper -g ../../RDFData/Conferences/BTO-2022-F.ttl -o rdfxml-abbrev >BTO-2022-F.rdf
	rapper -g ../../RDFData/ConferenceSeries.ttl -o rdfxml-abbrev >ConferenceSeries.rdf
	rapper -g ../../RDFData/PastConferences.ttl -o rdfxml-abbrev >PastConferences.rdf
	rapper -g ../../RDFData/Conferences/MTC-2020.ttl -o rdfxml-abbrev >MTC-2020.rdf
	rapper -g ../../RDFData/Conferences/TRIZCon-2019.ttl -o rdfxml-abbrev >TRIZCon-2019.rdf
	rapper -g ../../RDFData/Conferences/TRIZCon-2020.ttl -o rdfxml-abbrev >TRIZCon-2020.rdf
	rapper -g ../../RDFData/Conferences/TRIZCon-2021.ttl -o rdfxml-abbrev >TRIZCon-2021.rdf
	rapper -g ../../RDFData/Conferences/TRIZ-Summit-2019.ttl -o rdfxml-abbrev >TRIZ-Summit-2019.rdf
	rapper -g ../../RDFData/Conferences/TRIZ-Summit-2020.ttl -o rdfxml-abbrev >TRIZ-Summit-2020.rdf
	rapper -g ../../RDFData/Conferences/TRIZ-Summit-2021.ttl -o rdfxml-abbrev >TRIZ-Summit-2021.rdf
	rapper -g ../../RDFData/Conferences/TRIZ-Summit-2022.ttl -o rdfxml-abbrev >TRIZ-Summit-2022.rdf
	rapper -g ../../RDFData/Conferences/TRIZFest-2015.ttl -o rdfxml-abbrev >TRIZFest-2015.rdf
	rapper -g ../../RDFData/Conferences/TRIZFest-2016.ttl -o rdfxml-abbrev >TRIZFest-2016.rdf
	rapper -g ../../RDFData/Conferences/TRIZFest-2017.ttl -o rdfxml-abbrev >TRIZFest-2017.rdf
	rapper -g ../../RDFData/Conferences/TRIZFest-2018.ttl -o rdfxml-abbrev >TRIZFest-2018.rdf
	rapper -g ../../RDFData/Conferences/TRIZFest-2019.ttl -o rdfxml-abbrev >TRIZFest-2019.rdf
	rapper -g ../../RDFData/Conferences/TRIZFest-2021.ttl -o rdfxml-abbrev >TRIZFest-2021.rdf
	rapper -g ../../RDFData/Conferences/TRIZFest-2022.ttl -o rdfxml-abbrev >TRIZFest-2022.rdf
	rapper -g ../../RDFData/Conferences/TRIZFest-Pedagogy-2022.ttl -o rdfxml-abbrev >TRIZFest-Pedagogy-2022.rdf
	rapper -g ../../RDFData/Conferences/DAT-2020.ttl -o rdfxml-abbrev >DAT-2020.rdf
	rapper -g ../../RDFData/Conferences/DAT-2022.ttl -o rdfxml-abbrev >DAT-2022.rdf
	rapper -g ../../RDFData/Conferences/GermanTEX-2022.ttl -o rdfxml-abbrev >GermanTEX-2022.rdf
	rapper -g ../../RDFData/Conferences/GermanTEX-2023.ttl -o rdfxml-abbrev >GermanTEX-2023.rdf
	rapper -g ../../RDFData/Conferences/MOF-2020.ttl -o rdfxml-abbrev >MOF-2020.rdf
	rapper -g ../../RDFData/Conferences/TRIZ-Future-2020.ttl -o rdfxml-abbrev >TRIZ-Future-2020.rdf
	rapper -g ../../RDFData/Conferences/TRIZ-Future-2021.ttl -o rdfxml-abbrev >TRIZ-Future-2021.rdf
	rapper -g ../../RDFData/Conferences/TRIZ-Future-2022.ttl -o rdfxml-abbrev >TRIZ-Future-2022.rdf
	rapper -g ../../RDFData/Conferences/ITC-2023.ttl -o rdfxml-abbrev >ITC-2023.rdf

publications:
	rapper -g ../../RDFData/Books.ttl -o rdfxml-abbrev >Books.rdf
	rapper -g ../../RDFData/Presentations.ttl -o rdfxml-abbrev >Presentations.rdf
	rapper -g ../../RDFData/Videos.ttl -o rdfxml-abbrev >Videos.rdf
	rapper -g ../../RDFData/TBK-References.ttl -o rdfxml-abbrev >TBK-References.rdf

more:
	rapper -g ../../RDFData/FlowAnalysis/FlowDevelopmentPattern.ttl -o rdfxml-abbrev >FlowDevelopmentPattern.rdf

test:
	rapper -g ../../RDFData/Konf.ttl -o rdfxml-abbrev >Konf.rdf
