HowtoCombinetheBestofWeb2.
0andaSemanticWeb:ExamplesfromRevyu.
comTomHeathandEnricoMottaKnowledgeMediaInstitute,TheOpenUniversity,UKt.
heath@open.
ac.
uk,e.
motta@open.
ac.
ukItisnotuncommontoviewWeb2.
0andtheSemanticWebasmutuallyexclusive,competingpathstotheWebofthefuture,eachadvocatedbyadistinctcommunity.
Wearguethatthetwoapproachesareinfactcomplementary,andthatbothfacechallengestheothercansolve,suchashowtointegrateWeb2.
0dataonaWebscale,andhowtoenableuserstocreatesemanticallyrichannotations.
HerewewilluseexamplesfromRevyu.
comtodemonstratehowfeaturesofWeb2.
0andtheSemanticWebcanbecombinedinasingleservicethatovercomesthesechallenges.
Revyu1isaWebsitewherepeoplecanreviewandrateanythingtheychoose.
ThesiteisbuiltonSemanticWebtechnologies,butalsousescommonfeaturesofWeb2.
0,suchaskeywordtagging.
Web2.
0providesanumbrellalabelformyriadapplicationsthatelicitandreuseuser-generatedcontent,supportsocialandcollaborativeinteractionontheWeb,andprovideengaginguserinteractionsbasedonAJAX.
TheSemanticWebvisionisoneofdatapublishedinmachine-readableformats,givenformalsemanticsthroughtheuseofsharedontologies,andinterlinkedonaWebscale.
BymakingWebdatamoreopentoprocessingbymachines,theSemanticWebfundamentallyaimstobringtangiblebenefitstousers.
Despitebothapproaches'revolutionarypotential,barriersexisttothisbeingfullyrealised.
Web2.
0applicationshaveelicitedvastamountsofuser-generatedcontent,suchaswikientries,taggedphotos,andlinksjoiningpeopleinsocialnetworks.
However,atpresent,mostsuchapplicationsrepresentwalleddatagardensfromwhichinformationcannotbeeasilysetfreeandcombinedwithothersources.
Thiscanleadtotheun-Web-likesituationwheremyfriendinOrkutisastrangeronMySpace.
Overcomingthisrequiresservicestopublishdatainformatseasilyprocessedbythirdparties.
TheSemanticWeboffersaplatformonwhichtodojustthis.
PublishingdatainRDFlowersthebarrierstoitsreusebyothers.
Twoapplicationsmaychoosetodescribetheirdatausingthesameschema,ortheymaynot.
Thisisimmaterial,providedmappingscanbedefinedbetweenthetwodatamodels.
However,usingelementsfromexistingontologiesdoessignificantlystreamlinethedataintegrationprocess.
KeytothepowerofRDFistheabilitywithinonedocumenttomixstatementsthatuseelementsfromanynumberofontologies,withoutthedocumentitselfneedingtovalidateagainstafixedschema.
Forexample,inadditiontoXHTML,RevyuexposesreviewsinRDFusingelementsfromtheReviewvocabulary2andtheFOAFontology3(fordescribingpeople).
AdoptingthesepopularontologiesmakeRevyu1http://revyu.
com2http://purl.
org/stuff/rev#3http://xmlns.
com/foaf/0.
1/datainstantlyinteroperablewiththatfromothersources.
CreatingaRevyu-specificontologythatwasthenmappedtootherswouldhavebeenanequallyvalid,albeitmorecomplexprocess.
Acknowledgingthatanysemanticsarebetterthannone,RevyualsoexposesreviewsusingthehReviewmicroformat4embeddedinXHTMLpages.
ServicesthatofferdataAPIs,suchasAmazonorFlickr,goalongwaytodismantlingthewallsofthedatagarden.
However,barrierstothereuseofthisdatastillexist.
Datastructuresmaybetrulynovel,requiringnewmappingsbetweeneveryadditionaldatasourcethatisintegrated.
Evenmorecritically,wherevanillaXMLisused,integratingdatafromdifferentsourcesmayinvolverewritingexistingschemasifnewinformationistobeincorporatedandrepublishedinthesamedocument.
RDFdoesnotsufferthesamelimitation,allowingstatementstobearbitrarilycombinedinonedocument,madeindifferentlocationsbutreferencingthesameidentifier,ormadeindifferentlocationsusingdifferentidentifiersbutstatingthatbothidentifiersrefertothesamething.
ThislastscenarioisnicelyillustratedbyRevyu'sRDFdescriptionsofreviewers.
NewURIsaremintedforeachreviewer,whomayalreadyhaveseveralothers.
WhereareviewermaintainstheirownRDFdescriptioninanotherlocation,thisisprocessedtoretrievetheiradditionalURIs.
StatementsarethenaddedtotheirRevyuRDF,statingthatallURIsidentifythesameperson.
Humanusersalsobenefit,asadditionalinformationaboutthereviewer(e.
g.
photosorhomepagelinks)canberetrievedfromexternalRDFfilesandusedtoenhancetheirprofilepage(asillustratedbelow),withoutitbeingduplicatedinRevyu.
WebServicesthatpublishvanillaXMLpresentapplicationdeveloperswiththeadditionalchallengeofparsingXMLtreestoretrievethedesireddata.
Whilstmostprogramminglanguagesmakethistasktrivial,dataprocessingremainstiedtotheunderlyingsyntacticratherthansemanticstructureofthedata.
CreatingWeb2.
0mashupsconsequentlyrequiresthewritingofcustomhandlerstointeractwitheachAPI.
Nocommonlanguageisavailableforqueryingandintegratingsuchdatasources.
Thisissuemustbeovercomeifmashupsaretobecreatedonatrulyflexible,Webscale.
TheSPARQLquerylanguagefortheSemanticWebenablesstandardisedaccesstodistributeddatasources.
4http://microformats.
org/wiki/hreviewSQL-likequeriescanbeexecutedasHTTPGETrequestsagainstremote"endpoints",returningdatathatcanbeprocessedusingstandardcode,irrespectiveoftheendpointsunderlyingimplementation.
DevelopersmustsimplyknowthestructureoftheRDFgraphbehindtheendpointinordertowritetheappropriatequery.
Revyuexposesreview,people,andtaggingdataviaitsSPARQLendpoint.
Atpresent,additionalinformationaboutbooksreviewedonRevyuisretrievedviatheAmazonWebServicesAPIanddisplayedtousersofthesite,asshowninthefigurebelow.
However,creationoftheRDFBookMashup5meansAmazon-specificcodewillshortlybereplacedbyasingleSPARQLquery.
UnderpinningsuchdataintegrationandWeb-scalemashupexercisesistheneedforwidespreadmintingofURIsidentifyingnon-Webresources,toenablelinkingofdatafromdisparatelocations.
Asforreviewers,URIsareassignedtoeveryitemreviewedonRevyu,thereviewitself,andalltagsused.
Consequently,manythingsintheofflineworldnowhaveURIsagainstwhichfurtherRDFstatementscanbemade,onRevyuorelsewhere.
ThingssuchasrestaurantsorpubsareunlikelytominttheirownURIsinthenearfuture.
ConsequentlyRevyuprovidesvaluableinfrastructureonwhichtobuildnextgenerationmashups.
RevyuURIscanallbedereferenced,respondingwithHTTP303redirects,accordingtotheW3CTAG'sfindingonthehttpRange-14issue6.
HavingdiscussedhowSemanticWebapproachesmayaddresschallengesfacingWeb2.
0,wewillnowexaminetheinverserelationship.
WearguethattheSemanticWebvisionfaceschallengesofequalsignificanceifitistoreachwidespreadadoption.
Inourviewthesearefocusedontwoissues:availabilityofdataandinteractiondesign.
Initiativessuchasdbpedia7arebootstrappingtheSemanticWebbyRDF-isingexistingdatasets.
However,instarkcontrasttotheconventionalWebandWeb2.
0,fewmechanismscurrentlyexistallowingnon-specialistuserstocontributetotheSemanticWeb.
EarlygrowthoftheWebiswidelyattributedtoindividualscreatingpersonalsitesbycopying/pastingHTMLcodeorusingvisualeditors.
SuchapproachesmaynotbeappropriatetoaSemanticWeb.
However,therearemanyWeb2.
0applicationsenablingregularuserstocontributecontentwithoutspecialistskills.
Withfewexceptions,similartoolsenablinggrassrootspublishingontheSemanticWebarenotcurrentlyavailable.
Revyuisoneexception.
ByadheringtothewellestablishedinteractionpatternofcompletingformsinaWebbrowser,RevyuallowsuserstocreatecontentthatisimmediatelyusableontheSemanticWeb.
ThisoccurswithoutanyuserknowledgeofRDF,ontologies,oreventheprinciplesoftheSemanticWeb.
Inourview,specific,focusedapplicationsthatguide5http://sites.
wiwiss.
fu-berlin.
de/suhl/bizer/bookmashup/6http://www.
w3.
org/2001/tag/issues.
html#httpRange-147http://dbpedia.
org/userinputthroughtheuseofformsrepresentthemostpromisingwaytoelicitsemanticannotationsfromregularWebusers.
Inaddition,Revyuliftstheburdenofclassifyingrevieweditemsaccordingtocomplex,existing,orrelativelyfixedtaxonomies,throughtheuseofkeywordtagging.
Thiscreatesgreaterflexibilityinwhatcanbereviewed,andweargue,lowersthebarriertocontributionofreviews.
Alessdesirableconsequenceofthisfeatureisthatmachine-readablestatementsregardingthenatureofrevieweditemscannotbemadewithanyconfidence.
Furtherinvestigationisrequiredastohowthismaybeachieved.
Assumingthatsufficientdatacanbeproduced,theSemanticWebfacesafurtherchallenge:creatinginterfacesallowingnon-specialistuserstoexploitit.
Humanshavethousandsofyearsofexperiencecreatingandusingtextualdocuments,anddecadesofexperiencewithhypertextsystems.
TheSemanticWebisnotconstrainedtothenotionofadocumentinthesamewayastheconventionalWebofHTMLpages.
Thequestionremainsofhowwedesigncompelling,coherent,andusableinteractionsbasedondatafrommultiplesources,insuchawaythatitssource,trustworthiness,andvaluecanbedetermined.
Map-basedWeb2.
0mashupsprovidesomecluesinthisdirection,bypresentingalternativevisualisationsforcomplexdatasets.
HowsuchapproachesmayscaleonaWebofinfinitelyinterlinkeddataisnotclearatpresent.
ThisremainsanopenandpressingresearchquestionfortheWebcommunity.
Conclusions:ThispaperhassoughttohighlightdistinctchallengesfacingtheWeb2.
0andSemanticWebcommunities,identifypotentialsolutionseachcommunitymayoffertheother,andillustratewithexamplesfromRevyuhowthesemayberealised.
Inconclusionwemakethefollowingrecommendationstoeachcommunity.
Firstly,thattheWeb2.
0community:givesseriousconsiderationtopublishingdatainformsthataremoreeasilyreusable,suchasRDF;investigatestheuseofSPARQLforremotedataaccessratherthancustomAPIs;andmintsURIsforofflineitemsthataredistinctfromtheURIsofdocumentsdescribingthem.
Secondly,wearguethattheSemanticWebcommunitymustgiveurgentattentiontocreatinginterfacesallowingregularWebuserstocontributetotheSemanticWeb.
ThisshouldnottaketheformofmoreusableeditorsforontologiesorRDFinstancedata(whilstthesewouldundoubtedlybeuseful),butseektoexploitfamiliarinteractionpatterns.
Revyu'sform-basedapproachisnodoubtjustoneofmanyoptions.
Intandem,significanteffortmustbegiventodevelopingcompellinginterfacesabletodisplaystructured,linkeddatafromacrosstheWeb.
Mashupshavesetthestandardforsuchinterfacesandinteractions.
ThenextgenerationmustdemonstratetheuniquebenefitsofaWebofinterlinkeddata.
Lastly,whilstacknowledgingthatwehavemadedistinctionsofthisnaturehere,wesuggestthatviewingWeb2.
0andSemanticWebapproachesasmutuallyexclusiveisdetrimentaltoallthoseinvolved,andtothedevelopmentoftheWebasawhole.
青云互联怎么样?青云互联是一家成立于2020年的主机服务商,致力于为用户提供高性价比稳定快速的主机托管服务,目前提供有美国免费主机、香港主机、韩国服务器、香港服务器、美国云服务器,香港安畅cn2弹性云限时首月五折,15元/月起;可选Windows/可自定义配置,让您的网站高速、稳定运行。点击进入:青云互联官方网站地址青云互联优惠码:八折优惠码:ltY8sHMh (续费同价)青云互联香港云服务器活动...
近期联通CUVIP的线路(AS4837线路)非常火热,妮妮云也推出了这类线路的套餐以及优惠,目前到国内优质线路排行大致如下:电信CN2 GIA>联通AS9929>联通AS4837>电信CN2 GT>普通线路,AS4837线路比起前两的优势就是带宽比较大,相对便宜一些,所以大家才能看到这个线路的带宽都非常高。妮妮云互联目前云服务器开放抽奖活动,每天开通前10台享3折优惠,另外...
前几天有关注到Megalayer云服务器提供商有打算在月底的时候新增新加坡机房,这个是继美国、中国香港、菲律宾之外的第四个机房。也有工单询问到官方,新加坡机房有包括CN2国内优化线路和国际带宽,CN2优化线路应该是和菲律宾差不多的。如果我们追求速度和稳定性的中文业务,建议还是选择CN2优化带宽的香港服务器。这里有要到Megalayer新加坡服务器国际带宽的测试服务器,E3-1230配置20M国际带...
m.yushuwu.com为你推荐
公司网络被攻击受到网络人身攻击如何处理?vc组合天然维生素c和合成维生素c有区别吗广东GDP破10万亿广东省2019年各市gdp是多少?22zizi.com河南福利彩票22选52010175开奖结果百花百游百花净斑方多少钱一盒同ip域名什么是同主机域名www.99cycy.com谁在这个http://www.sifangmall.com网站上买过东西?haole10.com空人电影网改网址了?www.10yyy.cn是空人电影网么4400av.com在www.dadady.com 达达电影看片子很快的啊kb123.net连网方式:wap和net到底有什么不一样的
虚拟主机服务商 3322动态域名 lamp安装 阿云浏览器 ddos diahosting mediafire下载工具 paypal认证 美国主机代购 免费ftp空间 softbank官网 新世界电讯 新站长网 日本空间 魔兽世界台湾服务器 中国智能物流骨干网 电子邮件服务器 可外链相册 tna官网 cdn加速是什么 更多