@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix schema: <https://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .

<https://nutrilow.com/#organization> a schema:Organization ;
  rdfs:label "Nutrilow" ;
  schema:legalName "Nutrilow - Plataforma de Nutrição e Bem-Estar" ;
  schema:slogan "Sua nutrição, do seu jeito" ;
  schema:url "https://nutrilow.com" ;
  schema:logo <https://nutrilow.com/nutrilow-logo.png> ;
  schema:foundingDate "2025-11-01" ;
  schema:foundingLocation wd:Q155 ;
  schema:areaServed wd:Q155 ;
  schema:knowsAbout wd:Q8276, wd:Q12147, "Alimentação Saudável" ;
  schema:serviceType "Consultoria Nutricional Online", "Gestão de Planos Alimentares" ;
  schema:sameAs wd:Q1172284, wd:Q4830453 ;
  owl:sameAs wd:Q8276, wd:Q12147 .

<https://bendevoficial.com/#person> a foaf:Person ;
  foaf:name "Bendev Junior" ;
  foaf:givenName "Benedito Manoel" ;
  foaf:familyName "Silva Junior" ;
  foaf:homepage <https://bendevoficial.com> ;
  foaf:img <https://bendevoficial.com/bendev.png> ;
  foaf:topic_interest wd:Q11660, wd:Q80006 ;
  owl:sameAs wd:Q5 .

<https://nutrilow.com/#app> a schema:SoftwareApplication ;
  rdfs:label "Nutrilow App" ;
  schema:applicationCategory "HealthApplication" ;
  schema:operatingSystem "ANDROID", "IOS" ;
  schema:offers "Gratuito" ;
  schema:author <https://nutrilow.com/#organization> ;
  schema:provider <https://nutrilow.com/#organization> ;
  owl:sameAs wd:Q1172284 .
