@prefix rdf: . @prefix ns1: . @prefix schema: . ns1:this rdf:type schema:EntryPoint . @prefix pwdr: . @prefix ns4: . ns1:this pwdr:describedby ns4:yelpsearch , ns1:this , , ns4:yelp_search , ; schema:name "Search - Yelp Service Endpoint" ; schema:contentType "text/html" ; schema:description "Parameters include:\r\n search for keywords.\r\n " ; schema:httpMethod "GET" ; schema:mainEntityOfPage ns1:this ; schema:urlTemplate "https://www.yelp.com/search(?find_desc,findloc,ns)" , "https://www.yelp.com/search(?find_desc,findloc)" . @prefix oplwebservices: . ns1:this oplwebservices:usageExample "https://www.yelp.com/search?find_desc=Restaurants&find_loc=Lexington,MA" , "https://www.yelp.com/search?find_desc=Restaurants&find_loc=Lexington,MA&ns=1" ; oplwebservices:isWebServiceOf ns1:ArticleSearchAction . @prefix ns6: . ns1:this schema:url ns6:search ; oplwebservices:endPointURL ns6:search ; oplwebservices:hasParameter ns1:SearchServiceParameterFindLoc , ns1:SearchServiceParameterFindDesc , ns1:SearchServiceParameterNS ; oplwebservices:urlTemplate "https://www.yelp.com/search(?find_desc,findloc)" .