{"id":638,"date":"2019-10-24T16:11:10","date_gmt":"2019-10-24T10:41:10","guid":{"rendered":"https:\/\/binaryterms.com\/?p=638"},"modified":"2021-01-18T12:56:13","modified_gmt":"2021-01-18T07:26:13","slug":"entity-set","status":"publish","type":"post","link":"https:\/\/binaryterms.com\/entity-set.html","title":{"rendered":"Entity Set"},"content":{"rendered":"<p><strong>Entity Set<\/strong> is a collection or a group of &#8216;entities&#8217; sharing exactly the &#8216;same set of attributes&#8217;. All <strong>entities<\/strong> can be <strong>distinctly identified <\/strong>in an entity set. This is because all the entities have a different set of value for some set of attributes. We further classify the entity set into two basic categories <strong>Strong<\/strong> and <strong>Weak entity set.<\/strong><\/p>\n<p>The collection of entity sets and their relationship sets together forms a database. In this section, we will discuss the entity set and we will also learn how an entity set is different from an entity? Further, we will discuss the classification of the entity set.<\/p>\n<h2>Content: Entity Set in DBMS<\/h2>\n<ol>\n<li><a href=\"#WhatisanEntity?\">What is an Entity?<\/a><\/li>\n<li><a href=\"#WhatisEntitySet?\">What is Entity Set?<\/a><\/li>\n<li><a href=\"#ClassificationofEntitySet\">Classification of Entity Set<\/a><\/li>\n<li><a href=\"#KeyTakeaways\">Key Takeaways<\/a><\/li>\n<\/ol>\n<p><a name=\"WhatisanEntity?\"><\/a><\/p>\n<h3>What is an Entity?<\/h3>\n<p>An<b> entity<\/b> is an &#8216;object&#8217; in the &#8216;actual world&#8217;, and that can be <strong>identified<\/strong> from the other objects. Here, a question arises that how an entity is different from other entity? For this, we need to know how an entity is expressed.<\/p>\n<p>Well, an entity in a database is represented as a <strong>set of attributes<\/strong>. Each entity has a different set of values for some set of attributes and this is how an entity seems to be distinct from other entities. In a relational model, an entity is represented as a <strong>row, tuple or a record<\/strong>.<\/p>\n<p>For example, consider a group of students is there, each student in the group is a separate entity. Now, how we can identify a particular student in that group? Simple, each student will have a different name, roll number, or course etc.<\/p>\n<p>If you call for a student among a group no one will come until you specify either his name or another distinguishable attribute.<\/p>\n<p>Observe the table below, suppose we have an entity set<strong> Student,<\/strong> which is represented by <strong>Student Table<\/strong> in the relational model. The entries in the Student table are the <strong>entities<\/strong>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-639\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity.jpg\" alt=\"Entity\" width=\"558\" height=\"280\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity.jpg 558w, https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity-300x151.jpg 300w\" sizes=\"auto, (max-width: 558px) 100vw, 558px\" \/><\/p>\n<p>Student <strong>Steive<\/strong> with roll number <strong>CS08<\/strong> and Course <strong>Comp. Sci<\/strong>. is a particular<strong> entity<\/strong> as is distinguishable among all the students in the table. Likewise, all the students in the Student Table can be uniquely identified from other students. So, <strong>each student<\/strong> in the table is an <strong>entity<\/strong>.<\/p>\n<p><a name=\"WhatisEntitySet?\"><\/a><\/p>\n<h2>What is Entity Set?<\/h2>\n<p>An entity set is a <strong>group of entities<\/strong> that posses the <strong>same set of attributes<\/strong>. Each entity in an entity set has its <strong>own set of values<\/strong> for the <strong>attributes <\/strong>which make it distinct from other entities in a table. No two entities in an entity set will have the same values for the attributes.<\/p>\n<p>In a database, an entity set is represented by the Table. Below you can see the Student Table which as multiple entries i.e. entity. Now, observe that the two students have the name Jhoson but, still they are uniquely identified as both posses different roll number.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-640\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity-Set.jpg\" alt=\"Entity Set\" width=\"421\" height=\"277\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity-Set.jpg 421w, https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity-Set-300x197.jpg 300w\" sizes=\"auto, (max-width: 421px) 100vw, 421px\" \/><\/p>\n<p>Well, in ER diagram an entity set is always represented with the rectangle. But, an <strong>entity<\/strong> can never be represented in ER diagram as it is just an <strong>instance<\/strong>.<br \/>\n<a name=\"ClassificationofEntitySet\"><\/a><\/p>\n<h3>Types of Entity Set<\/h3>\n<p>Entity set can be classified into two categories as shown below:<\/p>\n<ol>\n<li>Strong Entity Set<\/li>\n<li>Weak Entity Set<\/li>\n<\/ol>\n<h4>Strong Entity Set<\/h4>\n<p>An entity set that has a <strong>primary key<\/strong> using which, entities in the table can be uniquely identified. This kind of entity set is termed as a strong entity set. Strong entity set is also known as a<strong> regular entity set<\/strong>.<\/p>\n<p>In an ER diagram, the strong entity set is represented by the <strong>rectangle<\/strong>. Here, the primary key is underlined with the <strong>solid line<\/strong>.<\/p>\n<p>Let us discuss one example, to understand strong entity set in a better way. The Student entity set discussed above is the strong entity set. An in ER diagram it would be represented as below.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-641\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Strong-Entity-Set.jpg\" alt=\"Strong Entity Set\" width=\"321\" height=\"262\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Strong-Entity-Set.jpg 321w, https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Strong-Entity-Set-300x245.jpg 300w\" sizes=\"auto, (max-width: 321px) 100vw, 321px\" \/><\/p>\n<p>In the figure above, the Student has attributes as Roll_No, Name and Course. Among these attributes, the Roll_No can form a primary key as it is sufficient to identify each entity in student entity set uniquely.<\/p>\n<p>Look at the figure below, we do have two students named Jhoson but they can be distinctly identified because of their roll number. So, the student entity set has a primary key which makes it a strong entity set.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-640\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity-Set.jpg\" alt=\"Entity Set\" width=\"421\" height=\"277\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity-Set.jpg 421w, https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity-Set-300x197.jpg 300w\" sizes=\"auto, (max-width: 421px) 100vw, 421px\" \/><\/p>\n<h4>Weak Entity Sets<\/h4>\n<p>A weak entity set <strong>doesn\u2019t have any primary key<\/strong> which can identify each entity in a set distinctly. But, for discriminating the entities in a set, the weak entity set is <strong>dependent<\/strong> on <strong>a<\/strong> particular <strong>strong entity set.<\/strong><\/p>\n<p>A weak entity is also said to be <strong>existence dependent<\/strong> as for the existence of its entities it has to be dependent on <strong>identifying entity set<\/strong> i.e. a particular &#8216;strong entity set&#8217;. The relation between a weak entity set and a strong entity set is said to be<strong> identifying relationship<\/strong>.<\/p>\n<p>The relation amidst a weak entity set to a strong entity set is a <strong>many-to-one relationship<\/strong>. So, many weak entity sets can be related to one particular strong entity set. Now, a weak entity set has a <strong>partial key<\/strong> which is a &#8216;set of attributes&#8217; that help in distinguishing the entities.<\/p>\n<p>The weak entity gets its primary key combining the <strong>partial key<\/strong> of the &#8216;weak entity&#8217; <strong>plus<\/strong> the <strong>primary key<\/strong> of identifying &#8216;strong entity set&#8217;.<\/p>\n<p>Let us understand this with an example, we have an entity set <em>section<\/em> and <em>course<\/em>. The section has attributes {<em>Sec-id, year, semester<\/em>}. Now, there can\u2019t be a section without any course. So, it has to be dependent on the course entity set for its existence.<\/p>\n<p>On the other hand, for the different courses, the attributes of section entity set may share the same value. For example, there can be a <em>section A, of 3<sup>rd <\/sup>year and semester 6<\/em> for a course <em>Computer Science<\/em> and at the same time, there can be <em>section A, of 3<sup>rd <\/sup>year and semester 6<\/em> for <em>Electronics<\/em>.<\/p>\n<p>So, we can say that the section entity set is a weak entity and it is dependent on strong entity set course. Now, the course entity set has attributes {<em><u>course_id<\/u>, name, years<\/em>}. Here, the <em>course_id<\/em> is the <em>primary key<\/em> which distinguishes all the entities in the course entity set.<\/p>\n<p>Here, the primary key of the weak entity set section is <strong>course_id + sec-id, year, semester<\/strong>.<\/p>\n<p>The weak entity is shown by a rectangle in an ER diagram. But, the attributes of weak entity set are underlined with the <strong>dashed line<\/strong>. The relationship of a weak entity set and strong entity set is shown with the <strong>double diamond<\/strong> as shown in the figure below:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-642\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Weak-entity-set.jpg\" alt=\"Weak entity set\" width=\"600\" height=\"221\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Weak-entity-set.jpg 600w, https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Weak-entity-set-300x111.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><a name=\"KeyTakeaways\"><\/a><\/p>\n<div id=\"keytake\">\n<h3>Key Takeaways<\/h3>\n<ul>\n<li>An entity set is a collection or a set of all the entities that share the same attributes set but with a different set of values for some attributes.<\/li>\n<li>An entity is an object in an actual world that can be distinguished from the other entities.<\/li>\n<li>The entity can be classified into two basic categories, strong entity set and weak entity set.<\/li>\n<li>An entity set that has a <strong>primary<\/strong> <strong>key<\/strong> is the <strong>strong entity set<\/strong>.<\/li>\n<li>An entity that <strong>doesn&#8217;t<\/strong> have a <strong>primary key<\/strong> is a <strong>weak entity set<\/strong>.<\/li>\n<li>A weak entity set is dependent on<strong> one<\/strong> strong entity set to distinguish its entities.<\/li>\n<li>Primary key for weak entity set is the primary key of its identifying strong entity set <strong>+<\/strong> partial key of weak entity set.<\/li>\n<\/ul>\n<\/div>\n<p>So, this all about the entity set and its classification. While creating the database the entity set, entity attributes must be drawn carefully.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Entity Set is a collection or a group of &#8216;entities&#8217; sharing exactly the &#8216;same set of attributes&#8217;. All entities can be distinctly identified in an entity set. This is because all the entities have a different set of value for some set of attributes. We further classify the entity set into two basic categories Strong [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[4],"tags":[],"class_list":{"0":"post-638","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-dbms","7":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Whta is Entity Set? What is Entity? Types, Strong Entity and Weak Entity - Binary Terms<\/title>\n<meta name=\"description\" content=\"Entity Set is a collection of entities sharing exactly the same attributes. All entities in an entity set can be identified uniquely. This is because all the entities have a different set of value for some set of attributes. We further classify the entity set into two basic categories Strong and Weak entity set.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/binaryterms.com\/entity-set.html\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Whta is Entity Set? What is Entity? Types, Strong Entity and Weak Entity - Binary Terms\" \/>\n<meta property=\"og:description\" content=\"Entity Set is a collection of entities sharing exactly the same attributes. All entities in an entity set can be identified uniquely. This is because all the entities have a different set of value for some set of attributes. We further classify the entity set into two basic categories Strong and Weak entity set.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/binaryterms.com\/entity-set.html\" \/>\n<meta property=\"og:site_name\" content=\"Binary Terms\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-24T10:41:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-18T07:26:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity.jpg\" \/>\n<meta name=\"author\" content=\"Neha T\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Neha T\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/binaryterms.com\/entity-set.html#article\",\"isPartOf\":{\"@id\":\"https:\/\/binaryterms.com\/entity-set.html\"},\"author\":{\"name\":\"Neha T\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe\"},\"headline\":\"Entity Set\",\"datePublished\":\"2019-10-24T10:41:10+00:00\",\"dateModified\":\"2021-01-18T07:26:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/binaryterms.com\/entity-set.html\"},\"wordCount\":1238,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/binaryterms.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/entity-set.html#primaryimage\"},\"thumbnailUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity.jpg\",\"articleSection\":[\"DBMS\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/binaryterms.com\/entity-set.html#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/binaryterms.com\/entity-set.html\",\"url\":\"https:\/\/binaryterms.com\/entity-set.html\",\"name\":\"Whta is Entity Set? What is Entity? Types, Strong Entity and Weak Entity - Binary Terms\",\"isPartOf\":{\"@id\":\"https:\/\/binaryterms.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/binaryterms.com\/entity-set.html#primaryimage\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/entity-set.html#primaryimage\"},\"thumbnailUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity.jpg\",\"datePublished\":\"2019-10-24T10:41:10+00:00\",\"dateModified\":\"2021-01-18T07:26:13+00:00\",\"description\":\"Entity Set is a collection of entities sharing exactly the same attributes. All entities in an entity set can be identified uniquely. This is because all the entities have a different set of value for some set of attributes. We further classify the entity set into two basic categories Strong and Weak entity set.\",\"breadcrumb\":{\"@id\":\"https:\/\/binaryterms.com\/entity-set.html#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/binaryterms.com\/entity-set.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/binaryterms.com\/entity-set.html#primaryimage\",\"url\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity.jpg\",\"contentUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity.jpg\",\"width\":558,\"height\":280,\"caption\":\"Entity\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/binaryterms.com\/entity-set.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/binaryterms.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Entity Set\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/binaryterms.com\/#website\",\"url\":\"https:\/\/binaryterms.com\/\",\"name\":\"Binary Terms\",\"description\":\"The Computer Science &amp; IT Guide\",\"publisher\":{\"@id\":\"https:\/\/binaryterms.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/binaryterms.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/binaryterms.com\/#organization\",\"name\":\"Binary Terms\",\"url\":\"https:\/\/binaryterms.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png\",\"contentUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png\",\"width\":400,\"height\":63,\"caption\":\"Binary Terms\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe\",\"name\":\"Neha T\",\"url\":\"https:\/\/binaryterms.com\/author\/author\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Whta is Entity Set? What is Entity? Types, Strong Entity and Weak Entity - Binary Terms","description":"Entity Set is a collection of entities sharing exactly the same attributes. All entities in an entity set can be identified uniquely. This is because all the entities have a different set of value for some set of attributes. We further classify the entity set into two basic categories Strong and Weak entity set.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/binaryterms.com\/entity-set.html","og_locale":"en_GB","og_type":"article","og_title":"Whta is Entity Set? What is Entity? Types, Strong Entity and Weak Entity - Binary Terms","og_description":"Entity Set is a collection of entities sharing exactly the same attributes. All entities in an entity set can be identified uniquely. This is because all the entities have a different set of value for some set of attributes. We further classify the entity set into two basic categories Strong and Weak entity set.","og_url":"https:\/\/binaryterms.com\/entity-set.html","og_site_name":"Binary Terms","article_published_time":"2019-10-24T10:41:10+00:00","article_modified_time":"2021-01-18T07:26:13+00:00","og_image":[{"url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity.jpg","type":"","width":"","height":""}],"author":"Neha T","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Neha T","Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/binaryterms.com\/entity-set.html#article","isPartOf":{"@id":"https:\/\/binaryterms.com\/entity-set.html"},"author":{"name":"Neha T","@id":"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe"},"headline":"Entity Set","datePublished":"2019-10-24T10:41:10+00:00","dateModified":"2021-01-18T07:26:13+00:00","mainEntityOfPage":{"@id":"https:\/\/binaryterms.com\/entity-set.html"},"wordCount":1238,"commentCount":2,"publisher":{"@id":"https:\/\/binaryterms.com\/#organization"},"image":{"@id":"https:\/\/binaryterms.com\/entity-set.html#primaryimage"},"thumbnailUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity.jpg","articleSection":["DBMS"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/binaryterms.com\/entity-set.html#respond"]}]},{"@type":"WebPage","@id":"https:\/\/binaryterms.com\/entity-set.html","url":"https:\/\/binaryterms.com\/entity-set.html","name":"Whta is Entity Set? What is Entity? Types, Strong Entity and Weak Entity - Binary Terms","isPartOf":{"@id":"https:\/\/binaryterms.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/binaryterms.com\/entity-set.html#primaryimage"},"image":{"@id":"https:\/\/binaryterms.com\/entity-set.html#primaryimage"},"thumbnailUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity.jpg","datePublished":"2019-10-24T10:41:10+00:00","dateModified":"2021-01-18T07:26:13+00:00","description":"Entity Set is a collection of entities sharing exactly the same attributes. All entities in an entity set can be identified uniquely. This is because all the entities have a different set of value for some set of attributes. We further classify the entity set into two basic categories Strong and Weak entity set.","breadcrumb":{"@id":"https:\/\/binaryterms.com\/entity-set.html#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/binaryterms.com\/entity-set.html"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/binaryterms.com\/entity-set.html#primaryimage","url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity.jpg","contentUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2019\/10\/Entity.jpg","width":558,"height":280,"caption":"Entity"},{"@type":"BreadcrumbList","@id":"https:\/\/binaryterms.com\/entity-set.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/binaryterms.com\/"},{"@type":"ListItem","position":2,"name":"Entity Set"}]},{"@type":"WebSite","@id":"https:\/\/binaryterms.com\/#website","url":"https:\/\/binaryterms.com\/","name":"Binary Terms","description":"The Computer Science &amp; IT Guide","publisher":{"@id":"https:\/\/binaryterms.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/binaryterms.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/binaryterms.com\/#organization","name":"Binary Terms","url":"https:\/\/binaryterms.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/","url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png","contentUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png","width":400,"height":63,"caption":"Binary Terms"},"image":{"@id":"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe","name":"Neha T","url":"https:\/\/binaryterms.com\/author\/author"}]}},"_links":{"self":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/638","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/comments?post=638"}],"version-history":[{"count":2,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/638\/revisions"}],"predecessor-version":[{"id":2262,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/638\/revisions\/2262"}],"wp:attachment":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/media?parent=638"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/categories?post=638"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/tags?post=638"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}