From 8ac28bdecec876f094b9b54187340a1c580960f8 Mon Sep 17 00:00:00 2001 From: Andre Castro Date: Tue, 20 Aug 2024 16:10:12 +0200 Subject: [PATCH 1/6] added owl:sameAs statements to script --- scripts/create_ontology.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/create_ontology.py b/scripts/create_ontology.py index f17ef91..0557b1e 100644 --- a/scripts/create_ontology.py +++ b/scripts/create_ontology.py @@ -53,6 +53,8 @@ def create_class(graph, ns, node_name, labels, parent): # labels graph.add((node, RDFS.label, Literal(f'{labels[0]}', lang='en'))) graph.add((node, SKOS.altLabel, Literal(f'{labels[1]}', lang='de'))) + # mappings + graph.add((node, OWL.sameAs, URIRef(f'http://uri.gbv.de/terminology/dfg2024/{node_name}'))) # obo:IAO_0000111 # editor preferred term ns.node_name From 7b8c5a113c2a15189c9e265be2a0412c3eb13728 Mon Sep 17 00:00:00 2001 From: Andre Castro Date: Tue, 20 Aug 2024 16:40:06 +0200 Subject: [PATCH 2/6] owl:sameAs mappings to gbv dfg2024 --- dfgfo.ttl | 287 ++++++++++++++++++++++++++++++++++++- scripts/create_ontology.py | 4 +- 2 files changed, 285 insertions(+), 6 deletions(-) diff --git a/dfgfo.ttl b/dfgfo.ttl index 0abceb6..f9ac0c5 100644 --- a/dfgfo.ttl +++ b/dfgfo.ttl @@ -1,9 +1,9 @@ @prefix dc: . -@prefix dcterms: . @prefix dfgfo: . @prefix owl: . @prefix rdfs: . @prefix skos: . +@prefix terms: . dc:creator a owl:AnnotationProperty . @@ -11,7 +11,7 @@ dc:description a owl:AnnotationProperty . dc:title a owl:AnnotationProperty . -dcterms:license a owl:AnnotationProperty . +terms:license a owl:AnnotationProperty . skos:altLabel a owl:AnnotationProperty . @@ -22,1412 +22,1693 @@ skos:altLabel a owl:AnnotationProperty . dc:description "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) encodes the DFG Classification of Subject Areas into an ontology, where each subject number are is enconded into a Class with subclass statements following the DFG Classification of Subject Areas hierarchy. Labels are provide German and English." ; dc:title "DFG Fachsystematik - Ontologie - 2024-2028"@de, "DFG Classification of Subject Areas Ontology - 2024-2028"@en ; - dcterms:license ; + terms:license ; rdfs:comment "DFG Classification of Subject Areas Ontology is being created as part of the TIB Terminology Service"@de, "DFG Fachsystematik - Ontology wurde zur Integration in den TIB Terminology Service erstellt"@de . dfgfo:111-01 a owl:Class ; rdfs:label "Prehistory and World Archaeology"@en ; rdfs:subClassOf dfgfo:111 ; + owl:sameAs ; skos:altLabel "Ur- und Frühgeschichte (weltweit)"@de . dfgfo:111-02 a owl:Class ; rdfs:label "Greek and Latin Philology"@en ; rdfs:subClassOf dfgfo:111 ; + owl:sameAs ; skos:altLabel "Griechische und Lateinische Philologie"@de . dfgfo:111-03 a owl:Class ; rdfs:label "Ancient History"@en ; rdfs:subClassOf dfgfo:111 ; + owl:sameAs ; skos:altLabel "Alte Geschichte"@de . dfgfo:111-04 a owl:Class ; rdfs:label "Classical, Roman, Christian and Islamic Archaeology"@en ; rdfs:subClassOf dfgfo:111 ; + owl:sameAs ; skos:altLabel "Klassische, Provinzialrömische, Christliche und Islamische Archäologie"@de . dfgfo:111-05 a owl:Class ; rdfs:label "Egyptology and Ancient Near Eastern Studies"@en ; rdfs:subClassOf dfgfo:111 ; + owl:sameAs ; skos:altLabel "Ägyptische und Vorderasiatische Altertumswissenschaften"@de . dfgfo:112-01 a owl:Class ; rdfs:label "Medieval History"@en ; rdfs:subClassOf dfgfo:112 ; + owl:sameAs ; skos:altLabel "Mittelalterliche Geschichte"@de . dfgfo:112-02 a owl:Class ; rdfs:label "Early Modern History"@en ; rdfs:subClassOf dfgfo:112 ; + owl:sameAs ; skos:altLabel "Frühneuzeitliche Geschichte"@de . dfgfo:112-03 a owl:Class ; rdfs:label "Modern and Contemporary History"@en ; rdfs:subClassOf dfgfo:112 ; + owl:sameAs ; skos:altLabel "Neuere und Neueste Geschichte (einschl. Europäische Geschichte der Neuzeit und Außereuropäische Geschichte)"@de . dfgfo:112-04 a owl:Class ; rdfs:label "History of Science"@en ; rdfs:subClassOf dfgfo:112 ; + owl:sameAs ; skos:altLabel "Wissenschaftsgeschichte"@de . dfgfo:113-01 a owl:Class ; rdfs:label "Art History"@en ; rdfs:subClassOf dfgfo:113 ; + owl:sameAs ; skos:altLabel "Kunstgeschichte"@de . dfgfo:113-02 a owl:Class ; rdfs:label "Musicology"@en ; rdfs:subClassOf dfgfo:113 ; + owl:sameAs ; skos:altLabel "Musikwissenschaften"@de . dfgfo:113-03 a owl:Class ; rdfs:label "Theatre and Media Studies"@en ; rdfs:subClassOf dfgfo:113 ; + owl:sameAs ; skos:altLabel "Theater- und Medienwissenschaften"@de . dfgfo:114-01 a owl:Class ; rdfs:label "General and Comparative Linguistics, Experimental Linguistics, Typology, Non-European Languages"@en ; rdfs:subClassOf dfgfo:114 ; + owl:sameAs ; skos:altLabel "Allgemeine und Vergleichende Sprachwissenschaft, Experimentelle Linguistik, Typologie, Außereuropäische Sprachen"@de . dfgfo:114-02 a owl:Class ; rdfs:label "Individual Linguistics, Historical Linguistics"@en ; rdfs:subClassOf dfgfo:114 ; + owl:sameAs ; skos:altLabel "Einzelsprachenwissenschaften, Historische Linguistik"@de . dfgfo:114-03 a owl:Class ; rdfs:label "Applied Linguistics, Computational Linguistics"@en ; rdfs:subClassOf dfgfo:114 ; + owl:sameAs ; skos:altLabel "Angewandte Sprachwissenschaften, Computerlinguistik"@de . dfgfo:115-01 a owl:Class ; rdfs:label "German Medieval Studies (Medieval German Literature)"@en ; rdfs:subClassOf dfgfo:115 ; + owl:sameAs ; skos:altLabel "Germanistische Mediävistik (Ältere deutsche Literatur)"@de . dfgfo:115-02 a owl:Class ; rdfs:label "German Literary and Cultural Studies (Modern German Literature)"@en ; rdfs:subClassOf dfgfo:115 ; + owl:sameAs ; skos:altLabel "Germanistische Literatur-und Kulturwissenschaften (Neuere deutsche Literatur)"@de . dfgfo:115-03 a owl:Class ; rdfs:label "European and American Literary and Cultural Studies"@en ; rdfs:subClassOf dfgfo:115 ; + owl:sameAs ; skos:altLabel "Europäische und Amerikanische Literatur- und Kulturwissenschaften"@de . dfgfo:115-04 a owl:Class ; rdfs:label "General and Comparative Literary Studies; Cultural Studies"@en ; rdfs:subClassOf dfgfo:115 ; + owl:sameAs ; skos:altLabel "Allgemeine und vergleichende Literaturwissenschaft; Kulturwissenschaft"@de . dfgfo:116-01 a owl:Class ; rdfs:label "Social and Cultural Anthropology and Ethnology"@en ; rdfs:subClassOf dfgfo:116 ; + owl:sameAs ; skos:altLabel "Ethnologie und Europäische Ethnologie"@de . dfgfo:116-02 a owl:Class ; rdfs:label "Asian Studies"@en ; rdfs:subClassOf dfgfo:116 ; + owl:sameAs ; skos:altLabel "Asienbezogene Wissenschaften"@de . dfgfo:116-03 a owl:Class ; rdfs:label "African, American and Oceania Studies"@en ; rdfs:subClassOf dfgfo:116 ; + owl:sameAs ; skos:altLabel "Afrika-, Amerika- und Ozeanienbezogene Wissenschaften"@de . dfgfo:116-04 a owl:Class ; rdfs:label "Islamic Studies, Arabian Studies, Semitic Studies"@en ; rdfs:subClassOf dfgfo:116 ; + owl:sameAs ; skos:altLabel "Islamwissenschaft, Arabistik, Semitistik"@de . dfgfo:116-05 a owl:Class ; rdfs:label "Religious Studies and Jewish Studies"@en ; rdfs:subClassOf dfgfo:116 ; + owl:sameAs ; skos:altLabel "Religionswissenschaft und Judaistik"@de . dfgfo:117-01 a owl:Class ; rdfs:label "Protestant Theology"@en ; rdfs:subClassOf dfgfo:117 ; + owl:sameAs ; skos:altLabel "Evangelische Theologie"@de . dfgfo:117-02 a owl:Class ; rdfs:label "Roman Catholic Theology"@en ; rdfs:subClassOf dfgfo:117 ; + owl:sameAs ; skos:altLabel "Katholische Theologie"@de . dfgfo:118-01 a owl:Class ; rdfs:label "History of Philosophy"@en ; rdfs:subClassOf dfgfo:118 ; + owl:sameAs ; skos:altLabel "Geschichte der Philosophie"@de . dfgfo:118-02 a owl:Class ; rdfs:label "Theoretical Philosophy"@en ; rdfs:subClassOf dfgfo:118 ; + owl:sameAs ; skos:altLabel "Theoretische Philosophie"@de . dfgfo:118-03 a owl:Class ; rdfs:label "Practical Philosophy"@en ; rdfs:subClassOf dfgfo:118 ; + owl:sameAs ; skos:altLabel "Praktische Philosophie"@de . dfgfo:121-01 a owl:Class ; rdfs:label "General Education and History of Education"@en ; rdfs:subClassOf dfgfo:121 ; + owl:sameAs ; skos:altLabel "Allgemeine und Historische Erziehungswissenschaft"@de . dfgfo:121-02 a owl:Class ; rdfs:label "General and Domain-Specific Teaching and Learning"@en ; rdfs:subClassOf dfgfo:121 ; + owl:sameAs ; skos:altLabel "Allgemeines und fachbezogenes Lehren und Lernen"@de . dfgfo:121-03 a owl:Class ; rdfs:label "Education Systems and Educational Institutions"@en ; rdfs:subClassOf dfgfo:121 ; + owl:sameAs ; skos:altLabel "Bildungssysteme und Bildungsinstitutionen"@de . dfgfo:121-04 a owl:Class ; rdfs:label "Educational Research on Socialisation, Welfare and Professionalism"@en ; rdfs:subClassOf dfgfo:121 ; + owl:sameAs ; skos:altLabel "Erziehungswissenschaftliche Sozialisations- und Professionalitätsforschung"@de . dfgfo:122-01 a owl:Class ; rdfs:label "General, Cognitive and Mathematical Psychology"@en ; rdfs:subClassOf dfgfo:122 ; + owl:sameAs ; skos:altLabel "Allgemeine, Kognitive und Mathematische Psychologie"@de . dfgfo:122-02 a owl:Class ; rdfs:label "Biological Psychology and Cognitive Neuroscience"@en ; rdfs:subClassOf dfgfo:122 ; + owl:sameAs ; skos:altLabel "Biologische Psychologie und Kognitive Neurowissenschaften"@de . dfgfo:122-03 a owl:Class ; rdfs:label "Developmental and Educational Psychology"@en ; rdfs:subClassOf dfgfo:122 ; + owl:sameAs ; skos:altLabel "Entwicklungspsychologie und Pädagogische Psychologie"@de . dfgfo:122-04 a owl:Class ; rdfs:label "Social Psychology, Industrial and Organisational Psychology"@en ; rdfs:subClassOf dfgfo:122 ; + owl:sameAs ; skos:altLabel "Sozialpsychologie und Arbeits- und Organisationspsychologie"@de . dfgfo:122-05 a owl:Class ; rdfs:label "Personality Psychology, Clinical and Medical Psychology, Methodology"@en ; rdfs:subClassOf dfgfo:122 ; + owl:sameAs ; skos:altLabel "Persönlichkeitspsychologie, Klinische und Medizinische Psychologie, Methoden"@de . dfgfo:123-01 a owl:Class ; rdfs:label "Sociological Theory"@en ; rdfs:subClassOf dfgfo:123 ; + owl:sameAs ; skos:altLabel "Soziologische Theorie"@de . dfgfo:123-02 a owl:Class ; rdfs:label "Empirical Social Research"@en ; rdfs:subClassOf dfgfo:123 ; + owl:sameAs ; skos:altLabel "Empirische Sozialforschung"@de . dfgfo:123-03 a owl:Class ; rdfs:label "Communication Sciences"@en ; rdfs:subClassOf dfgfo:123 ; + owl:sameAs ; skos:altLabel "Publizistik und Kommunikationswissenschaft"@de . dfgfo:123-04 a owl:Class ; rdfs:label "Political Science"@en ; rdfs:subClassOf dfgfo:123 ; + owl:sameAs ; skos:altLabel "Politikwissenschaft"@de . dfgfo:124-01 a owl:Class ; rdfs:label "Economic Theory"@en ; rdfs:subClassOf dfgfo:124 ; + owl:sameAs ; skos:altLabel "Wirtschaftstheorie"@de . dfgfo:124-02 a owl:Class ; rdfs:label "Economic Policy, Applied Economics"@en ; rdfs:subClassOf dfgfo:124 ; + owl:sameAs ; skos:altLabel "Wirtschaftspolitik, Angewandte Volkswirtschaftslehre"@de . dfgfo:124-03 a owl:Class ; rdfs:label "Accounting und Finance"@en ; rdfs:subClassOf dfgfo:124 ; + owl:sameAs ; skos:altLabel "Accounting und Finance"@de . dfgfo:124-04 a owl:Class ; rdfs:label "Management and Marketing"@en ; rdfs:subClassOf dfgfo:124 ; + owl:sameAs ; skos:altLabel "Management und Marketing"@de . dfgfo:124-05 a owl:Class ; rdfs:label "Operations Management and Computer Science for Business Administration"@en ; rdfs:subClassOf dfgfo:124 ; + owl:sameAs ; skos:altLabel "Operations Management und BWL-spezifische Wirtschaftsinformatik"@de . dfgfo:124-06 a owl:Class ; rdfs:label "Statistics and Econometrics"@en ; rdfs:subClassOf dfgfo:124 ; + owl:sameAs ; skos:altLabel "Statistik und Ökonometrie"@de . dfgfo:124-07 a owl:Class ; rdfs:label "Economic and Social History"@en ; rdfs:subClassOf dfgfo:124 ; + owl:sameAs ; skos:altLabel "Wirtschafts- und Sozialgeschichte"@de . dfgfo:125-01 a owl:Class ; rdfs:label "Principles of Law and Jurisprudence"@en ; rdfs:subClassOf dfgfo:125 ; + owl:sameAs ; skos:altLabel "Grundlagen des Rechts und der Rechtswissenschaft"@de . dfgfo:125-02 a owl:Class ; rdfs:label "Private Law"@en ; rdfs:subClassOf dfgfo:125 ; + owl:sameAs ; skos:altLabel "Privatrecht"@de . dfgfo:125-03 a owl:Class ; rdfs:label "Public Law"@en ; rdfs:subClassOf dfgfo:125 ; + owl:sameAs ; skos:altLabel "Öffentliches Recht"@de . dfgfo:125-04 a owl:Class ; rdfs:label "Criminal Law"@en ; rdfs:subClassOf dfgfo:125 ; + owl:sameAs ; skos:altLabel "Strafrecht"@de . dfgfo:125-05 a owl:Class ; rdfs:label "Criminology"@en ; rdfs:subClassOf dfgfo:125 ; + owl:sameAs ; skos:altLabel "Kriminologie"@de . dfgfo:211-01 a owl:Class ; rdfs:label "Biochemistry"@en ; rdfs:subClassOf dfgfo:211 ; + owl:sameAs ; skos:altLabel "Biochemie"@de . dfgfo:211-02 a owl:Class ; rdfs:label "Biophysics"@en ; rdfs:subClassOf dfgfo:211 ; + owl:sameAs ; skos:altLabel "Biophysik"@de . dfgfo:211-03 a owl:Class ; rdfs:label "Cell Biology"@en ; rdfs:subClassOf dfgfo:211 ; + owl:sameAs ; skos:altLabel "Zellbiologie"@de . dfgfo:211-04 a owl:Class ; rdfs:label "Structural Biology"@en ; rdfs:subClassOf dfgfo:211 ; + owl:sameAs ; skos:altLabel "Strukturbiologie"@de . dfgfo:211-05 a owl:Class ; rdfs:label "General Genetics and Functional Genome Biology"@en ; rdfs:subClassOf dfgfo:211 ; + owl:sameAs ; skos:altLabel "Allgemeine Genetik und funktionelle Genomforschung"@de . dfgfo:211-06 a owl:Class ; rdfs:label "Developmental Biology"@en ; rdfs:subClassOf dfgfo:211 ; + owl:sameAs ; skos:altLabel "Entwicklungsbiologie"@de . dfgfo:211-07 a owl:Class ; rdfs:label "Bioinformatics and Theoretical Biology"@en ; rdfs:subClassOf dfgfo:211 ; + owl:sameAs ; skos:altLabel "Bioinformatik und Theoretische Biologie"@de . dfgfo:212-01 a owl:Class ; rdfs:label "Evolution and Systematics of Plants and Fungi"@en ; rdfs:subClassOf dfgfo:212 ; + owl:sameAs ; skos:altLabel "Evolution und Systematik der Pflanzen und Pilze"@de . dfgfo:212-02 a owl:Class ; rdfs:label "Ecology and Biodiversity of Plants and Ecosystems"@en ; rdfs:subClassOf dfgfo:212 ; + owl:sameAs ; skos:altLabel "Ökologie und Biodiversität der Pflanzen und Ökosysteme"@de . dfgfo:212-03 a owl:Class ; rdfs:label "Organismic Interactions, Chemical Ecology and Microbiomes of Plant Systems"@en ; rdfs:subClassOf dfgfo:212 ; + owl:sameAs ; skos:altLabel "Organismische Interaktionen, chemische Ökologie und Mikrobiome pflanzlicher Systeme"@de . dfgfo:212-04 a owl:Class ; rdfs:label "Plant Physiology"@en ; rdfs:subClassOf dfgfo:212 ; + owl:sameAs ; skos:altLabel "Pflanzenphysiologie"@de . dfgfo:212-05 a owl:Class ; rdfs:label "Plant Biochemistry and Biophysics"@en ; rdfs:subClassOf dfgfo:212 ; + owl:sameAs ; skos:altLabel "Biochemie und Biophysik der Pflanzen"@de . dfgfo:212-06 a owl:Class ; rdfs:label "Plant Cell and Developmental Biology"@en ; rdfs:subClassOf dfgfo:212 ; + owl:sameAs ; skos:altLabel "Zell- und Entwicklungsbiologie der Pflanzen"@de . dfgfo:212-07 a owl:Class ; rdfs:label "Plant Genetics and Genomics"@en ; rdfs:subClassOf dfgfo:212 ; + owl:sameAs ; skos:altLabel "Genetik und Genomik der Pflanzen"@de . dfgfo:213-01 a owl:Class ; rdfs:label "Systematics and Morphology (Zoology)"@en ; rdfs:subClassOf dfgfo:213 ; + owl:sameAs ; skos:altLabel "Systematik und Morphologie der Tiere"@de . dfgfo:213-02 a owl:Class ; rdfs:label "Evolution, Anthropology"@en ; rdfs:subClassOf dfgfo:213 ; + owl:sameAs ; skos:altLabel "Evolution, Anthropologie"@de . dfgfo:213-03 a owl:Class ; rdfs:label "Ecology and Biodiversity of Animals and Ecosystems, Organismic Interactions"@en ; rdfs:subClassOf dfgfo:213 ; + owl:sameAs ; skos:altLabel "Ökologie und Biodiversität der Tiere und Ökosysteme, Organismische Interaktionen"@de . dfgfo:213-04 a owl:Class ; rdfs:label "Sensory and Behavioural Biology"@en ; rdfs:subClassOf dfgfo:213 ; + owl:sameAs ; skos:altLabel "Biologie des Verhaltens und der Sinne"@de . dfgfo:213-05 a owl:Class ; rdfs:label "Animal Physiology and Biochemistry"@en ; rdfs:subClassOf dfgfo:213 ; + owl:sameAs ; skos:altLabel "Biochemie und Physiologie der Tiere"@de . dfgfo:213-06 a owl:Class ; rdfs:label "Evolutionary Cell and Developmental Biology (Zoology)"@en ; rdfs:subClassOf dfgfo:213 ; + owl:sameAs ; skos:altLabel "Evolutionäre Zell- und Entwicklungsbiologie der Tiere"@de . dfgfo:221-01 a owl:Class ; rdfs:label "Metabolism, Biochemistry and Genetics of Microorganisms"@en ; rdfs:subClassOf dfgfo:221 ; + owl:sameAs ; skos:altLabel "Stoffwechselphysiologie, Biochemie und Genetik der Mikroorganismen"@de . dfgfo:221-02 a owl:Class ; rdfs:label "Microbial Ecology and Applied Microbiology"@en ; rdfs:subClassOf dfgfo:221 ; + owl:sameAs ; skos:altLabel "Mikrobielle Ökologie und Angewandte Mikrobiologie"@de . dfgfo:221-03 a owl:Class ; rdfs:label "Medical Microbiology and Mycology, Hygiene, Molecular Infection Biology"@en ; rdfs:subClassOf dfgfo:221 ; + owl:sameAs ; skos:altLabel "Medizinische Mikrobiologie und Mykologie, Hygiene, Molekulare Infektionsbiologie"@de . dfgfo:221-04 a owl:Class ; rdfs:label "Virology"@en ; rdfs:subClassOf dfgfo:221 ; + owl:sameAs ; skos:altLabel "Virologie"@de . dfgfo:221-05 a owl:Class ; rdfs:label "Immunology"@en ; rdfs:subClassOf dfgfo:221 ; + owl:sameAs ; skos:altLabel "Immunologie"@de . dfgfo:221-06 a owl:Class ; rdfs:label "Parasitology and Biology of Tropical Infectious Disease Pathogens"@en ; rdfs:subClassOf dfgfo:221 ; + owl:sameAs ; skos:altLabel "Parasitologie und Biologie der Erreger tropischer Infektionskrankheiten"@de . dfgfo:222-01 a owl:Class ; rdfs:label "Epidemiology and Medical Biometry/Statistics"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Epidemiologie und Medizinische Biometrie/Statistik"@de . dfgfo:222-02 a owl:Class ; rdfs:label "Public Heatlh, Healthcare Research, Social and Occupational Medicine"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Public Health, Gesundheitsbezogene Versorgungsforschung, Sozial- und Arbeitsmedizin"@de . dfgfo:222-03 a owl:Class ; rdfs:label "Human Genetics"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Humangenetik"@de . dfgfo:222-04 a owl:Class ; rdfs:label "Anatomy and Physiology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Anatomie und Physiologie"@de . dfgfo:222-05 a owl:Class ; rdfs:label "Nutritional Sciences"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Ernährungswissenschaften"@de . dfgfo:222-06 a owl:Class ; rdfs:label "Pathology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Pathologie"@de . dfgfo:222-07 a owl:Class ; rdfs:label "Medical Informatics and Medical Bioinformatics"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Medizininformatik und medizinische Bioinformatik"@de . dfgfo:222-08 a owl:Class ; rdfs:label "Pharmacy"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Pharmazie"@de . dfgfo:222-09 a owl:Class ; rdfs:label "Pharmacology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Pharmakologie"@de . dfgfo:222-10 a owl:Class ; rdfs:label "Toxicology, Laboratory Medicine"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Toxikologie, Laboratoriumsmedizin"@de . dfgfo:222-11 a owl:Class ; rdfs:label "Anaesthesiology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Anästhesiologie"@de . dfgfo:222-12 a owl:Class ; rdfs:label "Cardiology, Angiology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Kardiologie, Angiologie"@de . dfgfo:222-13 a owl:Class ; rdfs:label "Pneumology, Thoracic Surgery"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Pneumologie, Thoraxchirurgie"@de . dfgfo:222-14 a owl:Class ; rdfs:label "Hematology, Oncology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Hämatologie, Onkologie"@de . dfgfo:222-15 a owl:Class ; rdfs:label "Gastroenterology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Gastroenterologie"@de . dfgfo:222-16 a owl:Class ; rdfs:label "Nephrology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Nephrologie"@de . dfgfo:222-17 a owl:Class ; rdfs:label "Endocrinology, Diabetology, Metabolism"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Endokrinologie, Diabetologie, Metabolismus"@de . dfgfo:222-18 a owl:Class ; rdfs:label "Rheumatology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Rheumatologie"@de . dfgfo:222-19 a owl:Class ; rdfs:label "Dermatology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Dermatologie"@de . dfgfo:222-20 a owl:Class ; rdfs:label "Pediatric and Adolescent Medicine"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Kinder- und Jugendmedizin"@de . dfgfo:222-21 a owl:Class ; rdfs:label "Gynaecology and Obstetrics"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Gynäkologie und Geburtshilfe"@de . dfgfo:222-22 a owl:Class ; rdfs:label "Clinical Immunology and Allergology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Klinische Immunologie und Allergologie"@de . dfgfo:222-23 a owl:Class ; rdfs:label "Reproductive Medicine, Urology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Reproduktionsmedizin, Urologie"@de . dfgfo:222-24 a owl:Class ; rdfs:label "Biogerontology and Geriatric Medicine"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Gerontobiologie und Geriatrie"@de . dfgfo:222-25 a owl:Class ; rdfs:label "General and Visceral Surgery"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Allgemein- und Viszeralchirurgie"@de . dfgfo:222-26 a owl:Class ; rdfs:label "Cardiac and Vascular Surgery"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Herz- und Gefäßchirurgie"@de . dfgfo:222-27 a owl:Class ; rdfs:label "Orthopaedics, Traumatology, Reconstructive Surgery"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Orthopädie, Unfallchirurgie, rekonstruktive Chirurgie"@de . dfgfo:222-28 a owl:Class ; rdfs:label "Dentistry, Oral Surgery"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Zahnheilkunde; Mund-, Kiefer- und Gesichtschirurgie"@de . dfgfo:222-29 a owl:Class ; rdfs:label "Otolaryngology, Phoniatrics and Audiology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Hals-Nasen-Ohrenheilkunde, Phoniatrie und Audiologie"@de . dfgfo:222-30 a owl:Class ; rdfs:label "Radiology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Radiologie"@de . dfgfo:222-31 a owl:Class ; rdfs:label "Clinical Infectiology and Tropical Medicine"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Klinische Infektiologie und Tropenmedizin"@de . dfgfo:222-32 a owl:Class ; rdfs:label "Medical Physics, Biomedical Technology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Medizinische Physik, Biomedizinische Technik"@de . dfgfo:222-33 a owl:Class ; rdfs:label "Nuclear Medicine, Radiotherapy, Radiobiology"@en ; rdfs:subClassOf dfgfo:222 ; + owl:sameAs ; skos:altLabel "Nuklearmedizin, Strahlentherapie, Strahlenbiologie"@de . dfgfo:223-01 a owl:Class ; rdfs:label "Developmental Neurobiology"@en ; rdfs:subClassOf dfgfo:223 ; + owl:sameAs ; skos:altLabel "Entwicklungsneurobiologie"@de . dfgfo:223-02 a owl:Class ; rdfs:label "Molecular Biology and Physiology of Neurons and Glial Cells"@en ; rdfs:subClassOf dfgfo:223 ; + owl:sameAs ; skos:altLabel "Molekulare Biologie und Physiologie von Nerven- und Gliazellen"@de . dfgfo:223-03 a owl:Class ; rdfs:label "Experimental and Theoretical Network Neuroscience"@en ; rdfs:subClassOf dfgfo:223 ; + owl:sameAs ; skos:altLabel "Experimentelle und theoretische Netzwerk-Neurowissenschaften"@de . dfgfo:223-04 a owl:Class ; rdfs:label "Cognitive, Systems and Behavioural Neurobiology"@en ; rdfs:subClassOf dfgfo:223 ; + owl:sameAs ; skos:altLabel "Kognitive, systemische und Verhaltensneurobiologie"@de . dfgfo:223-05 a owl:Class ; rdfs:label "Experimental Models for the Understanding of Nervous System Diseases"@en ; rdfs:subClassOf dfgfo:223 ; + owl:sameAs ; skos:altLabel "Experimentelle Modelle zum Verständnis von Erkrankungen des Nervensystems"@de . dfgfo:223-06 a owl:Class ; rdfs:label "Molecular and Cellular Neurology and Neuropathology"@en ; rdfs:subClassOf dfgfo:223 ; + owl:sameAs ; skos:altLabel "Molekulare und zelluläre Neurologie und Neuropathologie"@de . dfgfo:223-07 a owl:Class ; rdfs:label "Clinical Neurology; Neurosurgery and Neuroradiology"@en ; rdfs:subClassOf dfgfo:223 ; + owl:sameAs ; skos:altLabel "Klinische Neurologie; Neurochirurgie und Neuroradiologie"@de . dfgfo:223-08 a owl:Class ; rdfs:label "Human Cognitive and Systems Neuroscience"@en ; rdfs:subClassOf dfgfo:223 ; + owl:sameAs ; skos:altLabel "Kognitive und systemische Humanneurowissenschaften"@de . dfgfo:223-09 a owl:Class ; rdfs:label "Biological Psychiatry"@en ; rdfs:subClassOf dfgfo:223 ; + owl:sameAs ; skos:altLabel "Biologische Psychiatrie"@de . dfgfo:223-10 a owl:Class ; rdfs:label "Clinical Psychiatry, Psychotherapy, Child and Adolescent Psychiatry"@en ; rdfs:subClassOf dfgfo:223 ; + owl:sameAs ; skos:altLabel "Klinische Psychiatrie, Psychotherapie und Kinder- und Jugendpsychiatrie"@de . dfgfo:223-11 a owl:Class ; rdfs:label "Ophthalmology"@en ; rdfs:subClassOf dfgfo:223 ; + owl:sameAs ; skos:altLabel "Augenheilkunde"@de . dfgfo:231-01 a owl:Class ; rdfs:label "Soil Sciences"@en ; rdfs:subClassOf dfgfo:231 ; + owl:sameAs ; skos:altLabel "Bodenwissenschaften"@de . dfgfo:231-02 a owl:Class ; rdfs:label "Plant Breeding and Plant Pathology"@en ; rdfs:subClassOf dfgfo:231 ; + owl:sameAs ; skos:altLabel "Pflanzenzüchtung, Pflanzenpathologie"@de . dfgfo:231-03 a owl:Class ; rdfs:label "Plant Cultivation, Plant Nutrition, Agricultural Technology"@en ; rdfs:subClassOf dfgfo:231 ; + owl:sameAs ; skos:altLabel "Pflanzenbau, Pflanzenernährung, Agrartechnik"@de . dfgfo:231-04 a owl:Class ; rdfs:label "Ecology of Land Use"@en ; rdfs:subClassOf dfgfo:231 ; + owl:sameAs ; skos:altLabel "Ökologie der Landnutzung"@de . dfgfo:231-05 a owl:Class ; rdfs:label "Agricultural Economics, Agricultural Policy, Agricultural Sociology"@en ; rdfs:subClassOf dfgfo:231 ; + owl:sameAs ; skos:altLabel "Agrarökonomie, Agrarpolitik, Agrarsoziologie"@de . dfgfo:231-06 a owl:Class ; rdfs:label "Forestry"@en ; rdfs:subClassOf dfgfo:231 ; + owl:sameAs ; skos:altLabel "Forstwissenschaften"@de . dfgfo:231-07 a owl:Class ; rdfs:label "Animal Breeding, Animal Nutrition, Animal Husbandry"@en ; rdfs:subClassOf dfgfo:231 ; + owl:sameAs ; skos:altLabel "Tierzucht, Tierernährung, Tierhaltung"@de . dfgfo:231-08 a owl:Class ; rdfs:label "Veterinary Medical Science"@en ; rdfs:subClassOf dfgfo:231 ; + owl:sameAs ; skos:altLabel "Tiermedizin"@de . dfgfo:311-01 a owl:Class ; rdfs:label "Inorganic Molecular Chemistry - Synthesis and Characterisation"@en ; rdfs:subClassOf dfgfo:311 ; + owl:sameAs ; skos:altLabel "Anorganische Molekülchemie - Synthese, Charakterisierung"@de . dfgfo:311-02 a owl:Class ; rdfs:label "Organic Molecular Chemistry - Synthesis and Characterisation"@en ; rdfs:subClassOf dfgfo:311 ; + owl:sameAs ; skos:altLabel "Organische Molekülchemie - Synthese, Charakterisierung"@de . dfgfo:312-01 a owl:Class ; rdfs:label "Solid State and Surface Chemistry, Material Synthesis"@en ; rdfs:subClassOf dfgfo:312 ; + owl:sameAs ; skos:altLabel "Festkörper- und Oberflächenchemie, Materialsynthese"@de . dfgfo:312-02 a owl:Class ; rdfs:label "Physical Chemistry of Solids and Surfaces, Material Characterisation"@en ; rdfs:subClassOf dfgfo:312 ; + owl:sameAs ; skos:altLabel "Physikalische Chemie von Festkörpern und Oberflächen, Materialcharakterisierung"@de . dfgfo:313-01 a owl:Class ; rdfs:label "Physical Chemistry of Molecules, Liquids and Interfaces, Biophysical Chemistry"@en ; rdfs:subClassOf dfgfo:313 ; + owl:sameAs ; skos:altLabel "Physikalische Chemie von Molekülen, Flüssigkeiten und Grenzflächen, Biophysikalische Chemie"@de . dfgfo:314-01 a owl:Class ; rdfs:label "Analytical Chemistry"@en ; rdfs:subClassOf dfgfo:314 ; + owl:sameAs ; skos:altLabel "Analytische Chemie"@de . dfgfo:315-01 a owl:Class ; rdfs:label "Biological and Biomimetic Chemistry"@en ; rdfs:subClassOf dfgfo:315 ; + owl:sameAs ; skos:altLabel "Biologische und Biomimetische Chemie"@de . dfgfo:315-02 a owl:Class ; rdfs:label "Food Chemistry"@en ; rdfs:subClassOf dfgfo:315 ; + owl:sameAs ; skos:altLabel "Lebensmittelchemie"@de . dfgfo:316-01 a owl:Class ; rdfs:label "Preparatory and Physical Chemistry of Polymers"@en ; rdfs:subClassOf dfgfo:316 ; + owl:sameAs ; skos:altLabel "Präparative und Physikalische Chemie von Polymeren"@de . dfgfo:316-02 a owl:Class ; rdfs:label "Experimental and Theoretical Physics of Polymers"@en ; rdfs:subClassOf dfgfo:316 ; + owl:sameAs ; skos:altLabel "Experimentelle und Theoretische Polymerphysik"@de . dfgfo:316-03 a owl:Class ; rdfs:label "Polymer Materials"@en ; rdfs:subClassOf dfgfo:316 ; + owl:sameAs ; skos:altLabel "Polymermaterialien"@de . dfgfo:317-01 a owl:Class ; rdfs:label "Theoretical Chemistry: Electron Structure, Dynamics, Simulation"@en ; rdfs:subClassOf dfgfo:317 ; + owl:sameAs ; skos:altLabel "Theoretische Chemie: Elektronenstruktur, Dynamik, Simulation"@de . dfgfo:317-02 a owl:Class ; rdfs:label "Theoretical Chemistry: Molecules, Materials, Surfaces"@en ; rdfs:subClassOf dfgfo:317 ; + owl:sameAs ; skos:altLabel "Theoretische Chemie: Moleküle, Materialien, Oberflächen"@de . dfgfo:321-01 a owl:Class ; rdfs:label "Experimental Condensed Matter Physics"@en ; rdfs:subClassOf dfgfo:321 ; + owl:sameAs ; skos:altLabel "Experimentelle Physik der kondensierten Materie"@de . dfgfo:321-02 a owl:Class ; rdfs:label "Theoretical Condensed Matter Physics"@en ; rdfs:subClassOf dfgfo:321 ; + owl:sameAs ; skos:altLabel "Theoretische Physik der kondensierten Materie"@de . dfgfo:322-01 a owl:Class ; rdfs:label "Statistical Physics, Nonlinear Dynamics, Complex Systems, Soft and Fluid Matter, Biological Physics"@en ; rdfs:subClassOf dfgfo:322 ; + owl:sameAs ; skos:altLabel "Statistische Physik, Nichtlineare Dynamik, Komplexe Systeme, Weiche und fluide Materie, Biologische Physik"@de . dfgfo:323-01 a owl:Class ; rdfs:label "Optics, Quantum Optics and Physics of Atoms, Molecules and Plasmas"@en ; rdfs:subClassOf dfgfo:323 ; + owl:sameAs ; skos:altLabel "Optik, Quantenoptik und Physik der Atome, Moleküle und Plasmen"@de . dfgfo:324-01 a owl:Class ; rdfs:label "Nuclear and Elementary Particle Physics, Quantum Mechanics, Relativity, Fields"@en ; rdfs:subClassOf dfgfo:324 ; + owl:sameAs ; skos:altLabel "Kern- und Elementarteilchenphysik, Quantenmechanik, Relativitätstheorie, Felder"@de . dfgfo:325-01 a owl:Class ; rdfs:label "Astrophysics and Astronomy"@en ; rdfs:subClassOf dfgfo:325 ; + owl:sameAs ; skos:altLabel "Astrophysik und Astronomie"@de . dfgfo:331-01 a owl:Class ; rdfs:label "Mathematics"@en ; rdfs:subClassOf dfgfo:331 ; + owl:sameAs ; skos:altLabel "Mathematik"@de . dfgfo:341-01 a owl:Class ; rdfs:label "Atmospheric Science"@en ; rdfs:subClassOf dfgfo:341 ; + owl:sameAs ; skos:altLabel "Physik und Chemie der Atmosphäre"@de . dfgfo:341-02 a owl:Class ; rdfs:label "Oceanography"@en ; rdfs:subClassOf dfgfo:341 ; + owl:sameAs ; skos:altLabel "Physik, Chemie und Biologie des Meeres"@de . dfgfo:342-01 a owl:Class ; rdfs:label "Geology"@en ; rdfs:subClassOf dfgfo:342 ; + owl:sameAs ; skos:altLabel "Geologie"@de . dfgfo:342-02 a owl:Class ; rdfs:label "Palaeontology"@en ; rdfs:subClassOf dfgfo:342 ; + owl:sameAs ; skos:altLabel "Paläontologie"@de . dfgfo:343-01 a owl:Class ; rdfs:label "Geophysics"@en ; rdfs:subClassOf dfgfo:343 ; + owl:sameAs ; skos:altLabel "Physik des Erdkörpers"@de . dfgfo:343-02 a owl:Class ; rdfs:label "Geodesy, Photogrammetry, Remote Sensing, Geoinformatics, Cartography"@en ; rdfs:subClassOf dfgfo:343 ; + owl:sameAs ; skos:altLabel "Geodäsie, Photogrammetrie, Fernerkundung, Geoinformatik, Kartographie"@de . dfgfo:344-01 a owl:Class ; rdfs:label "Mineralogy, Petrology and Geochemistry"@en ; rdfs:subClassOf dfgfo:344 ; + owl:sameAs ; skos:altLabel "Mineralogie, Petrologie und Geochemie"@de . dfgfo:345-01 a owl:Class ; rdfs:label "Physical Geography"@en ; rdfs:subClassOf dfgfo:345 ; + owl:sameAs ; skos:altLabel "Physische Geographie"@de . dfgfo:345-02 a owl:Class ; rdfs:label "Human Geography"@en ; rdfs:subClassOf dfgfo:345 ; + owl:sameAs ; skos:altLabel "Humangeographie"@de . dfgfo:346-01 a owl:Class ; rdfs:label "Hydrogeology, Hydrology, Limnology, Urban Water Management, Water Chemistry, Integrated Water Resources Management"@en ; rdfs:subClassOf dfgfo:346 ; + owl:sameAs ; skos:altLabel "Hydrogeologie, Hydrologie, Limnologie, Siedlungswasserwirtschaft, Wasserchemie, Integrierte Wasserressourcen-Bewirtschaftung"@de . dfgfo:411-01 a owl:Class ; rdfs:label "Metal-Cutting and Abrasive Manufacturing Engineering"@en ; rdfs:subClassOf dfgfo:411 ; + owl:sameAs ; skos:altLabel "Spanende und abtragende Fertigungstechnik"@de . dfgfo:411-02 a owl:Class ; rdfs:label "Primary Shaping and Reshaping Technology, Additive Manufacturing"@en ; rdfs:subClassOf dfgfo:411 ; + owl:sameAs ; skos:altLabel "Ur- und Umformtechnik, Additive Fertigungsverfahren"@de . dfgfo:411-03 a owl:Class ; rdfs:label "Joining and Separation Technology"@en ; rdfs:subClassOf dfgfo:411 ; + owl:sameAs ; skos:altLabel "Fügetechnik und Trenntechnik"@de . dfgfo:411-04 a owl:Class ; rdfs:label "Plastics Engineering"@en ; rdfs:subClassOf dfgfo:411 ; + owl:sameAs ; skos:altLabel "Kunststofftechnik"@de . dfgfo:411-05 a owl:Class ; rdfs:label "Production Systems, Operations Management, Quality Management and Factory Planning"@en ; rdfs:subClassOf dfgfo:411 ; + owl:sameAs ; skos:altLabel "Produktionssystematik, Betriebswissenschaften, Qualitätsmanagement und Fabrikplanung"@de . dfgfo:411-06 a owl:Class ; rdfs:label "Production Automation and Assembly Technology"@en ; rdfs:subClassOf dfgfo:411 ; + owl:sameAs ; skos:altLabel "Produktionsautomatisierung und Montagetechnik"@de . dfgfo:412-01 a owl:Class ; rdfs:label "Engineering Design, Machine Elements, Product Development"@en ; rdfs:subClassOf dfgfo:412 ; + owl:sameAs ; skos:altLabel "Konstruktion, Maschinenelemente, Produktentwicklung"@de . dfgfo:412-02 a owl:Class ; rdfs:label "Mechanics"@en ; rdfs:subClassOf dfgfo:412 ; + owl:sameAs ; skos:altLabel "Mechanik"@de . dfgfo:412-03 a owl:Class ; rdfs:label "Lightweight Construction, Textile Technology"@en ; rdfs:subClassOf dfgfo:412 ; + owl:sameAs ; skos:altLabel "Leichtbau, Textiltechnik"@de . dfgfo:412-04 a owl:Class ; rdfs:label "Acoustics"@en ; rdfs:subClassOf dfgfo:412 ; + owl:sameAs ; skos:altLabel "Akustik"@de . dfgfo:421-01 a owl:Class ; rdfs:label "Chemical and Thermal Process Engineering"@en ; rdfs:subClassOf dfgfo:421 ; + owl:sameAs ; skos:altLabel "Chemische und Thermische Verfahrenstechnik"@de . dfgfo:421-02 a owl:Class ; rdfs:label "Technical Chemistry"@en ; rdfs:subClassOf dfgfo:421 ; + owl:sameAs ; skos:altLabel "Technische Chemie"@de . dfgfo:421-03 a owl:Class ; rdfs:label "Mechanical Process Engineering"@en ; rdfs:subClassOf dfgfo:421 ; + owl:sameAs ; skos:altLabel "Mechanische Verfahrenstechnik"@de . dfgfo:421-04 a owl:Class ; rdfs:label "Biological Process Engineering"@en ; rdfs:subClassOf dfgfo:421 ; + owl:sameAs ; skos:altLabel "Bioverfahrenstechnik"@de . dfgfo:421-05 a owl:Class ; rdfs:label "Systems Process Engineering"@en ; rdfs:subClassOf dfgfo:421 ; + owl:sameAs ; skos:altLabel "Systemverfahrenstechnik"@de . dfgfo:422-01 a owl:Class ; rdfs:label "Energy Process Engineering"@en ; rdfs:subClassOf dfgfo:422 ; + owl:sameAs ; skos:altLabel "Energieverfahrenstechnik"@de . dfgfo:422-02 a owl:Class ; rdfs:label "Technical Thermodynamics"@en ; rdfs:subClassOf dfgfo:422 ; + owl:sameAs ; skos:altLabel "Technische Thermodynamik"@de . dfgfo:422-03 a owl:Class ; rdfs:label "Fluid Mechanics"@en ; rdfs:subClassOf dfgfo:422 ; + owl:sameAs ; skos:altLabel "Strömungsmechanik"@de . dfgfo:422-04 a owl:Class ; rdfs:label "Hydraulic and Turbo Engines and Piston Engines"@en ; rdfs:subClassOf dfgfo:422 ; + owl:sameAs ; skos:altLabel "Strömungs- und Kolbenmaschinen"@de . dfgfo:431-01 a owl:Class ; rdfs:label "Metallurgical, Thermal and Thermomechanical Treatment of Materials"@en ; rdfs:subClassOf dfgfo:431 ; + owl:sameAs ; skos:altLabel "Metallurgische, thermische und thermomechanische Behandlung von Werkstoffen"@de . dfgfo:431-02 a owl:Class ; rdfs:label "Materials in Sintering Processes and Generative Manufacturing Processes"@en ; rdfs:subClassOf dfgfo:431 ; + owl:sameAs ; skos:altLabel "Materialien und Werkstoffe der Sinterprozesse und der generativen Fertigungsverfahren"@de . dfgfo:431-03 a owl:Class ; rdfs:label "Coating and Surface Technology"@en ; rdfs:subClassOf dfgfo:431 ; + owl:sameAs ; skos:altLabel "Beschichtungs- und Oberflächentechnik"@de . dfgfo:431-04 a owl:Class ; rdfs:label "Mechanical Properties of Metallic Materials and their Microstructural Origins"@en ; rdfs:subClassOf dfgfo:431 ; + owl:sameAs ; skos:altLabel "Mechanische Eigenschaften von metallischen Werkstoffen und ihre mikrostrukturellen Ursachen"@de . dfgfo:431-05 a owl:Class ; rdfs:label "Glass, Ceramics and Derived Composites"@en ; rdfs:subClassOf dfgfo:431 ; + owl:sameAs ; skos:altLabel "Glas und Keramik und darauf basierende Verbundwerkstoffe"@de . dfgfo:431-06 a owl:Class ; rdfs:label "Polymeric and Biogenic Materials and Derived Composites"@en ; rdfs:subClassOf dfgfo:431 ; + owl:sameAs ; skos:altLabel "Polymere und biogene Werkstoffe und darauf basierende Verbundwerkstoffe"@de . dfgfo:432-01 a owl:Class ; rdfs:label "Synthesis and Properties of Functional Materials"@en ; rdfs:subClassOf dfgfo:432 ; + owl:sameAs ; skos:altLabel "Herstellung und Eigenschaften von Funktionsmaterialien"@de . dfgfo:432-02 a owl:Class ; rdfs:label "Biomaterials"@en ; rdfs:subClassOf dfgfo:432 ; + owl:sameAs ; skos:altLabel "Biomaterialien"@de . dfgfo:432-03 a owl:Class ; rdfs:label "Thermodynamics and Kinetics as well as Properties of Phases and Microstructure of Materials"@en ; rdfs:subClassOf dfgfo:432 ; + owl:sameAs ; skos:altLabel "Thermodynamik und Kinetik sowie Eigenschaften der Phasen und Gefüge von Werkstoffen"@de . dfgfo:432-04 a owl:Class ; rdfs:label "Computer-Aided Design of Materials and Simulation of Materials Behaviour from Atomic to Microscopic Scale"@en ; rdfs:subClassOf dfgfo:432 ; + owl:sameAs ; skos:altLabel "Computergestütztes Werkstoffdesign und Simulation von Werkstoffverhalten von atomistischer bis mikroskopischer Skala"@de . dfgfo:441-01 a owl:Class ; rdfs:label "Automation, Mechatronics, Control Systems, Intelligent Technical Systems, Robotics"@en ; rdfs:subClassOf dfgfo:441 ; + owl:sameAs ; skos:altLabel "Automatisierungstechnik, Mechatronik, Regelungssysteme, Intelligente Technische Systeme, Robotik"@de . dfgfo:441-02 a owl:Class ; rdfs:label "Measurement Systems"@en ; rdfs:subClassOf dfgfo:441 ; + owl:sameAs ; skos:altLabel "Messsysteme"@de . dfgfo:441-03 a owl:Class ; rdfs:label "Microsystems"@en ; rdfs:subClassOf dfgfo:441 ; + owl:sameAs ; skos:altLabel "Mikrosysteme"@de . dfgfo:441-04 a owl:Class ; rdfs:label "Traffic and Transport Systems, Intelligent and Automated Traffic"@en ; rdfs:subClassOf dfgfo:441 ; + owl:sameAs ; skos:altLabel "Verkehrs- und Transportsysteme, Intelligenter und automatisierter Verkehr"@de . dfgfo:441-05 a owl:Class ; rdfs:label "Human Factors, Ergonomics, Human-Machine Systems"@en ; rdfs:subClassOf dfgfo:441 ; + owl:sameAs ; skos:altLabel "Arbeitswissenschaft, Ergonomie, Mensch-Maschine-Systeme"@de . dfgfo:441-06 a owl:Class ; rdfs:label "Biomedical Systems Technology"@en ; rdfs:subClassOf dfgfo:441 ; + owl:sameAs ; skos:altLabel "Biomedizinische Systemtechnik"@de . dfgfo:442-01 a owl:Class ; rdfs:label "Electronic Semiconductors, Components and Circuits, Integrated Systems, Sensor Technology, Theoretical Electrical Engineering"@en ; rdfs:subClassOf dfgfo:442 ; + owl:sameAs ; skos:altLabel "Elektronische Halbleiter, Bauelemente und Schaltungen, Integrierte Systeme, Sensorik, Theoretische Elektrotechnik"@de . dfgfo:442-02 a owl:Class ; rdfs:label "Communication Technology and Networks, High-Frequency Technology and Photonic Systems, Signal Processing and Machine Learning for Information Technology"@en ; rdfs:subClassOf dfgfo:442 ; + owl:sameAs ; skos:altLabel "Kommunikationstechnik und- netze, Hochfrequenztechnik und photonische Systeme, Signalverarbeitung und maschinelles Lernen für Informationstechnik"@de . dfgfo:442-03 a owl:Class ; rdfs:label "Electrical Energy Systems, Power Management, Power Electronics, Electrical Machines and Drives"@en ; rdfs:subClassOf dfgfo:442 ; + owl:sameAs ; skos:altLabel "Elektrische Energiesysteme, Power Management, Leistungselektronik, elektrische Maschinen und Antriebe"@de . dfgfo:442-04 a owl:Class ; rdfs:label "Hardware Systems and Architectures for Information Technology and Artificial Intelligence, Quantum Engineering Systems"@en ; rdfs:subClassOf dfgfo:442 ; + owl:sameAs ; skos:altLabel "Hardwaresysteme und -architekturen für die Informationstechnik und die Künstliche Intelligenz, Quantentechnische Systeme"@de . dfgfo:443-01 a owl:Class ; rdfs:label "Theoretical Computer Science"@en ; rdfs:subClassOf dfgfo:443 ; + owl:sameAs ; skos:altLabel "Theoretische Informatik"@de . dfgfo:443-02 a owl:Class ; rdfs:label "Software Engineering and Programming Languages"@en ; rdfs:subClassOf dfgfo:443 ; + owl:sameAs ; skos:altLabel "Softwaretechnik und Programmiersprachen"@de . dfgfo:443-03 a owl:Class ; rdfs:label "Security and Dependability, Operating, Communication and Distributed Systems"@en ; rdfs:subClassOf dfgfo:443 ; + owl:sameAs ; skos:altLabel "Sicherheit und Verlässlichkeit, Betriebs-, Kommunikations- und verteilte Systeme"@de . dfgfo:443-04 a owl:Class ; rdfs:label "Artificial Intelligence and Machine Learning Methods"@en ; rdfs:subClassOf dfgfo:443 ; + owl:sameAs ; skos:altLabel "Künstliche Intelligenz und Maschinelle Lernverfahren"@de . dfgfo:443-05 a owl:Class ; rdfs:label "Image and Language Processing, Computer Graphics and Visualisation, Human Computer Interaction, Ubiquitous and Wearable Computing"@en ; rdfs:subClassOf dfgfo:443 ; + owl:sameAs ; skos:altLabel "Bild- und Sprachverarbeitung, Computergraphik und Visualisierung, Human Computer Interaction, Ubiquitous und Wearable Computing"@de . dfgfo:443-06 a owl:Class ; rdfs:label "Data Management, Data-Intensive Systems, Computer Science Methods in Business Informatics"@en ; rdfs:subClassOf dfgfo:443 ; + owl:sameAs ; skos:altLabel "Datenmanagement, datenintensive Systeme, Informatik-Methoden in der Wirtschaftsinformatik"@de . dfgfo:443-07 a owl:Class ; rdfs:label "Computer Architecture, Embedded and Massively Parallel Systems"@en ; rdfs:subClassOf dfgfo:443 ; + owl:sameAs ; skos:altLabel "Rechnerarchitektur, eingebettete und massiv parallele Systeme"@de . dfgfo:451-01 a owl:Class ; rdfs:label "Architecture, Building and Construction History, Construction Research, Sustainable Building Technology"@en ; rdfs:subClassOf dfgfo:451 ; + owl:sameAs ; skos:altLabel "Architektur, Bau- und Konstruktionsgeschichte, Bauforschung, Ressourcenökonomie im Bauwesen"@de . dfgfo:451-02 a owl:Class ; rdfs:label "Urbanism, Spatial Planning, Transportation and Infrastructure Planning, Landscape Planning"@en ; rdfs:subClassOf dfgfo:451 ; + owl:sameAs ; skos:altLabel "Städtebau/Stadtentwicklung, Raumplanung, Verkehrs- und Infrastrukturplanung, Landschaftsplanung"@de . dfgfo:451-03 a owl:Class ; rdfs:label "Construction Material Sciences, Chemistry, Building Physics"@en ; rdfs:subClassOf dfgfo:451 ; + owl:sameAs ; skos:altLabel "Baustoffwissenschaften, Bauchemie, Bauphysik"@de . dfgfo:451-04 a owl:Class ; rdfs:label "Structural Engineering, Building Informatics and Construction Operation"@en ; rdfs:subClassOf dfgfo:451 ; + owl:sameAs ; skos:altLabel "Konstruktiver Ingenieurbau, Bauinformatik und Baubetrieb"@de . dfgfo:451-05 a owl:Class ; rdfs:label "Applied Mechanics, Statics and Dynamics"@en ; rdfs:subClassOf dfgfo:451 ; + owl:sameAs ; skos:altLabel "Angewandte Mechanik, Statik und Dynamik"@de . dfgfo:451-06 a owl:Class ; rdfs:label "Geotechnics, Hydraulic Engineering"@en ; rdfs:subClassOf dfgfo:451 ; + owl:sameAs ; skos:altLabel "Geotechnik, Wasserbau"@de . dfgfo:23 a owl:Class ; rdfs:label "Agriculture, Forestry and Veterinary Medicine"@en ; rdfs:subClassOf dfgfo:2 ; + owl:sameAs ; skos:altLabel "Agrar-, Forstwissenschaften und Tiermedizin"@de . dfgfo:313 a owl:Class ; rdfs:label "Physical Chemistry"@en ; rdfs:subClassOf dfgfo:31 ; + owl:sameAs ; skos:altLabel "Physikalische Chemie"@de . dfgfo:314 a owl:Class ; rdfs:label "Analytical Chemistry"@en ; rdfs:subClassOf dfgfo:31 ; + owl:sameAs ; skos:altLabel "Analytische Chemie"@de . dfgfo:322 a owl:Class ; rdfs:label "Statistical Physics, Nonlinear Dynamics, Complex Systems, Soft and Fluid Matter, Biological Physics"@en ; rdfs:subClassOf dfgfo:32 ; + owl:sameAs ; skos:altLabel "Statistische Physik, Nichtlineare Dynamik, Komplexe Systeme, Weiche und fluide Materie, Biologische Physik"@de . dfgfo:323 a owl:Class ; rdfs:label "Optics, Quantum Optics and Physics of Atoms, Molecules and Plasmas"@en ; rdfs:subClassOf dfgfo:32 ; + owl:sameAs ; skos:altLabel "Optik, Quantenoptik und Physik der Atome, Moleküle und Plasmen"@de . dfgfo:324 a owl:Class ; rdfs:label "Particles, Nuclei and Fields"@en ; rdfs:subClassOf dfgfo:32 ; + owl:sameAs ; skos:altLabel "Teilchen, Kerne und Felder"@de . dfgfo:325 a owl:Class ; rdfs:label "Astrophysics and Astronomy"@en ; rdfs:subClassOf dfgfo:32 ; + owl:sameAs ; skos:altLabel "Astrophysik und Astronomie"@de . dfgfo:33 a owl:Class ; rdfs:label "Mathematics"@en ; rdfs:subClassOf dfgfo:3 ; + owl:sameAs ; skos:altLabel "Mathematik"@de . dfgfo:331 a owl:Class ; rdfs:label "Mathematics"@en ; rdfs:subClassOf dfgfo:33 ; + owl:sameAs ; skos:altLabel "Mathematik"@de . dfgfo:344 a owl:Class ; rdfs:label "Mineralogy, Petrology and Geochemistry"@en ; rdfs:subClassOf dfgfo:34 ; + owl:sameAs ; skos:altLabel "Mineralogie, Petrologie und Geochemie"@de . dfgfo:346 a owl:Class ; rdfs:label "Water Research"@en ; rdfs:subClassOf dfgfo:34 ; + owl:sameAs ; skos:altLabel "Wasserforschung"@de . dfgfo:45 a owl:Class ; rdfs:label "Construction Engineering and Architecture"@en ; rdfs:subClassOf dfgfo:4 ; + owl:sameAs ; skos:altLabel "Bauwesen und Architektur"@de . dfgfo:1 a owl:Class ; rdfs:label "Humanities and Social Sciences"@en ; rdfs:subClassOf owl:Thing ; + owl:sameAs ; skos:altLabel "Geistes- und Sozialwissenschaften"@de . dfgfo:117 a owl:Class ; rdfs:label "Theology"@en ; rdfs:subClassOf dfgfo:11 ; + owl:sameAs ; skos:altLabel "Theologie"@de . dfgfo:311 a owl:Class ; rdfs:label "Molecular Chemistry"@en ; rdfs:subClassOf dfgfo:31 ; + owl:sameAs ; skos:altLabel "Molekülchemie"@de . dfgfo:312 a owl:Class ; rdfs:label "Chemical Solid State and Surface Research"@en ; rdfs:subClassOf dfgfo:31 ; + owl:sameAs ; skos:altLabel "Chemische Festkörper- und Oberflächenforschung"@de . dfgfo:315 a owl:Class ; rdfs:label "Biological Chemistry and Food Chemistry"@en ; rdfs:subClassOf dfgfo:31 ; + owl:sameAs ; skos:altLabel "Biologische Chemie und Lebensmittelchemie"@de . dfgfo:317 a owl:Class ; rdfs:label "Theoretical Chemistry"@en ; rdfs:subClassOf dfgfo:31 ; + owl:sameAs ; skos:altLabel "Theoretische Chemie"@de . dfgfo:321 a owl:Class ; rdfs:label "Condensed Matter Physics"@en ; rdfs:subClassOf dfgfo:32 ; + owl:sameAs ; skos:altLabel "Physik der kondensierten Materie"@de . dfgfo:341 a owl:Class ; rdfs:label "Atmospheric Science, Oceanography and Climate Research"@en ; rdfs:subClassOf dfgfo:34 ; + owl:sameAs ; skos:altLabel "Atmosphären-, Meeres- und Klimaforschung"@de . dfgfo:342 a owl:Class ; rdfs:label "Geology and Palaeontology"@en ; rdfs:subClassOf dfgfo:34 ; + owl:sameAs ; skos:altLabel "Geologie und Paläontologie"@de . dfgfo:343 a owl:Class ; rdfs:label "Geophysics and Geodesy"@en ; rdfs:subClassOf dfgfo:34 ; + owl:sameAs ; skos:altLabel "Geophysik und Geodäsie"@de . dfgfo:345 a owl:Class ; rdfs:label "Geography"@en ; rdfs:subClassOf dfgfo:34 ; + owl:sameAs ; skos:altLabel "Geographie"@de . dfgfo:41 a owl:Class ; rdfs:label "Mechanical and Industrial Engineering"@en ; rdfs:subClassOf dfgfo:4 ; + owl:sameAs ; skos:altLabel "Maschinenbau und Produktionstechnik"@de . dfgfo:42 a owl:Class ; rdfs:label "Thermal Engineering/ Process Engineering"@en ; rdfs:subClassOf dfgfo:4 ; + owl:sameAs ; skos:altLabel "Wärmetechnik/ Verfahrenstechnik"@de . dfgfo:43 a owl:Class ; rdfs:label "Materials Science and Engineering"@en ; rdfs:subClassOf dfgfo:4 ; + owl:sameAs ; skos:altLabel "Materialwissenschaft und Werkstofftechnik"@de . dfgfo:113 a owl:Class ; rdfs:label "Art History, Music, Theatre and Media Studies"@en ; rdfs:subClassOf dfgfo:11 ; + owl:sameAs ; skos:altLabel "Kunst-, Musik-, Theater- und Medienwissenschaften"@de . dfgfo:114 a owl:Class ; rdfs:label "Linguistics"@en ; rdfs:subClassOf dfgfo:11 ; + owl:sameAs ; skos:altLabel "Sprachwissenschaften"@de . dfgfo:118 a owl:Class ; rdfs:label "Philosophy"@en ; rdfs:subClassOf dfgfo:11 ; + owl:sameAs ; skos:altLabel "Philosophie"@de . dfgfo:2 a owl:Class ; rdfs:label "Life Sciences"@en ; rdfs:subClassOf owl:Thing ; + owl:sameAs ; skos:altLabel "Lebenswissenschaften"@de . dfgfo:21 a owl:Class ; rdfs:label "Biology"@en ; rdfs:subClassOf dfgfo:2 ; + owl:sameAs ; skos:altLabel "Biologie"@de . dfgfo:22 a owl:Class ; rdfs:label "Medicine"@en ; rdfs:subClassOf dfgfo:2 ; + owl:sameAs ; skos:altLabel "Medizin"@de . dfgfo:316 a owl:Class ; rdfs:label "Polymer Research"@en ; rdfs:subClassOf dfgfo:31 ; + owl:sameAs ; skos:altLabel "Polymerforschung"@de . dfgfo:44 a owl:Class ; rdfs:label "Computer Science, Systems and Electrical Engineering"@en ; rdfs:subClassOf dfgfo:4 ; + owl:sameAs ; skos:altLabel "Informatik, System- und Elektrotechnik"@de . dfgfo:112 a owl:Class ; rdfs:label "History"@en ; rdfs:subClassOf dfgfo:11 ; + owl:sameAs ; skos:altLabel "Geschichtswissenschaften"@de . dfgfo:115 a owl:Class ; rdfs:label "Literary Studies"@en ; rdfs:subClassOf dfgfo:11 ; + owl:sameAs ; skos:altLabel "Literaturwissenschaft"@de . dfgfo:121 a owl:Class ; rdfs:label "Educational Research"@en ; rdfs:subClassOf dfgfo:12 ; + owl:sameAs ; skos:altLabel "Erziehungswissenschaft und Bildungsforschung"@de . dfgfo:123 a owl:Class ; rdfs:label "Social Sciences"@en ; rdfs:subClassOf dfgfo:12 ; + owl:sameAs ; skos:altLabel "Sozialwissenschaften"@de . dfgfo:3 a owl:Class ; rdfs:label "Natural Sciences"@en ; rdfs:subClassOf owl:Thing ; + owl:sameAs ; skos:altLabel "Naturwissenschaften"@de . dfgfo:412 a owl:Class ; rdfs:label "Mechanics and Constructive Mechanical Engineering"@en ; rdfs:subClassOf dfgfo:41 ; + owl:sameAs ; skos:altLabel "Mechanik und Konstruktiver Maschinenbau"@de . dfgfo:422 a owl:Class ; rdfs:label "Fluid Mechanics, Technical Thermodynamics and Thermal Energy Engineering"@en ; rdfs:subClassOf dfgfo:42 ; + owl:sameAs ; skos:altLabel "Strömungsmechanik, Technische Thermodynamik und Thermische Energietechnik"@de . dfgfo:432 a owl:Class ; rdfs:label "Materials Science"@en ; rdfs:subClassOf dfgfo:43 ; + owl:sameAs ; skos:altLabel "Materialwissenschaft"@de . dfgfo:442 a owl:Class ; rdfs:label "Electrical Engineering and Information Technology"@en ; rdfs:subClassOf dfgfo:44 ; + owl:sameAs ; skos:altLabel "Elektrotechnik und Informationstechnik"@de . dfgfo:111 a owl:Class ; rdfs:label "Ancient Cultures"@en ; rdfs:subClassOf dfgfo:11 ; + owl:sameAs ; skos:altLabel "Alte Kulturen"@de . dfgfo:116 a owl:Class ; rdfs:label "Social and Cultural Anthropology, Non-European Cultures, Jewish Studies and Religious Studies"@en ; rdfs:subClassOf dfgfo:11 ; + owl:sameAs ; skos:altLabel "Sozial- und Kulturanthropologie, Außereuropäische Kulturen, Judaistik und Religionswissenschaft"@de . dfgfo:12 a owl:Class ; rdfs:label "Social and Behavioural Sciences"@en ; rdfs:subClassOf dfgfo:1 ; + owl:sameAs ; skos:altLabel "Sozial- und Verhaltenswissenschaften"@de . dfgfo:122 a owl:Class ; rdfs:label "Psychology"@en ; rdfs:subClassOf dfgfo:12 ; + owl:sameAs ; skos:altLabel "Psychologie"@de . dfgfo:125 a owl:Class ; rdfs:label "Jurisprudence"@en ; rdfs:subClassOf dfgfo:12 ; + owl:sameAs ; skos:altLabel "Rechtswissenschaften"@de . dfgfo:32 a owl:Class ; rdfs:label "Physics"@en ; rdfs:subClassOf dfgfo:3 ; + owl:sameAs ; skos:altLabel "Physik"@de . dfgfo:4 a owl:Class ; rdfs:label "Engineering Sciences"@en ; rdfs:subClassOf owl:Thing ; + owl:sameAs ; skos:altLabel "Ingenieurwissenschaften"@de . dfgfo:421 a owl:Class ; rdfs:label "Process Engineering, Technical Chemistry"@en ; rdfs:subClassOf dfgfo:42 ; + owl:sameAs ; skos:altLabel "Verfahrenstechnik, Technische Chemie"@de . dfgfo:213 a owl:Class ; rdfs:label "Zoology"@en ; rdfs:subClassOf dfgfo:21 ; + owl:sameAs ; skos:altLabel "Zoologie"@de . dfgfo:221 a owl:Class ; rdfs:label "Microbiology, Virology and Immunology"@en ; rdfs:subClassOf dfgfo:22 ; + owl:sameAs ; skos:altLabel "Mikrobiologie, Virologie und Immunologie"@de . dfgfo:34 a owl:Class ; rdfs:label "Geosciences"@en ; rdfs:subClassOf dfgfo:3 ; + owl:sameAs ; skos:altLabel "Geowissen-schaften"@de . dfgfo:411 a owl:Class ; rdfs:label "Production Technology"@en ; rdfs:subClassOf dfgfo:41 ; + owl:sameAs ; skos:altLabel "Produktionstechnik"@de . dfgfo:431 a owl:Class ; rdfs:label "Materials Engineering"@en ; rdfs:subClassOf dfgfo:43 ; + owl:sameAs ; skos:altLabel "Werkstofftechnik"@de . dfgfo:441 a owl:Class ; rdfs:label "Systems Engineering"@en ; rdfs:subClassOf dfgfo:44 ; + owl:sameAs ; skos:altLabel "Systemtechnik"@de . dfgfo:451 a owl:Class ; rdfs:label "Construction Engineering and Architecture"@en ; rdfs:subClassOf dfgfo:45 ; + owl:sameAs ; skos:altLabel "Bauwesen und Architektur"@de . dfgfo:124 a owl:Class ; rdfs:label "Economics"@en ; rdfs:subClassOf dfgfo:12 ; + owl:sameAs ; skos:altLabel "Wirtschaftswissenschaften"@de . dfgfo:211 a owl:Class ; rdfs:label "Basic Research in Biology and Medicine"@en ; rdfs:subClassOf dfgfo:21 ; + owl:sameAs ; skos:altLabel "Grundlagen der Biologie und Medizin"@de . dfgfo:212 a owl:Class ; rdfs:label "Plant Sciences"@en ; rdfs:subClassOf dfgfo:21 ; + owl:sameAs ; skos:altLabel "Pflanzenwissenschaften"@de . dfgfo:31 a owl:Class ; rdfs:label "Chemistry"@en ; rdfs:subClassOf dfgfo:3 ; + owl:sameAs ; skos:altLabel "Chemie"@de . dfgfo:443 a owl:Class ; rdfs:label "Computer Science"@en ; rdfs:subClassOf dfgfo:44 ; + owl:sameAs ; skos:altLabel "Informatik"@de . dfgfo:11 a owl:Class ; rdfs:label "Humanities"@en ; rdfs:subClassOf dfgfo:1 ; + owl:sameAs ; skos:altLabel "Geisteswissenschaften"@de . dfgfo:231 a owl:Class ; rdfs:label "Agriculture, Forestry and Veterinary Medicine"@en ; rdfs:subClassOf dfgfo:23 ; + owl:sameAs ; skos:altLabel "Agrar-, Forstwissenschaften und Tiermedizin"@de . dfgfo:223 a owl:Class ; rdfs:label "Neurosciences"@en ; rdfs:subClassOf dfgfo:22 ; + owl:sameAs ; skos:altLabel "Neurowissenschaften"@de . dfgfo:222 a owl:Class ; rdfs:label "Medicine"@en ; rdfs:subClassOf dfgfo:22 ; + owl:sameAs ; skos:altLabel "Medizin"@de . diff --git a/scripts/create_ontology.py b/scripts/create_ontology.py index 0557b1e..58c6f1e 100644 --- a/scripts/create_ontology.py +++ b/scripts/create_ontology.py @@ -43,7 +43,7 @@ def create_class(graph, ns, node_name, labels, parent): # type graph.add((node, RDF.type, OWL.Class)) - # class + # class if parent is None: graph.add((node, RDFS.subClassOf, OWL.Thing)) else: @@ -55,9 +55,7 @@ def create_class(graph, ns, node_name, labels, parent): graph.add((node, SKOS.altLabel, Literal(f'{labels[1]}', lang='de'))) # mappings graph.add((node, OWL.sameAs, URIRef(f'http://uri.gbv.de/terminology/dfg2024/{node_name}'))) - # obo:IAO_0000111 # editor preferred term - ns.node_name # print(f'GRAPH NODE: {node} ------') From ca6973cc19acb1c3234e43d0949536421a0b7f3b Mon Sep 17 00:00:00 2001 From: Andre Castro Date: Wed, 21 Aug 2024 10:26:33 +0200 Subject: [PATCH 3/6] relations to GBV with skos:closeMatch --- dfgfo.ttl | 1130 ++++++++++++++++++------------------ scripts/create_ontology.py | 4 +- 2 files changed, 567 insertions(+), 567 deletions(-) diff --git a/dfgfo.ttl b/dfgfo.ttl index f9ac0c5..2003901 100644 --- a/dfgfo.ttl +++ b/dfgfo.ttl @@ -1,9 +1,9 @@ @prefix dc: . +@prefix dcterms: . @prefix dfgfo: . @prefix owl: . @prefix rdfs: . @prefix skos: . -@prefix terms: . dc:creator a owl:AnnotationProperty . @@ -11,7 +11,7 @@ dc:description a owl:AnnotationProperty . dc:title a owl:AnnotationProperty . -terms:license a owl:AnnotationProperty . +dcterms:license a owl:AnnotationProperty . skos:altLabel a owl:AnnotationProperty . @@ -22,1693 +22,1693 @@ skos:altLabel a owl:AnnotationProperty . dc:description "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) encodes the DFG Classification of Subject Areas into an ontology, where each subject number are is enconded into a Class with subclass statements following the DFG Classification of Subject Areas hierarchy. Labels are provide German and English." ; dc:title "DFG Fachsystematik - Ontologie - 2024-2028"@de, "DFG Classification of Subject Areas Ontology - 2024-2028"@en ; - terms:license ; + dcterms:license ; rdfs:comment "DFG Classification of Subject Areas Ontology is being created as part of the TIB Terminology Service"@de, "DFG Fachsystematik - Ontology wurde zur Integration in den TIB Terminology Service erstellt"@de . dfgfo:111-01 a owl:Class ; rdfs:label "Prehistory and World Archaeology"@en ; rdfs:subClassOf dfgfo:111 ; - owl:sameAs ; - skos:altLabel "Ur- und Frühgeschichte (weltweit)"@de . + skos:altLabel "Ur- und Frühgeschichte (weltweit)"@de ; + skos:closeMatch . dfgfo:111-02 a owl:Class ; rdfs:label "Greek and Latin Philology"@en ; rdfs:subClassOf dfgfo:111 ; - owl:sameAs ; - skos:altLabel "Griechische und Lateinische Philologie"@de . + skos:altLabel "Griechische und Lateinische Philologie"@de ; + skos:closeMatch . dfgfo:111-03 a owl:Class ; rdfs:label "Ancient History"@en ; rdfs:subClassOf dfgfo:111 ; - owl:sameAs ; - skos:altLabel "Alte Geschichte"@de . + skos:altLabel "Alte Geschichte"@de ; + skos:closeMatch . dfgfo:111-04 a owl:Class ; rdfs:label "Classical, Roman, Christian and Islamic Archaeology"@en ; rdfs:subClassOf dfgfo:111 ; - owl:sameAs ; - skos:altLabel "Klassische, Provinzialrömische, Christliche und Islamische Archäologie"@de . + skos:altLabel "Klassische, Provinzialrömische, Christliche und Islamische Archäologie"@de ; + skos:closeMatch . dfgfo:111-05 a owl:Class ; rdfs:label "Egyptology and Ancient Near Eastern Studies"@en ; rdfs:subClassOf dfgfo:111 ; - owl:sameAs ; - skos:altLabel "Ägyptische und Vorderasiatische Altertumswissenschaften"@de . + skos:altLabel "Ägyptische und Vorderasiatische Altertumswissenschaften"@de ; + skos:closeMatch . dfgfo:112-01 a owl:Class ; rdfs:label "Medieval History"@en ; rdfs:subClassOf dfgfo:112 ; - owl:sameAs ; - skos:altLabel "Mittelalterliche Geschichte"@de . + skos:altLabel "Mittelalterliche Geschichte"@de ; + skos:closeMatch . dfgfo:112-02 a owl:Class ; rdfs:label "Early Modern History"@en ; rdfs:subClassOf dfgfo:112 ; - owl:sameAs ; - skos:altLabel "Frühneuzeitliche Geschichte"@de . + skos:altLabel "Frühneuzeitliche Geschichte"@de ; + skos:closeMatch . dfgfo:112-03 a owl:Class ; rdfs:label "Modern and Contemporary History"@en ; rdfs:subClassOf dfgfo:112 ; - owl:sameAs ; - skos:altLabel "Neuere und Neueste Geschichte (einschl. Europäische Geschichte der Neuzeit und Außereuropäische Geschichte)"@de . + skos:altLabel "Neuere und Neueste Geschichte (einschl. Europäische Geschichte der Neuzeit und Außereuropäische Geschichte)"@de ; + skos:closeMatch . dfgfo:112-04 a owl:Class ; rdfs:label "History of Science"@en ; rdfs:subClassOf dfgfo:112 ; - owl:sameAs ; - skos:altLabel "Wissenschaftsgeschichte"@de . + skos:altLabel "Wissenschaftsgeschichte"@de ; + skos:closeMatch . dfgfo:113-01 a owl:Class ; rdfs:label "Art History"@en ; rdfs:subClassOf dfgfo:113 ; - owl:sameAs ; - skos:altLabel "Kunstgeschichte"@de . + skos:altLabel "Kunstgeschichte"@de ; + skos:closeMatch . dfgfo:113-02 a owl:Class ; rdfs:label "Musicology"@en ; rdfs:subClassOf dfgfo:113 ; - owl:sameAs ; - skos:altLabel "Musikwissenschaften"@de . + skos:altLabel "Musikwissenschaften"@de ; + skos:closeMatch . dfgfo:113-03 a owl:Class ; rdfs:label "Theatre and Media Studies"@en ; rdfs:subClassOf dfgfo:113 ; - owl:sameAs ; - skos:altLabel "Theater- und Medienwissenschaften"@de . + skos:altLabel "Theater- und Medienwissenschaften"@de ; + skos:closeMatch . dfgfo:114-01 a owl:Class ; rdfs:label "General and Comparative Linguistics, Experimental Linguistics, Typology, Non-European Languages"@en ; rdfs:subClassOf dfgfo:114 ; - owl:sameAs ; - skos:altLabel "Allgemeine und Vergleichende Sprachwissenschaft, Experimentelle Linguistik, Typologie, Außereuropäische Sprachen"@de . + skos:altLabel "Allgemeine und Vergleichende Sprachwissenschaft, Experimentelle Linguistik, Typologie, Außereuropäische Sprachen"@de ; + skos:closeMatch . dfgfo:114-02 a owl:Class ; rdfs:label "Individual Linguistics, Historical Linguistics"@en ; rdfs:subClassOf dfgfo:114 ; - owl:sameAs ; - skos:altLabel "Einzelsprachenwissenschaften, Historische Linguistik"@de . + skos:altLabel "Einzelsprachenwissenschaften, Historische Linguistik"@de ; + skos:closeMatch . dfgfo:114-03 a owl:Class ; rdfs:label "Applied Linguistics, Computational Linguistics"@en ; rdfs:subClassOf dfgfo:114 ; - owl:sameAs ; - skos:altLabel "Angewandte Sprachwissenschaften, Computerlinguistik"@de . + skos:altLabel "Angewandte Sprachwissenschaften, Computerlinguistik"@de ; + skos:closeMatch . dfgfo:115-01 a owl:Class ; rdfs:label "German Medieval Studies (Medieval German Literature)"@en ; rdfs:subClassOf dfgfo:115 ; - owl:sameAs ; - skos:altLabel "Germanistische Mediävistik (Ältere deutsche Literatur)"@de . + skos:altLabel "Germanistische Mediävistik (Ältere deutsche Literatur)"@de ; + skos:closeMatch . dfgfo:115-02 a owl:Class ; rdfs:label "German Literary and Cultural Studies (Modern German Literature)"@en ; rdfs:subClassOf dfgfo:115 ; - owl:sameAs ; - skos:altLabel "Germanistische Literatur-und Kulturwissenschaften (Neuere deutsche Literatur)"@de . + skos:altLabel "Germanistische Literatur-und Kulturwissenschaften (Neuere deutsche Literatur)"@de ; + skos:closeMatch . dfgfo:115-03 a owl:Class ; rdfs:label "European and American Literary and Cultural Studies"@en ; rdfs:subClassOf dfgfo:115 ; - owl:sameAs ; - skos:altLabel "Europäische und Amerikanische Literatur- und Kulturwissenschaften"@de . + skos:altLabel "Europäische und Amerikanische Literatur- und Kulturwissenschaften"@de ; + skos:closeMatch . dfgfo:115-04 a owl:Class ; rdfs:label "General and Comparative Literary Studies; Cultural Studies"@en ; rdfs:subClassOf dfgfo:115 ; - owl:sameAs ; - skos:altLabel "Allgemeine und vergleichende Literaturwissenschaft; Kulturwissenschaft"@de . + skos:altLabel "Allgemeine und vergleichende Literaturwissenschaft; Kulturwissenschaft"@de ; + skos:closeMatch . dfgfo:116-01 a owl:Class ; rdfs:label "Social and Cultural Anthropology and Ethnology"@en ; rdfs:subClassOf dfgfo:116 ; - owl:sameAs ; - skos:altLabel "Ethnologie und Europäische Ethnologie"@de . + skos:altLabel "Ethnologie und Europäische Ethnologie"@de ; + skos:closeMatch . dfgfo:116-02 a owl:Class ; rdfs:label "Asian Studies"@en ; rdfs:subClassOf dfgfo:116 ; - owl:sameAs ; - skos:altLabel "Asienbezogene Wissenschaften"@de . + skos:altLabel "Asienbezogene Wissenschaften"@de ; + skos:closeMatch . dfgfo:116-03 a owl:Class ; rdfs:label "African, American and Oceania Studies"@en ; rdfs:subClassOf dfgfo:116 ; - owl:sameAs ; - skos:altLabel "Afrika-, Amerika- und Ozeanienbezogene Wissenschaften"@de . + skos:altLabel "Afrika-, Amerika- und Ozeanienbezogene Wissenschaften"@de ; + skos:closeMatch . dfgfo:116-04 a owl:Class ; rdfs:label "Islamic Studies, Arabian Studies, Semitic Studies"@en ; rdfs:subClassOf dfgfo:116 ; - owl:sameAs ; - skos:altLabel "Islamwissenschaft, Arabistik, Semitistik"@de . + skos:altLabel "Islamwissenschaft, Arabistik, Semitistik"@de ; + skos:closeMatch . dfgfo:116-05 a owl:Class ; rdfs:label "Religious Studies and Jewish Studies"@en ; rdfs:subClassOf dfgfo:116 ; - owl:sameAs ; - skos:altLabel "Religionswissenschaft und Judaistik"@de . + skos:altLabel "Religionswissenschaft und Judaistik"@de ; + skos:closeMatch . dfgfo:117-01 a owl:Class ; rdfs:label "Protestant Theology"@en ; rdfs:subClassOf dfgfo:117 ; - owl:sameAs ; - skos:altLabel "Evangelische Theologie"@de . + skos:altLabel "Evangelische Theologie"@de ; + skos:closeMatch . dfgfo:117-02 a owl:Class ; rdfs:label "Roman Catholic Theology"@en ; rdfs:subClassOf dfgfo:117 ; - owl:sameAs ; - skos:altLabel "Katholische Theologie"@de . + skos:altLabel "Katholische Theologie"@de ; + skos:closeMatch . dfgfo:118-01 a owl:Class ; rdfs:label "History of Philosophy"@en ; rdfs:subClassOf dfgfo:118 ; - owl:sameAs ; - skos:altLabel "Geschichte der Philosophie"@de . + skos:altLabel "Geschichte der Philosophie"@de ; + skos:closeMatch . dfgfo:118-02 a owl:Class ; rdfs:label "Theoretical Philosophy"@en ; rdfs:subClassOf dfgfo:118 ; - owl:sameAs ; - skos:altLabel "Theoretische Philosophie"@de . + skos:altLabel "Theoretische Philosophie"@de ; + skos:closeMatch . dfgfo:118-03 a owl:Class ; rdfs:label "Practical Philosophy"@en ; rdfs:subClassOf dfgfo:118 ; - owl:sameAs ; - skos:altLabel "Praktische Philosophie"@de . + skos:altLabel "Praktische Philosophie"@de ; + skos:closeMatch . dfgfo:121-01 a owl:Class ; rdfs:label "General Education and History of Education"@en ; rdfs:subClassOf dfgfo:121 ; - owl:sameAs ; - skos:altLabel "Allgemeine und Historische Erziehungswissenschaft"@de . + skos:altLabel "Allgemeine und Historische Erziehungswissenschaft"@de ; + skos:closeMatch . dfgfo:121-02 a owl:Class ; rdfs:label "General and Domain-Specific Teaching and Learning"@en ; rdfs:subClassOf dfgfo:121 ; - owl:sameAs ; - skos:altLabel "Allgemeines und fachbezogenes Lehren und Lernen"@de . + skos:altLabel "Allgemeines und fachbezogenes Lehren und Lernen"@de ; + skos:closeMatch . dfgfo:121-03 a owl:Class ; rdfs:label "Education Systems and Educational Institutions"@en ; rdfs:subClassOf dfgfo:121 ; - owl:sameAs ; - skos:altLabel "Bildungssysteme und Bildungsinstitutionen"@de . + skos:altLabel "Bildungssysteme und Bildungsinstitutionen"@de ; + skos:closeMatch . dfgfo:121-04 a owl:Class ; rdfs:label "Educational Research on Socialisation, Welfare and Professionalism"@en ; rdfs:subClassOf dfgfo:121 ; - owl:sameAs ; - skos:altLabel "Erziehungswissenschaftliche Sozialisations- und Professionalitätsforschung"@de . + skos:altLabel "Erziehungswissenschaftliche Sozialisations- und Professionalitätsforschung"@de ; + skos:closeMatch . dfgfo:122-01 a owl:Class ; rdfs:label "General, Cognitive and Mathematical Psychology"@en ; rdfs:subClassOf dfgfo:122 ; - owl:sameAs ; - skos:altLabel "Allgemeine, Kognitive und Mathematische Psychologie"@de . + skos:altLabel "Allgemeine, Kognitive und Mathematische Psychologie"@de ; + skos:closeMatch . dfgfo:122-02 a owl:Class ; rdfs:label "Biological Psychology and Cognitive Neuroscience"@en ; rdfs:subClassOf dfgfo:122 ; - owl:sameAs ; - skos:altLabel "Biologische Psychologie und Kognitive Neurowissenschaften"@de . + skos:altLabel "Biologische Psychologie und Kognitive Neurowissenschaften"@de ; + skos:closeMatch . dfgfo:122-03 a owl:Class ; rdfs:label "Developmental and Educational Psychology"@en ; rdfs:subClassOf dfgfo:122 ; - owl:sameAs ; - skos:altLabel "Entwicklungspsychologie und Pädagogische Psychologie"@de . + skos:altLabel "Entwicklungspsychologie und Pädagogische Psychologie"@de ; + skos:closeMatch . dfgfo:122-04 a owl:Class ; rdfs:label "Social Psychology, Industrial and Organisational Psychology"@en ; rdfs:subClassOf dfgfo:122 ; - owl:sameAs ; - skos:altLabel "Sozialpsychologie und Arbeits- und Organisationspsychologie"@de . + skos:altLabel "Sozialpsychologie und Arbeits- und Organisationspsychologie"@de ; + skos:closeMatch . dfgfo:122-05 a owl:Class ; rdfs:label "Personality Psychology, Clinical and Medical Psychology, Methodology"@en ; rdfs:subClassOf dfgfo:122 ; - owl:sameAs ; - skos:altLabel "Persönlichkeitspsychologie, Klinische und Medizinische Psychologie, Methoden"@de . + skos:altLabel "Persönlichkeitspsychologie, Klinische und Medizinische Psychologie, Methoden"@de ; + skos:closeMatch . dfgfo:123-01 a owl:Class ; rdfs:label "Sociological Theory"@en ; rdfs:subClassOf dfgfo:123 ; - owl:sameAs ; - skos:altLabel "Soziologische Theorie"@de . + skos:altLabel "Soziologische Theorie"@de ; + skos:closeMatch . dfgfo:123-02 a owl:Class ; rdfs:label "Empirical Social Research"@en ; rdfs:subClassOf dfgfo:123 ; - owl:sameAs ; - skos:altLabel "Empirische Sozialforschung"@de . + skos:altLabel "Empirische Sozialforschung"@de ; + skos:closeMatch . dfgfo:123-03 a owl:Class ; rdfs:label "Communication Sciences"@en ; rdfs:subClassOf dfgfo:123 ; - owl:sameAs ; - skos:altLabel "Publizistik und Kommunikationswissenschaft"@de . + skos:altLabel "Publizistik und Kommunikationswissenschaft"@de ; + skos:closeMatch . dfgfo:123-04 a owl:Class ; rdfs:label "Political Science"@en ; rdfs:subClassOf dfgfo:123 ; - owl:sameAs ; - skos:altLabel "Politikwissenschaft"@de . + skos:altLabel "Politikwissenschaft"@de ; + skos:closeMatch . dfgfo:124-01 a owl:Class ; rdfs:label "Economic Theory"@en ; rdfs:subClassOf dfgfo:124 ; - owl:sameAs ; - skos:altLabel "Wirtschaftstheorie"@de . + skos:altLabel "Wirtschaftstheorie"@de ; + skos:closeMatch . dfgfo:124-02 a owl:Class ; rdfs:label "Economic Policy, Applied Economics"@en ; rdfs:subClassOf dfgfo:124 ; - owl:sameAs ; - skos:altLabel "Wirtschaftspolitik, Angewandte Volkswirtschaftslehre"@de . + skos:altLabel "Wirtschaftspolitik, Angewandte Volkswirtschaftslehre"@de ; + skos:closeMatch . dfgfo:124-03 a owl:Class ; rdfs:label "Accounting und Finance"@en ; rdfs:subClassOf dfgfo:124 ; - owl:sameAs ; - skos:altLabel "Accounting und Finance"@de . + skos:altLabel "Accounting und Finance"@de ; + skos:closeMatch . dfgfo:124-04 a owl:Class ; rdfs:label "Management and Marketing"@en ; rdfs:subClassOf dfgfo:124 ; - owl:sameAs ; - skos:altLabel "Management und Marketing"@de . + skos:altLabel "Management und Marketing"@de ; + skos:closeMatch . dfgfo:124-05 a owl:Class ; rdfs:label "Operations Management and Computer Science for Business Administration"@en ; rdfs:subClassOf dfgfo:124 ; - owl:sameAs ; - skos:altLabel "Operations Management und BWL-spezifische Wirtschaftsinformatik"@de . + skos:altLabel "Operations Management und BWL-spezifische Wirtschaftsinformatik"@de ; + skos:closeMatch . dfgfo:124-06 a owl:Class ; rdfs:label "Statistics and Econometrics"@en ; rdfs:subClassOf dfgfo:124 ; - owl:sameAs ; - skos:altLabel "Statistik und Ökonometrie"@de . + skos:altLabel "Statistik und Ökonometrie"@de ; + skos:closeMatch . dfgfo:124-07 a owl:Class ; rdfs:label "Economic and Social History"@en ; rdfs:subClassOf dfgfo:124 ; - owl:sameAs ; - skos:altLabel "Wirtschafts- und Sozialgeschichte"@de . + skos:altLabel "Wirtschafts- und Sozialgeschichte"@de ; + skos:closeMatch . dfgfo:125-01 a owl:Class ; rdfs:label "Principles of Law and Jurisprudence"@en ; rdfs:subClassOf dfgfo:125 ; - owl:sameAs ; - skos:altLabel "Grundlagen des Rechts und der Rechtswissenschaft"@de . + skos:altLabel "Grundlagen des Rechts und der Rechtswissenschaft"@de ; + skos:closeMatch . dfgfo:125-02 a owl:Class ; rdfs:label "Private Law"@en ; rdfs:subClassOf dfgfo:125 ; - owl:sameAs ; - skos:altLabel "Privatrecht"@de . + skos:altLabel "Privatrecht"@de ; + skos:closeMatch . dfgfo:125-03 a owl:Class ; rdfs:label "Public Law"@en ; rdfs:subClassOf dfgfo:125 ; - owl:sameAs ; - skos:altLabel "Öffentliches Recht"@de . + skos:altLabel "Öffentliches Recht"@de ; + skos:closeMatch . dfgfo:125-04 a owl:Class ; rdfs:label "Criminal Law"@en ; rdfs:subClassOf dfgfo:125 ; - owl:sameAs ; - skos:altLabel "Strafrecht"@de . + skos:altLabel "Strafrecht"@de ; + skos:closeMatch . dfgfo:125-05 a owl:Class ; rdfs:label "Criminology"@en ; rdfs:subClassOf dfgfo:125 ; - owl:sameAs ; - skos:altLabel "Kriminologie"@de . + skos:altLabel "Kriminologie"@de ; + skos:closeMatch . dfgfo:211-01 a owl:Class ; rdfs:label "Biochemistry"@en ; rdfs:subClassOf dfgfo:211 ; - owl:sameAs ; - skos:altLabel "Biochemie"@de . + skos:altLabel "Biochemie"@de ; + skos:closeMatch . dfgfo:211-02 a owl:Class ; rdfs:label "Biophysics"@en ; rdfs:subClassOf dfgfo:211 ; - owl:sameAs ; - skos:altLabel "Biophysik"@de . + skos:altLabel "Biophysik"@de ; + skos:closeMatch . dfgfo:211-03 a owl:Class ; rdfs:label "Cell Biology"@en ; rdfs:subClassOf dfgfo:211 ; - owl:sameAs ; - skos:altLabel "Zellbiologie"@de . + skos:altLabel "Zellbiologie"@de ; + skos:closeMatch . dfgfo:211-04 a owl:Class ; rdfs:label "Structural Biology"@en ; rdfs:subClassOf dfgfo:211 ; - owl:sameAs ; - skos:altLabel "Strukturbiologie"@de . + skos:altLabel "Strukturbiologie"@de ; + skos:closeMatch . dfgfo:211-05 a owl:Class ; rdfs:label "General Genetics and Functional Genome Biology"@en ; rdfs:subClassOf dfgfo:211 ; - owl:sameAs ; - skos:altLabel "Allgemeine Genetik und funktionelle Genomforschung"@de . + skos:altLabel "Allgemeine Genetik und funktionelle Genomforschung"@de ; + skos:closeMatch . dfgfo:211-06 a owl:Class ; rdfs:label "Developmental Biology"@en ; rdfs:subClassOf dfgfo:211 ; - owl:sameAs ; - skos:altLabel "Entwicklungsbiologie"@de . + skos:altLabel "Entwicklungsbiologie"@de ; + skos:closeMatch . dfgfo:211-07 a owl:Class ; rdfs:label "Bioinformatics and Theoretical Biology"@en ; rdfs:subClassOf dfgfo:211 ; - owl:sameAs ; - skos:altLabel "Bioinformatik und Theoretische Biologie"@de . + skos:altLabel "Bioinformatik und Theoretische Biologie"@de ; + skos:closeMatch . dfgfo:212-01 a owl:Class ; rdfs:label "Evolution and Systematics of Plants and Fungi"@en ; rdfs:subClassOf dfgfo:212 ; - owl:sameAs ; - skos:altLabel "Evolution und Systematik der Pflanzen und Pilze"@de . + skos:altLabel "Evolution und Systematik der Pflanzen und Pilze"@de ; + skos:closeMatch . dfgfo:212-02 a owl:Class ; rdfs:label "Ecology and Biodiversity of Plants and Ecosystems"@en ; rdfs:subClassOf dfgfo:212 ; - owl:sameAs ; - skos:altLabel "Ökologie und Biodiversität der Pflanzen und Ökosysteme"@de . + skos:altLabel "Ökologie und Biodiversität der Pflanzen und Ökosysteme"@de ; + skos:closeMatch . dfgfo:212-03 a owl:Class ; rdfs:label "Organismic Interactions, Chemical Ecology and Microbiomes of Plant Systems"@en ; rdfs:subClassOf dfgfo:212 ; - owl:sameAs ; - skos:altLabel "Organismische Interaktionen, chemische Ökologie und Mikrobiome pflanzlicher Systeme"@de . + skos:altLabel "Organismische Interaktionen, chemische Ökologie und Mikrobiome pflanzlicher Systeme"@de ; + skos:closeMatch . dfgfo:212-04 a owl:Class ; rdfs:label "Plant Physiology"@en ; rdfs:subClassOf dfgfo:212 ; - owl:sameAs ; - skos:altLabel "Pflanzenphysiologie"@de . + skos:altLabel "Pflanzenphysiologie"@de ; + skos:closeMatch . dfgfo:212-05 a owl:Class ; rdfs:label "Plant Biochemistry and Biophysics"@en ; rdfs:subClassOf dfgfo:212 ; - owl:sameAs ; - skos:altLabel "Biochemie und Biophysik der Pflanzen"@de . + skos:altLabel "Biochemie und Biophysik der Pflanzen"@de ; + skos:closeMatch . dfgfo:212-06 a owl:Class ; rdfs:label "Plant Cell and Developmental Biology"@en ; rdfs:subClassOf dfgfo:212 ; - owl:sameAs ; - skos:altLabel "Zell- und Entwicklungsbiologie der Pflanzen"@de . + skos:altLabel "Zell- und Entwicklungsbiologie der Pflanzen"@de ; + skos:closeMatch . dfgfo:212-07 a owl:Class ; rdfs:label "Plant Genetics and Genomics"@en ; rdfs:subClassOf dfgfo:212 ; - owl:sameAs ; - skos:altLabel "Genetik und Genomik der Pflanzen"@de . + skos:altLabel "Genetik und Genomik der Pflanzen"@de ; + skos:closeMatch . dfgfo:213-01 a owl:Class ; rdfs:label "Systematics and Morphology (Zoology)"@en ; rdfs:subClassOf dfgfo:213 ; - owl:sameAs ; - skos:altLabel "Systematik und Morphologie der Tiere"@de . + skos:altLabel "Systematik und Morphologie der Tiere"@de ; + skos:closeMatch . dfgfo:213-02 a owl:Class ; rdfs:label "Evolution, Anthropology"@en ; rdfs:subClassOf dfgfo:213 ; - owl:sameAs ; - skos:altLabel "Evolution, Anthropologie"@de . + skos:altLabel "Evolution, Anthropologie"@de ; + skos:closeMatch . dfgfo:213-03 a owl:Class ; rdfs:label "Ecology and Biodiversity of Animals and Ecosystems, Organismic Interactions"@en ; rdfs:subClassOf dfgfo:213 ; - owl:sameAs ; - skos:altLabel "Ökologie und Biodiversität der Tiere und Ökosysteme, Organismische Interaktionen"@de . + skos:altLabel "Ökologie und Biodiversität der Tiere und Ökosysteme, Organismische Interaktionen"@de ; + skos:closeMatch . dfgfo:213-04 a owl:Class ; rdfs:label "Sensory and Behavioural Biology"@en ; rdfs:subClassOf dfgfo:213 ; - owl:sameAs ; - skos:altLabel "Biologie des Verhaltens und der Sinne"@de . + skos:altLabel "Biologie des Verhaltens und der Sinne"@de ; + skos:closeMatch . dfgfo:213-05 a owl:Class ; rdfs:label "Animal Physiology and Biochemistry"@en ; rdfs:subClassOf dfgfo:213 ; - owl:sameAs ; - skos:altLabel "Biochemie und Physiologie der Tiere"@de . + skos:altLabel "Biochemie und Physiologie der Tiere"@de ; + skos:closeMatch . dfgfo:213-06 a owl:Class ; rdfs:label "Evolutionary Cell and Developmental Biology (Zoology)"@en ; rdfs:subClassOf dfgfo:213 ; - owl:sameAs ; - skos:altLabel "Evolutionäre Zell- und Entwicklungsbiologie der Tiere"@de . + skos:altLabel "Evolutionäre Zell- und Entwicklungsbiologie der Tiere"@de ; + skos:closeMatch . dfgfo:221-01 a owl:Class ; rdfs:label "Metabolism, Biochemistry and Genetics of Microorganisms"@en ; rdfs:subClassOf dfgfo:221 ; - owl:sameAs ; - skos:altLabel "Stoffwechselphysiologie, Biochemie und Genetik der Mikroorganismen"@de . + skos:altLabel "Stoffwechselphysiologie, Biochemie und Genetik der Mikroorganismen"@de ; + skos:closeMatch . dfgfo:221-02 a owl:Class ; rdfs:label "Microbial Ecology and Applied Microbiology"@en ; rdfs:subClassOf dfgfo:221 ; - owl:sameAs ; - skos:altLabel "Mikrobielle Ökologie und Angewandte Mikrobiologie"@de . + skos:altLabel "Mikrobielle Ökologie und Angewandte Mikrobiologie"@de ; + skos:closeMatch . dfgfo:221-03 a owl:Class ; rdfs:label "Medical Microbiology and Mycology, Hygiene, Molecular Infection Biology"@en ; rdfs:subClassOf dfgfo:221 ; - owl:sameAs ; - skos:altLabel "Medizinische Mikrobiologie und Mykologie, Hygiene, Molekulare Infektionsbiologie"@de . + skos:altLabel "Medizinische Mikrobiologie und Mykologie, Hygiene, Molekulare Infektionsbiologie"@de ; + skos:closeMatch . dfgfo:221-04 a owl:Class ; rdfs:label "Virology"@en ; rdfs:subClassOf dfgfo:221 ; - owl:sameAs ; - skos:altLabel "Virologie"@de . + skos:altLabel "Virologie"@de ; + skos:closeMatch . dfgfo:221-05 a owl:Class ; rdfs:label "Immunology"@en ; rdfs:subClassOf dfgfo:221 ; - owl:sameAs ; - skos:altLabel "Immunologie"@de . + skos:altLabel "Immunologie"@de ; + skos:closeMatch . dfgfo:221-06 a owl:Class ; rdfs:label "Parasitology and Biology of Tropical Infectious Disease Pathogens"@en ; rdfs:subClassOf dfgfo:221 ; - owl:sameAs ; - skos:altLabel "Parasitologie und Biologie der Erreger tropischer Infektionskrankheiten"@de . + skos:altLabel "Parasitologie und Biologie der Erreger tropischer Infektionskrankheiten"@de ; + skos:closeMatch . dfgfo:222-01 a owl:Class ; rdfs:label "Epidemiology and Medical Biometry/Statistics"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Epidemiologie und Medizinische Biometrie/Statistik"@de . + skos:altLabel "Epidemiologie und Medizinische Biometrie/Statistik"@de ; + skos:closeMatch . dfgfo:222-02 a owl:Class ; rdfs:label "Public Heatlh, Healthcare Research, Social and Occupational Medicine"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Public Health, Gesundheitsbezogene Versorgungsforschung, Sozial- und Arbeitsmedizin"@de . + skos:altLabel "Public Health, Gesundheitsbezogene Versorgungsforschung, Sozial- und Arbeitsmedizin"@de ; + skos:closeMatch . dfgfo:222-03 a owl:Class ; rdfs:label "Human Genetics"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Humangenetik"@de . + skos:altLabel "Humangenetik"@de ; + skos:closeMatch . dfgfo:222-04 a owl:Class ; rdfs:label "Anatomy and Physiology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Anatomie und Physiologie"@de . + skos:altLabel "Anatomie und Physiologie"@de ; + skos:closeMatch . dfgfo:222-05 a owl:Class ; rdfs:label "Nutritional Sciences"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Ernährungswissenschaften"@de . + skos:altLabel "Ernährungswissenschaften"@de ; + skos:closeMatch . dfgfo:222-06 a owl:Class ; rdfs:label "Pathology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Pathologie"@de . + skos:altLabel "Pathologie"@de ; + skos:closeMatch . dfgfo:222-07 a owl:Class ; rdfs:label "Medical Informatics and Medical Bioinformatics"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Medizininformatik und medizinische Bioinformatik"@de . + skos:altLabel "Medizininformatik und medizinische Bioinformatik"@de ; + skos:closeMatch . dfgfo:222-08 a owl:Class ; rdfs:label "Pharmacy"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Pharmazie"@de . + skos:altLabel "Pharmazie"@de ; + skos:closeMatch . dfgfo:222-09 a owl:Class ; rdfs:label "Pharmacology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Pharmakologie"@de . + skos:altLabel "Pharmakologie"@de ; + skos:closeMatch . dfgfo:222-10 a owl:Class ; rdfs:label "Toxicology, Laboratory Medicine"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Toxikologie, Laboratoriumsmedizin"@de . + skos:altLabel "Toxikologie, Laboratoriumsmedizin"@de ; + skos:closeMatch . dfgfo:222-11 a owl:Class ; rdfs:label "Anaesthesiology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Anästhesiologie"@de . + skos:altLabel "Anästhesiologie"@de ; + skos:closeMatch . dfgfo:222-12 a owl:Class ; rdfs:label "Cardiology, Angiology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Kardiologie, Angiologie"@de . + skos:altLabel "Kardiologie, Angiologie"@de ; + skos:closeMatch . dfgfo:222-13 a owl:Class ; rdfs:label "Pneumology, Thoracic Surgery"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Pneumologie, Thoraxchirurgie"@de . + skos:altLabel "Pneumologie, Thoraxchirurgie"@de ; + skos:closeMatch . dfgfo:222-14 a owl:Class ; rdfs:label "Hematology, Oncology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Hämatologie, Onkologie"@de . + skos:altLabel "Hämatologie, Onkologie"@de ; + skos:closeMatch . dfgfo:222-15 a owl:Class ; rdfs:label "Gastroenterology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Gastroenterologie"@de . + skos:altLabel "Gastroenterologie"@de ; + skos:closeMatch . dfgfo:222-16 a owl:Class ; rdfs:label "Nephrology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Nephrologie"@de . + skos:altLabel "Nephrologie"@de ; + skos:closeMatch . dfgfo:222-17 a owl:Class ; rdfs:label "Endocrinology, Diabetology, Metabolism"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Endokrinologie, Diabetologie, Metabolismus"@de . + skos:altLabel "Endokrinologie, Diabetologie, Metabolismus"@de ; + skos:closeMatch . dfgfo:222-18 a owl:Class ; rdfs:label "Rheumatology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Rheumatologie"@de . + skos:altLabel "Rheumatologie"@de ; + skos:closeMatch . dfgfo:222-19 a owl:Class ; rdfs:label "Dermatology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Dermatologie"@de . + skos:altLabel "Dermatologie"@de ; + skos:closeMatch . dfgfo:222-20 a owl:Class ; rdfs:label "Pediatric and Adolescent Medicine"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Kinder- und Jugendmedizin"@de . + skos:altLabel "Kinder- und Jugendmedizin"@de ; + skos:closeMatch . dfgfo:222-21 a owl:Class ; rdfs:label "Gynaecology and Obstetrics"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Gynäkologie und Geburtshilfe"@de . + skos:altLabel "Gynäkologie und Geburtshilfe"@de ; + skos:closeMatch . dfgfo:222-22 a owl:Class ; rdfs:label "Clinical Immunology and Allergology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Klinische Immunologie und Allergologie"@de . + skos:altLabel "Klinische Immunologie und Allergologie"@de ; + skos:closeMatch . dfgfo:222-23 a owl:Class ; rdfs:label "Reproductive Medicine, Urology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Reproduktionsmedizin, Urologie"@de . + skos:altLabel "Reproduktionsmedizin, Urologie"@de ; + skos:closeMatch . dfgfo:222-24 a owl:Class ; rdfs:label "Biogerontology and Geriatric Medicine"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Gerontobiologie und Geriatrie"@de . + skos:altLabel "Gerontobiologie und Geriatrie"@de ; + skos:closeMatch . dfgfo:222-25 a owl:Class ; rdfs:label "General and Visceral Surgery"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Allgemein- und Viszeralchirurgie"@de . + skos:altLabel "Allgemein- und Viszeralchirurgie"@de ; + skos:closeMatch . dfgfo:222-26 a owl:Class ; rdfs:label "Cardiac and Vascular Surgery"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Herz- und Gefäßchirurgie"@de . + skos:altLabel "Herz- und Gefäßchirurgie"@de ; + skos:closeMatch . dfgfo:222-27 a owl:Class ; rdfs:label "Orthopaedics, Traumatology, Reconstructive Surgery"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Orthopädie, Unfallchirurgie, rekonstruktive Chirurgie"@de . + skos:altLabel "Orthopädie, Unfallchirurgie, rekonstruktive Chirurgie"@de ; + skos:closeMatch . dfgfo:222-28 a owl:Class ; rdfs:label "Dentistry, Oral Surgery"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Zahnheilkunde; Mund-, Kiefer- und Gesichtschirurgie"@de . + skos:altLabel "Zahnheilkunde; Mund-, Kiefer- und Gesichtschirurgie"@de ; + skos:closeMatch . dfgfo:222-29 a owl:Class ; rdfs:label "Otolaryngology, Phoniatrics and Audiology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Hals-Nasen-Ohrenheilkunde, Phoniatrie und Audiologie"@de . + skos:altLabel "Hals-Nasen-Ohrenheilkunde, Phoniatrie und Audiologie"@de ; + skos:closeMatch . dfgfo:222-30 a owl:Class ; rdfs:label "Radiology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Radiologie"@de . + skos:altLabel "Radiologie"@de ; + skos:closeMatch . dfgfo:222-31 a owl:Class ; rdfs:label "Clinical Infectiology and Tropical Medicine"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Klinische Infektiologie und Tropenmedizin"@de . + skos:altLabel "Klinische Infektiologie und Tropenmedizin"@de ; + skos:closeMatch . dfgfo:222-32 a owl:Class ; rdfs:label "Medical Physics, Biomedical Technology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Medizinische Physik, Biomedizinische Technik"@de . + skos:altLabel "Medizinische Physik, Biomedizinische Technik"@de ; + skos:closeMatch . dfgfo:222-33 a owl:Class ; rdfs:label "Nuclear Medicine, Radiotherapy, Radiobiology"@en ; rdfs:subClassOf dfgfo:222 ; - owl:sameAs ; - skos:altLabel "Nuklearmedizin, Strahlentherapie, Strahlenbiologie"@de . + skos:altLabel "Nuklearmedizin, Strahlentherapie, Strahlenbiologie"@de ; + skos:closeMatch . dfgfo:223-01 a owl:Class ; rdfs:label "Developmental Neurobiology"@en ; rdfs:subClassOf dfgfo:223 ; - owl:sameAs ; - skos:altLabel "Entwicklungsneurobiologie"@de . + skos:altLabel "Entwicklungsneurobiologie"@de ; + skos:closeMatch . dfgfo:223-02 a owl:Class ; rdfs:label "Molecular Biology and Physiology of Neurons and Glial Cells"@en ; rdfs:subClassOf dfgfo:223 ; - owl:sameAs ; - skos:altLabel "Molekulare Biologie und Physiologie von Nerven- und Gliazellen"@de . + skos:altLabel "Molekulare Biologie und Physiologie von Nerven- und Gliazellen"@de ; + skos:closeMatch . dfgfo:223-03 a owl:Class ; rdfs:label "Experimental and Theoretical Network Neuroscience"@en ; rdfs:subClassOf dfgfo:223 ; - owl:sameAs ; - skos:altLabel "Experimentelle und theoretische Netzwerk-Neurowissenschaften"@de . + skos:altLabel "Experimentelle und theoretische Netzwerk-Neurowissenschaften"@de ; + skos:closeMatch . dfgfo:223-04 a owl:Class ; rdfs:label "Cognitive, Systems and Behavioural Neurobiology"@en ; rdfs:subClassOf dfgfo:223 ; - owl:sameAs ; - skos:altLabel "Kognitive, systemische und Verhaltensneurobiologie"@de . + skos:altLabel "Kognitive, systemische und Verhaltensneurobiologie"@de ; + skos:closeMatch . dfgfo:223-05 a owl:Class ; rdfs:label "Experimental Models for the Understanding of Nervous System Diseases"@en ; rdfs:subClassOf dfgfo:223 ; - owl:sameAs ; - skos:altLabel "Experimentelle Modelle zum Verständnis von Erkrankungen des Nervensystems"@de . + skos:altLabel "Experimentelle Modelle zum Verständnis von Erkrankungen des Nervensystems"@de ; + skos:closeMatch . dfgfo:223-06 a owl:Class ; rdfs:label "Molecular and Cellular Neurology and Neuropathology"@en ; rdfs:subClassOf dfgfo:223 ; - owl:sameAs ; - skos:altLabel "Molekulare und zelluläre Neurologie und Neuropathologie"@de . + skos:altLabel "Molekulare und zelluläre Neurologie und Neuropathologie"@de ; + skos:closeMatch . dfgfo:223-07 a owl:Class ; rdfs:label "Clinical Neurology; Neurosurgery and Neuroradiology"@en ; rdfs:subClassOf dfgfo:223 ; - owl:sameAs ; - skos:altLabel "Klinische Neurologie; Neurochirurgie und Neuroradiologie"@de . + skos:altLabel "Klinische Neurologie; Neurochirurgie und Neuroradiologie"@de ; + skos:closeMatch . dfgfo:223-08 a owl:Class ; rdfs:label "Human Cognitive and Systems Neuroscience"@en ; rdfs:subClassOf dfgfo:223 ; - owl:sameAs ; - skos:altLabel "Kognitive und systemische Humanneurowissenschaften"@de . + skos:altLabel "Kognitive und systemische Humanneurowissenschaften"@de ; + skos:closeMatch . dfgfo:223-09 a owl:Class ; rdfs:label "Biological Psychiatry"@en ; rdfs:subClassOf dfgfo:223 ; - owl:sameAs ; - skos:altLabel "Biologische Psychiatrie"@de . + skos:altLabel "Biologische Psychiatrie"@de ; + skos:closeMatch . dfgfo:223-10 a owl:Class ; rdfs:label "Clinical Psychiatry, Psychotherapy, Child and Adolescent Psychiatry"@en ; rdfs:subClassOf dfgfo:223 ; - owl:sameAs ; - skos:altLabel "Klinische Psychiatrie, Psychotherapie und Kinder- und Jugendpsychiatrie"@de . + skos:altLabel "Klinische Psychiatrie, Psychotherapie und Kinder- und Jugendpsychiatrie"@de ; + skos:closeMatch . dfgfo:223-11 a owl:Class ; rdfs:label "Ophthalmology"@en ; rdfs:subClassOf dfgfo:223 ; - owl:sameAs ; - skos:altLabel "Augenheilkunde"@de . + skos:altLabel "Augenheilkunde"@de ; + skos:closeMatch . dfgfo:231-01 a owl:Class ; rdfs:label "Soil Sciences"@en ; rdfs:subClassOf dfgfo:231 ; - owl:sameAs ; - skos:altLabel "Bodenwissenschaften"@de . + skos:altLabel "Bodenwissenschaften"@de ; + skos:closeMatch . dfgfo:231-02 a owl:Class ; rdfs:label "Plant Breeding and Plant Pathology"@en ; rdfs:subClassOf dfgfo:231 ; - owl:sameAs ; - skos:altLabel "Pflanzenzüchtung, Pflanzenpathologie"@de . + skos:altLabel "Pflanzenzüchtung, Pflanzenpathologie"@de ; + skos:closeMatch . dfgfo:231-03 a owl:Class ; rdfs:label "Plant Cultivation, Plant Nutrition, Agricultural Technology"@en ; rdfs:subClassOf dfgfo:231 ; - owl:sameAs ; - skos:altLabel "Pflanzenbau, Pflanzenernährung, Agrartechnik"@de . + skos:altLabel "Pflanzenbau, Pflanzenernährung, Agrartechnik"@de ; + skos:closeMatch . dfgfo:231-04 a owl:Class ; rdfs:label "Ecology of Land Use"@en ; rdfs:subClassOf dfgfo:231 ; - owl:sameAs ; - skos:altLabel "Ökologie der Landnutzung"@de . + skos:altLabel "Ökologie der Landnutzung"@de ; + skos:closeMatch . dfgfo:231-05 a owl:Class ; rdfs:label "Agricultural Economics, Agricultural Policy, Agricultural Sociology"@en ; rdfs:subClassOf dfgfo:231 ; - owl:sameAs ; - skos:altLabel "Agrarökonomie, Agrarpolitik, Agrarsoziologie"@de . + skos:altLabel "Agrarökonomie, Agrarpolitik, Agrarsoziologie"@de ; + skos:closeMatch . dfgfo:231-06 a owl:Class ; rdfs:label "Forestry"@en ; rdfs:subClassOf dfgfo:231 ; - owl:sameAs ; - skos:altLabel "Forstwissenschaften"@de . + skos:altLabel "Forstwissenschaften"@de ; + skos:closeMatch . dfgfo:231-07 a owl:Class ; rdfs:label "Animal Breeding, Animal Nutrition, Animal Husbandry"@en ; rdfs:subClassOf dfgfo:231 ; - owl:sameAs ; - skos:altLabel "Tierzucht, Tierernährung, Tierhaltung"@de . + skos:altLabel "Tierzucht, Tierernährung, Tierhaltung"@de ; + skos:closeMatch . dfgfo:231-08 a owl:Class ; rdfs:label "Veterinary Medical Science"@en ; rdfs:subClassOf dfgfo:231 ; - owl:sameAs ; - skos:altLabel "Tiermedizin"@de . + skos:altLabel "Tiermedizin"@de ; + skos:closeMatch . dfgfo:311-01 a owl:Class ; rdfs:label "Inorganic Molecular Chemistry - Synthesis and Characterisation"@en ; rdfs:subClassOf dfgfo:311 ; - owl:sameAs ; - skos:altLabel "Anorganische Molekülchemie - Synthese, Charakterisierung"@de . + skos:altLabel "Anorganische Molekülchemie - Synthese, Charakterisierung"@de ; + skos:closeMatch . dfgfo:311-02 a owl:Class ; rdfs:label "Organic Molecular Chemistry - Synthesis and Characterisation"@en ; rdfs:subClassOf dfgfo:311 ; - owl:sameAs ; - skos:altLabel "Organische Molekülchemie - Synthese, Charakterisierung"@de . + skos:altLabel "Organische Molekülchemie - Synthese, Charakterisierung"@de ; + skos:closeMatch . dfgfo:312-01 a owl:Class ; rdfs:label "Solid State and Surface Chemistry, Material Synthesis"@en ; rdfs:subClassOf dfgfo:312 ; - owl:sameAs ; - skos:altLabel "Festkörper- und Oberflächenchemie, Materialsynthese"@de . + skos:altLabel "Festkörper- und Oberflächenchemie, Materialsynthese"@de ; + skos:closeMatch . dfgfo:312-02 a owl:Class ; rdfs:label "Physical Chemistry of Solids and Surfaces, Material Characterisation"@en ; rdfs:subClassOf dfgfo:312 ; - owl:sameAs ; - skos:altLabel "Physikalische Chemie von Festkörpern und Oberflächen, Materialcharakterisierung"@de . + skos:altLabel "Physikalische Chemie von Festkörpern und Oberflächen, Materialcharakterisierung"@de ; + skos:closeMatch . dfgfo:313-01 a owl:Class ; rdfs:label "Physical Chemistry of Molecules, Liquids and Interfaces, Biophysical Chemistry"@en ; rdfs:subClassOf dfgfo:313 ; - owl:sameAs ; - skos:altLabel "Physikalische Chemie von Molekülen, Flüssigkeiten und Grenzflächen, Biophysikalische Chemie"@de . + skos:altLabel "Physikalische Chemie von Molekülen, Flüssigkeiten und Grenzflächen, Biophysikalische Chemie"@de ; + skos:closeMatch . dfgfo:314-01 a owl:Class ; rdfs:label "Analytical Chemistry"@en ; rdfs:subClassOf dfgfo:314 ; - owl:sameAs ; - skos:altLabel "Analytische Chemie"@de . + skos:altLabel "Analytische Chemie"@de ; + skos:closeMatch . dfgfo:315-01 a owl:Class ; rdfs:label "Biological and Biomimetic Chemistry"@en ; rdfs:subClassOf dfgfo:315 ; - owl:sameAs ; - skos:altLabel "Biologische und Biomimetische Chemie"@de . + skos:altLabel "Biologische und Biomimetische Chemie"@de ; + skos:closeMatch . dfgfo:315-02 a owl:Class ; rdfs:label "Food Chemistry"@en ; rdfs:subClassOf dfgfo:315 ; - owl:sameAs ; - skos:altLabel "Lebensmittelchemie"@de . + skos:altLabel "Lebensmittelchemie"@de ; + skos:closeMatch . dfgfo:316-01 a owl:Class ; rdfs:label "Preparatory and Physical Chemistry of Polymers"@en ; rdfs:subClassOf dfgfo:316 ; - owl:sameAs ; - skos:altLabel "Präparative und Physikalische Chemie von Polymeren"@de . + skos:altLabel "Präparative und Physikalische Chemie von Polymeren"@de ; + skos:closeMatch . dfgfo:316-02 a owl:Class ; rdfs:label "Experimental and Theoretical Physics of Polymers"@en ; rdfs:subClassOf dfgfo:316 ; - owl:sameAs ; - skos:altLabel "Experimentelle und Theoretische Polymerphysik"@de . + skos:altLabel "Experimentelle und Theoretische Polymerphysik"@de ; + skos:closeMatch . dfgfo:316-03 a owl:Class ; rdfs:label "Polymer Materials"@en ; rdfs:subClassOf dfgfo:316 ; - owl:sameAs ; - skos:altLabel "Polymermaterialien"@de . + skos:altLabel "Polymermaterialien"@de ; + skos:closeMatch . dfgfo:317-01 a owl:Class ; rdfs:label "Theoretical Chemistry: Electron Structure, Dynamics, Simulation"@en ; rdfs:subClassOf dfgfo:317 ; - owl:sameAs ; - skos:altLabel "Theoretische Chemie: Elektronenstruktur, Dynamik, Simulation"@de . + skos:altLabel "Theoretische Chemie: Elektronenstruktur, Dynamik, Simulation"@de ; + skos:closeMatch . dfgfo:317-02 a owl:Class ; rdfs:label "Theoretical Chemistry: Molecules, Materials, Surfaces"@en ; rdfs:subClassOf dfgfo:317 ; - owl:sameAs ; - skos:altLabel "Theoretische Chemie: Moleküle, Materialien, Oberflächen"@de . + skos:altLabel "Theoretische Chemie: Moleküle, Materialien, Oberflächen"@de ; + skos:closeMatch . dfgfo:321-01 a owl:Class ; rdfs:label "Experimental Condensed Matter Physics"@en ; rdfs:subClassOf dfgfo:321 ; - owl:sameAs ; - skos:altLabel "Experimentelle Physik der kondensierten Materie"@de . + skos:altLabel "Experimentelle Physik der kondensierten Materie"@de ; + skos:closeMatch . dfgfo:321-02 a owl:Class ; rdfs:label "Theoretical Condensed Matter Physics"@en ; rdfs:subClassOf dfgfo:321 ; - owl:sameAs ; - skos:altLabel "Theoretische Physik der kondensierten Materie"@de . + skos:altLabel "Theoretische Physik der kondensierten Materie"@de ; + skos:closeMatch . dfgfo:322-01 a owl:Class ; rdfs:label "Statistical Physics, Nonlinear Dynamics, Complex Systems, Soft and Fluid Matter, Biological Physics"@en ; rdfs:subClassOf dfgfo:322 ; - owl:sameAs ; - skos:altLabel "Statistische Physik, Nichtlineare Dynamik, Komplexe Systeme, Weiche und fluide Materie, Biologische Physik"@de . + skos:altLabel "Statistische Physik, Nichtlineare Dynamik, Komplexe Systeme, Weiche und fluide Materie, Biologische Physik"@de ; + skos:closeMatch . dfgfo:323-01 a owl:Class ; rdfs:label "Optics, Quantum Optics and Physics of Atoms, Molecules and Plasmas"@en ; rdfs:subClassOf dfgfo:323 ; - owl:sameAs ; - skos:altLabel "Optik, Quantenoptik und Physik der Atome, Moleküle und Plasmen"@de . + skos:altLabel "Optik, Quantenoptik und Physik der Atome, Moleküle und Plasmen"@de ; + skos:closeMatch . dfgfo:324-01 a owl:Class ; rdfs:label "Nuclear and Elementary Particle Physics, Quantum Mechanics, Relativity, Fields"@en ; rdfs:subClassOf dfgfo:324 ; - owl:sameAs ; - skos:altLabel "Kern- und Elementarteilchenphysik, Quantenmechanik, Relativitätstheorie, Felder"@de . + skos:altLabel "Kern- und Elementarteilchenphysik, Quantenmechanik, Relativitätstheorie, Felder"@de ; + skos:closeMatch . dfgfo:325-01 a owl:Class ; rdfs:label "Astrophysics and Astronomy"@en ; rdfs:subClassOf dfgfo:325 ; - owl:sameAs ; - skos:altLabel "Astrophysik und Astronomie"@de . + skos:altLabel "Astrophysik und Astronomie"@de ; + skos:closeMatch . dfgfo:331-01 a owl:Class ; rdfs:label "Mathematics"@en ; rdfs:subClassOf dfgfo:331 ; - owl:sameAs ; - skos:altLabel "Mathematik"@de . + skos:altLabel "Mathematik"@de ; + skos:closeMatch . dfgfo:341-01 a owl:Class ; rdfs:label "Atmospheric Science"@en ; rdfs:subClassOf dfgfo:341 ; - owl:sameAs ; - skos:altLabel "Physik und Chemie der Atmosphäre"@de . + skos:altLabel "Physik und Chemie der Atmosphäre"@de ; + skos:closeMatch . dfgfo:341-02 a owl:Class ; rdfs:label "Oceanography"@en ; rdfs:subClassOf dfgfo:341 ; - owl:sameAs ; - skos:altLabel "Physik, Chemie und Biologie des Meeres"@de . + skos:altLabel "Physik, Chemie und Biologie des Meeres"@de ; + skos:closeMatch . dfgfo:342-01 a owl:Class ; rdfs:label "Geology"@en ; rdfs:subClassOf dfgfo:342 ; - owl:sameAs ; - skos:altLabel "Geologie"@de . + skos:altLabel "Geologie"@de ; + skos:closeMatch . dfgfo:342-02 a owl:Class ; rdfs:label "Palaeontology"@en ; rdfs:subClassOf dfgfo:342 ; - owl:sameAs ; - skos:altLabel "Paläontologie"@de . + skos:altLabel "Paläontologie"@de ; + skos:closeMatch . dfgfo:343-01 a owl:Class ; rdfs:label "Geophysics"@en ; rdfs:subClassOf dfgfo:343 ; - owl:sameAs ; - skos:altLabel "Physik des Erdkörpers"@de . + skos:altLabel "Physik des Erdkörpers"@de ; + skos:closeMatch . dfgfo:343-02 a owl:Class ; rdfs:label "Geodesy, Photogrammetry, Remote Sensing, Geoinformatics, Cartography"@en ; rdfs:subClassOf dfgfo:343 ; - owl:sameAs ; - skos:altLabel "Geodäsie, Photogrammetrie, Fernerkundung, Geoinformatik, Kartographie"@de . + skos:altLabel "Geodäsie, Photogrammetrie, Fernerkundung, Geoinformatik, Kartographie"@de ; + skos:closeMatch . dfgfo:344-01 a owl:Class ; rdfs:label "Mineralogy, Petrology and Geochemistry"@en ; rdfs:subClassOf dfgfo:344 ; - owl:sameAs ; - skos:altLabel "Mineralogie, Petrologie und Geochemie"@de . + skos:altLabel "Mineralogie, Petrologie und Geochemie"@de ; + skos:closeMatch . dfgfo:345-01 a owl:Class ; rdfs:label "Physical Geography"@en ; rdfs:subClassOf dfgfo:345 ; - owl:sameAs ; - skos:altLabel "Physische Geographie"@de . + skos:altLabel "Physische Geographie"@de ; + skos:closeMatch . dfgfo:345-02 a owl:Class ; rdfs:label "Human Geography"@en ; rdfs:subClassOf dfgfo:345 ; - owl:sameAs ; - skos:altLabel "Humangeographie"@de . + skos:altLabel "Humangeographie"@de ; + skos:closeMatch . dfgfo:346-01 a owl:Class ; rdfs:label "Hydrogeology, Hydrology, Limnology, Urban Water Management, Water Chemistry, Integrated Water Resources Management"@en ; rdfs:subClassOf dfgfo:346 ; - owl:sameAs ; - skos:altLabel "Hydrogeologie, Hydrologie, Limnologie, Siedlungswasserwirtschaft, Wasserchemie, Integrierte Wasserressourcen-Bewirtschaftung"@de . + skos:altLabel "Hydrogeologie, Hydrologie, Limnologie, Siedlungswasserwirtschaft, Wasserchemie, Integrierte Wasserressourcen-Bewirtschaftung"@de ; + skos:closeMatch . dfgfo:411-01 a owl:Class ; rdfs:label "Metal-Cutting and Abrasive Manufacturing Engineering"@en ; rdfs:subClassOf dfgfo:411 ; - owl:sameAs ; - skos:altLabel "Spanende und abtragende Fertigungstechnik"@de . + skos:altLabel "Spanende und abtragende Fertigungstechnik"@de ; + skos:closeMatch . dfgfo:411-02 a owl:Class ; rdfs:label "Primary Shaping and Reshaping Technology, Additive Manufacturing"@en ; rdfs:subClassOf dfgfo:411 ; - owl:sameAs ; - skos:altLabel "Ur- und Umformtechnik, Additive Fertigungsverfahren"@de . + skos:altLabel "Ur- und Umformtechnik, Additive Fertigungsverfahren"@de ; + skos:closeMatch . dfgfo:411-03 a owl:Class ; rdfs:label "Joining and Separation Technology"@en ; rdfs:subClassOf dfgfo:411 ; - owl:sameAs ; - skos:altLabel "Fügetechnik und Trenntechnik"@de . + skos:altLabel "Fügetechnik und Trenntechnik"@de ; + skos:closeMatch . dfgfo:411-04 a owl:Class ; rdfs:label "Plastics Engineering"@en ; rdfs:subClassOf dfgfo:411 ; - owl:sameAs ; - skos:altLabel "Kunststofftechnik"@de . + skos:altLabel "Kunststofftechnik"@de ; + skos:closeMatch . dfgfo:411-05 a owl:Class ; rdfs:label "Production Systems, Operations Management, Quality Management and Factory Planning"@en ; rdfs:subClassOf dfgfo:411 ; - owl:sameAs ; - skos:altLabel "Produktionssystematik, Betriebswissenschaften, Qualitätsmanagement und Fabrikplanung"@de . + skos:altLabel "Produktionssystematik, Betriebswissenschaften, Qualitätsmanagement und Fabrikplanung"@de ; + skos:closeMatch . dfgfo:411-06 a owl:Class ; rdfs:label "Production Automation and Assembly Technology"@en ; rdfs:subClassOf dfgfo:411 ; - owl:sameAs ; - skos:altLabel "Produktionsautomatisierung und Montagetechnik"@de . + skos:altLabel "Produktionsautomatisierung und Montagetechnik"@de ; + skos:closeMatch . dfgfo:412-01 a owl:Class ; rdfs:label "Engineering Design, Machine Elements, Product Development"@en ; rdfs:subClassOf dfgfo:412 ; - owl:sameAs ; - skos:altLabel "Konstruktion, Maschinenelemente, Produktentwicklung"@de . + skos:altLabel "Konstruktion, Maschinenelemente, Produktentwicklung"@de ; + skos:closeMatch . dfgfo:412-02 a owl:Class ; rdfs:label "Mechanics"@en ; rdfs:subClassOf dfgfo:412 ; - owl:sameAs ; - skos:altLabel "Mechanik"@de . + skos:altLabel "Mechanik"@de ; + skos:closeMatch . dfgfo:412-03 a owl:Class ; rdfs:label "Lightweight Construction, Textile Technology"@en ; rdfs:subClassOf dfgfo:412 ; - owl:sameAs ; - skos:altLabel "Leichtbau, Textiltechnik"@de . + skos:altLabel "Leichtbau, Textiltechnik"@de ; + skos:closeMatch . dfgfo:412-04 a owl:Class ; rdfs:label "Acoustics"@en ; rdfs:subClassOf dfgfo:412 ; - owl:sameAs ; - skos:altLabel "Akustik"@de . + skos:altLabel "Akustik"@de ; + skos:closeMatch . dfgfo:421-01 a owl:Class ; rdfs:label "Chemical and Thermal Process Engineering"@en ; rdfs:subClassOf dfgfo:421 ; - owl:sameAs ; - skos:altLabel "Chemische und Thermische Verfahrenstechnik"@de . + skos:altLabel "Chemische und Thermische Verfahrenstechnik"@de ; + skos:closeMatch . dfgfo:421-02 a owl:Class ; rdfs:label "Technical Chemistry"@en ; rdfs:subClassOf dfgfo:421 ; - owl:sameAs ; - skos:altLabel "Technische Chemie"@de . + skos:altLabel "Technische Chemie"@de ; + skos:closeMatch . dfgfo:421-03 a owl:Class ; rdfs:label "Mechanical Process Engineering"@en ; rdfs:subClassOf dfgfo:421 ; - owl:sameAs ; - skos:altLabel "Mechanische Verfahrenstechnik"@de . + skos:altLabel "Mechanische Verfahrenstechnik"@de ; + skos:closeMatch . dfgfo:421-04 a owl:Class ; rdfs:label "Biological Process Engineering"@en ; rdfs:subClassOf dfgfo:421 ; - owl:sameAs ; - skos:altLabel "Bioverfahrenstechnik"@de . + skos:altLabel "Bioverfahrenstechnik"@de ; + skos:closeMatch . dfgfo:421-05 a owl:Class ; rdfs:label "Systems Process Engineering"@en ; rdfs:subClassOf dfgfo:421 ; - owl:sameAs ; - skos:altLabel "Systemverfahrenstechnik"@de . + skos:altLabel "Systemverfahrenstechnik"@de ; + skos:closeMatch . dfgfo:422-01 a owl:Class ; rdfs:label "Energy Process Engineering"@en ; rdfs:subClassOf dfgfo:422 ; - owl:sameAs ; - skos:altLabel "Energieverfahrenstechnik"@de . + skos:altLabel "Energieverfahrenstechnik"@de ; + skos:closeMatch . dfgfo:422-02 a owl:Class ; rdfs:label "Technical Thermodynamics"@en ; rdfs:subClassOf dfgfo:422 ; - owl:sameAs ; - skos:altLabel "Technische Thermodynamik"@de . + skos:altLabel "Technische Thermodynamik"@de ; + skos:closeMatch . dfgfo:422-03 a owl:Class ; rdfs:label "Fluid Mechanics"@en ; rdfs:subClassOf dfgfo:422 ; - owl:sameAs ; - skos:altLabel "Strömungsmechanik"@de . + skos:altLabel "Strömungsmechanik"@de ; + skos:closeMatch . dfgfo:422-04 a owl:Class ; rdfs:label "Hydraulic and Turbo Engines and Piston Engines"@en ; rdfs:subClassOf dfgfo:422 ; - owl:sameAs ; - skos:altLabel "Strömungs- und Kolbenmaschinen"@de . + skos:altLabel "Strömungs- und Kolbenmaschinen"@de ; + skos:closeMatch . dfgfo:431-01 a owl:Class ; rdfs:label "Metallurgical, Thermal and Thermomechanical Treatment of Materials"@en ; rdfs:subClassOf dfgfo:431 ; - owl:sameAs ; - skos:altLabel "Metallurgische, thermische und thermomechanische Behandlung von Werkstoffen"@de . + skos:altLabel "Metallurgische, thermische und thermomechanische Behandlung von Werkstoffen"@de ; + skos:closeMatch . dfgfo:431-02 a owl:Class ; rdfs:label "Materials in Sintering Processes and Generative Manufacturing Processes"@en ; rdfs:subClassOf dfgfo:431 ; - owl:sameAs ; - skos:altLabel "Materialien und Werkstoffe der Sinterprozesse und der generativen Fertigungsverfahren"@de . + skos:altLabel "Materialien und Werkstoffe der Sinterprozesse und der generativen Fertigungsverfahren"@de ; + skos:closeMatch . dfgfo:431-03 a owl:Class ; rdfs:label "Coating and Surface Technology"@en ; rdfs:subClassOf dfgfo:431 ; - owl:sameAs ; - skos:altLabel "Beschichtungs- und Oberflächentechnik"@de . + skos:altLabel "Beschichtungs- und Oberflächentechnik"@de ; + skos:closeMatch . dfgfo:431-04 a owl:Class ; rdfs:label "Mechanical Properties of Metallic Materials and their Microstructural Origins"@en ; rdfs:subClassOf dfgfo:431 ; - owl:sameAs ; - skos:altLabel "Mechanische Eigenschaften von metallischen Werkstoffen und ihre mikrostrukturellen Ursachen"@de . + skos:altLabel "Mechanische Eigenschaften von metallischen Werkstoffen und ihre mikrostrukturellen Ursachen"@de ; + skos:closeMatch . dfgfo:431-05 a owl:Class ; rdfs:label "Glass, Ceramics and Derived Composites"@en ; rdfs:subClassOf dfgfo:431 ; - owl:sameAs ; - skos:altLabel "Glas und Keramik und darauf basierende Verbundwerkstoffe"@de . + skos:altLabel "Glas und Keramik und darauf basierende Verbundwerkstoffe"@de ; + skos:closeMatch . dfgfo:431-06 a owl:Class ; rdfs:label "Polymeric and Biogenic Materials and Derived Composites"@en ; rdfs:subClassOf dfgfo:431 ; - owl:sameAs ; - skos:altLabel "Polymere und biogene Werkstoffe und darauf basierende Verbundwerkstoffe"@de . + skos:altLabel "Polymere und biogene Werkstoffe und darauf basierende Verbundwerkstoffe"@de ; + skos:closeMatch . dfgfo:432-01 a owl:Class ; rdfs:label "Synthesis and Properties of Functional Materials"@en ; rdfs:subClassOf dfgfo:432 ; - owl:sameAs ; - skos:altLabel "Herstellung und Eigenschaften von Funktionsmaterialien"@de . + skos:altLabel "Herstellung und Eigenschaften von Funktionsmaterialien"@de ; + skos:closeMatch . dfgfo:432-02 a owl:Class ; rdfs:label "Biomaterials"@en ; rdfs:subClassOf dfgfo:432 ; - owl:sameAs ; - skos:altLabel "Biomaterialien"@de . + skos:altLabel "Biomaterialien"@de ; + skos:closeMatch . dfgfo:432-03 a owl:Class ; rdfs:label "Thermodynamics and Kinetics as well as Properties of Phases and Microstructure of Materials"@en ; rdfs:subClassOf dfgfo:432 ; - owl:sameAs ; - skos:altLabel "Thermodynamik und Kinetik sowie Eigenschaften der Phasen und Gefüge von Werkstoffen"@de . + skos:altLabel "Thermodynamik und Kinetik sowie Eigenschaften der Phasen und Gefüge von Werkstoffen"@de ; + skos:closeMatch . dfgfo:432-04 a owl:Class ; rdfs:label "Computer-Aided Design of Materials and Simulation of Materials Behaviour from Atomic to Microscopic Scale"@en ; rdfs:subClassOf dfgfo:432 ; - owl:sameAs ; - skos:altLabel "Computergestütztes Werkstoffdesign und Simulation von Werkstoffverhalten von atomistischer bis mikroskopischer Skala"@de . + skos:altLabel "Computergestütztes Werkstoffdesign und Simulation von Werkstoffverhalten von atomistischer bis mikroskopischer Skala"@de ; + skos:closeMatch . dfgfo:441-01 a owl:Class ; rdfs:label "Automation, Mechatronics, Control Systems, Intelligent Technical Systems, Robotics"@en ; rdfs:subClassOf dfgfo:441 ; - owl:sameAs ; - skos:altLabel "Automatisierungstechnik, Mechatronik, Regelungssysteme, Intelligente Technische Systeme, Robotik"@de . + skos:altLabel "Automatisierungstechnik, Mechatronik, Regelungssysteme, Intelligente Technische Systeme, Robotik"@de ; + skos:closeMatch . dfgfo:441-02 a owl:Class ; rdfs:label "Measurement Systems"@en ; rdfs:subClassOf dfgfo:441 ; - owl:sameAs ; - skos:altLabel "Messsysteme"@de . + skos:altLabel "Messsysteme"@de ; + skos:closeMatch . dfgfo:441-03 a owl:Class ; rdfs:label "Microsystems"@en ; rdfs:subClassOf dfgfo:441 ; - owl:sameAs ; - skos:altLabel "Mikrosysteme"@de . + skos:altLabel "Mikrosysteme"@de ; + skos:closeMatch . dfgfo:441-04 a owl:Class ; rdfs:label "Traffic and Transport Systems, Intelligent and Automated Traffic"@en ; rdfs:subClassOf dfgfo:441 ; - owl:sameAs ; - skos:altLabel "Verkehrs- und Transportsysteme, Intelligenter und automatisierter Verkehr"@de . + skos:altLabel "Verkehrs- und Transportsysteme, Intelligenter und automatisierter Verkehr"@de ; + skos:closeMatch . dfgfo:441-05 a owl:Class ; rdfs:label "Human Factors, Ergonomics, Human-Machine Systems"@en ; rdfs:subClassOf dfgfo:441 ; - owl:sameAs ; - skos:altLabel "Arbeitswissenschaft, Ergonomie, Mensch-Maschine-Systeme"@de . + skos:altLabel "Arbeitswissenschaft, Ergonomie, Mensch-Maschine-Systeme"@de ; + skos:closeMatch . dfgfo:441-06 a owl:Class ; rdfs:label "Biomedical Systems Technology"@en ; rdfs:subClassOf dfgfo:441 ; - owl:sameAs ; - skos:altLabel "Biomedizinische Systemtechnik"@de . + skos:altLabel "Biomedizinische Systemtechnik"@de ; + skos:closeMatch . dfgfo:442-01 a owl:Class ; rdfs:label "Electronic Semiconductors, Components and Circuits, Integrated Systems, Sensor Technology, Theoretical Electrical Engineering"@en ; rdfs:subClassOf dfgfo:442 ; - owl:sameAs ; - skos:altLabel "Elektronische Halbleiter, Bauelemente und Schaltungen, Integrierte Systeme, Sensorik, Theoretische Elektrotechnik"@de . + skos:altLabel "Elektronische Halbleiter, Bauelemente und Schaltungen, Integrierte Systeme, Sensorik, Theoretische Elektrotechnik"@de ; + skos:closeMatch . dfgfo:442-02 a owl:Class ; rdfs:label "Communication Technology and Networks, High-Frequency Technology and Photonic Systems, Signal Processing and Machine Learning for Information Technology"@en ; rdfs:subClassOf dfgfo:442 ; - owl:sameAs ; - skos:altLabel "Kommunikationstechnik und- netze, Hochfrequenztechnik und photonische Systeme, Signalverarbeitung und maschinelles Lernen für Informationstechnik"@de . + skos:altLabel "Kommunikationstechnik und- netze, Hochfrequenztechnik und photonische Systeme, Signalverarbeitung und maschinelles Lernen für Informationstechnik"@de ; + skos:closeMatch . dfgfo:442-03 a owl:Class ; rdfs:label "Electrical Energy Systems, Power Management, Power Electronics, Electrical Machines and Drives"@en ; rdfs:subClassOf dfgfo:442 ; - owl:sameAs ; - skos:altLabel "Elektrische Energiesysteme, Power Management, Leistungselektronik, elektrische Maschinen und Antriebe"@de . + skos:altLabel "Elektrische Energiesysteme, Power Management, Leistungselektronik, elektrische Maschinen und Antriebe"@de ; + skos:closeMatch . dfgfo:442-04 a owl:Class ; rdfs:label "Hardware Systems and Architectures for Information Technology and Artificial Intelligence, Quantum Engineering Systems"@en ; rdfs:subClassOf dfgfo:442 ; - owl:sameAs ; - skos:altLabel "Hardwaresysteme und -architekturen für die Informationstechnik und die Künstliche Intelligenz, Quantentechnische Systeme"@de . + skos:altLabel "Hardwaresysteme und -architekturen für die Informationstechnik und die Künstliche Intelligenz, Quantentechnische Systeme"@de ; + skos:closeMatch . dfgfo:443-01 a owl:Class ; rdfs:label "Theoretical Computer Science"@en ; rdfs:subClassOf dfgfo:443 ; - owl:sameAs ; - skos:altLabel "Theoretische Informatik"@de . + skos:altLabel "Theoretische Informatik"@de ; + skos:closeMatch . dfgfo:443-02 a owl:Class ; rdfs:label "Software Engineering and Programming Languages"@en ; rdfs:subClassOf dfgfo:443 ; - owl:sameAs ; - skos:altLabel "Softwaretechnik und Programmiersprachen"@de . + skos:altLabel "Softwaretechnik und Programmiersprachen"@de ; + skos:closeMatch . dfgfo:443-03 a owl:Class ; rdfs:label "Security and Dependability, Operating, Communication and Distributed Systems"@en ; rdfs:subClassOf dfgfo:443 ; - owl:sameAs ; - skos:altLabel "Sicherheit und Verlässlichkeit, Betriebs-, Kommunikations- und verteilte Systeme"@de . + skos:altLabel "Sicherheit und Verlässlichkeit, Betriebs-, Kommunikations- und verteilte Systeme"@de ; + skos:closeMatch . dfgfo:443-04 a owl:Class ; rdfs:label "Artificial Intelligence and Machine Learning Methods"@en ; rdfs:subClassOf dfgfo:443 ; - owl:sameAs ; - skos:altLabel "Künstliche Intelligenz und Maschinelle Lernverfahren"@de . + skos:altLabel "Künstliche Intelligenz und Maschinelle Lernverfahren"@de ; + skos:closeMatch . dfgfo:443-05 a owl:Class ; rdfs:label "Image and Language Processing, Computer Graphics and Visualisation, Human Computer Interaction, Ubiquitous and Wearable Computing"@en ; rdfs:subClassOf dfgfo:443 ; - owl:sameAs ; - skos:altLabel "Bild- und Sprachverarbeitung, Computergraphik und Visualisierung, Human Computer Interaction, Ubiquitous und Wearable Computing"@de . + skos:altLabel "Bild- und Sprachverarbeitung, Computergraphik und Visualisierung, Human Computer Interaction, Ubiquitous und Wearable Computing"@de ; + skos:closeMatch . dfgfo:443-06 a owl:Class ; rdfs:label "Data Management, Data-Intensive Systems, Computer Science Methods in Business Informatics"@en ; rdfs:subClassOf dfgfo:443 ; - owl:sameAs ; - skos:altLabel "Datenmanagement, datenintensive Systeme, Informatik-Methoden in der Wirtschaftsinformatik"@de . + skos:altLabel "Datenmanagement, datenintensive Systeme, Informatik-Methoden in der Wirtschaftsinformatik"@de ; + skos:closeMatch . dfgfo:443-07 a owl:Class ; rdfs:label "Computer Architecture, Embedded and Massively Parallel Systems"@en ; rdfs:subClassOf dfgfo:443 ; - owl:sameAs ; - skos:altLabel "Rechnerarchitektur, eingebettete und massiv parallele Systeme"@de . + skos:altLabel "Rechnerarchitektur, eingebettete und massiv parallele Systeme"@de ; + skos:closeMatch . dfgfo:451-01 a owl:Class ; rdfs:label "Architecture, Building and Construction History, Construction Research, Sustainable Building Technology"@en ; rdfs:subClassOf dfgfo:451 ; - owl:sameAs ; - skos:altLabel "Architektur, Bau- und Konstruktionsgeschichte, Bauforschung, Ressourcenökonomie im Bauwesen"@de . + skos:altLabel "Architektur, Bau- und Konstruktionsgeschichte, Bauforschung, Ressourcenökonomie im Bauwesen"@de ; + skos:closeMatch . dfgfo:451-02 a owl:Class ; rdfs:label "Urbanism, Spatial Planning, Transportation and Infrastructure Planning, Landscape Planning"@en ; rdfs:subClassOf dfgfo:451 ; - owl:sameAs ; - skos:altLabel "Städtebau/Stadtentwicklung, Raumplanung, Verkehrs- und Infrastrukturplanung, Landschaftsplanung"@de . + skos:altLabel "Städtebau/Stadtentwicklung, Raumplanung, Verkehrs- und Infrastrukturplanung, Landschaftsplanung"@de ; + skos:closeMatch . dfgfo:451-03 a owl:Class ; rdfs:label "Construction Material Sciences, Chemistry, Building Physics"@en ; rdfs:subClassOf dfgfo:451 ; - owl:sameAs ; - skos:altLabel "Baustoffwissenschaften, Bauchemie, Bauphysik"@de . + skos:altLabel "Baustoffwissenschaften, Bauchemie, Bauphysik"@de ; + skos:closeMatch . dfgfo:451-04 a owl:Class ; rdfs:label "Structural Engineering, Building Informatics and Construction Operation"@en ; rdfs:subClassOf dfgfo:451 ; - owl:sameAs ; - skos:altLabel "Konstruktiver Ingenieurbau, Bauinformatik und Baubetrieb"@de . + skos:altLabel "Konstruktiver Ingenieurbau, Bauinformatik und Baubetrieb"@de ; + skos:closeMatch . dfgfo:451-05 a owl:Class ; rdfs:label "Applied Mechanics, Statics and Dynamics"@en ; rdfs:subClassOf dfgfo:451 ; - owl:sameAs ; - skos:altLabel "Angewandte Mechanik, Statik und Dynamik"@de . + skos:altLabel "Angewandte Mechanik, Statik und Dynamik"@de ; + skos:closeMatch . dfgfo:451-06 a owl:Class ; rdfs:label "Geotechnics, Hydraulic Engineering"@en ; rdfs:subClassOf dfgfo:451 ; - owl:sameAs ; - skos:altLabel "Geotechnik, Wasserbau"@de . + skos:altLabel "Geotechnik, Wasserbau"@de ; + skos:closeMatch . dfgfo:23 a owl:Class ; rdfs:label "Agriculture, Forestry and Veterinary Medicine"@en ; rdfs:subClassOf dfgfo:2 ; - owl:sameAs ; - skos:altLabel "Agrar-, Forstwissenschaften und Tiermedizin"@de . + skos:altLabel "Agrar-, Forstwissenschaften und Tiermedizin"@de ; + skos:closeMatch . dfgfo:313 a owl:Class ; rdfs:label "Physical Chemistry"@en ; rdfs:subClassOf dfgfo:31 ; - owl:sameAs ; - skos:altLabel "Physikalische Chemie"@de . + skos:altLabel "Physikalische Chemie"@de ; + skos:closeMatch . dfgfo:314 a owl:Class ; rdfs:label "Analytical Chemistry"@en ; rdfs:subClassOf dfgfo:31 ; - owl:sameAs ; - skos:altLabel "Analytische Chemie"@de . + skos:altLabel "Analytische Chemie"@de ; + skos:closeMatch . dfgfo:322 a owl:Class ; rdfs:label "Statistical Physics, Nonlinear Dynamics, Complex Systems, Soft and Fluid Matter, Biological Physics"@en ; rdfs:subClassOf dfgfo:32 ; - owl:sameAs ; - skos:altLabel "Statistische Physik, Nichtlineare Dynamik, Komplexe Systeme, Weiche und fluide Materie, Biologische Physik"@de . + skos:altLabel "Statistische Physik, Nichtlineare Dynamik, Komplexe Systeme, Weiche und fluide Materie, Biologische Physik"@de ; + skos:closeMatch . dfgfo:323 a owl:Class ; rdfs:label "Optics, Quantum Optics and Physics of Atoms, Molecules and Plasmas"@en ; rdfs:subClassOf dfgfo:32 ; - owl:sameAs ; - skos:altLabel "Optik, Quantenoptik und Physik der Atome, Moleküle und Plasmen"@de . + skos:altLabel "Optik, Quantenoptik und Physik der Atome, Moleküle und Plasmen"@de ; + skos:closeMatch . dfgfo:324 a owl:Class ; rdfs:label "Particles, Nuclei and Fields"@en ; rdfs:subClassOf dfgfo:32 ; - owl:sameAs ; - skos:altLabel "Teilchen, Kerne und Felder"@de . + skos:altLabel "Teilchen, Kerne und Felder"@de ; + skos:closeMatch . dfgfo:325 a owl:Class ; rdfs:label "Astrophysics and Astronomy"@en ; rdfs:subClassOf dfgfo:32 ; - owl:sameAs ; - skos:altLabel "Astrophysik und Astronomie"@de . + skos:altLabel "Astrophysik und Astronomie"@de ; + skos:closeMatch . dfgfo:33 a owl:Class ; rdfs:label "Mathematics"@en ; rdfs:subClassOf dfgfo:3 ; - owl:sameAs ; - skos:altLabel "Mathematik"@de . + skos:altLabel "Mathematik"@de ; + skos:closeMatch . dfgfo:331 a owl:Class ; rdfs:label "Mathematics"@en ; rdfs:subClassOf dfgfo:33 ; - owl:sameAs ; - skos:altLabel "Mathematik"@de . + skos:altLabel "Mathematik"@de ; + skos:closeMatch . dfgfo:344 a owl:Class ; rdfs:label "Mineralogy, Petrology and Geochemistry"@en ; rdfs:subClassOf dfgfo:34 ; - owl:sameAs ; - skos:altLabel "Mineralogie, Petrologie und Geochemie"@de . + skos:altLabel "Mineralogie, Petrologie und Geochemie"@de ; + skos:closeMatch . dfgfo:346 a owl:Class ; rdfs:label "Water Research"@en ; rdfs:subClassOf dfgfo:34 ; - owl:sameAs ; - skos:altLabel "Wasserforschung"@de . + skos:altLabel "Wasserforschung"@de ; + skos:closeMatch . dfgfo:45 a owl:Class ; rdfs:label "Construction Engineering and Architecture"@en ; rdfs:subClassOf dfgfo:4 ; - owl:sameAs ; - skos:altLabel "Bauwesen und Architektur"@de . + skos:altLabel "Bauwesen und Architektur"@de ; + skos:closeMatch . dfgfo:1 a owl:Class ; rdfs:label "Humanities and Social Sciences"@en ; rdfs:subClassOf owl:Thing ; - owl:sameAs ; - skos:altLabel "Geistes- und Sozialwissenschaften"@de . + skos:altLabel "Geistes- und Sozialwissenschaften"@de ; + skos:closeMatch . dfgfo:117 a owl:Class ; rdfs:label "Theology"@en ; rdfs:subClassOf dfgfo:11 ; - owl:sameAs ; - skos:altLabel "Theologie"@de . + skos:altLabel "Theologie"@de ; + skos:closeMatch . dfgfo:311 a owl:Class ; rdfs:label "Molecular Chemistry"@en ; rdfs:subClassOf dfgfo:31 ; - owl:sameAs ; - skos:altLabel "Molekülchemie"@de . + skos:altLabel "Molekülchemie"@de ; + skos:closeMatch . dfgfo:312 a owl:Class ; rdfs:label "Chemical Solid State and Surface Research"@en ; rdfs:subClassOf dfgfo:31 ; - owl:sameAs ; - skos:altLabel "Chemische Festkörper- und Oberflächenforschung"@de . + skos:altLabel "Chemische Festkörper- und Oberflächenforschung"@de ; + skos:closeMatch . dfgfo:315 a owl:Class ; rdfs:label "Biological Chemistry and Food Chemistry"@en ; rdfs:subClassOf dfgfo:31 ; - owl:sameAs ; - skos:altLabel "Biologische Chemie und Lebensmittelchemie"@de . + skos:altLabel "Biologische Chemie und Lebensmittelchemie"@de ; + skos:closeMatch . dfgfo:317 a owl:Class ; rdfs:label "Theoretical Chemistry"@en ; rdfs:subClassOf dfgfo:31 ; - owl:sameAs ; - skos:altLabel "Theoretische Chemie"@de . + skos:altLabel "Theoretische Chemie"@de ; + skos:closeMatch . dfgfo:321 a owl:Class ; rdfs:label "Condensed Matter Physics"@en ; rdfs:subClassOf dfgfo:32 ; - owl:sameAs ; - skos:altLabel "Physik der kondensierten Materie"@de . + skos:altLabel "Physik der kondensierten Materie"@de ; + skos:closeMatch . dfgfo:341 a owl:Class ; rdfs:label "Atmospheric Science, Oceanography and Climate Research"@en ; rdfs:subClassOf dfgfo:34 ; - owl:sameAs ; - skos:altLabel "Atmosphären-, Meeres- und Klimaforschung"@de . + skos:altLabel "Atmosphären-, Meeres- und Klimaforschung"@de ; + skos:closeMatch . dfgfo:342 a owl:Class ; rdfs:label "Geology and Palaeontology"@en ; rdfs:subClassOf dfgfo:34 ; - owl:sameAs ; - skos:altLabel "Geologie und Paläontologie"@de . + skos:altLabel "Geologie und Paläontologie"@de ; + skos:closeMatch . dfgfo:343 a owl:Class ; rdfs:label "Geophysics and Geodesy"@en ; rdfs:subClassOf dfgfo:34 ; - owl:sameAs ; - skos:altLabel "Geophysik und Geodäsie"@de . + skos:altLabel "Geophysik und Geodäsie"@de ; + skos:closeMatch . dfgfo:345 a owl:Class ; rdfs:label "Geography"@en ; rdfs:subClassOf dfgfo:34 ; - owl:sameAs ; - skos:altLabel "Geographie"@de . + skos:altLabel "Geographie"@de ; + skos:closeMatch . dfgfo:41 a owl:Class ; rdfs:label "Mechanical and Industrial Engineering"@en ; rdfs:subClassOf dfgfo:4 ; - owl:sameAs ; - skos:altLabel "Maschinenbau und Produktionstechnik"@de . + skos:altLabel "Maschinenbau und Produktionstechnik"@de ; + skos:closeMatch . dfgfo:42 a owl:Class ; rdfs:label "Thermal Engineering/ Process Engineering"@en ; rdfs:subClassOf dfgfo:4 ; - owl:sameAs ; - skos:altLabel "Wärmetechnik/ Verfahrenstechnik"@de . + skos:altLabel "Wärmetechnik/ Verfahrenstechnik"@de ; + skos:closeMatch . dfgfo:43 a owl:Class ; rdfs:label "Materials Science and Engineering"@en ; rdfs:subClassOf dfgfo:4 ; - owl:sameAs ; - skos:altLabel "Materialwissenschaft und Werkstofftechnik"@de . + skos:altLabel "Materialwissenschaft und Werkstofftechnik"@de ; + skos:closeMatch . dfgfo:113 a owl:Class ; rdfs:label "Art History, Music, Theatre and Media Studies"@en ; rdfs:subClassOf dfgfo:11 ; - owl:sameAs ; - skos:altLabel "Kunst-, Musik-, Theater- und Medienwissenschaften"@de . + skos:altLabel "Kunst-, Musik-, Theater- und Medienwissenschaften"@de ; + skos:closeMatch . dfgfo:114 a owl:Class ; rdfs:label "Linguistics"@en ; rdfs:subClassOf dfgfo:11 ; - owl:sameAs ; - skos:altLabel "Sprachwissenschaften"@de . + skos:altLabel "Sprachwissenschaften"@de ; + skos:closeMatch . dfgfo:118 a owl:Class ; rdfs:label "Philosophy"@en ; rdfs:subClassOf dfgfo:11 ; - owl:sameAs ; - skos:altLabel "Philosophie"@de . + skos:altLabel "Philosophie"@de ; + skos:closeMatch . dfgfo:2 a owl:Class ; rdfs:label "Life Sciences"@en ; rdfs:subClassOf owl:Thing ; - owl:sameAs ; - skos:altLabel "Lebenswissenschaften"@de . + skos:altLabel "Lebenswissenschaften"@de ; + skos:closeMatch . dfgfo:21 a owl:Class ; rdfs:label "Biology"@en ; rdfs:subClassOf dfgfo:2 ; - owl:sameAs ; - skos:altLabel "Biologie"@de . + skos:altLabel "Biologie"@de ; + skos:closeMatch . dfgfo:22 a owl:Class ; rdfs:label "Medicine"@en ; rdfs:subClassOf dfgfo:2 ; - owl:sameAs ; - skos:altLabel "Medizin"@de . + skos:altLabel "Medizin"@de ; + skos:closeMatch . dfgfo:316 a owl:Class ; rdfs:label "Polymer Research"@en ; rdfs:subClassOf dfgfo:31 ; - owl:sameAs ; - skos:altLabel "Polymerforschung"@de . + skos:altLabel "Polymerforschung"@de ; + skos:closeMatch . dfgfo:44 a owl:Class ; rdfs:label "Computer Science, Systems and Electrical Engineering"@en ; rdfs:subClassOf dfgfo:4 ; - owl:sameAs ; - skos:altLabel "Informatik, System- und Elektrotechnik"@de . + skos:altLabel "Informatik, System- und Elektrotechnik"@de ; + skos:closeMatch . dfgfo:112 a owl:Class ; rdfs:label "History"@en ; rdfs:subClassOf dfgfo:11 ; - owl:sameAs ; - skos:altLabel "Geschichtswissenschaften"@de . + skos:altLabel "Geschichtswissenschaften"@de ; + skos:closeMatch . dfgfo:115 a owl:Class ; rdfs:label "Literary Studies"@en ; rdfs:subClassOf dfgfo:11 ; - owl:sameAs ; - skos:altLabel "Literaturwissenschaft"@de . + skos:altLabel "Literaturwissenschaft"@de ; + skos:closeMatch . dfgfo:121 a owl:Class ; rdfs:label "Educational Research"@en ; rdfs:subClassOf dfgfo:12 ; - owl:sameAs ; - skos:altLabel "Erziehungswissenschaft und Bildungsforschung"@de . + skos:altLabel "Erziehungswissenschaft und Bildungsforschung"@de ; + skos:closeMatch . dfgfo:123 a owl:Class ; rdfs:label "Social Sciences"@en ; rdfs:subClassOf dfgfo:12 ; - owl:sameAs ; - skos:altLabel "Sozialwissenschaften"@de . + skos:altLabel "Sozialwissenschaften"@de ; + skos:closeMatch . dfgfo:3 a owl:Class ; rdfs:label "Natural Sciences"@en ; rdfs:subClassOf owl:Thing ; - owl:sameAs ; - skos:altLabel "Naturwissenschaften"@de . + skos:altLabel "Naturwissenschaften"@de ; + skos:closeMatch . dfgfo:412 a owl:Class ; rdfs:label "Mechanics and Constructive Mechanical Engineering"@en ; rdfs:subClassOf dfgfo:41 ; - owl:sameAs ; - skos:altLabel "Mechanik und Konstruktiver Maschinenbau"@de . + skos:altLabel "Mechanik und Konstruktiver Maschinenbau"@de ; + skos:closeMatch . dfgfo:422 a owl:Class ; rdfs:label "Fluid Mechanics, Technical Thermodynamics and Thermal Energy Engineering"@en ; rdfs:subClassOf dfgfo:42 ; - owl:sameAs ; - skos:altLabel "Strömungsmechanik, Technische Thermodynamik und Thermische Energietechnik"@de . + skos:altLabel "Strömungsmechanik, Technische Thermodynamik und Thermische Energietechnik"@de ; + skos:closeMatch . dfgfo:432 a owl:Class ; rdfs:label "Materials Science"@en ; rdfs:subClassOf dfgfo:43 ; - owl:sameAs ; - skos:altLabel "Materialwissenschaft"@de . + skos:altLabel "Materialwissenschaft"@de ; + skos:closeMatch . dfgfo:442 a owl:Class ; rdfs:label "Electrical Engineering and Information Technology"@en ; rdfs:subClassOf dfgfo:44 ; - owl:sameAs ; - skos:altLabel "Elektrotechnik und Informationstechnik"@de . + skos:altLabel "Elektrotechnik und Informationstechnik"@de ; + skos:closeMatch . dfgfo:111 a owl:Class ; rdfs:label "Ancient Cultures"@en ; rdfs:subClassOf dfgfo:11 ; - owl:sameAs ; - skos:altLabel "Alte Kulturen"@de . + skos:altLabel "Alte Kulturen"@de ; + skos:closeMatch . dfgfo:116 a owl:Class ; rdfs:label "Social and Cultural Anthropology, Non-European Cultures, Jewish Studies and Religious Studies"@en ; rdfs:subClassOf dfgfo:11 ; - owl:sameAs ; - skos:altLabel "Sozial- und Kulturanthropologie, Außereuropäische Kulturen, Judaistik und Religionswissenschaft"@de . + skos:altLabel "Sozial- und Kulturanthropologie, Außereuropäische Kulturen, Judaistik und Religionswissenschaft"@de ; + skos:closeMatch . dfgfo:12 a owl:Class ; rdfs:label "Social and Behavioural Sciences"@en ; rdfs:subClassOf dfgfo:1 ; - owl:sameAs ; - skos:altLabel "Sozial- und Verhaltenswissenschaften"@de . + skos:altLabel "Sozial- und Verhaltenswissenschaften"@de ; + skos:closeMatch . dfgfo:122 a owl:Class ; rdfs:label "Psychology"@en ; rdfs:subClassOf dfgfo:12 ; - owl:sameAs ; - skos:altLabel "Psychologie"@de . + skos:altLabel "Psychologie"@de ; + skos:closeMatch . dfgfo:125 a owl:Class ; rdfs:label "Jurisprudence"@en ; rdfs:subClassOf dfgfo:12 ; - owl:sameAs ; - skos:altLabel "Rechtswissenschaften"@de . + skos:altLabel "Rechtswissenschaften"@de ; + skos:closeMatch . dfgfo:32 a owl:Class ; rdfs:label "Physics"@en ; rdfs:subClassOf dfgfo:3 ; - owl:sameAs ; - skos:altLabel "Physik"@de . + skos:altLabel "Physik"@de ; + skos:closeMatch . dfgfo:4 a owl:Class ; rdfs:label "Engineering Sciences"@en ; rdfs:subClassOf owl:Thing ; - owl:sameAs ; - skos:altLabel "Ingenieurwissenschaften"@de . + skos:altLabel "Ingenieurwissenschaften"@de ; + skos:closeMatch . dfgfo:421 a owl:Class ; rdfs:label "Process Engineering, Technical Chemistry"@en ; rdfs:subClassOf dfgfo:42 ; - owl:sameAs ; - skos:altLabel "Verfahrenstechnik, Technische Chemie"@de . + skos:altLabel "Verfahrenstechnik, Technische Chemie"@de ; + skos:closeMatch . dfgfo:213 a owl:Class ; rdfs:label "Zoology"@en ; rdfs:subClassOf dfgfo:21 ; - owl:sameAs ; - skos:altLabel "Zoologie"@de . + skos:altLabel "Zoologie"@de ; + skos:closeMatch . dfgfo:221 a owl:Class ; rdfs:label "Microbiology, Virology and Immunology"@en ; rdfs:subClassOf dfgfo:22 ; - owl:sameAs ; - skos:altLabel "Mikrobiologie, Virologie und Immunologie"@de . + skos:altLabel "Mikrobiologie, Virologie und Immunologie"@de ; + skos:closeMatch . dfgfo:34 a owl:Class ; rdfs:label "Geosciences"@en ; rdfs:subClassOf dfgfo:3 ; - owl:sameAs ; - skos:altLabel "Geowissen-schaften"@de . + skos:altLabel "Geowissen-schaften"@de ; + skos:closeMatch . dfgfo:411 a owl:Class ; rdfs:label "Production Technology"@en ; rdfs:subClassOf dfgfo:41 ; - owl:sameAs ; - skos:altLabel "Produktionstechnik"@de . + skos:altLabel "Produktionstechnik"@de ; + skos:closeMatch . dfgfo:431 a owl:Class ; rdfs:label "Materials Engineering"@en ; rdfs:subClassOf dfgfo:43 ; - owl:sameAs ; - skos:altLabel "Werkstofftechnik"@de . + skos:altLabel "Werkstofftechnik"@de ; + skos:closeMatch . dfgfo:441 a owl:Class ; rdfs:label "Systems Engineering"@en ; rdfs:subClassOf dfgfo:44 ; - owl:sameAs ; - skos:altLabel "Systemtechnik"@de . + skos:altLabel "Systemtechnik"@de ; + skos:closeMatch . dfgfo:451 a owl:Class ; rdfs:label "Construction Engineering and Architecture"@en ; rdfs:subClassOf dfgfo:45 ; - owl:sameAs ; - skos:altLabel "Bauwesen und Architektur"@de . + skos:altLabel "Bauwesen und Architektur"@de ; + skos:closeMatch . dfgfo:124 a owl:Class ; rdfs:label "Economics"@en ; rdfs:subClassOf dfgfo:12 ; - owl:sameAs ; - skos:altLabel "Wirtschaftswissenschaften"@de . + skos:altLabel "Wirtschaftswissenschaften"@de ; + skos:closeMatch . dfgfo:211 a owl:Class ; rdfs:label "Basic Research in Biology and Medicine"@en ; rdfs:subClassOf dfgfo:21 ; - owl:sameAs ; - skos:altLabel "Grundlagen der Biologie und Medizin"@de . + skos:altLabel "Grundlagen der Biologie und Medizin"@de ; + skos:closeMatch . dfgfo:212 a owl:Class ; rdfs:label "Plant Sciences"@en ; rdfs:subClassOf dfgfo:21 ; - owl:sameAs ; - skos:altLabel "Pflanzenwissenschaften"@de . + skos:altLabel "Pflanzenwissenschaften"@de ; + skos:closeMatch . dfgfo:31 a owl:Class ; rdfs:label "Chemistry"@en ; rdfs:subClassOf dfgfo:3 ; - owl:sameAs ; - skos:altLabel "Chemie"@de . + skos:altLabel "Chemie"@de ; + skos:closeMatch . dfgfo:443 a owl:Class ; rdfs:label "Computer Science"@en ; rdfs:subClassOf dfgfo:44 ; - owl:sameAs ; - skos:altLabel "Informatik"@de . + skos:altLabel "Informatik"@de ; + skos:closeMatch . dfgfo:11 a owl:Class ; rdfs:label "Humanities"@en ; rdfs:subClassOf dfgfo:1 ; - owl:sameAs ; - skos:altLabel "Geisteswissenschaften"@de . + skos:altLabel "Geisteswissenschaften"@de ; + skos:closeMatch . dfgfo:231 a owl:Class ; rdfs:label "Agriculture, Forestry and Veterinary Medicine"@en ; rdfs:subClassOf dfgfo:23 ; - owl:sameAs ; - skos:altLabel "Agrar-, Forstwissenschaften und Tiermedizin"@de . + skos:altLabel "Agrar-, Forstwissenschaften und Tiermedizin"@de ; + skos:closeMatch . dfgfo:223 a owl:Class ; rdfs:label "Neurosciences"@en ; rdfs:subClassOf dfgfo:22 ; - owl:sameAs ; - skos:altLabel "Neurowissenschaften"@de . + skos:altLabel "Neurowissenschaften"@de ; + skos:closeMatch . dfgfo:222 a owl:Class ; rdfs:label "Medicine"@en ; rdfs:subClassOf dfgfo:22 ; - owl:sameAs ; - skos:altLabel "Medizin"@de . + skos:altLabel "Medizin"@de ; + skos:closeMatch . diff --git a/scripts/create_ontology.py b/scripts/create_ontology.py index 58c6f1e..b6787b4 100644 --- a/scripts/create_ontology.py +++ b/scripts/create_ontology.py @@ -54,7 +54,7 @@ def create_class(graph, ns, node_name, labels, parent): graph.add((node, RDFS.label, Literal(f'{labels[0]}', lang='en'))) graph.add((node, SKOS.altLabel, Literal(f'{labels[1]}', lang='de'))) # mappings - graph.add((node, OWL.sameAs, URIRef(f'http://uri.gbv.de/terminology/dfg2024/{node_name}'))) + graph.add((node, SKOS.closeMatch, URIRef(f'http://uri.gbv.de/terminology/dfg2024/{node_name}'))) # print(f'GRAPH NODE: {node} ------') @@ -121,4 +121,4 @@ def create_class(graph, ns, node_name, labels, parent): print(g_joint.serialize()) #with open(dfg_onto_fn, 'w') as dfg_onto: # dfg_onto.write(g_joint.serialize()) -g_joint.serialize(destination=dfg_onto_fn, encoding="utf-8") \ No newline at end of file +g_joint.serialize(destination=dfg_onto_fn, encoding="utf-8") From 36ffd36b5c3daf5e4a19fe98b6a11e291256ec17 Mon Sep 17 00:00:00 2001 From: Andre Castro Date: Wed, 21 Aug 2024 10:41:54 +0200 Subject: [PATCH 4/6] metadata rdfs:comment: relationg to GBV DFG --- dfgfo.ttl | 9 +++++---- metadata.ttl | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dfgfo.ttl b/dfgfo.ttl index 2003901..c5f55c3 100644 --- a/dfgfo.ttl +++ b/dfgfo.ttl @@ -1,9 +1,9 @@ @prefix dc: . -@prefix dcterms: . @prefix dfgfo: . @prefix owl: . @prefix rdfs: . @prefix skos: . +@prefix terms: . dc:creator a owl:AnnotationProperty . @@ -11,7 +11,7 @@ dc:description a owl:AnnotationProperty . dc:title a owl:AnnotationProperty . -dcterms:license a owl:AnnotationProperty . +terms:license a owl:AnnotationProperty . skos:altLabel a owl:AnnotationProperty . @@ -22,9 +22,10 @@ skos:altLabel a owl:AnnotationProperty . dc:description "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) encodes the DFG Classification of Subject Areas into an ontology, where each subject number are is enconded into a Class with subclass statements following the DFG Classification of Subject Areas hierarchy. Labels are provide German and English." ; dc:title "DFG Fachsystematik - Ontologie - 2024-2028"@de, "DFG Classification of Subject Areas Ontology - 2024-2028"@en ; - dcterms:license ; + terms:license ; rdfs:comment "DFG Classification of Subject Areas Ontology is being created as part of the TIB Terminology Service"@de, - "DFG Fachsystematik - Ontology wurde zur Integration in den TIB Terminology Service erstellt"@de . + "DFG Fachsystematik - Ontology wurde zur Integration in den TIB Terminology Service erstellt"@de, + "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) is aligned with GBV DFG2024 via skos:closeMatch relations. The two semantic artifacts were developed separately, but both teams strive towards alignment. While DFGO defines terms as owl:Class instances, GBV defines them as skos:Concept. More details on GBV DFG2024 at http://uri.gbv.de/terminology/dfg/"@en . dfgfo:111-01 a owl:Class ; rdfs:label "Prehistory and World Archaeology"@en ; diff --git a/metadata.ttl b/metadata.ttl index 30eee4e..af5ef80 100644 --- a/metadata.ttl +++ b/metadata.ttl @@ -26,5 +26,5 @@ skos:altLabel rdf:type owl:AnnotationProperty . dc:title "DFG Fachsystematik - Ontologie - 2024-2028"@de ; rdfs:comment "DFG Classification of Subject Areas Ontology is being created as part of the TIB Terminology Service"@de ; rdfs:comment "DFG Fachsystematik - Ontology wurde zur Integration in den TIB Terminology Service erstellt"@de ; - terms:license . -# TODO: provide appropriate license - same license should go to github repo \ No newline at end of file + terms:license ; + rdfs:comment "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) is aligned with GBV DFG2024 via skos:closeMatch relations. The two semantic artifacts were developed separately, but both teams strive towards alignment. While DFGO defines terms as owl:Class instances, GBV defines them as skos:Concept. More details on GBV DFG2024 at http://uri.gbv.de/terminology/dfg/"@en . From 9c3d091770c0094c516bf4c76f81395e08ad19f4 Mon Sep 17 00:00:00 2001 From: Andre Castro Date: Wed, 21 Aug 2024 11:34:33 +0200 Subject: [PATCH 5/6] own:imports skos --- dfgfo.ttl | 9 +++++---- metadata.ttl | 4 +++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/dfgfo.ttl b/dfgfo.ttl index c5f55c3..623659f 100644 --- a/dfgfo.ttl +++ b/dfgfo.ttl @@ -1,9 +1,9 @@ @prefix dc: . +@prefix dcterms: . @prefix dfgfo: . @prefix owl: . @prefix rdfs: . @prefix skos: . -@prefix terms: . dc:creator a owl:AnnotationProperty . @@ -11,7 +11,7 @@ dc:description a owl:AnnotationProperty . dc:title a owl:AnnotationProperty . -terms:license a owl:AnnotationProperty . +dcterms:license a owl:AnnotationProperty . skos:altLabel a owl:AnnotationProperty . @@ -22,10 +22,11 @@ skos:altLabel a owl:AnnotationProperty . dc:description "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) encodes the DFG Classification of Subject Areas into an ontology, where each subject number are is enconded into a Class with subclass statements following the DFG Classification of Subject Areas hierarchy. Labels are provide German and English." ; dc:title "DFG Fachsystematik - Ontologie - 2024-2028"@de, "DFG Classification of Subject Areas Ontology - 2024-2028"@en ; - terms:license ; + dcterms:license ; rdfs:comment "DFG Classification of Subject Areas Ontology is being created as part of the TIB Terminology Service"@de, "DFG Fachsystematik - Ontology wurde zur Integration in den TIB Terminology Service erstellt"@de, - "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) is aligned with GBV DFG2024 via skos:closeMatch relations. The two semantic artifacts were developed separately, but both teams strive towards alignment. While DFGO defines terms as owl:Class instances, GBV defines them as skos:Concept. More details on GBV DFG2024 at http://uri.gbv.de/terminology/dfg/"@en . + "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) is aligned with GBV DFG2024 via skos:closeMatch relations. The two semantic artifacts were developed separately, but both teams strive towards alignment. While DFGO defines terms as owl:Class instances, GBV defines them as skos:Concept. More details on GBV DFG2024 at http://uri.gbv.de/terminology/dfg/"@en ; + owl:imports skos: . dfgfo:111-01 a owl:Class ; rdfs:label "Prehistory and World Archaeology"@en ; diff --git a/metadata.ttl b/metadata.ttl index af5ef80..acb2b6d 100644 --- a/metadata.ttl +++ b/metadata.ttl @@ -27,4 +27,6 @@ skos:altLabel rdf:type owl:AnnotationProperty . rdfs:comment "DFG Classification of Subject Areas Ontology is being created as part of the TIB Terminology Service"@de ; rdfs:comment "DFG Fachsystematik - Ontology wurde zur Integration in den TIB Terminology Service erstellt"@de ; terms:license ; - rdfs:comment "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) is aligned with GBV DFG2024 via skos:closeMatch relations. The two semantic artifacts were developed separately, but both teams strive towards alignment. While DFGO defines terms as owl:Class instances, GBV defines them as skos:Concept. More details on GBV DFG2024 at http://uri.gbv.de/terminology/dfg/"@en . + rdfs:comment "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) is aligned with GBV DFG2024 via skos:closeMatch relations. The two semantic artifacts were developed separately, but both teams strive towards alignment. While DFGO defines terms as owl:Class instances, GBV defines them as skos:Concept. More details on GBV DFG2024 at http://uri.gbv.de/terminology/dfg/"@en ; +owl:imports skos: . + From 05d67a07f301dc7f5577f3317ac864eca6a002b7 Mon Sep 17 00:00:00 2001 From: Arndt Date: Thu, 22 Aug 2024 09:55:48 +0200 Subject: [PATCH 6/6] remove skos-import, declare skos:closeMatch as object property --- dfgfo.ttl | 5 +++-- metadata.ttl | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dfgfo.ttl b/dfgfo.ttl index 623659f..9e3b179 100644 --- a/dfgfo.ttl +++ b/dfgfo.ttl @@ -15,6 +15,8 @@ dcterms:license a owl:AnnotationProperty . skos:altLabel a owl:AnnotationProperty . +skos:closeMatch a owl:ObjectProperty . + a owl:Ontology ; dc:creator "André Castro", "Deutsche Forschungsgemeinschaft (DFG)", @@ -25,8 +27,7 @@ skos:altLabel a owl:AnnotationProperty . dcterms:license ; rdfs:comment "DFG Classification of Subject Areas Ontology is being created as part of the TIB Terminology Service"@de, "DFG Fachsystematik - Ontology wurde zur Integration in den TIB Terminology Service erstellt"@de, - "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) is aligned with GBV DFG2024 via skos:closeMatch relations. The two semantic artifacts were developed separately, but both teams strive towards alignment. While DFGO defines terms as owl:Class instances, GBV defines them as skos:Concept. More details on GBV DFG2024 at http://uri.gbv.de/terminology/dfg/"@en ; - owl:imports skos: . + "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) is aligned with GBV DFG2024 via skos:closeMatch relations. The two semantic artifacts were developed separately, but both teams strive towards alignment. While DFGO defines terms as owl:Class instances, GBV defines them as skos:Concept. More details on GBV DFG2024 at http://uri.gbv.de/terminology/dfg/"@en . dfgfo:111-01 a owl:Class ; rdfs:label "Prehistory and World Archaeology"@en ; diff --git a/metadata.ttl b/metadata.ttl index acb2b6d..d283867 100644 --- a/metadata.ttl +++ b/metadata.ttl @@ -17,6 +17,8 @@ terms:license rdf:type owl:AnnotationProperty . skos:altLabel rdf:type owl:AnnotationProperty . +skos:closeMatch rdf:type owl:ObjectProperty . + rdf:type owl:Ontology ; dc:creator "Deutsche Forschungsgemeinschaft (DFG)", "André Castro", @@ -27,6 +29,5 @@ skos:altLabel rdf:type owl:AnnotationProperty . rdfs:comment "DFG Classification of Subject Areas Ontology is being created as part of the TIB Terminology Service"@de ; rdfs:comment "DFG Fachsystematik - Ontology wurde zur Integration in den TIB Terminology Service erstellt"@de ; terms:license ; - rdfs:comment "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) is aligned with GBV DFG2024 via skos:closeMatch relations. The two semantic artifacts were developed separately, but both teams strive towards alignment. While DFGO defines terms as owl:Class instances, GBV defines them as skos:Concept. More details on GBV DFG2024 at http://uri.gbv.de/terminology/dfg/"@en ; -owl:imports skos: . + rdfs:comment "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) is aligned with GBV DFG2024 via skos:closeMatch relations. The two semantic artifacts were developed separately, but both teams strive towards alignment. While DFGO defines terms as owl:Class instances, GBV defines them as skos:Concept. More details on GBV DFG2024 at http://uri.gbv.de/terminology/dfg/"@en .