@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ks: <https://comcomponent.com/vocab/> .

<https://comcomponent.com/blog/2026/03/17/002-windows-user-profile-guide/#article>
    schema:about <https://comcomponent.com/knowledge/windows-user-profile/>, <https://comcomponent.com/knowledge/ntuser-dat/> ;
    schema:mentions <https://comcomponent.com/knowledge/roaming-appdata/>, <https://comcomponent.com/knowledge/local-appdata/>, <https://comcomponent.com/knowledge/appdata-locallow/>, <https://comcomponent.com/knowledge/low-integrity-level/>, <https://comcomponent.com/knowledge/local-user-profile/>, <https://comcomponent.com/knowledge/roaming-user-profile/>, <https://comcomponent.com/knowledge/mandatory-profile/>, <https://comcomponent.com/knowledge/temporary-profile/>, <https://comcomponent.com/knowledge/fslogix-profile-container/>, <https://comcomponent.com/knowledge/folder-redirection/>, <https://comcomponent.com/knowledge/default-profile/>, <https://comcomponent.com/knowledge/copyprofile/>, <https://comcomponent.com/knowledge/profile-version-incompatibility/>, <https://comcomponent.com/knowledge/azure-virtual-desktop/>, <https://comcomponent.com/knowledge/shared-pc-mode/>, <https://comcomponent.com/knowledge/profile-auto-cleanup-policy/>, <https://comcomponent.com/knowledge/event-1509/>, <https://comcomponent.com/knowledge/user-profile-service-log/>, <https://comcomponent.com/knowledge/group-policy/> .

<https://comcomponent.com/knowledge/windows-user-profile/> a skos:Concept ;
    skos:prefLabel "ユーザープロファイル"@ja ;
    skos:definition "ファイルシステム上のプロファイルフォルダー群と、ユーザーレジストリハイブNTUSER.DATから成る、サインインしたユーザーの作業環境の実体。"@ja ;
    skos:altLabel "User Profile" ;
    skos:altLabel "Windowsユーザープロファイル"@ja ;
    ks:uses <https://comcomponent.com/knowledge/ntuser-dat/> ;
    ks:uses <https://comcomponent.com/knowledge/roaming-appdata/> ;
    ks:uses <https://comcomponent.com/knowledge/local-appdata/> ;
    ks:uses <https://comcomponent.com/knowledge/appdata-locallow/> .

<https://comcomponent.com/knowledge/ntuser-dat/> a skos:Concept ;
    skos:prefLabel "NTUSER.DAT"@ja ;
    skos:definition "Windowsのユーザープロファイルに含まれるユーザーレジストリハイブの実体ファイルで、サインイン時に読み込まれてHKEY_CURRENT_USERとして使われる。"@ja ;
    skos:altLabel "ユーザーレジストリハイブ"@ja ;
    skos:altLabel "HKCUの実体"@ja .

<https://comcomponent.com/knowledge/default-profile/> a skos:Concept ;
    skos:prefLabel "既定プロファイル(Default)"@ja ;
    skos:definition "新しいユーザーがそのPCに初めてサインインするときに土台として使われる、新規プロファイル作成のテンプレート。"@ja ;
    skos:altLabel "C:\\Users\\Default" ;
    ks:configuredBy <https://comcomponent.com/knowledge/copyprofile/> .

<https://comcomponent.com/knowledge/copyprofile/> a skos:Concept ;
    skos:prefLabel "CopyProfile"@ja ;
    skos:definition "Sysprepと組み合わせて、作り込んだプロファイルを既定プロファイルへ反映させる、Microsoftがサポートする既定プロファイルのカスタマイズ手順。"@ja ;
    skos:altLabel "CopyProfile設定"@ja .

<https://comcomponent.com/knowledge/roaming-appdata/> a skos:Concept ;
    skos:prefLabel "%APPDATA%(Roaming)"@ja ;
    skos:definition "移動ユーザープロファイル環境でログオン・ログオフ時に同期される既知フォルダー。"@ja ;
    skos:altLabel "SpecialFolder.ApplicationData" ;
    skos:altLabel "AppData\\Roaming" ;
    skos:altLabel "%APPDATA%" ;
    skos:altLabel "FOLDERID_RoamingAppData" .

<https://comcomponent.com/knowledge/local-appdata/> a skos:Concept ;
    skos:prefLabel "%LOCALAPPDATA%"@ja ;
    skos:definition "ユーザーごとの、ローミングしないデータを保存する既知フォルダーで、ユーザーごとのデータの既定の置き場所。"@ja ;
    skos:altLabel "SpecialFolder.LocalApplicationData" ;
    skos:altLabel "AppData\\Local" ;
    skos:altLabel "FOLDERID_LocalAppData" .

<https://comcomponent.com/knowledge/appdata-locallow/> a skos:Concept ;
    skos:prefLabel "AppData\\LocalLow"@ja ;
    skos:definition "低整合性レベルで動作するプロセスが書き込める数少ない場所として用意された、プロファイル内のフォルダー。"@ja ;
    skos:altLabel "LocalLow" .

<https://comcomponent.com/knowledge/low-integrity-level/> a skos:Concept ;
    skos:prefLabel "低整合性レベル"@ja ;
    skos:definition "Windowsのプロセスに与えられる権限区分のうち、書き込み先が強く制限された段階。ブラウザーなど乗っ取りリスクのある処理を隔離するために使われる。"@ja ;
    skos:altLabel "Low Integrity Level" ;
    ks:uses <https://comcomponent.com/knowledge/appdata-locallow/> .

<https://comcomponent.com/knowledge/local-user-profile/> a skos:Concept ;
    skos:prefLabel "ローカルプロファイル"@ja ;
    skos:definition "PCのローカルディスク上に作られ、他のPCへ自動では持ち回らない、既定のユーザープロファイルの種類。"@ja ;
    skos:altLabel "Local User Profile" ;
    skos:broader <https://comcomponent.com/knowledge/windows-user-profile/> .

<https://comcomponent.com/knowledge/roaming-user-profile/> a skos:Concept ;
    skos:prefLabel "ローミングプロファイル"@ja ;
    skos:definition "ユーザーのプロファイルをネットワーク上に保持し、ログオンした別のコンピューターでも同じプロファイルとして読み込まれる仕組み。鍵材料もプロファイルと一緒に移動する。"@ja ;
    skos:altLabel "ローミングユーザープロファイル"@ja .

<https://comcomponent.com/knowledge/mandatory-profile/> a skos:Concept ;
    skos:prefLabel "Mandatoryプロファイル"@ja ;
    skos:definition "管理者が作る「保存されないローミングプロファイル」で、利用者がセッション中に変更しても通常のローミングプロファイルのようには保存されない読み取り専用プロファイル。"@ja ;
    skos:altLabel "Mandatory User Profile" ;
    skos:broader <https://comcomponent.com/knowledge/windows-user-profile/> ;
    ks:uses <https://comcomponent.com/knowledge/ntuser-dat/> .

<https://comcomponent.com/knowledge/temporary-profile/> a skos:Concept ;
    skos:prefLabel "Temporaryプロファイル"@ja ;
    skos:definition "エラーで本来のプロファイルを読み込めないときに発行される緊急避難で、セッション終了時に削除され変更が失われるプロファイル。"@ja ;
    skos:altLabel "Temporary User Profile" ;
    skos:altLabel "一時プロファイル"@ja ;
    skos:broader <https://comcomponent.com/knowledge/windows-user-profile/> ;
    ks:verifiedBy <https://comcomponent.com/knowledge/user-profile-service-log/> .

<https://comcomponent.com/knowledge/fslogix-profile-container/> a skos:Concept ;
    skos:prefLabel "FSLogixプロファイルコンテナー"@ja ;
    skos:definition "ユーザープロファイル全体をVHD/VHDXとして持ち、サインイン時にそれをアタッチしてネイティブなプロファイルのように見せる方式。"@ja ;
    skos:altLabel "FSLogix Profile Container" ;
    skos:broader <https://comcomponent.com/knowledge/windows-user-profile/> ;
    ks:recommendedFor <https://comcomponent.com/knowledge/azure-virtual-desktop/> .

<https://comcomponent.com/knowledge/profile-version-incompatibility/> a skos:Concept ;
    skos:prefLabel "ローミングプロファイルのOS世代間非互換"@ja ;
    skos:definition "Windows 10/Server 2016以降のローミングユーザープロファイルが、それ以前のWindowsのローミングユーザープロファイルと互換性を持たないこと。"@ja ;
    skos:altLabel "Roaming Profile Versioning" .

<https://comcomponent.com/knowledge/folder-redirection/> a skos:Concept ;
    skos:prefLabel "Folder Redirection"@ja ;
    skos:definition "Documentsなど既知フォルダー(known folder)のパスだけを別の場所(ファイル共有等)へ向ける仕組みで、プロファイル全体の代替ではない。"@ja ;
    skos:altLabel "フォルダーリダイレクト"@ja .

<https://comcomponent.com/knowledge/azure-virtual-desktop/> a skos:Concept ;
    skos:prefLabel "Azure Virtual Desktop"@ja ;
    skos:definition "Azure上で提供される、Microsoftのデスクトップ仮想化サービス。"@ja ;
    skos:altLabel "AVD" .

<https://comcomponent.com/knowledge/shared-pc-mode/> a skos:Concept ;
    skos:prefLabel "共有/ゲストPCの構成"@ja ;
    skos:definition "共有端末向けに、アカウントやプロファイルの自動管理・自動削除を組み合わせて構成するWindowsのモード。"@ja ;
    skos:altLabel "Shared PC Mode" ;
    skos:altLabel "Shared or Guest Windows Device" .

<https://comcomponent.com/knowledge/profile-auto-cleanup-policy/> a skos:Concept ;
    skos:prefLabel "古いプロファイルの自動削除ポリシー"@ja ;
    skos:definition "指定した日数使われていないユーザープロファイルを、再起動時に自動的に削除できるポリシー。"@ja ;
    skos:altLabel "Delete user profiles older than a specified number of days on system restart" ;
    ks:configuredBy <https://comcomponent.com/knowledge/group-policy/> .

<https://comcomponent.com/knowledge/group-policy/> a skos:Concept ;
    skos:prefLabel "グループポリシー"@ja ;
    skos:definition "Active Directoryドメイン環境でWindowsの設定を集中構成する仕組み。"@ja ;
    skos:altLabel "GPO" ;
    skos:altLabel "Group Policy" .

<https://comcomponent.com/knowledge/event-1509/> a skos:Concept ;
    skos:prefLabel "イベントID 1509(長いパスでのプロファイル読み込み失敗)"@ja ;
    skos:definition "共有パス側のサーバー名や共有名が長すぎてコピー先パス全体が長くなりすぎることで、プロファイルの読み込みに失敗したときApplicationログに記録されるイベント。"@ja ;
    skos:altLabel "Event ID 1509" .

<https://comcomponent.com/knowledge/user-profile-service-log/> a skos:Concept ;
    skos:prefLabel "User Profile Serviceのログ"@ja ;
    skos:definition "プロファイル問題の切り分けに使う、Applicationログ・User Profile ServiceのOperationalログ・Diagnosticログの総称。"@ja ;
    skos:altLabel "Application/Operational/Diagnosticログ"@ja .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/windows-user-profile/> ;
    rdf:predicate ks:uses ;
    rdf:object <https://comcomponent.com/knowledge/ntuser-dat/> ;
    schema:description "ユーザープロファイルは、Desktop・AppDataなどのファイル群に加えてNTUSER.DATというユーザーレジストリハイブを含む2層構成である。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/previous-versions/windows/desktop/legacy/bb776892%28v%3Dvs.85%29> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "established" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/windows-user-profile/> ;
    rdf:predicate ks:requires ;
    rdf:object <https://comcomponent.com/knowledge/default-profile/> ;
    schema:description "新しいユーザーがそのPCに初めてサインインするときに限り、WindowsはC:\\Users\\Defaultを土台に新しいプロファイルを作成する。既に作成済みのプロファイルの以後の利用には当てはまらない。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/desktop-location-unavailable> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "context-dependent" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/default-profile/> ;
    rdf:predicate ks:configuredBy ;
    rdf:object <https://comcomponent.com/knowledge/copyprofile/> ;
    schema:description "既定プロファイルをカスタマイズしてサポートされた形で反映するには、Sysprepと組み合わせたCopyProfileを使う。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/troubleshoot/windows-client/setup-upgrade-and-drivers/customize-default-local-user-profile> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "established" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/windows-user-profile/> ;
    rdf:predicate ks:uses ;
    rdf:object <https://comcomponent.com/knowledge/roaming-appdata/> ;
    schema:description "ユーザープロファイルは、ユーザーごとに持ち歩きたい設定の置き場としてAppData\\Roamingを含む。"@ja ;
    ks:evidence <https://learn.microsoft.com/ja-jp/windows/win32/shell/fast-user-switching> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "established" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/windows-user-profile/> ;
    rdf:predicate ks:uses ;
    rdf:object <https://comcomponent.com/knowledge/local-appdata/> ;
    schema:description "ユーザープロファイルは、そのPC専用のキャッシュや一時的な状態の置き場としてAppData\\Localを含む。"@ja ;
    ks:evidence <https://learn.microsoft.com/ja-jp/windows/win32/shell/fast-user-switching> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "established" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/windows-user-profile/> ;
    rdf:predicate ks:uses ;
    rdf:object <https://comcomponent.com/knowledge/appdata-locallow/> ;
    schema:description "ユーザープロファイルは、低整合性プロセス専用の書き込み先としてAppData\\LocalLowを含む。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/previous-versions/dotnet/articles/bb625960%28v%3Dmsdn.10%29> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "established" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/low-integrity-level/> ;
    rdf:predicate ks:uses ;
    rdf:object <https://comcomponent.com/knowledge/appdata-locallow/> ;
    schema:description "低整合性レベルで動くプロセスは、書き込める数少ない場所としてAppData\\LocalLowを使う。フォルダー自体は整合性レベルに関わらず存在し、中整合性のプロセスからも読み書きできる"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/previous-versions/dotnet/articles/bb625960%28v%3Dmsdn.10%29> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "established" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/windows-user-profile/> ;
    rdf:predicate ks:uses ;
    rdf:object <https://comcomponent.com/knowledge/local-user-profile/> ;
    schema:description "普通のローカルPCでは、既定でローカルプロファイルが作られる。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/previous-versions/windows/desktop/legacy/bb776892%28v%3Dvs.85%29> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "context-dependent" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/windows-user-profile/> ;
    rdf:predicate ks:uses ;
    rdf:object <https://comcomponent.com/knowledge/roaming-user-profile/> ;
    schema:description "複数コンピューターで同じOS/アプリ設定を受け取れるようにする場合、プロファイルはローミングプロファイルとしてサーバー共有に保存される。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/windows-server/storage/folder-redirection/folder-redirection-rup-overview> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "context-dependent" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/windows-user-profile/> ;
    rdf:predicate ks:uses ;
    rdf:object <https://comcomponent.com/knowledge/mandatory-profile/> ;
    schema:description "教育端末やキオスクなど、毎回きれいな状態に戻したい共有端末では、プロファイルはMandatoryプロファイルとして構成される。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/windows/client-management/client-tools/mandatory-user-profile> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "context-dependent" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/windows-user-profile/> ;
    rdf:predicate ks:uses ;
    rdf:object <https://comcomponent.com/knowledge/temporary-profile/> ;
    schema:description "エラーで本来のプロファイルを読み込めないとき、プロファイルはTemporaryプロファイルとして発行される。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/windows/win32/shell/temporary-user-profiles> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "context-dependent" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/windows-user-profile/> ;
    rdf:predicate ks:uses ;
    rdf:object <https://comcomponent.com/knowledge/fslogix-profile-container/> ;
    schema:description "RDS/VDI/Azure Virtual Desktopでは、プロファイルはFSLogixプロファイルコンテナーとしてVHD/VHDXに格納される。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/fslogix/overview-what-is-fslogix> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "context-dependent" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/roaming-user-profile/> ;
    rdf:predicate ks:mayCause ;
    rdf:object <https://comcomponent.com/knowledge/profile-version-incompatibility/> ;
    schema:description "OS世代の異なる端末間で同じ共有のローミングプロファイルを混在させると、不整合やスタートメニュー異常の原因になり得る。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/roaming-user-profiles-versioning> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "context-dependent" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/mandatory-profile/> ;
    rdf:predicate ks:uses ;
    rdf:object <https://comcomponent.com/knowledge/ntuser-dat/> ;
    schema:description "NTUSER.DATをNTUSER.MANにリネームするとMandatoryプロファイルになり、フォルダー名末尾を.manにするとSuper-mandatoryになる。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/windows/win32/shell/mandatory-user-profiles> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "established" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/windows-user-profile/> ;
    rdf:predicate ks:uses ;
    rdf:object <https://comcomponent.com/knowledge/folder-redirection/> ;
    schema:description "文書データを中央管理したい場合、プロファイル全体ではなくDocumentsなど既知フォルダーだけをFolder Redirectionで別場所へ向ける。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/windows-server/storage/folder-redirection/folder-redirection-rup-overview> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "context-dependent" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/fslogix-profile-container/> ;
    rdf:predicate ks:recommendedFor ;
    rdf:object <https://comcomponent.com/knowledge/azure-virtual-desktop/> ;
    schema:description "Azure Virtual Desktopでは、Microsoftは従来のローミングプロファイルよりFSLogixプロファイルコンテナーの利用を推奨している。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/azure/virtual-desktop/fslogix-profile-containers> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "established" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/roaming-user-profile/> ;
    rdf:predicate ks:notRecommendedFor ;
    rdf:object <https://comcomponent.com/knowledge/azure-virtual-desktop/> ;
    schema:description "RDS/VDI/Azure Virtual Desktopでは、従来のローミングプロファイルだけで押し切るより、FSLogixプロファイルコンテナーを第一候補で考える場面が多い。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/azure/virtual-desktop/fslogix-profile-containers> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "context-dependent" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/windows-user-profile/> ;
    rdf:predicate ks:uses ;
    rdf:object <https://comcomponent.com/knowledge/shared-pc-mode/> ;
    schema:description "共有端末では、Mandatoryプロファイルと並ぶ選択肢として共有/ゲストPCの構成が使われる。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/windows/configuration/shared-pc/set-up-shared-or-guest-pc> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "context-dependent" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/shared-pc-mode/> ;
    rdf:predicate ks:uses ;
    rdf:object <https://comcomponent.com/knowledge/profile-auto-cleanup-policy/> ;
    schema:description "共有PCの運用では、古いプロファイルの自動削除ポリシーを組み合わせて残骸のたまりを防ぐ。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-admx-userprofiles> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "context-dependent" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/profile-auto-cleanup-policy/> ;
    rdf:predicate ks:configuredBy ;
    rdf:object <https://comcomponent.com/knowledge/group-policy/> ;
    schema:description "指定日数使われていないプロファイルを再起動時に削除するポリシーは、グループポリシー(ADMX_UserProfiles)で構成する。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-admx-userprofiles> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "established" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/roaming-user-profile/> ;
    rdf:predicate ks:mayCause ;
    rdf:object <https://comcomponent.com/knowledge/event-1509/> ;
    schema:description "共有パス側のサーバー名や共有名が長すぎてコピー先パス全体が長くなりすぎると、ローミングプロファイルの保存時にイベントID 1509が記録されることがある。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/user-profile-cannot-loaded-event-1509> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "context-dependent" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/event-1509/> ;
    rdf:predicate ks:mayCause ;
    rdf:object <https://comcomponent.com/knowledge/temporary-profile/> ;
    schema:description "長いパスによるプロファイルコピーの失敗はイベントID 1509として記録され、一時プロファイルへの切り替えにつながることがある。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/user-profile-cannot-loaded-event-1509> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "context-dependent" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/temporary-profile/> ;
    rdf:predicate ks:verifiedBy ;
    rdf:object <https://comcomponent.com/knowledge/user-profile-service-log/> ;
    schema:description "一時プロファイル化の原因は、Application・Operational・Diagnosticの各ログを順に確認することで切り分けられる。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/troubleshoot-user-profiles-events> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "established" .

[] a rdf:Statement ;
    rdf:subject <https://comcomponent.com/knowledge/ntuser-dat/> ;
    rdf:predicate ks:mayCause ;
    rdf:object <https://comcomponent.com/knowledge/temporary-profile/> ;
    schema:description "NTUSER.DATやUSRCLASS.DATがRead-only属性になっている、または必要なアクセス権がないと、プロファイルの読み込みに失敗しログオン失敗や一時プロファイル化の原因になり得る。"@ja ;
    ks:evidence <https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/desktop-location-unavailable> ;
    ks:verifiedAt "2026-08-01" ;
    ks:certainty "context-dependent" .
