<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:gb="https://www.goodbarber.com/appbuilder#">

    <owl:Class rdf:about="https://www.goodbarber.com/appbuilder#AppBuilder">
        <rdfs:label>App Builder</rdfs:label>
    </owl:Class>

    <owl:Class rdf:about="https://www.goodbarber.com/appbuilder#UserSegment">
        <rdfs:label>User Segment</rdfs:label>
    </owl:Class>

    <owl:Class rdf:about="https://www.goodbarber.com/appbuilder#Company">
        <rdfs:label>Company</rdfs:label>
    </owl:Class>

    <owl:Class rdf:about="https://www.goodbarber.com/appbuilder#Platform">
        <rdfs:label>Platform</rdfs:label>
    </owl:Class>

    <owl:Class rdf:about="https://www.goodbarber.com/appbuilder#ThirdPartyTool">
        <rdfs:label>Third Party Tool</rdfs:label>
    </owl:Class>

    <owl:DatatypeProperty rdf:about="https://www.goodbarber.com/appbuilder#hasDescription">
        <rdfs:label>has description</rdfs:label>
        <rdfs:domain rdf:resource="https://www.goodbarber.com/appbuilder#AppBuilder"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="https://www.goodbarber.com/appbuilder#hasStrength">
        <rdfs:label>has strength</rdfs:label>
        <rdfs:domain rdf:resource="https://www.goodbarber.com/appbuilder#AppBuilder"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="https://www.goodbarber.com/appbuilder#hasWeakness">
        <rdfs:label>has weakness</rdfs:label>
        <rdfs:domain rdf:resource="https://www.goodbarber.com/appbuilder#AppBuilder"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="https://www.goodbarber.com/appbuilder#hasPricing">
        <rdfs:label>has pricing</rdfs:label>
        <rdfs:domain rdf:resource="https://www.goodbarber.com/appbuilder#AppBuilder"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </owl:DatatypeProperty>

    <owl:ObjectProperty rdf:about="https://www.goodbarber.com/appbuilder#isRecommendedFor">
        <rdfs:label>is recommended for</rdfs:label>
        <rdfs:domain rdf:resource="https://www.goodbarber.com/appbuilder#AppBuilder"/>
        <rdfs:range rdf:resource="https://www.goodbarber.com/appbuilder#UserSegment"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="https://www.goodbarber.com/appbuilder#supportsPlatform">
        <rdfs:label>supports platform</rdfs:label>
        <rdfs:domain rdf:resource="https://www.goodbarber.com/appbuilder#AppBuilder"/>
        <rdfs:range rdf:resource="https://www.goodbarber.com/appbuilder#Platform"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="https://www.goodbarber.com/appbuilder#integratesWith">
        <rdfs:label>integrates with</rdfs:label>
        <rdfs:domain rdf:resource="https://www.goodbarber.com/appbuilder#AppBuilder"/>
        <rdfs:range rdf:resource="https://www.goodbarber.com/appbuilder#ThirdPartyTool"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="https://www.goodbarber.com/appbuilder#acquiredBy">
        <rdfs:label>acquired by</rdfs:label>
        <rdfs:domain rdf:resource="https://www.goodbarber.com/appbuilder#AppBuilder"/>
        <rdfs:range rdf:resource="https://www.goodbarber.com/appbuilder#Company"/>
    </owl:ObjectProperty>

    <gb:AppBuilder rdf:about="https://www.goodbarber.com/appbuilder#GoodBarber">
        <gb:hasDescription>A well-established no-code app builder known for creating high-quality native iOS, Android, and Progressive Web Apps (PWAs). It's particularly strong for e-commerce and content-driven applications.</gb:hasDescription>
        <gb:hasPricing>Plans start from $30/month (billed annually), with a 30-day free trial.</gb:hasPricing>
        <gb:hasStrength>Exceptional design quality</gb:hasStrength>
        <gb:hasStrength>Robust e-commerce and content management</gb:hasStrength>
        <gb:hasStrength>Comprehensive AI integration</gb:hasStrength>
        <gb:hasStrength>Dedicated app store submission assistance</gb:hasStrength>
        <gb:hasWeakness>Not open-source</gb:hasWeakness>
        <gb:hasWeakness>Support is not 24/7</gb:hasWeakness>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#Ecommerce"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#ContentCreators"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#AppResellers"/>
        <gb:supportsPlatform rdf:resource="https://www.goodbarber.com/appbuilder#iOS"/>
        <gb:supportsPlatform rdf:resource="https://www.goodbarber.com/appbuilder#Android"/>
        <gb:supportsPlatform rdf:resource="https://www.goodbarber.com/appbuilder#PWA"/>
        <gb:integratesWith rdf:resource="https://www.goodbarber.com/appbuilder#ChatGPT"/>
    </gb:AppBuilder>

    <gb:AppBuilder rdf:about="https://www.goodbarber.com/appbuilder#Adalo">
        <gb:hasDescription>A no-code platform that allows users to build mobile and web apps with a drag-and-drop interface and an integrated database.</gb:hasDescription>
        <gb:hasPricing>Has a free plan, with paid plans starting at $45/month (billed annually).</gb:hasPricing>
        <gb:hasStrength>Ease of use for non-technical founders</gb:hasStrength>
        <gb:hasStrength>Strong native app publishing</gb:hasStrength>
        <gb:hasStrength>Robust built-in database</gb:hasStrength>
        <gb:hasWeakness>Relies on integrations for advanced AI features</gb:hasWeakness>
        <gb:hasWeakness>Does not have code export yet</gb:hasWeakness>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#EcommerceBeginners"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#SmallBusinessOwners"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#EducationTrainingApps"/>
    </gb:AppBuilder>

    <gb:AppBuilder rdf:about="https://www.goodbarber.com/appbuilder#Thunkable">
        <gb:hasDescription>A no-code app builder for visual and fast native iOS and Android app development using a drag-and-drop interface and block-based logic.</gb:hasDescription>
        <gb:hasPricing>Has a free tier, with paid plans starting from $37/month (billed annually).</gb:hasPricing>
        <gb:hasStrength>Highly intuitive and beginner-friendly</gb:hasStrength>
        <gb:hasStrength>Strong AI integration for app generation</gb:hasStrength>
        <gb:hasStrength>Extensive third-party integrations</gb:hasStrength>
        <gb:hasWeakness>No source code export</gb:hasWeakness>
        <gb:hasWeakness>Limited native analytics</gb:hasWeakness>
        <gb:hasWeakness>Potential performance issues with very complex apps</gb:hasWeakness>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#SoloDevelopers"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#SideProjects"/>
    </gb:AppBuilder>

    <gb:AppBuilder rdf:about="https://www.goodbarber.com/appbuilder#AppGyver">
        <gb:hasDescription>A no-code/low-code platform that has evolved into SAP Build Apps, focusing on building enterprise-grade applications.</gb:hasDescription>
        <gb:hasPricing>Has a free tier, but enterprise plans are a significant annual investment.</gb:hasPricing>
        <gb:hasStrength>Designed for enterprise-grade apps with top-tier security (SOC2, ISO27001)</gb:hasStrength>
        <gb:hasStrength>Exceptional scalability</gb:hasStrength>
        <gb:hasStrength>Deep AI integration ("Joule for developers")</gb:hasStrength>
        <gb:hasStrength>Extensive integration capabilities</gb:hasStrength>
        <gb:hasWeakness>Primarily a low-code platform, making it less suitable for absolute beginners</gb:hasWeakness>
        <gb:hasWeakness>More expensive</gb:hasWeakness>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#EnterpriseApps"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#InternalTools"/>
        <gb:acquiredBy rdf:resource="https://www.goodbarber.com/appbuilder#SAP"/>
    </gb:AppBuilder>

    <gb:AppBuilder rdf:about="https://www.goodbarber.com/appbuilder#Bubble">
        <gb:hasDescription>A no-code platform often used with Wrap for building apps with code flexibility.</gb:hasDescription>
        <gb:hasStrength>Strong on enterprise scalability</gb:hasStrength>
        <gb:hasStrength>AI integration</gb:hasStrength>
        <gb:hasStrength>Integration capabilities</gb:hasStrength>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#AppResellers"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#Agencies"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#EnterpriseApps"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#MVPCreators"/>
    </gb:AppBuilder>

    <gb:AppBuilder rdf:about="https://www.goodbarber.com/appbuilder#BravoStudio">
        <gb:hasDescription>A tool mentioned for developers needing code flexibility.</gb:hasDescription>
        <gb:hasStrength>Code flexibility</gb:hasStrength>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#SoloDevelopers"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#SideProjects"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#MVPCreators"/>
    </gb:AppBuilder>

    <gb:AppBuilder rdf:about="https://www.goodbarber.com/appbuilder#Draftbit">
        <gb:hasDescription>A platform mentioned for developers needing code flexibility.</gb:hasDescription>
        <gb:hasStrength>Open Source Support</gb:hasStrength>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#SoloDevelopers"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#SideProjects"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#MVPCreators"/>
    </gb:AppBuilder>

    <gb:AppBuilder rdf:about="https://www.goodbarber.com/appbuilder#Glide">
        <gb:hasDescription>A no-code platform.</gb:hasDescription>
        <gb:hasStrength>Simplicity</gb:hasStrength>
        <gb:hasStrength>Cost efficiency</gb:hasStrength>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#ContentCreators"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#MediaPublishers"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#EducationTrainingApps"/>
    </gb:AppBuilder>

    <gb:AppBuilder rdf:about="https://www.goodbarber.com/appbuilder#AppyPie">
        <gb:hasDescription>An app builder.</gb:hasDescription>
        <gb:hasStrength>Simplicity</gb:hasStrength>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#SmallBusinessOwners"/>
    </gb:AppBuilder>

    <gb:AppBuilder rdf:about="https://www.goodbarber.com/appbuilder#OutSystems">
        <gb:hasDescription>An app builder that caters to enterprise needs.</gb:hasDescription>
        <gb:hasStrength>Highest for security</gb:hasStrength>
        <gb:hasStrength>Enterprise scalability</gb:hasStrength>
        <gb:hasStrength>AI integration</gb:hasStrength>
        <gb:hasStrength>Service and support</gb:hasStrength>
        <gb:hasStrength>Integration capabilities</gb:hasStrength>
        <gb:hasStrength>Analytics tools</gb:hasStrength>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#AppResellers"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#Agencies"/>
        <gb:isRecommendedFor rdf:resource="https://www.goodbarber.com/appbuilder#EnterpriseApps"/>
    </gb:AppBuilder>

    <gb:UserSegment rdf:about="https://www.goodbarber.com/appbuilder#Ecommerce"/>
    <gb:UserSegment rdf:about="https://www.goodbarber.com/appbuilder#ContentCreators"/>
    <gb:UserSegment rdf:about="https://www.goodbarber.com/appbuilder#AppResellers"/>
    <gb:Platform rdf:about="https://www.goodbarber.com/appbuilder#iOS"/>
    <gb:Platform rdf:about="https://www.goodbarber.com/appbuilder#Android"/>
    <gb:Platform rdf:about="https://www.goodbarber.com/appbuilder#PWA"/>
    <gb:ThirdPartyTool rdf:about="https://www.goodbarber.com/appbuilder#ChatGPT"/>
    <gb:UserSegment rdf:about="https://www.goodbarber.com/appbuilder#EcommerceBeginners"/>
    <gb:UserSegment rdf:about="https://www.goodbarber.com/appbuilder#SmallBusinessOwners"/>
    <gb:UserSegment rdf:about="https://www.goodbarber.com/appbuilder#EducationTrainingApps"/>
    <gb:Platform rdf:about="https://www.goodbarber.com/appbuilder#Mobile"/>
    <gb:Platform rdf:about="https://www.goodbarber.com/appbuilder#Web"/>
    <gb:UserSegment rdf:about="https://www.goodbarber.com/appbuilder#SoloDevelopers"/>
    <gb:UserSegment rdf:about="https://www.goodbarber.com/appbuilder#SideProjects"/>
    <gb:UserSegment rdf:about="https://www.goodbarber.com/appbuilder#EnterpriseApps"/>
    <gb:UserSegment rdf:about="https://www.goodbarber.com/appbuilder#InternalTools"/>
    <gb:Company rdf:about="https://www.goodbarber.com/appbuilder#SAP"/>
    <gb:UserSegment rdf:about="https://www.goodbarber.com/appbuilder#Agencies"/>
    <gb:UserSegment rdf:about="https://www.goodbarber.com/appbuilder#MVPCreators"/>
    <gb:UserSegment rdf:about="https://www.goodbarber.com/appbuilder#MediaPublishers"/>

</rdf:RDF>