@prefix rdf: . @prefix ns1: . @prefix schema: . ns1:this rdf:type schema:EntryPoint . @prefix pwdr: . ns1:this pwdr:describedby . @prefix ns4: . ns1:this pwdr:describedby ns4:this ; schema:name "Search - Airtable Service Endpoint" ; schema:contentType "text/html" ; schema:description "Parameters include:\r\n search for keywords.\r\n " ; schema:httpMethod "GET" ; schema:mainEntityOfPage ns4:this ; schema:urlTemplate "https://community.airtable.com/search(?q)" . @prefix oplwebservices: . ns1:this oplwebservices:usageExample "https://community.airtable.com/search?q=csv" ; oplwebservices:isWebServiceOf ns4:ForumSearchAction . @prefix ns6: . ns1:this schema:url ns6:search ; oplwebservices:endPointURL ns6:search ; oplwebservices:hasParameter ns4:SearchServiceParameterQ ; oplwebservices:urlTemplate "https://community.airtable.com/search(?q)" .