@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:versionInfo "3.0.1" . ################################################################# # Object Properties ################################################################# ### http://www.w3id.org/hsu-aut/ISO7498-1#hasDataUnit :hasDataUnit rdf:type owl:ObjectProperty ; rdfs:domain :Layer ; rdfs:range :DataUnit . ### http://www.w3id.org/hsu-aut/ISO7498-1#hasLayer :hasLayer rdf:type owl:ObjectProperty ; rdfs:domain :Communication ; rdfs:range :Layer . ### http://www.w3id.org/hsu-aut/ISO7498-1#transmitsData :transmitsData rdf:type owl:ObjectProperty ; rdfs:domain :Communication ; rdfs:range :DataUnit ; rdfs:comment """Die Relation transmitsData verbindet eine Communication mit einer DataUnit und beschreibt, welche Daten über diese Kommunikationsverbindung übertragen werden. **Quelle:** Dissertation Schieseck (AIAS-Erweiterung)"""@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#usesTechnology :usesTechnology rdf:type owl:ObjectProperty ; rdfs:domain :Layer ; rdfs:range :Technology . ################################################################# # Data properties ################################################################# ### http://www.w3id.org/hsu-aut/ISO7498-1#hasName :hasName rdf:type owl:DatatypeProperty ; rdfs:domain :Communication ; rdfs:range xsd:string . ################################################################# # Classes ################################################################# ### http://www.w3id.org/hsu-aut/ISO7498-1#Application :Application rdf:type owl:Class ; rdfs:subClassOf :Layer ; rdfs:comment """Der Application Layer stellt direkt der Anwendung Dienste wie Dateiübertragung oder Remote-Zugriff zur Verfügung und nutzt dafür die Dienste der unteren Schichten. **Quelle (Norm):** ISO/IEC 7498"""@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#Bit :Bit rdf:type owl:Class ; rdfs:subClassOf :DataUnit ; rdfs:comment "tbd."@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#Communication :Communication rdf:type owl:Class ; rdfs:comment """Eine Communication ist eine Verbindung zwischen mindestens zwei Systemkomponenten, die den gerichteten Austausch von Daten beschreibt. **Quelle (Norm):** ISO/IEC 7498, Definition 4.2.10"""@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#DHCP :DHCP rdf:type owl:Class ; rdfs:subClassOf :Technology ; rdfs:comment "tbd."@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#Data :Data rdf:type owl:Class ; rdfs:subClassOf :DataUnit ; rdfs:comment "tbd."@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#DataLink :DataLink rdf:type owl:Class ; rdfs:subClassOf :Layer ; rdfs:comment """Der Data Link Layer bildet aus Bits Datenrahmen und regelt den Zugriff auf das Übertragungsmedium. **Quelle (Norm):** ISO/IEC 7498"""@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#DataUnit :DataUnit rdf:type owl:Class ; rdfs:comment """Eine DataUnit (DU) ist eine abgegrenzte, zusammenhängende Datenmenge, die von einer Schicht des OSI-Modells als Einheit verarbeitet oder übertragen wird. **Quelle (Norm):** ISO/IEC 7498"""@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#Ethernet :Ethernet rdf:type owl:Class ; rdfs:subClassOf :Technology ; rdfs:comment "tbd."@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#FTP :FTP rdf:type owl:Class ; rdfs:subClassOf :Technology ; rdfs:comment "tbd."@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#Frame :Frame rdf:type owl:Class ; rdfs:subClassOf :DataUnit ; rdfs:comment "tbd."@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#HTTP :HTTP rdf:type owl:Class ; rdfs:subClassOf :Technology ; rdfs:comment "tbd."@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#HTTPS :HTTPS rdf:type owl:Class ; rdfs:subClassOf :Technology ; rdfs:comment "tbd."@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#IP :IP rdf:type owl:Class ; rdfs:subClassOf :Technology ; rdfs:comment "tbd."@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#Layer :Layer rdf:type owl:Class ; rdfs:comment """Ein Layer ist eine abgegrenzte Funktionsgruppe, die auf einem bestimmten Abstraktionsniveau definierte Kommunikationsaufgaben erfüllt. **Quelle (Norm):** ISO/IEC 7498"""@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#MQTT :MQTT rdf:type owl:Class ; rdfs:subClassOf :Technology ; rdfs:comment "tbd."@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#Network :Network rdf:type owl:Class ; rdfs:subClassOf :Layer ; rdfs:comment """Der Network Layer organisiert die paketweise Weiterleitung von Daten über mehrere Netze hinweg. **Quelle (Norm):** ISO/IEC 7498"""@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#Package :Package rdf:type owl:Class ; rdfs:subClassOf :DataUnit ; rdfs:comment "tbd."@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#Physical :Physical rdf:type owl:Class ; rdfs:subClassOf :Layer ; rdfs:comment """Der Physical Layer überträgt rohe Bits als elektrische, optische oder Funksignale über ein physisches Medium. **Quelle (Norm):** ISO/IEC 7498"""@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#Presentation :Presentation rdf:type owl:Class ; rdfs:subClassOf :Layer ; rdfs:comment """Der Presentation Layer wandelt Daten in ein gemeinsames Format und übernimmt Codierung, Kompression und ggf. Verschlüsselung. **Quelle (Norm):** ISO/IEC 7498"""@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#Segment :Segment rdf:type owl:Class ; rdfs:subClassOf :DataUnit ; rdfs:comment "tbd."@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#Session :Session rdf:type owl:Class ; rdfs:subClassOf :Layer ; rdfs:comment """Der Session Layer verwaltet Sitzungen zwischen Anwendungen (Aufbau, Steuerung, Synchronisation). **Quelle (Norm):** ISO/IEC 7498"""@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#TCP :TCP rdf:type owl:Class ; rdfs:subClassOf :Technology ; rdfs:comment "tbd."@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#Technology :Technology rdf:type owl:Class ; rdfs:comment "tbd."@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#Transport :Transport rdf:type owl:Class ; rdfs:subClassOf :Layer ; rdfs:comment """Der Transport Layer stellt Ende-zu-Ende-Verbindungen zwischen Kommunikationspartnern bereit und segmentiert Datenströme. **Quelle (Norm):** ISO/IEC 7498"""@de . ### http://www.w3id.org/hsu-aut/ISO7498-1#1000BASE-T rdf:type owl:Class ; rdfs:subClassOf :Technology ; rdfs:comment "tbd."@de . ################################################################# # General axioms ################################################################# [ rdf:type owl:AllDisjointClasses ; owl:members ( :Application :DataLink :Network :Physical :Presentation :Session :Transport ) ] . [ rdf:type owl:AllDisjointClasses ; owl:members ( :Bit :Data :Frame :Package :Segment ) ] . [ rdf:type owl:AllDisjointClasses ; owl:members ( :DHCP :Ethernet :FTP :HTTP :HTTPS :IP :MQTT :TCP ) ] . [ rdf:type owl:AllDifferent ; owl:distinctMembers rdf:nil ] . ### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi