@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://scottpleus.com/#definedterm-readiness-architecture> a rdfs:Class,
        owl:Class ;
    rdfs:label "Readiness Architecture" ;
    dcterms:created "2026"^^xsd:gYear ;
    rdfs:comment "The discipline of building organizations that are ready for pressure, not organizations that look ready. Readiness is treated as a leading indicator, not an outcome — it shows up in the daily standard the leader enforces. Category audience: boards, CEOs, operating partners, and search partners deciding whether an organization is actually ready for its next pressure event." ;
    rdfs:isDefinedBy <https://scottpleus.com/#ontology> .

<https://scottpleus.com/#definedterm-what-you-tolerate-you-teach-what-you-enforce-you-build> a rdfs:Class,
        owl:Class ;
    rdfs:label "What you tolerate, you teach. What you enforce, you build." ;
    dcterms:created "2026"^^xsd:gYear ;
    rdfs:comment "The paired, inseparable operating-standard line naming the Readiness Architecture mechanism. The first half names the diagnostic (what an organization currently tolerates is what it currently teaches); the second names the mechanism (the standard a leader enforces is the organization that leader builds). Always used together, never split." ;
    rdfs:isDefinedBy <https://scottpleus.com/#ontology> .

<https://scottpleus.com/#ontology> a owl:Ontology ;
    dcterms:creator <https://scottpleus.com/#person-scott-l-pleus> ;
    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 "Scott L. Pleus — owned terms" .

