  @prefix cc: <http://creativecommons.org/ns#> .
  @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  @prefix owl: <http://www.w3.org/2002/07/owl#> .
  @prefix bibo: <http://purl.org/ontology/bibo/> .
  @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
  @prefix void: <http://rdfs.org/ns/void#> .
  @prefix dct: <http://purl.org/dc/terms/> .
  @prefix ep: <http://eprints.org/ontology/> .
  @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  @prefix eprel: <http://eprints.org/relation/> .
  @prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
  @prefix epid: <https://arxiv.universalpublishings.com/id/> .
  @prefix dc: <http://purl.org/dc/elements/1.1/> .
  @prefix event: <http://purl.org/NET/c4dm/event.owl#> .
  @prefix doi: <https://doi.org/> .
  @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<>
	foaf:primaryTopic <https://arxiv.universalpublishings.com/id/eprint/65934>;
	rdfs:comment "The repository administrator has not yet configured an RDF license."^^xsd:string .

<https://arxiv.universalpublishings.com/id/eprint/65934#authors>
	rdf:_1 <https://arxiv.universalpublishings.com/id/person/ext-5c1178f0807b59fcb31eb289add7765a>;
	rdf:_2 <https://arxiv.universalpublishings.com/id/person/ext-b4a4e94fae1cc0174d76d2a79c0e17a2>;
	rdf:_3 <https://arxiv.universalpublishings.com/id/person/ext-8bb7fc08b79a83bc8c49f4e11cbe38de> .

<https://arxiv.universalpublishings.com/id/eprint/65934/>
	dc:format "text/html";
	dc:title "HTML Summary of #65934 \n\nSOLID DESIGN PRINCIPLES IN SOFTWARE ENGINEERING\n\n";
	foaf:primaryTopic <https://arxiv.universalpublishings.com/id/eprint/65934> .

<https://arxiv.universalpublishings.com/id/eprint/65934>
	bibo:abstract "This article analyzes the theoretical foundations of the SOLID design principles and their importance in modern software engineering practices. As software systems become increasingly complex, ensuring maintainability, scalability, and reusability of code has become a significant challenge in software development. The study examines the five fundamental SOLID principles-Single Responsibility, Open–Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion-and demonstrates their practical application in object-oriented programming through illustrative examples. The research also highlights how the implementation of these principles contributes to improving software architecture, enhancing modularity, simplifying system maintenance, and supporting the sustainable development of software products."^^xsd:string;
	bibo:authorList <https://arxiv.universalpublishings.com/id/eprint/65934#authors>;
	bibo:status <http://purl.org/ontology/bibo/status/published>;
	dct:creator <https://arxiv.universalpublishings.com/id/person/ext-5c1178f0807b59fcb31eb289add7765a>,
		<https://arxiv.universalpublishings.com/id/person/ext-8bb7fc08b79a83bc8c49f4e11cbe38de>,
		<https://arxiv.universalpublishings.com/id/person/ext-b4a4e94fae1cc0174d76d2a79c0e17a2>;
	dct:date "2026-02-28";
	dct:isPartOf <https://arxiv.universalpublishings.com/id/repository>,
		<https://arxiv.universalpublishings.com/id/publication/ext-d62a5dbdabc792c15cf76756361a4d36>;
	dct:publisher <https://arxiv.universalpublishings.com/id/org/ext-20ef1f289b7920027328009b5eefe52c>;
	dct:title "SOLID DESIGN PRINCIPLES IN SOFTWARE ENGINEERING"^^xsd:string;
	rdf:type bibo:AcademicArticle,
		bibo:Article,
		ep:ArticleEPrint,
		ep:EPrint;
	rdfs:seeAlso <https://arxiv.universalpublishings.com/id/eprint/65934/> .

<https://arxiv.universalpublishings.com/id/org/ext-20ef1f289b7920027328009b5eefe52c>
	foaf:name "Center for Tech and Media Research"^^xsd:string;
	rdf:type foaf:Organization .

<https://arxiv.universalpublishings.com/id/person/ext-5c1178f0807b59fcb31eb289add7765a>
	foaf:familyName "Shohruh"^^xsd:string;
	foaf:givenName "Mahkamov"^^xsd:string;
	foaf:name "Mahkamov Shohruh"^^xsd:string;
	rdf:type foaf:Person .

<https://arxiv.universalpublishings.com/id/person/ext-8bb7fc08b79a83bc8c49f4e11cbe38de>
	foaf:familyName "Perumal"^^xsd:string;
	foaf:givenName "Ezhumalai"^^xsd:string;
	foaf:name "Ezhumalai Perumal"^^xsd:string;
	rdf:type foaf:Person .

<https://arxiv.universalpublishings.com/id/person/ext-b4a4e94fae1cc0174d76d2a79c0e17a2>
	foaf:familyName "Feruz"^^xsd:string;
	foaf:givenName "Rakhmonkulov"^^xsd:string;
	foaf:name "Rakhmonkulov Feruz"^^xsd:string;
	rdf:type foaf:Person .

<https://arxiv.universalpublishings.com/id/publication/ext-d62a5dbdabc792c15cf76756361a4d36>
	foaf:name "Multidisciplinary Journal of Science and Technology"^^xsd:string;
	rdf:type bibo:Collection .

