@prefix schema: <https://schema.org/> .
@prefix wd:     <https://www.wikidata.org/wiki/> .

<https://anthonysdrbarber.com/#business> a schema:BarberShop, schema:LocalBusiness ;
  schema:additionalType wd:Q806146 ;
  schema:name "Anthony's Dominican Barbershop" ;
  schema:alternateName "Anthony's Dominican Barber" ;
  schema:legalName "Anthony's Dominican Baber Shop LLC" ;
  schema:description "Dominican barbershop in Cape Coral, Florida offering haircuts, fades, line-ups, beard trims, eyebrow work, and Silver/Gold/Platinum value packages." ;
  schema:url <https://anthonysdrbarber.com/> ;
  schema:telephone "+15166704506" ;
  schema:priceRange "$10–$50+" ;
  schema:paymentAccepted "Cash, Credit Card, Apple Pay, Tap to Pay" ;
  schema:currenciesAccepted "USD" ;
  schema:knowsLanguage "en", "en-US", "es", "es-US" ;
  schema:availableLanguage "English", "Spanish" ;
  schema:image <https://anthonysdrbarber.com/#hero-image>, <https://anthonysdrbarber.com/#logo> ;
  schema:logo <https://anthonysdrbarber.com/#logo> ;
  schema:address <https://anthonysdrbarber.com/#postal-address> ;
  schema:geo <https://anthonysdrbarber.com/#geo> ;
  schema:hasMap <https://www.google.com/maps/place/Anthony%E2%80%99s+Dominican+Barber/@26.6585091,-81.9432268,17z/data=!3m1!4b1!4m6!3m5!1s0x88db410053f9ef2b:0xbde48360f303da7f!8m2!3d26.6585043!4d-81.9406519!16s%2Fg%2F11y836wgsc> ;
  schema:sameAs <https://www.google.com/maps/place/Anthony%E2%80%99s+Dominican+Barber/@26.6585091,-81.9432268,17z/data=!3m1!4b1!4m6!3m5!1s0x88db410053f9ef2b:0xbde48360f303da7f!8m2!3d26.6585043!4d-81.9406519!16s%2Fg%2F11y836wgsc>,
                 <https://maps.apple.com/place?place-id=I898B01CD8D9CACA4&address=307+Del+Prado+Blvd+N%2C+Cape+Coral%2C+FL++33909%2C+United+States&coordinate=26.658492%2C-81.940704&name=Anthony%E2%80%99s+Dominican+Baber+Shop+LLC&_provider=9902> ;
  schema:areaServed <https://en.wikipedia.org/wiki/Cape_Coral,_Florida>, <https://en.wikipedia.org/wiki/Lee_County,_Florida> ;
  schema:contactPoint <https://anthonysdrbarber.com/#contactpoint> ;
  schema:publicAccess true ;
  schema:isAccessibleForFree true ;
  schema:smokingAllowed false ;
  schema:dateModified "2026-05-07T12:00:00-04:00" .

<https://anthonysdrbarber.com/#postal-address> a schema:PostalAddress ;
  schema:streetAddress "307 Del Prado Blvd N" ;
  schema:addressLocality "Cape Coral" ;
  schema:addressRegion "FL" ;
  schema:postalCode "33909" ;
  schema:addressCountry "US" .

<https://anthonysdrbarber.com/#geo> a schema:GeoCoordinates ;
  schema:latitude 26.6585043 ;
  schema:longitude -81.9406519 ;
  schema:addressCountry "US" .

<https://anthonysdrbarber.com/#hero-image> a schema:ImageObject ;
  schema:url <https://anthonysdrbarber.com/images/1.webp> ;
  schema:contentUrl <https://anthonysdrbarber.com/images/1.webp> ;
  schema:width 1200 ;
  schema:height 630 ;
  schema:encodingFormat "image/webp" ;
  schema:caption "Anthony's Dominican Barbershop interior on Del Prado Blvd N, Cape Coral FL" .

<https://anthonysdrbarber.com/#logo> a schema:ImageObject ;
  schema:url <https://anthonysdrbarber.com/images/1.webp> ;
  schema:contentUrl <https://anthonysdrbarber.com/images/1.webp> ;
  schema:width 1200 ;
  schema:height 630 ;
  schema:encodingFormat "image/webp" ;
  schema:caption "Anthony's Dominican Barbershop logo" .

<https://anthonysdrbarber.com/#contactpoint> a schema:ContactPoint ;
  schema:telephone "+15166704506" ;
  schema:contactType "customer service" ;
  schema:areaServed "US" ;
  schema:availableLanguage "English", "Spanish" .

<https://anthonysdrbarber.com/#organization> a schema:Organization ;
  schema:name "Anthony's Dominican Barbershop" ;
  schema:legalName "Anthony's Dominican Baber Shop LLC" ;
  schema:url <https://anthonysdrbarber.com/> ;
  schema:logo <https://anthonysdrbarber.com/#logo> ;
  schema:address <https://anthonysdrbarber.com/#postal-address> ;
  schema:contactPoint <https://anthonysdrbarber.com/#contactpoint> ;
  schema:knowsLanguage "en", "en-US", "es", "es-US" .

<https://anthonysdrbarber.com/#website> a schema:WebSite ;
  schema:url <https://anthonysdrbarber.com/> ;
  schema:name "Anthony's Dominican Barbershop" ;
  schema:inLanguage "en-US" ;
  schema:publisher <https://anthonysdrbarber.com/#organization> .
