@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://www.elipicpartners.com/#definedterm-leapcraft> a rdfs:Class,
        owl:Class ;
    rdfs:label "Leapcraft" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "Leapcraft is Elipic Partners' proprietary operator-driven acceleration system—a four-stage framework that moves from sector identification through deal structuring, operational scaling, and institutional build-out. It converts validated sector opportunities into controlled, scalable category leadership." ;
    rdfs:isDefinedBy <https://www.elipicpartners.com/#ontology> .

<https://www.elipicpartners.com/#definedterm-operational-craftbooks> a rdfs:Class,
        owl:Class ;
    rdfs:label "Operational Craftbooks" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "Operational Craftbooks are codified execution playbooks developed by Elipic Partners that compress growth cycles and hardwire operating leverage across portfolio companies. They apply operator experience with institutional discipline across business transformation, organization design, and scale." ;
    rdfs:isDefinedBy <https://www.elipicpartners.com/#ontology> .

<https://www.elipicpartners.com/#ontology> a owl:Ontology ;
    dcterms:creator <https://www.elipicpartners.com/#organization-elipic-partners-ag> ;
    dcterms:description "Terms this entity coined or redefined, declared as classes. Terms it uses without claiming authorship are in the SKOS concept scheme instead." ;
    dcterms:title "Elipic Partners AG — owned terms" .

