อ่าน 3 นาที
ความสัมพันธ์ที่ดี
GoodRelationsเป็นออนโทโลยีที่สอดคล้องกับWeb Ontology Languageสำหรับ ข้อมูลออนไลน์ ของ Semantic Webซึ่งเกี่ยวข้องกับสินค้าและบริการที่เกี่ยวข้องกับธุรกิจ...
ความสัมพันธ์ที่ดี
| ความสัมพันธ์ที่ดี | |
|---|---|
| คำย่อ | แผนผัง |
| ปีเริ่มต้น | 2544 [ 1 ] |
| มาตรฐานพื้นฐาน | URI , OWL , RDFa |
| มาตรฐานที่เกี่ยวข้อง | ไมโครฟอร์แมต , RDFS , N-Triples , Turtle , JSON , JSON-LD , CSV |
| โดเมน | เว็บเชิงความหมาย |
| ใบอนุญาต | CC-BY-SA 3.0 [ 2 ] |
| เว็บไซต์ | purl.org/goodrelations/ |
GoodRelationsเป็นออนโทโลยีที่สอดคล้องกับWeb Ontology Languageสำหรับ ข้อมูลออนไลน์ ของ Semantic Webซึ่งเกี่ยวข้องกับสินค้าและบริการที่เกี่ยวข้องกับธุรกิจ[ 3 ] โดยจะจัดการความสัมพันธ์ระหว่างผู้ซื้อ ผู้ขาย และผลิตภัณฑ์และบริการที่นำเสนอ ในเดือนพฤศจิกายน 2012 ออนโทโลยีนี้ได้ถูกรวมเข้ากับSchema.org [ 4 ]
การใช้งาน
GoodRelations ได้รับความนิยมเนื่องจากประสบความสำเร็จในการปรับปรุงผลการค้นหาของเครื่องมือค้นหา[ 5 ]
ภายในปี 2009 แนวคิด ผลิตภัณฑ์ของออนโทโลยีถูกนำไปใช้เพื่ออธิบายผลิตภัณฑ์มากกว่าหนึ่งล้านรายการและราคาของผลิตภัณฑ์เหล่านั้น[ 6 ] ภายในปี 2013 GoodRelations ได้รับการนำไปใช้โดยเครื่องมือค้นหา Yahoo! [ 7 ] [ 8 ] Google [ 7 ]และBing [ 7 ]การวิเคราะห์ผู้ให้บริการข้อมูลอีคอมเมิร์ซออนไลน์ในขณะนั้นพบว่าเป็นออนโทโลยีที่ใช้กันอย่างแพร่หลายที่สุด[ 7 ]ณ กลางปี 2015 GoodRelations ได้กลายเป็น ออนโทโลยี มาตรฐานสำหรับอีคอมเมิร์ซ[ 8 ] [ 9 ]และมีการใช้งานอย่างแพร่หลาย โดยได้รับการนำไปใช้โดยผู้ค้าปลีกเช่นBest Buy [ 8 ]
นอกจากนี้ GoodRelations ยังถูกใช้ในการศึกษาเชิงวิชาการเกี่ยวกับ Semantic Web [ 10 ] [ 11 ]ในฐานะออนโทโลยีหลัก[ 7 ] [ 9 ]
ตัวอย่าง
ร้านค้า ร้านอาหาร หรือร้านสะดวกซื้อ และเวลาเปิดทำการ สามารถระบุได้โดยใช้ GoodRelations ดังตัวอย่างนี้ ซึ่งใช้vCardและFOAF ด้วยเช่นกัน : [ 12 ]
<div xmlns:rdf= "http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns= "http://www.w3.org/1999/xhtml" xmlns:foaf= "http://xmlns.com/foaf/0.1/" xmlns:gr= "http://purl.org/goodrelations/v1#" xmlns:vcard= "http://www.w3.org/2006/vcard/ns#" xmlns:xsd= "http://www.w3.org/2001/XMLSchema#" ><div about= "#store" typeof= "gr:Location" > </div> <div property= "gr:name" content= "Pizzeria La Mamma" ></div> <div rel= "vcard:adr" > </div> <div typeof= "vcard:Address" > </div> <div property= "vcard:country-name" content= "Germany" ></div> <div property= "vcard:locality" content= "Munich" ></div> <div property= "vcard:postal-code" content= "85577" ></div> <div property= "vcard:street-address" content= "1234 Main Street" ></div> </div> </div> <div property= "vcard:tel" content= "+33 408 970-6104" ></div> <div rel= "foaf:depiction" resource= "http://www.pizza-la-mamma.com/image_or_logo.png" > </div> </div> <div rel= "vcard:geo" > <div> <div property= "vcard:latitude" content= "48.08" datatype= "xsd:float" ></div> <div property= "vcard:longitude" content= "11.64" datatype= "xsd:float" ></div> </div> </div> <div rel= "gr:hasOpeningHoursSpecification" > <div about= "#mon_fri" typeof= "gr:OpeningHoursSpecification" > <div property= "gr:opens" content= "08:00:00" datatype= "xsd:time" ></div> <div property= "gr:closes" content= "18:00:00" datatype= "xsd:time" ></div> <div rel= "gr:hasOpeningHoursDayOfWeek" resource= "http://purl.<div rel= "gr:hasOpeningHoursDayOfWeek" resource= "http://purl.org/goodrelations/v1#Friday" ></div> <div rel= "gr:hasOpeningHoursDayOfWeek" resource="http://purl.org/goodrelations/v1#Thursday" ></div> <div rel="gr:hasOpeningHoursDayOfWeek" resource= "http://purl.org/goodrelations/v1#Wednesday" ></div> < div rel= "gr:hasOpeningHoursDayOfWeek" resource="<div rel= " gr :hasOpeningHoursDayOfWeek" resource = "http://purl.org/goodrelations/v1#Tuesday" ></div> < div rel= "gr:hasOpeningHoursSpecification" > <div about = "#sat" typeof= "gr:OpeningHoursSpecification" > <div property= "gr:opens" content= "08:30:00" datatype= "xsd:time" ></div> <div property= "gr:closes" content= "14:00:00" datatype= "xsd:time" ></div> <div rel= "gr:hasOpeningHoursDayOfWeek" resource= "http://purl.org/goodrelations/v1#Saturday" ></div> </div> </div> <div rel=" "foaf:page" resource= "" ></div> </div> </div>สรุปเนื้อหา
ข้อมูลสำคัญจากบทความ
ข้อมูลสำคัญเกี่ยวกับ ความสัมพันธ์ที่ดี
GoodRelationsเป็นออนโทโลยีที่สอดคล้องกับWeb Ontology Languageสำหรับ ข้อมูลออนไลน์ ของ Semantic Webซึ่งเกี่ยวข้องกับสินค้าและบริการที่เกี่ยวข้องกับธุรกิจ...
การใช้งาน
GoodRelations ได้รับความนิยมเนื่องจากประสบความสำเร็จในการปรับปรุงผล การค้นหาของเครื่องมือค้นหา [ 5 ]
ตัวอย่าง
ร้านค้า ร้านอาหาร หรือร้านสะดวกซื้อ และเวลาเปิดทำการ สามารถระบุได้โดยใช้ GoodRelations ดังตัวอย่างนี้ ซึ่งใช้ vCard และ FOAF ด้วยเช่นกัน : [ 12 ]