diff --git a/README.md b/README.md index 7da79263d0e701a53a0d662d245c4fc3db39b287..c2ba116e7245ef0277cef7f2ccae4fce20f4419a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,110 @@ ---- -license: cc-by-4.0 ---- +# csv_to_ids HF Dataset + +Hugging Face upload-ready package for version-specific CSV inputs and generated IDS outputs. + +## Directory Layout + +- `data/input_csv//` + Version-expanded CSV files used as dataset inputs. +- `data/output_ids//` + IDS files generated from the corresponding CSV files. +- `metadata/.json` + Per-version record list describing the paired CSV and IDS files. + +Supported IFC versions: + +- `IFC2X3` +- `IFC4` +- `IFC4X3_ADD2` + +## File Naming + +Within each version directory, files are named as: + +- `{IFC_VERSION}_{id}_{entity}.csv` +- `{IFC_VERSION}_{id}_{entity}.ids` + +Examples: + +- `data/input_csv/IFC4/IFC4_001_IFCPROJECT.csv` +- `data/output_ids/IFC4/IFC4_001_IFCPROJECT.ids` + +`id` is the original 3-digit dataset identifier. + +`entity` is taken from the paired IDS entity facet, not from the third column of the CSV. + +## Meaning of the CSV Files + +Each CSV file contains the following seven columns: + +1. `study team` + High-level domain label such as `Common`, `Architectural`, `Structural`, or `Equipment`. +2. `objective` + Specification name used as the IDS title and specification name. +3. `Entity Facet:Entity(IFC Class)` + Source entity label carried from the CSV side. This column is preserved close to the source data and may be a human-facing label or a non-canonical IFC expression. +4. `Property Facet:Property Set(PropertySet)` + Property set or quantity set token used for the property requirement. +5. `Property Facet:PropertyName(PropertyName)` + Property name used in the IDS property requirement. +6. `Property Facet:Data Type(DataType)` + Source-side data type expression from the CSV. This is not always the exact string written into the paired IDS file, because IDS generation normalizes aliases and may apply version-specific fallbacks. +7. `Property Facet:Value(PropertyValue)` + Required property value written into the IDS property constraint. + +Important behavior of the exported `input_csv` files: + +- The exported CSVs stay as close as possible to the source/master CSV representation. +- Only version-specific `Pset_` or `Qto_` fallback changes are reflected in the CSV output when a target IFC version cannot keep the official token. +- The CSV `Entity` column is not the canonical source for dataset entity identity. + +## Meaning of the IDS Files + +Each IDS file is generated from the paired CSV and contains: + +- `ids:info/ids:title` + Taken from the CSV `objective` column. +- `ids:specification[@ifcVersion]` + Set to the target IFC version for that directory. +- `ids:applicability/ids:entity` + The canonical entity used for the pair. This is the entity used in the file name and in `metadata.entity`. +- `ids:requirements/ids:property` + Property requirements generated from the CSV rows. + +Important generation rules: + +- The canonical entity is derived from the source file identity used by the generator, then written to the IDS entity facet in uppercase form. +- CSV data types are normalized for IDS generation. +- Quantity-set data types such as `IfcQuantityArea` are converted to IFC measure types when required by the generator. +- For compatibility with `ids-tool 1.0.96`, some IFC versions use `IFCLABEL` as a fallback for selected data types in the generated IDS. + +## Meaning of the Metadata JSON + +Each `metadata/.json` file is a list of records. Each record contains: + +- `id` + Original 3-digit dataset identifier. +- `entity` + Canonical entity taken from the paired IDS entity facet. +- `category` + One of `Common`, `Architectural`, `Structural`, or `Equipment`. +- `language` + `EN` when the last signature character is `o`, otherwise `JP`. +- `ids_header` + Boolean derived from the first signature character. `true` means the first signature symbol is `o`. +- `ifc_content` + Boolean derived from the middle signature character. `true` means the middle signature symbol is `o`. +- `input_csv` + Relative path to the paired version-specific CSV file inside this dataset package. +- `output_ids` + Relative path to the paired IDS file inside this dataset package. + +Notes: + +- `metadata.entity` is aligned to the IDS entity facet. +- `metadata.input_csv` points to the expanded per-version CSV, not to the original master CSV. +- The metadata paths are relative to the dataset root so the package can be uploaded as-is. + +## Validation + +The generated IDS files were validated with `ids-tool 1.0.96`. diff --git a/data/input_csv/IFC2X3/IFC2X3_001_IFCPROJECT.csv b/data/input_csv/IFC2X3/IFC2X3_001_IFCPROJECT.csv new file mode 100644 index 0000000000000000000000000000000000000000..cbfc613fe95e500a3143270951e6ad43ebff6391 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_001_IFCPROJECT.csv @@ -0,0 +1,7 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +Common,ProjectInfo,IfcProject,ProjectCommon,ProjectType,IfcLabel,New Build +Common,ProjectInfo,IfcProject,ProjectCommon,ProjectInvestmentEstimate,IfcCostValue,15000000.0 +Common,ProjectInfo,IfcProject,ProjectCommon,FundingSource,IfcLabel,GovernmentGrant +Common,ProjectInfo,IfcProject,ProjectCommon,ROI,IfcRatioMeasure,0.12 +Common,ProjectInfo,IfcProject,ProjectCommon,NetEarnedValue,IfcCostValue,500000.0 +Common,ProjectInfo,IfcProject,ProjectCommon,PaybackPeriod,IfcDuration,P4Y6M diff --git a/data/input_csv/IFC2X3/IFC2X3_002_IFCPROJECT.csv b/data/input_csv/IFC2X3/IFC2X3_002_IFCPROJECT.csv new file mode 100644 index 0000000000000000000000000000000000000000..96948f285a4f15a12997d4acf0efc6e3f95a19d9 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_002_IFCPROJECT.csv @@ -0,0 +1,5 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +共通,プロジェクト情報,IfcProject,ProjectCommon,FundingSource,IfcLabel,投資家からの資金調達及び自己資金がメイン。一部銀行融資あり。 +共通,プロジェクト情報,IfcProject,ProjectCommon,ProjectInvestmentEstimate,IfcCostValue,120000000 +共通,プロジェクト情報,IfcProject,ProjectCommon,PaybackPeriod,IfcDuration,P3Y +共通,プロジェクト情報,IfcProject,ProjectCommon,ProjectType,IfcLabel,既存ビルのリノベーション工事。 diff --git a/data/input_csv/IFC2X3/IFC2X3_003_IFCPROJECT.csv b/data/input_csv/IFC2X3/IFC2X3_003_IFCPROJECT.csv new file mode 100644 index 0000000000000000000000000000000000000000..5c76ad8adb9fa9a4e7e86b850fab57dee468b340 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_003_IFCPROJECT.csv @@ -0,0 +1,7 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +Common,ProjectInfo,Project,Project Information,Project Category,text,Residential +Common,ProjectInfo,Project,Project Information,Estimated Cost,float,20000000.0 +Common,ProjectInfo,Project,Project Information,Financing Method,label,OwnerEquity +Common,ProjectInfo,Project,Project Information,Expected Return,float,0.18 +Common,ProjectInfo,Project,Project Information,Net Profit,float,1200000.0 +Common,ProjectInfo,Project,Project Information,Payback Period,duration,P3Y6M diff --git a/data/input_csv/IFC2X3/IFC2X3_004_IFCPROJECT.csv b/data/input_csv/IFC2X3/IFC2X3_004_IFCPROJECT.csv new file mode 100644 index 0000000000000000000000000000000000000000..67b0320ea27d0ec3834bc62f9ea53921d63beb1e --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_004_IFCPROJECT.csv @@ -0,0 +1,5 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +Common,ProjectInfo,IfcProject,ProjectCommon,ProjectType,IfcLabel,Second Type Project +Common,ProjectInfo,IfcProject,ProjectCommon,ROI,IfcRatioMeasure,23.5 +Common,ProjectInfo,IfcProject,ProjectCommon,NetEarnedValue,IfcCostValue,200 +Common,ProjectInfo,IfcProject,ProjectCommon,PaybackPeriod,IfcDuration,P1Y diff --git a/data/input_csv/IFC2X3/IFC2X3_005_IFCPROJECT.csv b/data/input_csv/IFC2X3/IFC2X3_005_IFCPROJECT.csv new file mode 100644 index 0000000000000000000000000000000000000000..e1aabf50754f1dba41b98c8e41f4a6362f72f1b3 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_005_IFCPROJECT.csv @@ -0,0 +1,7 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +Common,ProjectInfo,Project,Common,Project Category,text,Commercial +Common,ProjectInfo,Project,Common,Estimated Cost,float,7500000.0 +Common,ProjectInfo,Project,Common,Financing Method,label,OwnerEquity +Common,ProjectInfo,Project,Common,Expected Return,float,0.095 +Common,ProjectInfo,Project,Common,Net Profit,float,350000.0 +Common,ProjectInfo,Project,Common,Payback Period,duration,P5Y5M diff --git a/data/input_csv/IFC2X3/IFC2X3_006_IFCSITE.csv b/data/input_csv/IFC2X3/IFC2X3_006_IFCSITE.csv new file mode 100644 index 0000000000000000000000000000000000000000..4727709121f6e6b1de34a557d7c5cdfdc98c1b62 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_006_IFCSITE.csv @@ -0,0 +1,21 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +共通,位置情報,IfcSite,SiteWeather,MinAmbientTemp,IfcThermodynamicTemperatureMeasure,-8.6 +共通,位置情報,IfcSite,Pset_PropertyAgreement,Restrictions,IfcText,夜間照明は海側遮光ルーバーを設ける +共通,位置情報,IfcSite,Address,UserDefinedPurpose,IfcLabel,沿岸観測・保守支援用地 +共通,位置情報,IfcSite,SiteCommon,FloorAreaRatio,IfcPositiveRatioMeasure,1.80 +共通,位置情報,IfcSite,LandRegistration,LandID,IfcIdentifier,AKT-COAST-47C +共通,位置情報,IfcSite,PropertyAgreement,TrackingIdentifier,IfcIdentifier,LEASE-AKT-COAST-27 +共通,位置情報,IfcSite,Pset_SiteCommon,TotalArea,IfcAreaMeasure,6115.4 +共通,位置情報,IfcSite,Address,Description,IfcText,日本海沿岸の観測設備と保守車両基地を兼ねる敷地 +共通,位置情報,IfcSite,SiteWeather,MaxAmbientTemp,IfcThermodynamicTemperatureMeasure,31.2 +共通,位置情報,IfcSite,PropertyAgreement,CommencementDate,IfcDate,2026-04-01 +共通,位置情報,IfcSite,LandRegistration,LandTitleID,IfcIdentifier,秋田(港湾)第88421号 +共通,位置情報,IfcSite,Address,InternalLocation,IfcLabel,飯島北ふ頭東区画 +共通,位置情報,IfcSite,PropertyAgreement,Duration,IfcDuration,P27Y +共通,位置情報,IfcSite,Pset_SiteCommon,BuildableArea,IfcAreaMeasure,4280.0 +共通,位置情報,IfcSite,Pset_PropertyAgreement,ConditionTermination,IfcText,返還時は観測基礎と埋設配管を撤去する +共通,位置情報,IfcSite,LandRegistration,IsPermanentID,IfcBoolean,false +共通,位置情報,IfcSite,Pset_SiteCommon,BuildingHeightLimit,IfcPositiveLengthMeasure,18.0 +共通,位置情報,IfcSite,Address,WWWHomePageURL,IfcURIReference,https://example.jp/sites/akita-coast-observation +共通,位置情報,IfcSite,PropertyAgreement,AgreementDate,IfcDate,2026-01-19 +共通,位置情報,IfcSite,SiteCommon,SiteCoverageRatio,IfcPositiveRatioMeasure,0.35 diff --git a/data/input_csv/IFC2X3/IFC2X3_007_IFCSITE.csv b/data/input_csv/IFC2X3/IFC2X3_007_IFCSITE.csv new file mode 100644 index 0000000000000000000000000000000000000000..fbd68d05579f63e8e77249b0020332bbf226170b --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_007_IFCSITE.csv @@ -0,0 +1,40 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +共有タイプ,敷地仕様,敷地,基本台帳,管理ID,ラベル,LOT-A17 +共有タイプ,敷地仕様,敷地,基本台帳,登録名称,ラベル,名古屋南テクニカルヤード +共有タイプ,敷地仕様,敷地,基本台帳,所在表記,ラベル,愛知県名古屋市港区潮見町7-4 +共有タイプ,敷地仕様,敷地,基本台帳,郵便識別,ラベル,4550016 +共有タイプ,敷地仕様,敷地,基本台帳,台帳番地,ラベル,名古屋市港区潮見町7番4 +共有タイプ,敷地仕様,敷地,面積基準,有効敷地面積,実数,1245.30 +共有タイプ,敷地仕様,敷地,座標基準,緯度値,実数,35.0921 +共有タイプ,敷地仕様,敷地,座標基準,経度値,実数,136.8798 +共有タイプ,敷地仕様,敷地,座標基準,標高基準値,実数,11.5 +共有タイプ,敷地仕様,敷地,座標基準,測量原点名,ラベル,TP-1 +共有タイプ,敷地仕様,敷地,座標基準,採用座標系,ラベル,JGD2011平面直角第VII系 +共有タイプ,敷地仕様,敷地,方位管理,北基準回転角,整数,135 +共有タイプ,敷地仕様,敷地,規制整理,計画区分,ラベル,市街化区域 +共有タイプ,敷地仕様,敷地,規制整理,地域指定,ラベル,工業地域 +共有タイプ,敷地仕様,敷地,規制整理,建築可能被覆率,実数,70 +共有タイプ,敷地仕様,敷地,規制整理,許容延床倍率,実数,400 +共有タイプ,敷地仕様,敷地,規制整理,防災指定,ラベル,準防火地域 +共有タイプ,敷地仕様,敷地,規制整理,高さ制限帯,ラベル,第2種高度地区 +共有タイプ,敷地仕様,敷地,接道条件,前面道路分類,ラベル,建基法42条1項1号 +共有タイプ,敷地仕様,敷地,行政記録,審査受付番号,ラベル,第R06計確-1842号 +共有タイプ,敷地仕様,敷地,行政記録,認定交付日,日付,2025-02-06 +共有タイプ,敷地仕様,敷地,地盤評価,支持層ランク,ラベル,GD-2 +共有タイプ,敷地仕様,敷地,地盤評価,許容地耐力度,整数,180 +共有タイプ,敷地仕様,敷地,ハザード確認,浸水リスク帯,ラベル,0.5m未満区域 +共有タイプ,敷地仕様,敷地,ハザード確認,基準風速帯,ラベル,基準風速34m/s +共有タイプ,敷地仕様,敷地,ハザード確認,降雪条件,ラベル,一般区域 +共有タイプ,敷地仕様,敷地,ハザード確認,地震地域係数区分,ラベル,Z=1.0地域 +共有タイプ,敷地仕様,敷地,供給接続,前面道路有効幅,整数,12 +共有タイプ,敷地仕様,敷地,供給接続,接続道路呼称,ラベル,潮見幹線 +共有タイプ,敷地仕様,敷地,供給接続,上水引込口径,整数,100 +共有タイプ,敷地仕様,敷地,供給接続,下水受入可否,真偽,true +共有タイプ,敷地仕様,敷地,供給接続,ガス供給可否,真偽,true +共有タイプ,敷地仕様,敷地,供給接続,受電契約上限,整数,320 +共有タイプ,敷地仕様,敷地,供給接続,通信導入方式,ラベル,ダークファイバ対応 +共有タイプ,敷地仕様,敷地,実施予定,着手計画日,日付,2025-03-01 +共有タイプ,敷地仕様,敷地,実施予定,実着手日,日付,2025-03-18 +共有タイプ,敷地仕様,敷地,実施予定,竣工目標日,日付,2027-02-20 +共有タイプ,敷地仕様,敷地,実施予定,実竣工日,日付,2027-03-05 +共有タイプ,敷地仕様,敷地,実施予定,事業区分,ラベル,新築 diff --git a/data/input_csv/IFC2X3/IFC2X3_008_IFCSITE.csv b/data/input_csv/IFC2X3/IFC2X3_008_IFCSITE.csv new file mode 100644 index 0000000000000000000000000000000000000000..a3b40dc5cc4c95687b6a19faa73a362d27c6b5f4 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_008_IFCSITE.csv @@ -0,0 +1,40 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +共通,敷地情報,敷地,敷地識別情報,敷地コード,ラベル,SITE-003 +共通,敷地情報,敷地,敷地識別情報,敷地名称,ラベル,札幌支店敷地 +共通,敷地情報,敷地,敷地識別情報,敷地住所,テキスト,北海道札幌市中央区北一条西1-1-1 +共通,敷地情報,敷地,敷地識別情報,敷地郵便番号,ラベル,600001 +共通,敷地情報,敷地,敷地識別情報,敷地地番,ラベル,札幌市中央区北一条西一丁目1番 +共通,敷地情報,敷地,敷地識別情報,敷地面積,実数,2200 +共通,敷地情報,敷地,敷地位置情報,北緯,実数,43.0618 +共通,敷地情報,敷地,敷地位置情報,東経,実数,141.3545 +共通,敷地情報,敷地,敷地位置情報,標高TP,実数,5 +共通,敷地情報,敷地,敷地位置情報,基準点名称,ラベル,TP +共通,敷地情報,敷地,敷地位置情報,測地系,ラベル,JGD2000 +共通,敷地情報,敷地,敷地位置情報,方位基準角,整数,180 +共通,敷地情報,敷地,法規行政情報,都市計画区域,ラベル,市街化区域 +共通,敷地情報,敷地,法規行政情報,用途地域,ラベル,近隣商業地域 +共通,敷地情報,敷地,法規行政情報,建蔽率許容値,実数,70 +共通,敷地情報,敷地,法規行政情報,容積率許容値,実数,400 +共通,敷地情報,敷地,法規行政情報,防火地域区分,ラベル,防火地域 +共通,敷地情報,敷地,法規行政情報,高度地区区分,ラベル,無指定 +共通,敷地情報,敷地,法規行政情報,道路種別,ラベル,建基法42条1項2号 +共通,敷地情報,敷地,法規行政情報,確認申請番号,ラベル,第R06建確-9012号 +共通,敷地情報,敷地,法規行政情報,確認済証交付日,日付,2025-02-20 +共通,敷地情報,敷地,環境条件情報,地盤等級,ラベル,GL-1 +共通,敷地情報,敷地,環境条件情報,地耐力,整数,200 +共通,敷地情報,敷地,環境条件情報,浸水想定区分,ラベル,浸水想定区域内 +共通,敷地情報,敷地,環境条件情報,風荷重区分,ラベル,基準風速36m/s +共通,敷地情報,敷地,環境条件情報,積雪荷重区分,ラベル,多雪区域 +共通,敷地情報,敷地,環境条件情報,地震動区分,ラベル,耐震等級1 +共通,敷地情報,敷地,インフラ接続情報,接道幅員,整数,10 +共通,敷地情報,敷地,インフラ接続情報,道路名称,ラベル,北一条通 +共通,敷地情報,敷地,インフラ接続情報,上水道引込径,整数,100 +共通,敷地情報,敷地,インフラ接続情報,下水道接続,真偽,true +共通,敷地情報,敷地,インフラ接続情報,ガス引込,真偽,true +共通,敷地情報,敷地,インフラ接続情報,電力契約容量,整数,300 +共通,敷地情報,敷地,インフラ接続情報,通信引込種別,ラベル,5G +共通,敷地情報,敷地,工程情報,着工予定日,日付,2025-05-15 +共通,敷地情報,敷地,工程情報,着工日,日付,2025-06-01 +共通,敷地情報,敷地,工程情報,完了予定日,日付,2027-03-31 +共通,敷地情報,敷地,工程情報,完了日,日付,2027-04-15 +共通,敷地情報,敷地,工程情報,工事種別,ラベル,新築 diff --git a/data/input_csv/IFC2X3/IFC2X3_009_IFCSITE.csv b/data/input_csv/IFC2X3/IFC2X3_009_IFCSITE.csv new file mode 100644 index 0000000000000000000000000000000000000000..58cd9ad67d7dad002fcf56e623bcb7827121a274 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_009_IFCSITE.csv @@ -0,0 +1,28 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +Common,SiteInfo,IfcSite,SiteCommon,Reference,IfcIdentifier,Site-A +Common,SiteInfo,IfcSite,Pset_SiteCommon,BuildableArea,IfcAreaMeasure,1200.0 +Common,SiteInfo,IfcSite,SiteCommon,SiteCoverageRatio,IfcPositiveRatioMeasure,0.6 +Common,SiteInfo,IfcSite,SiteCommon,FloorAreaRatio,IfcPositiveRatioMeasure,2.5 +Common,SiteInfo,IfcSite,Pset_SiteCommon,BuildingHeightLimit,IfcPositiveLengthMeasure,15.0 +Common,SiteInfo,IfcSite,Pset_SiteCommon,TotalArea,IfcAreaMeasure,2000.0 +Common,SiteInfo,IfcSite,LandRegistration,LandID,IfcIdentifier,LAND-2023-01 +Common,SiteInfo,IfcSite,LandRegistration,IsPermanentID,IfcBoolean,true +Common,SiteInfo,IfcSite,LandRegistration,LandTitleID,IfcIdentifier,TITLE-9876 +Common,SiteInfo,IfcSite,Address,Purpose,IfcLabel,Residential +Common,SiteInfo,IfcSite,Address,Description,IfcText,Large sloped site with river boundary +Common,SiteInfo,IfcSite,Address,UserDefinedPurpose,IfcLabel,FutureDevelopment +Common,SiteInfo,IfcSite,Address,InternalLocation,IfcLabel,Block A Lot 3 +Common,SiteInfo,IfcSite,Address,AddressLines,IfcLabel,123 Example St. +Common,SiteInfo,IfcSite,Address,PostalBox,IfcLabel,PO Box 123 +Common,SiteInfo,IfcSite,Address,Town,IfcLabel,Tokyo +Common,SiteInfo,IfcSite,Address,Region,IfcLabel,Kanto +Common,SiteInfo,IfcSite,Address,PostalCode,IfcLabel,100-0001 +Common,SiteInfo,IfcSite,Address,Country,IfcLabel,Japan +Common,SiteInfo,IfcSite,Address,TelephoneNumbers,IfcLabel,+81-3-1234-5678 +Common,SiteInfo,IfcSite,Address,FacsimileNumbers,IfcLabel,+81-3-1234-5679 +Common,SiteInfo,IfcSite,Address,PagerNumber,IfcLabel,1 +Common,SiteInfo,IfcSite,Address,ElectronicMailAddresses,IfcLabel,info@example.com +Common,SiteInfo,IfcSite,Address,WWWHomePageURL,IfcURIReference,https://example.com +Common,SiteInfo,IfcSite,Address,MessagingIDs,IfcURIReference,slack:org_channel +Common,SiteInfo,IfcSite,SiteBaseQuantities,GrossPerimeter,IfcLengthMeasure,180.0 +Common,SiteInfo,IfcSite,SiteBaseQuantities,GrossArea,IfcAreaMeasure,2500.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_010_IFCSITE.csv b/data/input_csv/IFC2X3/IFC2X3_010_IFCSITE.csv new file mode 100644 index 0000000000000000000000000000000000000000..cebfb4126e0bf18110778ece30194ca7a09f84f1 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_010_IFCSITE.csv @@ -0,0 +1,38 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +共通,敷地情報,IfcSite,SiteCommon,FloorAreaRatio,IfcPositiveRatioMeasure,1.80 +共通,敷地情報,IfcSite,Address,Country,IfcLabel,JP +共通,敷地情報,IfcSite,Pset_PropertyAgreement,ConditionTermination,IfcText,計測杭を撤去し原状回復する +共通,敷地情報,IfcSite,Address,Town,IfcLabel,つくば市 +共通,敷地情報,IfcSite,LandRegistration,LandID,IfcIdentifier,LAND-IBK-0471 +共通,敷地情報,IfcSite,Address,TelephoneNumbers,IfcLabel,029-555-2400|029-555-2401 +共通,敷地情報,IfcSite,SiteWeather,MinAmbientTemp,IfcThermodynamicTemperatureMeasure,-7.8 +共通,敷地情報,IfcSite,Address,UserDefinedPurpose,IfcLabel,次世代材料検証用地 +共通,敷地情報,IfcSite,PropertyAgreement,AgreementVersion,IfcLabel,RevB +共通,敷地情報,IfcSite,Pset_SiteCommon,BuildableArea,IfcAreaMeasure,4280.5 +共通,敷地情報,IfcSite,Address,PostalCode,IfcLabel,305-0818 +共通,敷地情報,IfcSite,PropertyAgreement,AgreementDate,IfcDate,2032-04-01 +共通,敷地情報,IfcSite,Address,FacsimileNumbers,IfcLabel,029-555-2409 +共通,敷地情報,IfcSite,SiteCommon,Reference,IfcIdentifier,TSK-SITE-NF-A +共通,敷地情報,IfcSite,Address,PostalBox,IfcLabel,つくば中央私書箱41号 +共通,敷地情報,IfcSite,Pset_PropertyAgreement,PropertyName,IfcLabel,学園南四丁目8番2外 +共通,敷地情報,IfcSite,Address,Description,IfcText,北関東先端試験敷地 +共通,敷地情報,IfcSite,LandRegistration,LandTitleID,IfcIdentifier,茨城つくば第20458号 +共通,敷地情報,IfcSite,Pset_PropertyAgreement,Restrictions,IfcText,夜間搬入は22時以降禁止 +共通,敷地情報,IfcSite,Address,Region,IfcLabel,茨城県 +共通,敷地情報,IfcSite,SiteWeather,MaxAmbientTemp,IfcThermodynamicTemperatureMeasure,35.2 +共通,敷地情報,IfcSite,Address,ElectronicMailAddresses,IfcLabel,site-admin@northfield.example|safety@northfield.example +共通,敷地情報,IfcSite,PropertyAgreement,Duration,IfcDuration,P20Y +共通,敷地情報,IfcSite,Address,WWWHomePageURL,IfcURIReference,https://northfield.example/site/overview +共通,敷地情報,IfcSite,Pset_PropertyAgreement,ConditionCommencement,IfcText,仮囲い設置と地耐力確認完了後に引渡し +共通,敷地情報,IfcSite,Pset_SiteCommon,BuildingHeightLimit,IfcPositiveLengthMeasure,18.5 +共通,敷地情報,IfcSite,Address,InternalLocation,IfcLabel,西ゲート管理区画 +共通,敷地情報,IfcSite,PropertyAgreement,CommencementDate,IfcDate,2032-05-01 +共通,敷地情報,IfcSite,LandRegistration,IsPermanentID,IfcBoolean,false +共通,敷地情報,IfcSite,Address,MessagingIDs,IfcURIReference,sip:site.ops@northfield.example|ftp://files.northfield.example/site-address +共通,敷地情報,IfcSite,PropertyAgreement,TrackingIdentifier,IfcIdentifier,LEASE-NF-2032-01 +共通,敷地情報,IfcSite,SiteCommon,SiteCoverageRatio,IfcPositiveRatioMeasure,0.42 +共通,敷地情報,IfcSite,Address,PagerNumber,IfcLabel,91-5520 +共通,敷地情報,IfcSite,Address,AddressLines,IfcLabel,茨城県つくば市学園南4-8-2|E-3街区 +共通,敷地情報,IfcSite,Pset_PropertyAgreement,Options,IfcText,再契約時は騒音観測設備の残置協議を行う +共通,敷地情報,IfcSite,Pset_SiteCommon,TotalArea,IfcAreaMeasure,6120.0 +共通,敷地情報,IfcSite,PropertyAgreement,TerminationDate,IfcDate,2052-04-30 diff --git a/data/input_csv/IFC2X3/IFC2X3_011_IFCBUILDING.csv b/data/input_csv/IFC2X3/IFC2X3_011_IFCBUILDING.csv new file mode 100644 index 0000000000000000000000000000000000000000..327bfbd682e8b4c6d2bfa5a0a1d04711d5520b20 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_011_IFCBUILDING.csv @@ -0,0 +1,39 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +Common,BuildingInfo,Building,Building Information,BuildingNameTag,label,Building-A +Common,BuildingInfo,Building,Building Information,GlobalId,label,BLDG-01 +Common,BuildingInfo,Building,Building Information,IsPermanent,boolean,true +Common,BuildingInfo,Building,Building Information,Construction Method,label,SteelFrame +Common,BuildingInfo,Building,Building Information,Fire Protection Class,label,Class1 +Common,BuildingInfo,Building,Building Information,Sprinkler,boolean,true +Common,BuildingInfo,Building,Building Information,Automatic Sprinkler,boolean,true +Common,BuildingInfo,Building,Building Information,Main Use,label,Residential +Common,BuildingInfo,Building,Building Information,Total Area,area,1200.0 +Common,BuildingInfo,Building,Building Information,Usable Area,area,1100.0 +Common,BuildingInfo,Building,Building Information,Floors Above Ground,integer,5 +Common,BuildingInfo,Building,Building Information,Year Built,integer,1984 +Common,BuildingInfo,Building,Building Information,Year Renovated,integer,2017 +Common,BuildingInfo,Building,Building Information,Heritage Listed,boolean,true +Common,BuildingInfo,Building,Building Information,Reference Height,length,0.0 +Common,BuildingInfo,Building,Building Information,Elevation Terrain,length,2.0 +Common,BuildingInfo,Building,Building Information,Ancillary Fire Use,label,Storage +Common,BuildingInfo,Building,Building Information,Fire Use,label,Office +Common,BuildingInfo,Building,Usecase,Market Type,label,Premium +Common,BuildingInfo,Building,Usecase,Market Subtype,label,Retail +Common,BuildingInfo,Building,Usecase,ApprovalState,label,Approved +Common,BuildingInfo,Building,Usecase,Rental Rates,float,1200.0 +Common,BuildingInfo,Building,Address Information,MainUse,text,PrimaryOffice +Common,BuildingInfo,Building,Address Information,Street,text,123 Example St. +Common,BuildingInfo,Building,Address Information,Suburb,text,PO Box 123 +Common,BuildingInfo,Building,Address Information,City,text,Tokyo +Common,BuildingInfo,Building,Address Information,State,text,Kanto +Common,BuildingInfo,Building,Address Information,Postcode,text,100-0001 +Common,BuildingInfo,Building,Address Information,Nation,text,Japan +Common,BuildingInfo,Building,Address Information,Email,text,info@company.com +Common,BuildingInfo,Building,Address Information,Website,text,https://example.com +Common,BuildingInfo,Building,Quantities,BuildingHeightM,length,12.5 +Common,BuildingInfo,Building,Quantities,Roof Height,length,11.0 +Common,BuildingInfo,Building,Quantities,Building Area,area,200.0 +Common,BuildingInfo,Building,Quantities,Gross Building Area,area,1500.0 +Common,BuildingInfo,Building,Quantities,Net Building Area,area,1400.0 +Common,BuildingInfo,Building,Quantities,Gross Volume,volume,12000.0 +Common,BuildingInfo,Building,Quantities,Net Volume,volume,11500.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_012_IFCBUILDING.csv b/data/input_csv/IFC2X3/IFC2X3_012_IFCBUILDING.csv new file mode 100644 index 0000000000000000000000000000000000000000..ed161cb030f25c4bafe67f77f309ba1632d12276 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_012_IFCBUILDING.csv @@ -0,0 +1,39 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +Common,BuildingInfo,IfcBuilding,Address,Description,IfcText,Mailing and visitor contact address for the east campus administration building +Common,BuildingInfo,IfcBuilding,Address,UserDefinedPurpose,IfcLabel,AssetCorrespondence +Common,BuildingInfo,IfcBuilding,Address,InternalLocation,IfcLabel,Concierge Desk Level 01 +Common,BuildingInfo,IfcBuilding,Address,AddressLines,IfcLabel,88 Meridian Loop; East Campus +Common,BuildingInfo,IfcBuilding,Address,PostalBox,IfcLabel,PO Box 481 +Common,BuildingInfo,IfcBuilding,Address,Town,IfcLabel,Rivermouth +Common,BuildingInfo,IfcBuilding,Address,Region,IfcLabel,South County +Common,BuildingInfo,IfcBuilding,Address,PostalCode,IfcLabel,RM48TZ +Common,BuildingInfo,IfcBuilding,Address,Country,IfcLabel,GB +Common,BuildingInfo,IfcBuilding,Address,TelephoneNumbers,IfcLabel,+44-20-5550-0188; +44-20-5550-0199 +Common,BuildingInfo,IfcBuilding,Address,FacsimileNumbers,IfcLabel,+44-20-5550-0177 +Common,BuildingInfo,IfcBuilding,Address,PagerNumber,IfcLabel,ENG-4427 +Common,BuildingInfo,IfcBuilding,Address,ElectronicMailAddresses,IfcLabel,facilities@rivermouth-example.test; reception@rivermouth-example.test +Common,BuildingInfo,IfcBuilding,Address,WWWHomePageURL,IfcURIReference,https://rivermouth-example.test/buildings/east-campus +Common,BuildingInfo,IfcBuilding,Address,MessagingIDs,IfcURIReference,sip:ops@rivermouth-example.test; ftp://files.rivermouth-example.test/handover +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,BuildingID,IfcIdentifier,RM-BLDG-27 +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,IsPermanentID,IfcBoolean,false +Common,BuildingInfo,IfcBuilding,BuildingCommon,ConstructionMethod,IfcLabel,Cross-laminated timber hybrid +Common,BuildingInfo,IfcBuilding,BuildingCommon,FireProtectionClass,IfcLabel,Enhanced compartmentation class +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,SprinklerProtection,IfcBoolean,true +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,OccupancyType,IfcLabel,Education and administration +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,GrossPlannedArea,IfcAreaMeasure,18640.5 +Common,BuildingInfo,IfcBuilding,BuildingCommon,NumberOfStoreys,IfcCountMeasure,9 +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,IsLandmarked,IfcLogical,UNKNOWN +Common,BuildingInfo,IfcBuilding,BuildingCommon,ElevationOfRefHeight,IfcLengthMeasure,112.35 +Common,BuildingInfo,IfcBuilding,BuildingCommon,ElevationOfTerrain,IfcLengthMeasure,108.90 +Common,BuildingInfo,IfcBuilding,Pset_BuildingUseAdjacent,MarketCategory,IfcLabel,Healthcare +Common,BuildingInfo,IfcBuilding,Pset_BuildingUseAdjacent,MarketSubCategory,IfcLabel,Outpatient clinic +Common,BuildingInfo,IfcBuilding,Pset_BuildingUseAdjacent,PlanningControlStatus,IfcLabel,Special review corridor +Common,BuildingInfo,IfcBuilding,Pset_BuildingUseAdjacent,NarrativeText,IfcText,Adjacent parcel reserved for a medical facility with extended evening operation +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,HeatingDryBulb,IfcThermodynamicTemperatureMeasure,-7.5 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,HeatingWetBulb,IfcThermodynamicTemperatureMeasure,-8.8 +Common,BuildingInfo,IfcBuilding,OutsideDesignCriteria,HeatingDesignDay,IfcDateTime,2026-01-22T05:30:00 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,CoolingDryBulb,IfcThermodynamicTemperatureMeasure,31.8 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,CoolingWetBulb,IfcThermodynamicTemperatureMeasure,23.9 +Common,BuildingInfo,IfcBuilding,OutsideDesignCriteria,CoolingDesignDay,IfcDateTime,2026-07-19T15:00:00 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,WeatherDataStation,IfcText,Rivermouth aerodrome archive station +Common,BuildingInfo,IfcBuilding,OutsideDesignCriteria,WeatherDataDate,IfcDateTime,2025-09-01T00:00:00 diff --git a/data/input_csv/IFC2X3/IFC2X3_013_IFCBUILDING.csv b/data/input_csv/IFC2X3/IFC2X3_013_IFCBUILDING.csv new file mode 100644 index 0000000000000000000000000000000000000000..0e8b33cd8525e360febed6a3c557130d3693ca09 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_013_IFCBUILDING.csv @@ -0,0 +1,39 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +Common,BuildingInfo,Building,Building Info,Display Name,label,Building-B +Common,BuildingInfo,Building,Building Info,Building ID,label,BLDG-02 +Common,BuildingInfo,Building,Building Info,Is Permanent,boolean,false +Common,BuildingInfo,Building,Building Info,Construction Method,label,Timber +Common,BuildingInfo,Building,Building Info,Fire Protection Class,label,Class3 +Common,BuildingInfo,Building,Building Info,Sprinkler,boolean,false +Common,BuildingInfo,Building,Building Info,Automatic Sprinkler,boolean,false +Common,BuildingInfo,Building,Building Info,Main Use,label,Office +Common,BuildingInfo,Building,Building Info,Total Area,area,1500.0 +Common,BuildingInfo,Building,Building Info,Usable Area,area,1400.0 +Common,BuildingInfo,Building,Building Info,Floors Above Ground,integer,3 +Common,BuildingInfo,Building,Building Info,Date Built,date,1998-05-20 +Common,BuildingInfo,Building,Building Info,Renovation Date,date,2015-03-10 +Common,BuildingInfo,Building,Building Info,Heritage Listed,boolean,false +Common,BuildingInfo,Building,Building Info,Reference Height,length,1.0 +Common,BuildingInfo,Building,Building Info,Elevation Terrain,length,1.5 +Common,BuildingInfo,Building,Building Info,Ancillary Fire Use,label,Garage +Common,BuildingInfo,Building,Building Info,Fire Use,label,Retail +Common,BuildingInfo,Building,Usecase,Market Type,label,Economy +Common,BuildingInfo,Building,Usecase,Market Subtype,label,HighStreet +Common,BuildingInfo,Building,Usecase,State,label,Pending +Common,BuildingInfo,Building,Usecase,Rental Rates,float,1300.0 +Common,BuildingInfo,Building,Address Info,Intended Use,text,Headquarters +Common,BuildingInfo,Building,Address Info,Street,text,456 Sample Rd. +Common,BuildingInfo,Building,Address Info,PO Box,text,PO Box 456 +Common,BuildingInfo,Building,Address Info,City,text,Osaka +Common,BuildingInfo,Building,Address Info,Region Name,text,Kansai +Common,BuildingInfo,Building,Address Info,Postcode,text,530-0001 +Common,BuildingInfo,Building,Address Info,Country Name,text,Japan +Common,BuildingInfo,Building,Address Info,Email,text,hello@company.jp +Common,BuildingInfo,Building,Address Info,Website,text,https://example.org +Common,BuildingInfo,Building,Building Quantities,Measured Height,length,15.0 +Common,BuildingInfo,Building,Building Quantities,Roof Height,length,10.0 +Common,BuildingInfo,Building,Building Quantities,Building Area,area,250.0 +Common,BuildingInfo,Building,Building Quantities,Gross Building Area,area,1600.0 +Common,BuildingInfo,Building,Building Quantities,Net Building Area,area,1500.0 +Common,BuildingInfo,Building,Building Quantities,Gross Volume,volume,13000.0 +Common,BuildingInfo,Building,Building Quantities,Net Volume,volume,12500.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_014_IFCBUILDING.csv b/data/input_csv/IFC2X3/IFC2X3_014_IFCBUILDING.csv new file mode 100644 index 0000000000000000000000000000000000000000..4756ee897c396daec2e9577ac25acdd8af04ba64 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_014_IFCBUILDING.csv @@ -0,0 +1,44 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +共通,建物情報,IfcBuilding,BuildingCommon,Reference,IfcIdentifier,TOKYO-HQ-BLDG +共通,建物情報,IfcBuilding,Pset_BuildingCommon,BuildingID,IfcIdentifier,BLDG-001 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,IsPermanentID,IfcBoolean,true +共通,建物情報,IfcBuilding,BuildingCommon,ConstructionMethod,IfcLabel,鉄骨造 +共通,建物情報,IfcBuilding,BuildingCommon,FireProtectionClass,IfcLabel,耐火建築物 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,SprinklerProtection,IfcBoolean,true +共通,建物情報,IfcBuilding,Pset_BuildingCommon,SprinklerProtectionAutomatic,IfcBoolean,true +共通,建物情報,IfcBuilding,Pset_BuildingCommon,OccupancyType,IfcLabel,事務所 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,GrossPlannedArea,IfcAreaMeasure,18500.0 +共通,建物情報,IfcBuilding,BuildingCommon,NetPlannedArea,IfcAreaMeasure,16320.0 +共通,建物情報,IfcBuilding,BuildingCommon,NumberOfStoreys,IfcCountMeasure,14 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,YearOfConstruction,IfcLabel,2027 +共通,建物情報,IfcBuilding,BuildingCommon,YearOfLastRefurbishment,IfcLabel,2042 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,IsLandmarked,IfcLogical,false +共通,建物情報,IfcBuilding,BuildingCommon,ElevationOfRefHeight,IfcLengthMeasure,0.0 +共通,建物情報,IfcBuilding,Pset_BuildingUse,MarketCategory,IfcLabel,大規模オフィス +共通,建物情報,IfcBuilding,Pset_BuildingUse,MarketSubCategory,IfcLabel,本社機能 +共通,建物情報,IfcBuilding,Pset_BuildingUse,PlanningControlStatus,IfcLabel,確認済 +共通,建物情報,IfcBuilding,Pset_BuildingUse,NarrativeText,IfcText,本社執務機能と会議機能を併設 +共通,建物情報,IfcBuilding,Pset_BuildingUse,VacancyRateInCategoryNow,IfcPositiveRatioMeasure,0.02 +共通,建物情報,IfcBuilding,Pset_BuildingUse,TenureModesAvailableNow,IfcLabel,自社保有 +共通,建物情報,IfcBuilding,Pset_BuildingUse,MarketSubCategoriesAvailableNow,IfcLabel,"執務, 会議, 共用" +共通,建物情報,IfcBuilding,Pset_BuildingUse,RentalRatesInCategoryNow,IfcMonetaryMeasure,680000.0 +共通,建物情報,IfcBuilding,Pset_BuildingUse,VacancyRateInCategoryFuture,IfcPositiveRatioMeasure,0.05 +共通,建物情報,IfcBuilding,Pset_BuildingUse,TenureModesAvailableFuture,IfcLabel,自社保有または賃貸 +共通,建物情報,IfcBuilding,Pset_BuildingUse,MarketSubCategoriesAvailableFuture,IfcLabel,"執務, 会議, 交流" +共通,建物情報,IfcBuilding,Pset_BuildingUse,RentalRatesInCategoryFuture,IfcMonetaryMeasure,720000.0 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,HeatingDryBulb,IfcThermodynamicTemperatureMeasure,-1.5 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,HeatingWetBulb,IfcThermodynamicTemperatureMeasure,-3.0 +共通,建物情報,IfcBuilding,OutsideDesignCriteria,HeatingDesignDay,IfcDateTime,2027-01-20T06:00:00 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,CoolingDryBulb,IfcThermodynamicTemperatureMeasure,34.0 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,CoolingWetBulb,IfcThermodynamicTemperatureMeasure,27.0 +共通,建物情報,IfcBuilding,OutsideDesignCriteria,CoolingDesignDay,IfcDateTime,2027-08-07T14:00:00 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,WeatherDataStation,IfcText,東京管区気象台 +共通,建物情報,IfcBuilding,OutsideDesignCriteria,WeatherDataDate,IfcDateTime,2026-10-01T09:00:00 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,PrevailingWindDirection,IfcPlaneAngleMeasure,180.0 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,PrevailingWindVelocity,IfcLinearVelocityMeasure,3.8 +共通,建物情報,IfcBuilding,SpaceLightingDesign,ArtificialLighting,IfcBoolean,true +共通,建物情報,IfcBuilding,SpaceLightingDesign,Illuminance,IfcIlluminanceMeasure,750.0 +共通,建物情報,IfcBuilding,SpaceOccupancyRequirements,OccupancyType,IfcLabel,事務所 +共通,建物情報,IfcBuilding,SpaceOccupancyRequirements,OccupancyNumber,IfcCountMeasure,850 +共通,建物情報,IfcBuilding,SpaceOccupancyRequirements,OccupancyNumberPeak,IfcCountMeasure,1020 +共通,建物情報,IfcBuilding,SpaceOccupancyRequirements,AreaPerOccupant,IfcAreaMeasure,19.2 diff --git a/data/input_csv/IFC2X3/IFC2X3_015_IFCBUILDING.csv b/data/input_csv/IFC2X3/IFC2X3_015_IFCBUILDING.csv new file mode 100644 index 0000000000000000000000000000000000000000..6cecee84aa3ac07384853cb7e8810f03b9832c95 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_015_IFCBUILDING.csv @@ -0,0 +1,44 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +共通,建物情報,Building,建物識別情報,建物コード,ラベル,BLDG-001 +共通,建物情報,Building,建物識別情報,建物名称,ラベル,東京本社ビル +共通,建物情報,Building,建物識別情報,棟番号,ラベル,A棟 +共通,建物情報,Building,建物識別情報,建物種別,ラベル,本館 +共通,建物情報,Building,建物識別情報,階数,整数,12 +共通,建物情報,Building,建物識別情報,最高高さ,長さ,58.7 +共通,建物情報,Building,建物位置情報,建物住所,ラベル,東京都新宿区四谷1-1-1 +共通,建物情報,Building,建物位置情報,建物郵便番号,ラベル,1600004 +共通,建物情報,Building,建物位置情報,建物地番,ラベル,新宿区四谷一丁目1番 +共通,建物情報,Building,建物位置情報,北緯,角度,35.6895 +共通,建物情報,Building,建物位置情報,東経,角度,139.6917 +共通,建物情報,Building,建物位置情報,標高,長さ,28.5 +共通,建物情報,Building,建物位置情報,測地系,ラベル,JGD2011 +共通,建物情報,Building,建物法規情報,主要用途,ラベル,事務所 +共通,建物情報,Building,建物法規情報,確認申請番号,ラベル,第R05建確-5678号 +共通,建物情報,Building,建物法規情報,確認済証交付日,日付,2025-04-01 +共通,建物情報,Building,建物法規情報,許可番号,ラベル,特定建築許可-2025-001 +共通,建物情報,Building,建物法規情報,防火地域区分,ラベル,準防火地域 +共通,建物情報,Building,建物法規情報,用途地域,ラベル,商業地域 +共通,建物情報,Building,建物法規情報,延床面積,面積,15200 +共通,建物情報,Building,建物法規情報,建築面積,面積,1450 +共通,建物情報,Building,建物構造情報,高さ制限区分,ラベル,第2種高度地区 +共通,建物情報,Building,建物構造情報,構造種別,ラベル,RC造 +共通,建物情報,Building,建物構造情報,耐火構造区分,ラベル,耐火建築物 +共通,建物情報,Building,建物構造情報,地上階数,整数,12 +共通,建物情報,Building,建物構造情報,地下階数,整数,2 +共通,建物情報,Building,建物構造情報,基準階高,長さ,3600 +共通,建物情報,Building,建物環境性能情報,塔屋階数,整数,1 +共通,建物情報,Building,建物環境性能情報,省エネ性能評価,ラベル,BELS★★★ +共通,建物情報,Building,建物環境性能情報,ZEB区分,ラベル,ZEB Ready +共通,建物情報,Building,建物環境性能情報,CASBEEランク,ラベル,Aランク +共通,建物情報,Building,建物FM情報,再エネ設備有無,真偽,true +共通,建物情報,Building,建物FM情報,FM建物ID,ラベル,FM-BLDG-001 +共通,建物情報,Building,建物FM情報,管理部門,ラベル,総務部 +共通,建物情報,Building,建物FM情報,清掃区分,ラベル,A +共通,建物情報,Building,建物FM情報,セキュリティ区分,ラベル,制限区域 +共通,建物情報,Building,建物FM情報,耐用年数,整数,60 +共通,建物情報,Building,建物工程情報,竣工年月日,日付,2026-03-15 +共通,建物情報,Building,建物工程情報,建築着工予定日,日付,2025-04-01 +共通,建物情報,Building,建物工程情報,建築着工日,日付,2025-04-15 +共通,建物情報,Building,建物工程情報,建築完了予定日,日付,2026-02-28 +共通,建物情報,Building,建物工程情報,建築完了日,日付,2026-03-15 +共通,建物情報,Building,建物工程情報,引渡状態,ラベル,完 diff --git a/data/input_csv/IFC2X3/IFC2X3_016_IFCBUILDINGSTOREY.csv b/data/input_csv/IFC2X3/IFC2X3_016_IFCBUILDINGSTOREY.csv new file mode 100644 index 0000000000000000000000000000000000000000..abdf8e3f546f23d97afd5d4073254f28245c125c --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_016_IFCBUILDINGSTOREY.csv @@ -0,0 +1,34 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +共通,階層情報,階・フロア,基本情報,階コード,ラベル,B1F +共通,階層情報,階・フロア,基本情報,出入口階,真偽,false +共通,階層情報,階・フロア,基本情報,地上階,真偽,false +共通,階層情報,階・フロア,基本情報,スプリンクラー有無,真偽,true +共通,階層情報,階・フロア,基本情報,自動スプリンクラー有無,真偽,true +共通,階層情報,階・フロア,基本情報,積載耐力,実数,6.0 +共通,階層情報,階・フロア,面積情報,計画面積,面積,2980.0 +共通,階層情報,階・フロア,面積情報,正味計画面積,面積,2560.0 +共通,階層情報,階・フロア,高さ情報,SSL基準高さ,長さ,-3.00 +共通,階層情報,階・フロア,高さ情報,FFL基準高さ,長さ,-2.85 +共通,階層情報,階・フロア,運用情報,契約管理番号,ラベル,AGR-B1-01 +共通,階層情報,階・フロア,運用情報,契約版数,ラベル,第2版 +共通,階層情報,階・フロア,運用情報,契約日,日付,2025-04-01 +共通,階層情報,階・フロア,運用情報,階名称,ラベル,地下1階 +共通,階層情報,階・フロア,運用情報,利用開始日,日付,2025-05-01 +共通,階層情報,階・フロア,運用情報,利用終了日,日付,2045-04-30 +共通,階層情報,階・フロア,運用情報,利用期間,テキスト,20年 +共通,階層情報,階・フロア,運用情報,利用条件,テキスト,防災設備検査完了後に供用開始 +共通,階層情報,階・フロア,運用情報,利用制限,テキスト,危険物の常設保管は禁止 +共通,階層情報,階・フロア,空調情報,空調備考,テキスト,地下階空調系統 +共通,階層情報,階・フロア,空調情報,空調方式,ラベル,ダクト式 +共通,階層情報,階・フロア,空調情報,総風量,実数,4.8 +共通,階層情報,階・フロア,空調情報,熱取得量,実数,12.0 +共通,階層情報,階・フロア,空調情報,顕熱風量,実数,3.9 +共通,階層情報,階・フロア,空調情報,顕熱取得量,実数,8.5 +共通,階層情報,階・フロア,空調情報,損失熱量,実数,1.4 +共通,階層情報,階・フロア,数量情報,総階高,長さ,3.4 +共通,階層情報,階・フロア,数量情報,有効階高,長さ,3.1 +共通,階層情報,階・フロア,数量情報,外周長,長さ,62.0 +共通,階層情報,階・フロア,数量情報,総床面積,面積,2980.0 +共通,階層情報,階・フロア,数量情報,正味床面積,面積,2560.0 +共通,階層情報,階・フロア,数量情報,総体積,体積,1200.0 +共通,階層情報,階・フロア,数量情報,正味体積,体積,1000.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_017_IFCBUILDINGSTOREY.csv b/data/input_csv/IFC2X3/IFC2X3_017_IFCBUILDINGSTOREY.csv new file mode 100644 index 0000000000000000000000000000000000000000..dfa5db24561ba2ab3d23b47cc5e57fff192f59f0 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_017_IFCBUILDINGSTOREY.csv @@ -0,0 +1,24 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,Reference,IfcIdentifier,ST-03 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,EntranceLevel,IfcBoolean,false +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,AboveGround,IfcLogical,true +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtection,IfcBoolean,true +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtectionAutomatic,IfcBoolean,true +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,LoadBearingCapacity,IfcPlanarForceMeasure,4.5 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,GrossPlannedArea,IfcAreaMeasure,980.0 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,NetPlannedArea,IfcAreaMeasure,860.0 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,ElevationOfSSLRelative,IfcLengthMeasure,6.40 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,ElevationOfFFLRelative,IfcLengthMeasure,6.55 +Common,StoreyInfo,IfcBuildingStorey,PropertyAgreement,TrackingIdentifier,IfcIdentifier,ST03-LEASE-01 +Common,StoreyInfo,IfcBuildingStorey,PropertyAgreement,AgreementVersion,IfcLabel,Rev-A +Common,StoreyInfo,IfcBuildingStorey,PropertyAgreement,AgreementDate,IfcDate,2026-03-01 +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,PropertyName,IfcLabel,Level 03 Office Floor +Common,StoreyInfo,IfcBuildingStorey,PropertyAgreement,CommencementDate,IfcDate,2026-04-01 +Common,StoreyInfo,IfcBuildingStorey,PropertyAgreement,TerminationDate,IfcDate,2041-03-31 +Common,StoreyInfo,IfcBuildingStorey,PropertyAgreement,Duration,IfcDuration,P15Y +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,Options,IfcText,Tenant fit-out allowed after approval +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,ConditionCommencement,IfcText,HVAC balancing completed +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,Restrictions,IfcText,Heavy archive storage prohibited +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,ConditionTermination,IfcText,Reinstate ceiling grid at handover +Common,StoreyInfo,IfcBuildingStorey,SpaceCommon,Reference,IfcIdentifier,ST03-ZONE-A +Common,StoreyInfo,IfcBuildingStorey,SpaceCommon,IsExternal,IfcBoolean,false diff --git a/data/input_csv/IFC2X3/IFC2X3_018_IFCBUILDINGSTOREY.csv b/data/input_csv/IFC2X3/IFC2X3_018_IFCBUILDINGSTOREY.csv new file mode 100644 index 0000000000000000000000000000000000000000..18bc7fabe77a8f8f1c801d94eaa55310c96adcee --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_018_IFCBUILDINGSTOREY.csv @@ -0,0 +1,32 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +共通,階層情報,IfcBuildingStorey,BuildingStoreyCommon,Reference,IfcIdentifier,B1F +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,EntranceLevel,IfcBoolean,false +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,AboveGround,IfcLogical,false +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtection,IfcBoolean,true +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtectionAutomatic,IfcBoolean,true +共通,階層情報,IfcBuildingStorey,BuildingStoreyCommon,LoadBearingCapacity,IfcPlanarForceMeasure,6.0 +共通,階層情報,IfcBuildingStorey,BuildingStoreyCommon,GrossPlannedArea,IfcAreaMeasure,2980.0 +共通,階層情報,IfcBuildingStorey,BuildingStoreyCommon,NetPlannedArea,IfcAreaMeasure,2560.0 +共通,階層情報,IfcBuildingStorey,BuildingStoreyCommon,ElevationOfSSLRelative,IfcLengthMeasure,-3.00 +共通,階層情報,IfcBuildingStorey,BuildingStoreyCommon,ElevationOfFFLRelative,IfcLengthMeasure,-2.85 +共通,階層情報,IfcBuildingStorey,PropertyAgreement,TrackingIdentifier,IfcIdentifier,AGR-B1-01 +共通,階層情報,IfcBuildingStorey,PropertyAgreement,AgreementVersion,IfcLabel,第2版 +共通,階層情報,IfcBuildingStorey,PropertyAgreement,AgreementDate,IfcDate,2025-04-01 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,PropertyName,IfcLabel,地下1階 +共通,階層情報,IfcBuildingStorey,PropertyAgreement,CommencementDate,IfcDate,2025-05-01 +共通,階層情報,IfcBuildingStorey,PropertyAgreement,TerminationDate,IfcDate,2045-04-30 +共通,階層情報,IfcBuildingStorey,PropertyAgreement,Duration,IfcDuration,P20Y +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,Options,IfcText,搬入動線は夜間優先とする +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,ConditionCommencement,IfcText,防災設備検査完了後に供用開始 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,Restrictions,IfcText,危険物の常設保管は禁止 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,ConditionTermination,IfcText,原状回復のうえ返却 +共通,階層情報,IfcBuildingStorey,AirSideSystemInformation,Description,IfcText,地下階空調系統 +共通,階層情報,IfcBuildingStorey,AirSideSystemInformation,TotalAirFlow,IfcVolumetricFlowRateMeasure,4.8 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,EnergyGainTotal,IfcPowerMeasure,12.0 +共通,階層情報,IfcBuildingStorey,AirSideSystemInformation,AirFlowSensible,IfcVolumetricFlowRateMeasure,3.9 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,EnergyGainSensible,IfcPowerMeasure,8.5 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,EnergyLoss,IfcPowerMeasure,1.4 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,InfiltrationDiversitySummer,IfcPositiveRatioMeasure,0.25 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,InfiltrationDiversityWinter,IfcPositiveRatioMeasure,0.18 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,HeatingTemperatureDelta,IfcThermodynamicTemperatureMeasure,18.0 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,CoolingTemperatureDelta,IfcThermodynamicTemperatureMeasure,10.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_019_IFCBUILDINGSTOREY.csv b/data/input_csv/IFC2X3/IFC2X3_019_IFCBUILDINGSTOREY.csv new file mode 100644 index 0000000000000000000000000000000000000000..b37f8f2f47ac141fd7613a38f0eadcc3de250651 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_019_IFCBUILDINGSTOREY.csv @@ -0,0 +1,24 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +Common,StoreyInfo,Building Storey,Common,StoreyCode,label,Storey-01 +Common,StoreyInfo,Building Storey,Common,EntranceFlag,label,true +Common,StoreyInfo,Building Storey,Common,Above Ground,boolean,true +Common,StoreyInfo,Building Storey,Common,Sprinkler,boolean,true +Common,StoreyInfo,Building Storey,Common,Auto Sprinkler,boolean,true +Common,StoreyInfo,Building Storey,Common,Max Loadbearing,float,2.5 +Common,StoreyInfo,Building Storey,Common,Planned Area,area,350.0 +Common,StoreyInfo,Building Storey,Common,Net Planned Area,area,320.0 +Common,StoreyInfo,Building Storey,Common,Elevation - SSL Relative,length,0.00 +Common,StoreyInfo,Building Storey,Common,Elevation - FFL Relative,length,0.10 +Common,StoreyInfo,Building Storey,Air System,AirSystemNote,label,Main AHU serving north zone +Common,StoreyInfo,Building Storey,Air System,Type of Air System,label,VAV +Common,StoreyInfo,Building Storey,Air System,Distribution Type for Air,label,Ducted +Common,StoreyInfo,Building Storey,Air System,Total Air Flow,float,1.2 +Common,StoreyInfo,Building Storey,Air System,Energy Gain,float,5.5 +Common,StoreyInfo,Building Storey,Air System,Fan Power,float,0.75 +Common,StoreyInfo,Building Storey,Quantity Information,Gross Height,length,3.2 +Common,StoreyInfo,Building Storey,Quantity Information,Net Height,length,3.0 +Common,StoreyInfo,Building Storey,Quantity Information,Gross Perimeter,length,60.0 +Common,StoreyInfo,Building Storey,Quantity Information,Gross Floor Area,area,350.0 +Common,StoreyInfo,Building Storey,Quantity Information,Net Floor Area,area,320.0 +Common,StoreyInfo,Building Storey,Quantity Information,Gross Volume,volume,1120.0 +Common,StoreyInfo,Building Storey,Quantity Information,Net Volume,volume,960.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_020_IFCBUILDINGSTOREY.csv b/data/input_csv/IFC2X3/IFC2X3_020_IFCBUILDINGSTOREY.csv new file mode 100644 index 0000000000000000000000000000000000000000..a2dba15d62e79ee8650e14bb3dbee190c666263a --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_020_IFCBUILDINGSTOREY.csv @@ -0,0 +1,24 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,Reference,IfcIdentifier,Storey-02 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,EntranceLevel,IfcBoolean,true +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,AboveGround,IfcLogical,false +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtection,IfcBoolean,false +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtectionAutomatic,IfcBoolean,false +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,LoadBearingCapacity,IfcPlanarForceMeasure,2.8 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,GrossPlannedArea,IfcAreaMeasure,360.0 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,NetPlannedArea,IfcAreaMeasure,330.0 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,ElevationOfSSLRelative,IfcLengthMeasure,0.50 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,ElevationOfFFLRelative,IfcLengthMeasure,0.60 +Common,StoreyInfo,IfcBuildingStorey,AirSideSystemInformation,Description,IfcText,Main AHU serving south zone +Common,StoreyInfo,IfcBuildingStorey,Pset_AirSideSystemInformation,AirSideSystemType,IfcLabel,FCU +Common,StoreyInfo,IfcBuildingStorey,Pset_AirSideSystemInformation,AirSideSystemDistributionType,IfcLabel,Ducted +Common,StoreyInfo,IfcBuildingStorey,AirSideSystemInformation,TotalAirFlow,IfcVolumetricFlowRateMeasure,1.5 +Common,StoreyInfo,IfcBuildingStorey,Pset_AirSideSystemInformation,EnergyGainTotal,IfcPowerMeasure,6.0 +Common,StoreyInfo,IfcBuildingStorey,Pset_AirSideSystemInformation,FanPower,IfcPowerMeasure,0.85 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyBaseQuantities,GrossHeight,IfcLengthMeasure,3.4 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyBaseQuantities,NetHeight,IfcLengthMeasure,3.1 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyBaseQuantities,GrossPerimeter,IfcLengthMeasure,62.0 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyBaseQuantities,GrossFloorArea,IfcAreaMeasure,360.0 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyBaseQuantities,NetFloorArea,IfcAreaMeasure,330.0 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyBaseQuantities,GrossVolume,IfcVolumeMeasure,1200.0 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyBaseQuantities,NetVolume,IfcVolumeMeasure,1000.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_021_IFCSPACE.csv b/data/input_csv/IFC2X3/IFC2X3_021_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..86e394103f6e5335610ed8270fe9d3411e9bc601 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_021_IFCSPACE.csv @@ -0,0 +1,97 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +Common,SpaceInfo,Space,Space Basics,Element Code,label,Space-101 +Common,SpaceInfo,Space,Space Basics,Exterior,boolean,true +Common,SpaceInfo,Space,Space Basics,Overall Target Area,area,120.0 +Common,SpaceInfo,Space,Space Basics,Effective Target Area,area,110.0 +Common,SpaceInfo,Space,Space Basics,Public Access,boolean,true +Common,SpaceInfo,Space,Space Basics,Accessibility,boolean,true +Common,SpaceInfo,Space,Finish Requirements,Floor Finish,label,Carpet +Common,SpaceInfo,Space,Finish Requirements,Floor Finish Thickness,length,0.010 +Common,SpaceInfo,Space,Finish Requirements,Wall Finish,label,Paint +Common,SpaceInfo,Space,Finish Requirements,Wall Finish Thickness,length,0.005 +Common,SpaceInfo,Space,Finish Requirements,Ceiling Finish,label,AcousticTile +Common,SpaceInfo,Space,Finish Requirements,Ceiling Finish Thickness,length,0.010 +Common,SpaceInfo,Space,Finish Requirements,Baseboard,label,PVC +Common,SpaceInfo,Space,Finish Requirements,Baseboard Height,length,0.075 +Common,SpaceInfo,Space,Finish Requirements,Trim Style,label,Simple +Common,SpaceInfo,Space,Finish Requirements,Trim Height,length,0.050 +Common,SpaceInfo,Space,Finish Requirements,Hidden Floor Zone,boolean,true +Common,SpaceInfo,Space,Finish Requirements,Hidden Floor Offset,length,0.020 +Common,SpaceInfo,Space,Finish Requirements,Hidden Ceiling Zone,boolean,true +Common,SpaceInfo,Space,Finish Requirements,Hidden Ceiling Offset,length,0.150 +Common,SpaceInfo,Space,Lighting Plan,Artificial Lighting Flag,label,true +Common,SpaceInfo,Space,Lighting Plan,Lighting Level,float,300.0 +Common,SpaceInfo,Space,Occupancy Plan,Occupancy Category,label,Office +Common,SpaceInfo,Space,Occupancy Plan,Headcount,integer,15 +Common,SpaceInfo,Space,Occupancy Plan,Peak Headcount,integer,20 +Common,SpaceInfo,Space,Occupancy Plan,Daily Occupancy Hours,float,8.0 +Common,SpaceInfo,Space,Occupancy Plan,Area Per Person,float,7.5 +Common,SpaceInfo,Space,Occupancy Plan,Min Headroom,length,2.4 +Common,SpaceInfo,Space,Occupancy Plan,View Preferred,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Target Temperature,float,22.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Upper Limit,float,24.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Lower Limit,float,20.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Summer Upper Limit,float,26.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Summer Lower Limit,float,22.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Winter Upper Limit,float,21.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Winter Lower Limit,float,18.0 +Common,SpaceInfo,Space,HVAC Targets,Humidity Target,float,0.50 +Common,SpaceInfo,Space,HVAC Targets,Humidity Upper Limit,float,0.60 +Common,SpaceInfo,Space,HVAC Targets,Humidity Lower Limit,float,0.40 +Common,SpaceInfo,Space,HVAC Targets,Summer Humidity Level,float,0.55 +Common,SpaceInfo,Space,HVAC Targets,Winter Humidity Level,float,0.45 +Common,SpaceInfo,Space,HVAC Targets,Heating Disabled,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Passive Ventilation,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Passive Ventilation Flow,float,0.5 +Common,SpaceInfo,Space,HVAC Targets,Forced Ventilation,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Forced Ventilation Flow,float,1.2 +Common,SpaceInfo,Space,HVAC Targets,Cooling Service,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Central Cooling,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Air Handling Unit Name,label,AHU-1 +Common,SpaceInfo,Space,Airflow Sizing,Cooling Airflow Target,float,1.5 +Common,SpaceInfo,Space,Airflow Sizing,Heating Airflow Target,float,1.2 +Common,SpaceInfo,Space,Airflow Sizing,Sensible Heat Load,float,3.5 +Common,SpaceInfo,Space,Airflow Sizing,Total Heat Load,float,5.0 +Common,SpaceInfo,Space,Airflow Sizing,Overall Heat Decrease,float,4.0 +Common,SpaceInfo,Space,Airflow Sizing,Cooling Dry-bulb Temp,float,26.0 +Common,SpaceInfo,Space,Airflow Sizing,Cooling RH Level,float,0.55 +Common,SpaceInfo,Space,Airflow Sizing,Heating Dry-bulb Temp,float,20.0 +Common,SpaceInfo,Space,Airflow Sizing,Heating RH Level,float,0.40 +Common,SpaceInfo,Space,Airflow Sizing,Ventilation Airflow Target,float,1.5 +Common,SpaceInfo,Space,Airflow Sizing,Airflow Target,float,1.3 +Common,SpaceInfo,Space,Airflow Sizing,Ceiling Return-Air Plenum,boolean,true +Common,SpaceInfo,Space,Airflow Sizing,Boundary Area Heat Decrease,float,1.2 +Common,SpaceInfo,Space,Airside System,Air System Notes,label,Main AHU serves east wing +Common,SpaceInfo,Space,Airside System,Air Side System Category,label,VAV +Common,SpaceInfo,Space,Airside System,Air Side System Distribution Category,label,Ducted +Common,SpaceInfo,Space,Airside System,Overall Air Flow,float,2.0 +Common,SpaceInfo,Space,Airside System,Energy Increase Overall,float,6.0 +Common,SpaceInfo,Space,Airside System,Sensible Airflow,float,1.5 +Common,SpaceInfo,Space,Airside System,Energy Increase Sensible,float,4.0 +Common,SpaceInfo,Space,Airside System,Energy Decrease,float,3.5 +Common,SpaceInfo,Space,Airside System,Infiltration Factor Summer,float,0.8 +Common,SpaceInfo,Space,Airside System,Infiltration Factor Winter,float,0.7 +Common,SpaceInfo,Space,Airside System,Appliance Factor,float,0.6 +Common,SpaceInfo,Space,Airside System,Heating Temperature Gap,float,10.0 +Common,SpaceInfo,Space,Airside System,Cooling Temperature Gap,float,8.0 +Common,SpaceInfo,Space,Airside System,Ventilation Setting,label,2.3 +Common,SpaceInfo,Space,Airside System,Fan Power Demand,float,0.75 +Common,SpaceInfo,Space,Thermal Load,Occupancy Factor,float,0.6 +Common,SpaceInfo,Space,Thermal Load,Lighting Factor,float,0.8 +Common,SpaceInfo,Space,Thermal Load,ApplianceDiversity (ThermalLoad),float,0.6 +Common,SpaceInfo,Space,Thermal Load,Outside Air per Person,float,0.01 +Common,SpaceInfo,Space,Thermal Load,Receptacle Load Density,float,0.05 +Common,SpaceInfo,Space,Thermal Load,Appliance Percentage Load To Radiant,float,0.3 +Common,SpaceInfo,Space,Thermal Load,Lighting Load Density,float,0.010 +Common,SpaceInfo,Space,Thermal Load,Lighting Percentage Load To Return Air,float,0.2 +Common,SpaceInfo,Space,Thermal Load,Overall Cooling Load,float,6.5 +Common,SpaceInfo,Space,Thermal Load,Overall Heating Load,float,5.0 +Common,SpaceInfo,Space,Thermal Load,InfiltrationDiversitySummer (ThermalLoad),float,0.8 +Common,SpaceInfo,Space,Thermal Load,InfiltrationDiversityWinter (ThermalLoad),float,0.7 +Common,SpaceInfo,Space,Thermal Load,Load Safety Factor,float,1.2 +Common,SpaceInfo,Space,Fire Safety,Fire Risk Factor,float,0.2 +Common,SpaceInfo,Space,Fire Safety,Combustible Storage,label,None +Common,SpaceInfo,Space,Fire Safety,FireExit (Space),boolean,true +Common,SpaceInfo,Space,Fire Safety,Sprinkler Coverage,boolean,true +Common,SpaceInfo,Space,Fire Safety,Auto Sprinkler Coverage,boolean,true +Common,SpaceInfo,Space,Fire Safety,Air Pressurization Mode,label,true diff --git a/data/input_csv/IFC2X3/IFC2X3_022_IFCSPACE.csv b/data/input_csv/IFC2X3/IFC2X3_022_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..9138f64193211bec2eb008d47964ce38bffedd33 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_022_IFCSPACE.csv @@ -0,0 +1,40 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +共通,空間情報,IfcSpace,PropertyAgreement,AgreementDate,IfcDate,2025-08-19 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,PropertyName,IfcLabel,建物資産管理室 +共通,空間情報,IfcSpace,SpaceCoveringRequirements,ConcealedFlooring,IfcBoolean,true +共通,空間情報,IfcSpace,SpaceCoveringRequirements,ConcealedCeiling,IfcBoolean,false +共通,空間情報,IfcSpace,SpaceLightingDesign,ArtificialLighting,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,IsOutlookDesirable,IfcBoolean,false +共通,空間情報,IfcSpace,ThermalLoad,ReceptacleLoadIntensity,IfcHeatFluxDensityMeasure,125.6 +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,CeilingRAPlenum,IfcBoolean,true +共通,空間情報,IfcSpace,SpaceCommon,IsExternal,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_PropertyAgreement,Options,IfcText,24時間警備を実施 +共通,空間情報,IfcSpace,ProcessCapacity,ProcessPerformance,IfcDuration,P1M +共通,空間情報,IfcSpace,Pset_PropertyAgreement,Restrictions,IfcText,日常清掃は管理会社指定 +共通,空間情報,IfcSpace,AirSideSystemInformation,Description,IfcText,備品管理対象空間 +共通,空間情報,IfcSpace,Pset_SpaceCommon,PubliclyAccessible,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceCommon,HandicapAccessible,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,FlammableStorage,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,FireExit,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,SprinklerProtection,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,SprinklerProtectionAutomatic,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,AirPressurization,IfcBoolean,true +共通,空間情報,IfcSpace,SpaceHVACDesign,DiscontinuedHeating,IfcBoolean,true +共通,空間情報,IfcSpace,SpaceHVACDesign,NaturalVentilation,IfcBoolean,false +共通,空間情報,IfcSpace,SpaceHVACDesign,AirHandlingName,IfcLabel,ボイラー併用空調 +共通,空間情報,IfcSpace,SpaceHVACDesign,MechanicalVentilation,IfcBoolean,false +共通,空間情報,IfcSpace,SpaceHVACDesign,AirConditioning,IfcBoolean,true +共通,空間情報,IfcSpace,SpaceHVACDesign,AirConditioningCentral,IfcBoolean,false +共通,空間情報,IfcSpace,SpaceCoveringRequirements,ConcealedFlooringOffset,IfcNonNegativeLengthMeasure,0.050 +共通,空間情報,IfcSpace,SpaceCoveringRequirements,ConcealedCeilingOffset,IfcNonNegativeLengthMeasure,0.000 +共通,空間情報,IfcSpace,SpaceLightingDesign,Illuminance,IfcIlluminanceMeasure,500.0 +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyType,IfcLabel,執務空間 +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,DesignAirFlow,IfcVolumetricFlowRateMeasure,0.85 +共通,空間情報,IfcSpace,Pset_SpaceCommon,GrossPlannedArea,IfcAreaMeasure,45.2 +共通,空間情報,IfcSpace,PropertyAgreement,Duration,IfcDuration,P10Y +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,FireRiskFactor,IfcLabel,低 +共通,空間情報,IfcSpace,ThermalLoad,LoadSafetyFactor,IfcPositiveRatioMeasure,1.10 +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,VentilationDesignAirFlow,IfcVolumetricFlowRateMeasure,0.65 +共通,空間情報,IfcSpace,ProcessCapacity,DownstreamConnections,IfcLabel,光ファイバー回線 +共通,空間情報,IfcSpace,PropertyAgreement,AgreementVersion,IfcLabel,第1版 +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyNumber,IfcCountMeasure,1 diff --git a/data/input_csv/IFC2X3/IFC2X3_023_IFCSPACE.csv b/data/input_csv/IFC2X3/IFC2X3_023_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..328195a07f2bbcd1a0ca4ad27ddf917cbde08aba --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_023_IFCSPACE.csv @@ -0,0 +1,40 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +分類:共通,空間情報チェック,Space,基本管理,最終確認日,日付,2026-01-18 +分類:共通,空間情報チェック,Space,資産管理,管理区分,ラベル,共用資産 +分類:共通,空間情報チェック,Space,維持計画,長期更新対象,真偽,true +分類:共通,空間情報チェック,Space,維持計画,中期改修対象,真偽,false +分類:共通,空間情報チェック,Space,運用管理,外部運営管理対象,真偽,true +分類:共通,空間情報チェック,Space,環境評価,エネルギー計測対象,真偽,false +分類:共通,空間情報チェック,Space,環境評価,内部発熱負荷,実数,146.5 +分類:共通,空間情報チェック,Space,保全履歴,設備更新履歴管理,真偽,true +分類:共通,空間情報チェック,Space,利用契約,テナント運用対象,真偽,false +分類:共通,空間情報チェック,Space,防犯運用,警備レベル,ラベル,巡回警備 +分類:共通,空間情報チェック,Space,清掃計画,定期清掃頻度,ラベル,月次清掃 +分類:共通,空間情報チェック,Space,清掃計画,日常清掃方式,ラベル,平日日常清掃 +分類:共通,空間情報チェック,Space,備品運用,備品台帳対象,ラベル,重点管理対象 +分類:共通,空間情報チェック,Space,設備条件,PH設備対象,真偽,true +分類:共通,空間情報チェック,Space,設備条件,RI設備対象,真偽,false +分類:共通,空間情報チェック,Space,配管条件,ガス配管要否,真偽,true +分類:共通,空間情報チェック,Space,配管条件,衛生配管要否,真偽,true +分類:共通,空間情報チェック,Space,排水条件,汚水接続要否,真偽,false +分類:共通,空間情報チェック,Space,設備条件,専用器具設置要否,真偽,true +分類:共通,空間情報チェック,Space,給湯条件,給湯供給要否,真偽,true +分類:共通,空間情報チェック,Space,給湯条件,飲用給湯要否,真偽,true +分類:共通,空間情報チェック,Space,給湯条件,雑用給湯要否,真偽,false +分類:共通,空間情報チェック,Space,給湯条件,給湯システム種別,ラベル,中央熱源方式 +分類:共通,空間情報チェック,Space,温度条件,高温運用要否,真偽,false +分類:共通,空間情報チェック,Space,排水条件,雑排水接続要否,真偽,true +分類:共通,空間情報チェック,Space,衛生管理,滅菌対応要否,真偽,false +分類:共通,空間情報チェック,Space,給水条件,上水供給要否,真偽,true +分類:共通,空間情報チェック,Space,排水条件,厨房排水接続要否,真偽,true +分類:共通,空間情報チェック,Space,給水条件,中水利用要否,真偽,false +分類:共通,空間情報チェック,Space,エネルギー供給,都市ガス接続要否,真偽,true +分類:共通,空間情報チェック,Space,医療対応,透析対応要否,真偽,false +分類:共通,空間情報チェック,Space,エネルギー供給,ガス消費原単位,実数,24.3 +分類:共通,空間情報チェック,Space,保証情報,防水保証区分,ラベル,10年保証 +分類:共通,空間情報チェック,Space,居住性能,音響快適性,ラベル,静穏 +分類:共通,空間情報チェック,Space,居住性能,空気質評価,ラベル,高水準 +分類:共通,空間情報チェック,Space,居住性能,採光評価,ラベル,明るい +分類:共通,空間情報チェック,Space,情報基盤,通信対応区分,ラベル,光ファイバー対応 +分類:共通,空間情報チェック,Space,居住性能,温熱快適性,ラベル,良好 +分類:共通,空間情報チェック,Space,空間管理,室管理番号,整数,7 diff --git a/data/input_csv/IFC2X3/IFC2X3_024_IFCSPACE.csv b/data/input_csv/IFC2X3/IFC2X3_024_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..dc616a03d8ac87f924260123516aaedf973a0ae9 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_024_IFCSPACE.csv @@ -0,0 +1,40 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +共通,空間情報,空間・部屋,識別情報,更新,日付,2025-09-01 +共通,空間情報,空間・部屋,識別情報,資産区分,ラベル,設備資産 +共通,空間情報,空間・部屋,識別情報,保全_10年,真偽,false +共通,空間情報,空間・部屋,識別情報,保全_5年,真偽,true +共通,空間情報,空間・部屋,識別情報,LLC管理対象,真偽,false +共通,空間情報,空間・部屋,識別情報,エネルギーコスト,真偽,true +共通,空間情報,空間・部屋,識別情報,熱負荷_人・照明・日射,実数,110 +共通,空間情報,空間・部屋,識別情報,固定資産修繕履歴,真偽,false +共通,空間情報,空間・部屋,識別情報,賃貸管理,真偽,true +共通,空間情報,空間・部屋,識別情報,警備区分,ラベル,無人監視 +共通,空間情報,空間・部屋,識別情報,定期清掃区分,ラベル,隔月清掃 +共通,空間情報,空間・部屋,識別情報,日常清掃区分,ラベル,日常清掃あり +共通,空間情報,空間・部屋,識別情報,備品管理区分,ラベル,備品管理対象 +共通,空間情報,空間・部屋,識別情報,PH要否,真偽,false +共通,空間情報,空間・部屋,識別情報,RI要否,真偽,true +共通,空間情報,空間・部屋,識別情報,ガス,真偽,false +共通,空間情報,空間・部屋,識別情報,衛生器具・給排水,真偽,true +共通,空間情報,空間・部屋,識別情報,汚水要否,真偽,true +共通,空間情報,空間・部屋,識別情報,器具,真偽,false +共通,空間情報,空間・部屋,識別情報,給湯,真偽,false +共通,空間情報,空間・部屋,識別情報,給湯飲用要否,真偽,false +共通,空間情報,空間・部屋,識別情報,給湯雑湯用要否,真偽,false +共通,空間情報,空間・部屋,識別情報,給湯方式,ラベル,地熱利用 +共通,空間情報,空間・部屋,識別情報,高温要否,真偽,true +共通,空間情報,空間・部屋,識別情報,雑排水要否,真偽,false +共通,空間情報,空間・部屋,識別情報,消毒要否,真偽,true +共通,空間情報,空間・部屋,識別情報,上水要否,真偽,true +共通,空間情報,空間・部屋,識別情報,厨房排水要否,真偽,true +共通,空間情報,空間・部屋,識別情報,中水要否,真偽,false +共通,空間情報,空間・部屋,識別情報,都市ガス要否,真偽,false +共通,空間情報,空間・部屋,識別情報,透析要否,真偽,true +共通,空間情報,空間・部屋,識別情報,都市ガス単位面積消費量,実数,0 +共通,空間情報,空間・部屋,識別情報,防水保障,ラベル,15年保証 +共通,空間情報,空間・部屋,識別情報,音環境,ラベル,悪い +共通,空間情報,空間・部屋,識別情報,空気環境,ラベル,不適 +共通,空間情報,空間・部屋,識別情報,光環境,ラベル,不足 +共通,空間情報,空間・部屋,識別情報,情報化対応性,ラベル,光ファイバー対応 +共通,空間情報,空間・部屋,識別情報,熱環境,ラベル,普通 +共通,空間情報,空間・部屋,識別情報,室昇順番号,整数,10 diff --git a/data/input_csv/IFC2X3/IFC2X3_025_IFCSPACE.csv b/data/input_csv/IFC2X3/IFC2X3_025_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..e346a0bf256587ec79e05660aee7e523227fdf0f --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_025_IFCSPACE.csv @@ -0,0 +1,97 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,Reference,IfcIdentifier,Space-201 +Common,SpaceInfo,IfcSpace,SpaceCommon,IsExternal,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,GrossPlannedArea,IfcAreaMeasure,132.0 +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,NetPlannedArea,IfcAreaMeasure,121.0 +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,PubliclyAccessible,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,HandicapAccessible,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,FloorCovering,IfcLabel,Rubber +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,FloorCoveringThickness,IfcPositiveLengthMeasure,0.011 +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,WallCovering,IfcLabel,GypsumBoard +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,WallCoveringThickness,IfcPositiveLengthMeasure,0.006 +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,CeilingCovering,IfcLabel,Gypsum +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,CeilingCoveringThickness,IfcPositiveLengthMeasure,0.011 +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,SkirtingBoard,IfcLabel,Aluminum +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,SkirtingBoardHeight,IfcPositiveLengthMeasure,0.083 +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,Molding,IfcLabel,Cove +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,MoldingHeight,IfcPositiveLengthMeasure,0.055 +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,ConcealedFlooring,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,ConcealedFlooringOffset,IfcNonNegativeLengthMeasure,0.022 +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,ConcealedCeiling,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,ConcealedCeilingOffset,IfcNonNegativeLengthMeasure,0.165 +Common,SpaceInfo,IfcSpace,SpaceLightingDesign,ArtificialLighting,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceLightingDesign,Illuminance,IfcIlluminanceMeasure,330.0 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyType,IfcLabel,MeetingRoom +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyNumber,IfcCountMeasure,17 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyNumberPeak,IfcCountMeasure,22 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyTimePerDay,IfcTimeMeasure,8.8 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,AreaPerOccupant,IfcAreaMeasure,8.2 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,MinimumHeadroom,IfcLengthMeasure,2.6 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,IsOutlookDesirable,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,TemperatureSetPoint,IfcThermodynamicTemperatureMeasure,24.2 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,TemperatureMax,IfcThermodynamicTemperatureMeasure,26.4 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,TemperatureMin,IfcThermodynamicTemperatureMeasure,22.0 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,TemperatureSummerMax,IfcThermodynamicTemperatureMeasure,28.6 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,TemperatureSummerMin,IfcThermodynamicTemperatureMeasure,24.2 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,TemperatureWinterMax,IfcThermodynamicTemperatureMeasure,23.1 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,TemperatureWinterMin,IfcThermodynamicTemperatureMeasure,19.8 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,HumiditySetPoint,IfcPositiveRatioMeasure,0.55 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,HumidityMax,IfcPositiveRatioMeasure,0.66 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,HumidityMin,IfcPositiveRatioMeasure,0.44 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,HumiditySummer,IfcPositiveRatioMeasure,0.61 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,HumidityWinter,IfcPositiveRatioMeasure,0.50 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,DiscontinuedHeating,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,NaturalVentilation,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,NaturalVentilationRate,IfcNumericMeasure,0.55 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,MechanicalVentilation,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,MechanicalVentilationRate,IfcNumericMeasure,1.32 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,AirConditioning,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,AirConditioningCentral,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,AirHandlingName,IfcLabel,AHU-2 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,CoolingDesignAirFlow,IfcVolumetricFlowRateMeasure,1.65 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,HeatingDesignAirFlow,IfcVolumetricFlowRateMeasure,1.32 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,SensibleHeatGain,IfcPowerMeasure,3.85 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,TotalHeatGain,IfcPowerMeasure,5.50 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,TotalHeatLoss,IfcPowerMeasure,4.40 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,CoolingDryBulb,IfcThermodynamicTemperatureMeasure,28.6 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,CoolingRelativeHumidity,IfcPositiveRatioMeasure,0.61 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,HeatingDryBulb,IfcThermodynamicTemperatureMeasure,22.0 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,HeatingRelativeHumidity,IfcPositiveRatioMeasure,0.44 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,VentilationDesignAirFlow,IfcVolumetricFlowRateMeasure,1.65 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,DesignAirFlow,IfcVolumetricFlowRateMeasure,1.43 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,CeilingRAPlenum,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,BoundaryAreaHeatLoss,IfcHeatFluxDensityMeasure,1.32 +Common,SpaceInfo,IfcSpace,AirSideSystemInformation,Description,IfcText,Central AHU serves west wing +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,AirSideSystemType,IfcLabel,VRF +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,AirSideSystemDistributionType,IfcLabel,Underfloor +Common,SpaceInfo,IfcSpace,AirSideSystemInformation,TotalAirFlow,IfcVolumetricFlowRateMeasure,2.20 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,EnergyGainTotal,IfcPowerMeasure,6.60 +Common,SpaceInfo,IfcSpace,AirSideSystemInformation,AirFlowSensible,IfcVolumetricFlowRateMeasure,1.65 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,EnergyGainSensible,IfcPowerMeasure,4.40 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,EnergyLoss,IfcPowerMeasure,3.85 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,InfiltrationDiversitySummer,IfcPositiveRatioMeasure,0.88 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,InfiltrationDiversityWinter,IfcPositiveRatioMeasure,0.77 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,ApplianceDiversity,IfcPositiveRatioMeasure,0.66 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,HeatingTemperatureDelta,IfcThermodynamicTemperatureMeasure,11.0 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,CoolingTemperatureDelta,IfcThermodynamicTemperatureMeasure,8.8 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,Ventilation,IfcVolumetricFlowRateMeasure,1.0 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,FanPower,IfcPowerMeasure,0.83 +Common,SpaceInfo,IfcSpace,ThermalLoad,OccupancyDiversity,IfcPositiveRatioMeasure,0.66 +Common,SpaceInfo,IfcSpace,ThermalLoad,LightingDiversity,IfcPositiveRatioMeasure,0.88 +Common,SpaceInfo,IfcSpace,ThermalLoad,ApplianceDiversity,IfcPositiveRatioMeasure,0.66 +Common,SpaceInfo,IfcSpace,ThermalLoad,OutsideAirPerPerson,IfcVolumetricFlowRateMeasure,0.011 +Common,SpaceInfo,IfcSpace,ThermalLoad,ReceptacleLoadIntensity,IfcHeatFluxDensityMeasure,0.055 +Common,SpaceInfo,IfcSpace,ThermalLoad,AppliancePercentLoadToRadiant,IfcPositiveRatioMeasure,0.33 +Common,SpaceInfo,IfcSpace,ThermalLoad,LightingLoadIntensity,IfcHeatFluxDensityMeasure,0.011 +Common,SpaceInfo,IfcSpace,ThermalLoad,LightingPercentLoadToReturnAir,IfcPositiveRatioMeasure,0.22 +Common,SpaceInfo,IfcSpace,ThermalLoad,TotalCoolingLoad,IfcPowerMeasure,7.15 +Common,SpaceInfo,IfcSpace,ThermalLoad,TotalHeatingLoad,IfcPowerMeasure,5.50 +Common,SpaceInfo,IfcSpace,ThermalLoad,InfiltrationDiversitySummer,IfcPositiveRatioMeasure,0.88 +Common,SpaceInfo,IfcSpace,ThermalLoad,InfiltrationDiversityWinter,IfcPositiveRatioMeasure,0.77 +Common,SpaceInfo,IfcSpace,ThermalLoad,LoadSafetyFactor,IfcPositiveRatioMeasure,1.32 +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,FireRiskFactor,IfcLabel,0.2 +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,FlammableStorage,IfcBoolean,false +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,FireExit,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,SprinklerProtection,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,SprinklerProtectionAutomatic,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,AirPressurization,IfcBoolean,false diff --git a/data/input_csv/IFC2X3/IFC2X3_026_IFCSPACE.csv b/data/input_csv/IFC2X3/IFC2X3_026_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..1c3e5164591ecc53301100bc1eabc8f2c67f015d --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_026_IFCSPACE.csv @@ -0,0 +1,40 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +共通,空間情報,IfcSpace,PropertyAgreement,AgreementDate,IfcDate,2025-08-22 +共通,空間情報,IfcSpace,AirSideSystemInformation,Description,IfcText,建物附属設備を収容 +共通,空間情報,IfcSpace,SpaceCommon,IsExternal,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceCommon,PubliclyAccessible,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,IsOutlookDesirable,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceCommon,HandicapAccessible,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceCommon,GrossPlannedArea,IfcAreaMeasure,12.8 +共通,空間情報,IfcSpace,Pset_SpaceCommon,Reference,IfcIdentifier,SPACE-026 +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyType,IfcLabel,設備管理室 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,Options,IfcText,夜間警備あり +共通,空間情報,IfcSpace,ProcessCapacity,ProcessPerformance,IfcDuration,P7D +共通,空間情報,IfcSpace,Pset_PropertyAgreement,Restrictions,IfcText,日常清掃対象外 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,ConditionTermination,IfcText,備品管理対象外 +共通,空間情報,IfcSpace,SpaceHVACDesign,NaturalVentilation,IfcBoolean,false +共通,空間情報,IfcSpace,SpaceHVACDesign,MechanicalVentilation,IfcBoolean,true +共通,空間情報,IfcSpace,SpaceHVACDesign,AirConditioning,IfcBoolean,false +共通,空間情報,IfcSpace,SpaceHVACDesign,AirConditioningCentral,IfcBoolean,true +共通,空間情報,IfcSpace,SpaceHVACDesign,DiscontinuedHeating,IfcBoolean,true +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,CeilingRAPlenum,IfcBoolean,false +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,DesignAirFlow,IfcVolumetricFlowRateMeasure,1.10 +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,VentilationDesignAirFlow,IfcVolumetricFlowRateMeasure,0.55 +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,CoolingDesignAirFlow,IfcVolumetricFlowRateMeasure,0.85 +共通,空間情報,IfcSpace,Pset_AirSideSystemInformation,AirSideSystemDistributionType,IfcLabel,セントラル方式 +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,HeatingDesignAirFlow,IfcVolumetricFlowRateMeasure,0.60 +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,BoundaryAreaHeatLoss,IfcHeatFluxDensityMeasure,18.0 +共通,空間情報,IfcSpace,SpaceHVACDesign,NaturalVentilationRate,IfcNumericMeasure,0.15 +共通,空間情報,IfcSpace,SpaceHVACDesign,MechanicalVentilationRate,IfcNumericMeasure,1.10 +共通,空間情報,IfcSpace,AirSideSystemInformation,TotalAirFlow,IfcVolumetricFlowRateMeasure,1.30 +共通,空間情報,IfcSpace,SpaceHVACDesign,AirHandlingName,IfcLabel,AHU-CENT-01 +共通,空間情報,IfcSpace,Pset_AirSideSystemInformation,AirSideSystemType,IfcLabel,セントラル空調 +共通,空間情報,IfcSpace,PropertyAgreement,CommencementDate,IfcDate,2025-09-01 +共通,空間情報,IfcSpace,Pset_SpaceCommon,NetPlannedArea,IfcAreaMeasure,10.5 +共通,空間情報,IfcSpace,PropertyAgreement,Duration,IfcDuration,P5Y +共通,空間情報,IfcSpace,PropertyAgreement,AgreementVersion,IfcLabel,第1版 +共通,空間情報,IfcSpace,ThermalLoad,LoadSafetyFactor,IfcPositiveRatioMeasure,1.15 +共通,空間情報,IfcSpace,Pset_AirSideSystemInformation,Ventilation,IfcVolumetricFlowRateMeasure,0.50 +共通,空間情報,IfcSpace,ProcessCapacity,DownstreamConnections,IfcLabel,5G屋内局 +共通,空間情報,IfcSpace,PropertyAgreement,TrackingIdentifier,IfcIdentifier,SPACE-026-OPS +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyNumber,IfcCountMeasure,2 diff --git a/data/input_csv/IFC2X3/IFC2X3_027_IFCWALL.csv b/data/input_csv/IFC2X3/IFC2X3_027_IFCWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb157fd1776f8c7e21de4636b4d234d5b2b00eb7 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_027_IFCWALL.csv @@ -0,0 +1,73 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +ARC,Wall,Wall,Wall Basics,Drawing Reference,text,DrawingA1 +ARC,Wall,Wall,Wall Basics,WallCondition,label,New +ARC,Wall,Wall,Wall Basics,Sound Rating,label,Rw45 +ARC,Wall,Wall,Wall Basics,Fire Resistance,label,2h +ARC,Wall,Wall,Wall Basics,FireLoadFlag,boolean,true +ARC,Wall,Wall,Wall Basics,Flame Spread Class,label,Class0 +ARC,Wall,Wall,Wall Basics,U-Value,float,0.35 +ARC,Wall,Wall,Wall Basics,Exterior,boolean,true +ARC,Wall,Wall,Wall Basics,Load Bearing,boolean,true +ARC,Wall,Wall,Wall Basics,Extend to Structure,boolean,true +ARC,Wall,Wall,Wall Basics,Compartment Divider,boolean,true +ARC,Wall,Wall,Concrete Specification,Fabrication Location,label,OnSite +ARC,Wall,Wall,Concrete Specification,Casting Method,label,In-situ +ARC,Wall,Wall,Concrete Specification,Structural Role,label,Loadbearing +ARC,Wall,Wall,Concrete Specification,Concrete Strength,label,C30/37 +ARC,Wall,Wall,Concrete Specification,Exposure Class,label,XC4 +ARC,Wall,Wall,Concrete Specification,Rebar Volume Ratio,float,0.01 +ARC,Wall,Wall,Concrete Specification,Rebar Area Ratio,float,0.005 +ARC,Wall,Wall,Concrete Specification,Dimensional Accuracy,label,Class1 +ARC,Wall,Wall,Concrete Specification,Construction Tolerance,label,5mm +ARC,Wall,Wall,Concrete Specification,Concrete Cover,length,0.020 +ARC,Wall,Wall,Concrete Specification,Cover at Main Bars,length,0.040 +ARC,Wall,Wall,Concrete Specification,Cover at Ties,length,0.025 +ARC,Wall,Wall,Concrete Specification,Rebar Grade,label,SD345 +ARC,Wall,Wall,Precast Fabrication,Product Type Code,label,WALL_PRE_001 +ARC,Wall,Wall,Precast Fabrication,Production Lot,label,LOT20230801 +ARC,Wall,Wall,Precast Fabrication,Serial Number,label,SN00123 +ARC,Wall,Wall,Precast Fabrication,Piece Mark,label,PM-12 +ARC,Wall,Wall,Precast Fabrication,As-Built Location,label,L-101 +ARC,Wall,Wall,Precast Fabrication,Production Date,date,2025-08-01 +ARC,Wall,Wall,Precast Fabrication,Erection Date,date,2025-08-20 +ARC,Wall,Wall,Precast Panel Specification,Panel Type,label,Panel-100 +ARC,Wall,Wall,Precast Panel Specification,Corner Chamfer,length,0.010 +ARC,Wall,Wall,Precast Panel Specification,Manufacturing Tolerance,label,T1 +ARC,Wall,Wall,Precast Panel Specification,Form Stripping Strength,float,5.0 +ARC,Wall,Wall,Precast Panel Specification,Lifting Strength,float,50.0 +ARC,Wall,Wall,Precast Panel Specification,Release Strength,float,2.0 +ARC,Wall,Wall,Precast Panel Specification,Minimum Support Length,length,0.200 +ARC,Wall,Wall,Precast Panel Specification,Initial Tension,float,100.0 +ARC,Wall,Wall,Precast Panel Specification,Tendon Relaxation,float,0.035 +ARC,Wall,Wall,Precast Panel Specification,Transport Strength,float,80.0 +ARC,Wall,Wall,Precast Panel Specification,Transport Support Description,text,Two-point support with wooden cradle +ARC,Wall,Wall,Precast Panel Specification,Transport Support Doc Ref,label,DOC-TR-001 +ARC,Wall,Wall,Precast Panel Specification,Hollow Core Plugging,boolean,true +ARC,Wall,Wall,Precast Panel Specification,Midspan Camber,length,0.005 +ARC,Wall,Wall,Precast Panel Specification,Batter at Start,float,0.005 +ARC,Wall,Wall,Precast Panel Specification,Batter at End,float,0.005 +ARC,Wall,Wall,Precast Panel Specification,Twist,float,0.5 +ARC,Wall,Wall,Precast Panel Specification,SegmentOffset,length,0.002 +ARC,Wall,Wall,Precast Panel Specification,Piece Mark (General),label,PM-01 +ARC,Wall,Wall,Precast Panel Specification,Design Location,label,D-100 +ARC,Wall,Wall,Reinforcement Layout,Layout Description,text,Vertical bars 100 mm +ARC,Wall,Wall,Reinforcement Layout,Layout Reference,label,Ref-01 +ARC,Wall,Wall,Reinforcement Layout,Bar Arrangement,label,Grid +ARC,Wall,Wall,Reinforcement Layout,Vertical Bar Spacing,length,0.100 +ARC,Wall,Wall,Reinforcement Layout,Horizontal Bar Spacing,length,0.200 +ARC,Wall,Wall,Reinforcement Layout,Auxiliary Spacing,length,0.050 +ARC,Wall,Wall,Barrier Features,Movable,boolean,true +ARC,Wall,Wall,Barrier Features,Terminal Segment,boolean,true +ARC,Wall,Wall,Barrier Features,Transition Segment,boolean,true +ARC,Wall,Wall,Barrier Features,Terminal Type,label,TypeA +ARC,Wall,Wall,Quantities,RunLength,length,6.0 +ARC,Wall,Wall,Quantities,PanelBreadth,length,0.20 +ARC,Wall,Wall,Quantities,RiseMeasure,length,2.7 +ARC,Wall,Wall,Quantities,Gross Footprint Area,area,12.0 +ARC,Wall,Wall,Quantities,Net Footprint Area,area,11.5 +ARC,Wall,Wall,Quantities,Gross Side Area,area,24.0 +ARC,Wall,Wall,Quantities,Net Side Area,area,23.5 +ARC,Wall,Wall,Quantities,Gross Volume,volume,36.0 +ARC,Wall,Wall,Quantities,Net Volume,volume,35.0 +ARC,Wall,Wall,Quantities,Gross Weight,float,4500.0 +ARC,Wall,Wall,Quantities,Net Weight,float,4300.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_028_IFCWALL.csv b/data/input_csv/IFC2X3/IFC2X3_028_IFCWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..7d2ef4dd5d4d32e70b356979a65ba24665cd6baf --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_028_IFCWALL.csv @@ -0,0 +1,73 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +ARC,Wall(ARC),IfcWall,Pset_WallCommon,Reference,IfcIdentifier,DrawingB2 +ARC,Wall(ARC),IfcWall,WallCommon,Status,IfcLabel,New +ARC,Wall(ARC),IfcWall,Pset_WallCommon,AcousticRating,IfcLabel,Rw50 +ARC,Wall(ARC),IfcWall,Pset_WallCommon,FireRating,IfcLabel,1h +ARC,Wall(ARC),IfcWall,Pset_WallCommon,Combustible,IfcBoolean,false +ARC,Wall(ARC),IfcWall,Pset_WallCommon,SurfaceSpreadOfFlame,IfcLabel,Class1 +ARC,Wall(ARC),IfcWall,Pset_WallCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.30 +ARC,Wall(ARC),IfcWall,Pset_WallCommon,IsExternal,IfcBoolean,false +ARC,Wall(ARC),IfcWall,Pset_WallCommon,LoadBearing,IfcBoolean,true +ARC,Wall(ARC),IfcWall,Pset_WallCommon,ExtendToStructure,IfcBoolean,false +ARC,Wall(ARC),IfcWall,Pset_WallCommon,Compartmentation,IfcBoolean,true +ARC,Wall(ARC),IfcWall,ConcreteElementGeneral,AssemblyPlace,IfcLabel,OffSite +ARC,Wall(ARC),IfcWall,ConcreteElementGeneral,CastingMethod,IfcLabel,In-situ +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,ShearWall +ARC,Wall(ARC),IfcWall,ConcreteElementGeneral,StrengthClass,IfcLabel,C35/45 +ARC,Wall(ARC),IfcWall,ConcreteElementGeneral,ExposureClass,IfcLabel,XC2 +ARC,Wall(ARC),IfcWall,ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,0.012 +ARC,Wall(ARC),IfcWall,ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.006 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,DimensionalAccuracyClass,IfcLabel,Class2 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ConstructionToleranceClass,IfcLabel,3mm +ARC,Wall(ARC),IfcWall,ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.025 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,0.045 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ConcreteCoverAtLinks,IfcPositiveLengthMeasure,0.020 +ARC,Wall(ARC),IfcWall,ConcreteElementGeneral,ReinforcementStrengthClass,IfcLabel,SD390 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,WALL_PRE_002 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementFabrication,ProductionLotId,IfcIdentifier,LOT20250910 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementFabrication,SerialNumber,IfcIdentifier,SN07890 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementFabrication,PieceMark,IfcLabel,PM-14 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementFabrication,AsBuiltLocationNumber,IfcLabel,L-201 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementFabrication,ActualProductionDate,IfcDateTime,2025-09-05T00:00:00 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementFabrication,ActualErectionDate,IfcDateTime,2025-09-25T00:00:00 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,Panel-120 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,0.012 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,ManufacturingToleranceClass,IfcLabel,T2 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,FormStrippingStrength,IfcPressureMeasure,6.5 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,60.0 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,2.5 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.250 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,110.0 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,0.030 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,85.0 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,Four-point slings with spreader +ARC,Wall(ARC),IfcWall,PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,DOC-TR-012 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,HollowCorePlugging,IfcLabel,false +ARC,Wall(ARC),IfcWall,PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,0.006 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementGeneral,BatterAtStart,IfcPlaneAngleMeasure,0.006 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementGeneral,BatterAtEnd,IfcPlaneAngleMeasure,0.006 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementGeneral,Twisting,IfcPlaneAngleMeasure,0.6 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementGeneral,Shortening,IfcRatioMeasure,0.003 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementGeneral,PieceMark,IfcLabel,PM-03 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementGeneral,DesignLocationNumber,IfcLabel,D-200 +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,Description,IfcText,Vertical 150 mm +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,Reference,IfcLabel,Ref-02 +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,BarAllocationType,IfcLabel,Single +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,VerticalBarPitch,IfcPositiveLengthMeasure,0.120 +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,HorizontalBarPitch,IfcPositiveLengthMeasure,0.220 +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,SpacingBarPitch,IfcPositiveLengthMeasure,0.060 +ARC,Wall(ARC),IfcWall,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,20.0 +ARC,Wall(ARC),IfcWall,MaintenanceStrategy,AssetCriticality,IfcLabel,High +ARC,Wall(ARC),IfcWall,Condition,AssessmentDescription,IfcText,Non-combustible interior wall assembly +ARC,Wall(ARC),IfcWall,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,TypeB +ARC,Wall(ARC),IfcWall,WallBaseQuantities,Length,IfcLengthMeasure,7.5 +ARC,Wall(ARC),IfcWall,WallBaseQuantities,Width,IfcLengthMeasure,0.22 +ARC,Wall(ARC),IfcWall,WallBaseQuantities,Height,IfcLengthMeasure,2.9 +ARC,Wall(ARC),IfcWall,WallBaseQuantities,GrossFootPrintArea,IfcAreaMeasure,13.0 +ARC,Wall(ARC),IfcWall,WallBaseQuantities,NetFootPrintArea,IfcAreaMeasure,12.5 +ARC,Wall(ARC),IfcWall,WallBaseQuantities,GrossSideArea,IfcAreaMeasure,26.0 +ARC,Wall(ARC),IfcWall,WallBaseQuantities,NetSideArea,IfcAreaMeasure,25.4 +ARC,Wall(ARC),IfcWall,WallBaseQuantities,GrossVolume,IfcVolumeMeasure,38.0 +ARC,Wall(ARC),IfcWall,WallBaseQuantities,NetVolume,IfcVolumeMeasure,36.5 +ARC,Wall(ARC),IfcWall,WallBaseQuantities,GrossWeight,IfcMassMeasure,4700.0 +ARC,Wall(ARC),IfcWall,WallBaseQuantities,NetWeight,IfcMassMeasure,4400.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_029_IFCDOOR.csv b/data/input_csv/IFC2X3/IFC2X3_029_IFCDOOR.csv new file mode 100644 index 0000000000000000000000000000000000000000..6f68151ee2bc1efb4168f194d2b4b1fd70a6c8f9 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_029_IFCDOOR.csv @@ -0,0 +1,35 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +ARC,Door,Door,Door Basics,Element Code,label,Door-A1 +ARC,Door,Door,Door Basics,Stage,label,New +ARC,Door,Door,Door Basics,Fire Resistance Level,label,30min +ARC,Door,Door,Door Basics,Sound Rating,label,Rw32 +ARC,Door,Door,Door Basics,Glazing Ratio,float,0.25 +ARC,Door,Door,Door Basics,Exterior,boolean,true +ARC,Door,Door,Door Basics,Heat Loss Coefficient,float,1.8 +ARC,Door,Door,Door Basics,Accessibility,boolean,true +ARC,Door,Door,Door Basics,Fire Egress,boolean,true +ARC,Door,Door,Door Basics,Self-Closing Function,boolean,true +ARC,Door,Door,Door Basics,Smoke Barrier Function,boolean,true +ARC,Door,Door,Door Basics,Drive Assisted Operation,boolean,true +ARC,Door,Door,Door Basics,Air Leakage,float,0.5 +ARC,Door,Door,Lining,Frame Lining Depth,length,0.030 +ARC,Door,Door,Lining,Frame Lining Thickness,length,0.012 +ARC,Door,Door,Lining,Threshold Depth Measure,length,0.040 +ARC,Door,Door,Lining,Threshold Thickness Measure,length,0.010 +ARC,Door,Door,Lining,Transom Thickness Measure,length,0.015 +ARC,Door,Door,Lining,Transom Offset Measure,length,0.005 +ARC,Door,Door,Lining,Frame Lining Offset,length,0.003 +ARC,Door,Door,Lining,Threshold Offset Measure,length,0.0 +ARC,Door,Door,Lining,Casing Thickness Measure,length,0.008 +ARC,Door,Door,Lining,Casing Depth Measure,length,0.020 +ARC,Door,Door,Lining,Panel Offset X,length,0.005 +ARC,Door,Door,Lining,Panel Offset Y,length,0.002 +ARC,Door,Door,Door Panel,Door Panel Depth,length,0.040 +ARC,Door,Door,Door Panel,Door Panel Operation,text,SingleSwing +ARC,Door,Door,Door Panel,Door Panel Width,length,0.900 +ARC,Door,Door,Door Panel,Door Panel Position,label,Left +ARC,Door,Door,Manufacturer Info,Brand,label,AcmeDoors +ARC,Door,Door,Manufacturer Info,Model Code,label,MDL-2024-A +ARC,Door,Door,Product Materials,Surface Coating,text,PaintedOak +ARC,Door,Door,Product Materials,CoreMaterial,label,SolidWood +ARC,Door,Door,Product Materials,Frame Material Type,label,Steel diff --git a/data/input_csv/IFC2X3/IFC2X3_030_IFCDOOR.csv b/data/input_csv/IFC2X3/IFC2X3_030_IFCDOOR.csv new file mode 100644 index 0000000000000000000000000000000000000000..5e238b66753c9eb4260a95ad49c40e13c27afa1b --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_030_IFCDOOR.csv @@ -0,0 +1,53 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +意匠,ドア,IfcDoor,EnvironmentalImpactIndicators,Reference,IfcIdentifier,片開き +意匠,ドア,IfcDoor,EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,玄関用ドア +意匠,ドア,IfcDoor,Pset_DoorCommon,Reference,IfcIdentifier,木製 +意匠,ドア,IfcDoor,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,D-101 +意匠,ドア,IfcDoor,Uncertainty,UncertaintyDescription,IfcText,内部 +意匠,ドア,IfcDoor,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,特記事項なし +意匠,ドア,IfcDoor,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P20D +意匠,ドア,IfcDoor,MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P2300D +意匠,ドア,IfcDoor,DoorBaseQuantities,Width,IfcLengthMeasure,9 +意匠,ドア,IfcDoor,DoorPanelProperties,PanelWidth,IfcNormalisedRatioMeasure,0.95 +意匠,ドア,IfcDoor,MaintenanceTriggerDuration,DurationDisposalLevel,IfcDuration,P2400D +意匠,ドア,IfcDoor,DoorBaseQuantities,Height,IfcLengthMeasure,2.0 +意匠,ドア,IfcDoor,Condition,AssessmentDescription,IfcText,A-4等級 +意匠,ドア,IfcDoor,Pset_DoorCommon,AcousticRating,IfcLabel,T-2 +意匠,ドア,IfcDoor,Risk,RiskName,IfcLabel,W-2 +意匠,ドア,IfcDoor,Tolerance,ToleranceDescription,IfcText,耐震等級2 +意匠,ドア,IfcDoor,DoorCommon,HygrothermalRating,IfcLabel,H-2 +意匠,ドア,IfcDoor,Pset_DoorCommon,FireRating,IfcLabel,不燃 +意匠,ドア,IfcDoor,DoorLiningProperties,LiningDepth,IfcPositiveLengthMeasure,0.105 +意匠,ドア,IfcDoor,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,0 +意匠,ドア,IfcDoor,ConstructionOccurence,AssetIdentifier,IfcLabel,ENT-DOOR-01 +意匠,ドア,IfcDoor,Risk,AssociatedLocation,IfcLabel,南面 +意匠,ドア,IfcDoor,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,木製標準仕様 +意匠,ドア,IfcDoor,Condition,AssessmentType,IfcLabel,外観確認 +意匠,ドア,IfcDoor,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.40 +意匠,ドア,IfcDoor,Risk,AssociatedProduct,IfcLabel,レバーハンドル +意匠,ドア,IfcDoor,Pset_DoorCommon,IsExternal,IfcBoolean,true +意匠,ドア,IfcDoor,Tolerance,ToleranceBasis,IfcLabel,組立 +意匠,ドア,IfcDoor,Pset_DoorCommon,SelfClosing,IfcBoolean,true +意匠,ドア,IfcDoor,Pset_DoorCommon,HandicapAccessible,IfcBoolean,false +意匠,ドア,IfcDoor,Pset_DoorCommon,SecurityRating,IfcLabel,電気錠仕様 +意匠,ドア,IfcDoor,DoorPanelProperties,PanelOperation,IfcLabel,片開き +意匠,ドア,IfcDoor,MaintenanceTriggerPerformance,PerformanceMaintenanceLevel,IfcReal,2 +意匠,ドア,IfcDoor,DoorPanelProperties,PanelDepth,IfcPositiveLengthMeasure,0.040 +意匠,ドア,IfcDoor,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,30 +意匠,ドア,IfcDoor,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,25.0 +意匠,ドア,IfcDoor,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,20.0 +意匠,ドア,IfcDoor,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,ステンレス建具工業 +意匠,ドア,IfcDoor,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,25.0 +意匠,ドア,IfcDoor,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,600 +意匠,ドア,IfcDoor,Pset_ManufacturerOccurrence,SerialNumber,IfcIdentifier,HW-STEEL-01 +意匠,ドア,IfcDoor,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,FIN-MEL-01 +意匠,ドア,IfcDoor,Condition,AssessmentCondition,IfcLabel,竣工時 +意匠,ドア,IfcDoor,EnvironmentalCondition,MaximumRainIntensity,IfcReal,20 +意匠,ドア,IfcDoor,MaintenanceTriggerPerformance,ReplacementLevel,IfcReal,1000 +意匠,ドア,IfcDoor,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +意匠,ドア,IfcDoor,EnvironmentalCondition,SeismicResistance,IfcReal,0.50 +意匠,ドア,IfcDoor,EnvironmentalCondition,SmokeLevel,IfcLabel,Low +意匠,ドア,IfcDoor,DoorBaseQuantities,Perimeter,IfcLengthMeasure,5.8 +意匠,ドア,IfcDoor,DoorPanelProperties,PanelPosition,IfcLabel,LEFT +意匠,ドア,IfcDoor,Pset_Risk,NatureOfRisk,IfcLabel,木製面材の傷 +意匠,ドア,IfcDoor,Pset_DoorCommon,FireExit,IfcBoolean,true diff --git a/data/input_csv/IFC2X3/IFC2X3_031_IFCWINDOW.csv b/data/input_csv/IFC2X3/IFC2X3_031_IFCWINDOW.csv new file mode 100644 index 0000000000000000000000000000000000000000..e13bbd39818a708530a4cc1c312bcca6afa8e7c6 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_031_IFCWINDOW.csv @@ -0,0 +1,54 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +意匠,WINDOW INFO,窓,性能検証,遮音コンセプト,ラベル,外部騒音配慮型 +意匠,WINDOW INFO,窓,製品分類,管理記号,ラベル,WX-914 +意匠,WINDOW INFO,窓,可動範囲,開口クリア高[mm],長さ,1320 +意匠,WINDOW INFO,窓,外観計画,発色テーマ,ラベル,ダークグラファイト +意匠,WINDOW INFO,窓,防虫計画,防虫建具形式,ラベル,内付ロール網戸 +意匠,WINDOW INFO,窓,取付基準,基準高さ,ラベル,FL+950 +意匠,WINDOW INFO,窓,内装納まり,窓台材,ラベル,人工大理石カウンター +意匠,WINDOW INFO,窓,表面保護,保護層平均厚[μm],実数,62.5 +意匠,WINDOW INFO,窓,位置参照,主対象室,ラベル,ラウンジ +意匠,WINDOW INFO,窓,施錠仕様,補助錠形式,ラベル,補助ロックユニット +意匠,WINDOW INFO,窓,開口寸法,基準幅[mm],長さ,920 +意匠,WINDOW INFO,窓,排水納まり,下端ドリップ材,ラベル,ステンレス水切プレート +意匠,WINDOW INFO,窓,安全仕様,防災ガラス構成,ラベル,網入り耐熱合わせガラス +意匠,WINDOW INFO,窓,外装保護,前面スクリーン形式,ラベル,パンチングメタルパネル +意匠,WINDOW INFO,窓,可動範囲,残留かぶり寸法[mm],長さ,34 +意匠,WINDOW INFO,窓,性能検証,断熱コンセプト,ラベル,日射抑制型 +意匠,WINDOW INFO,窓,操作部品,操作具装備有無,真偽,false +意匠,WINDOW INFO,窓,製品分類,開口ユニット種別,ラベル,ハイサイドライト +意匠,WINDOW INFO,窓,外装保護,スクリーン有効高[mm],長さ,1280 +意匠,WINDOW INFO,窓,施錠仕様,主錠機能,ラベル,ダブルロック +意匠,WINDOW INFO,窓,開閉計画,作動モード,ラベル,内倒し窓 +意匠,WINDOW INFO,窓,充填固定,固定シール材,ラベル,EPDMガスケット +意匠,WINDOW INFO,窓,落下防止構成,保護バー固定方式,ラベル,スラブ下固定 +意匠,WINDOW INFO,窓,開口寸法,基準高さ[mm],長さ,1450 +意匠,WINDOW INFO,窓,図面連携,注記メモ,ラベル,避難経路側のため開放制限あり +意匠,WINDOW INFO,窓,内装納まり,フレーム見込[mm],長さ,88 +意匠,WINDOW INFO,窓,性能検証,気密グレード,ラベル,高気密仕様 +意匠,WINDOW INFO,窓,防虫計画,ネット素材,ラベル,ポリエステルネット +意匠,WINDOW INFO,窓,可動範囲,開口クリア幅A[mm],長さ,520 +意匠,WINDOW INFO,窓,施錠仕様,補助錠機能,ラベル,誤開放防止 +意匠,WINDOW INFO,窓,位置参照,副対象面,ラベル,北東面 +意匠,WINDOW INFO,窓,外装保護,支持金物方式,ラベル,溶接プレート止め +意匠,WINDOW INFO,窓,設置条件,面区分,ラベル,中庭側 +意匠,WINDOW INFO,窓,可動範囲,開口クリア幅B[mm],長さ,310 +意匠,WINDOW INFO,窓,表面保護,表層処理方式,ラベル,粉体焼付塗装 +意匠,WINDOW INFO,窓,落下防止構成,保護バー列数,整数,2 +意匠,WINDOW INFO,窓,防虫計画,ネット中桟数,整数,1 +意匠,WINDOW INFO,窓,内装納まり,周縁フレーム材,ラベル,タモ集成材枠 +意匠,WINDOW INFO,窓,透過材仕様,ガラス総厚[mm],長さ,28 +意匠,WINDOW INFO,窓,操作部品,操作具形式,ラベル,バーグリップ +意匠,WINDOW INFO,窓,性能検証,止水クラス,ラベル,強雨対応 +意匠,WINDOW INFO,窓,外装保護,スクリーン離隔[mm],長さ,95 +意匠,WINDOW INFO,窓,収納構成,上部収納ユニット,ラベル,埋込スクリーンケース +意匠,WINDOW INFO,窓,可動範囲,障子見付寸法[mm],長さ,48 +意匠,WINDOW INFO,窓,施錠仕様,主錠形式,ラベル,鎌錠 +意匠,WINDOW INFO,窓,性能検証,耐風圧カテゴリ,ラベル,沿岸部対応 +意匠,WINDOW INFO,窓,落下防止構成,保護バー形式,ラベル,縦手すり +意匠,WINDOW INFO,窓,可動範囲,障子見込寸法[mm],長さ,82 +意匠,WINDOW INFO,窓,内装納まり,窓台突出寸法[mm],長さ,210 +意匠,WINDOW INFO,窓,透過材仕様,透過ユニット構成,ラベル,Low-Eトリプルガラス +意匠,WINDOW INFO,窓,外装保護,スクリーン有効幅[mm],長さ,980 +意匠,WINDOW INFO,窓,防虫計画,脱落抑制方式,ラベル,逆走防止ストッパー付 +意匠,WINDOW INFO,窓,内装納まり,フレーム逃げ寸法[mm],長さ,12 diff --git a/data/input_csv/IFC2X3/IFC2X3_032_IFCWINDOW.csv b/data/input_csv/IFC2X3/IFC2X3_032_IFCWINDOW.csv new file mode 100644 index 0000000000000000000000000000000000000000..289402d8fcd623be3a3dafba52e2da5efa780f11 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_032_IFCWINDOW.csv @@ -0,0 +1,54 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +意匠,窓,窓,仕上げ・下地情報,色調,ラベル,ダークグレー +意匠,窓,窓,仕上げ・下地情報,表面処理,ラベル,フッ素樹脂塗装 +意匠,窓,窓,仕上げ・下地情報,膜厚_塗膜厚 [μm],実数,25 +意匠,窓,窓,識別情報,開閉形式,ラベル,縦すべり出し窓 +意匠,窓,窓,識別情報,建具種類,ラベル,腰高窓 +意匠,窓,窓,識別情報,建具番号,ラベル,W-402 +意匠,窓,窓,識別情報,内外区分,ラベル,外部 +意匠,窓,窓,図面情報,備考,テキスト,要現場確認 +意匠,窓,窓,寸法情報,高さ [mm],長さ,2 +意匠,窓,窓,寸法情報,幅 [mm],長さ,1 +意匠,窓,窓,性能情報,気密性能,ラベル,A-3等級 +意匠,窓,窓,性能情報,遮音性能,ラベル,T-1 +意匠,窓,窓,性能情報,水密性能,ラベル,W-4 +意匠,窓,窓,性能情報,耐風圧性能,ラベル,S-2 +意匠,窓,窓,性能情報,断熱性能,ラベル,H-3 +意匠,窓,窓,性能情報,防火性能,ラベル,網入りガラス仕様 +意匠,窓,窓,配置情報,基準レベル,ラベル,GL +意匠,窓,窓,配置情報,建具場所_主,ラベル,リビング +意匠,窓,窓,配置情報,建具場所_副,ラベル,東面 +意匠,窓,窓,識別情報,額縁_種類,ラベル,木枠 +意匠,窓,窓,識別情報,膳板_種類,ラベル,人工大理石膳板 +意匠,窓,窓,寸法情報,額縁_見付 [mm],長さ,40 +意匠,窓,窓,寸法情報,額縁チリ [mm],長さ,12 +意匠,窓,窓,寸法情報,膳板見付 [mm],長さ,25 +意匠,窓,窓,識別情報,ブラインドBOX_種類,ラベル,アルミBOX +意匠,窓,窓,識別情報,手すり_種類,ラベル,縦手すり +意匠,窓,窓,識別情報,手すり取付方法,ラベル,先付 +意匠,窓,窓,識別情報,手すり本数,整数,1 +意匠,窓,窓,識別情報,面格子_種類,ラベル,横格子 +意匠,窓,窓,識別情報,面格子ブラケット_種類,ラベル,直付 +意匠,窓,窓,識別情報,面格子取付 [mm],長さ,45 +意匠,窓,窓,寸法情報,面格子_高さ [mm],長さ,1000 +意匠,窓,窓,寸法情報,面格子_幅 [mm],長さ,1200 +意匠,窓,窓,仕上げ・下地情報,網_材質,ラベル,ペット対応網 +意匠,窓,窓,識別情報,網戸_種類,ラベル,横引きロール網戸 +意匠,窓,窓,識別情報,網戸落下防止部品_種類,ラベル,落下防止金具なし +意匠,窓,窓,寸法情報,網戸中桟_本数,整数,1 +意匠,窓,窓,識別情報,引手・ハンドル_種類,ラベル,レバーハンドル +意匠,窓,窓,識別情報,引手・ハンドル_有無,真偽,true +意匠,窓,窓,識別情報,クレセント_機能,ラベル,施錠機能付き +意匠,窓,窓,識別情報,クレセント_種類,ラベル,ワンタッチクレセント +意匠,窓,窓,識別情報,補助クレセント_機能,ラベル,なし +意匠,窓,窓,識別情報,補助クレセント_種類,ラベル,なし +意匠,窓,窓,識別情報,ガラス押さえ,ラベル,樹脂押縁 +意匠,窓,窓,寸法情報,引残し寸法 [mm],長さ,20 +意匠,窓,窓,寸法情報,障子見込 [mm],長さ,65 +意匠,窓,窓,寸法情報,障子見付 [mm],長さ,35 +意匠,窓,窓,寸法情報,有効開口幅_右 [mm],長さ,450 +意匠,窓,窓,寸法情報,有効開口幅_左 [mm],長さ,450 +意匠,窓,窓,寸法情報,有効高さ [mm],長さ,1900 +意匠,窓,窓,識別情報,ガラス_種類,ラベル,Low-E複層ガラス +意匠,窓,窓,寸法情報,ガラス_厚さ [mm],長さ,6 +意匠,窓,窓,識別情報,水切り_種類,ラベル,ステンレス水切り diff --git a/data/input_csv/IFC2X3/IFC2X3_033_IFCSLAB.csv b/data/input_csv/IFC2X3/IFC2X3_033_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..12685db7290a8e4fa617869c1f4b81aef589a926 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_033_IFCSLAB.csv @@ -0,0 +1,33 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +ARC,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,Description,IfcText,Hollow core slab reinforcement pitch schedule for zone B +ARC,Slab,IfcSlab,PrecastConcreteElementFabrication,ProductionLotId,IfcIdentifier,LOT-26-04-B17 +ARC,Slab,IfcSlab,ConcreteElementGeneral,StrengthClass,IfcLabel,C35/45 +ARC,Slab,IfcSlab,SlabBaseQuantities,NetArea,IfcQuantityArea,22.64 +ARC,Slab,IfcSlab,PrecastSlab,EdgeDistanceToFirstAxis,IfcPositiveLengthMeasure,0.180 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,FormStrippingStrength,IfcPressureMeasure,18.0 +ARC,Slab,IfcSlab,Pset_SlabCommon,PitchAngle,IfcPlaneAngleMeasure,0.087266 +ARC,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongOutsideTopBarPitch,IfcPositiveLengthMeasure,0.150 +ARC,Slab,IfcSlab,PrecastConcreteElementGeneral,BatterAtStart,IfcPlaneAngleMeasure,0.003490 +ARC,Slab,IfcSlab,SlabBaseQuantities,GrossWeight,IfcQuantityWeight,18650.0 +ARC,Slab,IfcSlab,PrecastSlab,DistanceBetweenComponentAxes,IfcPositiveLengthMeasure,1.200 +ARC,Slab,IfcSlab,ConcreteElementGeneral,ExposureClass,IfcLabel,XC4 +ARC,Slab,IfcSlab,PrecastConcreteElementFabrication,SerialNumber,IfcIdentifier,SN-SLB-260418-07 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,ManufacturingToleranceClass,IfcLabel,MT2 +ARC,Slab,IfcSlab,Pset_SlabCommon,Combustible,IfcBoolean,false +ARC,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideCenterTopBarPitch,IfcPositiveLengthMeasure,0.125 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,32.0 +ARC,Slab,IfcSlab,SlabBaseQuantities,NetVolume,IfcQuantityVolume,5.12 +ARC,Slab,IfcSlab,PrecastSlab,AngleBetweenComponentAxes,IfcPlaneAngleMeasure,1.570796 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.090 +ARC,Slab,IfcSlab,Pset_SlabCommon,Compartmentation,IfcBoolean,true +ARC,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideCenterLowerBarPitch,IfcPositiveLengthMeasure,0.175 +ARC,Slab,IfcSlab,PrecastConcreteElementFabrication,ActualProductionDate,IfcDateTime,2026-04-18T09:30:00 +ARC,Slab,IfcSlab,ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.0042 +ARC,Slab,IfcSlab,SlabBaseQuantities,NetWeight,IfcQuantityWeight,17980.0 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,HollowCorePlugging,IfcLabel,SealedWithConcrete +ARC,Slab,IfcSlab,PrecastSlab,AngleToFirstAxis,IfcPlaneAngleMeasure,0.785398 +ARC,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortOutsideLowerBarPitch,IfcPositiveLengthMeasure,0.140 +ARC,Slab,IfcSlab,PrecastConcreteElementGeneral,Twisting,IfcPlaneAngleMeasure,0.001745 +ARC,Slab,IfcSlab,PrecastConcreteElementFabrication,AsBuiltLocationNumber,IfcLabel,GRID-C4-L2 +ARC,Slab,IfcSlab,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,0.030 +ARC,Slab,IfcSlab,PrecastConcreteElementGeneral,DesignLocationNumber,IfcLabel,ZN-2F-C4 diff --git a/data/input_csv/IFC2X3/IFC2X3_034_IFCSLAB.csv b/data/input_csv/IFC2X3/IFC2X3_034_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..91e2f974e738f0e9095d62ed021d4fbf5d529f13 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_034_IFCSLAB.csv @@ -0,0 +1,55 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +意匠,天井(意匠),IfcSlab,Condition,AssessmentCondition,IfcLabel,竣工時 +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,IsExternal,IfcBoolean,false +意匠,天井(意匠),IfcSlab,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,NM-1234 +意匠,天井(意匠),IfcSlab,ConstructionOccurence,ModelNumber,IfcLabel,F-201 +意匠,天井(意匠),IfcSlab,PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,0.01 +意匠,天井(意匠),IfcSlab,SlabBaseQuantities,Perimeter,IfcLengthMeasure,150 +意匠,天井(意匠),IfcSlab,BodyGeometryValidation,GrossSurfaceArea,IfcAreaMeasure,25 +意匠,天井(意匠),IfcSlab,BodyGeometryValidation,GrossVolume,IfcVolumeMeasure,3.5 +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,AcousticRating,IfcLabel,ΔL-40 +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,FireRating,IfcLabel,1時間耐火 +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,MaximumRainIntensity,IfcReal,30 +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.80 +意匠,天井(意匠),IfcSlab,Condition,AssessmentDescription,IfcText,高性能仕様 +意匠,天井(意匠),IfcSlab,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,0 +意匠,天井(意匠),IfcSlab,PrecastSlab,EdgeDistanceToFirstAxis,IfcPositiveLengthMeasure,0.150 +意匠,天井(意匠),IfcSlab,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,合板仕上 +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,Combustible,IfcBoolean,false +意匠,天井(意匠),IfcSlab,PrecastSlab,NominalThickness,IfcNonNegativeLengthMeasure,0.020 +意匠,天井(意匠),IfcSlab,PrecastSlab,ToppingType,IfcLabel,フローリング +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,SurfaceSpreadOfFlame,IfcLabel,準不燃 +意匠,天井(意匠),IfcSlab,PrecastSlab,NominalToppingThickness,IfcPositiveLengthMeasure,0.050 +意匠,天井(意匠),IfcSlab,PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,押出法ポリスチレンフォーム +意匠,天井(意匠),IfcSlab,Condition,AssessmentType,IfcLabel,防水仕様確認 +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,Compartmentation,IfcBoolean,true +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,SeismicResistance,IfcReal,1.2 +意匠,天井(意匠),IfcSlab,SlabBaseQuantities,Depth,IfcLengthMeasure,0.020 +意匠,天井(意匠),IfcSlab,ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.025 +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,600 +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,1800 +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,29.0 +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,29.0 +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,8.0 +意匠,天井(意匠),IfcSlab,Warranty,WarrantyPeriod,IfcDuration,P1Y +意匠,天井(意匠),IfcSlab,ConstructionOccurence,AssetIdentifier,IfcLabel,OFFICE-SLAB-01 +意匠,天井(意匠),IfcSlab,Pset_Warranty,IsExtendedWarranty,IfcBoolean,false +意匠,天井(意匠),IfcSlab,Pset_PrecastConcreteElementGeneral,ManufacturingToleranceClass,IfcLabel,ORDINARY +意匠,天井(意匠),IfcSlab,SlabBaseQuantities,Width,IfcLengthMeasure,200 +意匠,天井(意匠),IfcSlab,PrecastSlab,DistanceBetweenComponentAxes,IfcPositiveLengthMeasure,0.150 +意匠,天井(意匠),IfcSlab,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,0.030 +意匠,天井(意匠),IfcSlab,PrecastSlab,AngleToFirstAxis,IfcPlaneAngleMeasure,0 +意匠,天井(意匠),IfcSlab,Pset_ConcreteElementGeneral,ConcreteCoverAtLinks,IfcPositiveLengthMeasure,0.020 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,Description,IfcText,Top reinforcement uses D13 bars +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,Reference,IfcLabel,D10 +意匠,天井(意匠),IfcSlab,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,0.020 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongOutsideTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideCenterTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideEndTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortOutsideTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_Warranty,Exclusions,IfcText,なし +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideCenterTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideEndTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Risk,MitigationPlanned,IfcLabel,なし +意匠,天井(意匠),IfcSlab,SlabBaseQuantities,NetWeight,IfcMassMeasure,2000 +意匠,天井(意匠),IfcSlab,Risk,AssociatedProduct,IfcLabel,D10鉄筋 diff --git a/data/input_csv/IFC2X3/IFC2X3_035_IFCSTAIR.csv b/data/input_csv/IFC2X3/IFC2X3_035_IFCSTAIR.csv new file mode 100644 index 0000000000000000000000000000000000000000..3503c8e5fc5c5589bbefcae531d026c05870a728 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_035_IFCSTAIR.csv @@ -0,0 +1,48 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +ARC,Stair,Stair,Stair Basics,Stair Form,label,Straight +ARC,Stair,Stair,Stair Basics,Exterior,boolean,false +ARC,Stair,Stair,Stair Basics,SurfaceSpec,text,PowderCoated +ARC,Stair,Stair,Stair Basics,Load Bearing,boolean,true +ARC,Stair,Stair,Stair Basics,StairCondition,label,Existing +ARC,Stair,Stair,Geometry,Riser Count,integer,18 +ARC,Stair,Stair,Geometry,Tread Count,integer,17 +ARC,Stair,Stair,Geometry,Riser Height,length,0.16 +ARC,Stair,Stair,Geometry,Tread Depth,length,0.27 +ARC,Stair,Stair,Geometry,Nosing Projection,length,0.025 +ARC,Stair,Stair,Geometry,Stair Width,length,1.10 +ARC,Stair,Stair,Geometry,Landing Length,length,1.80 +ARC,Stair,Stair,Geometry,ClearanceTop,length,2.10 +ARC,Stair,Stair,Geometry,Slope Angle,float,31.0 +ARC,Stair,Stair,Performance,Egress Capacity,float,180.0 +ARC,Stair,Stair,Performance,Max Occupant Load,integer,80 +ARC,Stair,Stair,Performance,Flow Rate per Person,float,0.35 +ARC,Stair,Stair,Performance,Slip Resistance,label,R12 +ARC,Stair,Stair,Handrail,Handrail Required,boolean,true +ARC,Stair,Stair,Handrail,Handrail Height,length,0.92 +ARC,Stair,Stair,Handrail,Handrail Continuity,label,Continuous +ARC,Stair,Stair,Handrail,Balustrade Type,label,Metal +ARC,Stair,Stair,Materials,Tread Material,label,PrecastConcrete +ARC,Stair,Stair,Materials,Riser Material,label,PrecastConcrete +ARC,Stair,Stair,Materials,Stringer Material,label,Steel +ARC,Stair,Stair,Materials,Coating,label,PowderCoat +ARC,Stair,Stair,Fire Safety,Fire Rated,boolean,true +ARC,Stair,Stair,Fire Safety,Fire Resistance,label,EI90 +ARC,Stair,Stair,Fire Safety,Smoke Protected,boolean,true +ARC,Stair,Stair,Construction,Fabrication Location,label,Factory +ARC,Stair,Stair,Construction,Prefab ID,label,PF-02 +ARC,Stair,Stair,Construction,Tolerance,label,3mm +ARC,Stair,Stair,Accessibility,Tactile Warning,boolean,true +ARC,Stair,Stair,Accessibility,Contrasting Nosings,boolean,true +ARC,Stair,Stair,Accessibility,Accessible Route,label,Accessible +ARC,Stair,Stair,Installation,Installation Date,date,2025-09-10 +ARC,Stair,Stair,Installation,Fixing Details,text,Chemical anchors to slab; Bracket fix to precast wall +ARC,Stair,Stair,Installation,Lifting Points,text,3 lifting points along stringer +ARC,Stair,Stair,Installation,Temporary Support,boolean,false +ARC,Stair,Stair,Manufacturer Info,MakerName,label,StepMasters +ARC,Stair,Stair,Manufacturer Info,Model,label,STR-2026-B +ARC,Stair,Stair,Stair Quantities,Riser Count,integer,18 +ARC,Stair,Stair,Stair Quantities,Tread Count,integer,17 +ARC,Stair,Stair,Stair Quantities,StairRun,length,3.60 +ARC,Stair,Stair,Stair Quantities,StairRise,length,2.40 +ARC,Stair,Stair,Stair Quantities,PlanExtent,area,3.96 +ARC,Stair,Stair,Stair Quantities,SolidVolumeCalc,volume,1.20 diff --git a/data/input_csv/IFC2X3/IFC2X3_036_IFCSTAIR.csv b/data/input_csv/IFC2X3/IFC2X3_036_IFCSTAIR.csv new file mode 100644 index 0000000000000000000000000000000000000000..3fc69b7fdd2e8733411e27f0a99dd3249c75ea65 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_036_IFCSTAIR.csv @@ -0,0 +1,47 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +ARC,Stair,IfcStair,PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,Winder +ARC,Stair,IfcStair,Pset_StairCommon,IsExternal,IfcBoolean,false +ARC,Stair,IfcStair,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,PowderCoatedFinish +ARC,Stair,IfcStair,StairCommon,LoadBearing,IfcBoolean,false +ARC,Stair,IfcStair,StairCommon,Status,IfcLabel,New +ARC,Stair,IfcStair,Pset_StairCommon,NumberOfRiser,IfcCountMeasure,18 +ARC,Stair,IfcStair,Pset_StairCommon,NumberOfTreads,IfcCountMeasure,17 +ARC,Stair,IfcStair,Pset_StairCommon,RiserHeight,IfcPositiveLengthMeasure,0.16 +ARC,Stair,IfcStair,Pset_StairCommon,TreadLength,IfcPositiveLengthMeasure,0.27 +ARC,Stair,IfcStair,StairCommon,NosingLength,IfcLengthMeasure,0.02 +ARC,Stair,IfcStair,StairCommon,WalkingLineOffset,IfcPositiveLengthMeasure,1.10 +ARC,Stair,IfcStair,StairCommon,TreadLengthAtOffset,IfcPositiveLengthMeasure,0.300 +ARC,Stair,IfcStair,StairCommon,TreadLengthAtInnerSide,IfcPositiveLengthMeasure,0.210 +ARC,Stair,IfcStair,Pset_StairCommon,RequiredHeadroom,IfcPositiveLengthMeasure,2.800 +ARC,Stair,IfcStair,StairCommon,WaistThickness,IfcPositiveLengthMeasure,0.150 +ARC,Stair,IfcStair,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,0.080 +ARC,Stair,IfcStair,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.250 +ARC,Stair,IfcStair,Condition,AssessmentCondition,IfcLabel,Wet condition +ARC,Stair,IfcStair,Pset_StairCommon,HasNonSkidSurface,IfcBoolean,false +ARC,Stair,IfcStair,Pset_StairCommon,Reference,IfcIdentifier,Continuous +ARC,Stair,IfcStair,PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,MetalStair +ARC,Stair,IfcStair,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WAR-STAIR-2026-02 +ARC,Stair,IfcStair,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-STAIR-SAFE-02 +ARC,Stair,IfcStair,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.006 +ARC,Stair,IfcStair,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,PolyurethaneFinish +ARC,Stair,IfcStair,Pset_StairCommon,FireExit,IfcBoolean,false +ARC,Stair,IfcStair,Pset_StairCommon,FireRating,IfcLabel,EI90 +ARC,Stair,IfcStair,Pset_StairCommon,HandicapAccessible,IfcBoolean,false +ARC,Stair,IfcStair,ConcreteElementGeneral,AssemblyPlace,IfcLabel,Factory +ARC,Stair,IfcStair,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,PF-02 +ARC,Stair,IfcStair,Tolerance,ToleranceDescription,IfcText,3mm +ARC,Stair,IfcStair,Condition,LastAssessmentReport,IfcLabel,RPT-NONSKID-01 +ARC,Stair,IfcStair,ConstructionAdministration,SubmittalIdentifer,IfcLabel,ACC-NG +ARC,Stair,IfcStair,Condition,AssessmentMethod,IfcDocumentReference,DOC-ACCESS-01 +ARC,Stair,IfcStair,InstallationOccurrence,InstallationDate,IfcDate,2025-10-05 +ARC,Stair,IfcStair,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,05 51 00 +ARC,Stair,IfcStair,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,LiftingPoints: 2 lifting eyes midspan +ARC,Stair,IfcStair,Condition,AssessmentType,IfcLabel,DimensionalInspection +ARC,Stair,IfcStair,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,AscendWorks +ARC,Stair,IfcStair,ConstructionOccurence,ModelNumber,IfcLabel,STR-2026-B +ARC,Stair,IfcStair,PrecastConcreteElementFabrication,PieceMark,IfcLabel,R18 +ARC,Stair,IfcStair,ConstructionOccurence,TagNumber,IfcLabel,T17 +ARC,Stair,IfcStair,ElementKinematics,LinearRange,IfcPositiveLengthMeasure,3.60 +ARC,Stair,IfcStair,Condition,AssessmentDescription,IfcText,Riser dimensions verified +ARC,Stair,IfcStair,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,4.20 +ARC,Stair,IfcStair,ElementKinematics,MinimumTime,IfcTimeMeasure,1.25 diff --git a/data/input_csv/IFC2X3/IFC2X3_037_IFCROOF.csv b/data/input_csv/IFC2X3/IFC2X3_037_IFCROOF.csv new file mode 100644 index 0000000000000000000000000000000000000000..9d65de7facd46c33c3bada3455e67e561dde0226 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_037_IFCROOF.csv @@ -0,0 +1,39 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +ARC,Roof,Roof,Info,RoofCode,label,Roof-A1 +ARC,Roof,Roof,Info,StateFlag,label,New +ARC,Roof,Roof,Info,ExteriorFlag,boolean,true +ARC,Roof,Roof,Info,Structural Support,boolean,true +ARC,Roof,Roof,Info,Heat Loss Coefficient,float,0.20 +ARC,Roof,Roof,Info,Fire Resistance Level,label,EI60 +ARC,Roof,Roof,Info,Sound Rating,label,Rw45 +ARC,Roof,Roof,Info,Flame Spread Class,label,Class0 +ARC,Roof,Roof,Info,RoofPitch,float,30.0 +ARC,Roof,Roof,Info,RoofPitchString,label,1:4 +ARC,Roof,Roof,Info,EavesOverhang,length,0.5 +ARC,Roof,Roof,Info,ParapetHeight,length,1.0 +ARC,Roof,Roof,Finish Specification,Surface Coating,label,SinglePly +ARC,Roof,Roof,Finish Specification,FinishManufacturer,label,AcmeRoofing +ARC,Roof,Roof,Finish Specification,FinishThickness,length,0.0015 +ARC,Roof,Roof,Finish Specification,Coating Color,label,DarkGrey +ARC,Roof,Roof,Finish Specification,FinishPattern,label,Shingle +ARC,Roof,Roof,Finish Specification,DrainageType,label,InternalGutter +ARC,Roof,Roof,Finish Specification,Access Category,label,RoofAccessHatch +ARC,Roof,Roof,Construction,Nominal Thickness Measure,length,0.200 +ARC,Roof,Roof,Construction,ActualThickness,length,0.210 +ARC,Roof,Roof,Construction,InsulationType,label,PIR +ARC,Roof,Roof,Construction,InsulationThickness,length,0.050 +ARC,Roof,Roof,Construction,WaterproofingType,label,BituminousMembrane +ARC,Roof,Roof,Construction,WaterproofingThickness,length,0.003 +ARC,Roof,Roof,Construction,EdgeDetail,label,DripEdge +ARC,Roof,Roof,Construction,EavesGutterSize,length,0.100 +ARC,Roof,Roof,Drainage,HasGutters,boolean,true +ARC,Roof,Roof,Drainage,NumberOfDownpipes,integer,4 +ARC,Roof,Roof,Drainage,OverflowProvision,boolean,true +ARC,Roof,Roof,Manufacturer Info,Brand,label,RoofCo +ARC,Roof,Roof,Manufacturer Info,Model Code,label,RF-2024-A +ARC,Roof,Roof,Product Materials,CoreMaterial,label,Timber +ARC,Roof,Roof,Product Materials,FixingType,label,MechanicalFix +ARC,Roof,Roof,Quantities,Overall Area,area,120.0 +ARC,Roof,Roof,Quantities,Projected Area Estimate,area,110.0 +ARC,Roof,Roof,Practical,Note1,text,Provide maintenance access at northeast corner +ARC,Roof,Roof,Practical,Note2,text,Verify fall for drainage diff --git a/data/input_csv/IFC2X3/IFC2X3_038_IFCROOF.csv b/data/input_csv/IFC2X3/IFC2X3_038_IFCROOF.csv new file mode 100644 index 0000000000000000000000000000000000000000..0cfe1fcbea5df5456237e7175fd6f648f79a484f --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_038_IFCROOF.csv @@ -0,0 +1,48 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +意匠,屋根,IfcRoof,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.1 +意匠,屋根,IfcRoof,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,1800.0 +意匠,屋根,IfcRoof,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,12.0 +意匠,屋根,IfcRoof,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,1800 +意匠,屋根,IfcRoof,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,60 +意匠,屋根,IfcRoof,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,50 +意匠,屋根,IfcRoof,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,40 +意匠,屋根,IfcRoof,EnvironmentalCondition,SeismicResistance,IfcReal,1.2 +意匠,屋根,IfcRoof,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,1 +意匠,屋根,IfcRoof,EnvironmentalImpactIndicators,Reference,IfcIdentifier,構造用合板 +意匠,屋根,IfcRoof,EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,ゴムアスファルト +意匠,屋根,IfcRoof,Condition,AssessmentType,IfcLabel,仕上確認 +意匠,屋根,IfcRoof,Pset_RoofCommon,Reference,IfcIdentifier,フッ素焼付塗装 +意匠,屋根,IfcRoof,RoofCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,2.0 +意匠,屋根,IfcRoof,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,ポリエチレンフィルム +意匠,屋根,IfcRoof,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,波板 +意匠,屋根,IfcRoof,EnvironmentalCondition,MaximumRainIntensity,IfcReal,18 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,FormStrippingStrength,IfcPressureMeasure,15.0 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,60.0 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,硬質ウレタンフォーム +意匠,屋根,IfcRoof,Pset_RoofCommon,IsExternal,IfcBoolean,true +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,15.0 +意匠,屋根,IfcRoof,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P40D +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,100.0 +意匠,屋根,IfcRoof,PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,TRN-ROOF-01 +意匠,屋根,IfcRoof,Condition,AssessmentDescription,IfcText,遮熱層の状態確認 +意匠,屋根,IfcRoof,Risk,RiskName,IfcLabel,縦葺き +意匠,屋根,IfcRoof,Tolerance,ToleranceDescription,IfcText,機械固定工法 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,0.016 +意匠,屋根,IfcRoof,PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,0.0012 +意匠,屋根,IfcRoof,PrecastConcreteElementGeneral,Shortening,IfcRatioMeasure,0.005 +意匠,屋根,IfcRoof,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,合板 +意匠,屋根,IfcRoof,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,RFG-01 +意匠,屋根,IfcRoof,Risk,AssociatedProduct,IfcLabel,粘土瓦 +意匠,屋根,IfcRoof,Risk,AssociatedActivity,IfcLabel,瓦棒葺き +意匠,屋根,IfcRoof,EnvironmentalCondition,SaltMistLevel,IfcLabel,Low +意匠,屋根,IfcRoof,EnvironmentalCondition,SmokeLevel,IfcLabel,Low +意匠,屋根,IfcRoof,Uncertainty,HorizontalUncertainty,IfcPositiveLengthMeasure,0.009 +意匠,屋根,IfcRoof,Pset_ManufacturerOccurrence,SerialNumber,IfcIdentifier,ROOF-PLY-01 +意匠,屋根,IfcRoof,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-RFG-01 +意匠,屋根,IfcRoof,PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,和瓦 +意匠,屋根,IfcRoof,ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-ROOF-01 +意匠,屋根,IfcRoof,Condition,LastAssessmentReport,IfcLabel,RPT-ROOF-01 +意匠,屋根,IfcRoof,Risk,MitigationPlanned,IfcLabel,なし +意匠,屋根,IfcRoof,ServiceLife,ServiceLifeDuration,IfcDuration,P15Y +意匠,屋根,IfcRoof,ServiceLife,MeanTimeBetweenFailure,IfcDuration,P2Y +意匠,屋根,IfcRoof,Tolerance,ToleranceBasis,IfcLabel,メーカー標準施工図 diff --git a/data/input_csv/IFC2X3/IFC2X3_039_IFCCOLUMN.csv b/data/input_csv/IFC2X3/IFC2X3_039_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..658473cbe1c4471305773b70453f4c7b687d2c67 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_039_IFCCOLUMN.csv @@ -0,0 +1,55 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +意匠分類,柱のBIM情報確認,柱,企画属性,意匠シリーズ,ラベル,木目化粧型 +意匠分類,柱のBIM情報確認,柱,企画属性,断面バリエーション,ラベル,八角形 +意匠分類,柱のBIM情報確認,柱,法規属性,防火区画対応区分,ラベル,特定防火設備周辺 +意匠分類,柱のBIM情報確認,柱,位置参照属性,通り芯参照,ラベル,G2-C5 +意匠分類,柱のBIM情報確認,柱,下地仕様属性,基材パネル種別,ラベル,けい酸カルシウム板 +意匠分類,柱のBIM情報確認,柱,下地仕様属性,下地処理区分,ラベル,シーラー処理 +意匠分類,柱のBIM情報確認,柱,化粧仕様属性,化粧層厚さ[mm],長さ,18 +意匠分類,柱のBIM情報確認,柱,化粧仕様属性,化粧材種別,ラベル,左官調樹脂仕上 +意匠分類,柱のBIM情報確認,柱,化粧仕様属性,色調コード,ラベル,N-85近似 +意匠分類,柱のBIM情報確認,柱,断面計画属性,長辺寸法[mm],長さ,650 +意匠分類,柱のBIM情報確認,柱,断面計画属性,短辺寸法[mm],長さ,420 +意匠分類,柱のBIM情報確認,柱,断面計画属性,角部面取り半径[mm],長さ,45 +意匠分類,柱のBIM情報確認,柱,被覆計画属性,被覆層厚さ[mm],長さ,32 +意匠分類,柱のBIM情報確認,柱,被覆計画属性,被覆方式,ラベル,成形耐火板巻き +意匠分類,柱のBIM情報確認,柱,納まり計画属性,見付調整厚[mm],長さ,12 +意匠分類,柱のBIM情報確認,柱,干渉調整属性,先行確定対象,真偽,false +意匠分類,柱のBIM情報確認,柱,座標補正属性,下端補正量X,整数,-15 +意匠分類,柱のBIM情報確認,柱,座標補正属性,下端補正量Y,整数,25 +意匠分類,柱のBIM情報確認,柱,座標補正属性,下端補正量Z,整数,0 +意匠分類,柱のBIM情報確認,柱,座標補正属性,上端補正量X,整数,10 +意匠分類,柱のBIM情報確認,柱,座標補正属性,上端補正量Y,整数,-5 +意匠分類,柱のBIM情報確認,柱,座標補正属性,上端補正量Z,整数,20 +意匠分類,柱のBIM情報確認,柱,接合参照属性,下端接合参照ID,ラベル,COLBASE-7A21 +意匠分類,柱のBIM情報確認,柱,接合参照属性,上端接合参照ID,ラベル,COLTOP-9B34 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,主縦筋呼び径,ラベル,D29 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,下端定着方式,ラベル,機械式定着 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,下端定着余裕長,整数,48 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,下端余長管理値,整数,70 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,上端定着方式,ラベル,直定着 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,上端定着余裕長,整数,42 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,上端余長管理値,整数,55 +意匠分類,柱のBIM情報確認,柱,補助筋計画属性,補助縦筋呼び径,ラベル,D16 +意匠分類,柱のBIM情報確認,柱,補助筋計画属性,下端補助縦筋本数,整数,6 +意匠分類,柱のBIM情報確認,柱,補助筋計画属性,上端補助縦筋本数,整数,10 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,拘束筋呼び径,ラベル,D13 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,拘束筋鋼種,ラベル,SD390 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,接合域ピッチ[mm],整数,90 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,接合域補強筋呼び径,ラベル,D16 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,下端拘束ピッチ[mm],整数,110 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,上端拘束ピッチ[mm],整数,125 +意匠分類,柱のBIM情報確認,柱,中子筋計画属性,中子筋呼び径,ラベル,D10 +意匠分類,柱のBIM情報確認,柱,中子筋計画属性,下端中子筋本数X,整数,2 +意匠分類,柱のBIM情報確認,柱,中子筋計画属性,下端中子筋本数Y,整数,3 +意匠分類,柱のBIM情報確認,柱,中子筋計画属性,上端中子筋本数X,整数,2 +意匠分類,柱のBIM情報確認,柱,中子筋計画属性,上端中子筋本数Y,整数,3 +意匠分類,柱のBIM情報確認,柱,端部寸法属性,下端外形寸法X[mm],整数,720 +意匠分類,柱のBIM情報確認,柱,端部寸法属性,下端外形寸法Y[mm],整数,520 +意匠分類,柱のBIM情報確認,柱,端部寸法属性,上端外形寸法X[mm],整数,680 +意匠分類,柱のBIM情報確認,柱,端部寸法属性,上端外形寸法Y[mm],整数,480 +意匠分類,柱のBIM情報確認,柱,配筋座標属性,多段筋離隔寸法[mm],整数,180 +意匠分類,柱のBIM情報確認,柱,配筋座標属性,主筋1列目芯位置X[mm],整数,210 +意匠分類,柱のBIM情報確認,柱,配筋座標属性,主筋1列目芯位置基準[mm],整数,260 +意匠分類,柱のBIM情報確認,柱,配筋座標属性,主筋1列目芯位置Y[mm],整数,230 +意匠分類,柱のBIM情報確認,柱,配筋座標属性,下端主筋1列目本数X,整数,5 diff --git a/data/input_csv/IFC2X3/IFC2X3_040_IFCCOLUMN.csv b/data/input_csv/IFC2X3/IFC2X3_040_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..2f714bcfe5570c9ef04939ccca7a5a710ea796e7 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_040_IFCCOLUMN.csv @@ -0,0 +1,55 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +意匠,意匠としての柱の情報確認,柱,意匠テーマ,デザインコンセプト,ラベル,静謐モダン +意匠,意匠としての柱の情報確認,柱,色彩計画,基調カラー,ラベル,スモーキーグレージュ +意匠,意匠としての柱の情報確認,柱,表層計画,主仕上材,ラベル,リブ木質パネル +意匠,意匠としての柱の情報確認,柱,光環境連携,演出照明方式,ラベル,間接アップライト +意匠,意匠としての柱の情報確認,柱,納まり計画,見切材タイプ,ラベル,真鍮ヘアライン +意匠,意匠としての柱の情報確認,柱,空間演出,視認印象,ラベル,やわらかな存在感 +意匠,意匠としての柱の情報確認,柱,表層計画,化粧見付寸法[mm],長さ,28 +意匠,意匠としての柱の情報確認,柱,保全計画,表面保護仕様,ラベル,高耐汚染コート +意匠,意匠としての柱の情報確認,柱,音環境,吸音仕上区分,ラベル,微穿孔吸音仕上 +意匠,意匠としての柱の情報確認,柱,意匠寸法,正面見付幅[mm],長さ,620 +意匠,意匠としての柱の情報確認,柱,意匠寸法,側面見付幅[mm],長さ,580 +意匠,意匠としての柱の情報確認,柱,意匠寸法,コーナー面取り寸法[mm],長さ,35 +意匠,意匠としての柱の情報確認,柱,表層計画,化粧層厚[mm],長さ,9 +意匠,意匠としての柱の情報確認,柱,表層計画,表面テクスチャ,ラベル,オーク柾目 +意匠,意匠としての柱の情報確認,柱,造作調整,ふかし見込寸法[mm],長さ,65 +意匠,意匠としての柱の情報確認,柱,光環境連携,発光演出有無,真偽,true +意匠,意匠としての柱の情報確認,柱,装飾帯計画,横ライン開始高さ[mm],整数,900 +意匠,意匠としての柱の情報確認,柱,装飾帯計画,横ライン終了高さ[mm],整数,3150 +意匠,意匠としての柱の情報確認,柱,装飾帯計画,横ライン奥行[mm],整数,18 +意匠,意匠としての柱の情報確認,柱,サイン連携,サイン位置X[mm],整数,240 +意匠,意匠としての柱の情報確認,柱,サイン連携,サイン位置Y[mm],整数,1650 +意匠,意匠としての柱の情報確認,柱,サイン連携,サイン位置Z[mm],整数,22 +意匠,意匠としての柱の情報確認,柱,管理情報,仕上識別コード,ラベル,FIN-COL-AR12 +意匠,意匠としての柱の情報確認,柱,管理情報,照明回路名,ラベル,LGT-ENT-07 +意匠,意匠としての柱の情報確認,柱,脚元意匠,巾木タイプ,ラベル,ステンレスフラット巾木 +意匠,意匠としての柱の情報確認,柱,脚元意匠,納まり方式,ラベル,壁面埋込 +意匠,意匠としての柱の情報確認,柱,脚元意匠,巾木高さ[mm],整数,75 +意匠,意匠としての柱の情報確認,柱,脚元意匠,コーナー役物数,整数,2 +意匠,意匠としての柱の情報確認,柱,見切意匠,ライン形状,ラベル,シャドー目地 +意匠,意匠としての柱の情報確認,柱,見切意匠,目地幅[mm],整数,12 +意匠,意匠としての柱の情報確認,柱,見切意匠,目地深さ[mm],整数,15 +意匠,意匠としての柱の情報確認,柱,アクセント構成,アクセント材種,ラベル,ブロンズミラー +意匠,意匠としての柱の情報確認,柱,アクセント構成,アクセントパネル枚数,整数,4 +意匠,意匠としての柱の情報確認,柱,アクセント構成,ルーバー本数,整数,6 +意匠,意匠としての柱の情報確認,柱,触感設計,接触部仕上,ラベル,ソフトマット塗装 +意匠,意匠としての柱の情報確認,柱,触感設計,意匠グレード,ラベル,上質仕様 +意匠,意匠としての柱の情報確認,柱,開口連携,隣接開口クリアランス[mm],整数,180 +意匠,意匠としての柱の情報確認,柱,開口連携,窓台連続見切材,ラベル,アルミ押出形材 +意匠,意匠としての柱の情報確認,柱,開口連携,床見切離隔[mm],整数,25 +意匠,意匠としての柱の情報確認,柱,開口連携,天井見切離隔[mm],整数,40 +意匠,意匠としての柱の情報確認,柱,保護部材,コーナーガード材,ラベル,透明アクリルガード +意匠,意匠としての柱の情報確認,柱,保護部材,ガード本数_正面,整数,2 +意匠,意匠としての柱の情報確認,柱,保護部材,ガード本数_側面,整数,1 +意匠,意匠としての柱の情報確認,柱,保護部材,固定点数_上部,整数,3 +意匠,意匠としての柱の情報確認,柱,保護部材,固定点数_下部,整数,3 +意匠,意匠としての柱の情報確認,柱,意匠寸法,脚部見付幅[mm],整数,640 +意匠,意匠としての柱の情報確認,柱,意匠寸法,脚部奥行寸法[mm],整数,610 +意匠,意匠としての柱の情報確認,柱,意匠寸法,頭部見付幅[mm],整数,520 +意匠,意匠としての柱の情報確認,柱,意匠寸法,頭部奥行寸法[mm],整数,500 +意匠,意匠としての柱の情報確認,柱,リズム計画,スリット中心間隔[mm],整数,150 +意匠,意匠としての柱の情報確認,柱,リズム計画,第1スリット位置X[mm],整数,210 +意匠,意匠としての柱の情報確認,柱,リズム計画,第1スリット位置中央[mm],整数,275 +意匠,意匠としての柱の情報確認,柱,リズム計画,第1スリット位置Y[mm],整数,195 +意匠,意匠としての柱の情報確認,柱,リズム計画,正面スリット本数,整数,5 diff --git a/data/input_csv/IFC2X3/IFC2X3_041_IFCBEAM.csv b/data/input_csv/IFC2X3/IFC2X3_041_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..bdf42da29e12d9f60277cb9ae62014b358bf7cab --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_041_IFCBEAM.csv @@ -0,0 +1,44 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,Reference,IfcIdentifier,Beam-A1 +ARC,Beam(ARC),IfcBeam,BeamCommon,Status,IfcLabel,New +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,IsExternal,IfcBoolean,true +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,LoadBearing,IfcBoolean,true +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,FireRating,IfcLabel,EI60 +ARC,Beam(ARC),IfcBeam,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-BEAM-A1 +ARC,Beam(ARC),IfcBeam,BeamCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,1.2 +ARC,Beam(ARC),IfcBeam,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.004 +ARC,Beam(ARC),IfcBeam,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,0.003 +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,Slope,IfcPlaneAngleMeasure,0.0015 +ARC,Beam(ARC),IfcBeam,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.002 +ARC,Beam(ARC),IfcBeam,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,PrimaryBeam +ARC,Beam(ARC),IfcBeam,Pset_ConcreteElementGeneral,DimensionalAccuracyClass,IfcLabel,Normal +ARC,Beam(ARC),IfcBeam,BeamBaseQuantities,Length,IfcLengthMeasure,0.300 +ARC,Beam(ARC),IfcBeam,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.150 +ARC,Beam(ARC),IfcBeam,Pset_ReinforcementBarPitchOfBeam,SpacingBarPitch,IfcPositiveLengthMeasure,0.310 +ARC,Beam(ARC),IfcBeam,Pset_ReinforcementBarPitchOfBeam,StirrupBarPitch,IfcPositiveLengthMeasure,0.155 +ARC,Beam(ARC),IfcBeam,MaintenanceStrategy,AssetCriticality,IfcLabel,MEDIUM +ARC,Beam(ARC),IfcBeam,PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,I-shape +ARC,Beam(ARC),IfcBeam,Warranty,WarrantyStartDate,IfcDate,2025-04-01 +ARC,Beam(ARC),IfcBeam,PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,0.005 +ARC,Beam(ARC),IfcBeam,ConcreteElementGeneral,ExposureClass,IfcLabel,Top +ARC,Beam(ARC),IfcBeam,MaintenanceStrategy,MonitoringType,IfcLabel,VisualInspection +ARC,Beam(ARC),IfcBeam,Tolerance,OverallStraightness,IfcPositiveLengthMeasure,0.00005 +ARC,Beam(ARC),IfcBeam,Pset_Risk,RiskType,IfcLabel,Chemical Effects +ARC,Beam(ARC),IfcBeam,BeamBaseQuantities,CrossSectionArea,IfcAreaMeasure,0.075 +ARC,Beam(ARC),IfcBeam,BeamBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,4.60 +ARC,Beam(ARC),IfcBeam,BodyGeometryValidation,SurfaceGenusAfterFeatures,IfcCountMeasure,2 +ARC,Beam(ARC),IfcBeam,Pset_ConcreteElementGeneral,ConstructionToleranceClass,IfcLabel,Standard +ARC,Beam(ARC),IfcBeam,MaintenanceStrategy,AssetPriority,IfcLabel,MEDIUM +ARC,Beam(ARC),IfcBeam,Pset_PrecastConcreteElementGeneral,ManufacturingToleranceClass,IfcLabel,Standard +ARC,Beam(ARC),IfcBeam,ConstructionOccurence,AssetIdentifier,IfcLabel,Chamfer5 +ARC,Beam(ARC),IfcBeam,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,BeamCo +ARC,Beam(ARC),IfcBeam,ConstructionOccurence,ModelNumber,IfcLabel,BM-2024-A +ARC,Beam(ARC),IfcBeam,Warranty,PointOfContact,IfcLabel,BeamCo service desk +ARC,Beam(ARC),IfcBeam,ConstructionOccurence,TagNumber,IfcLabel,ISO9001 +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,Span,IfcPositiveLengthMeasure,6.0 +ARC,Beam(ARC),IfcBeam,BeamBaseQuantities,GrossVolume,IfcVolumeMeasure,0.405 +ARC,Beam(ARC),IfcBeam,BeamBaseQuantities,NetVolume,IfcVolumeMeasure,0.390 +ARC,Beam(ARC),IfcBeam,BeamBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,4.2 +ARC,Beam(ARC),IfcBeam,Pset_Warranty,WarrantyContent,IfcText,Coordinate beam depth with services +ARC,Beam(ARC),IfcBeam,PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,BOLT-END-ACCESS-01 +ARC,Beam(ARC),IfcBeam,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,Temporary bracing required during erection diff --git a/data/input_csv/IFC2X3/IFC2X3_042_IFCBEAM.csv b/data/input_csv/IFC2X3/IFC2X3_042_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..b3b0aae658bba44cf0ea0131005a686be9b0e8ec --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_042_IFCBEAM.csv @@ -0,0 +1,16 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +意匠,梁(意匠),IfcBeam,Condition,AssessmentCondition,IfcLabel,施工完了時 +意匠,梁(意匠),IfcBeam,Pset_BeamCommon,IsExternal,IfcBoolean,false +意匠,梁(意匠),IfcBeam,PrecastConcreteElementFabrication,AsBuiltLocationNumber,IfcLabel,2FL +意匠,梁(意匠),IfcBeam,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,木目化粧梁 +意匠,梁(意匠),IfcBeam,Pset_BeamCommon,FireRating,IfcLabel,不燃 +意匠,梁(意匠),IfcBeam,BeamBaseQuantities,Length,IfcLengthMeasure,25 +意匠,梁(意匠),IfcBeam,Condition,AssessmentDescription,IfcText,表面仕上げを現場見本で確認 +意匠,梁(意匠),IfcBeam,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,09 90 00 +意匠,梁(意匠),IfcBeam,PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,20 +意匠,梁(意匠),IfcBeam,Pset_BeamCommon,Span,IfcPositiveLengthMeasure,600 +意匠,梁(意匠),IfcBeam,BeamBaseQuantities,GrossWeight,IfcMassMeasure,400 +意匠,梁(意匠),IfcBeam,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,300 +意匠,梁(意匠),IfcBeam,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,2 +意匠,梁(意匠),IfcBeam,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,25 +意匠,梁(意匠),IfcBeam,BeamBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,32 diff --git a/data/input_csv/IFC2X3/IFC2X3_043_IFCCURTAINWALL.csv b/data/input_csv/IFC2X3/IFC2X3_043_IFCCURTAINWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..85327ca24b71992bc0c62e908984affebb31191d --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_043_IFCCURTAINWALL.csv @@ -0,0 +1,56 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +ARC,CurtainWall,Curtain Wall,System Basics,System ID,label,CurtainWall-C3 +ARC,CurtainWall,Curtain Wall,System Basics,CurtainState,label,Existing +ARC,CurtainWall,Curtain Wall,System Basics,Exterior,boolean,true +ARC,CurtainWall,Curtain Wall,System Basics,Glazing Ratio,float,0.68 +ARC,CurtainWall,Curtain Wall,System Basics,Frame Material,label,Timber +ARC,CurtainWall,Curtain Wall,System Basics,Module Width,length,1.00 +ARC,CurtainWall,Curtain Wall,System Basics,Module Height,length,2.70 +ARC,CurtainWall,Curtain Wall,System Basics,Panel Type,label,Glass +ARC,CurtainWall,Curtain Wall,System Basics,Operable Ratio,float,0.30 +ARC,CurtainWall,Curtain Wall,System Basics,Integrated Shading,boolean,false +ARC,CurtainWall,Curtain Wall,System Basics,System U-Value,float,1.90 +ARC,CurtainWall,Curtain Wall,System Basics,Wind Load Class,label,WL2 +ARC,CurtainWall,Curtain Wall,System Basics,Water Tightness,label,Class4 +ARC,CurtainWall,Curtain Wall,System Basics,Sound Rating,label,Rw38 +ARC,CurtainWall,Curtain Wall,System Basics,Maintenance Access,label,CatA +ARC,CurtainWall,Curtain Wall,System Basics,Cleaning Method,label,BMU +ARC,CurtainWall,Curtain Wall,System Basics,Drainage,text,ExternalDrains +ARC,CurtainWall,Curtain Wall,Panel Specification,Panel Width,length,1.00 +ARC,CurtainWall,Curtain Wall,Panel Specification,Panel Height,length,2.70 +ARC,CurtainWall,Curtain Wall,Panel Specification,Panel Thickness,length,0.018 +ARC,CurtainWall,Curtain Wall,Panel Specification,Panel Material,label,LaminatedGlass +ARC,CurtainWall,Curtain Wall,Panel Specification,Panel Finish,label,Satin +ARC,CurtainWall,Curtain Wall,Panel Specification,Glazing Reference,label,Low-E +ARC,CurtainWall,Curtain Wall,Panel Specification,Opaque Panel,boolean,true +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Depth,length,0.070 +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Width,length,0.045 +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Profile,label,T-Shaped +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Material,label,Steel +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Finish,label,MillFinish +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Spacing,length,1.00 +ARC,CurtainWall,Curtain Wall,Transom Specification,Transom Depth,length,0.070 +ARC,CurtainWall,Curtain Wall,Transom Specification,Transom Width,length,0.045 +ARC,CurtainWall,Curtain Wall,Transom Specification,Transom Profile,label,Curved +ARC,CurtainWall,Curtain Wall,Transom Specification,Transom Material,label,Steel +ARC,CurtainWall,Curtain Wall,Transom Specification,Transom Finish,label,MillFinish +ARC,CurtainWall,Curtain Wall,Frame Specification,Frame Depth,length,0.110 +ARC,CurtainWall,Curtain Wall,Frame Specification,Frame Width,length,0.045 +ARC,CurtainWall,Curtain Wall,Frame Specification,Thermal Break,boolean,false +ARC,CurtainWall,Curtain Wall,Frame Specification,Frame Color,label,Silver +ARC,CurtainWall,Curtain Wall,Glazing Performance,Glazing U-Value,float,1.60 +ARC,CurtainWall,Curtain Wall,Glazing Performance,SHGC,float,0.28 +ARC,CurtainWall,Curtain Wall,Glazing Performance,Visible Transmittance,float,0.58 +ARC,CurtainWall,Curtain Wall,Glazing Performance,Tempered,boolean,true +ARC,CurtainWall,Curtain Wall,Glazing Performance,Laminated,boolean,false +ARC,CurtainWall,Curtain Wall,Manufacturer Info,SupplierName,label,SkyLine +ARC,CurtainWall,Curtain Wall,Manufacturer Info,Model,label,CW-450 +ARC,CurtainWall,Curtain Wall,Product Materials,Surface Finish,label,Anodized +ARC,CurtainWall,Curtain Wall,Product Materials,Core Material,label,Composite +ARC,CurtainWall,Curtain Wall,Quantities,SpanAcross,length,8.0 +ARC,CurtainWall,Curtain Wall,Quantities,PanelRise,length,3.2 +ARC,CurtainWall,Curtain Wall,Quantities,ExposedSurface,area,25.6 +ARC,CurtainWall,Curtain Wall,Quantities,Glazing Area,area,17.5 +ARC,CurtainWall,Curtain Wall,Quantities,Frame Length,length,34.0 +ARC,CurtainWall,Curtain Wall,Quantities,Panel Count,integer,8 +ARC,CurtainWall,Curtain Wall,Quantities,Gross Perimeter,length,22.4 diff --git a/data/input_csv/IFC2X3/IFC2X3_044_IFCCURTAINWALL.csv b/data/input_csv/IFC2X3/IFC2X3_044_IFCCURTAINWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..e7439484c3bfaf4852b348a9a5e6af28bc9ce526 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_044_IFCCURTAINWALL.csv @@ -0,0 +1,56 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,Reference,IfcIdentifier,CurtainWall-B2 +ARC,CurtainWall,IfcCurtainWall,CurtainWallCommon,Status,IfcLabel,New +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,IsExternal,IfcBoolean,false +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.52 +ARC,CurtainWall,IfcCurtainWall,ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,09506000234561 +ARC,CurtainWall,IfcCurtainWall,CurtainWallQuantities,Width,IfcLengthMeasure,1.35 +ARC,CurtainWall,IfcCurtainWall,CurtainWallQuantities,Height,IfcLengthMeasure,3.20 +ARC,CurtainWall,IfcCurtainWall,MaintenanceStrategy,MonitoringType,IfcLabel,RoutineInspection +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,CW-MOD-300 +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,Combustible,IfcBoolean,true +ARC,CurtainWall,IfcCurtainWall,CurtainWallQuantities,GrossSideArea,IfcAreaMeasure,1.60 +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,FireRating,IfcLabel,WL4 +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,SurfaceSpreadOfFlame,IfcLabel,Class2 +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,AcousticRating,IfcLabel,Rw40 +ARC,CurtainWall,IfcCurtainWall,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-CW-SAFE-01 +ARC,CurtainWall,IfcCurtainWall,ConstructionAdministration,ProcurementMethod,IfcLabel,Specialty subcontract +ARC,CurtainWall,IfcCurtainWall,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,08 44 13 +ARC,CurtainWall,IfcCurtainWall,CurtainWallQuantities,NetSideArea,IfcAreaMeasure,1.35 +ARC,CurtainWall,IfcCurtainWall,ConstructionAdministration,SubmittalIdentifer,IfcLabel,SUB-CW-203 +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,Unitized facade module +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,Series 300 thermal break +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +ARC,CurtainWall,IfcCurtainWall,ManufacturerTypeInformation,AssemblyPlace,IfcLabel,FACTORY +ARC,CurtainWall,IfcCurtainWall,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-CW-OPS-01 +ARC,CurtainWall,IfcCurtainWall,ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-CW-AAMA-01 +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-CW-2025-01 +ARC,CurtainWall,IfcCurtainWall,Warranty,WarrantyStartDate,IfcDate,2025-09-01 +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +ARC,CurtainWall,IfcCurtainWall,Warranty,WarrantyPeriod,IfcDuration,P10Y +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,WarrantyContent,IfcText,Module finish and gaskets covered under manufacturer warranty +ARC,CurtainWall,IfcCurtainWall,Warranty,PointOfContact,IfcLabel,NeoFacade service team +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,Exclusions,IfcText,Glass breakage from impact is excluded +ARC,CurtainWall,IfcCurtainWall,Tolerance,ToleranceDescription,IfcText,Module alignment tolerance per approved shop drawings +ARC,CurtainWall,IfcCurtainWall,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.005 +ARC,CurtainWall,IfcCurtainWall,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.004 +ARC,CurtainWall,IfcCurtainWall,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,0.004 +ARC,CurtainWall,IfcCurtainWall,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.003 +ARC,CurtainWall,IfcCurtainWall,Tolerance,ElevationalFlatness,IfcPositiveLengthMeasure,0.004 +ARC,CurtainWall,IfcCurtainWall,Condition,AssessmentDescription,IfcText,Frame finish visually confirmed +ARC,CurtainWall,IfcCurtainWall,Condition,AssessmentDate,IfcDate,2025-10-12 +ARC,CurtainWall,IfcCurtainWall,Condition,AssessmentCondition,IfcLabel,Weather-tight +ARC,CurtainWall,IfcCurtainWall,Condition,AssessmentType,IfcLabel,Facade inspection +ARC,CurtainWall,IfcCurtainWall,Condition,AssessmentMethod,IfcDocumentReference,DOC-CW-INSP-01 +ARC,CurtainWall,IfcCurtainWall,Condition,LastAssessmentReport,IfcLabel,RPT-CW-2025-10 +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,NeoFacade +ARC,CurtainWall,IfcCurtainWall,ConstructionOccurence,ModelNumber,IfcLabel,CW-300 +ARC,CurtainWall,IfcCurtainWall,Condition,NextAssessmentDate,IfcDate,2026-10-12 +ARC,CurtainWall,IfcCurtainWall,Condition,AssessmentFrequency,IfcTimeMeasure,8760 +ARC,CurtainWall,IfcCurtainWall,MaintenanceStrategy,AssetCriticality,IfcLabel,HIGH +ARC,CurtainWall,IfcCurtainWall,MaintenanceStrategy,AssetPriority,IfcLabel,HIGH +ARC,CurtainWall,IfcCurtainWall,MaintenanceTriggerCondition,ConditionMaintenanceLevel,IfcLabel,Moderate +ARC,CurtainWall,IfcCurtainWall,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P365D +ARC,CurtainWall,IfcCurtainWall,CurtainWallQuantities,Length,IfcLengthMeasure,48.0 +ARC,CurtainWall,IfcCurtainWall,Risk,RiskName,IfcLabel,Seal failure +ARC,CurtainWall,IfcCurtainWall,Risk,MitigationPlanned,IfcLabel,Inspect perimeter joints annually diff --git a/data/input_csv/IFC2X3/IFC2X3_045_IFCCOVERING.csv b/data/input_csv/IFC2X3/IFC2X3_045_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..3acbcde0561a434b4abb536a7bf8f3e0d40440c9 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_045_IFCCOVERING.csv @@ -0,0 +1,44 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +ARC,Ceiling,Ceiling,Ceiling,CeilingCode,label,Ceiling-B2 +ARC,Ceiling,Ceiling,Ceiling,PlanState,label,Proposed +ARC,Ceiling,Ceiling,Ceiling,Exterior,boolean,false +ARC,Ceiling,Ceiling,Ceiling,Surface Coating,label,MetalPanel +ARC,Ceiling,Ceiling,Ceiling,FinishThickness,length,0.012 +ARC,Ceiling,Ceiling,Ceiling,Coating Color,label,OffWhite +ARC,Ceiling,Ceiling,Ceiling,Fire Resistance Level,label,EI60 +ARC,Ceiling,Ceiling,Ceiling,HeatPassLevel,float,0.22 +ARC,Ceiling,Ceiling,Ceiling,IsRemovable,boolean,true +ARC,Ceiling,Ceiling,Acoustics,SoundAbsorptionClass,label,ClassB +ARC,Ceiling,Ceiling,Acoustics,NRC,float,0.65 +ARC,Ceiling,Ceiling,Acoustics,OctaveBandAbsorption,text,0.15 +ARC,Ceiling,Ceiling,Acoustics,NoiseReductionCoefficient,float,0.58 +ARC,Ceiling,Ceiling,Finish Specification,TileType,label,Gypsum +ARC,Ceiling,Ceiling,Finish Specification,Tile Size,length,0.600 +ARC,Ceiling,Ceiling,Finish Specification,Tile Layout,label,Linear +ARC,Ceiling,Ceiling,Finish Specification,Tile EdgeType,label,Beveled +ARC,Ceiling,Ceiling,Finish Specification,SuspensionSystem,label,Exposed +ARC,Ceiling,Ceiling,Finish Specification,GridPitch,length,1.100 +ARC,Ceiling,Ceiling,Finish Specification,GridType,label,Narrow +ARC,Ceiling,Ceiling,Integrated Services,Has Integrated Lighting,boolean,false +ARC,Ceiling,Ceiling,Integrated Services,RecessDepth,length,0.060 +ARC,Ceiling,Ceiling,Integrated Services,CutoutSize,length,0.400 +ARC,Ceiling,Ceiling,Integrated Services,Has Integrated Sprinkler,boolean,false +ARC,Ceiling,Ceiling,Integrated Services,ServiceZoneHeight,length,0.180 +ARC,Ceiling,Ceiling,Installation,Installation Height Offset,length,2.800 +ARC,Ceiling,Ceiling,Installation,FixingType,label,ScrewFix +ARC,Ceiling,Ceiling,Installation,AccessForMaintenance,boolean,true +ARC,Ceiling,Ceiling,Installation,Install Date,date,2025-07-15 +ARC,Ceiling,Ceiling,Maintenance,Interval,integer,90 +ARC,Ceiling,Ceiling,Maintenance,Cleaning,label,Vacuum +ARC,Ceiling,Ceiling,Maintenance,Warranty Duration,float,7.0 +ARC,Ceiling,Ceiling,Manufacturer Info,Brand,label,SkyCeilSystems +ARC,Ceiling,Ceiling,Manufacturer Info,Model Code,label,CL-305 +ARC,Ceiling,Ceiling,Product Materials,Finish (resource),label,PowderCoated +ARC,Ceiling,Ceiling,Product Materials,CoreMaterial,label,Gypsum +ARC,Ceiling,Ceiling,Quantities,Measured Area,area,18.5 +ARC,Ceiling,Ceiling,Quantities,Measured Thickness,length,0.012 +ARC,Ceiling,Ceiling,Quantities,Boundary Length,length,5.8 +ARC,Ceiling,Ceiling,Quantities,Measured Volume,volume,0.22 +ARC,Ceiling,Ceiling,Practical,Note1,text,Provide maintenance hatches +ARC,Ceiling,Ceiling,Practical,Note2,text,Seal perimeter gaps +ARC,Ceiling,Ceiling,Practical,Note3,text,Verify seismic bracing diff --git a/data/input_csv/IFC2X3/IFC2X3_046_IFCCOVERING.csv b/data/input_csv/IFC2X3/IFC2X3_046_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..fc31348d465687edc8dc26e7d4ece257cedfd8fd --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_046_IFCCOVERING.csv @@ -0,0 +1,18 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +意匠,天井,IfcCovering,Pset_CoveringCommon,Finish,IfcText,木下地 +意匠,天井,IfcCovering,Pset_CoveringCommon,FireRating,IfcLabel,準不燃 +意匠,天井,IfcCovering,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.10 +意匠,天井,IfcCovering,Condition,AssessmentDate,IfcDate,2025-06-01 +意匠,天井,IfcCovering,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-CEIL-JP-01 +意匠,天井,IfcCovering,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,80 +意匠,天井,IfcCovering,EnvironmentalImpactIndicators,IndicatorsUnit,IfcText,kgCO2e/平方m +意匠,天井,IfcCovering,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +意匠,天井,IfcCovering,EnvironmentalImpactIndicators,Reference,IfcIdentifier,内部 +意匠,天井,IfcCovering,EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,1/30 +意匠,天井,IfcCovering,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,3 +意匠,天井,IfcCovering,CoveringBaseQuantities,GrossArea,IfcAreaMeasure,20 +意匠,天井,IfcCovering,Pset_CoveringCommon,AcousticRating,IfcLabel,D-55 +意匠,天井,IfcCovering,Pset_CoveringCommon,Combustible,IfcBoolean,false +意匠,天井,IfcCovering,Pset_CoveringCommon,FlammabilityRating,IfcLabel,耐火1時間 +意匠,天井,IfcCovering,Uncertainty,UncertaintyDescription,IfcText,GL +意匠,天井,IfcCovering,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P2D diff --git a/data/input_csv/IFC2X3/IFC2X3_047_IFCCOVERING.csv b/data/input_csv/IFC2X3/IFC2X3_047_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..7b7f265f0f8a7b2ff1c1bd6400d4ad8cc98ff29c --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_047_IFCCOVERING.csv @@ -0,0 +1,46 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),管理分類,運用グレード,ラベル,高頻度更新材 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),意匠配色,色相系統,ラベル,スモークベージュ +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),寸法基準,モジュール規格,ラベル,910×1820対応 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),厚み設定,化粧層厚さ[mm],長さ,4 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),施工条件,割付ルール,ラベル,ランダム貼り +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),製品区分,対象部位,ラベル,内部壁仕上 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),寸法基準,標準パネル寸法,ラベル,455×910mm +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),表面設計,テクスチャ形態,ラベル,微細エンボス +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,表装素材,ラベル,PVCシート +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),寸法基準,有効働き寸法[mm],長さ,303 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),厚み設定,基材厚さ[mm],長さ,12 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),表面設計,素地感,ラベル,半艶 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),安全性能,防滑対応,真偽,false +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),耐候性能,凍結融解対応,真偽,true +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),表面設計,コーティング種別,ラベル,UVトップコート +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),施工方式,固定方法,ラベル,接着併用工法 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),意匠構成,割付パターン,ラベル,市松割り +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),厚み設定,製品総厚[mm],長さ,21 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),端部処理,納まり形状,ラベル,面取りエッジ +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),端部処理,上端見切材,ラベル,ステンレス見切 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,内部コア材,ラベル,高密度MDF +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,表層化粧材,ラベル,メラミン化粧板 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),納まり寸法,立上り見付[mm],長さ,35 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),下地調整,下地スペーサ厚[mm],長さ,14 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),下地調整,下地パネル種別,ラベル,石膏ボード12.5mm +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),意匠配色,カラーバリエーション,ラベル,チャコールオーク +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),複合仕様,下貼り材種,ラベル,不織布積層材 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),厚み設定,複合パネル厚[mm],長さ,32 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,天然材種,ラベル,ウォルナット +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),仕上げ体系,最終仕上区分,ラベル,オイルフィニッシュ +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),管理分類,シリーズ記号,ラベル,FIN-Q7 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),寸法基準,基準ユニット,ラベル,600×600mm +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),ユニット構成,モジュール寸法,ラベル,600×1200mm +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),ユニット構成,中間層素材,ラベル,ケイ酸カルシウム複合板 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),設備連携,床吹出口対応,真偽,false +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),仕上げ体系,表面処理系統,ラベル,抗菌クリア塗装 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),下地調整,下地モルタル仕上,ラベル,刷毛引き +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),施工方式,支持構法,ラベル,直貼り工法 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),納まり寸法,仕上基準高[mm],長さ,120 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),性能評価,面内耐荷重等級,整数,8 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,機能分類,ラベル,吸音系複合材 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,木質系樹種,ラベル,メープル +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),商品管理,製品グレード,ラベル,スタンダード +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),仕上げ体系,着色方式,ラベル,自然着色塗装 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),施工方式,下張り構法,ラベル,浮き床工法 diff --git a/data/input_csv/IFC2X3/IFC2X3_048_IFCCOVERING.csv b/data/input_csv/IFC2X3/IFC2X3_048_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..2f3c4b51fc1e3784d9f1c42ebbdbd5d56473898b --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_048_IFCCOVERING.csv @@ -0,0 +1,46 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,種別,ラベル,テラコッタタイル +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,材質,ラベル,陶器質 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,サイズ,ラベル,200角 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,厚さ [mm],長さ,12 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,張り方,ラベル,市松貼り +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,種類,ラベル,外壁タイル +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,寸法,ラベル,600×1200mm +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,形状,ラベル,フラット +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,表面材質,ラベル,真鍮 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,働き幅 [mm],長さ,90 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,板厚 [mm],長さ,7 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,素地,ラベル,ホーニング +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,耐滑り性,真偽,true +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,耐凍害性,真偽,true +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,釉薬,ラベル,光沢釉 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,工法,ラベル,弾性接着工法 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,形状,ラベル,ランダムパターン +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,厚さ [mm],長さ,16 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,エッジ,ラベル,メラミンエッジ +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,笠木,ラベル,人工大理石笠木 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,芯材,ラベル,アルミハニカム +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,表面材,ラベル,HPL +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,高さ [mm],長さ,23 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,高さ [mm],長さ,9 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,材質,ラベル,石膏ボード +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,色柄,ラベル,アイボリー +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報 材料情報,種類,ラベル,積層 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,仕上厚さ [mm],長さ,19 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,材種,ラベル,タモ +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,仕上,ラベル,ウレタン艶消し +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,カスタム種別,ラベル,仕上げ材E +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,モジュールサイズ,ラベル,450角 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,パネルサイズ,ラベル,300×600mm +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,パネル材質,ラベル,ステンレスパネル +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,床吹出空調仕様,真偽,false +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,パネル仕上,ラベル,木目調化粧 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,下地コンクリートの仕上,ラベル,金ゴテ仕上 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,支持工法,ラベル,支持脚工法 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,床高さ [mm],長さ,350 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,性能情報,所定荷重,整数,6 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,種別,ラベル,石質系 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,樹種,ラベル,カリン +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,品名・種類,ラベル,プライム +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,塗装,ラベル,水性ウレタン +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,床暖房対応工法,ラベル,床暖房対応直貼り diff --git a/data/input_csv/IFC2X3/IFC2X3_049_IFCCOVERING.csv b/data/input_csv/IFC2X3/IFC2X3_049_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..00db5ce822996c217b5316767abf3bb5f1f7abec --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_049_IFCCOVERING.csv @@ -0,0 +1,38 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +ARC,Covering,IfcCovering,Pset_CoveringCommon,Reference,IfcIdentifier,Covering-A1 +ARC,Covering,IfcCovering,CoveringCommon,Status,IfcLabel,New +ARC,Covering,IfcCovering,CoveringCommon,IsExternal,IfcBoolean,true +ARC,Covering,IfcCovering,Pset_CoveringCommon,Finish,IfcText,Vinyl +ARC,Covering,IfcCovering,CoveringBaseQuantities,NetArea,IfcAreaMeasure,22.8 +ARC,Covering,IfcCovering,CoveringCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.005 +ARC,Covering,IfcCovering,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-COV-A1 +ARC,Covering,IfcCovering,Warranty,WarrantyStartDate,IfcDate,2025-08-01 +ARC,Covering,IfcCovering,Pset_CoveringCommon,FireRating,IfcLabel,R9 +ARC,Covering,IfcCovering,Pset_CoveringCommon,AcousticRating,IfcLabel,Rw20 +ARC,Covering,IfcCovering,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +ARC,Covering,IfcCovering,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.002 +ARC,Covering,IfcCovering,Pset_CoveringCommon,FragilityRating,IfcLabel,Horizontal +ARC,Covering,IfcCovering,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.0015 +ARC,Covering,IfcCovering,Tiling,TileWidth,IfcPositiveLengthMeasure,0.300 +ARC,Covering,IfcCovering,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,0.0015 +ARC,Covering,IfcCovering,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.001 +ARC,Covering,IfcCovering,Pset_CoveringCommon,SurfaceSpreadOfFlame,IfcLabel,Beveled +ARC,Covering,IfcCovering,Condition,AssessmentType,IfcLabel,MaterialReview +ARC,Covering,IfcCovering,Tiling,Permeability,IfcNormalisedRatioMeasure,0.002 +ARC,Covering,IfcCovering,Condition,AssessmentDate,IfcDate,2025-08-10 +ARC,Covering,IfcCovering,InstallationOccurrence,InstallationDate,IfcDate,2025-08-01 +ARC,Covering,IfcCovering,Condition,AssessmentCondition,IfcLabel,Serviceable +ARC,Covering,IfcCovering,MaintenanceStrategy,MonitoringType,IfcLabel,VisualInspection +ARC,Covering,IfcCovering,Condition,AssessmentMethod,IfcDocumentReference,DOC-COV-INSP-01 +ARC,Covering,IfcCovering,Pset_Risk,RiskType,IfcLabel,Environmental Issues +ARC,Covering,IfcCovering,MaintenanceStrategy,AssetFrailty,IfcLabel,LOW +ARC,Covering,IfcCovering,MaintenanceTriggerDuration,DurationTargetPerformance,IfcDuration,P180D +ARC,Covering,IfcCovering,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P180D +ARC,Covering,IfcCovering,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,0.95 +ARC,Covering,IfcCovering,Warranty,WarrantyPeriod,IfcDuration,P5D +ARC,Covering,IfcCovering,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,CoverCo +ARC,Covering,IfcCovering,ConstructionOccurence,ModelNumber,IfcLabel,CV-2024-A +ARC,Covering,IfcCovering,Pset_CoveringCommon,Combustible,IfcBoolean,false +ARC,Covering,IfcCovering,BodyGeometryValidation,GrossSurfaceArea,IfcAreaMeasure,24.5 +ARC,Covering,IfcCovering,CoveringBaseQuantities,GrossArea,IfcAreaMeasure,24.0 +ARC,Covering,IfcCovering,CoveringBaseQuantities,Width,IfcLengthMeasure,0.005 diff --git a/data/input_csv/IFC2X3/IFC2X3_050_IFCCOVERING.csv b/data/input_csv/IFC2X3/IFC2X3_050_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..56bb4c43b41b1cbf771bbc372af654416e668aed --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_050_IFCCOVERING.csv @@ -0,0 +1,46 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +意匠,仕上材,IfcCovering,CoveringCommon,Status,IfcLabel,New +意匠,仕上材,IfcCovering,Pset_CoveringCommon,AcousticRating,IfcLabel,ΔLL(I)-4 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,FragilityRating,IfcLabel,中 +意匠,仕上材,IfcCovering,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,12 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,Combustible,IfcBoolean,false +意匠,仕上材,IfcCovering,CoveringCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,1.8 +意匠,仕上材,IfcCovering,Tiling,TileLength,IfcPositiveLengthMeasure,600 +意匠,仕上材,IfcCovering,ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,04912345678901 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,FIN-PNL-01 +意匠,仕上材,IfcCovering,CoveringBaseQuantities,Width,IfcLengthMeasure,150 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,乾式化粧パネル +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,内装仕上げ標準品 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,東都内装 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,Finish,IfcText,有釉 +意匠,仕上材,IfcCovering,ManufacturerTypeInformation,AssemblyPlace,IfcLabel,工場 +意匠,仕上材,IfcCovering,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-FIN-OPS-01 +意匠,仕上材,IfcCovering,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-FIN-SAFE-01 +意匠,仕上材,IfcCovering,ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-FIN-01 +意匠,仕上材,IfcCovering,ConstructionAdministration,ProcurementMethod,IfcLabel,内装一式調達 +意匠,仕上材,IfcCovering,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,09 77 23 +意匠,仕上材,IfcCovering,ConstructionAdministration,SubmittalIdentifer,IfcLabel,SUB-FIN-03 +意匠,仕上材,IfcCovering,CoveringBaseQuantities,NetArea,IfcAreaMeasure,24 +意匠,仕上材,IfcCovering,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.55 +意匠,仕上材,IfcCovering,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,293.15 +意匠,仕上材,IfcCovering,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,303.15 +意匠,仕上材,IfcCovering,EnvironmentalCondition,SaltMistLevel,IfcLabel,低 +意匠,仕上材,IfcCovering,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,450 +意匠,仕上材,IfcCovering,MaintenanceStrategy,AssetCriticality,IfcLabel,中 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,SurfaceSpreadOfFlame,IfcLabel,ウレタン塗装 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,Reference,IfcIdentifier,仕上げ材A +意匠,仕上材,IfcCovering,Tiling,TileWidth,IfcPositiveLengthMeasure,600 +意匠,仕上材,IfcCovering,MaintenanceStrategy,AssetPriority,IfcLabel,高 +意匠,仕上材,IfcCovering,MaintenanceStrategy,MonitoringType,IfcLabel,目視点検 +意匠,仕上材,IfcCovering,CoveringCommon,IsExternal,IfcBoolean,true +意匠,仕上材,IfcCovering,MaintenanceTriggerCondition,ConditionTargetPerformance,IfcLabel,高 +意匠,仕上材,IfcCovering,MaintenanceTriggerCondition,ConditionMaintenanceLevel,IfcLabel,中 +意匠,仕上材,IfcCovering,MaintenanceTriggerCondition,ConditionReplacementLevel,IfcLabel,低 +意匠,仕上材,IfcCovering,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P180D +意匠,仕上材,IfcCovering,EnvironmentalCondition,MaximumRainIntensity,IfcReal,3.0 +意匠,仕上材,IfcCovering,MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P365D +意匠,仕上材,IfcCovering,Risk,RiskName,IfcLabel,仕上げ浮き +意匠,仕上材,IfcCovering,Pset_Risk,NatureOfRisk,IfcLabel,接着層の剥離 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,FlammabilityRating,IfcLabel,クリア塗装 +意匠,仕上材,IfcCovering,Risk,MitigationPlanned,IfcLabel,定期点検で打診確認 diff --git a/data/input_csv/IFC2X3/IFC2X3_051_IFCCOVERING.csv b/data/input_csv/IFC2X3/IFC2X3_051_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..442b0a8ce724a0931d146b6ab2a95158f9681bbb --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_051_IFCCOVERING.csv @@ -0,0 +1,44 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +ARC,Ceiling,Ceiling,Ceiling Basics,CeilingCode,label,Ceiling-A1 +ARC,Ceiling,Ceiling,Ceiling Basics,InstallState,label,New +ARC,Ceiling,Ceiling,Ceiling Basics,Is External,boolean,true +ARC,Ceiling,Ceiling,Ceiling Basics,SurfaceTone,label,AcousticTile +ARC,Ceiling,Ceiling,Ceiling Basics,Finish Thickness,length,0.015 +ARC,Ceiling,Ceiling,Ceiling Basics,Finish Color,label,White +ARC,Ceiling,Ceiling,Ceiling Basics,Fire Resistance,label,EI30 +ARC,Ceiling,Ceiling,Ceiling Basics,U-Value,float,0.25 +ARC,Ceiling,Ceiling,Ceiling Basics,Removable,boolean,true +ARC,Ceiling,Ceiling,Acoustics,Absorption Class,label,ClassA +ARC,Ceiling,Ceiling,Acoustics,NRC,float,0.70 +ARC,Ceiling,Ceiling,Acoustics,Octave Band Absorption,text,0.10 +ARC,Ceiling,Ceiling,Acoustics,Noise Reduction Coefficient,float,0.60 +ARC,Ceiling,Ceiling,Finish Specification,Tile Type,label,MineralFiber +ARC,Ceiling,Ceiling,Finish Specification,Tile Size,length,0.600 +ARC,Ceiling,Ceiling,Finish Specification,Tile Layout,label,Grid +ARC,Ceiling,Ceiling,Finish Specification,Tile Edge,label,Square +ARC,Ceiling,Ceiling,Finish Specification,Suspension System,label,T-bar +ARC,Ceiling,Ceiling,Finish Specification,Hanger Spacing,length,1.200 +ARC,Ceiling,Ceiling,Finish Specification,Grid Type,label,Standard +ARC,Ceiling,Ceiling,Integrated Services,Integrated Lighting,boolean,true +ARC,Ceiling,Ceiling,Integrated Services,Light Recess Depth,length,0.050 +ARC,Ceiling,Ceiling,Integrated Services,Light Cutout Size,length,0.300 +ARC,Ceiling,Ceiling,Integrated Services,Integrated Sprinkler,boolean,true +ARC,Ceiling,Ceiling,Integrated Services,Service Zone Height,length,0.150 +ARC,Ceiling,Ceiling,Installation,Installation Height,length,2.700 +ARC,Ceiling,Ceiling,Installation,Fixing Method,label,Adhesive +ARC,Ceiling,Ceiling,Installation,Maintenance Access,boolean,true +ARC,Ceiling,Ceiling,Installation,Installation Date,date,2025-08-01 +ARC,Ceiling,Ceiling,Maintenance,Maintenance Interval,integer,180 +ARC,Ceiling,Ceiling,Maintenance,Cleaning,label,Dusting +ARC,Ceiling,Ceiling,Maintenance,Warranty Years,float,5.0 +ARC,Ceiling,Ceiling,Manufacturer Info,MakerLabel,label,CeilingCo +ARC,Ceiling,Ceiling,Manufacturer Info,Model,label,CL-2024-A +ARC,Ceiling,Ceiling,Product Materials,Surface Finish,label,Painted +ARC,Ceiling,Ceiling,Product Materials,Core Material,label,MineralFiber +ARC,Ceiling,Ceiling,Quantities,CeilingSurface,area,24.0 +ARC,Ceiling,Ceiling,Quantities,LayerDepth,length,0.010 +ARC,Ceiling,Ceiling,Quantities,EdgeLength,length,6.0 +ARC,Ceiling,Ceiling,Quantities,FillAmount,volume,0.24 +ARC,Ceiling,Ceiling,Notes,Note 1,text,Provide access for services +ARC,Ceiling,Ceiling,Notes,Note 2,text,Ensure acoustic seal at junctions +ARC,Ceiling,Ceiling,Notes,Note 3,text,Verify suspension deflection under load diff --git a/data/input_csv/IFC2X3/IFC2X3_052_IFCFURNITURETYPE.csv b/data/input_csv/IFC2X3/IFC2X3_052_IFCFURNITURETYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..356d88845acf5399ab1f175f0a6d613e6f991e3e --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_052_IFCFURNITURETYPE.csv @@ -0,0 +1,43 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +ARC,Furniture,IfcFurnitureType,FurnitureTypeCommon,Reference,IfcIdentifier,Chair-02 +ARC,Furniture,IfcFurnitureType,FurnitureTypeCommon,Status,IfcLabel,New +ARC,Furniture,IfcFurnitureType,Pset_FurnitureTypeCommon,Style,IfcLabel,Scandinavian +ARC,Furniture,IfcFurnitureType,FurnitureTypeCommon,IsBuiltIn,IfcBoolean,false +ARC,Furniture,IfcFurnitureType,ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,00850123000011 +ARC,Furniture,IfcFurnitureType,ManufacturerTypeInformation,ModelReference,IfcLabel,PowderCoat finish +ARC,Furniture,IfcFurnitureType,FurnitureTypeCommon,MainColour,IfcLabel,Walnut +ARC,Furniture,IfcFurnitureType,ManufacturerTypeInformation,ModelLabel,IfcLabel,MDF core +ARC,Furniture,IfcFurnitureType,EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,WoolBlend upholstery +ARC,Furniture,IfcFurnitureType,Warranty,IsExtendedWarranty,IfcBoolean,false +ARC,Furniture,IfcFurnitureType,Condition,AssessmentDate,IfcDate,2025-04-20 +ARC,Furniture,IfcFurnitureType,Tolerance,ToleranceDescription,IfcText,Ergonomic level 2 +ARC,Furniture,IfcFurnitureType,Warranty,WarrantyStartDate,IfcDate,2025-05-01 +ARC,Furniture,IfcFurnitureType,ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,CABLETRAY-01 +ARC,Furniture,IfcFurnitureType,Warranty,WarrantyIdentifier,IfcIdentifier,NONE +ARC,Furniture,IfcFurnitureType,ManufacturerTypeInformation,Manufacturer,IfcLabel,NordicWorks +ARC,Furniture,IfcFurnitureType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,CH-2025-A +ARC,Furniture,IfcFurnitureType,ConstructionAdministration,ProcurementMethod,IfcLabel,Direct purchase +ARC,Furniture,IfcFurnitureType,Warranty,WarrantyPeriod,IfcDuration,P3Y +ARC,Furniture,IfcFurnitureType,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.004 +ARC,Furniture,IfcFurnitureType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,12 51 23 +ARC,Furniture,IfcFurnitureType,Warranty,WarrantyContent,IfcText,Bolt to concrete slab; use M8 anchors +ARC,Furniture,IfcFurnitureType,Condition,AssessmentDescription,IfcText,Surface durability checked against mockup +ARC,Furniture,IfcFurnitureType,EnvironmentalImpactIndicators,Reference,IfcIdentifier,TopAccess +ARC,Furniture,IfcFurnitureType,Warranty,Exclusions,IfcText,Avoid solvents; clean with mild soap +ARC,Furniture,IfcFurnitureType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P120D +ARC,Furniture,IfcFurnitureType,MaintenanceTriggerDuration,DurationTargetPerformance,IfcDuration,P30D +ARC,Furniture,IfcFurnitureType,EnvironmentalImpactIndicators,ExpectedServiceLife,IfcTimeMeasure,10 +ARC,Furniture,IfcFurnitureType,FurnitureTypeCommon,NominalLength,IfcNonNegativeLengthMeasure,1.20 +ARC,Furniture,IfcFurnitureType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.45 +ARC,Furniture,IfcFurnitureType,Pset_FurnitureTypeCommon,NominalHeight,IfcPositiveLengthMeasure,0.80 +ARC,Furniture,IfcFurnitureType,FurnitureTypeCommon,NominalDepth,IfcNonNegativeLengthMeasure,0.47 +ARC,Furniture,IfcFurnitureType,Tolerance,OrthogonalTolerance,IfcPositiveLengthMeasure,0.35 +ARC,Furniture,IfcFurnitureType,MaintenanceStrategy,AccidentResponse,IfcLabel,REPAIR +ARC,Furniture,IfcFurnitureType,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.30 +ARC,Furniture,IfcFurnitureType,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,15.0 +ARC,Furniture,IfcFurnitureType,Tolerance,OverallStraightness,IfcPositiveLengthMeasure,1.20 +ARC,Furniture,IfcFurnitureType,Tolerance,HorizontalStraightness,IfcPositiveLengthMeasure,0.50 +ARC,Furniture,IfcFurnitureType,Tolerance,SideFlatness,IfcPositiveLengthMeasure,0.80 +ARC,Furniture,IfcFurnitureType,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.48 +ARC,Furniture,IfcFurnitureType,Tolerance,HorizontalFlatness,IfcPositiveLengthMeasure,16.0 +ARC,Furniture,IfcFurnitureType,Tolerance,ElevationalFlatness,IfcPositiveLengthMeasure,0.005 diff --git a/data/input_csv/IFC2X3/IFC2X3_053_IFCCOLUMN.csv b/data/input_csv/IFC2X3/IFC2X3_053_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..d024f11410f78d44af88bf7a26ac4d5f1e097a17 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_053_IFCCOLUMN.csv @@ -0,0 +1,39 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +STR,Column,Column,Basics,ColumnCode,label,Column-A1 +STR,Column,Column,Basics,InstallState,label,New +STR,Column,Column,Basics,SupportRole,boolean,true +STR,Column,Column,Basics,ExteriorFlag,boolean,true +STR,Column,Column,Basics,FireGradeText,label,EI60 +STR,Column,Column,Basics,HeatPassLevel,float,1.2 +STR,Column,Column,Basics,SoundGrade,label,Rw45 +STR,Column,Column,Concrete Specification,Fabrication Location,label,OnSite +STR,Column,Column,Concrete Specification,Casting Approach,label,In-situ +STR,Column,Column,Concrete Specification,Structural Grade,label,Loadbearing +STR,Column,Column,Concrete Specification,Strength Grade,label,C30/37 +STR,Column,Column,Concrete Specification,Exposure Category,label,XC4 +STR,Column,Column,Concrete Specification,Rebar Volume Proportion,float,0.01 +STR,Column,Column,Concrete Specification,Rebar Area Proportion,float,0.005 +STR,Column,Column,Concrete Specification,Cover Depth,length,0.020 +STR,Column,Column,Concrete Specification,Main Bar Cover Depth,length,0.040 +STR,Column,Column,Concrete Specification,Link Cover Depth,length,0.025 +STR,Column,Column,Concrete Specification,Rebar Grade,label,SD345 +STR,Column,Column,Reinforcement Layout,Reinforcement Notes,text,Vertical bars 100 mm +STR,Column,Column,Reinforcement Layout,Element Code,label,Ref-Column-01 +STR,Column,Column,Reinforcement Layout,Rebar Bar Category,label,MainBar +STR,Column,Column,Reinforcement Layout,Hoop Bar Interval,length,0.100 +STR,Column,Column,Reinforcement Layout,XDirection Tie Hoop Bar Interval,length,0.100 +STR,Column,Column,Reinforcement Layout,X Tie Hoop Count,integer,4 +STR,Column,Column,Reinforcement Layout,YDirection Tie Hoop Bar Interval,length,0.100 +STR,Column,Column,Reinforcement Layout,Y Tie Hoop Count,integer,4 +STR,Column,Column,Reinforcement Definition,DefinitionType,label,Precast +STR,Column,Column,Reinforcement Definition,ReinforcementSectionDefinitions,text,Tied section: 4Ø16 +STR,Column,Column,Manufacturer Info,Brand,label,ColumnWorksInc +STR,Column,Column,Manufacturer Info,Model Code,label,COL-2024-A +STR,Column,Column,Product Materials,CoreMaterial,text,ReinforcedConcrete +STR,Column,Column,Product Materials,Surface Coating,label,Painted +STR,Column,Column,Column Quantities,Overall Length,length,3.0 +STR,Column,Column,Column Quantities,Profile Area,area,0.09 +STR,Column,Column,Column Quantities,Overall Volume,volume,0.27 +STR,Column,Column,Column Quantities,Effective Volume,volume,0.25 +STR,Column,Column,Column Quantities,Outer Surface Area Estimate,area,1.08 +STR,Column,Column,Column Quantities,Overall Weight,float,2100.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_054_IFCCOLUMN.csv b/data/input_csv/IFC2X3/IFC2X3_054_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..b4046bf46bcd066cce33969fb95917db6c147f58 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_054_IFCCOLUMN.csv @@ -0,0 +1,45 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +構造,柱(構造),IfcColumn,Pset_ColumnCommon,IsExternal,IfcBoolean,true +構造,柱(構造),IfcColumn,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.50 +構造,柱(構造),IfcColumn,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,30 +構造,柱(構造),IfcColumn,Pset_ColumnCommon,LoadBearing,IfcBoolean,false +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,20 +構造,柱(構造),IfcColumn,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,10 +構造,柱(構造),IfcColumn,Pset_ColumnCommon,Slope,IfcPlaneAngleMeasure,0 +構造,柱(構造),IfcColumn,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,GUID-ABC123 +構造,柱(構造),IfcColumn,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,GUID-DEF456 +構造,柱(構造),IfcColumn,EnvironmentalImpactIndicators,Reference,IfcIdentifier,D25 +構造,柱(構造),IfcColumn,EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,ヘッドバー +構造,柱(構造),IfcColumn,Pset_ConcreteElementGeneral,ConcreteCoverAtLinks,IfcPositiveLengthMeasure,40 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,60 +構造,柱(構造),IfcColumn,Pset_ColumnCommon,Reference,IfcIdentifier,フック定着 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,45 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,55 +構造,柱(構造),IfcColumn,Uncertainty,UncertaintyDescription,IfcText,D19 +構造,柱(構造),IfcColumn,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,8 +構造,柱(構造),IfcColumn,BodyGeometryValidation,SurfaceGenusAfterFeatures,IfcCountMeasure,8 +構造,柱(構造),IfcColumn,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,D10 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,SD295 +構造,柱(構造),IfcColumn,ColumnBaseQuantities,GrossWeight,IfcMassMeasure,100 +構造,柱(構造),IfcColumn,PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,DOC-COL-TR-01 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,150 +構造,柱(構造),IfcColumn,ColumnBaseQuantities,NetWeight,IfcMassMeasure,130 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,Description,IfcText,D13 +構造,柱(構造),IfcColumn,ReinforcementBarPitchOfColumn,XDirectionTieHoopCount,IfcCountMeasure,4 +構造,柱(構造),IfcColumn,ReinforcementBarPitchOfColumn,YDirectionTieHoopCount,IfcCountMeasure,4 +構造,柱(構造),IfcColumn,ColumnBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,4 +構造,柱(構造),IfcColumn,Condition,AssessmentDate,IfcDate,2025-04-01 +構造,柱(構造),IfcColumn,ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,04987654321012 +構造,柱(構造),IfcColumn,ColumnBaseQuantities,Length,IfcLengthMeasure,600 +構造,柱(構造),IfcColumn,BodyGeometryValidation,GrossVolume,IfcVolumeMeasure,0.48 +構造,柱(構造),IfcColumn,ColumnBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,500 +構造,柱(構造),IfcColumn,BodyGeometryValidation,NetVolume,IfcVolumeMeasure,0.45 +構造,柱(構造),IfcColumn,ColumnBaseQuantities,GrossVolume,IfcVolumeMeasure,200 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,HoopBarPitch,IfcPositiveLengthMeasure,250 +構造,柱(構造),IfcColumn,ColumnBaseQuantities,NetVolume,IfcVolumeMeasure,200 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,Reference,IfcLabel,X方向4本 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,XDirectionTieHoopBarPitch,IfcPositiveLengthMeasure,120 +構造,柱(構造),IfcColumn,ColumnBaseQuantities,CrossSectionArea,IfcAreaMeasure,130 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,YDirectionTieHoopBarPitch,IfcPositiveLengthMeasure,140 +構造,柱(構造),IfcColumn,ColumnBaseQuantities,NetSurfaceArea,IfcAreaMeasure,6 +構造,柱(構造),IfcColumn,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,5 diff --git a/data/input_csv/IFC2X3/IFC2X3_055_IFCCOLUMN.csv b/data/input_csv/IFC2X3/IFC2X3_055_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..998020f0b9e1fa71d747aad7f4cddadc586aeec4 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_055_IFCCOLUMN.csv @@ -0,0 +1,45 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +構造系,柱の構造情報の整理,柱,節点調整,接合優先フラグ,真偽,true +構造系,柱の構造情報の整理,柱,下端補正,基部補正量_A,整数,28 +構造系,柱の構造情報の整理,柱,下端補正,基部補正量_B,整数,36 +構造系,柱の構造情報の整理,柱,下端補正,基部補正量_H,整数,12 +構造系,柱の構造情報の整理,柱,上端補正,頂部補正量_A,整数,22 +構造系,柱の構造情報の整理,柱,上端補正,頂部補正量_B,整数,14 +構造系,柱の構造情報の整理,柱,上端補正,頂部補正量_H,整数,6 +構造系,柱の構造情報の整理,柱,接点参照,基部接続キー,ラベル,STR-ND-48A +構造系,柱の構造情報の整理,柱,接点参照,頂部接続キー,ラベル,STR-ND-48B +構造系,柱の構造情報の整理,柱,主筋仕様,外周主筋呼び名,ラベル,D32 +構造系,柱の構造情報の整理,柱,定着条件,基部定着方式,ラベル,機械式定着 +構造系,柱の構造情報の整理,柱,定着条件,基部定着寸法,整数,58 +構造系,柱の構造情報の整理,柱,定着条件,基部余裕長,整数,82 +構造系,柱の構造情報の整理,柱,定着条件,頂部定着方式,ラベル,プレート定着 +構造系,柱の構造情報の整理,柱,定着条件,頂部定着寸法,整数,54 +構造系,柱の構造情報の整理,柱,定着条件,頂部余裕長,整数,68 +構造系,柱の構造情報の整理,柱,芯材仕様,中心補強筋呼び名,ラベル,D19 +構造系,柱の構造情報の整理,柱,芯材仕様,基部中心補強本数,整数,12 +構造系,柱の構造情報の整理,柱,芯材仕様,頂部中心補強本数,整数,14 +構造系,柱の構造情報の整理,柱,横補強仕様,閉鎖筋呼び径,ラベル,D13 +構造系,柱の構造情報の整理,柱,横補強仕様,閉鎖筋材質区分,ラベル,SD345 +構造系,柱の構造情報の整理,柱,横補強仕様,接合域ピッチ,整数,75 +構造系,柱の構造情報の整理,柱,横補強仕様,接合域閉鎖筋呼び径,ラベル,D16 +構造系,柱の構造情報の整理,柱,横補強仕様,基部ピッチ,整数,105 +構造系,柱の構造情報の整理,柱,横補強仕様,頂部ピッチ,整数,95 +構造系,柱の構造情報の整理,柱,補助拘束仕様,中子筋呼び径,ラベル,D10 +構造系,柱の構造情報の整理,柱,補助拘束仕様,基部中子筋本数_A方向,整数,4 +構造系,柱の構造情報の整理,柱,補助拘束仕様,基部中子筋本数_B方向,整数,5 +構造系,柱の構造情報の整理,柱,補助拘束仕様,頂部中子筋本数_A方向,整数,3 +構造系,柱の構造情報の整理,柱,補助拘束仕様,頂部中子筋本数_B方向,整数,4 +構造系,柱の構造情報の整理,柱,断面管理,基部断面寸法_A,整数,720 +構造系,柱の構造情報の整理,柱,断面管理,基部断面寸法_B,整数,680 +構造系,柱の構造情報の整理,柱,断面管理,頂部断面寸法_A,整数,610 +構造系,柱の構造情報の整理,柱,断面管理,頂部断面寸法_B,整数,560 +構造系,柱の構造情報の整理,柱,多段配筋座標,段間離隔_A方向,整数,165 +構造系,柱の構造情報の整理,柱,多段配筋座標,第1層主筋芯_A方向,整数,235 +構造系,柱の構造情報の整理,柱,多段配筋座標,第1層主筋芯_中央,整数,290 +構造系,柱の構造情報の整理,柱,多段配筋座標,第1層主筋芯_B方向,整数,225 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部第1層主筋本数_A方向,整数,5 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部主筋群重心_A方向,整数,142 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部主筋群重心_B方向,整数,158 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部片側主筋総数_A方向,整数,18 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部第1層主筋本数_B方向,整数,7 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部片側主筋総数_B方向,整数,20 diff --git a/data/input_csv/IFC2X3/IFC2X3_056_IFCCOLUMN.csv b/data/input_csv/IFC2X3/IFC2X3_056_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..614fd43fd7666e4bdce877422202d88dc57cb363 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_056_IFCCOLUMN.csv @@ -0,0 +1,45 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +構造,柱(構造),柱,配置情報,柱勝ちか否か,真偽,true +構造,柱(構造),柱,配置情報,柱脚オフセット_X,整数,60 +構造,柱(構造),柱,配置情報,柱脚オフセット_Y,整数,35 +構造,柱(構造),柱,配置情報,柱脚オフセット_Z,整数,10 +構造,柱(構造),柱,配置情報,柱頭オフセット_X,整数,25 +構造,柱(構造),柱,配置情報,柱頭オフセット_Y,整数,12 +構造,柱(構造),柱,配置情報,柱頭オフセット_Z,整数,0 +構造,柱(構造),柱,配置情報,柱脚節点_GUID,ラベル,GUID-JKL012 +構造,柱(構造),柱,配置情報,柱頭節点_GUID,ラベル,GUID-PQR678 +構造,柱(構造),柱,配筋情報,主筋径,ラベル,D29 +構造,柱(構造),柱,配筋情報,柱脚主筋定着タイプ,ラベル,ヘッドバー +構造,柱(構造),柱,配筋情報,柱脚主筋定着長,整数,55 +構造,柱(構造),柱,配筋情報,柱脚主筋余長,整数,80 +構造,柱(構造),柱,配筋情報,柱頭主筋定着タイプ,ラベル,フック定着 +構造,柱(構造),柱,配筋情報,柱頭主筋定着長,整数,48 +構造,柱(構造),柱,配筋情報,柱頭主筋余長,整数,60 +構造,柱(構造),柱,配筋情報,芯鉄筋径,ラベル,D19 +構造,柱(構造),柱,配筋情報,柱脚芯鉄筋本数,整数,12 +構造,柱(構造),柱,配筋情報,柱頭芯鉄筋本数,整数,10 +構造,柱(構造),柱,配筋情報,帯筋径,ラベル,D13 +構造,柱(構造),柱,配筋情報,帯筋種別,ラベル,SD295 +構造,柱(構造),柱,配筋情報,仕口部帯筋間隔,整数,110 +構造,柱(構造),柱,配筋情報,仕口部帯筋径,ラベル,D12 +構造,柱(構造),柱,配筋情報,柱脚帯筋間隔,整数,160 +構造,柱(構造),柱,配筋情報,柱頭帯筋間隔,整数,140 +構造,柱(構造),柱,配筋情報,幅止筋径,ラベル,D13 +構造,柱(構造),柱,配筋情報,柱脚幅止め筋本数_X方向,整数,8 +構造,柱(構造),柱,配筋情報,柱脚幅止め筋本数_Y方向,整数,8 +構造,柱(構造),柱,配筋情報,柱頭幅止め筋本数_X方向,整数,8 +構造,柱(構造),柱,配筋情報,柱頭幅止め筋本数_Y方向,整数,8 +構造,柱(構造),柱,寸法情報,柱脚幅X,整数,700 +構造,柱(構造),柱,寸法情報,柱脚幅Y,整数,700 +構造,柱(構造),柱,寸法情報,柱頭幅X,整数,540 +構造,柱(構造),柱,寸法情報,柱頭幅Y,整数,540 +構造,柱(構造),柱,配筋情報,多段筋中心間距離_水平方向,整数,160 +構造,柱(構造),柱,配筋情報,主筋1段目芯位置_X方向,整数,220 +構造,柱(構造),柱,配筋情報,主筋1段目芯位置,整数,270 +構造,柱(構造),柱,配筋情報,主筋1段目芯位置_Y方向,整数,220 +構造,柱(構造),柱,配筋情報,柱脚主筋1段目本数_X方向,整数,8 +構造,柱(構造),柱,配筋情報,柱脚主筋重心位置_X方向,整数,130 +構造,柱(構造),柱,配筋情報,柱脚主筋重心位置_Y方向,整数,140 +構造,柱(構造),柱,配筋情報,柱脚主筋片側総本数_X方向,整数,180 +構造,柱(構造),柱,配筋情報,柱脚主筋1段目本数_Y方向,整数,10 +構造,柱(構造),柱,配筋情報,柱脚主筋片側総本数_Y方向,整数,220 diff --git a/data/input_csv/IFC2X3/IFC2X3_057_IFCBEAM.csv b/data/input_csv/IFC2X3/IFC2X3_057_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..17154357102ef8f74767d93fd05031ea23338138 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_057_IFCBEAM.csv @@ -0,0 +1,32 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +STR,Beam(STR),IfcBeam,Pset_BeamCommon,Reference,IfcIdentifier,CentralBeam-01 +STR,Beam(STR),IfcBeam,BeamCommon,Status,IfcLabel,New +STR,Beam(STR),IfcBeam,Pset_BeamCommon,LoadBearing,IfcBoolean,true +STR,Beam(STR),IfcBeam,Pset_BeamCommon,IsExternal,IfcBoolean,true +STR,Beam(STR),IfcBeam,Pset_BeamCommon,FireRating,IfcLabel,EI60 +STR,Beam(STR),IfcBeam,BeamCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,1.2 +STR,Beam(STR),IfcBeam,BeamBaseQuantities,CrossSectionArea,IfcAreaMeasure,0.09 +STR,Beam(STR),IfcBeam,ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,8.10e-05 +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,2.70e-05 +STR,Beam(STR),IfcBeam,ElementKinematics,MaximumConstantSpeed,IfcLinearVelocityMeasure,1.20e-05 +STR,Beam(STR),IfcBeam,Tolerance,ElevationalFlatness,IfcPositiveLengthMeasure,5.40e-04 +STR,Beam(STR),IfcBeam,Tolerance,HorizontalFlatness,IfcPositiveLengthMeasure,1.80e-04 +STR,Beam(STR),IfcBeam,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,Steel +STR,Beam(STR),IfcBeam,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,S355 +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,355.0 +STR,Beam(STR),IfcBeam,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,C30/37 +STR,Beam(STR),IfcBeam,ConcreteElementGeneral,ExposureClass,IfcLabel,XC4 +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,Reference,IfcLabel,MainBar +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,StirrupBarPitch,IfcPositiveLengthMeasure,0.000201 +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,SpacingBarPitch,IfcPositiveLengthMeasure,4 +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.100 +STR,Beam(STR),IfcBeam,Tolerance,OverallStraightness,IfcPositiveLengthMeasure,0.008 +STR,Beam(STR),IfcBeam,ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.01 +STR,Beam(STR),IfcBeam,PrecastConcreteElementGeneral,DesignLocationNumber,IfcLabel,GRID-B2 +STR,Beam(STR),IfcBeam,MaintenanceStrategy,AssetCriticality,IfcLabel,Moderate +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,Check camber and connections +STR,Beam(STR),IfcBeam,BeamBaseQuantities,Length,IfcLengthMeasure,6.0 +STR,Beam(STR),IfcBeam,BeamBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,0.09 +STR,Beam(STR),IfcBeam,BeamBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,4.2 +STR,Beam(STR),IfcBeam,BeamBaseQuantities,GrossVolume,IfcVolumeMeasure,0.405 +STR,Beam(STR),IfcBeam,BeamBaseQuantities,NetVolume,IfcVolumeMeasure,0.390 diff --git a/data/input_csv/IFC2X3/IFC2X3_058_IFCBEAM.csv b/data/input_csv/IFC2X3/IFC2X3_058_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..0fdc23c94803280e127e5b9d049c16c9184447f1 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_058_IFCBEAM.csv @@ -0,0 +1,40 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +構造,梁(構造),IfcBeam,Condition,AssessmentCondition,IfcLabel,B-101 +構造,梁(構造),IfcBeam,Pset_BeamCommon,Reference,IfcIdentifier,大梁 +構造,梁(構造),IfcBeam,PrecastConcreteElementFabrication,PieceMark,IfcLabel,2FL +構造,梁(構造),IfcBeam,Risk,RiskName,IfcLabel,SN490 +構造,梁(構造),IfcBeam,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,SM490 +構造,梁(構造),IfcBeam,BeamCommon,Status,IfcLabel,既存 +構造,梁(構造),IfcBeam,Pset_BeamCommon,LoadBearing,IfcBoolean,true +構造,梁(構造),IfcBeam,Pset_ReinforcementBarPitchOfBeam,Description,IfcText,梁端部補強筋の標準ピッチ +構造,梁(構造),IfcBeam,PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,SN490梁 +構造,梁(構造),IfcBeam,PrecastConcreteElementFabrication,AsBuiltLocationNumber,IfcLabel,通り芯 +構造,梁(構造),IfcBeam,BeamBaseQuantities,Length,IfcLengthMeasure,200 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,梁下端 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,150 +構造,梁(構造),IfcBeam,BeamBaseQuantities,CrossSectionArea,IfcAreaMeasure,0.18 +構造,梁(構造),IfcBeam,Pset_BeamCommon,Span,IfcPositiveLengthMeasure,600 +構造,梁(構造),IfcBeam,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,300 +構造,梁(構造),IfcBeam,Warranty,WarrantyStartDate,IfcDate,2025-04-01 +構造,梁(構造),IfcBeam,BeamBaseQuantities,GrossWeight,IfcMassMeasure,22 +構造,梁(構造),IfcBeam,BeamBaseQuantities,NetWeight,IfcMassMeasure,15 +構造,梁(構造),IfcBeam,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,BEAM-WARRANTY-01 +構造,梁(構造),IfcBeam,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,500 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,200 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,150 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,180 +構造,梁(構造),IfcBeam,Pset_ReinforcementBarPitchOfBeam,SpacingBarPitch,IfcPositiveLengthMeasure,120 +構造,梁(構造),IfcBeam,Warranty,WarrantyPeriod,IfcDuration,P7Y +構造,梁(構造),IfcBeam,Warranty,PointOfContact,IfcLabel,構造監理窓口 +構造,梁(構造),IfcBeam,BeamBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,32 +構造,梁(構造),IfcBeam,Pset_Risk,NatureOfRisk,IfcLabel,端部腐食 +構造,梁(構造),IfcBeam,Pset_Warranty,WarrantyContent,IfcText,延長保証対象 +構造,梁(構造),IfcBeam,BeamBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,450 +構造,梁(構造),IfcBeam,Risk,MitigationPlanned,IfcLabel,防錆塗装を定期確認 +構造,梁(構造),IfcBeam,BeamBaseQuantities,NetSurfaceArea,IfcAreaMeasure,220 +構造,梁(構造),IfcBeam,Pset_BeamCommon,FireRating,IfcLabel,2時間耐火 +構造,梁(構造),IfcBeam,BeamBaseQuantities,GrossVolume,IfcVolumeMeasure,180 +構造,梁(構造),IfcBeam,BeamBaseQuantities,NetVolume,IfcVolumeMeasure,250 +構造,梁(構造),IfcBeam,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,150 +構造,梁(構造),IfcBeam,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,120 diff --git a/data/input_csv/IFC2X3/IFC2X3_059_IFCBEAM.csv b/data/input_csv/IFC2X3/IFC2X3_059_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..d65045fd0fbd67276a3bbdbad6b73649e336e41d --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_059_IFCBEAM.csv @@ -0,0 +1,32 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +STR Componet,Infomation Check,Beam,Identification Data,MemberTag,label,B-STR-118 +STR Componet,Infomation Check,Beam,Identification Data,LifecycleStage,label,Fabrication +STR Componet,Infomation Check,Beam,Design Intent,IsPrimaryMember,boolean,true +STR Componet,Infomation Check,Beam,Design Intent,IsTransferBeam,boolean,false +STR Componet,Infomation Check,Beam,Resistance Criteria,FireRatingClass,label,R120 +STR Componet,Infomation Check,Beam,Performance Parameters,DampingRatio,float,0.035 +STR Componet,Infomation Check,Beam,Section Geometry,GrossSectionArea,area,0.162 +STR Componet,Infomation Check,Beam,Section Geometry,StrongAxisInertia,float,9.40e-04 +STR Componet,Infomation Check,Beam,Section Geometry,WeakAxisInertia,float,2.85e-04 +STR Componet,Infomation Check,Beam,Section Geometry,TorsionalRigidityIndex,float,1.15e-04 +STR Componet,Infomation Check,Beam,Strength Metrics,TopFiberSectionModulus,float,3.45e-03 +STR Componet,Infomation Check,Beam,Strength Metrics,BottomFiberSectionModulus,float,3.12e-03 +STR Componet,Infomation Check,Beam,Material Specification,MatrixMaterial,label,ReinforcedConcrete +STR Componet,Infomation Check,Beam,Material Specification,RebarGrade,label,SD390 +STR Componet,Infomation Check,Beam,Material Specification,ElasticModulus,float,31500.0 +STR Componet,Infomation Check,Beam,Durability Criteria,ChlorideClass,label,Cl0.30 +STR Componet,Infomation Check,Beam,Durability Criteria,ExposureEnvironment,label,CoastalSheltered +STR Componet,Infomation Check,Beam,Connection Requirements,BearingCondition,text,Monolithic connection to cast-in-place column +STR Componet,Infomation Check,Beam,Embedded Hardware,AnchorPlateArea,area,0.0084 +STR Componet,Infomation Check,Beam,Embedded Hardware,ShearStudCount,integer,6 +STR Componet,Infomation Check,Beam,Fabrication Controls,CastInCamber,length,0.010 +STR Componet,Infomation Check,Beam,Fabrication Controls,BearingSeatLength,length,0.180 +STR Componet,Infomation Check,Beam,Service Checks,UtilizationIndex,float,0.74 +STR Componet,Infomation Check,Beam,Verification Matrix,ControllingLoadSet,label,ULS-Seismic-07 +STR Componet,Infomation Check,Beam,Verification Matrix,CrackWidthStatus,label,WithinLimit +STR Componet,Infomation Check,Beam,Verification Matrix,ReviewMemo,text,Check congestion near opening zone +STR Componet,Infomation Check,Beam,Quantity Summary,StructuralSpan,length,9.6 +STR Componet,Infomation Check,Beam,Quantity Summary,FormworkArea,area,7.4 +STR Componet,Infomation Check,Beam,Quantity Summary,ExposedFaceArea,area,4.1 +STR Componet,Infomation Check,Beam,Quantity Summary,ConcreteGrossVolume,volume,1.555 +STR Componet,Infomation Check,Beam,Quantity Summary,ConcreteNetVolume,volume,1.487 diff --git a/data/input_csv/IFC2X3/IFC2X3_060_IFCBEAM.csv b/data/input_csv/IFC2X3/IFC2X3_060_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..06c7d7b2fa56310bbc682d80a95c27bea09b95da --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_060_IFCBEAM.csv @@ -0,0 +1,32 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +STR,Beam(STR),IfcBeam,Pset_BeamCommon,Reference,IfcIdentifier,SpandrelBeam-A3 +STR,Beam(STR),IfcBeam,BeamCommon,Status,IfcLabel,New +STR,Beam(STR),IfcBeam,Pset_BeamCommon,LoadBearing,IfcBoolean,true +STR,Beam(STR),IfcBeam,Pset_BeamCommon,IsExternal,IfcBoolean,false +STR,Beam(STR),IfcBeam,Pset_BeamCommon,FireRating,IfcLabel,EI120 +STR,Beam(STR),IfcBeam,BeamCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.60 +STR,Beam(STR),IfcBeam,BeamBaseQuantities,CrossSectionArea,IfcAreaMeasure,0.08 +STR,Beam(STR),IfcBeam,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,9.20e-05 +STR,Beam(STR),IfcBeam,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,3.10e-05 +STR,Beam(STR),IfcBeam,EnvironmentalImpactIndicators,WaterConsumptionPerUnit,IfcVolumeMeasure,1.50e-05 +STR,Beam(STR),IfcBeam,ElementKinematics,MinimumTime,IfcTimeMeasure,6.10e-04 +STR,Beam(STR),IfcBeam,ElementKinematics,LinearRange,IfcPositiveLengthMeasure,2.10e-04 +STR,Beam(STR),IfcBeam,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,SAFE-BEAM-01 +STR,Beam(STR),IfcBeam,ConcreteElementGeneral,ReinforcementStrengthClass,IfcLabel,S355 +STR,Beam(STR),IfcBeam,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,355.0 +STR,Beam(STR),IfcBeam,ConcreteElementGeneral,StrengthClass,IfcLabel,C30/37 +STR,Beam(STR),IfcBeam,ConcreteElementGeneral,ExposureClass,IfcLabel,XD2 +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,Description,IfcText,MainBar +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,0.000226 +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,StirrupBarPitch,IfcPositiveLengthMeasure,5 +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,SpacingBarPitch,IfcPositiveLengthMeasure,0.100 +STR,Beam(STR),IfcBeam,Tolerance,VerticalStraightness,IfcPositiveLengthMeasure,0.009 +STR,Beam(STR),IfcBeam,ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.014 +STR,Beam(STR),IfcBeam,Condition,AssessmentDescription,IfcText,DesignLoadCase: ULS +STR,Beam(STR),IfcBeam,Condition,AssessmentCondition,IfcLabel,OK +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,Allow for camber 10 mm +STR,Beam(STR),IfcBeam,BeamBaseQuantities,Length,IfcLengthMeasure,5.8 +STR,Beam(STR),IfcBeam,BeamBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,0.085 +STR,Beam(STR),IfcBeam,BeamBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,3.9 +STR,Beam(STR),IfcBeam,BeamBaseQuantities,GrossVolume,IfcVolumeMeasure,0.360 +STR,Beam(STR),IfcBeam,BeamBaseQuantities,NetVolume,IfcVolumeMeasure,0.346 diff --git a/data/input_csv/IFC2X3/IFC2X3_061_IFCBEAM.csv b/data/input_csv/IFC2X3/IFC2X3_061_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..b1dbc4de3adc430c02b493fd148e094697afd248 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_061_IFCBEAM.csv @@ -0,0 +1,32 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +STR,Beam(STR),Beam,Informations,BeamCode,label,TransferBeam-B2 +STR,Beam(STR),Beam,Informations,RenewalState,label,ToBeReplaced +STR,Beam(STR),Beam,Informations,SupportRole,boolean,true +STR,Beam(STR),Beam,Informations,Exterior,boolean,false +STR,Beam(STR),Beam,Informations,Fire Resistance Level,label,EI45 +STR,Beam(STR),Beam,Informations,Heat Loss Coefficient,float,0.70 +STR,Beam(STR),Beam,Section Properties,Profile Area,area,0.11 +STR,Beam(STR),Beam,Section Properties,Inertia About Y,float,7.50e-05 +STR,Beam(STR),Beam,Section Properties,Inertia About Z,float,2.60e-05 +STR,Beam(STR),Beam,Section Properties,Torsional Constant X Axis,float,1.10e-05 +STR,Beam(STR),Beam,Section Properties,SectionModulusY,float,5.90e-04 +STR,Beam(STR),Beam,Section Properties,SectionModulusZ,float,2.00e-04 +STR,Beam(STR),Beam,Manufacturer Info,CoreMaterial,label,Steel +STR,Beam(STR),Beam,Manufacturer Info,SteelGrade,label,S355 +STR,Beam(STR),Beam,Manufacturer Info,YieldStrength,float,355.0 +STR,Beam(STR),Beam,Manufacturer Info,ConcreteStrengthClass,label,C35/45 +STR,Beam(STR),Beam,Manufacturer Info,Exposure Category,label,XA2 +STR,Beam(STR),Beam,Reinforcement Layout,Rebar Bar Category,label,MainBar +STR,Beam(STR),Beam,Reinforcement Layout,LongitudinalBarArea,area,0.000280 +STR,Beam(STR),Beam,Reinforcement Layout,LongitudinalBarCount,integer,6 +STR,Beam(STR),Beam,Reinforcement Layout,Hoop Bar Interval,length,0.120 +STR,Beam(STR),Beam,Reinforcement Layout,StirrupDiameter,length,0.010 +STR,Beam(STR),Beam,Reinforcement Layout,Rebar Area Proportion,float,0.013 +STR,Beam(STR),Beam,Design Checks,DesignLoadCase,label,ULS +STR,Beam(STR),Beam,Design Checks,ServiceabilityLimitState,label,OK +STR,Beam(STR),Beam,Design Checks,DesignComment,text,Check anchorage at supports +STR,Beam(STR),Beam,Beam Quantities,Overall Length,length,7.5 +STR,Beam(STR),Beam,Beam Quantities,Profile Area,area,0.11 +STR,Beam(STR),Beam,Beam Quantities,Outer Surface Area Estimate,area,5.3 +STR,Beam(STR),Beam,Beam Quantities,Overall Volume,volume,0.825 +STR,Beam(STR),Beam,Beam Quantities,Effective Volume,volume,0.802 diff --git a/data/input_csv/IFC2X3/IFC2X3_062_IFCSLAB.csv b/data/input_csv/IFC2X3/IFC2X3_062_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..f775882dcde68d9d10b424b18f38fa3505ffc864 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_062_IFCSLAB.csv @@ -0,0 +1,37 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +構造,天井(構造),IfcSlab,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,F-201 +構造,天井(構造),IfcSlab,EnvironmentalImpactIndicators,Reference,IfcIdentifier,2FL +構造,天井(構造),IfcSlab,EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,居室 +構造,天井(構造),IfcSlab,SlabBaseQuantities,GrossWeight,IfcMassMeasure,0.8 +構造,天井(構造),IfcSlab,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.30 +構造,天井(構造),IfcSlab,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,4.0 +構造,天井(構造),IfcSlab,SlabBaseQuantities,Depth,IfcLengthMeasure,2.0 +構造,天井(構造),IfcSlab,Pset_SlabCommon,PitchAngle,IfcPlaneAngleMeasure,1.5 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,Description,IfcText,Fc24 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,Reference,IfcLabel,合板型枠 +構造,天井(構造),IfcSlab,PrecastSlab,DistanceBetweenComponentAxes,IfcPositiveLengthMeasure,150.0 +構造,天井(構造),IfcSlab,Pset_SlabCommon,Reference,IfcIdentifier,D13 +構造,天井(構造),IfcSlab,Uncertainty,UncertaintyDescription,IfcText,D10 +構造,天井(構造),IfcSlab,SlabBaseQuantities,GrossVolume,IfcVolumeMeasure,100.0 +構造,天井(構造),IfcSlab,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,D16 +構造,天井(構造),IfcSlab,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,D10 +構造,天井(構造),IfcSlab,PrecastSlab,EdgeDistanceToFirstAxis,IfcPositiveLengthMeasure,120.0 +構造,天井(構造),IfcSlab,PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,DOC-SLAB-TR-01 +構造,天井(構造),IfcSlab,Condition,AssessmentDescription,IfcText,D10 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongOutsideTopBarPitch,IfcPositiveLengthMeasure,110 +構造,天井(構造),IfcSlab,Risk,RiskName,IfcLabel,D13 +構造,天井(構造),IfcSlab,Tolerance,ToleranceDescription,IfcText,D10 +構造,天井(構造),IfcSlab,SlabBaseQuantities,Width,IfcLengthMeasure,130 +構造,天井(構造),IfcSlab,EnvironmentalImpactIndicators,IndicatorsUnit,IfcText,kgCO2e/㎡ +構造,天井(構造),IfcSlab,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,03 30 00 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideCenterTopBarPitch,IfcPositiveLengthMeasure,90 +構造,天井(構造),IfcSlab,Pset_Risk,RiskType,IfcLabel,Chemical Effects +構造,天井(構造),IfcSlab,PrecastSlab,TypeDesignation,IfcLabel,PC床版A +構造,天井(構造),IfcSlab,SlabBaseQuantities,Length,IfcLengthMeasure,80 +構造,天井(構造),IfcSlab,PrecastConcreteElementFabrication,PieceMark,IfcLabel,D13 +構造,天井(構造),IfcSlab,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-SLAB-SAFE-01 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortOutsideTopBarPitch,IfcPositiveLengthMeasure,85 +構造,天井(構造),IfcSlab,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,D13 +構造,天井(構造),IfcSlab,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,D10 +構造,天井(構造),IfcSlab,SlabBaseQuantities,NetWeight,IfcMassMeasure,100 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideCenterTopBarPitch,IfcPositiveLengthMeasure,95 diff --git a/data/input_csv/IFC2X3/IFC2X3_063_IFCSLAB.csv b/data/input_csv/IFC2X3/IFC2X3_063_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..6657ae4702dd60b91a89e6c48bca4cc0f64fce7f --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_063_IFCSLAB.csv @@ -0,0 +1,37 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +構造,スラブの確認,スラブ,運用台帳,部材管理番号,ラベル,SL-R17 +構造,スラブの確認,スラブ,区画参照,配置ブロック,ラベル,北棟C区画 +構造,スラブの確認,スラブ,使用計画,利用カテゴリ,ラベル,研究ラボ +構造,スラブの確認,スラブ,評価条件,常時付加荷重,実数,1.4 +構造,スラブの確認,スラブ,評価条件,可変荷重区分A,実数,4.2 +構造,スラブの確認,スラブ,評価条件,可変荷重区分B,実数,3.1 +構造,スラブの確認,スラブ,評価条件,可変荷重区分C,実数,2.2 +構造,スラブの確認,スラブ,評価条件,水平応答係数,実数,1.6 +構造,スラブの確認,スラブ,素材計画,躯体強度区分,ラベル,Fc33 +構造,スラブの確認,スラブ,仮設計画,成形部材種別,ラベル,鋼製デッキフォーム +構造,スラブの確認,スラブ,形状パラメータ,有効厚,実数,210.0 +構造,スラブの確認,スラブ,補強テンプレートA,構成材1,ラベル,D19 +構造,スラブの確認,スラブ,補強テンプレートA,構成材2,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートA,設定ピッチ1,実数,125.0 +構造,スラブの確認,スラブ,補強テンプレートB,構成材1,ラベル,D22 +構造,スラブの確認,スラブ,補強テンプレートB,構成材2,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートB,設定ピッチ1,実数,145.0 +構造,スラブの確認,スラブ,補強テンプレートC,構成材1,ラベル,D22 +構造,スラブの確認,スラブ,補強テンプレートC,構成材2,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートC,設定ピッチ1,実数,135.0 +構造,スラブの確認,スラブ,補強テンプレートC,構成材3,ラベル,D19 +構造,スラブの確認,スラブ,補強テンプレートC,構成材4,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートC,設定ピッチ2,実数,160.0 +構造,スラブの確認,スラブ,補強テンプレートD,構成材1,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートD,構成材2,ラベル,D13 +構造,スラブの確認,スラブ,補強テンプレートD,設定ピッチ1,実数,105.0 +構造,スラブの確認,スラブ,補強テンプレートD,構成材3,ラベル,D22 +構造,スラブの確認,スラブ,補強テンプレートD,構成材4,ラベル,D19 +構造,スラブの確認,スラブ,補強テンプレートD,設定ピッチ2,実数,95.0 +構造,スラブの確認,スラブ,補強テンプレートE,構成材1,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートE,構成材2,ラベル,D13 +構造,スラブの確認,スラブ,補強テンプレートE,設定ピッチ1,実数,115.0 +構造,スラブの確認,スラブ,補強テンプレートE,構成材3,ラベル,D19 +構造,スラブの確認,スラブ,補強テンプレートE,構成材4,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートE,設定ピッチ2,実数,135.0 +構造,スラブの確認,スラブ,幾何制御,回転設定角,実数,67.5 diff --git a/data/input_csv/IFC2X3/IFC2X3_064_IFCSLAB.csv b/data/input_csv/IFC2X3/IFC2X3_064_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..cd5a94e7f76a8a338166c14f280d0aff15137a93 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_064_IFCSLAB.csv @@ -0,0 +1,37 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +構造,天井(構造),スラブ・天井,識別情報,符号,ラベル,F-402 +構造,天井(構造),スラブ・天井,配置情報,所属階,ラベル,B1F +構造,天井(構造),スラブ・天井,荷重情報,室用途,ラベル,厨房 +構造,天井(構造),スラブ・天井,荷重情報,仕上げ重量,実数,0.6 +構造,天井(構造),スラブ・天井,荷重情報,積載荷重 [床用],実数,2.5 +構造,天井(構造),スラブ・天井,荷重情報,積載荷重 [小梁用],実数,3.5 +構造,天井(構造),スラブ・天井,荷重情報,積載荷重 [架構用],実数,1.8 +構造,天井(構造),スラブ・天井,荷重情報,積載荷重 [地震用],実数,1.2 +構造,天井(構造),スラブ・天井,材料情報_コンクリート,コンクリート強度,ラベル,Fc30 +構造,天井(構造),スラブ・天井,材料情報_型枠,製品種別,ラベル,アルミ型枠 +構造,天井(構造),スラブ・天井,寸法情報_断面,厚さ,実数,140.0 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,上端筋 径1,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,上端筋 径2,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,上端筋 ピッチ,実数,90.0 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,下端筋 径1,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,下端筋 径2,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,下端筋 ピッチ,実数,110.0 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径1,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径2,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径3,実数,105 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径4,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径5,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径6,実数,135 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径7,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径8,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径9,実数,85 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径10,ラベル,D22 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径11,ラベル,D16 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径12,実数,75 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径13,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径14,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径15,実数,90 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径16,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径17,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径18,実数,95 +構造,天井(構造),スラブ・天井,配筋情報_配筋角度,上端筋 径19,実数,100 diff --git a/data/input_csv/IFC2X3/IFC2X3_065_IFCSLAB.csv b/data/input_csv/IFC2X3/IFC2X3_065_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..17bfb3a902ad7ab03eb5648eccba57da4828882c --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_065_IFCSLAB.csv @@ -0,0 +1,54 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +STR,Slab,IfcSlab,Pset_SlabCommon,Reference,IfcIdentifier,Slab-A1 +STR,Slab,IfcSlab,SlabCommon,Status,IfcLabel,New +STR,Slab,IfcSlab,Pset_SlabCommon,LoadBearing,IfcBoolean,true +STR,Slab,IfcSlab,Pset_SlabCommon,IsExternal,IfcBoolean,true +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,ReinforcedConcrete +STR,Slab,IfcSlab,PrecastSlab,NominalThickness,IfcNonNegativeLengthMeasure,0.200 +STR,Slab,IfcSlab,Pset_SlabCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.180 +STR,Slab,IfcSlab,Pset_SlabCommon,PitchAngle,IfcPlaneAngleMeasure,0.005 +STR,Slab,IfcSlab,Pset_SlabCommon,FireRating,IfcLabel,REI60 +STR,Slab,IfcSlab,Pset_SlabCommon,AcousticRating,IfcLabel,Rw55 +STR,Slab,IfcSlab,ConcreteElementGeneral,ExposureClass,IfcLabel,XC4 +STR,Slab,IfcSlab,ConcreteElementGeneral,AssemblyPlace,IfcLabel,OnSite +STR,Slab,IfcSlab,ConcreteElementGeneral,CastingMethod,IfcLabel,In-situ +STR,Slab,IfcSlab,ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,0.01 +STR,Slab,IfcSlab,ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.005 +STR,Slab,IfcSlab,ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.020 +STR,Slab,IfcSlab,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.00005 +STR,Slab,IfcSlab,Tolerance,OverallStraightness,IfcPositiveLengthMeasure,0.0005 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,Description,IfcText,Longitudinal bars at 150 mm +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,Reference,IfcLabel,Ref-Slab-01 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideEndLowerBarPitch,IfcPositiveLengthMeasure,0.000201 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideCenterLowerBarPitch,IfcPositiveLengthMeasure,4 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideCenterLowerBarPitch,IfcPositiveLengthMeasure,0.000201 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideEndTopBarPitch,IfcPositiveLengthMeasure,6 +STR,Slab,IfcSlab,SlabBaseQuantities,Perimeter,IfcLengthMeasure,20.0 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortOutsideTopBarPitch,IfcPositiveLengthMeasure,0.005 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortOutsideLowerBarPitch,IfcPositiveLengthMeasure,0.100 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideEndLowerBarPitch,IfcPositiveLengthMeasure,0.020 +STR,Slab,IfcSlab,Pset_Warranty,WarrantyContent,IfcText,Extended warranty available +STR,Slab,IfcSlab,PrecastSlab,ToppingType,IfcLabel,ConcreteTopping +STR,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,100.0 +STR,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,0.035 +STR,Slab,IfcSlab,PrecastSlab,EdgeDistanceToFirstAxis,IfcPositiveLengthMeasure,250.0 +STR,Slab,IfcSlab,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-SLAB-01 +STR,Slab,IfcSlab,Pset_SlabCommon,Compartmentation,IfcBoolean,true +STR,Slab,IfcSlab,BodyGeometryValidation,SurfaceGenusAfterFeatures,IfcCountMeasure,14 +STR,Slab,IfcSlab,PrecastConcreteElementFabrication,ProductionLotId,IfcIdentifier,SinglePour +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,ConstructionToleranceClass,IfcLabel,Class1 +STR,Slab,IfcSlab,Pset_SlabCommon,Combustible,IfcBoolean,true +STR,Slab,IfcSlab,BodyGeometryValidation,NetSurfaceArea,IfcAreaMeasure,0.50 +STR,Slab,IfcSlab,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,2 +STR,Slab,IfcSlab,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.100 +STR,Slab,IfcSlab,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +STR,Slab,IfcSlab,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,SlabCo +STR,Slab,IfcSlab,ConstructionOccurence,ModelNumber,IfcLabel,SLB-2025-A +STR,Slab,IfcSlab,ConstructionOccurence,TagNumber,IfcLabel,SLAB-T01 +STR,Slab,IfcSlab,ConstructionOccurence,AssetIdentifier,IfcLabel,STR-SLAB-01 +STR,Slab,IfcSlab,SlabBaseQuantities,Length,IfcLengthMeasure,6.0 +STR,Slab,IfcSlab,SlabBaseQuantities,Width,IfcLengthMeasure,4.0 +STR,Slab,IfcSlab,SlabBaseQuantities,GrossArea,IfcAreaMeasure,24.0 +STR,Slab,IfcSlab,SlabBaseQuantities,GrossVolume,IfcVolumeMeasure,5.76 +STR,Slab,IfcSlab,SlabBaseQuantities,NetVolume,IfcVolumeMeasure,5.50 +STR,Slab,IfcSlab,SlabBaseQuantities,Depth,IfcLengthMeasure,0.200 diff --git a/data/input_csv/IFC2X3/IFC2X3_066_IFCFOOTING.csv b/data/input_csv/IFC2X3/IFC2X3_066_IFCFOOTING.csv new file mode 100644 index 0000000000000000000000000000000000000000..6548fd5269609ad4e04beb6a1163ead9d2e7cb1c --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_066_IFCFOOTING.csv @@ -0,0 +1,47 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +構造,基礎,IfcFooting,Condition,AssessmentCondition,IfcLabel,竣工時 +構造,基礎,IfcFooting,PrecastConcreteElementFabrication,AsBuiltLocationNumber,IfcLabel,B1F +構造,基礎,IfcFooting,FootingBaseQuantities,Length,IfcLengthMeasure,150 +構造,基礎,IfcFooting,FootingBaseQuantities,Width,IfcLengthMeasure,200 +構造,基礎,IfcFooting,FootingBaseQuantities,Height,IfcLengthMeasure,100 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,120 +構造,基礎,IfcFooting,PrecastConcreteElementGeneral,BatterAtStart,IfcPlaneAngleMeasure,0.0 +構造,基礎,IfcFooting,Risk,RiskName,IfcLabel,不同沈下 +構造,基礎,IfcFooting,FootingBaseQuantities,CrossSectionArea,IfcAreaMeasure,2400 +構造,基礎,IfcFooting,FootingBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,2400 +構造,基礎,IfcFooting,FootingBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,600.0 +構造,基礎,IfcFooting,Pset_ReinforcementBarCountOfIndependentFooting,Description,IfcText,独立基礎上端筋本数 +構造,基礎,IfcFooting,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,8 +構造,基礎,IfcFooting,Pset_ReinforcementBarCountOfIndependentFooting,Reference,IfcLabel,D19 +構造,基礎,IfcFooting,ReinforcementBarCountOfIndependentFooting,XDirectionUpperBarCount,IfcCountMeasure,10 +構造,基礎,IfcFooting,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WAR-FTG-01 +構造,基礎,IfcFooting,ReinforcementBarCountOfIndependentFooting,YDirectionUpperBarCount,IfcCountMeasure,8 +構造,基礎,IfcFooting,Warranty,PointOfContact,IfcLabel,構造担当窓口 +構造,基礎,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,CrossingUpperBarPitch,IfcPositiveLengthMeasure,10 +構造,基礎,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,Reference,IfcLabel,D10 +構造,基礎,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,CrossingLowerBarPitch,IfcPositiveLengthMeasure,20 +構造,基礎,IfcFooting,FootingBaseQuantities,NetVolume,IfcVolumeMeasure,50.0 +構造,基礎,IfcFooting,FootingBaseQuantities,GrossWeight,IfcMassMeasure,250 +構造,基礎,IfcFooting,FootingBaseQuantities,NetWeight,IfcMassMeasure,1000 +構造,基礎,IfcFooting,FootingBaseQuantities,GrossVolume,IfcVolumeMeasure,30.0 +構造,基礎,IfcFooting,ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,04912345000018 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,独立基礎標準タイプ +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,1500 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,1500 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,耐圧盤併用型 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,1500 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,関東基礎工業 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +構造,基礎,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,Description,IfcText,連続基礎交差筋ピッチ +構造,基礎,IfcFooting,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,750 +構造,基礎,IfcFooting,ConcreteElementGeneral,ExposureClass,IfcLabel,D22 +構造,基礎,IfcFooting,ReinforcementBarCountOfIndependentFooting,XDirectionLowerBarCount,IfcCountMeasure,10 +構造,基礎,IfcFooting,Pset_Risk,RiskType,IfcLabel,Chemical Effects +構造,基礎,IfcFooting,ReinforcementBarCountOfIndependentFooting,YDirectionLowerBarCount,IfcCountMeasure,10 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,D13 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,6 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,FormStrippingStrength,IfcPressureMeasure,650 +構造,基礎,IfcFooting,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,150 +構造,基礎,IfcFooting,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-FTG-SAFE-01 +構造,基礎,IfcFooting,Condition,AssessmentDescription,IfcText,躯体形状確認済み diff --git a/data/input_csv/IFC2X3/IFC2X3_067_IFCFOOTING.csv b/data/input_csv/IFC2X3/IFC2X3_067_IFCFOOTING.csv new file mode 100644 index 0000000000000000000000000000000000000000..f36b17399558e74cab439abe960a936e682f29cc --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_067_IFCFOOTING.csv @@ -0,0 +1,55 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +STR,Footing,Footing,Foundation Information,FootingCode,label,Footing-A1 +STR,Footing,Footing,Foundation Information,Footing Type,label,Isolated +STR,Footing,Footing,Foundation Information,Load Bearing,boolean,true +STR,Footing,Footing,Foundation Information,Exterior,boolean,true +STR,Footing,Footing,Foundation Information,Base Area,area,1.44 +STR,Footing,Footing,Foundation Information,Footing Length,length,1.20 +STR,Footing,Footing,Foundation Basics,Footing Width,length,1.20 +STR,Footing,Footing,Foundation Basics,Footing Thickness,length,0.500 +STR,Footing,Footing,Foundation Basics,Excavation Depth,length,3.00 +STR,Footing,Footing,Foundation Basics,Bearing Capacity,float,600.0 +STR,Footing,Footing,Foundation Basics,Allowable Settlement,length,0.020 +STR,Footing,Footing,Foundation Basics,Bearing Stratum Depth,length,5.00 +STR,Footing,Footing,Foundation Basics,Anchors Required,boolean,true +STR,Footing,Footing,Foundation Basics,Anchor Bolt Diameter,length,0.020 +STR,Footing,Footing,Concrete Specification,Fabrication Location,label,OnSite +STR,Footing,Footing,Concrete Specification,Casting Method,label,In-situ +STR,Footing,Footing,Concrete Specification,Structural Role,label,Primary +STR,Footing,Footing,Concrete Specification,Concrete Strength,label,C30/37 +STR,Footing,Footing,Concrete Specification,Exposure Class,label,XC4 +STR,Footing,Footing,Concrete Specification,Rebar Volume Ratio,float,0.01 +STR,Footing,Footing,Concrete Specification,Rebar Area Ratio,float,0.004 +STR,Footing,Footing,Concrete Specification,Concrete Cover,length,0.050 +STR,Footing,Footing,Concrete Specification,Rebar Grade,label,SD345 +STR,Footing,Footing,Reinforcement,Top Reinforcement Area,area,0.00050 +STR,Footing,Footing,Reinforcement,Bottom Reinforcement Area,area,0.00050 +STR,Footing,Footing,Reinforcement,Longitudinal Spacing,length,0.150 +STR,Footing,Footing,Reinforcement,Transverse Spacing,length,0.150 +STR,Footing,Footing,Reinforcement,Mesh Type,label,WeldedMesh +STR,Footing,Footing,Reinforcement,Stirrup Diameter,length,0.008 +STR,Footing,Footing,Reinforcement,Lap Splice Length,length,0.500 +STR,Footing,Footing,Pile Cap Info,Pile Cap,boolean,true +STR,Footing,Footing,Pile Cap Info,Pile Count,integer,4 +STR,Footing,Footing,Pile Cap Info,Pile Diameter,length,0.600 +STR,Footing,Footing,Pile Cap Info,Pile Length,length,12.0 +STR,Footing,Footing,Pile Cap Info,Pile Capacity,float,1000.0 +STR,Footing,Footing,Pile Cap Info,Pile Material,label,Concrete +STR,Footing,Footing,Construction,Formwork,label,Timber +STR,Footing,Footing,Construction,Pour Sequence,label,SinglePour +STR,Footing,Footing,Construction,Curing Days,integer,7 +STR,Footing,Footing,Construction,Temporary Support,boolean,true +STR,Footing,Footing,Construction,Backfill Type,label,ImportedFill +STR,Footing,Footing,Soil Conditions,Soil Type,label,Sand +STR,Footing,Footing,Soil Conditions,Groundwater Level,length,1.50 +STR,Footing,Footing,Soil Conditions,SPT N-Value,integer,15 +STR,Footing,Footing,Soil Conditions,Ground Improvement,boolean,true +STR,Footing,Footing,Soil Conditions,Design Bearing Pressure,float,200.0 +STR,Footing,Footing,Manufacturer Info,SupplierTag,label,DeepPileCo +STR,Footing,Footing,Manufacturer Info,Model,label,FT-2025-A +STR,Footing,Footing,Production,Lot ID,label,LOT-2025-01 +STR,Footing,Footing,Parameter,FootingLongSide,length,1.20 +STR,Footing,Footing,Parameter,FootingShortSide,length,1.20 +STR,Footing,Footing,Parameter,Cross-sectional Area,area,1.44 +STR,Footing,Footing,Parameter,Gross Volume,volume,0.72 +STR,Footing,Footing,Parameter,Gross Weight,float,5400.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_068_IFCFOOTING.csv b/data/input_csv/IFC2X3/IFC2X3_068_IFCFOOTING.csv new file mode 100644 index 0000000000000000000000000000000000000000..773dec9d7df9ac3100b7e769c6cc7d70f7fe9af8 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_068_IFCFOOTING.csv @@ -0,0 +1,55 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +STR,Footing,IfcFooting,FootingCommon,Reference,IfcIdentifier,Footing-B2 +STR,Footing,IfcFooting,FootingCommon,Status,IfcLabel,Existing +STR,Footing,IfcFooting,FootingCommon,LoadBearing,IfcBoolean,true +STR,Footing,IfcFooting,Pset_Warranty,IsExtendedWarranty,IfcBoolean,false +STR,Footing,IfcFooting,FootingBaseQuantities,CrossSectionArea,IfcAreaMeasure,2.25 +STR,Footing,IfcFooting,FootingBaseQuantities,Height,IfcLengthMeasure,1.50 +STR,Footing,IfcFooting,FootingBaseQuantities,NetVolume,IfcVolumeMeasure,1.50 +STR,Footing,IfcFooting,Condition,AssessmentDescription,IfcText,FootingThickness: 0.600 +STR,Footing,IfcFooting,FootingBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,2.80 +STR,Footing,IfcFooting,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,800.0 +STR,Footing,IfcFooting,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.015 +STR,Footing,IfcFooting,FootingBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,6.50 +STR,Footing,IfcFooting,Pset_PrecastConcreteElementGeneral,HollowCorePlugging,IfcLabel,true +STR,Footing,IfcFooting,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,0.022 +STR,Footing,IfcFooting,ConcreteElementGeneral,AssemblyPlace,IfcLabel,OnSite +STR,Footing,IfcFooting,ConcreteElementGeneral,CastingMethod,IfcLabel,Precast +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,Secondary +STR,Footing,IfcFooting,ConcreteElementGeneral,StrengthClass,IfcLabel,C35/45 +STR,Footing,IfcFooting,ConcreteElementGeneral,ExposureClass,IfcLabel,XC3 +STR,Footing,IfcFooting,ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,0.012 +STR,Footing,IfcFooting,ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.005 +STR,Footing,IfcFooting,ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.060 +STR,Footing,IfcFooting,ConcreteElementGeneral,ReinforcementStrengthClass,IfcLabel,SD390 +STR,Footing,IfcFooting,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.00060 +STR,Footing,IfcFooting,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,0.00070 +STR,Footing,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,Reference,IfcLabel,0.200 +STR,Footing,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,CrossingUpperBarPitch,IfcPositiveLengthMeasure,0.180 +STR,Footing,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,Description,IfcText,PrefabricatedCage +STR,Footing,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,CrossingLowerBarPitch,IfcPositiveLengthMeasure,0.010 +STR,Footing,IfcFooting,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.550 +STR,Footing,IfcFooting,Pset_Warranty,WarrantyContent,IfcText,Load bearing footing +STR,Footing,IfcFooting,ReinforcementBarCountOfIndependentFooting,YDirectionUpperBarCount,IfcCountMeasure,6 +STR,Footing,IfcFooting,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-FTG-B2 +STR,Footing,IfcFooting,Warranty,WarrantyStartDate,IfcDate,2025-05-15 +STR,Footing,IfcFooting,FootingBaseQuantities,GrossWeight,IfcMassMeasure,1200.0 +STR,Footing,IfcFooting,Warranty,WarrantyPeriod,IfcDuration,P8Y +STR,Footing,IfcFooting,Condition,AssessmentDate,IfcDate,2025-06-01 +STR,Footing,IfcFooting,Condition,AssessmentMethod,IfcDocumentReference,DOC-FTG-INSP-01 +STR,Footing,IfcFooting,EnvironmentalImpactValues,Duration,IfcDuration,P10D +STR,Footing,IfcFooting,Condition,AssessmentCondition,IfcLabel,Post-installation +STR,Footing,IfcFooting,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.65 +STR,Footing,IfcFooting,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,38 +STR,Footing,IfcFooting,Tolerance,ToleranceDescription,IfcText,Foundation top set-out tolerance verified before pour +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,ConstructionToleranceClass,IfcLabel,25 +STR,Footing,IfcFooting,Condition,AssessmentType,IfcLabel,VisualInspection +STR,Footing,IfcFooting,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,250.0 +STR,Footing,IfcFooting,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,BaseWorksLtd +STR,Footing,IfcFooting,ConstructionOccurence,ModelNumber,IfcLabel,FT-2030-B +STR,Footing,IfcFooting,PrecastConcreteElementFabrication,ProductionLotId,IfcIdentifier,LOT-2030-07 +STR,Footing,IfcFooting,FootingBaseQuantities,Length,IfcLengthMeasure,1.50 +STR,Footing,IfcFooting,FootingBaseQuantities,Width,IfcLengthMeasure,1.50 +STR,Footing,IfcFooting,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.012 +STR,Footing,IfcFooting,FootingBaseQuantities,GrossVolume,IfcVolumeMeasure,0.90 +STR,Footing,IfcFooting,FootingBaseQuantities,NetWeight,IfcMassMeasure,6800.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_069_IFCFOOTING.csv b/data/input_csv/IFC2X3/IFC2X3_069_IFCFOOTING.csv new file mode 100644 index 0000000000000000000000000000000000000000..32a7249fc7b75c1065efc96a8fabb6d8a63e65f6 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_069_IFCFOOTING.csv @@ -0,0 +1,55 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +STR,Footing,Footing,Foundation Basics,FootingCode,label,Footing-C3 +STR,Footing,Footing,Foundation Basics,FootingType,label,Combined +STR,Footing,Footing,Foundation Basics,SupportRole,boolean,true +STR,Footing,Footing,Foundation Basics,ExteriorFlag,boolean,true +STR,Footing,Footing,Foundation Basics,BaseArea,area,3.60 +STR,Footing,Footing,Foundation Basics,LongSide,length,2.00 +STR,Footing,Footing,Foundation Basics,ShortSide,length,1.80 +STR,Footing,Footing,Foundation Basics,BaseDepth,length,0.700 +STR,Footing,Footing,Foundation Basics,ExcavationDepth,length,3.50 +STR,Footing,Footing,Foundation Basics,BearingCapacity,float,900.0 +STR,Footing,Footing,Foundation Basics,Allowable,length,0.025 +STR,Footing,Footing,Foundation Basics,BearingStratumDepth,length,8.00 +STR,Footing,Footing,Foundation Basics,AnchorsRequired,boolean,false +STR,Footing,Footing,Foundation Basics,Anchor Bolt Diameter Measure,length,0.024 +STR,Footing,Footing,Concrete Specification,Fabrication Location,label,Factory +STR,Footing,Footing,Concrete Specification,Casting Approach,label,Precast +STR,Footing,Footing,Concrete Specification,Structural Grade,label,Primary +STR,Footing,Footing,Concrete Specification,Strength Grade,label,C40/50 +STR,Footing,Footing,Concrete Specification,Exposure Category,label,XS3 +STR,Footing,Footing,Concrete Specification,Rebar Volume Proportion,float,0.009 +STR,Footing,Footing,Concrete Specification,Rebar Area Proportion,float,0.003 +STR,Footing,Footing,Concrete Specification,Cover Depth,length,0.070 +STR,Footing,Footing,Concrete Specification,Rebar Grade,label,SD295 +STR,Footing,Footing,Reinforcement,TopReinforcementArea,area,0.00045 +STR,Footing,Footing,Reinforcement,BottomReinforcementArea,area,0.00060 +STR,Footing,Footing,Reinforcement,Longitudinal Bar Spacing Measure,length,0.250 +STR,Footing,Footing,Reinforcement,Transverse Bar Spacing Measure,length,0.220 +STR,Footing,Footing,Reinforcement,MeshType,label,WeldedMesh +STR,Footing,Footing,Reinforcement,StirrupDiameter,length,0.012 +STR,Footing,Footing,Reinforcement,LapSpliceLength,length,0.650 +STR,Footing,Footing,Pile Cap Info,IsPileCap,boolean,false +STR,Footing,Footing,Pile Cap Info,PileCount,integer,9 +STR,Footing,Footing,Pile Cap Info,PileDiameter,length,1.000 +STR,Footing,Footing,Pile Cap Info,PileLength,length,18.0 +STR,Footing,Footing,Pile Cap Info,PileCapacity,float,1500.0 +STR,Footing,Footing,Pile Cap Info,PileMaterial,label,Concrete +STR,Footing,Footing,Construction,FormworkType,label,Aluminum +STR,Footing,Footing,Construction,ConcretePourSequence,label,SinglePour +STR,Footing,Footing,Construction,CuringTime,integer,5 +STR,Footing,Footing,Construction,TemporarySupportRequired,boolean,true +STR,Footing,Footing,Construction,BackfillType,label,LeanConcrete +STR,Footing,Footing,Soil Conditions,SoilType,label,Clay +STR,Footing,Footing,Soil Conditions,GroundWaterLevel,length,0.90 +STR,Footing,Footing,Soil Conditions,SPT_NValue,integer,10 +STR,Footing,Footing,Soil Conditions,GroundImprovementRequired,boolean,true +STR,Footing,Footing,Soil Conditions,SoilBearingPressureDesign,float,180.0 +STR,Footing,Footing,Manufacturer Info,Brand,label,GeoAnchorWorks +STR,Footing,Footing,Manufacturer Info,Model Code,label,FT-2026-C +STR,Footing,Footing,Product Materials,Lot Code,label,LOT-2026-02 +STR,Footing,Footing,Quantities,Overall Length,length,2.00 +STR,Footing,Footing,Quantities,Overall Width,length,1.80 +STR,Footing,Footing,Quantities,Profile Area,area,3.60 +STR,Footing,Footing,Quantities,Overall Volume,volume,1.26 +STR,Footing,Footing,Quantities,Overall Weight,float,9800.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_070_IFCPILE.csv b/data/input_csv/IFC2X3/IFC2X3_070_IFCPILE.csv new file mode 100644 index 0000000000000000000000000000000000000000..116e5378057636af24b2df040e1c0b16b73fa40e --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_070_IFCPILE.csv @@ -0,0 +1,45 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +構造,杭,IfcPile,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,P-101 +構造,杭,IfcPile,EnvironmentalImpactIndicators,Reference,IfcIdentifier,場所打ちコンクリート杭 +構造,杭,IfcPile,EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,B1F +構造,杭,IfcPile,PileCommon,Reference,IfcIdentifier,Fc30 +構造,杭,IfcPile,Uncertainty,UncertaintyDescription,IfcText,STK400 +構造,杭,IfcPile,PileBaseQuantities,Length,IfcLengthMeasure,15000.0 +構造,杭,IfcPile,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.60 +構造,杭,IfcPile,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,1000.0 +構造,杭,IfcPile,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +構造,杭,IfcPile,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,3000.0 +構造,杭,IfcPile,PileBaseQuantities,CrossSectionArea,IfcAreaMeasure,1.5 +構造,杭,IfcPile,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,15 +構造,杭,IfcPile,Uncertainty,VerticalUncertainty,IfcPositiveLengthMeasure,2000 +構造,杭,IfcPile,PileBaseQuantities,GrossVolume,IfcVolumeMeasure,12 +構造,杭,IfcPile,EnvironmentalCondition,MaximumRainIntensity,IfcReal,40 +構造,杭,IfcPile,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,D25 +構造,杭,IfcPile,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,12 +構造,杭,IfcPile,BodyGeometryValidation,SurfaceGenusAfterFeatures,IfcCountMeasure,8 +構造,杭,IfcPile,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,D10 +構造,杭,IfcPile,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,278.15 +構造,杭,IfcPile,PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,DOC-PILE-TR-01 +構造,杭,IfcPile,BodyGeometryValidation,NetSurfaceArea,IfcAreaMeasure,4 +構造,杭,IfcPile,EnvironmentalCondition,SeismicResistance,IfcReal,0.3 +構造,杭,IfcPile,Condition,AssessmentDescription,IfcText,鋼材仕様を確認 +構造,杭,IfcPile,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,323.15 +構造,杭,IfcPile,EnvironmentalCondition,SmokeLevel,IfcLabel,低煙環境 +構造,杭,IfcPile,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,850 +構造,杭,IfcPile,Risk,RiskName,IfcLabel,施工リスク +構造,杭,IfcPile,BodyGeometryValidation,GrossSurfaceArea,IfcAreaMeasure,800 +構造,杭,IfcPile,EnvironmentalCondition,SaltMistLevel,IfcLabel,低塩害 +構造,杭,IfcPile,Uncertainty,HorizontalUncertainty,IfcPositiveLengthMeasure,2000 +構造,杭,IfcPile,EnvironmentalImpactIndicators,ClimateChangePerUnit,IfcMassMeasure,7000 +構造,杭,IfcPile,Tolerance,ToleranceDescription,IfcText,Fc15 +構造,杭,IfcPile,ConcreteElementGeneral,StrengthClass,IfcLabel,Fc25 +構造,杭,IfcPile,PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,PC +構造,杭,IfcPile,ConstructionAdministration,ProcurementMethod,IfcLabel,専門工事会社調達 +構造,杭,IfcPile,EnvironmentalImpactIndicators,WaterConsumptionPerUnit,IfcVolumeMeasure,8 +構造,杭,IfcPile,PileBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,12 +構造,杭,IfcPile,Condition,LastAssessmentReport,IfcLabel,報告書未登録 +構造,杭,IfcPile,Pset_ManufacturerOccurrence,SerialNumber,IfcIdentifier,C種 +構造,杭,IfcPile,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,標準杭モデル +構造,杭,IfcPile,Pset_Warranty,WarrantyContent,IfcText,標準保証対象 +構造,杭,IfcPile,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,杭施工要領.pdf +構造,杭,IfcPile,Condition,AssessmentType,IfcLabel,外観点検 diff --git a/data/input_csv/IFC2X3/IFC2X3_071_IFCPILE.csv b/data/input_csv/IFC2X3/IFC2X3_071_IFCPILE.csv new file mode 100644 index 0000000000000000000000000000000000000000..940fa8cb790e70b8ce6491306aa0bc204a6ba69f --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_071_IFCPILE.csv @@ -0,0 +1,45 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +構造分類,IDS作成,杭,基本属性,管理記号,ラベル,PK-T09 +構造分類,IDS作成,杭,施工計画,施工シリーズ,ラベル,回転圧入埋設杭 +構造分類,IDS作成,杭,位置条件,基準グリッド,ラベル,G3通り +構造分類,IDS作成,杭,材料仕様_本体,設計基準強度,ラベル,Fc30 +構造分類,IDS作成,杭,材料仕様_外殻,外殻鋼材規格,ラベル,SKK490 +構造分類,IDS作成,杭,形状諸元_全体,設計有効長,実数,18250.0 +構造分類,IDS作成,杭,形状諸元_頭部,頭部最大径,実数,1450.0 +構造分類,IDS作成,杭,形状諸元_軸部,軸部代表径,実数,1000.0 +構造分類,IDS作成,杭,形状諸元_先端,先端拡径,実数,1850.0 +構造分類,IDS作成,杭,頭部詳細,頭部ストレート長,実数,2600.0 +構造分類,IDS作成,杭,頭部詳細,頭部テーパー長,実数,1550.0 +構造分類,IDS作成,杭,先端詳細,先端勾配角,実数,9.5 +構造分類,IDS作成,杭,先端詳細,先端有効長,実数,2100.0 +構造分類,IDS作成,杭,外殻詳細,外殻有効長,実数,9800.0 +構造分類,IDS作成,杭,外殻詳細,外殻板厚,実数,28.0 +構造分類,IDS作成,杭,補強仕様_領域A_主筋,呼び名,ラベル,D25 +構造分類,IDS作成,杭,補強仕様_領域A_主筋,配置総数,整数,18 +構造分類,IDS作成,杭,補強仕様_領域A_主筋,最外段本数,整数,8 +構造分類,IDS作成,杭,補強仕様_領域A_拘束筋,呼び名,ラベル,D16 +構造分類,IDS作成,杭,補強仕様_領域A_拘束筋,配置ピッチ,実数,100.0 +構造分類,IDS作成,杭,補強仕様_領域A_芯材,呼び名,ラベル,D32 +構造分類,IDS作成,杭,補強仕様_領域A_芯材,芯材本数,整数,4 +構造分類,IDS作成,杭,支持性能,短期基準支持力,整数,4100 +構造分類,IDS作成,杭,材料仕様_外殻,主要鋼管グレード,ラベル,SKK540 +構造分類,IDS作成,杭,施工記録,施工時偏位_X,整数,18 +構造分類,IDS作成,杭,施工記録,施工時偏位_Y,整数,-22 +構造分類,IDS作成,杭,施工記録,施工時偏位_Z,整数,12 +構造分類,IDS作成,杭,工法管理,施工方式名称,ラベル,中掘拡底埋込み工法 +構造分類,IDS作成,杭,寸法整理,代表外径コード,ラベル,φ1000級 +構造分類,IDS作成,杭,寸法整理,鋼管部板厚[mm],長さ,22 +構造分類,IDS作成,杭,寸法整理,鋼管部延長[mm],長さ,3200 +構造分類,IDS作成,杭,寸法整理,総設計長[mm],長さ,9600 +構造分類,IDS作成,杭,材料配合,周面固定材強度区分,ラベル,Fc21 +構造分類,IDS作成,杭,材料配合,先端固化材強度区分,ラベル,Fc36 +構造分類,IDS作成,杭,製品分類,既製体種別,ラベル,SC杭 +構造分類,IDS作成,杭,製品分類,施工分類,ラベル,埋込み工法 +構造分類,IDS作成,杭,軸部整理,軸部外径[mm],長さ,1000 +構造分類,IDS作成,杭,軸部整理,軸部板厚[mm],長さ,22 +構造分類,IDS作成,杭,製品管理,供給会社,ラベル,東都パイル製作所 +構造分類,IDS作成,杭,製品管理,仕様ランク,ラベル,高支持型 +構造分類,IDS作成,杭,製品管理,製品識別コード,ラベル,SC-1000H +構造分類,IDS作成,杭,継手管理,継手設置深度,ラベル,GL-8.2m +構造分類,IDS作成,杭,継手管理,継手方式,ラベル,ねじ式継手 +構造分類,IDS作成,杭,緊張材仕様,PC鋼材規格,ラベル,SBPR1080/1230 diff --git a/data/input_csv/IFC2X3/IFC2X3_072_IFCPILE.csv b/data/input_csv/IFC2X3/IFC2X3_072_IFCPILE.csv new file mode 100644 index 0000000000000000000000000000000000000000..a911519e91e9681e52e98bb2b40729e3312a5576 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_072_IFCPILE.csv @@ -0,0 +1,45 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +構造,杭,杭,製品情報,メーカー,ラベル,東都パイル +構造,杭,杭,製品情報,杭の種類,ラベル,A種 +構造,杭,杭,製品情報,製品型番,ラベル,PRC-700A +構造,杭,杭,接合情報,継杭の位置,ラベル,GL-5.0m +構造,杭,杭,接合情報,杭継手の種類,ラベル,溶接式継手 +構造,杭,杭,材料情報,PC鋼棒強度,ラベル,SBPR1080/1230 +構造,杭,杭,識別情報,符号,ラベル,P-214 +構造,杭,杭,識別情報,工法名,ラベル,アースドリル杭 +構造,杭,杭,配置情報,所属階,ラベル,2F +構造,杭,杭,材料情報_コンクリート,コンクリート強度,ラベル,Fc33 +構造,杭,杭,材料情報_鋼材,鋼管材質,ラベル,STK490 +構造,杭,杭,寸法情報_長さ,全長,実数,14000.0 +構造,杭,杭,寸法情報_断面,拡頭径,実数,1100.0 +構造,杭,杭,寸法情報_断面,軸部径,実数,800.0 +構造,杭,杭,寸法情報_断面,拡底径,実数,1600.0 +構造,杭,杭,寸法情報_拡頭部,長さ,実数,2600.0 +構造,杭,杭,寸法情報_拡頭部,切替長さ,実数,1300.0 +構造,杭,杭,寸法情報_拡底部,傾斜角度,実数,10.0 +構造,杭,杭,寸法情報_拡底部,立ち上がり長さ,実数,1600.0 +構造,杭,杭,寸法情報_鋼管,長さ,実数,10000.0 +構造,杭,杭,寸法情報_鋼管,厚さ,実数,25.0 +構造,杭,杭,配筋情報_ゾーン1_主筋,径,ラベル,D29 +構造,杭,杭,配筋情報_ゾーン1_主筋,総本数,整数,10 +構造,杭,杭,配筋情報_ゾーン1_主筋,1段目本数,整数,6 +構造,杭,杭,配筋情報_ゾーン1_帯筋,径,ラベル,D10 +構造,杭,杭,配筋情報_ゾーン1_帯筋,ピッチ,実数,120.0 +構造,杭,杭,配筋情報_ゾーン1_芯鉄筋,径,ラベル,D32 +構造,杭,杭,配筋情報_ゾーン1_芯鉄筋,本数,整数,2 +構造,杭,杭,荷重情報,長期許容支持力,整数,2800 +構造,杭,杭,材料情報,杭鋼管部材質,ラベル,SKK490 +構造,杭,杭,施工情報,杭偏芯実績値_X,整数,-40 +構造,杭,杭,施工情報,杭偏芯実績値_Y,整数,30 +構造,杭,杭,施工情報,杭偏芯実績値_Z,整数,-15 +構造,杭,杭,識別情報,杭工法名,ラベル,オールケーシング工法 +構造,杭,杭,寸法情報,杭外径,ラベル,700 +構造,杭,杭,寸法情報,杭鋼管部厚さ,長さ,9 +構造,杭,杭,寸法情報,杭鋼管部長さ,長さ,1800 +構造,杭,杭,寸法情報,杭全長,長さ,6500 +構造,杭,杭,材料情報,杭周固定液強度,ラベル,Fc12 +構造,杭,杭,材料情報,根固め液強度,ラベル,Fc20 +構造,杭,杭,識別情報,既成杭構造種別,ラベル,PRC +構造,杭,杭,識別情報,杭工法分類,ラベル,オールケーシング工法 +構造,杭,杭,寸法情報,軸部外径,長さ,700 +構造,杭,杭,寸法情報,軸部厚さ,長さ,9 diff --git a/data/input_csv/IFC2X3/IFC2X3_073_IFCROOF.csv b/data/input_csv/IFC2X3/IFC2X3_073_IFCROOF.csv new file mode 100644 index 0000000000000000000000000000000000000000..030eb997c95969a75a5d327dd245004ed5f566a2 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_073_IFCROOF.csv @@ -0,0 +1,50 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +STR,Roof,IfcRoof,Pset_RoofCommon,Reference,IfcIdentifier,Roof-A1 +STR,Roof,IfcRoof,RoofCommon,Status,IfcLabel,New +STR,Roof,IfcRoof,RoofCommon,LoadBearing,IfcBoolean,true +STR,Roof,IfcRoof,Pset_RoofCommon,IsExternal,IfcBoolean,true +STR,Roof,IfcRoof,RoofCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,30.0 +STR,Roof,IfcRoof,RoofCommon,AcousticRating,IfcLabel,1:4 +STR,Roof,IfcRoof,RoofBaseQuantities,GrossArea,IfcAreaMeasure,120.0 +STR,Roof,IfcRoof,BodyGeometryValidation,GrossSurfaceArea,IfcAreaMeasure,126.0 +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,0.050 +STR,Roof,IfcRoof,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,2.0 +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,1.0 +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.8 +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,5.0 +STR,Roof,IfcRoof,ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,09506000452001 +STR,Roof,IfcRoof,Condition,AssessmentCondition,IfcLabel,OK +STR,Roof,IfcRoof,Pset_RoofCommon,FireRating,IfcLabel,EI60 +STR,Roof,IfcRoof,Pset_Risk,RiskType,IfcLabel,Event +STR,Roof,IfcRoof,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-ROOF-01 +STR,Roof,IfcRoof,MaintenanceStrategy,MonitoringType,IfcLabel,RoutineInspection +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,PadBearing +STR,Roof,IfcRoof,Condition,AssessmentType,IfcLabel,ConditionSurvey +STR,Roof,IfcRoof,BodyGeometryValidation,SurfaceGenusAfterFeatures,IfcCountMeasure,14 +STR,Roof,IfcRoof,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,C30/37 +STR,Roof,IfcRoof,ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.020 +STR,Roof,IfcRoof,ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.002 +STR,Roof,IfcRoof,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,0.150 +STR,Roof,IfcRoof,Pset_Warranty,WarrantyContent,IfcText,External structural roof +STR,Roof,IfcRoof,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,250.0 +STR,Roof,IfcRoof,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,S355 +STR,Roof,IfcRoof,Risk,MitigationProposed,IfcLabel,I-Section +STR,Roof,IfcRoof,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,8.10e-05 +STR,Roof,IfcRoof,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,2.70e-05 +STR,Roof,IfcRoof,ElementKinematics,MaximumConstantSpeed,IfcLinearVelocityMeasure,1.20e-05 +STR,Roof,IfcRoof,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,M16 +STR,Roof,IfcRoof,Risk,MitigationPlanned,IfcLabel,Inspect membrane seams after severe weather +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,FormStrippingStrength,IfcPressureMeasure,3.0 +STR,Roof,IfcRoof,ConstructionAdministration,ProcurementMethod,IfcLabel,Direct purchase +STR,Roof,IfcRoof,Condition,AssessmentDate,IfcDate,2025-09-10 +STR,Roof,IfcRoof,Warranty,WarrantyStartDate,IfcDate,2025-08-20 +STR,Roof,IfcRoof,Pset_Warranty,Exclusions,IfcText,Welded connection maintenance note +STR,Roof,IfcRoof,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,BituminousMembrane +STR,Roof,IfcRoof,ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,0.003 +STR,Roof,IfcRoof,Condition,AssessmentDescription,IfcText,External exposure confirmed +STR,Roof,IfcRoof,BodyGeometryValidation,NetSurfaceArea,IfcAreaMeasure,0.100 +STR,Roof,IfcRoof,ElementKinematics,LinearRange,IfcPositiveLengthMeasure,0.25 +STR,Roof,IfcRoof,RoofBaseQuantities,NetArea,IfcAreaMeasure,120.0 +STR,Roof,IfcRoof,RoofBaseQuantities,ProjectedArea,IfcAreaMeasure,110.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_074_IFCROOF.csv b/data/input_csv/IFC2X3/IFC2X3_074_IFCROOF.csv new file mode 100644 index 0000000000000000000000000000000000000000..76ebb8eaa1633640a3b5120e728aa80ead146414 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_074_IFCROOF.csv @@ -0,0 +1,48 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +構造,屋根構造材,IfcRoof,PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,0.01 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,MaximumRainIntensity,IfcReal,1200 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,293.15 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,45 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,SaltMistLevel,IfcLabel,高塩害地域 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,SeismicResistance,IfcReal,0.8 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,900 +構造,屋根構造材,IfcRoof,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,60 +構造,屋根構造材,IfcRoof,Condition,AssessmentCondition,IfcLabel,竣工時 +構造,屋根構造材,IfcRoof,Condition,AssessmentDescription,IfcText,断熱層にロックウールを採用 +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,ガルバリウム鋼板メーカーA +構造,屋根構造材,IfcRoof,Pset_RoofCommon,FireRating,IfcLabel,吹付タイル仕上げ1時間耐火 +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,25 +構造,屋根構造材,IfcRoof,Pset_Warranty,WarrantyContent,IfcText,アスファルトルーフィングを含む防水保証 +構造,屋根構造材,IfcRoof,PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,折板屋根パネル +構造,屋根構造材,IfcRoof,PrecastConcreteElementGeneral,BatterAtStart,IfcPlaneAngleMeasure,0.012 +構造,屋根構造材,IfcRoof,PrecastConcreteElementGeneral,BatterAtEnd,IfcPlaneAngleMeasure,0.015 +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,150 +構造,屋根構造材,IfcRoof,Condition,AssessmentType,IfcLabel,断熱仕様確認 +構造,屋根構造材,IfcRoof,Pset_RoofCommon,IsExternal,IfcBoolean,true +構造,屋根構造材,IfcRoof,PrecastConcreteElementGeneral,Shortening,IfcRatioMeasure,0.0015 +構造,屋根構造材,IfcRoof,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,40 +構造,屋根構造材,IfcRoof,RoofBaseQuantities,GrossArea,IfcAreaMeasure,100 +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,ステンレス鋼板屋根仕様 +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,アルミ箔遮熱シート仕様 +構造,屋根構造材,IfcRoof,Pset_RoofCommon,Reference,IfcIdentifier,ROOF-TATE-01 +構造,屋根構造材,IfcRoof,ConstructionAdministration,ProcurementMethod,IfcLabel,専門業者手配 +構造,屋根構造材,IfcRoof,ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,6 +構造,屋根構造材,IfcRoof,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,4 +構造,屋根構造材,IfcRoof,Pset_ConcreteElementGeneral,ConcreteCoverAtLinks,IfcPositiveLengthMeasure,8 +構造,屋根構造材,IfcRoof,Pset_Warranty,Exclusions,IfcText,合板下地の端部補修は保証対象外 +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,RF-ROOF-001 +構造,屋根構造材,IfcRoof,RoofCommon,AcousticRating,IfcLabel,粘土瓦屋根55dB +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025年製 +構造,屋根構造材,IfcRoof,ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,85 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.65 +構造,屋根構造材,IfcRoof,ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,12 +構造,屋根構造材,IfcRoof,Risk,AssociatedProduct,IfcLabel,ALCパネル屋根構成 +構造,屋根構造材,IfcRoof,Warranty,PointOfContact,IfcLabel,ゴムアス保証窓口 +構造,屋根構造材,IfcRoof,ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,GTIN-SUS-ROOF-01 +構造,屋根構造材,IfcRoof,Risk,RiskName,IfcLabel,落下 +構造,屋根構造材,IfcRoof,Risk,AssociatedLocation,IfcLabel,棟部周辺 +構造,屋根構造材,IfcRoof,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,SPEC-JIS1 +構造,屋根構造材,IfcRoof,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,15 +構造,屋根構造材,IfcRoof,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,3 +構造,屋根構造材,IfcRoof,PrecastConcreteElementGeneral,PieceMark,IfcLabel,345角瓦 diff --git a/data/input_csv/IFC2X3/IFC2X3_075_IFCROOF.csv b/data/input_csv/IFC2X3/IFC2X3_075_IFCROOF.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb8927452f882b0535b407e3ba939187c3218ce2 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_075_IFCROOF.csv @@ -0,0 +1,51 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +STR,Roof,Roof,Roof Common,RoofCode,label,Roof-B2 +STR,Roof,Roof,Roof Common,RoofState,label,Existing +STR,Roof,Roof,Roof Common,Load Bearing,boolean,false +STR,Roof,Roof,Roof Common,Exterior,boolean,true +STR,Roof,Roof,Roof Common,Pitch Angle,float,22.5 +STR,Roof,Roof,Roof Common,Pitch Ratio,label,1:3 +STR,Roof,Roof,Roof Common,Nominal Thickness,length,0.180 +STR,Roof,Roof,Roof Common,Effective Thickness,length,0.165 +STR,Roof,Roof,Roof Common,Insulation Thickness,length,0.080 +STR,Roof,Roof,Roof Common,Composite,boolean,true +STR,Roof,Roof,Roof Common,Live Load,float,2.5 +STR,Roof,Roof,Roof Common,Snow Load,float,0.7 +STR,Roof,Roof,Roof Common,Wind Load,float,0.9 +STR,Roof,Roof,Roof Common,Uplift Resistance,float,4.0 +STR,Roof,Roof,Roof Common,Dead Load,float,0.9 +STR,Roof,Roof,Roof Common,Serviceability,label,OK +STR,Roof,Roof,Roof Common,Fire Resistance,label,EI90 +STR,Roof,Roof,Structure,Primary Structure,label,SteelBeam +STR,Roof,Roof,Structure,Support Spacing,length,2.5 +STR,Roof,Roof,Structure,Connection Type,label,Welded +STR,Roof,Roof,Structure,Bearing Detail,label,FixedBearing +STR,Roof,Roof,Structure,Temporary Support,boolean,false +STR,Roof,Roof,Structure,Support Duration Days,integer,10 +STR,Roof,Roof,Concrete,Concrete Grade,label,C35/45 +STR,Roof,Roof,Concrete,Concrete Cover,length,0.025 +STR,Roof,Roof,Concrete,Rebar Area,area,0.003 +STR,Roof,Roof,Concrete,Rebar Spacing,length,0.125 +STR,Roof,Roof,Concrete,Prestressed,boolean,true +STR,Roof,Roof,Concrete,Tendon Type,label,Bar +STR,Roof,Roof,Concrete,Prestress Force per Tendon,float,280.0 +STR,Roof,Roof,Steel,Steel Grade,label,S275 +STR,Roof,Roof,Steel,Section Profile,label,H-Section +STR,Roof,Roof,Steel,Second Moment Iy,float,9.50e-05 +STR,Roof,Roof,Steel,Second Moment Iz,float,3.10e-05 +STR,Roof,Roof,Steel,Torsion Constant,float,1.50e-05 +STR,Roof,Roof,Steel,Bolt Spec,label,M12 +STR,Roof,Roof,Insulation,Insulation Type,label,PUR +STR,Roof,Roof,Insulation,Thermal Resistance,float,3.5 +STR,Roof,Roof,Insulation,Insulation Fixing,label,Adhesive +STR,Roof,Roof,Insulation,Formwork,label,Aluminum +STR,Roof,Roof,Construction,Deck Type,label,PrecastConcrete +STR,Roof,Roof,Construction,Deck Fixing,label,Adhesive +STR,Roof,Roof,Construction,Waterproofing Type,label,PVC +STR,Roof,Roof,Construction,Waterproofing Thickness,length,0.004 +STR,Roof,Roof,Construction,Green Roof,boolean,false +STR,Roof,Roof,Green Roof Soil,Soil Thickness,length,0.080 +STR,Roof,Roof,Green Roof Soil,Green Roof Live Load,float,0.30 +STR,Roof,Roof,Green Roof Soil,PlantingSurface,area,95.0 +STR,Roof,Roof,Quantities,Projected Area,area,115.0 +STR,Roof,Roof,Quantities,Estimated Dead Load,float,0.9 diff --git a/data/input_csv/IFC2X3/IFC2X3_076_IFCWALL.csv b/data/input_csv/IFC2X3/IFC2X3_076_IFCWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..3233ede5950d3301a55de5a49aa08c86a2579a20 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_076_IFCWALL.csv @@ -0,0 +1,60 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +STR,Wall(STR),IfcWall,Pset_WallCommon,Reference,IfcIdentifier,Wall-A1 +STR,Wall(STR),IfcWall,WallCommon,Status,IfcLabel,New +STR,Wall(STR),IfcWall,Pset_WallCommon,LoadBearing,IfcBoolean,true +STR,Wall(STR),IfcWall,Pset_WallCommon,IsExternal,IfcBoolean,true +STR,Wall(STR),IfcWall,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,WALL-RC-200A +STR,Wall(STR),IfcWall,Pset_WallCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.200 +STR,Wall(STR),IfcWall,Pset_WallCommon,AcousticRating,IfcLabel,STC55 +STR,Wall(STR),IfcWall,WallBaseQuantities,Height,IfcLengthMeasure,3.00 +STR,Wall(STR),IfcWall,Condition,AssessmentDescription,IfcText,WallType: Loadbearing +STR,Wall(STR),IfcWall,Pset_WallCommon,SurfaceSpreadOfFlame,IfcLabel,ClassA +STR,Wall(STR),IfcWall,WallBaseQuantities,GrossFootPrintArea,IfcAreaMeasure,2.0 +STR,Wall(STR),IfcWall,Pset_WallCommon,FireRating,IfcLabel,EI60 +STR,Wall(STR),IfcWall,WallBaseQuantities,NetFootPrintArea,IfcAreaMeasure,0.8 +STR,Wall(STR),IfcWall,ConcreteElementGeneral,StrengthClass,IfcLabel,C30/37 +STR,Wall(STR),IfcWall,ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.020 +STR,Wall(STR),IfcWall,ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.002 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,LoadbearingWall +STR,Wall(STR),IfcWall,ConcreteElementGeneral,AssemblyPlace,IfcLabel,OnSite +STR,Wall(STR),IfcWall,Pset_ReinforcementBarPitchOfWall,VerticalBarPitch,IfcPositiveLengthMeasure,0.000201 +STR,Wall(STR),IfcWall,Pset_ReinforcementBarPitchOfWall,HorizontalBarPitch,IfcPositiveLengthMeasure,0.400 +STR,Wall(STR),IfcWall,Pset_ReinforcementBarPitchOfWall,SpacingBarPitch,IfcPositiveLengthMeasure,0.100 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,0.020 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,ConcreteCoverAtLinks,IfcPositiveLengthMeasure,0.020 +STR,Wall(STR),IfcWall,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,SAFE-WALL-01 +STR,Wall(STR),IfcWall,Condition,AssessmentType,IfcLabel,ConditionSurvey +STR,Wall(STR),IfcWall,ConcreteElementGeneral,ExposureClass,IfcLabel,XC4 +STR,Wall(STR),IfcWall,Condition,LastAssessmentReport,IfcLabel,RPT-WALL-01 +STR,Wall(STR),IfcWall,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,0.010 +STR,Wall(STR),IfcWall,ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,80 +STR,Wall(STR),IfcWall,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,C-section stud +STR,Wall(STR),IfcWall,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,Fixed bracket +STR,Wall(STR),IfcWall,Pset_Warranty,WarrantyContent,IfcText,Mineral wool insulation layer +STR,Wall(STR),IfcWall,PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,Sandwich panel +STR,Wall(STR),IfcWall,MaintenanceTriggerCondition,ConditionTargetPerformance,IfcLabel,Moderate +STR,Wall(STR),IfcWall,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,LiftingAnchorPositions: Top-left +STR,Wall(STR),IfcWall,WallBaseQuantities,NetSideArea,IfcAreaMeasure,25.0 +STR,Wall(STR),IfcWall,PrecastConcreteElementFabrication,ProductionLotId,IfcIdentifier,LOT-2025-01 +STR,Wall(STR),IfcWall,Condition,AssessmentCondition,IfcLabel,Wet condition +STR,Wall(STR),IfcWall,WallBaseQuantities,NetWeight,IfcMassMeasure,1500 +STR,Wall(STR),IfcWall,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,120 +STR,Wall(STR),IfcWall,WallBaseQuantities,Length,IfcLengthMeasure,0.50 +STR,Wall(STR),IfcWall,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.060 +STR,Wall(STR),IfcWall,Risk,RiskName,IfcLabel,Combustible joint +STR,Wall(STR),IfcWall,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,2 +STR,Wall(STR),IfcWall,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,1.50 +STR,Wall(STR),IfcWall,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,1 +STR,Wall(STR),IfcWall,PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,PanelType-A +STR,Wall(STR),IfcWall,Pset_WallCommon,Combustible,IfcBoolean,true +STR,Wall(STR),IfcWall,EnvironmentalImpactValues,Duration,IfcDuration,P7D +STR,Wall(STR),IfcWall,ConstructionAdministration,ProcurementMethod,IfcLabel,Supplier installation +STR,Wall(STR),IfcWall,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,WallCo +STR,Wall(STR),IfcWall,ConstructionOccurence,ModelNumber,IfcLabel,WL-2025-A +STR,Wall(STR),IfcWall,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,6.0 +STR,Wall(STR),IfcWall,Tolerance,OverallStraightness,IfcPositiveLengthMeasure,3.0 +STR,Wall(STR),IfcWall,WallBaseQuantities,GrossSideArea,IfcAreaMeasure,18.0 +STR,Wall(STR),IfcWall,WallBaseQuantities,GrossVolume,IfcVolumeMeasure,4.50 +STR,Wall(STR),IfcWall,WallBaseQuantities,NetVolume,IfcVolumeMeasure,4.30 +STR,Wall(STR),IfcWall,WallBaseQuantities,Width,IfcLengthMeasure,0.200 +STR,Wall(STR),IfcWall,WallBaseQuantities,GrossWeight,IfcMassMeasure,1800.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_077_IFCWALL.csv b/data/input_csv/IFC2X3/IFC2X3_077_IFCWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..6d821dd35515340cb8fa3c4f65a0abded237685a --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_077_IFCWALL.csv @@ -0,0 +1,60 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +STR,Wall(STR),Wall,Wall Basics,WallCode,label,Wall-B2 +STR,Wall(STR),Wall,Wall Basics,InstallState,label,Existing +STR,Wall(STR),Wall,Wall Basics,SupportRole,boolean,false +STR,Wall(STR),Wall,Wall Basics,External,boolean,false +STR,Wall(STR),Wall,Wall Basics,CoreMaterial,label,PrecastConcrete +STR,Wall(STR),Wall,Wall Basics,Nominal Thickness Measure,length,0.250 +STR,Wall(STR),Wall,Wall Basics,Effective Thickness,length,0.220 +STR,Wall(STR),Wall,Wall Basics,Overall Height,length,3.20 +STR,Wall(STR),Wall,Wall Basics,WallType,label,Shear +STR,Wall(STR),Wall,Wall Basics,Design LiveLoad,float,3.0 +STR,Wall(STR),Wall,Wall Basics,Design WindLoad,float,1.2 +STR,Wall(STR),Wall,Wall Basics,Fire Resistance Level,label,EI90 +STR,Wall(STR),Wall,Wall Basics,Heat Loss Coefficient,float,0.28 +STR,Wall(STR),Wall,Concrete Specification,ConcreteGrade,label,C40/50 +STR,Wall(STR),Wall,Concrete Specification,Cover Depth,length,0.025 +STR,Wall(STR),Wall,Concrete Specification,ReinforcementArea,area,0.003 +STR,Wall(STR),Wall,Concrete Specification,Rebar Spacing,length,0.125 +STR,Wall(STR),Wall,Concrete Specification,Fabrication Location,label,Factory +STR,Wall(STR),Wall,Reinforcement Layout,VerticalBarArea,area,0.000245 +STR,Wall(STR),Wall,Reinforcement Layout,VerticalBarCount,integer,8 +STR,Wall(STR),Wall,Reinforcement Layout,VerticalBarSpacing,length,0.120 +STR,Wall(STR),Wall,Reinforcement Layout,HorizontalBarArea,area,0.000314 +STR,Wall(STR),Wall,Reinforcement Layout,HorizontalBarSpacing,length,0.180 +STR,Wall(STR),Wall,Reinforcement Layout,ShearReinforcement,label,Mesh +STR,Wall(STR),Wall,Masonry,MasonryUnitType,text,CalciumSilicate +STR,Wall(STR),Wall,Masonry,MasonryUnitStrength,label,M7.5 +STR,Wall(STR),Wall,Masonry,MortarType,label,TypeM +STR,Wall(STR),Wall,Masonry,BedJointThickness,length,0.008 +STR,Wall(STR),Wall,Steel Stud,StudSpacing,length,0.450 +STR,Wall(STR),Wall,Steel Stud,StudSection,label,Z-section +STR,Wall(STR),Wall,Steel Stud,BracketType,label,Adjustable +STR,Wall(STR),Wall,Steel Stud,InsulationType,label,RockWool +STR,Wall(STR),Wall,Prefab,PanelType,label,GFRC +STR,Wall(STR),Wall,Prefab,JointStyle,label,Grouted +STR,Wall(STR),Wall,Prefab,LiftingAnchorPositions,text,Bottom-left +STR,Wall(STR),Wall,Prefab,PanelWeight,float,320.0 +STR,Wall(STR),Wall,Prefab,LotTrackingId,label,LOT-2025-09 +STR,Wall(STR),Wall,Retaining Wall,RetainedMaterial,label,Rock +STR,Wall(STR),Wall,Retaining Wall,BackfillSlope,float,1.8 +STR,Wall(STR),Wall,Retaining Wall,SoilPressureAtBase,float,150.0 +STR,Wall(STR),Wall,Retaining Wall,ToeLength,length,0.55 +STR,Wall(STR),Wall,Retaining Wall,HeelLength,length,0.65 +STR,Wall(STR),Wall,Openings,HasOpenings,boolean,false +STR,Wall(STR),Wall,Openings,OpeningsCount,integer,1 +STR,Wall(STR),Wall,Openings,TotalOpeningArea,area,0.90 +STR,Wall(STR),Wall,Openings,PenetrationsCount,integer,0 +STR,Wall(STR),Wall,Construction,FormworkType,label,Steel +STR,Wall(STR),Wall,Construction,TemporarySupportRequired,boolean,false +STR,Wall(STR),Wall,Construction,CuringTime,integer,10 +STR,Wall(STR),Wall,Construction,InstallationSequence,label,Segmental +STR,Wall(STR),Wall,Manufacturer Info,Brand,label,NeoWall +STR,Wall(STR),Wall,Manufacturer Info,Model Code,label,WL-3030-B +STR,Wall(STR),Wall,Product Materials,Overall Length,length,5.5 +STR,Wall(STR),Wall,Quantities,Overall Height,length,3.20 +STR,Wall(STR),Wall,Quantities,Overall Side Area,area,19.2 +STR,Wall(STR),Wall,Quantities,Overall Volume,volume,5.10 +STR,Wall(STR),Wall,Quantities,Effective Volume,volume,4.85 +STR,Wall(STR),Wall,Quantities,Overall Width,length,0.250 +STR,Wall(STR),Wall,Quantities,Overall Weight,float,2100.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_078_IFCWALL.csv b/data/input_csv/IFC2X3/IFC2X3_078_IFCWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..3286835d9576e4b66790ce4daa853e534c0accdc --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_078_IFCWALL.csv @@ -0,0 +1,40 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +構造,耐力壁,IfcWall,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,W-101 +構造,耐力壁,IfcWall,EnvironmentalImpactIndicators,Reference,IfcIdentifier,耐力壁 +構造,耐力壁,IfcWall,EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,2F +構造,耐力壁,IfcWall,Pset_ReinforcementBarPitchOfWall,Description,IfcText,Fc24 +構造,耐力壁,IfcWall,EnvironmentalCondition,MaximumRainIntensity,IfcReal,150 +構造,耐力壁,IfcWall,Pset_ReinforcementBarPitchOfWall,Reference,IfcLabel,ダブル配筋 +構造,耐力壁,IfcWall,Uncertainty,UncertaintyDescription,IfcText,D13 +構造,耐力壁,IfcWall,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,D16 +構造,耐力壁,IfcWall,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,200 +構造,耐力壁,IfcWall,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,D10 +構造,耐力壁,IfcWall,PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,DOC-WALL-TR-01 +構造,耐力壁,IfcWall,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.50 +構造,耐力壁,IfcWall,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,W-102 +構造,耐力壁,IfcWall,Condition,AssessmentDescription,IfcText,壁種別を確認 +構造,耐力壁,IfcWall,Pset_WallCommon,Combustible,IfcBoolean,true +構造,耐力壁,IfcWall,Pset_WallCommon,IsExternal,IfcBoolean,false +構造,耐力壁,IfcWall,Pset_WallCommon,LoadBearing,IfcBoolean,true +構造,耐力壁,IfcWall,Risk,RiskName,IfcLabel,ひび割れ +構造,耐力壁,IfcWall,Tolerance,ToleranceDescription,IfcText,Fc21 +構造,耐力壁,IfcWall,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,18 +構造,耐力壁,IfcWall,EnvironmentalCondition,SeismicResistance,IfcReal,0.6 +構造,耐力壁,IfcWall,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,200 +構造,耐力壁,IfcWall,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +構造,耐力壁,IfcWall,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,288.15 +構造,耐力壁,IfcWall,EnvironmentalCondition,SaltMistLevel,IfcLabel,高塩害 +構造,耐力壁,IfcWall,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,200 +構造,耐力壁,IfcWall,Pset_WallCommon,ExtendToStructure,IfcBoolean,false +構造,耐力壁,IfcWall,Pset_WallCommon,Compartmentation,IfcBoolean,false +構造,耐力壁,IfcWall,Pset_Warranty,IsExtendedWarranty,IfcBoolean,false +構造,耐力壁,IfcWall,Pset_WallCommon,Reference,IfcIdentifier,VERTICAL +構造,耐力壁,IfcWall,EnvironmentalImpactIndicators,IndicatorsUnit,IfcText,水平配筋基準 +構造,耐力壁,IfcWall,PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,ダブル配筋 +構造,耐力壁,IfcWall,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,303.15 +構造,耐力壁,IfcWall,EnvironmentalCondition,SmokeLevel,IfcLabel,中煙環境 +構造,耐力壁,IfcWall,PrecastConcreteElementGeneral,PieceMark,IfcLabel,D10 +構造,耐力壁,IfcWall,PrecastConcreteElementGeneral,DesignLocationNumber,IfcLabel,D13 +構造,耐力壁,IfcWall,EnvironmentalImpactIndicators,ClimateChangePerUnit,IfcMassMeasure,200 +構造,耐力壁,IfcWall,Condition,AssessmentCondition,IfcLabel,施工完了時 +構造,耐力壁,IfcWall,Pset_ManufacturerOccurrence,SerialNumber,IfcIdentifier,D13 diff --git a/data/input_csv/IFC2X3/IFC2X3_079_IFCSANITARYTERMINALTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_079_IFCSANITARYTERMINALTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..5c29c693c3cf83f3922e5ccbbc284b37d5a9b5e5 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_079_IFCSANITARYTERMINALTYPE.csv @@ -0,0 +1,48 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),流量評価,器具給水係数[点],実数,2.8 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),個体台帳,採用ユニット数,整数,7 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),洗浄制御,洗浄方式,ラベル,サイホンゼット式 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),給水計画,標準洗浄量[L/回],整数,5 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),排水計画,排水算定指数,整数,2 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),再利用水条件,再生水需要係数,実数,1.7 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),給水計画,上水算定指数,整数,3 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),供給評価,WFU換算値,整数,1 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),供給評価,CWFU換算係数,実数,1.1 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),供給評価,HWFU換算係数,実数,0.9 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),機種構成,本体採用型式,ラベル,CTS-820R +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),機種構成,洗浄弁採用型式,ラベル,FV-211K +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),機種構成,便座採用型式,ラベル,SW-44N +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),機種構成,固定金物採用型式,ラベル,BRK-820S +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),同梱構成,標準同梱品,ラベル,止水栓セット +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),管理記録,資産管理番号,ラベル,SAN-2025-1142 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),管理記録,設置基準日,日付,2025-03-14 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),個体台帳,管理対象台数,整数,9 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),エネルギー参照,ガス換算消費量[Nm3/h],実数,0.0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),エネルギー参照,蒸気換算消費量[kg/h],整数,0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),エネルギー参照,補助熱源区分,ラベル,非燃焼機器 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),エネルギー参照,液体燃料換算量[l/h],実数,0.0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),圧力条件,耐圧試験基準[kPa],整数,750 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),圧力条件,標準使用圧[kPa],整数,180 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),圧力条件,許容最高圧[kPa],整数,300 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),温熱条件,洗浄湯設定温度[℃],実数,38.5 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),温熱条件,給湯入口温度[℃],実数,55.0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),温熱条件,便座設定温度[℃],実数,34.0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),損失評価,温水系圧損[kPa],整数,18 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),流体条件,瞬時給水量[l/min],整数,13 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),流体条件,瞬時給湯量[l/min],整数,4 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),流体条件,適用容量区分[号],整数,12 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),流体条件,循環設定流量,整数,0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),資料参照,技術資料リンク,ラベル,https://assets.sample-facility.jp/docs/plumbing/cts-820r_tech.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),資料参照,部品一覧ファイル,ラベル,cts-820r_partslist_rev2.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),資料参照,部品一覧リンク,ラベル,https://assets.sample-facility.jp/docs/plumbing/cts-820r_partslist_rev2.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),施工参照,施工手順ファイル,ラベル,cts-820r_installguide.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),施工参照,施工手順リンク,ラベル,https://assets.sample-facility.jp/docs/plumbing/cts-820r_installguide.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),保守参照,保守要領ファイル,ラベル,cts-820r_servicebook.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),保守参照,保守要領リンク,ラベル,https://assets.sample-facility.jp/docs/plumbing/cts-820r_servicebook.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),同梱構成,付属資料一覧,ラベル,cts-820r_accessorysheet.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),図面参照,納まり図ファイル,ラベル,cts-820r_detail.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),図面参照,仕様図ファイル,ラベル,cts-820r_specdrawing.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),図面参照,仕様図リンク,ラベル,https://assets.sample-facility.jp/drawings/plumbing/cts-820r_specdrawing.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),接続寸法,給水接続径[mm],長さ,15 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),接続寸法,給湯接続径[mm],長さ,10 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),接続寸法,排水芯高さ[mm],長さ,180 diff --git a/data/input_csv/IFC2X3/IFC2X3_080_IFCSANITARYTERMINALTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_080_IFCSANITARYTERMINALTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..d05c563a44d398b2f5559be735755c8a24eedcff --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_080_IFCSANITARYTERMINALTYPE.csv @@ -0,0 +1,48 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,給水負荷単位 [水栓],実数,3.2 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,給水負荷単位 [洗浄],整数,5 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,給水量情報,ラベル,変流量方式 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,洗浄水量 [L/回],整数,5 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,上水負荷単位,整数,3 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,中水負荷単位,実数,2 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,汚水負荷単位,整数,2 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,機械,WFU,整数,3 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,機械,CWFU,実数,1.2 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,機械,HWFU,実数,0.8 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,データ,参考品番A,ラベル,WSU-120 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,データ,参考付属品番A,ラベル,WSU-120-ACC +設備,便器・洗面器・流し,衛生器具ユニットタイプ,データ,参考品番B,ラベル,HWS-65 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,データ,参考付属品番B,ラベル,HWS-65-ACC +設備,便器・洗面器・流し,衛生器具ユニットタイプ,データ,付属品,ラベル,取付ボルト一式 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,その他,製造番号,ラベル,2025-WSU-00312 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,その他,設置年月,日付,2025-07-24 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,その他,個数,整数,4 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,消費量仕様情報,ガス消費量 [Nm3/h],実数,4.2 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,消費量仕様情報,蒸気消費量 [kg/h],整数,80 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,消費量仕様情報,燃料種別,ラベル,LPガス +設備,便器・洗面器・流し,衛生器具ユニットタイプ,消費量仕様情報,油消費量 [l/h],実数,0 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水圧力仕様情報,コイル耐圧 [kPa],整数,1000 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水圧力仕様情報,圧力 [kPa],整数,120 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水圧力仕様情報,最高使用圧力 [kPa],整数,150 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水温度仕様情報,温水温度 [℃],実数,42 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水温度仕様情報,給湯水温度 [℃],実数,55 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水温度仕様情報,沸き上げ温度 [℃],実数,38 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水抵抗仕様情報,温水圧力損失 [kPa],整数,45 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水量仕様情報,温水量 [l/min],整数,28 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水量仕様情報,給湯量 [l/min],整数,28 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水量仕様情報,号数 [号],整数,24 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水量仕様情報,風呂追焚循環量,整数,0 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,テクニカルドキュメントURL,テキスト,https://example.com/docs/WSU-120/tech +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,構成部品リスト,ラベル,parts_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,構成部品リストURL,テキスト,https://example.com/docs/WSU-120/parts +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,施工要領,ラベル,install_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,施工要領URL,テキスト,https://example.com/docs/WSU-120/install +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,取扱・保守要領,ラベル,manual_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,取扱・保守要領URL,テキスト,https://example.com/docs/WSU-120/manual +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,付属品リスト,ラベル,accessories_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図面仕様情報,構造図,ラベル,struct_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図面仕様情報,仕様図,ラベル,spec_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図面仕様情報,仕様図URL,テキスト,https://example.com/docs/WSU-120/spec +設備,便器・洗面器・流し,衛生器具ユニットタイプ,配管接続口仕様情報,給水接続口 [mm],長さ,20 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,配管接続口仕様情報,給湯接続口 [mm],長さ,15 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,配管接続口仕様情報,排水接続口 [mm],長さ,32 diff --git a/data/input_csv/IFC2X3/IFC2X3_081_IFCVALVETYPE.csv b/data/input_csv/IFC2X3/IFC2X3_081_IFCVALVETYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..cf1a2d61bc977389092a09213b3ca672a2ea884c --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_081_IFCVALVETYPE.csv @@ -0,0 +1,43 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +MEP,Valve,IfcValveType,ValveTypeCommon,Reference,IfcIdentifier,Valve-A1 +MEP,Valve,IfcValveType,ValveTypeCommon,Status,IfcLabel,New +MEP,Valve,IfcValveType,ManufacturerTypeInformation,Manufacturer,IfcLabel,ValveWorksInc +MEP,Valve,IfcValveType,ManufacturerTypeInformation,ModelLabel,IfcLabel,VV-2025-A +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,ValvePattern,IfcLabel,Straight 2 Port +MEP,Valve,IfcValveType,MaintenanceStrategy,MonitoringType,IfcLabel,RoutineInspection +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,Size,IfcPositiveLengthMeasure,0.050 +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,ValveOperation,IfcLabel,Lever +MEP,Valve,IfcValveType,ConstructionAdministration,ProcurementMethod,IfcLabel,Vendor supply +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,FlowCoefficient,IfcReal,12.0 +MEP,Valve,IfcValveType,ElementSize,NominalLength,IfcPositiveLengthMeasure,0.200 +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,CloseOffRating,IfcPressureMeasure,1.6 +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,WorkingPressure,IfcPressureMeasure,1.6 +MEP,Valve,IfcValveType,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,150.0 +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,ValveMechanism,IfcLabel,Ball +MEP,Valve,IfcValveType,Warranty,IsExtendedWarranty,IfcBoolean,true +MEP,Valve,IfcValveType,MaintenanceTriggerPerformance,DisposalLevel,IfcReal,12.5 +MEP,Valve,IfcValveType,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,14.5 +MEP,Valve,IfcValveType,MaintenanceTriggerPerformance,PerformanceMaintenanceLevel,IfcReal,0.50 +MEP,Valve,IfcValveType,MaintenanceTriggerPerformance,ReplacementLevel,IfcReal,0.01 +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,TestPressure,IfcPressureMeasure,0.10 +MEP,Valve,IfcValveType,ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,24 +MEP,Valve,IfcValveType,ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcInteger,1 +MEP,Valve,IfcValveType,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,5000000 +MEP,Valve,IfcValveType,Condition,AssessmentCondition,IfcLabel,Commissioning +MEP,Valve,IfcValveType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,4-20mA signal spec +MEP,Valve,IfcValveType,Condition,AssessmentType,IfcLabel,MaterialInspection +MEP,Valve,IfcValveType,Risk,AssociatedProduct,IfcLabel,Stainless steel trim +MEP,Valve,IfcValveType,Warranty,Exclusions,IfcText,PTFE seat excluded from abrasive service +MEP,Valve,IfcValveType,ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,09506000123456 +MEP,Valve,IfcValveType,Warranty,WarrantyContent,IfcText,Epoxy coated body +MEP,Valve,IfcValveType,ElectricalDeviceCommon,IP_Code,IfcLabel,IP65 +MEP,Valve,IfcValveType,ElectricalDeviceCommon,IK_Code,IfcLabel,IK08 +MEP,Valve,IfcValveType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +MEP,Valve,IfcValveType,Risk,MitigationPlanned,IfcLabel,Padlock provision +MEP,Valve,IfcValveType,EnvironmentalImpactValues,LeadOutTime,IfcDuration,P5D +MEP,Valve,IfcValveType,Condition,AssessmentDescription,IfcText,Valve operation verified during commissioning +MEP,Valve,IfcValveType,ElementSize,NominalHeight,IfcPositiveLengthMeasure,1.20 +MEP,Valve,IfcValveType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P1D +MEP,Valve,IfcValveType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,Double block configuration +MEP,Valve,IfcValveType,MaintenanceStrategy,AssetCriticality,IfcLabel,Moderate +MEP,Valve,IfcValveType,ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 diff --git a/data/input_csv/IFC2X3/IFC2X3_082_IFCVALVETYPE.csv b/data/input_csv/IFC2X3/IFC2X3_082_IFCVALVETYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..092ce4a7cb62388b5d1ca9bd9472f9ff2a104323 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_082_IFCVALVETYPE.csv @@ -0,0 +1,59 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,2 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,1 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,25 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,50 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,0.95 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +設備,バルブ,IfcValveType,ElectricalDeviceCommon,IP_Code,IfcLabel,IP54 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,IK_Code,IfcLabel,IK08 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,EarthingStyle,IfcLabel,TN-S +設備,バルブ,IfcValveType,ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,32 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,Power,IfcPowerMeasure,0.2 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,0.1 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,2 +設備,バルブ,IfcValveType,Pset_ValveTypeCommon,Size,IfcPositiveLengthMeasure,0.020 +設備,バルブ,IfcValveType,Pset_ValveTypeCommon,TestPressure,IfcPressureMeasure,2.5 +設備,バルブ,IfcValveType,Pset_ValveTypeCommon,WorkingPressure,IfcPressureMeasure,1.0 +設備,バルブ,IfcValveType,Pset_ValveTypeCommon,FlowCoefficient,IfcReal,1.0 +設備,バルブ,IfcValveType,Pset_ValveTypeCommon,CloseOffRating,IfcPressureMeasure,1.0 +設備,バルブ,IfcValveType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.45 +設備,バルブ,IfcValveType,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,293.15 +設備,バルブ,IfcValveType,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +設備,バルブ,IfcValveType,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,278.15 +設備,バルブ,IfcValveType,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,313.15 +設備,バルブ,IfcValveType,EnvironmentalCondition,MaximumRainIntensity,IfcReal,25 +設備,バルブ,IfcValveType,EnvironmentalCondition,SaltMistLevel,IfcLabel,低塩害 +設備,バルブ,IfcValveType,EnvironmentalCondition,SeismicResistance,IfcReal,0.6 +設備,バルブ,IfcValveType,EnvironmentalCondition,SmokeLevel,IfcLabel,低煙環境 +設備,バルブ,IfcValveType,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,800 +設備,バルブ,IfcValveType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P1D +設備,バルブ,IfcValveType,ValveTypeCommon,Reference,IfcIdentifier,CHW-25A +設備,バルブ,IfcValveType,ManufacturerTypeInformation,ModelLabel,IfcLabel,CHW-A25-ACC +設備,バルブ,IfcValveType,ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,HWS-20A +設備,バルブ,IfcValveType,Condition,AssessmentDescription,IfcText,付属品の有無を確認 +設備,バルブ,IfcValveType,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,1 +設備,バルブ,IfcValveType,Condition,AssessmentDate,IfcDate,2021-09-24 +設備,バルブ,IfcValveType,MaintenanceTriggerPerformance,PerformanceMaintenanceLevel,IfcReal,1 +設備,バルブ,IfcValveType,MaintenanceTriggerPerformance,ReplacementLevel,IfcReal,0 +設備,バルブ,IfcValveType,ManufacturerTypeInformation,Manufacturer,IfcLabel,A社 +設備,バルブ,IfcValveType,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-VLV-OPS-01 +設備,バルブ,IfcValveType,Condition,LastAssessmentReport,IfcLabel,RPT-VLV-2025-01 +設備,バルブ,IfcValveType,Risk,AssociatedActivity,IfcLabel,設備 +設備,バルブ,IfcValveType,Warranty,WarrantyIdentifier,IfcIdentifier,WR-VLV-2025-01 +設備,バルブ,IfcValveType,Pset_ValveTypeCommon,ValvePattern,IfcLabel,直線2ポート +設備,バルブ,IfcValveType,MaintenanceTriggerPerformance,DisposalLevel,IfcReal,0 +設備,バルブ,IfcValveType,Warranty,PointOfContact,IfcLabel,設備保全部門 +設備,バルブ,IfcValveType,Warranty,WarrantyStartDate,IfcDate,2020-03-23 +設備,バルブ,IfcValveType,Warranty,WarrantyContent,IfcText,定期点検契約を含む +設備,バルブ,IfcValveType,Risk,AssociatedLocation,IfcLabel,JPN +設備,バルブ,IfcValveType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,Rebro +設備,バルブ,IfcValveType,MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P10D +設備,バルブ,IfcValveType,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,2 +設備,バルブ,IfcValveType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,JIS B0000 +設備,バルブ,IfcValveType,Condition,AssessmentType,IfcLabel,材質確認 +設備,バルブ,IfcValveType,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,305 +設備,バルブ,IfcValveType,ElementSize,NominalWidth,IfcPositiveLengthMeasure,0.225 +設備,バルブ,IfcValveType,ElementSize,NominalHeight,IfcPositiveLengthMeasure,0.595 +設備,バルブ,IfcValveType,Pset_ValveTypeCommon,ValveOperation,IfcLabel,手動ハンドル +設備,バルブ,IfcValveType,MaintenanceTriggerDuration,DurationTargetPerformance,IfcDuration,P25D diff --git a/data/input_csv/IFC2X3/IFC2X3_083_IFCLIGHTFIXTURETYPE.csv b/data/input_csv/IFC2X3/IFC2X3_083_IFCLIGHTFIXTURETYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..d2505a9580d67f4e44f412e7576548ab5aacf55e --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_083_IFCLIGHTFIXTURETYPE.csv @@ -0,0 +1,45 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +MEP,LightFixture,Light Fixture Type,Product Basics,BrandName,label,LightCo +MEP,LightFixture,Light Fixture Type,Product Basics,Model,label,LF-2025-A +MEP,LightFixture,Light Fixture Type,Product Basics,ExteriorTone,label,White +MEP,LightFixture,Light Fixture Type,Product Basics,InstallMethod,text,Recessed +MEP,LightFixture,Light Fixture Type,Product Basics,Mounting Height,length,2.70 +MEP,LightFixture,Light Fixture Type,Product Basics,UnitMass,float,3.5 +MEP,LightFixture,Light Fixture Type,Product Basics,Overall Size,text,0.200x0.150x0.080 +MEP,LightFixture,Light Fixture Type,Electrical,RatedOutput,float,36.0 +MEP,LightFixture,Light Fixture Type,Electrical,SupplyVolt,float,230.0 +MEP,LightFixture,Light Fixture Type,Electrical,LoadAmp,float,0.16 +MEP,LightFixture,Light Fixture Type,Electrical,Driver,label,ConstantCurrent +MEP,LightFixture,Light Fixture Type,Electrical,Dimming,label,0-10V +MEP,LightFixture,Light Fixture Type,Electrical,Control Protocol,label,DALI +MEP,LightFixture,Light Fixture Type,Electrical,Emergency Mode,boolean,true +MEP,LightFixture,Light Fixture Type,Electrical,Emergency Duration,integer,180 +MEP,LightFixture,Light Fixture Type,Photometry,Luminous Flux,float,3000.0 +MEP,LightFixture,Light Fixture Type,Photometry,Efficacy,float,100.0 +MEP,LightFixture,Light Fixture Type,Photometry,CCT,integer,30 +MEP,LightFixture,Light Fixture Type,Photometry,CRI,float,80.0 +MEP,LightFixture,Light Fixture Type,Photometry,Beam Angle,float,30.0 +MEP,LightFixture,Light Fixture Type,Photometry,UGR,float,19.0 +MEP,LightFixture,Light Fixture Type,Photometry,IES File,label,luminaireA.ies +MEP,LightFixture,Light Fixture Type,Performance,Rated Life,integer,5 +MEP,LightFixture,Light Fixture Type,Performance,Lumen Maintenance,float,0.70 +MEP,LightFixture,Light Fixture Type,Performance,Failure Rate,float,0.0001 +MEP,LightFixture,Light Fixture Type,Performance,Energy Class,label,A +MEP,LightFixture,Light Fixture Type,Protection Ratings,IP Rating,label,IP65 +MEP,LightFixture,Light Fixture Type,Protection Ratings,IK Rating,label,IK08 +MEP,LightFixture,Light Fixture Type,Protection Ratings,Operating Temp Range,label,-20 +MEP,LightFixture,Light Fixture Type,Controls,Occupancy Sensor,boolean,true +MEP,LightFixture,Light Fixture Type,Controls,Daylight Sensor,boolean,true +MEP,LightFixture,Light Fixture Type,Controls,Dimming Control,boolean,true +MEP,LightFixture,Light Fixture Type,Controls,Emergency Battery,boolean,true +MEP,LightFixture,Light Fixture Type,Installation,Fixing Points,integer,4 +MEP,LightFixture,Light Fixture Type,Installation,Maintenance Clearance,length,0.50 +MEP,LightFixture,Light Fixture Type,Installation,Junction Box Position,label,Center +MEP,LightFixture,Light Fixture Type,Installation,Installation Date,date,2025-08-01 +MEP,LightFixture,Light Fixture Type,Installation,Handling Notes,text,Install with bracket kit; do not drop +MEP,LightFixture,Light Fixture Type,Maintenance,Maintenance Interval,integer,180 +MEP,LightFixture,Light Fixture Type,Maintenance,Spare Parts,label,DriverKit +MEP,LightFixture,Light Fixture Type,Maintenance,Cleaning,label,WipeClean +MEP,LightFixture,Light Fixture Type,Maintenance,Warranty Years,float,3.0 +MEP,LightFixture,Light Fixture Type,Production,Lot ID,label,LOT-2025-01 +MEP,LightFixture,Light Fixture Type,Quantities,Gross Weight,float,4.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_084_IFCLIGHTFIXTURETYPE.csv b/data/input_csv/IFC2X3/IFC2X3_084_IFCLIGHTFIXTURETYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..1be11cd6c0a8acdb36169ae2198a841d70b44932 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_084_IFCLIGHTFIXTURETYPE.csv @@ -0,0 +1,45 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +MEP,LightFixture,IfcLightFixtureType,ManufacturerTypeInformation,Manufacturer,IfcLabel,LumenWorks +MEP,LightFixture,IfcLightFixtureType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,LW-1450 +MEP,LightFixture,IfcLightFixtureType,Condition,AssessmentDescription,IfcText,ExteriorTone: MatteWhite +MEP,LightFixture,IfcLightFixtureType,MaintenanceStrategy,MonitoringType,IfcLabel,RoutineInspection +MEP,LightFixture,IfcLightFixtureType,Pset_LightFixtureTypeCommon,TotalWattage,IfcPowerMeasure,2.50 +MEP,LightFixture,IfcLightFixtureType,LightFixtureTypeCommon,NumberOfSources,IfcCountMeasure,4 +MEP,LightFixture,IfcLightFixtureType,ElementSize,NominalLength,IfcPositiveLengthMeasure,0.240 +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,Power,IfcPowerMeasure,18.0 +MEP,LightFixture,IfcLightFixtureType,LightFixtureTypeCommon,MaximumPlenumSensibleLoad,IfcPowerMeasure,120.0 +MEP,LightFixture,IfcLightFixtureType,LightFixtureTypeCommon,MaximumSpaceSensibleLoad,IfcPowerMeasure,0.15 +MEP,LightFixture,IfcLightFixtureType,Condition,AssessmentType,IfcLabel,ElectricalInspection +MEP,LightFixture,IfcLightFixtureType,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,SAFE-LGT-01 +MEP,LightFixture,IfcLightFixtureType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,DALI-2 +MEP,LightFixture,IfcLightFixtureType,LightFixtureTypeCommon,Status,IfcLabel,Existing +MEP,LightFixture,IfcLightFixtureType,EnvironmentalImpactValues,Duration,IfcDuration,P90D +MEP,LightFixture,IfcLightFixtureType,LightFixtureTypeCommon,SensibleLoadToRadiant,IfcPositiveRatioMeasure,0.25 +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,110 +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,0.065 +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,90.0 +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,24.0 +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,0.85 +MEP,LightFixture,IfcLightFixtureType,LightFixtureTypeCommon,Reference,IfcIdentifier,spotX.ies +MEP,LightFixture,IfcLightFixtureType,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,293.15 +MEP,LightFixture,IfcLightFixtureType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.82 +MEP,LightFixture,IfcLightFixtureType,Pset_LightFixtureTypeCommon,MaintenanceFactor,IfcReal,0.0002 +MEP,LightFixture,IfcLightFixtureType,Condition,AssessmentCondition,IfcLabel,Commissioning +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,IP_Code,IfcLabel,IP54 +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,IK_Code,IfcLabel,IK07 +MEP,LightFixture,IfcLightFixtureType,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,-25 +MEP,LightFixture,IfcLightFixtureType,Warranty,IsExtendedWarranty,IfcBoolean,true +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +MEP,LightFixture,IfcLightFixtureType,ServiceLife,ServiceLifeDuration,IfcDuration,P5Y +MEP,LightFixture,IfcLightFixtureType,ServiceLife,MeanTimeBetweenFailure,IfcDuration,P1Y +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,1 +MEP,LightFixture,IfcLightFixtureType,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,400 +MEP,LightFixture,IfcLightFixtureType,ManufacturerTypeInformation,ModelReference,IfcLabel,Left junction box +MEP,LightFixture,IfcLightFixtureType,Tolerance,ToleranceDescription,IfcText,Mounting alignment tolerance +MEP,LightFixture,IfcLightFixtureType,Warranty,WarrantyContent,IfcText,Secure with safety tether; isolate power before service +MEP,LightFixture,IfcLightFixtureType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P90D +MEP,LightFixture,IfcLightFixtureType,ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,DiffuserPanel +MEP,LightFixture,IfcLightFixtureType,Warranty,Exclusions,IfcText,Clean with compressed air only +MEP,LightFixture,IfcLightFixtureType,Warranty,WarrantyPeriod,IfcDuration,P2Y +MEP,LightFixture,IfcLightFixtureType,ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-LGT-01 +MEP,LightFixture,IfcLightFixtureType,LightFixtureBaseQuantities,GrossWeight,IfcMassMeasure,4.7 diff --git a/data/input_csv/IFC2X3/IFC2X3_085_IFCHEATEXCHANGERTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_085_IFCHEATEXCHANGERTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..30da521729fcc345a6c936abb5d1930b2f57a45a --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_085_IFCHEATEXCHANGERTYPE.csv @@ -0,0 +1,62 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,Brand,label,HeatExchCo +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,Model Code,label,HEX-3000A +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,TypeDescription,label,ShellAndTube +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,CoreMaterial,label,StainlessSteel +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,Mounting Direction,label,Horizontal +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,Unit Weight,float,250.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,OverallDimensions,label,1.20x0.60x0.80 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,Duty,float,120.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,UAValue,float,800.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,OverallHeatTransferCoefficient,float,450.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,ApproachTemperature,float,5.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,LMTD,float,12.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,Efficiency,float,0.85 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,Fouling Coefficient,float,0.00020 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,MaxOperatingPressure,float,10.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,MaxDesignTemperature,float,200.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,MinDesignTemperature,float,-20.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryInletConnectionSize,length,0.050 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryOutletConnectionSize,length,0.050 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryInletConnectionSize,length,0.025 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryOutletConnectionSize,length,0.025 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryDesignFlowRate,float,2.5 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryDesignFlowRate,float,1.8 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryInletTemp,float,80.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryOutletTemp,float,60.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryInletTemp,float,30.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryOutletTemp,float,45.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryPressureDrop,float,0.12 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryPressureDrop,float,0.08 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,ConnectionOrientation,label,Top +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,NumberOfConnections,integer,4 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,HeatTransferArea,area,12.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,NumberOfPasses,integer,2 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,Count Of Tubes,integer,120 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,ShellDiameter,length,0.600 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,PlateThickness,length,0.005 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,PlateType,label,FramePlate +MEP,HeatExchanger(MEP),Heat Exchanger Type,Materials,Shell Material Type,label,CarbonSteel +MEP,HeatExchanger(MEP),Heat Exchanger Type,Materials,TubeMaterial,label,Copper +MEP,HeatExchanger(MEP),Heat Exchanger Type,Materials,PlateMaterial,label,StainlessSteel +MEP,HeatExchanger(MEP),Heat Exchanger Type,Materials,GasketMaterial,label,Nitrile +MEP,HeatExchanger(MEP),Heat Exchanger Type,Materials,CorrosionAllowance,length,0.002 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,HasBypassValve,boolean,true +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,BypassValveSize,length,0.050 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,HasIsolationValves,boolean,true +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,HasTemperatureSensors,boolean,true +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,HasPressureSensors,boolean,true +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,ControlSignalType,label,4-20mA +MEP,HeatExchanger(MEP),Heat Exchanger Type,Installation,Install Date,date,2025-08-01 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Installation,MountingPoints,integer,4 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Installation,AnchorageRequirements,text,Concrete anchor M16 at 4 corners +MEP,HeatExchanger(MEP),Heat Exchanger Type,Installation,ClearanceForMaintenance,length,0.600 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Installation,InsulationType,label,PIR +MEP,HeatExchanger(MEP),Heat Exchanger Type,Maintenance,RecommendedCleaningInterval,integer,365 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Maintenance,AccessForInspection,label,HatchAccess +MEP,HeatExchanger(MEP),Heat Exchanger Type,Maintenance,SparePartsList,text,Spare gaskets;Tube bundle kit;Fixing bolts set +MEP,HeatExchanger(MEP),Heat Exchanger Type,Maintenance,Expected Service Life,integer,20 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Manufacturer Info,Brand,label,HeatExchCo +MEP,HeatExchanger(MEP),Heat Exchanger Type,Manufacturer Info,Model Code,label,HEX-3000A +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Materials,Lot Code,label,LOT-2025-01 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Quantities,Overall Weight,float,270.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_086_IFCHEATEXCHANGERTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_086_IFCHEATEXCHANGERTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..3c393daa6db8651463e3786a653df3659e5acb86 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_086_IFCHEATEXCHANGERTYPE.csv @@ -0,0 +1,57 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalImpactIndicators,Reference,IfcIdentifier,AC/GC +設備,熱交換器,IfcHeatExchangerType,EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,直入 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,false +設備,熱交換器,IfcHeatExchangerType,Uncertainty,UncertaintyDescription,IfcText,付属スイッチ +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,50 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,4 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,0.95 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,3 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,1 +設備,熱交換器,IfcHeatExchangerType,ManufacturerTypeInformation,ModelReference,IfcLabel,HEX-AC200-01 +設備,熱交換器,IfcHeatExchangerType,Warranty,IsExtendedWarranty,IfcBoolean,false +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerDuration,DurationTargetPerformance,IfcDuration,P65D +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P71D +設備,熱交換器,IfcHeatExchangerType,MaintenanceStrategy,AssetCriticality,IfcLabel,High +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P0D +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,0 +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerDuration,DurationDisposalLevel,IfcDuration,P250D +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,250 +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerPerformance,PerformanceMaintenanceLevel,IfcReal,100000 +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerPerformance,ReplacementLevel,IfcReal,250 +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerPerformance,DisposalLevel,IfcReal,0 +設備,熱交換器,IfcHeatExchangerType,ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,2024-LED-00123 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalImpactIndicators,ExpectedServiceLife,IfcTimeMeasure,15 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,12 +設備,熱交換器,IfcHeatExchangerType,ManufacturerTypeInformation,ModelLabel,IfcLabel,HEU-1F-1 +設備,熱交換器,IfcHeatExchangerType,Condition,AssessmentDescription,IfcText,本体外観に異常なし +設備,熱交換器,IfcHeatExchangerType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,HEU +設備,熱交換器,IfcHeatExchangerType,HeatExchangerTypeCommon,Reference,IfcIdentifier,低層系統 +設備,熱交換器,IfcHeatExchangerType,ConstructionAdministration,ProcurementMethod,IfcLabel,機器一式調達 +設備,熱交換器,IfcHeatExchangerType,Condition,AssessmentCondition,IfcLabel,運転時 +設備,熱交換器,IfcHeatExchangerType,Condition,AssessmentType,IfcLabel,仕様確認 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,Power,IfcPowerMeasure,1000 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,0.3 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,293.15 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.60 +設備,熱交換器,IfcHeatExchangerType,ElementSize,NominalLength,IfcPositiveLengthMeasure,1.0 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,10 +設備,熱交換器,IfcHeatExchangerType,ElementSize,NominalWidth,IfcPositiveLengthMeasure,1.0 +設備,熱交換器,IfcHeatExchangerType,HeatExchangerTypeCommon,FlowArrangement,IfcLabel,対向流 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,100 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,0 +設備,熱交換器,IfcHeatExchangerType,ElementSize,NominalHeight,IfcPositiveLengthMeasure,0.2 +設備,熱交換器,IfcHeatExchangerType,ElementKinematics,MinimumTime,IfcTimeMeasure,0.5 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,303.15 +設備,熱交換器,IfcHeatExchangerType,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,100 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,MaximumRainIntensity,IfcReal,10 +設備,熱交換器,IfcHeatExchangerType,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,500 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,SaltMistLevel,IfcLabel,高湿環境 +設備,熱交換器,IfcHeatExchangerType,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,500 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,SeismicResistance,IfcReal,0.5 +設備,熱交換器,IfcHeatExchangerType,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,500 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,SmokeLevel,IfcLabel,低煙環境 +設備,熱交換器,IfcHeatExchangerType,Tolerance,OverallStraightness,IfcPositiveLengthMeasure,225 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,595 +設備,熱交換器,IfcHeatExchangerType,HeatExchangerBaseQuantities,GrossWeight,IfcMassMeasure,595 +設備,熱交換器,IfcHeatExchangerType,Tolerance,OrthogonalStraightness,IfcPositiveLengthMeasure,100 diff --git a/data/input_csv/IFC2X3/IFC2X3_087_IFCUNITARYEQUIPMENTTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_087_IFCUNITARYEQUIPMENTTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..f0d5552f8c663b49575bd8577e3147a6c8e83088 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_087_IFCUNITARYEQUIPMENTTYPE.csv @@ -0,0 +1,53 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱性能基準,基準冷却出力[kW],整数,38 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱性能基準,除湿寄与出力[kW],整数,27 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱性能基準,基準加熱出力[kW],整数,61 +設備目的,空調機情報照査,ユニット型空調機タイプ,入口条件,冬季入口乾球温度[℃],整数,7 +設備目的,空調機情報照査,ユニット型空調機タイプ,入口条件,夏季入口乾球温度[℃],整数,34 +設備目的,空調機情報照査,ユニット型空調機タイプ,構成品管理,標準同梱品,ラベル,防振架台セット +設備目的,空調機情報照査,ユニット型空調機タイプ,系統構成,枝分岐接続数,整数,3 +設備目的,空調機情報照査,ユニット型空調機タイプ,静音評価,外装面音圧[dB(A)],整数,47 +設備目的,空調機情報照査,ユニット型空調機タイプ,振動評価,架台伝達係数,実数,0.58 +設備目的,空調機情報照査,ユニット型空調機タイプ,電源計画,電源識別コード,ラベル,E-07 +設備目的,空調機情報照査,ユニット型空調機タイプ,電源計画,配線管路組合せ,ラベル,φ12.7/φ25.4 +設備目的,空調機情報照査,ユニット型空調機タイプ,交換能力,定格熱交換量[kW],整数,29 +設備目的,空調機情報照査,ユニット型空調機タイプ,駆動構成,可変送風対応,真偽,true +設備目的,空調機情報照査,ユニット型空調機タイプ,駆動構成,高効率駆動採用,真偽,false +設備目的,空調機情報照査,ユニット型空調機タイプ,駆動構成,周波数変換制御採用,真偽,true +設備目的,空調機情報照査,ユニット型空調機タイプ,個体台帳,製品管理記号,ラベル,AHU-XR-26041 +設備目的,空調機情報照査,ユニット型空調機タイプ,個体台帳,基準据付日,日付,2025-06-12 +設備目的,空調機情報照査,ユニット型空調機タイプ,個体台帳,登録台数,整数,6 +設備目的,空調機情報照査,ユニット型空調機タイプ,風路計画,総搬送量[m3/h],整数,8200 +設備目的,空調機情報照査,ユニット型空調機タイプ,風路計画,供給側搬送量[m3/h],整数,7800 +設備目的,空調機情報照査,ユニット型空調機タイプ,風路計画,還流側搬送量[m3/h],整数,5900 +設備目的,空調機情報照査,ユニット型空調機タイプ,風路計画,外気導入量[m3/h],整数,1900 +設備目的,空調機情報照査,ユニット型空調機タイプ,風路計画,排出側搬送量[m3/h],整数,1700 +設備目的,空調機情報照査,ユニット型空調機タイプ,流体計画,冷却系流量[l/min],整数,210 +設備目的,空調機情報照査,ユニット型空調機タイプ,流体計画,加熱系流量[l/min],整数,230 +設備目的,空調機情報照査,ユニット型空調機タイプ,流体計画,共用系流量[l/min],整数,440 +設備目的,空調機情報照査,ユニット型空調機タイプ,基準適合,参照規格,ラベル,AHRI410 +設備目的,空調機情報照査,ユニット型空調機タイプ,内部構成,熱交換列数,整数,6 +設備目的,空調機情報照査,ユニット型空調機タイプ,外装仕様,筐体材質,ラベル,溶融亜鉛めっき鋼板 +設備目的,空調機情報照査,ユニット型空調機タイプ,清浄構成,ろ材仕様,ラベル,中性能フィルタ +設備目的,空調機情報照査,ユニット型空調機タイプ,耐久指標,耐震評価値[G],実数,1.5 +設備目的,空調機情報照査,ユニット型空調機タイプ,回転体管理,標準運転段数[min-1],整数,2 +設備目的,空調機情報照査,ユニット型空調機タイプ,音響性能,定格運転音圧[dB(A)],整数,76 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱回収指標,全熱回収率_夏期[%],整数,52 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱回収指標,全熱回収率_冬期[%],整数,57 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱回収指標,顕熱回収率[%],整数,61 +設備目的,空調機情報照査,ユニット型空調機タイプ,外形管理,機器幅W[mm],長さ,2100 +設備目的,空調機情報照査,ユニット型空調機タイプ,外形管理,機器奥行D[mm],長さ,2650 +設備目的,空調機情報照査,ユニット型空調機タイプ,外形管理,機器高さH[mm],長さ,1750 +設備目的,空調機情報照査,ユニット型空調機タイプ,質量管理,乾燥質量[kg],整数,940 +設備目的,空調機情報照査,ユニット型空調機タイプ,質量管理,運用質量[kg],整数,1310 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱交換構成,交換器組合せ,ラベル,冷水コイル単独 +設備目的,空調機情報照査,ユニット型空調機タイプ,加湿構成,湿度付与方式,ラベル,蒸気噴霧式 +設備目的,空調機情報照査,ユニット型空調機タイプ,送風構成,送風機型式,ラベル,プラグファン +設備目的,空調機情報照査,ユニット型空調機タイプ,温湿度基準,室内乾球温度[℃],整数,24 +設備目的,空調機情報照査,ユニット型空調機タイプ,温湿度基準,室内湿球温度[℃],実数,17.8 +設備目的,空調機情報照査,ユニット型空調機タイプ,温湿度基準,外気乾球温度[℃],実数,33.2 +設備目的,空調機情報照査,ユニット型空調機タイプ,温湿度基準,外気湿球温度[℃],整数,27 +設備目的,空調機情報照査,ユニット型空調機タイプ,温湿度基準,目標露点温度[℃],整数,14 +設備目的,空調機情報照査,ユニット型空調機タイプ,抵抗評価,冷却系損失圧[kPa],整数,41 +設備目的,空調機情報照査,ユニット型空調機タイプ,抵抗評価,加熱系損失圧[kPa],整数,37 +設備目的,空調機情報照査,ユニット型空調機タイプ,抵抗評価,共用系損失圧[kPa],整数,39 diff --git a/data/input_csv/IFC2X3/IFC2X3_088_IFCUNITARYEQUIPMENTTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_088_IFCUNITARYEQUIPMENTTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..eedff9397a1181b7e331108a65202053fd7d3449 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_088_IFCUNITARYEQUIPMENTTYPE.csv @@ -0,0 +1,53 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +設備,空調機,空調機械類ユニットタイプ,機械-負荷,設計冷房能力 [kW],整数,56 +設備,空調機,空調機械類ユニットタイプ,機械-負荷,設計冷房能力_顕熱 [kW],整数,38 +設備,空調機,空調機械類ユニットタイプ,機械-負荷,設計暖房能力 [kW],整数,62 +設備,空調機,空調機械類ユニットタイプ,機械-負荷,冬期吸込乾球温度 [℃],整数,7 +設備,空調機,空調機械類ユニットタイプ,機械-負荷,夏期吸込乾球温度 [℃],整数,33 +設備,空調機,空調機械類ユニットタイプ,データ,付属品,ラベル,防振ゴムセット +設備,空調機,空調機械類ユニットタイプ,データ,台数_冷媒分岐ユニット,整数,3 +設備,空調機,空調機械類ユニットタイプ,データ,騒音レベル [dB(A)],整数,48 +設備,空調機,空調機械類ユニットタイプ,データ,振動伝達率,実数,0.65 +設備,空調機,空調機械類ユニットタイプ,電気-負荷,回路番号,ラベル,C-07 +設備,空調機,空調機械類ユニットタイプ,電気-負荷,配線配管サイズ,ラベル,φ19.05/9.52 +設備,空調機,空調機械類ユニットタイプ,機械,設計冷却能力 [kW],整数,32 +設備,空調機,空調機械類ユニットタイプ,機械,送風量制御の有無,真偽,true +設備,空調機,空調機械類ユニットタイプ,機械,高効率電動機の有無,真偽,true +設備,空調機,空調機械類ユニットタイプ,機械,インバーターの有無,真偽,true +設備,空調機,空調機械類ユニットタイプ,その他,製造番号,ラベル,2025-ACU-00456 +設備,空調機,空調機械類ユニットタイプ,その他,設置年月,日付,2023-07-15 +設備,空調機,空調機械類ユニットタイプ,その他,個数,整数,10 +設備,空調機,空調機械類ユニットタイプ,風量仕様情報,送風量 [m3/h],整数,12000 +設備,空調機,空調機械類ユニットタイプ,風量仕様情報,給気量 [m3/h],整数,12000 +設備,空調機,空調機械類ユニットタイプ,風量仕様情報,還気量 [m3/h],整数,8000 +設備,空調機,空調機械類ユニットタイプ,風量仕様情報,外気量 [m3/h],整数,4000 +設備,空調機,空調機械類ユニットタイプ,風量仕様情報,排気量 [m3/h],整数,3500 +設備,空調機,空調機械類ユニットタイプ,水量仕様情報,冷水量 [l/min],整数,280 +設備,空調機,空調機械類ユニットタイプ,水量仕様情報,温水量 [l/min],整数,300 +設備,空調機,空調機械類ユニットタイプ,水量仕様情報,冷温水量 [l/min],整数,580 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,認証・規格,ラベル,JIS B8601 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,コイル列数,整数,6 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,材質,ラベル,SUS304 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,フィルター形式,ラベル,高性能 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,耐震強度 [G],実数,1.8 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,回転数 [min-1],整数,2 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,騒音レベル [dB(A)],整数,78 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,エンタルピ交換効率_冷房 [%],整数,55 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,エンタルピ交換効率_暖房 [%],整数,52 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,温度交換効率 [%],整数,60 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,外形寸法 W [mm],長さ,2200 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,外形寸法 D [mm],長さ,3600 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,外形寸法 H [mm],長さ,1600 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,製品質量 [kg],整数,980 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,運転質量 [kg],整数,1415 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,コイル形式,ラベル,直膨+温水 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,加湿方式,ラベル,スチーム噴霧 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,ファンの種類,ラベル,プラグファン +設備,空調機,空調機械類ユニットタイプ,空気温度仕様情報,空気温度DB [℃],整数,24 +設備,空調機,空調機械類ユニットタイプ,空気温度仕様情報,空気温度WB [℃],実数,17.2 +設備,空調機,空調機械類ユニットタイプ,空気温度仕様情報,外気空気温度DB [℃],実数,33 +設備,空調機,空調機械類ユニットタイプ,空気温度仕様情報,外気空気温度WB [℃],整数,26 +設備,空調機,空調機械類ユニットタイプ,空気温度仕様情報,露点温度 [℃],整数,14 +設備,空調機,空調機械類ユニットタイプ,水抵抗仕様情報,冷水圧力損失 [kPa],整数,55 +設備,空調機,空調機械類ユニットタイプ,水抵抗仕様情報,温水圧力損失 [kPa],整数,46 +設備,空調機,空調機械類ユニットタイプ,水抵抗仕様情報,冷温水圧力損失 [kPa],整数,51 diff --git a/data/input_csv/IFC2X3/IFC2X3_089_IFCFLOWTERMINAL.csv b/data/input_csv/IFC2X3/IFC2X3_089_IFCFLOWTERMINAL.csv new file mode 100644 index 0000000000000000000000000000000000000000..02ea8bf2ef38147aa5b448f1cc6859ecd810a0ea --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_089_IFCFLOWTERMINAL.csv @@ -0,0 +1,51 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +MEP,FlowTerminal,IfcFlowTerminal,EnvironmentalImpactIndicators,Reference,IfcIdentifier,Terminal-01 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,InsulationStandardClass,IfcLabel,Class I Appliance +MEP,FlowTerminal,IfcFlowTerminal,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,DiffuserCo +MEP,FlowTerminal,IfcFlowTerminal,ConstructionOccurence,ModelNumber,IfcLabel,FT-2025-A +MEP,FlowTerminal,IfcFlowTerminal,ElectricalDeviceCommon,EarthingStyle,IfcLabel,TN-S +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceStrategy,MonitoringType,IfcLabel,RoutineInspection +MEP,FlowTerminal,IfcFlowTerminal,ElementSize,NominalHeight,IfcPositiveLengthMeasure,2.70 +MEP,FlowTerminal,IfcFlowTerminal,ElectricalDeviceCommon,Power,IfcPowerMeasure,12.5 +MEP,FlowTerminal,IfcFlowTerminal,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.25 +MEP,FlowTerminal,IfcFlowTerminal,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.05 +MEP,FlowTerminal,IfcFlowTerminal,Tolerance,HorizontalFlatness,IfcPositiveLengthMeasure,0.40 +MEP,FlowTerminal,IfcFlowTerminal,ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,1 +MEP,FlowTerminal,IfcFlowTerminal,ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,0.125 +MEP,FlowTerminal,IfcFlowTerminal,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,50.0 +MEP,FlowTerminal,IfcFlowTerminal,EnvironmentalCondition,SeismicResistance,IfcReal,4.0 +MEP,FlowTerminal,IfcFlowTerminal,ElementKinematics,LinearRange,IfcPositiveLengthMeasure,30.0 +MEP,FlowTerminal,IfcFlowTerminal,Condition,AssessmentDescription,IfcText,Slot diffuser +MEP,FlowTerminal,IfcFlowTerminal,ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,2 +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,0.50 +MEP,FlowTerminal,IfcFlowTerminal,EnvironmentalImpactValues,RadioactiveWaste,IfcMassMeasure,0.015 +MEP,FlowTerminal,IfcFlowTerminal,Pset_Risk,RiskType,IfcLabel,Environmental Issues +MEP,FlowTerminal,IfcFlowTerminal,ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,5.0 +MEP,FlowTerminal,IfcFlowTerminal,Uncertainty,LinearUncertainty,IfcPositiveLengthMeasure,3.5 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,50 +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceTriggerPerformance,DisposalLevel,IfcReal,45.0 +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceTriggerPerformance,PerformanceMaintenanceLevel,IfcReal,32.0 +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceTriggerPerformance,ReplacementLevel,IfcReal,0.00 +MEP,FlowTerminal,IfcFlowTerminal,ConstructionAdministration,SubmittalIdentifer,IfcLabel,0-10V control +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,IP_Code,IfcLabel,IP54 +MEP,FlowTerminal,IfcFlowTerminal,Condition,AssessmentCondition,IfcLabel,Commissioning +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceTriggerCondition,ConditionMaintenanceLevel,IfcLabel,Moderate +MEP,FlowTerminal,IfcFlowTerminal,Condition,AssessmentType,IfcLabel,VisualInspection +MEP,FlowTerminal,IfcFlowTerminal,Condition,LastAssessmentReport,IfcLabel,RPT-FT-01 +MEP,FlowTerminal,IfcFlowTerminal,ElementSize,NominalLength,IfcPositiveLengthMeasure,0.300 +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P1D +MEP,FlowTerminal,IfcFlowTerminal,EnvironmentalImpactIndicators,IndicatorsUnit,IfcText,kgCO2e/unit +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P1D +MEP,FlowTerminal,IfcFlowTerminal,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,23 37 13 +MEP,FlowTerminal,IfcFlowTerminal,ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,0.5 +MEP,FlowTerminal,IfcFlowTerminal,ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,0.95 +MEP,FlowTerminal,IfcFlowTerminal,ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,24 +MEP,FlowTerminal,IfcFlowTerminal,ConstructionOccurence,AssetIdentifier,IfcLabel,Zone-01 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,DiffuserCo standard +MEP,FlowTerminal,IfcFlowTerminal,ConstructionOccurence,TagNumber,IfcLabel,FT-2025-A +MEP,FlowTerminal,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +MEP,FlowTerminal,IfcFlowTerminal,ElementSize,NominalWidth,IfcPositiveLengthMeasure,0.600 +MEP,FlowTerminal,IfcFlowTerminal,BodyGeometryValidation,NetVolume,IfcVolumeMeasure,0.200 +MEP,FlowTerminal,IfcFlowTerminal,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.100 +MEP,FlowTerminal,IfcFlowTerminal,BodyGeometryValidation,NetSurfaceArea,IfcAreaMeasure,10.0 +MEP,FlowTerminal,IfcFlowTerminal,BodyGeometryValidation,GrossVolume,IfcVolumeMeasure,11.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_090_IFCFLOWTERMINAL.csv b/data/input_csv/IFC2X3/IFC2X3_090_IFCFLOWTERMINAL.csv new file mode 100644 index 0000000000000000000000000000000000000000..4d6507ae38efd524206088648ae0474f8d83259d --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_090_IFCFLOWTERMINAL.csv @@ -0,0 +1,54 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +設備,スプリンクラー,IfcFlowTerminal,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.50 +設備,スプリンクラー,IfcFlowTerminal,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,50 +設備,スプリンクラー,IfcFlowTerminal,Condition,AssessmentCondition,IfcLabel,竣工時 +設備,スプリンクラー,IfcFlowTerminal,Condition,AssessmentType,IfcLabel,型式確認 +設備,スプリンクラー,IfcFlowTerminal,Risk,AssociatedLocation,IfcLabel,低層系統 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,屋内消火栓 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,閉鎖型 +設備,スプリンクラー,IfcFlowTerminal,Pset_Warranty,IsExtendedWarranty,IfcBoolean,false +設備,スプリンクラー,IfcFlowTerminal,ConstructionOccurence,ModelNumber,IfcLabel,HB-1 +設備,スプリンクラー,IfcFlowTerminal,MaintenanceTriggerDuration,DurationTargetPerformance,IfcDuration,P300D +設備,スプリンクラー,IfcFlowTerminal,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P1D +設備,スプリンクラー,IfcFlowTerminal,MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P800D +設備,スプリンクラー,IfcFlowTerminal,Pset_Warranty,WarrantyContent,IfcText,架橋ポリエチレン対応 +設備,スプリンクラー,IfcFlowTerminal,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,JIS B0000 +設備,スプリンクラー,IfcFlowTerminal,MaintenanceTriggerDuration,DurationDisposalLevel,IfcDuration,P25000D +設備,スプリンクラー,IfcFlowTerminal,Risk,AssociatedActivity,IfcLabel,9 消火設備 +設備,スプリンクラー,IfcFlowTerminal,ConstructionAdministration,ProcurementMethod,IfcLabel,設備一式調達 +設備,スプリンクラー,IfcFlowTerminal,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-SP-2025-01 +設備,スプリンクラー,IfcFlowTerminal,Condition,AssessmentDescription,IfcText,耐圧試験および外観確認済み +設備,スプリンクラー,IfcFlowTerminal,EnvironmentalCondition,MaximumRainIntensity,IfcReal,10000 +設備,スプリンクラー,IfcFlowTerminal,Condition,AssessmentMethod,IfcDocumentReference,DOC-SPK-INSP-01 +設備,スプリンクラー,IfcFlowTerminal,Condition,LastAssessmentReport,IfcLabel,RPT-SPK-2025-01 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,SP-53W-01 +設備,スプリンクラー,IfcFlowTerminal,ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,04912345000053 +設備,スプリンクラー,IfcFlowTerminal,Warranty,PointOfContact,IfcLabel,防災設備窓口 +設備,スプリンクラー,IfcFlowTerminal,ConstructionAdministration,SubmittalIdentifer,IfcLabel,SUB-SP-01 +設備,スプリンクラー,IfcFlowTerminal,ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-SPK-01 +設備,スプリンクラー,IfcFlowTerminal,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-SPK-SAFE-01 +設備,スプリンクラー,IfcFlowTerminal,Tolerance,ToleranceDescription,IfcText,据付許容差基準書参照 +設備,スプリンクラー,IfcFlowTerminal,ElectricalDeviceCompliance,ExplosiveAtmosphereStandardsCompliance,IfcBoolean,false +設備,スプリンクラー,IfcFlowTerminal,Risk,RiskName,IfcLabel,誤放水 +設備,スプリンクラー,IfcFlowTerminal,Pset_Risk,NatureOfRisk,IfcLabel,誤作動による放水 +設備,スプリンクラー,IfcFlowTerminal,Risk,RiskAssessmentMethodology,IfcLabel,定期点検評価 +設備,スプリンクラー,IfcFlowTerminal,Risk,MitigationPlanned,IfcLabel,保護カバー設置 +設備,スプリンクラー,IfcFlowTerminal,Risk,MitigationProposed,IfcLabel,年次点検強化 +設備,スプリンクラー,IfcFlowTerminal,Risk,AssociatedProduct,IfcLabel,散水ヘッド +設備,スプリンクラー,IfcFlowTerminal,Pset_Warranty,Exclusions,IfcText,凍結損傷は保証対象外 +設備,スプリンクラー,IfcFlowTerminal,ConstructionOccurence,TagNumber,IfcLabel,SPK-01 +設備,スプリンクラー,IfcFlowTerminal,Warranty,WarrantyPeriod,IfcDuration,P2Y +設備,スプリンクラー,IfcFlowTerminal,EnergyRequirements,EnergySourceLabel,IfcLabel,非常電源 +設備,スプリンクラー,IfcFlowTerminal,ServiceLife,MeanTimeBetweenFailure,IfcDuration,P365D +設備,スプリンクラー,IfcFlowTerminal,Condition,AssessmentFrequency,IfcTimeMeasure,30 +設備,スプリンクラー,IfcFlowTerminal,EnergyRequirements,EnergyConsumption,IfcEnergyMeasure,44 +設備,スプリンクラー,IfcFlowTerminal,EnergyRequirements,PowerDemand,IfcPowerMeasure,42 +設備,スプリンクラー,IfcFlowTerminal,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-SPK-OPS-01 +設備,スプリンクラー,IfcFlowTerminal,EnergyRequirements,EnergyConversionEfficiency,IfcRatioMeasure,0.85 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +設備,スプリンクラー,IfcFlowTerminal,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,0 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,A社 +設備,スプリンクラー,IfcFlowTerminal,Condition,NextAssessmentDate,IfcDate,2026-01-01 +設備,スプリンクラー,IfcFlowTerminal,ServiceLife,ServiceLifeDuration,IfcDuration,P3650D +設備,スプリンクラー,IfcFlowTerminal,ConstructionOccurence,InstallationDate,IfcDate,2025-01-01 +設備,スプリンクラー,IfcFlowTerminal,ConstructionOccurence,AssetIdentifier,IfcLabel,SPK-ZONE1-01 diff --git a/data/input_csv/IFC2X3/IFC2X3_091_IFCALARMTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_091_IFCALARMTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..ad2881a8976de903a5a8ef3dceeefd58fce4a344 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_091_IFCALARMTYPE.csv @@ -0,0 +1,47 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +MEP,Alarm,Alarm Type,Product Basics,Basic Manufacturer,label,SentinelWorks +MEP,Alarm,Alarm Type,Product Basics,Submittal Code,label,ALM-2030-B +MEP,Alarm,Alarm Type,Product Basics,Alarm Condition,label,Smoke +MEP,Alarm,Alarm Type,Product Basics,Normal Status,label,Installed +MEP,Alarm,Alarm Type,Warranty,Warranty Summary,text,Battery backup included +MEP,Alarm,Alarm Type,Electrical,Protective Earth,boolean,true +MEP,Alarm,Alarm Type,Service Life,Replacement Duration,duration,P12D +MEP,Alarm,Alarm Type,Electrical,IP Code,label,IP66 +MEP,Alarm,Alarm Type,Administration,Procurement Method,label,Turnkey supply +MEP,Alarm,Alarm Type,Electrical,Nominal Frequency,integer,60 +MEP,Alarm,Alarm Type,Electrical,Power Factor,ratio,1.0 +MEP,Alarm,Alarm Type,Electrical,Rated Voltage,float,100.0 +MEP,Alarm,Alarm Type,Electrical,Heat Dissipation,float,85.0 +MEP,Alarm,Alarm Type,Electrical,Nominal Power,float,0.5 +MEP,Alarm,Alarm Type,Environment,Storage Temperature,float,12.0 +MEP,Alarm,Alarm Type,Environment,Reference Humidity,ratio,0.3 +MEP,Alarm,Alarm Type,Environment,Seismic Rating,float,0.01 +MEP,Alarm,Alarm Type,Condition,Assessment Condition,label,Commissioning +MEP,Alarm,Alarm Type,Condition,Assessment Type,label,Sensitivity test +MEP,Alarm,Alarm Type,Electrical,Rated Current,float,180.0 +MEP,Alarm,Alarm Type,Electrical,Device Power,float,30.0 +MEP,Alarm,Alarm Type,Environment,Reference Temperature,float,248.15 +MEP,Alarm,Alarm Type,Communications,Protocol,label,BACnet +MEP,Alarm,Alarm Type,Communications,Connection Mode,label,Wireless +MEP,Alarm,Alarm Type,Documents,Operation Manual,label,DOC-ALM-OPS-01 +MEP,Alarm,Alarm Type,Warranty,Extended Warranty,boolean,false +MEP,Alarm,Alarm Type,Service Life,Service Life Duration,duration,P5Y +MEP,Alarm,Alarm Type,Service Life,Mean Time Between Failure,duration,P1Y +MEP,Alarm,Alarm Type,Condition,Assessment Notes,text,Active state +MEP,Alarm,Alarm Type,Condition,Assessment Report,label,RPT-ALM-01 +MEP,Alarm,Alarm Type,Product Basics,Model Number,label,SA-220 +MEP,Alarm,Alarm Type,Risk,Risk Name,label,False alarm +MEP,Alarm,Alarm Type,Installation,Installation Tolerance,text,Mounting tolerance per installation guide +MEP,Alarm,Alarm Type,Product Basics,Backup Part Number,label,BKP-ANC-01 +MEP,Alarm,Alarm Type,Risk,Associated Location,label,Main entrance wall +MEP,Alarm,Alarm Type,Installation,Vertical Tolerance,length,0.40 +MEP,Alarm,Alarm Type,Warranty,Warranty Exclusions,text,Use halogen-free cable; min 1.5sq +MEP,Alarm,Alarm Type,Electrical,Number of Poles,integer,14 +MEP,Alarm,Alarm Type,Maintenance,Maintenance Interval,duration,P270D +MEP,Alarm,Alarm Type,Condition,Assessment Date,date,2025-07-31 +MEP,Alarm,Alarm Type,Product Basics,Reference Code,label,MP-007 +MEP,Alarm,Alarm Type,Warranty,Warranty Period,duration,P3Y +MEP,Alarm,Alarm Type,Warranty,Contact Point,label,SentinelWorks support +MEP,Alarm,Alarm Type,Administration,Specification Section,label,ALM-2030-B +MEP,Alarm,Alarm Type,Product Basics,Trade Item Number,label,04912345000007 +MEP,Alarm,Alarm Type,Quantities,Gross Weight,float,1.3 diff --git a/data/input_csv/IFC2X3/IFC2X3_092_IFCALARMTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_092_IFCALARMTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..720810c99599d3485066609cf81506f08975388f --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_092_IFCALARMTYPE.csv @@ -0,0 +1,47 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +MEP,Alarm,IfcAlarmType,ManufacturerTypeInformation,Manufacturer,IfcLabel,SentinelWorks +MEP,Alarm,IfcAlarmType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,ALM-2030-B +MEP,Alarm,IfcAlarmType,AlarmTypeCommon,AlarmCondition,IfcIdentifier,Smoke +MEP,Alarm,IfcAlarmType,AlarmTypeCommon,Status,IfcLabel,Existing +MEP,Alarm,IfcAlarmType,Warranty,WarrantyContent,IfcText,Battery backup included +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +MEP,Alarm,IfcAlarmType,EnvironmentalImpactValues,Duration,IfcDuration,P12D +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,IP_Code,IfcLabel,IP66 +MEP,Alarm,IfcAlarmType,ConstructionAdministration,ProcurementMethod,IfcLabel,Turnkey supply +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,60 +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,1.0 +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,100.0 +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,85.0 +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,0.5 +MEP,Alarm,IfcAlarmType,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,12.0 +MEP,Alarm,IfcAlarmType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.3 +MEP,Alarm,IfcAlarmType,EnvironmentalCondition,SeismicResistance,IfcReal,0.01 +MEP,Alarm,IfcAlarmType,Condition,AssessmentCondition,IfcLabel,Commissioning +MEP,Alarm,IfcAlarmType,Condition,AssessmentType,IfcLabel,Sensitivity test +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,180.0 +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,Power,IfcPowerMeasure,30.0 +MEP,Alarm,IfcAlarmType,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,248.15 +MEP,Alarm,IfcAlarmType,ManufacturerTypeInformation,ModelReference,IfcLabel,BACnet +MEP,Alarm,IfcAlarmType,ManufacturerTypeInformation,ModelLabel,IfcLabel,Wireless +MEP,Alarm,IfcAlarmType,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-ALM-OPS-01 +MEP,Alarm,IfcAlarmType,Warranty,IsExtendedWarranty,IfcBoolean,false +MEP,Alarm,IfcAlarmType,ServiceLife,ServiceLifeDuration,IfcDuration,P5Y +MEP,Alarm,IfcAlarmType,ServiceLife,MeanTimeBetweenFailure,IfcDuration,P1Y +MEP,Alarm,IfcAlarmType,Condition,AssessmentDescription,IfcText,Active state +MEP,Alarm,IfcAlarmType,Condition,LastAssessmentReport,IfcLabel,RPT-ALM-01 +MEP,Alarm,IfcAlarmType,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-ALM-SAFE-01 +MEP,Alarm,IfcAlarmType,Risk,RiskName,IfcLabel,False alarm +MEP,Alarm,IfcAlarmType,Tolerance,ToleranceDescription,IfcText,Mounting tolerance per installation guide +MEP,Alarm,IfcAlarmType,ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,BKP-ANC-01 +MEP,Alarm,IfcAlarmType,Risk,AssociatedLocation,IfcLabel,Main entrance wall +MEP,Alarm,IfcAlarmType,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,0.40 +MEP,Alarm,IfcAlarmType,Warranty,Exclusions,IfcText,Use halogen-free cable; min 1.5sq +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,14 +MEP,Alarm,IfcAlarmType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P270D +MEP,Alarm,IfcAlarmType,Condition,AssessmentDate,IfcDate,2025-07-31 +MEP,Alarm,IfcAlarmType,AlarmTypeCommon,Reference,IfcIdentifier,MP-007 +MEP,Alarm,IfcAlarmType,Warranty,WarrantyPeriod,IfcDuration,P3Y +MEP,Alarm,IfcAlarmType,Warranty,PointOfContact,IfcLabel,SentinelWorks support +MEP,Alarm,IfcAlarmType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,ALM-2030-B +MEP,Alarm,IfcAlarmType,ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,LOT-2030-07 +MEP,Alarm,IfcAlarmType,AlarmBaseQuantities,GrossWeight,IfcMassMeasure,1.3 diff --git a/data/input_csv/IFC2X3/IFC2X3_093_IFCAIRTERMINALTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_093_IFCAIRTERMINALTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..68aafeb1b8465cf431b96cc35535969994553b14 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_093_IFCAIRTERMINALTYPE.csv @@ -0,0 +1,47 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +MEP,AirTerminal,Air Terminal Type,Product Basics,Brand,label,DiffuserCo +MEP,AirTerminal,Air Terminal Type,Product Basics,Model Code,label,AT-2025-A +MEP,AirTerminal,Air Terminal Type,Product Basics,Surface Coating,label,PowderCoated +MEP,AirTerminal,Air Terminal Type,Product Basics,Mounting Category,label,Ceiling +MEP,AirTerminal,Air Terminal Type,Product Basics,MountingHeight,length,2.70 +MEP,AirTerminal,Air Terminal Type,Product Basics,OverallDimensions,text,0.600x0.300x0.100 +MEP,AirTerminal,Air Terminal Type,Product Basics,Unit Weight,float,1.2 +MEP,AirTerminal,Air Terminal Type,Air Performance,DesignAirFlowRate,float,0.25 +MEP,AirTerminal,Air Terminal Type,Air Performance,MinAirFlowRate,float,0.05 +MEP,AirTerminal,Air Terminal Type,Air Performance,MaxAirFlowRate,float,0.40 +MEP,AirTerminal,Air Terminal Type,Air Performance,ThrowDistance,length,4.0 +MEP,AirTerminal,Air Terminal Type,Air Performance,SpreadAngle,float,30.0 +MEP,AirTerminal,Air Terminal Type,Air Performance,Pattern Category,label,Slot +MEP,AirTerminal,Air Terminal Type,Air Performance,SupplyOrExtract,label,Supply +MEP,AirTerminal,Air Terminal Type,Duct Connection,NominalConnectionSize,length,0.125 +MEP,AirTerminal,Air Terminal Type,Duct Connection,ConnectionShape,label,Rectangular +MEP,AirTerminal,Air Terminal Type,Duct Connection,ConnectionOrientation,label,Horizontal +MEP,AirTerminal,Air Terminal Type,Duct Connection,RoughInHeight,length,0.300 +MEP,AirTerminal,Air Terminal Type,Duct Connection,RoughInDistanceFromWall,length,0.100 +MEP,AirTerminal,Air Terminal Type,Duct Connection,ConnectionFlangeStandard,label,DIN +MEP,AirTerminal,Air Terminal Type,Performance,PressureDropAtDesign,float,50.0 +MEP,AirTerminal,Air Terminal Type,Performance,SoundPowerLevel,float,45.0 +MEP,AirTerminal,Air Terminal Type,Performance,SoundPressureLevelAtDistance,float,32.0 +MEP,AirTerminal,Air Terminal Type,Performance,ThrowVariation,float,0.10 +MEP,AirTerminal,Air Terminal Type,Controls,HasMotorizedDamper,boolean,true +MEP,AirTerminal,Air Terminal Type,Controls,HasControlDamper,boolean,true +MEP,AirTerminal,Air Terminal Type,Controls,ActuatorSupply,label,24V +MEP,AirTerminal,Air Terminal Type,Controls,ControlSignalType,label,0-10V +MEP,AirTerminal,Air Terminal Type,Controls,HasPositionFeedback,boolean,true +MEP,AirTerminal,Air Terminal Type,Fire and Smoke,IsFireDamperRequired,boolean,true +MEP,AirTerminal,Air Terminal Type,Fire and Smoke,IsSmokeDamperRequired,boolean,true +MEP,AirTerminal,Air Terminal Type,Fire and Smoke,Fire Resistance Level,label,EI60 +MEP,AirTerminal,Air Terminal Type,Fire and Smoke,FireSealType,label,Intumescent +MEP,AirTerminal,Air Terminal Type,Installation,FixingDetails,text,Screw fix to ceiling;Clip-in mounting with bracket +MEP,AirTerminal,Air Terminal Type,Installation,ClearanceForMaintenance,length,0.50 +MEP,AirTerminal,Air Terminal Type,Installation,InstallationOrientation,label,Ceiling +MEP,AirTerminal,Air Terminal Type,Installation,Install Date,date,2025-08-01 +MEP,AirTerminal,Air Terminal Type,Installation,HandlingInstructions,text,Install with bracket; avoid impact +MEP,AirTerminal,Air Terminal Type,Maintenance,MaintenanceInterval,integer,180 +MEP,AirTerminal,Air Terminal Type,Maintenance,FilterReplacementInterval,integer,90 +MEP,AirTerminal,Air Terminal Type,Maintenance,AccessForInspection,label,HatchAccess +MEP,AirTerminal,Air Terminal Type,Maintenance,SparePartsList,text,Filter kit;Fixing screws;Grille +MEP,AirTerminal,Air Terminal Type,Manufacturer Info,Brand,label,DiffuserCo +MEP,AirTerminal,Air Terminal Type,Manufacturer Info,Model Code,label,AT-2025-A +MEP,AirTerminal,Air Terminal Type,Product Materials,Lot Code,label,LOT-2025-01 +MEP,AirTerminal,Air Terminal Type,Quantities,Overall Weight,float,11.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_094_IFCAIRTERMINALTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_094_IFCAIRTERMINALTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..7214e3f009f81011caa267f14a3a4f524c37f662 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_094_IFCAIRTERMINALTYPE.csv @@ -0,0 +1,46 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +設備,排煙口,IfcAirTerminalType,AirTerminalTypeCommon,NumberOfSlots,IfcCountMeasure,2 +設備,排煙口,IfcAirTerminalType,AirTerminalTypeCommon,Reference,IfcIdentifier,SMK-AT-01 +設備,排煙口,IfcAirTerminalType,ManufacturerTypeInformation,ModelReference,IfcLabel,SMK-AT-200 +設備,排煙口,IfcAirTerminalType,Condition,LastAssessmentReport,IfcLabel,RPT-SMOKE-2025-01 +設備,排煙口,IfcAirTerminalType,EnvironmentalImpactIndicators,Reference,IfcIdentifier,排煙口 +設備,排煙口,IfcAirTerminalType,EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,1台 +設備,排煙口,IfcAirTerminalType,Uncertainty,UncertaintyDescription,IfcText,設置位置補正値 +設備,排煙口,IfcAirTerminalType,ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,2 +設備,排煙口,IfcAirTerminalType,Condition,AssessmentDescription,IfcText,定期点検済み +設備,排煙口,IfcAirTerminalType,EnvironmentalImpactIndicators,ExpectedServiceLife,IfcTimeMeasure,15 +設備,排煙口,IfcAirTerminalType,ElementKinematics,MinimumTime,IfcTimeMeasure,0.2 +設備,排煙口,IfcAirTerminalType,Risk,RiskName,IfcLabel,排煙性能低下 +設備,排煙口,IfcAirTerminalType,AirTerminalTypeCommon,SlotLength,IfcPositiveLengthMeasure,0.600 +設備,排煙口,IfcAirTerminalType,ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,2 +設備,排煙口,IfcAirTerminalType,Tolerance,ToleranceDescription,IfcText,公共建築工事標準仕様書(機械設備工事編)令和4年版 +設備,排煙口,IfcAirTerminalType,ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,1 +設備,排煙口,IfcAirTerminalType,ManufacturerTypeInformation,ModelLabel,IfcLabel,煙感知連動型 +設備,排煙口,IfcAirTerminalType,Risk,AssociatedLocation,IfcLabel,低層EVホール +設備,排煙口,IfcAirTerminalType,AirTerminalBaseQuantities,Perimeter,IfcLengthMeasure,2.10 +設備,排煙口,IfcAirTerminalType,Warranty,PointOfContact,IfcLabel,設備担当窓口 +設備,排煙口,IfcAirTerminalType,Warranty,Exclusions,IfcText,消耗部品は除く +設備,排煙口,IfcAirTerminalType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,23 34 00 +設備,排煙口,IfcAirTerminalType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.20 +設備,排煙口,IfcAirTerminalType,AirTerminalTypeCommon,FinishColour,IfcLabel,アルミ製 +設備,排煙口,IfcAirTerminalType,EnvironmentalCondition,MaximumRainIntensity,IfcReal,300 +設備,排煙口,IfcAirTerminalType,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,313.15 +設備,排煙口,IfcAirTerminalType,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,850 +設備,排煙口,IfcAirTerminalType,EnvironmentalCondition,SeismicResistance,IfcReal,0.7 +設備,排煙口,IfcAirTerminalType,Uncertainty,VerticalUncertainty,IfcPositiveLengthMeasure,0.020 +設備,排煙口,IfcAirTerminalType,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +設備,排煙口,IfcAirTerminalType,Warranty,WarrantyContent,IfcText,防錆塗装を含む +設備,排煙口,IfcAirTerminalType,ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,SMK-AT-200 +設備,排煙口,IfcAirTerminalType,Risk,AssociatedActivity,IfcLabel,3 排煙設備 +設備,排煙口,IfcAirTerminalType,ConstructionAdministration,ProcurementMethod,IfcLabel,設備一式調達 +設備,排煙口,IfcAirTerminalType,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-SMOKE-OPS-01 +設備,排煙口,IfcAirTerminalType,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-SMOKE-SAFE-01.pdf +設備,排煙口,IfcAirTerminalType,EnvironmentalImpactIndicators,IndicatorsUnit,IfcText,kgCO2e/unit +設備,排煙口,IfcAirTerminalType,ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-SMOKE-2025.pdf +設備,排煙口,IfcAirTerminalType,AirTerminalBaseQuantities,GrossWeight,IfcMassMeasure,18.5 +設備,排煙口,IfcAirTerminalType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,SUB-SMOKE-01 +設備,排煙口,IfcAirTerminalType,MaintenanceTriggerCondition,ConditionMaintenanceLevel,IfcLabel,中 +設備,排煙口,IfcAirTerminalType,Condition,AssessmentMethod,IfcDocumentReference,DOC-SMOKE-TEST-01.pdf +設備,排煙口,IfcAirTerminalType,AirTerminalTypeCommon,SlotWidth,IfcPositiveLengthMeasure,0.025 +設備,排煙口,IfcAirTerminalType,ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,50 +設備,排煙口,IfcAirTerminalType,Condition,AssessmentDate,IfcDate,2021-03-23 diff --git a/data/input_csv/IFC2X3/IFC2X3_095_IFCPUMPTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_095_IFCPUMPTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..35c889b79ad423991334256eaf49101158402573 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_095_IFCPUMPTYPE.csv @@ -0,0 +1,48 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,運用分類,運転用途,ラベル,冷温水搬送用 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,製品台帳,シリーズ名称,ラベル,VLPシリーズ +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,配置計画,設置ゾーン,ラベル,地下機械室B +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,流体系統,接続回路名,ラベル,中温水二次系 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,本体構成,ポンプ様式,ラベル,インライン多段ポンプ +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,品質計画,静粛化オプション,ラベル,防振ベース付 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,制御構成,制御パッケージ,ラベル,遠方監視対応 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,水理条件,定格循環量[l/min],整数,720 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,水理条件,最大処理流量[l/min],整数,810 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,圧力条件,設計差圧[kPa],整数,260 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,圧力条件,戻り側許容圧[kPa],整数,140 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,適合情報,参照基準,ラベル,ISO9906 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,材料構成,接液部主要材質,ラベル,ステンレス鋳鋼 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,耐久評価,許容振動係数[G],実数,1.1 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,駆動条件,標準回転速度[min-1],整数,1780 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,音響評価,定格音圧[dB(A)],整数,68 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,外形条件,本体幅W[mm],長さ,480 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,外形条件,本体奥行D[mm],長さ,920 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,外形条件,本体高さH[mm],長さ,1180 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,重量条件,乾燥時質量[kg],整数,295 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,重量条件,満水運転質量[kg],整数,342 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,背面作業余裕[mm],長さ,750 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,前面作業余裕[mm],長さ,900 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,左側作業余裕[mm],長さ,500 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,右側作業余裕[mm],長さ,520 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,上部引抜余裕[mm],長さ,850 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,架台下余裕[mm],長さ,120 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,重量条件,搬入時総質量[kg],整数,360 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,受電条件,供給周波数[Hz],整数,60 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,受電条件,電源相数,整数,3 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,受電条件,定格電圧[V],整数,400 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,駆動条件,駆動機容量[kW],整数,15 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,省エネ評価,平均運転消費電力[kW],実数,9.8 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,駆動条件,電動機極数,整数,4 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,受電条件,電源引込口数,整数,2 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,運転分類,受電区分,ラベル,常用系 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,起動計画,起動シーケンス,ラベル,ソフトスタート +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,駆動機仕様,モータ効率区分,ラベル,IE4 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,BCP対応,バックアップ電源区分,ラベル,非常用切替対応 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,運転制御,発停トリガー,ラベル,圧力センサ連動 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,運転制御,制御ロジック,ラベル,差圧一定制御 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,管理記号,制御盤参照番号,ラベル,MCP-VLP-22 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,管理記号,系統配線タグ,ラベル,PWR-HYD-2B +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,台数計画,並列運転台数,整数,2 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保全計画,定期交換消耗品点数,整数,4 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,データ管理,管理版数,整数,7 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,データ管理,登録基準日,日付,2025-09-18 diff --git a/data/input_csv/IFC2X3/IFC2X3_096_IFCPUMPTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_096_IFCPUMPTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..586434314df506b7b01c6434e20ee7cc50d66218 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_096_IFCPUMPTYPE.csv @@ -0,0 +1,48 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,記号,ラベル,PCH-2 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,呼称,ラベル,空調用ポンプ_横形 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,符号,ラベル,PCH +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,系統名称,ラベル,中層系統 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,形式,ラベル,立形渦巻ポンプ +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,特殊仕様,ラベル,耐蝕仕様 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,仕様,ラベル,逆止弁一体 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,設計水量 [l/min],整数,1 +設備,ポンプ,ポンプ機器系タイプ,水量仕様情報,吐水量 [l/min],整数,1 +設備,ポンプ,ポンプ機器系タイプ,水圧力仕様情報,揚程 [kPa],整数,350 +設備,ポンプ,ポンプ機器系タイプ,水圧力仕様情報,背圧 [kPa],整数,80 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,認証・規格、認証・規格2~5,ラベル,JIS B1234 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,材質、材質2~7,ラベル,鋳鉄製 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,耐震強度 [G],実数,2 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,回転数 [min-1],整数,1 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,騒音レベル [dB(A)],整数,78 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,幅 [mm],長さ,1 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,奥行 [mm],長さ,750 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,高さ [mm],長さ,900 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,製品質量 [kg],整数,320 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,運転質量,ラベル,360 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_背面 [mm],長さ,500 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_前面 [mm],長さ,700 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_左側 [mm],長さ,1 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_右側 [mm],長さ,600 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_上部 [mm],長さ,700 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_下部 [mm],長さ,0 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,質量 [kg],整数,380 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,周波数 [Hz],整数,60 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,相,整数,3 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,電圧 [V],整数,400 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,電動機出力 [kW],整数,15 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,消費電力 [kW],実数,18.2 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,極数,整数,4 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,電源接続口,整数,1 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,負荷分類,ラベル,2_空調搬送 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,始動方式,ラベル,Y-Δ +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,電動機種別,ラベル,IE3 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,電源種別,ラベル,常用 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,発停方法,ラベル,自動 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,制御方式,ラベル,差圧一定 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,盤記号,ラベル,PANEL-1 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,幹線記号,ラベル,MFB-1 +設備,ポンプ,ポンプ機器系タイプ,拡張仕様情報,ユニット数,ラベル,2 +設備,ポンプ,ポンプ機器系タイプ,テキスト情報,消耗品,整数,1 +設備,ポンプ,ポンプ機器系タイプ,テキスト情報,ファミリー版数,整数,3 +設備,ポンプ,ポンプ機器系タイプ,テキスト情報,データ作成年月,日付,2019-04-15 diff --git a/data/input_csv/IFC2X3/IFC2X3_097_IFCBOILERTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_097_IFCBOILERTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..cb0e2b257177cab6ff7ac0fad18b37937c11790f --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_097_IFCBOILERTYPE.csv @@ -0,0 +1,49 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +MEP,Boiler,IfcBoilerType,ManufacturerTypeInformation,Manufacturer,IfcLabel,BoilerCo +MEP,Boiler,IfcBoilerType,BoilerTypeCommon,EnergySource,IfcLabel,NaturalGas +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,50000.0 +MEP,Boiler,IfcBoilerType,Condition,AssessmentType,IfcLabel,FuelVerification +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,0.95 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,IsWaterStorageHeater,IfcBoolean,true +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,PressureRating,IfcPressureMeasure,10.0 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,WaterInletTemperatureRange,IfcThermodynamicTemperatureMeasure,200.0 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,OutletTemperatureRange,IfcThermodynamicTemperatureMeasure,0.300 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,NominalPartLoadRatio,IfcReal,48000.0 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,NominalEnergyConsumption,IfcPowerMeasure,5.5 +MEP,Boiler,IfcBoilerType,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,353.15 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,HeatTransferSurfaceArea,IfcAreaMeasure,50.0 +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,0.40 +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,24 +MEP,Boiler,IfcBoilerType,ElementSize,NominalLength,IfcPositiveLengthMeasure,0.050 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,WaterStorageCapacity,IfcVolumeMeasure,0.050 +MEP,Boiler,IfcBoilerType,ElementSize,NominalWidth,IfcPositiveLengthMeasure,0.015 +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,0.300 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,OperatingMode,IfcLabel,Fixed +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,4 +MEP,Boiler,IfcBoilerType,MaintenanceStrategy,MonitoringType,IfcLabel,RemoteMonitoring +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +MEP,Boiler,IfcBoilerType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,4-20mA signal +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,IP_Code,IfcLabel,IP54 +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,IK_Code,IfcLabel,IK08 +MEP,Boiler,IfcBoilerType,Condition,AssessmentDescription,IfcText,Combustion settings verified +MEP,Boiler,IfcBoilerType,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,350000 +MEP,Boiler,IfcBoilerType,Condition,AssessmentCondition,IfcLabel,Commissioning +MEP,Boiler,IfcBoilerType,Risk,AssociatedLocation,IfcLabel,PlantRoom +MEP,Boiler,IfcBoilerType,Warranty,WarrantyPeriod,IfcDuration,P2Y +MEP,Boiler,IfcBoilerType,BoilerTypeCommon,Reference,IfcIdentifier,PR-6 +MEP,Boiler,IfcBoilerType,Warranty,IsExtendedWarranty,IfcBoolean,true +MEP,Boiler,IfcBoilerType,Warranty,Exclusions,IfcText,Ground continuity required +MEP,Boiler,IfcBoilerType,Condition,NextAssessmentDate,IfcDate,2025-08-01 +MEP,Boiler,IfcBoilerType,Condition,LastAssessmentReport,IfcLabel,RPT-BLR-01 +MEP,Boiler,IfcBoilerType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P1D +MEP,Boiler,IfcBoilerType,ConstructionAdministration,ProcurementMethod,IfcLabel,Package supply +MEP,Boiler,IfcBoilerType,ElementSize,NominalHeight,IfcPositiveLengthMeasure,5.0 +MEP,Boiler,IfcBoilerType,Condition,AssessmentFrequency,IfcTimeMeasure,365 +MEP,Boiler,IfcBoilerType,MaintenanceStrategy,AssetPriority,IfcLabel,High +MEP,Boiler,IfcBoilerType,Condition,AssessmentDate,IfcDate,2025-06-01 +MEP,Boiler,IfcBoilerType,EnvironmentalImpactIndicators,ExpectedServiceLife,IfcTimeMeasure,20 +MEP,Boiler,IfcBoilerType,Warranty,PointOfContact,IfcLabel,BoilerCo service +MEP,Boiler,IfcBoilerType,ManufacturerTypeInformation,ModelLabel,IfcLabel,BLR-5000 +MEP,Boiler,IfcBoilerType,ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +MEP,Boiler,IfcBoilerType,BoilerBaseQuantities,NetWeight,IfcMassMeasure,450.0 +MEP,Boiler,IfcBoilerType,BoilerBaseQuantities,GrossWeight,IfcMassMeasure,480.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_098_IFCBOILERTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_098_IFCBOILERTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..3edcdc9d64a7755f279a75a678bbc528f6e5562b --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_098_IFCBOILERTYPE.csv @@ -0,0 +1,53 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +設備,ボイラー,IfcBoilerType,Condition,AssessmentCondition,IfcLabel,試運転時 +設備,ボイラー,IfcBoilerType,ManufacturerTypeInformation,ModelLabel,IfcLabel,小型貫流ボイラ +設備,ボイラー,IfcBoilerType,ManufacturerTypeInformation,ModelReference,IfcLabel,BS +設備,ボイラー,IfcBoilerType,Risk,AssociatedLocation,IfcLabel,低層系統 +設備,ボイラー,IfcBoilerType,Condition,AssessmentType,IfcLabel,型式確認 +設備,ボイラー,IfcBoilerType,Condition,AssessmentDescription,IfcText,不明 +設備,ボイラー,IfcBoilerType,Condition,LastAssessmentReport,IfcLabel,不明 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,10 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,1000 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,1000 +設備,ボイラー,IfcBoilerType,Pset_BoilerTypeCommon,HeatTransferSurfaceArea,IfcAreaMeasure,1 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,100 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,1.00 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,980 +設備,ボイラー,IfcBoilerType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,JIS B0000 +設備,ボイラー,IfcBoilerType,Warranty,WarrantyContent,IfcText,鋼製ボディ +設備,ボイラー,IfcBoilerType,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,1.5 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,Power,IfcPowerMeasure,80 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,1 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.30 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,298.15 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,2800 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,3000000 +設備,ボイラー,IfcBoilerType,ElementKinematics,LinearRange,IfcPositiveLengthMeasure,600 +設備,ボイラー,IfcBoilerType,Uncertainty,LinearUncertainty,IfcPositiveLengthMeasure,2 +設備,ボイラー,IfcBoilerType,Tolerance,OrthogonalStraightness,IfcPositiveLengthMeasure,600 +設備,ボイラー,IfcBoilerType,Uncertainty,HorizontalUncertainty,IfcPositiveLengthMeasure,600 +設備,ボイラー,IfcBoilerType,Tolerance,VerticalStraightness,IfcPositiveLengthMeasure,600 +設備,ボイラー,IfcBoilerType,Uncertainty,VerticalUncertainty,IfcPositiveLengthMeasure,600 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,SeismicResistance,IfcReal,0.3 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,333.15 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,SaltMistLevel,IfcLabel,高塩害 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,SmokeLevel,IfcLabel,低煙環境 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,100 +設備,ボイラー,IfcBoilerType,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,100 +設備,ボイラー,IfcBoilerType,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,100 +設備,ボイラー,IfcBoilerType,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,100 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,EarthingStyle,IfcLabel,TN-S +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,IK_Code,IfcLabel,IK10 +設備,ボイラー,IfcBoilerType,SoundGeneration,SoundCurve,IfcFrequencyMeasure,200 +設備,ボイラー,IfcBoilerType,Pset_BoilerTypeCommon,NominalPartLoadRatio,IfcReal,7.5 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,MaximumRainIntensity,IfcReal,15 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,318.15 +設備,ボイラー,IfcBoilerType,ServiceLife,ServiceLifeDuration,IfcDuration,P10Y +設備,ボイラー,IfcBoilerType,Risk,AssociatedActivity,IfcLabel,1_熱源類 +設備,ボイラー,IfcBoilerType,ConstructionAdministration,ProcurementMethod,IfcLabel,メーカー直納 +設備,ボイラー,IfcBoilerType,Risk,RiskName,IfcLabel,一般 +設備,ボイラー,IfcBoilerType,Risk,RiskAssessmentMethodology,IfcLabel,中央発停 +設備,ボイラー,IfcBoilerType,Risk,MitigationPlanned,IfcLabel,比例制御 +設備,ボイラー,IfcBoilerType,Risk,MitigationProposed,IfcLabel,比例制御 +設備,ボイラー,IfcBoilerType,Risk,AssociatedProduct,IfcLabel,比例制御 diff --git a/data/input_csv/IFC2X3/IFC2X3_099_IFCTANKTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_099_IFCTANKTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..08228f9b7ccf47f720bd5638ce04fc0ed1657272 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_099_IFCTANKTYPE.csv @@ -0,0 +1,63 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +MEP,Tank,Tank Type,Product Basics,BuilderName,label,TankCo +MEP,Tank,Tank Type,Product Basics,Model,label,TNK-30000 +MEP,Tank,Tank Type,Product Basics,Tank Form,label,Vertical +MEP,Tank,Tank Type,Product Basics,StandDirection,label,Vertical +MEP,Tank,Tank Type,Product Basics,Support Type,label,Skirt +MEP,Tank,Tank Type,Product Basics,Buried,boolean,true +MEP,Tank,Tank Type,Product Basics,Manway Size,length,0.600 +MEP,Tank,Tank Type,Product Basics,Secondary Containment,boolean,true +MEP,Tank,Tank Type,Product Basics,Secondary Containment Volume,volume,5.0 +MEP,Tank,Tank Type,Geometry,TankDiameterValue,length,3.00 +MEP,Tank,Tank Type,Geometry,TankHeightValue,length,6.00 +MEP,Tank,Tank Type,Geometry,TankLengthValue,length,8.00 +MEP,Tank,Tank Type,Geometry,Shell Thickness,length,0.020 +MEP,Tank,Tank Type,Geometry,Roof Type,label,Cone +MEP,Tank,Tank Type,Geometry,Annular Space,length,0.50 +MEP,Tank,Tank Type,Capacity and Levels,Nominal Capacity,volume,50.0 +MEP,Tank,Tank Type,Capacity and Levels,Usable Capacity,volume,48.0 +MEP,Tank,Tank Type,Capacity and Levels,Max Fill Level,length,5.80 +MEP,Tank,Tank Type,Capacity and Levels,Min Operating Level,length,0.20 +MEP,Tank,Tank Type,Capacity and Levels,Fill Rate,float,0.50 +MEP,Tank,Tank Type,Materials,Shell Material,label,CarbonSteel +MEP,Tank,Tank Type,Materials,Lining Material,label,Epoxy +MEP,Tank,Tank Type,Materials,Insulation Type,label,MineralWool +MEP,Tank,Tank Type,Materials,Corrosion Allowance,length,0.005 +MEP,Tank,Tank Type,Materials,Design Code,label,API650 +MEP,Tank,Tank Type,Pressure and Temperature,Design Pressure,float,0.50 +MEP,Tank,Tank Type,Pressure and Temperature,Test Pressure,float,0.75 +MEP,Tank,Tank Type,Pressure and Temperature,Max Operating Temperature,float,120.0 +MEP,Tank,Tank Type,Pressure and Temperature,Min Operating Temperature,float,-20.0 +MEP,Tank,Tank Type,Pressure and Temperature,Thermal Expansion Allowance,length,0.005 +MEP,Tank,Tank Type,Connections,Inlet Connection Size,length,0.050 +MEP,Tank,Tank Type,Connections,Outlet Connection Size,length,0.050 +MEP,Tank,Tank Type,Connections,Drain Connection Size,length,0.050 +MEP,Tank,Tank Type,Connections,Vent Connection Size,length,0.050 +MEP,Tank,Tank Type,Connections,Manway Count,integer,1 +MEP,Tank,Tank Type,Connections,Nozzle Orientation,label,Top +MEP,Tank,Tank Type,Safety,Overfill Protection,boolean,true +MEP,Tank,Tank Type,Safety,Level Sensors,boolean,true +MEP,Tank,Tank Type,Safety,Leak Detection,boolean,true +MEP,Tank,Tank Type,Safety,Has Pressure Relief,boolean,true +MEP,Tank,Tank Type,Safety,Emergency Venting,boolean,true +MEP,Tank,Tank Type,Monitoring,Remote Monitoring,boolean,true +MEP,Tank,Tank Type,Monitoring,Control Protocol,label,Modbus +MEP,Tank,Tank Type,Monitoring,Level Sensor Type,label,Ultrasonic +MEP,Tank,Tank Type,Monitoring,Alarm Setpoint,float,0.90 +MEP,Tank,Tank Type,Installation,Foundation Required,boolean,true +MEP,Tank,Tank Type,Installation,Anchorage Spec,text,Concrete pad with M24 anchors x8 +MEP,Tank,Tank Type,Installation,Lifting Lugs,text,4 lugs at 90deg +MEP,Tank,Tank Type,Installation,Maintenance Clearance,length,1.00 +MEP,Tank,Tank Type,Installation,Earthing,label,Bonding +MEP,Tank,Tank Type,Maintenance,Cleaning Interval,integer,365 +MEP,Tank,Tank Type,Maintenance,Coating Inspection Interval,integer,365 +MEP,Tank,Tank Type,Maintenance,Spare Parts,text,Gasket set;Level transmitter;Manway seal +MEP,Tank,Tank Type,Maintenance,Last Inspection Date,date,2025-06-01 +MEP,Tank,Tank Type,Handling and Transport,Gross Weight,float,5000.0 +MEP,Tank,Tank Type,Handling and Transport,Net Weight,float,4800.0 +MEP,Tank,Tank Type,Handling and Transport,Max Section Weight,float,2000.0 +MEP,Tank,Tank Type,Handling and Transport,Transport Unit Size,label,20ftContainer +MEP,Tank,Tank Type,Manufacturer Info,FabricatorName,label,TankCo +MEP,Tank,Tank Type,Manufacturer Info,Model,label,TNK-30000 +MEP,Tank,Tank Type,Production,Lot ID,label,LOT-2025-01 +MEP,Tank,Tank Type,Quantities,Net Weight,float,4800.0 diff --git a/data/input_csv/IFC2X3/IFC2X3_100_IFCTANKTYPE.csv b/data/input_csv/IFC2X3/IFC2X3_100_IFCTANKTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..d196bb32aee4db6f4f665f3b042e0da5d61df842 --- /dev/null +++ b/data/input_csv/IFC2X3/IFC2X3_100_IFCTANKTYPE.csv @@ -0,0 +1,63 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +MEP,Tank,IfcTankType,ManufacturerTypeInformation,Manufacturer,IfcLabel,AquaStor +MEP,Tank,IfcTankType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,VT-45000 +MEP,Tank,IfcTankType,TankTypeCommon,PatternType,IfcLabel,VERTICALCYLINDER +MEP,Tank,IfcTankType,Condition,AssessmentDescription,IfcText,StandDirection: Vertical +MEP,Tank,IfcTankType,Condition,AssessmentType,IfcLabel,SupportInspection +MEP,Tank,IfcTankType,Condition,AssessmentCondition,IfcLabel,Installed condition +MEP,Tank,IfcTankType,Pset_TankTypeSectional,SectionWidth,IfcPositiveLengthMeasure,0.750 +MEP,Tank,IfcTankType,Warranty,WarrantyContent,IfcText,Secondary containment provided +MEP,Tank,IfcTankType,Pset_TankTypePreformed,SecondCurvatureRadius,IfcPositiveLengthMeasure,6.0 +MEP,Tank,IfcTankType,Pset_TankTypeCommon,EffectiveCapacity,IfcVolumeMeasure,57.5 +MEP,Tank,IfcTankType,Pset_TankTypeCommon,OperatingWeight,IfcMassMeasure,5400.0 +MEP,Tank,IfcTankType,Pset_TankTypeSectional,SectionLength,IfcPositiveLengthMeasure,10.00 +MEP,Tank,IfcTankType,ElementSize,NominalWidth,IfcPositiveLengthMeasure,0.025 +MEP,Tank,IfcTankType,ManufacturerTypeInformation,ModelReference,IfcLabel,Dome roof +MEP,Tank,IfcTankType,Tolerance,OrthogonalTolerance,IfcPositiveLengthMeasure,0.40 +MEP,Tank,IfcTankType,TankTypeCommon,TankNominalCapacity,IfcVolumeMeasure,60.0 +MEP,Tank,IfcTankType,ElementSize,NominalLength,IfcPositiveLengthMeasure,57.0 +MEP,Tank,IfcTankType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.45 +MEP,Tank,IfcTankType,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,300000 +MEP,Tank,IfcTankType,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.65 +MEP,Tank,IfcTankType,ManufacturerTypeInformation,ModelLabel,IfcLabel,Stainless steel shell +MEP,Tank,IfcTankType,Risk,RiskName,IfcLabel,Corrosion +MEP,Tank,IfcTankType,Risk,RiskAssessmentMethodology,IfcLabel,Inspection checklist +MEP,Tank,IfcTankType,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.006 +MEP,Tank,IfcTankType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,API620 +MEP,Tank,IfcTankType,Pset_TankTypePreformed,FirstCurvatureRadius,IfcPositiveLengthMeasure,0.30 +MEP,Tank,IfcTankType,Warranty,WarrantyIdentifier,IfcIdentifier,WR-TNK-2025-01 +MEP,Tank,IfcTankType,Warranty,WarrantyStartDate,IfcDate,2025-07-20 +MEP,Tank,IfcTankType,Warranty,WarrantyPeriod,IfcDuration,P5Y +MEP,Tank,IfcTankType,EnvironmentalCondition,SeismicResistance,IfcReal,0.006 +MEP,Tank,IfcTankType,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,0.080 +MEP,Tank,IfcTankType,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.080 +MEP,Tank,IfcTankType,Tolerance,HorizontalFlatness,IfcPositiveLengthMeasure,0.050 +MEP,Tank,IfcTankType,Tolerance,SideFlatness,IfcPositiveLengthMeasure,0.050 +MEP,Tank,IfcTankType,TankTypeSectional,NumberOfSections,IfcCountMeasure,2 +MEP,Tank,IfcTankType,ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +MEP,Tank,IfcTankType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +MEP,Tank,IfcTankType,Tolerance,ToleranceDescription,IfcText,Factory dimensional tolerance +MEP,Tank,IfcTankType,ConstructionAdministration,ProcurementMethod,IfcLabel,Vendor package supply +MEP,Tank,IfcTankType,Risk,AssociatedProduct,IfcLabel,Pressure relief equipped +MEP,Tank,IfcTankType,Risk,AssociatedActivity,IfcLabel,Emergency venting +MEP,Tank,IfcTankType,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,Remote monitoring guide +MEP,Tank,IfcTankType,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,BACnet control spec +MEP,Tank,IfcTankType,ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,Radar sensor spec +MEP,Tank,IfcTankType,ElementSize,NominalHeight,IfcPositiveLengthMeasure,0.85 +MEP,Tank,IfcTankType,Risk,AssociatedLocation,IfcLabel,Outdoor utility yard +MEP,Tank,IfcTankType,Warranty,Exclusions,IfcText,Concrete ring beam with M20 anchors x12 +MEP,Tank,IfcTankType,Condition,LastAssessmentReport,IfcLabel,RPT-TNK-01 +MEP,Tank,IfcTankType,Tolerance,OrthogonalStraightness,IfcPositiveLengthMeasure,1.20 +MEP,Tank,IfcTankType,ElectricalDeviceCommon,IP_Code,IfcLabel,IP54 +MEP,Tank,IfcTankType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P180D +MEP,Tank,IfcTankType,MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P180D +MEP,Tank,IfcTankType,ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,SPARE-KIT-01 +MEP,Tank,IfcTankType,Condition,AssessmentDate,IfcDate,2025-07-15 +MEP,Tank,IfcTankType,TankBaseQuantities,GrossWeight,IfcMassMeasure,5200.0 +MEP,Tank,IfcTankType,TankBaseQuantities,NetWeight,IfcMassMeasure,5000.0 +MEP,Tank,IfcTankType,TankBaseQuantities,TotalSurfaceArea,IfcAreaMeasure,1800.0 +MEP,Tank,IfcTankType,TankTypeCommon,Reference,IfcIdentifier,40ftContainer +MEP,Tank,IfcTankType,Warranty,PointOfContact,IfcLabel,AquaStor support +MEP,Tank,IfcTankType,Tolerance,ElevationalFlatness,IfcPositiveLengthMeasure,0.012 +MEP,Tank,IfcTankType,ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,LOT-2025-08 +MEP,Tank,IfcTankType,EnvironmentalCondition,MaximumRainIntensity,IfcReal,5000.0 diff --git a/data/input_csv/IFC4/IFC4_001_IFCPROJECT.csv b/data/input_csv/IFC4/IFC4_001_IFCPROJECT.csv new file mode 100644 index 0000000000000000000000000000000000000000..cbfc613fe95e500a3143270951e6ad43ebff6391 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_001_IFCPROJECT.csv @@ -0,0 +1,7 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +Common,ProjectInfo,IfcProject,ProjectCommon,ProjectType,IfcLabel,New Build +Common,ProjectInfo,IfcProject,ProjectCommon,ProjectInvestmentEstimate,IfcCostValue,15000000.0 +Common,ProjectInfo,IfcProject,ProjectCommon,FundingSource,IfcLabel,GovernmentGrant +Common,ProjectInfo,IfcProject,ProjectCommon,ROI,IfcRatioMeasure,0.12 +Common,ProjectInfo,IfcProject,ProjectCommon,NetEarnedValue,IfcCostValue,500000.0 +Common,ProjectInfo,IfcProject,ProjectCommon,PaybackPeriod,IfcDuration,P4Y6M diff --git a/data/input_csv/IFC4/IFC4_002_IFCPROJECT.csv b/data/input_csv/IFC4/IFC4_002_IFCPROJECT.csv new file mode 100644 index 0000000000000000000000000000000000000000..96948f285a4f15a12997d4acf0efc6e3f95a19d9 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_002_IFCPROJECT.csv @@ -0,0 +1,5 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +共通,プロジェクト情報,IfcProject,ProjectCommon,FundingSource,IfcLabel,投資家からの資金調達及び自己資金がメイン。一部銀行融資あり。 +共通,プロジェクト情報,IfcProject,ProjectCommon,ProjectInvestmentEstimate,IfcCostValue,120000000 +共通,プロジェクト情報,IfcProject,ProjectCommon,PaybackPeriod,IfcDuration,P3Y +共通,プロジェクト情報,IfcProject,ProjectCommon,ProjectType,IfcLabel,既存ビルのリノベーション工事。 diff --git a/data/input_csv/IFC4/IFC4_003_IFCPROJECT.csv b/data/input_csv/IFC4/IFC4_003_IFCPROJECT.csv new file mode 100644 index 0000000000000000000000000000000000000000..5c76ad8adb9fa9a4e7e86b850fab57dee468b340 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_003_IFCPROJECT.csv @@ -0,0 +1,7 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +Common,ProjectInfo,Project,Project Information,Project Category,text,Residential +Common,ProjectInfo,Project,Project Information,Estimated Cost,float,20000000.0 +Common,ProjectInfo,Project,Project Information,Financing Method,label,OwnerEquity +Common,ProjectInfo,Project,Project Information,Expected Return,float,0.18 +Common,ProjectInfo,Project,Project Information,Net Profit,float,1200000.0 +Common,ProjectInfo,Project,Project Information,Payback Period,duration,P3Y6M diff --git a/data/input_csv/IFC4/IFC4_004_IFCPROJECT.csv b/data/input_csv/IFC4/IFC4_004_IFCPROJECT.csv new file mode 100644 index 0000000000000000000000000000000000000000..67b0320ea27d0ec3834bc62f9ea53921d63beb1e --- /dev/null +++ b/data/input_csv/IFC4/IFC4_004_IFCPROJECT.csv @@ -0,0 +1,5 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +Common,ProjectInfo,IfcProject,ProjectCommon,ProjectType,IfcLabel,Second Type Project +Common,ProjectInfo,IfcProject,ProjectCommon,ROI,IfcRatioMeasure,23.5 +Common,ProjectInfo,IfcProject,ProjectCommon,NetEarnedValue,IfcCostValue,200 +Common,ProjectInfo,IfcProject,ProjectCommon,PaybackPeriod,IfcDuration,P1Y diff --git a/data/input_csv/IFC4/IFC4_005_IFCPROJECT.csv b/data/input_csv/IFC4/IFC4_005_IFCPROJECT.csv new file mode 100644 index 0000000000000000000000000000000000000000..e1aabf50754f1dba41b98c8e41f4a6362f72f1b3 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_005_IFCPROJECT.csv @@ -0,0 +1,7 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +Common,ProjectInfo,Project,Common,Project Category,text,Commercial +Common,ProjectInfo,Project,Common,Estimated Cost,float,7500000.0 +Common,ProjectInfo,Project,Common,Financing Method,label,OwnerEquity +Common,ProjectInfo,Project,Common,Expected Return,float,0.095 +Common,ProjectInfo,Project,Common,Net Profit,float,350000.0 +Common,ProjectInfo,Project,Common,Payback Period,duration,P5Y5M diff --git a/data/input_csv/IFC4/IFC4_006_IFCSITE.csv b/data/input_csv/IFC4/IFC4_006_IFCSITE.csv new file mode 100644 index 0000000000000000000000000000000000000000..bb4f23839dae21a34e9c9e6e13821c0b34b4b7db --- /dev/null +++ b/data/input_csv/IFC4/IFC4_006_IFCSITE.csv @@ -0,0 +1,21 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +共通,位置情報,IfcSite,SiteWeather,MinAmbientTemp,IfcThermodynamicTemperatureMeasure,-8.6 +共通,位置情報,IfcSite,Pset_PropertyAgreement,Restrictions,IfcText,夜間照明は海側遮光ルーバーを設ける +共通,位置情報,IfcSite,Address,UserDefinedPurpose,IfcLabel,沿岸観測・保守支援用地 +共通,位置情報,IfcSite,Pset_SiteCommon,FloorAreaRatio,IfcPositiveRatioMeasure,1.80 +共通,位置情報,IfcSite,Pset_LandRegistration,LandID,IfcIdentifier,AKT-COAST-47C +共通,位置情報,IfcSite,PropertyAgreement,TrackingIdentifier,IfcIdentifier,LEASE-AKT-COAST-27 +共通,位置情報,IfcSite,Pset_SiteCommon,TotalArea,IfcAreaMeasure,6115.4 +共通,位置情報,IfcSite,Address,Description,IfcText,日本海沿岸の観測設備と保守車両基地を兼ねる敷地 +共通,位置情報,IfcSite,SiteWeather,MaxAmbientTemp,IfcThermodynamicTemperatureMeasure,31.2 +共通,位置情報,IfcSite,Pset_PropertyAgreement,CommencementDate,IfcDate,2026-04-01 +共通,位置情報,IfcSite,Pset_LandRegistration,LandTitleID,IfcIdentifier,秋田(港湾)第88421号 +共通,位置情報,IfcSite,Address,InternalLocation,IfcLabel,飯島北ふ頭東区画 +共通,位置情報,IfcSite,PropertyAgreement,Duration,IfcDuration,P27Y +共通,位置情報,IfcSite,Pset_SiteCommon,BuildableArea,IfcAreaMeasure,4280.0 +共通,位置情報,IfcSite,Pset_PropertyAgreement,ConditionTermination,IfcText,返還時は観測基礎と埋設配管を撤去する +共通,位置情報,IfcSite,Pset_LandRegistration,IsPermanentID,IfcBoolean,false +共通,位置情報,IfcSite,Pset_SiteCommon,BuildingHeightLimit,IfcPositiveLengthMeasure,18.0 +共通,位置情報,IfcSite,Address,WWWHomePageURL,IfcURIReference,https://example.jp/sites/akita-coast-observation +共通,位置情報,IfcSite,PropertyAgreement,AgreementDate,IfcDate,2026-01-19 +共通,位置情報,IfcSite,Pset_SiteCommon,SiteCoverageRatio,IfcPositiveRatioMeasure,0.35 diff --git a/data/input_csv/IFC4/IFC4_007_IFCSITE.csv b/data/input_csv/IFC4/IFC4_007_IFCSITE.csv new file mode 100644 index 0000000000000000000000000000000000000000..fbd68d05579f63e8e77249b0020332bbf226170b --- /dev/null +++ b/data/input_csv/IFC4/IFC4_007_IFCSITE.csv @@ -0,0 +1,40 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +共有タイプ,敷地仕様,敷地,基本台帳,管理ID,ラベル,LOT-A17 +共有タイプ,敷地仕様,敷地,基本台帳,登録名称,ラベル,名古屋南テクニカルヤード +共有タイプ,敷地仕様,敷地,基本台帳,所在表記,ラベル,愛知県名古屋市港区潮見町7-4 +共有タイプ,敷地仕様,敷地,基本台帳,郵便識別,ラベル,4550016 +共有タイプ,敷地仕様,敷地,基本台帳,台帳番地,ラベル,名古屋市港区潮見町7番4 +共有タイプ,敷地仕様,敷地,面積基準,有効敷地面積,実数,1245.30 +共有タイプ,敷地仕様,敷地,座標基準,緯度値,実数,35.0921 +共有タイプ,敷地仕様,敷地,座標基準,経度値,実数,136.8798 +共有タイプ,敷地仕様,敷地,座標基準,標高基準値,実数,11.5 +共有タイプ,敷地仕様,敷地,座標基準,測量原点名,ラベル,TP-1 +共有タイプ,敷地仕様,敷地,座標基準,採用座標系,ラベル,JGD2011平面直角第VII系 +共有タイプ,敷地仕様,敷地,方位管理,北基準回転角,整数,135 +共有タイプ,敷地仕様,敷地,規制整理,計画区分,ラベル,市街化区域 +共有タイプ,敷地仕様,敷地,規制整理,地域指定,ラベル,工業地域 +共有タイプ,敷地仕様,敷地,規制整理,建築可能被覆率,実数,70 +共有タイプ,敷地仕様,敷地,規制整理,許容延床倍率,実数,400 +共有タイプ,敷地仕様,敷地,規制整理,防災指定,ラベル,準防火地域 +共有タイプ,敷地仕様,敷地,規制整理,高さ制限帯,ラベル,第2種高度地区 +共有タイプ,敷地仕様,敷地,接道条件,前面道路分類,ラベル,建基法42条1項1号 +共有タイプ,敷地仕様,敷地,行政記録,審査受付番号,ラベル,第R06計確-1842号 +共有タイプ,敷地仕様,敷地,行政記録,認定交付日,日付,2025-02-06 +共有タイプ,敷地仕様,敷地,地盤評価,支持層ランク,ラベル,GD-2 +共有タイプ,敷地仕様,敷地,地盤評価,許容地耐力度,整数,180 +共有タイプ,敷地仕様,敷地,ハザード確認,浸水リスク帯,ラベル,0.5m未満区域 +共有タイプ,敷地仕様,敷地,ハザード確認,基準風速帯,ラベル,基準風速34m/s +共有タイプ,敷地仕様,敷地,ハザード確認,降雪条件,ラベル,一般区域 +共有タイプ,敷地仕様,敷地,ハザード確認,地震地域係数区分,ラベル,Z=1.0地域 +共有タイプ,敷地仕様,敷地,供給接続,前面道路有効幅,整数,12 +共有タイプ,敷地仕様,敷地,供給接続,接続道路呼称,ラベル,潮見幹線 +共有タイプ,敷地仕様,敷地,供給接続,上水引込口径,整数,100 +共有タイプ,敷地仕様,敷地,供給接続,下水受入可否,真偽,true +共有タイプ,敷地仕様,敷地,供給接続,ガス供給可否,真偽,true +共有タイプ,敷地仕様,敷地,供給接続,受電契約上限,整数,320 +共有タイプ,敷地仕様,敷地,供給接続,通信導入方式,ラベル,ダークファイバ対応 +共有タイプ,敷地仕様,敷地,実施予定,着手計画日,日付,2025-03-01 +共有タイプ,敷地仕様,敷地,実施予定,実着手日,日付,2025-03-18 +共有タイプ,敷地仕様,敷地,実施予定,竣工目標日,日付,2027-02-20 +共有タイプ,敷地仕様,敷地,実施予定,実竣工日,日付,2027-03-05 +共有タイプ,敷地仕様,敷地,実施予定,事業区分,ラベル,新築 diff --git a/data/input_csv/IFC4/IFC4_008_IFCSITE.csv b/data/input_csv/IFC4/IFC4_008_IFCSITE.csv new file mode 100644 index 0000000000000000000000000000000000000000..a3b40dc5cc4c95687b6a19faa73a362d27c6b5f4 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_008_IFCSITE.csv @@ -0,0 +1,40 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +共通,敷地情報,敷地,敷地識別情報,敷地コード,ラベル,SITE-003 +共通,敷地情報,敷地,敷地識別情報,敷地名称,ラベル,札幌支店敷地 +共通,敷地情報,敷地,敷地識別情報,敷地住所,テキスト,北海道札幌市中央区北一条西1-1-1 +共通,敷地情報,敷地,敷地識別情報,敷地郵便番号,ラベル,600001 +共通,敷地情報,敷地,敷地識別情報,敷地地番,ラベル,札幌市中央区北一条西一丁目1番 +共通,敷地情報,敷地,敷地識別情報,敷地面積,実数,2200 +共通,敷地情報,敷地,敷地位置情報,北緯,実数,43.0618 +共通,敷地情報,敷地,敷地位置情報,東経,実数,141.3545 +共通,敷地情報,敷地,敷地位置情報,標高TP,実数,5 +共通,敷地情報,敷地,敷地位置情報,基準点名称,ラベル,TP +共通,敷地情報,敷地,敷地位置情報,測地系,ラベル,JGD2000 +共通,敷地情報,敷地,敷地位置情報,方位基準角,整数,180 +共通,敷地情報,敷地,法規行政情報,都市計画区域,ラベル,市街化区域 +共通,敷地情報,敷地,法規行政情報,用途地域,ラベル,近隣商業地域 +共通,敷地情報,敷地,法規行政情報,建蔽率許容値,実数,70 +共通,敷地情報,敷地,法規行政情報,容積率許容値,実数,400 +共通,敷地情報,敷地,法規行政情報,防火地域区分,ラベル,防火地域 +共通,敷地情報,敷地,法規行政情報,高度地区区分,ラベル,無指定 +共通,敷地情報,敷地,法規行政情報,道路種別,ラベル,建基法42条1項2号 +共通,敷地情報,敷地,法規行政情報,確認申請番号,ラベル,第R06建確-9012号 +共通,敷地情報,敷地,法規行政情報,確認済証交付日,日付,2025-02-20 +共通,敷地情報,敷地,環境条件情報,地盤等級,ラベル,GL-1 +共通,敷地情報,敷地,環境条件情報,地耐力,整数,200 +共通,敷地情報,敷地,環境条件情報,浸水想定区分,ラベル,浸水想定区域内 +共通,敷地情報,敷地,環境条件情報,風荷重区分,ラベル,基準風速36m/s +共通,敷地情報,敷地,環境条件情報,積雪荷重区分,ラベル,多雪区域 +共通,敷地情報,敷地,環境条件情報,地震動区分,ラベル,耐震等級1 +共通,敷地情報,敷地,インフラ接続情報,接道幅員,整数,10 +共通,敷地情報,敷地,インフラ接続情報,道路名称,ラベル,北一条通 +共通,敷地情報,敷地,インフラ接続情報,上水道引込径,整数,100 +共通,敷地情報,敷地,インフラ接続情報,下水道接続,真偽,true +共通,敷地情報,敷地,インフラ接続情報,ガス引込,真偽,true +共通,敷地情報,敷地,インフラ接続情報,電力契約容量,整数,300 +共通,敷地情報,敷地,インフラ接続情報,通信引込種別,ラベル,5G +共通,敷地情報,敷地,工程情報,着工予定日,日付,2025-05-15 +共通,敷地情報,敷地,工程情報,着工日,日付,2025-06-01 +共通,敷地情報,敷地,工程情報,完了予定日,日付,2027-03-31 +共通,敷地情報,敷地,工程情報,完了日,日付,2027-04-15 +共通,敷地情報,敷地,工程情報,工事種別,ラベル,新築 diff --git a/data/input_csv/IFC4/IFC4_009_IFCSITE.csv b/data/input_csv/IFC4/IFC4_009_IFCSITE.csv new file mode 100644 index 0000000000000000000000000000000000000000..4d9be463e2c5c813558aced335ba884333fe208f --- /dev/null +++ b/data/input_csv/IFC4/IFC4_009_IFCSITE.csv @@ -0,0 +1,28 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +Common,SiteInfo,IfcSite,Pset_SiteCommon,Reference,IfcIdentifier,Site-A +Common,SiteInfo,IfcSite,Pset_SiteCommon,BuildableArea,IfcAreaMeasure,1200.0 +Common,SiteInfo,IfcSite,Pset_SiteCommon,SiteCoverageRatio,IfcPositiveRatioMeasure,0.6 +Common,SiteInfo,IfcSite,Pset_SiteCommon,FloorAreaRatio,IfcPositiveRatioMeasure,2.5 +Common,SiteInfo,IfcSite,Pset_SiteCommon,BuildingHeightLimit,IfcPositiveLengthMeasure,15.0 +Common,SiteInfo,IfcSite,Pset_SiteCommon,TotalArea,IfcAreaMeasure,2000.0 +Common,SiteInfo,IfcSite,Pset_LandRegistration,LandID,IfcIdentifier,LAND-2023-01 +Common,SiteInfo,IfcSite,Pset_LandRegistration,IsPermanentID,IfcBoolean,true +Common,SiteInfo,IfcSite,Pset_LandRegistration,LandTitleID,IfcIdentifier,TITLE-9876 +Common,SiteInfo,IfcSite,Address,Purpose,IfcLabel,Residential +Common,SiteInfo,IfcSite,Address,Description,IfcText,Large sloped site with river boundary +Common,SiteInfo,IfcSite,Address,UserDefinedPurpose,IfcLabel,FutureDevelopment +Common,SiteInfo,IfcSite,Address,InternalLocation,IfcLabel,Block A Lot 3 +Common,SiteInfo,IfcSite,Address,AddressLines,IfcLabel,123 Example St. +Common,SiteInfo,IfcSite,Address,PostalBox,IfcLabel,PO Box 123 +Common,SiteInfo,IfcSite,Address,Town,IfcLabel,Tokyo +Common,SiteInfo,IfcSite,Address,Region,IfcLabel,Kanto +Common,SiteInfo,IfcSite,Address,PostalCode,IfcLabel,100-0001 +Common,SiteInfo,IfcSite,Address,Country,IfcLabel,Japan +Common,SiteInfo,IfcSite,Address,TelephoneNumbers,IfcLabel,+81-3-1234-5678 +Common,SiteInfo,IfcSite,Address,FacsimileNumbers,IfcLabel,+81-3-1234-5679 +Common,SiteInfo,IfcSite,Address,PagerNumber,IfcLabel,1 +Common,SiteInfo,IfcSite,Address,ElectronicMailAddresses,IfcLabel,info@example.com +Common,SiteInfo,IfcSite,Address,WWWHomePageURL,IfcURIReference,https://example.com +Common,SiteInfo,IfcSite,Address,MessagingIDs,IfcURIReference,slack:org_channel +Common,SiteInfo,IfcSite,Qto_SiteBaseQuantities,GrossPerimeter,IfcLengthMeasure,180.0 +Common,SiteInfo,IfcSite,Qto_SiteBaseQuantities,GrossArea,IfcAreaMeasure,2500.0 diff --git a/data/input_csv/IFC4/IFC4_010_IFCSITE.csv b/data/input_csv/IFC4/IFC4_010_IFCSITE.csv new file mode 100644 index 0000000000000000000000000000000000000000..ec1a773a533f6ea1a1ebb548f3d7596e6be8975c --- /dev/null +++ b/data/input_csv/IFC4/IFC4_010_IFCSITE.csv @@ -0,0 +1,38 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +共通,敷地情報,IfcSite,Pset_SiteCommon,FloorAreaRatio,IfcPositiveRatioMeasure,1.80 +共通,敷地情報,IfcSite,Address,Country,IfcLabel,JP +共通,敷地情報,IfcSite,Pset_PropertyAgreement,ConditionTermination,IfcText,計測杭を撤去し原状回復する +共通,敷地情報,IfcSite,Address,Town,IfcLabel,つくば市 +共通,敷地情報,IfcSite,Pset_LandRegistration,LandID,IfcIdentifier,LAND-IBK-0471 +共通,敷地情報,IfcSite,Address,TelephoneNumbers,IfcLabel,029-555-2400|029-555-2401 +共通,敷地情報,IfcSite,SiteWeather,MinAmbientTemp,IfcThermodynamicTemperatureMeasure,-7.8 +共通,敷地情報,IfcSite,Address,UserDefinedPurpose,IfcLabel,次世代材料検証用地 +共通,敷地情報,IfcSite,PropertyAgreement,AgreementVersion,IfcLabel,RevB +共通,敷地情報,IfcSite,Pset_SiteCommon,BuildableArea,IfcAreaMeasure,4280.5 +共通,敷地情報,IfcSite,Address,PostalCode,IfcLabel,305-0818 +共通,敷地情報,IfcSite,PropertyAgreement,AgreementDate,IfcDate,2032-04-01 +共通,敷地情報,IfcSite,Address,FacsimileNumbers,IfcLabel,029-555-2409 +共通,敷地情報,IfcSite,Pset_SiteCommon,Reference,IfcIdentifier,TSK-SITE-NF-A +共通,敷地情報,IfcSite,Address,PostalBox,IfcLabel,つくば中央私書箱41号 +共通,敷地情報,IfcSite,Pset_PropertyAgreement,PropertyName,IfcLabel,学園南四丁目8番2外 +共通,敷地情報,IfcSite,Address,Description,IfcText,北関東先端試験敷地 +共通,敷地情報,IfcSite,Pset_LandRegistration,LandTitleID,IfcIdentifier,茨城つくば第20458号 +共通,敷地情報,IfcSite,Pset_PropertyAgreement,Restrictions,IfcText,夜間搬入は22時以降禁止 +共通,敷地情報,IfcSite,Address,Region,IfcLabel,茨城県 +共通,敷地情報,IfcSite,SiteWeather,MaxAmbientTemp,IfcThermodynamicTemperatureMeasure,35.2 +共通,敷地情報,IfcSite,Address,ElectronicMailAddresses,IfcLabel,site-admin@northfield.example|safety@northfield.example +共通,敷地情報,IfcSite,PropertyAgreement,Duration,IfcDuration,P20Y +共通,敷地情報,IfcSite,Address,WWWHomePageURL,IfcURIReference,https://northfield.example/site/overview +共通,敷地情報,IfcSite,Pset_PropertyAgreement,ConditionCommencement,IfcText,仮囲い設置と地耐力確認完了後に引渡し +共通,敷地情報,IfcSite,Pset_SiteCommon,BuildingHeightLimit,IfcPositiveLengthMeasure,18.5 +共通,敷地情報,IfcSite,Address,InternalLocation,IfcLabel,西ゲート管理区画 +共通,敷地情報,IfcSite,Pset_PropertyAgreement,CommencementDate,IfcDate,2032-05-01 +共通,敷地情報,IfcSite,Pset_LandRegistration,IsPermanentID,IfcBoolean,false +共通,敷地情報,IfcSite,Address,MessagingIDs,IfcURIReference,sip:site.ops@northfield.example|ftp://files.northfield.example/site-address +共通,敷地情報,IfcSite,PropertyAgreement,TrackingIdentifier,IfcIdentifier,LEASE-NF-2032-01 +共通,敷地情報,IfcSite,Pset_SiteCommon,SiteCoverageRatio,IfcPositiveRatioMeasure,0.42 +共通,敷地情報,IfcSite,Address,PagerNumber,IfcLabel,91-5520 +共通,敷地情報,IfcSite,Address,AddressLines,IfcLabel,茨城県つくば市学園南4-8-2|E-3街区 +共通,敷地情報,IfcSite,Pset_PropertyAgreement,Options,IfcText,再契約時は騒音観測設備の残置協議を行う +共通,敷地情報,IfcSite,Pset_SiteCommon,TotalArea,IfcAreaMeasure,6120.0 +共通,敷地情報,IfcSite,Pset_PropertyAgreement,TerminationDate,IfcDate,2052-04-30 diff --git a/data/input_csv/IFC4/IFC4_011_IFCBUILDING.csv b/data/input_csv/IFC4/IFC4_011_IFCBUILDING.csv new file mode 100644 index 0000000000000000000000000000000000000000..327bfbd682e8b4c6d2bfa5a0a1d04711d5520b20 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_011_IFCBUILDING.csv @@ -0,0 +1,39 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +Common,BuildingInfo,Building,Building Information,BuildingNameTag,label,Building-A +Common,BuildingInfo,Building,Building Information,GlobalId,label,BLDG-01 +Common,BuildingInfo,Building,Building Information,IsPermanent,boolean,true +Common,BuildingInfo,Building,Building Information,Construction Method,label,SteelFrame +Common,BuildingInfo,Building,Building Information,Fire Protection Class,label,Class1 +Common,BuildingInfo,Building,Building Information,Sprinkler,boolean,true +Common,BuildingInfo,Building,Building Information,Automatic Sprinkler,boolean,true +Common,BuildingInfo,Building,Building Information,Main Use,label,Residential +Common,BuildingInfo,Building,Building Information,Total Area,area,1200.0 +Common,BuildingInfo,Building,Building Information,Usable Area,area,1100.0 +Common,BuildingInfo,Building,Building Information,Floors Above Ground,integer,5 +Common,BuildingInfo,Building,Building Information,Year Built,integer,1984 +Common,BuildingInfo,Building,Building Information,Year Renovated,integer,2017 +Common,BuildingInfo,Building,Building Information,Heritage Listed,boolean,true +Common,BuildingInfo,Building,Building Information,Reference Height,length,0.0 +Common,BuildingInfo,Building,Building Information,Elevation Terrain,length,2.0 +Common,BuildingInfo,Building,Building Information,Ancillary Fire Use,label,Storage +Common,BuildingInfo,Building,Building Information,Fire Use,label,Office +Common,BuildingInfo,Building,Usecase,Market Type,label,Premium +Common,BuildingInfo,Building,Usecase,Market Subtype,label,Retail +Common,BuildingInfo,Building,Usecase,ApprovalState,label,Approved +Common,BuildingInfo,Building,Usecase,Rental Rates,float,1200.0 +Common,BuildingInfo,Building,Address Information,MainUse,text,PrimaryOffice +Common,BuildingInfo,Building,Address Information,Street,text,123 Example St. +Common,BuildingInfo,Building,Address Information,Suburb,text,PO Box 123 +Common,BuildingInfo,Building,Address Information,City,text,Tokyo +Common,BuildingInfo,Building,Address Information,State,text,Kanto +Common,BuildingInfo,Building,Address Information,Postcode,text,100-0001 +Common,BuildingInfo,Building,Address Information,Nation,text,Japan +Common,BuildingInfo,Building,Address Information,Email,text,info@company.com +Common,BuildingInfo,Building,Address Information,Website,text,https://example.com +Common,BuildingInfo,Building,Quantities,BuildingHeightM,length,12.5 +Common,BuildingInfo,Building,Quantities,Roof Height,length,11.0 +Common,BuildingInfo,Building,Quantities,Building Area,area,200.0 +Common,BuildingInfo,Building,Quantities,Gross Building Area,area,1500.0 +Common,BuildingInfo,Building,Quantities,Net Building Area,area,1400.0 +Common,BuildingInfo,Building,Quantities,Gross Volume,volume,12000.0 +Common,BuildingInfo,Building,Quantities,Net Volume,volume,11500.0 diff --git a/data/input_csv/IFC4/IFC4_012_IFCBUILDING.csv b/data/input_csv/IFC4/IFC4_012_IFCBUILDING.csv new file mode 100644 index 0000000000000000000000000000000000000000..a7ab54ccfa097962214ae8a2f31ebcc3bf3c33f9 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_012_IFCBUILDING.csv @@ -0,0 +1,39 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +Common,BuildingInfo,IfcBuilding,Address,Description,IfcText,Mailing and visitor contact address for the east campus administration building +Common,BuildingInfo,IfcBuilding,Address,UserDefinedPurpose,IfcLabel,AssetCorrespondence +Common,BuildingInfo,IfcBuilding,Address,InternalLocation,IfcLabel,Concierge Desk Level 01 +Common,BuildingInfo,IfcBuilding,Address,AddressLines,IfcLabel,88 Meridian Loop; East Campus +Common,BuildingInfo,IfcBuilding,Address,PostalBox,IfcLabel,PO Box 481 +Common,BuildingInfo,IfcBuilding,Address,Town,IfcLabel,Rivermouth +Common,BuildingInfo,IfcBuilding,Address,Region,IfcLabel,South County +Common,BuildingInfo,IfcBuilding,Address,PostalCode,IfcLabel,RM48TZ +Common,BuildingInfo,IfcBuilding,Address,Country,IfcLabel,GB +Common,BuildingInfo,IfcBuilding,Address,TelephoneNumbers,IfcLabel,+44-20-5550-0188; +44-20-5550-0199 +Common,BuildingInfo,IfcBuilding,Address,FacsimileNumbers,IfcLabel,+44-20-5550-0177 +Common,BuildingInfo,IfcBuilding,Address,PagerNumber,IfcLabel,ENG-4427 +Common,BuildingInfo,IfcBuilding,Address,ElectronicMailAddresses,IfcLabel,facilities@rivermouth-example.test; reception@rivermouth-example.test +Common,BuildingInfo,IfcBuilding,Address,WWWHomePageURL,IfcURIReference,https://rivermouth-example.test/buildings/east-campus +Common,BuildingInfo,IfcBuilding,Address,MessagingIDs,IfcURIReference,sip:ops@rivermouth-example.test; ftp://files.rivermouth-example.test/handover +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,BuildingID,IfcIdentifier,RM-BLDG-27 +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,IsPermanentID,IfcBoolean,false +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,ConstructionMethod,IfcLabel,Cross-laminated timber hybrid +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,FireProtectionClass,IfcLabel,Enhanced compartmentation class +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,SprinklerProtection,IfcBoolean,true +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,OccupancyType,IfcLabel,Education and administration +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,GrossPlannedArea,IfcAreaMeasure,18640.5 +Common,BuildingInfo,IfcBuilding,BuildingCommon,NumberOfStoreys,IfcCountMeasure,9 +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,IsLandmarked,IfcLogical,UNKNOWN +Common,BuildingInfo,IfcBuilding,BuildingCommon,ElevationOfRefHeight,IfcLengthMeasure,112.35 +Common,BuildingInfo,IfcBuilding,BuildingCommon,ElevationOfTerrain,IfcLengthMeasure,108.90 +Common,BuildingInfo,IfcBuilding,Pset_BuildingUseAdjacent,MarketCategory,IfcLabel,Healthcare +Common,BuildingInfo,IfcBuilding,Pset_BuildingUseAdjacent,MarketSubCategory,IfcLabel,Outpatient clinic +Common,BuildingInfo,IfcBuilding,Pset_BuildingUseAdjacent,PlanningControlStatus,IfcLabel,Special review corridor +Common,BuildingInfo,IfcBuilding,Pset_BuildingUseAdjacent,NarrativeText,IfcText,Adjacent parcel reserved for a medical facility with extended evening operation +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,HeatingDryBulb,IfcThermodynamicTemperatureMeasure,-7.5 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,HeatingWetBulb,IfcThermodynamicTemperatureMeasure,-8.8 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,HeatingDesignDay,IfcDateTime,2026-01-22T05:30:00 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,CoolingDryBulb,IfcThermodynamicTemperatureMeasure,31.8 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,CoolingWetBulb,IfcThermodynamicTemperatureMeasure,23.9 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,CoolingDesignDay,IfcDateTime,2026-07-19T15:00:00 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,WeatherDataStation,IfcText,Rivermouth aerodrome archive station +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,WeatherDataDate,IfcDateTime,2025-09-01T00:00:00 diff --git a/data/input_csv/IFC4/IFC4_013_IFCBUILDING.csv b/data/input_csv/IFC4/IFC4_013_IFCBUILDING.csv new file mode 100644 index 0000000000000000000000000000000000000000..0e8b33cd8525e360febed6a3c557130d3693ca09 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_013_IFCBUILDING.csv @@ -0,0 +1,39 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +Common,BuildingInfo,Building,Building Info,Display Name,label,Building-B +Common,BuildingInfo,Building,Building Info,Building ID,label,BLDG-02 +Common,BuildingInfo,Building,Building Info,Is Permanent,boolean,false +Common,BuildingInfo,Building,Building Info,Construction Method,label,Timber +Common,BuildingInfo,Building,Building Info,Fire Protection Class,label,Class3 +Common,BuildingInfo,Building,Building Info,Sprinkler,boolean,false +Common,BuildingInfo,Building,Building Info,Automatic Sprinkler,boolean,false +Common,BuildingInfo,Building,Building Info,Main Use,label,Office +Common,BuildingInfo,Building,Building Info,Total Area,area,1500.0 +Common,BuildingInfo,Building,Building Info,Usable Area,area,1400.0 +Common,BuildingInfo,Building,Building Info,Floors Above Ground,integer,3 +Common,BuildingInfo,Building,Building Info,Date Built,date,1998-05-20 +Common,BuildingInfo,Building,Building Info,Renovation Date,date,2015-03-10 +Common,BuildingInfo,Building,Building Info,Heritage Listed,boolean,false +Common,BuildingInfo,Building,Building Info,Reference Height,length,1.0 +Common,BuildingInfo,Building,Building Info,Elevation Terrain,length,1.5 +Common,BuildingInfo,Building,Building Info,Ancillary Fire Use,label,Garage +Common,BuildingInfo,Building,Building Info,Fire Use,label,Retail +Common,BuildingInfo,Building,Usecase,Market Type,label,Economy +Common,BuildingInfo,Building,Usecase,Market Subtype,label,HighStreet +Common,BuildingInfo,Building,Usecase,State,label,Pending +Common,BuildingInfo,Building,Usecase,Rental Rates,float,1300.0 +Common,BuildingInfo,Building,Address Info,Intended Use,text,Headquarters +Common,BuildingInfo,Building,Address Info,Street,text,456 Sample Rd. +Common,BuildingInfo,Building,Address Info,PO Box,text,PO Box 456 +Common,BuildingInfo,Building,Address Info,City,text,Osaka +Common,BuildingInfo,Building,Address Info,Region Name,text,Kansai +Common,BuildingInfo,Building,Address Info,Postcode,text,530-0001 +Common,BuildingInfo,Building,Address Info,Country Name,text,Japan +Common,BuildingInfo,Building,Address Info,Email,text,hello@company.jp +Common,BuildingInfo,Building,Address Info,Website,text,https://example.org +Common,BuildingInfo,Building,Building Quantities,Measured Height,length,15.0 +Common,BuildingInfo,Building,Building Quantities,Roof Height,length,10.0 +Common,BuildingInfo,Building,Building Quantities,Building Area,area,250.0 +Common,BuildingInfo,Building,Building Quantities,Gross Building Area,area,1600.0 +Common,BuildingInfo,Building,Building Quantities,Net Building Area,area,1500.0 +Common,BuildingInfo,Building,Building Quantities,Gross Volume,volume,13000.0 +Common,BuildingInfo,Building,Building Quantities,Net Volume,volume,12500.0 diff --git a/data/input_csv/IFC4/IFC4_014_IFCBUILDING.csv b/data/input_csv/IFC4/IFC4_014_IFCBUILDING.csv new file mode 100644 index 0000000000000000000000000000000000000000..28f4e9af00216805da34f8e8ce2865bc1ff9aa7a --- /dev/null +++ b/data/input_csv/IFC4/IFC4_014_IFCBUILDING.csv @@ -0,0 +1,44 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,Reference,IfcIdentifier,TOKYO-HQ-BLDG +共通,建物情報,IfcBuilding,Pset_BuildingCommon,BuildingID,IfcIdentifier,BLDG-001 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,IsPermanentID,IfcBoolean,true +共通,建物情報,IfcBuilding,Pset_BuildingCommon,ConstructionMethod,IfcLabel,鉄骨造 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,FireProtectionClass,IfcLabel,耐火建築物 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,SprinklerProtection,IfcBoolean,true +共通,建物情報,IfcBuilding,Pset_BuildingCommon,SprinklerProtectionAutomatic,IfcBoolean,true +共通,建物情報,IfcBuilding,Pset_BuildingCommon,OccupancyType,IfcLabel,事務所 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,GrossPlannedArea,IfcAreaMeasure,18500.0 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,NetPlannedArea,IfcAreaMeasure,16320.0 +共通,建物情報,IfcBuilding,BuildingCommon,NumberOfStoreys,IfcCountMeasure,14 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,YearOfConstruction,IfcLabel,2027 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,YearOfLastRefurbishment,IfcLabel,2042 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,IsLandmarked,IfcLogical,false +共通,建物情報,IfcBuilding,BuildingCommon,ElevationOfRefHeight,IfcLengthMeasure,0.0 +共通,建物情報,IfcBuilding,Pset_BuildingUse,MarketCategory,IfcLabel,大規模オフィス +共通,建物情報,IfcBuilding,Pset_BuildingUse,MarketSubCategory,IfcLabel,本社機能 +共通,建物情報,IfcBuilding,Pset_BuildingUse,PlanningControlStatus,IfcLabel,確認済 +共通,建物情報,IfcBuilding,Pset_BuildingUse,NarrativeText,IfcText,本社執務機能と会議機能を併設 +共通,建物情報,IfcBuilding,Pset_BuildingUse,VacancyRateInCategoryNow,IfcPositiveRatioMeasure,0.02 +共通,建物情報,IfcBuilding,Pset_BuildingUse,TenureModesAvailableNow,IfcLabel,自社保有 +共通,建物情報,IfcBuilding,Pset_BuildingUse,MarketSubCategoriesAvailableNow,IfcLabel,"執務, 会議, 共用" +共通,建物情報,IfcBuilding,Pset_BuildingUse,RentalRatesInCategoryNow,IfcMonetaryMeasure,680000.0 +共通,建物情報,IfcBuilding,Pset_BuildingUse,VacancyRateInCategoryFuture,IfcPositiveRatioMeasure,0.05 +共通,建物情報,IfcBuilding,Pset_BuildingUse,TenureModesAvailableFuture,IfcLabel,自社保有または賃貸 +共通,建物情報,IfcBuilding,Pset_BuildingUse,MarketSubCategoriesAvailableFuture,IfcLabel,"執務, 会議, 交流" +共通,建物情報,IfcBuilding,Pset_BuildingUse,RentalRatesInCategoryFuture,IfcMonetaryMeasure,720000.0 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,HeatingDryBulb,IfcThermodynamicTemperatureMeasure,-1.5 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,HeatingWetBulb,IfcThermodynamicTemperatureMeasure,-3.0 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,HeatingDesignDay,IfcDateTime,2027-01-20T06:00:00 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,CoolingDryBulb,IfcThermodynamicTemperatureMeasure,34.0 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,CoolingWetBulb,IfcThermodynamicTemperatureMeasure,27.0 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,CoolingDesignDay,IfcDateTime,2027-08-07T14:00:00 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,WeatherDataStation,IfcText,東京管区気象台 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,WeatherDataDate,IfcDateTime,2026-10-01T09:00:00 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,PrevailingWindDirection,IfcPlaneAngleMeasure,180.0 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,PrevailingWindVelocity,IfcLinearVelocityMeasure,3.8 +共通,建物情報,IfcBuilding,SpaceLightingDesign,ArtificialLighting,IfcBoolean,true +共通,建物情報,IfcBuilding,SpaceLightingDesign,Illuminance,IfcIlluminanceMeasure,750.0 +共通,建物情報,IfcBuilding,SpaceOccupancyRequirements,OccupancyType,IfcLabel,事務所 +共通,建物情報,IfcBuilding,SpaceOccupancyRequirements,OccupancyNumber,IfcCountMeasure,850 +共通,建物情報,IfcBuilding,SpaceOccupancyRequirements,OccupancyNumberPeak,IfcCountMeasure,1020 +共通,建物情報,IfcBuilding,SpaceOccupancyRequirements,AreaPerOccupant,IfcAreaMeasure,19.2 diff --git a/data/input_csv/IFC4/IFC4_015_IFCBUILDING.csv b/data/input_csv/IFC4/IFC4_015_IFCBUILDING.csv new file mode 100644 index 0000000000000000000000000000000000000000..6cecee84aa3ac07384853cb7e8810f03b9832c95 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_015_IFCBUILDING.csv @@ -0,0 +1,44 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +共通,建物情報,Building,建物識別情報,建物コード,ラベル,BLDG-001 +共通,建物情報,Building,建物識別情報,建物名称,ラベル,東京本社ビル +共通,建物情報,Building,建物識別情報,棟番号,ラベル,A棟 +共通,建物情報,Building,建物識別情報,建物種別,ラベル,本館 +共通,建物情報,Building,建物識別情報,階数,整数,12 +共通,建物情報,Building,建物識別情報,最高高さ,長さ,58.7 +共通,建物情報,Building,建物位置情報,建物住所,ラベル,東京都新宿区四谷1-1-1 +共通,建物情報,Building,建物位置情報,建物郵便番号,ラベル,1600004 +共通,建物情報,Building,建物位置情報,建物地番,ラベル,新宿区四谷一丁目1番 +共通,建物情報,Building,建物位置情報,北緯,角度,35.6895 +共通,建物情報,Building,建物位置情報,東経,角度,139.6917 +共通,建物情報,Building,建物位置情報,標高,長さ,28.5 +共通,建物情報,Building,建物位置情報,測地系,ラベル,JGD2011 +共通,建物情報,Building,建物法規情報,主要用途,ラベル,事務所 +共通,建物情報,Building,建物法規情報,確認申請番号,ラベル,第R05建確-5678号 +共通,建物情報,Building,建物法規情報,確認済証交付日,日付,2025-04-01 +共通,建物情報,Building,建物法規情報,許可番号,ラベル,特定建築許可-2025-001 +共通,建物情報,Building,建物法規情報,防火地域区分,ラベル,準防火地域 +共通,建物情報,Building,建物法規情報,用途地域,ラベル,商業地域 +共通,建物情報,Building,建物法規情報,延床面積,面積,15200 +共通,建物情報,Building,建物法規情報,建築面積,面積,1450 +共通,建物情報,Building,建物構造情報,高さ制限区分,ラベル,第2種高度地区 +共通,建物情報,Building,建物構造情報,構造種別,ラベル,RC造 +共通,建物情報,Building,建物構造情報,耐火構造区分,ラベル,耐火建築物 +共通,建物情報,Building,建物構造情報,地上階数,整数,12 +共通,建物情報,Building,建物構造情報,地下階数,整数,2 +共通,建物情報,Building,建物構造情報,基準階高,長さ,3600 +共通,建物情報,Building,建物環境性能情報,塔屋階数,整数,1 +共通,建物情報,Building,建物環境性能情報,省エネ性能評価,ラベル,BELS★★★ +共通,建物情報,Building,建物環境性能情報,ZEB区分,ラベル,ZEB Ready +共通,建物情報,Building,建物環境性能情報,CASBEEランク,ラベル,Aランク +共通,建物情報,Building,建物FM情報,再エネ設備有無,真偽,true +共通,建物情報,Building,建物FM情報,FM建物ID,ラベル,FM-BLDG-001 +共通,建物情報,Building,建物FM情報,管理部門,ラベル,総務部 +共通,建物情報,Building,建物FM情報,清掃区分,ラベル,A +共通,建物情報,Building,建物FM情報,セキュリティ区分,ラベル,制限区域 +共通,建物情報,Building,建物FM情報,耐用年数,整数,60 +共通,建物情報,Building,建物工程情報,竣工年月日,日付,2026-03-15 +共通,建物情報,Building,建物工程情報,建築着工予定日,日付,2025-04-01 +共通,建物情報,Building,建物工程情報,建築着工日,日付,2025-04-15 +共通,建物情報,Building,建物工程情報,建築完了予定日,日付,2026-02-28 +共通,建物情報,Building,建物工程情報,建築完了日,日付,2026-03-15 +共通,建物情報,Building,建物工程情報,引渡状態,ラベル,完 diff --git a/data/input_csv/IFC4/IFC4_016_IFCBUILDINGSTOREY.csv b/data/input_csv/IFC4/IFC4_016_IFCBUILDINGSTOREY.csv new file mode 100644 index 0000000000000000000000000000000000000000..abdf8e3f546f23d97afd5d4073254f28245c125c --- /dev/null +++ b/data/input_csv/IFC4/IFC4_016_IFCBUILDINGSTOREY.csv @@ -0,0 +1,34 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +共通,階層情報,階・フロア,基本情報,階コード,ラベル,B1F +共通,階層情報,階・フロア,基本情報,出入口階,真偽,false +共通,階層情報,階・フロア,基本情報,地上階,真偽,false +共通,階層情報,階・フロア,基本情報,スプリンクラー有無,真偽,true +共通,階層情報,階・フロア,基本情報,自動スプリンクラー有無,真偽,true +共通,階層情報,階・フロア,基本情報,積載耐力,実数,6.0 +共通,階層情報,階・フロア,面積情報,計画面積,面積,2980.0 +共通,階層情報,階・フロア,面積情報,正味計画面積,面積,2560.0 +共通,階層情報,階・フロア,高さ情報,SSL基準高さ,長さ,-3.00 +共通,階層情報,階・フロア,高さ情報,FFL基準高さ,長さ,-2.85 +共通,階層情報,階・フロア,運用情報,契約管理番号,ラベル,AGR-B1-01 +共通,階層情報,階・フロア,運用情報,契約版数,ラベル,第2版 +共通,階層情報,階・フロア,運用情報,契約日,日付,2025-04-01 +共通,階層情報,階・フロア,運用情報,階名称,ラベル,地下1階 +共通,階層情報,階・フロア,運用情報,利用開始日,日付,2025-05-01 +共通,階層情報,階・フロア,運用情報,利用終了日,日付,2045-04-30 +共通,階層情報,階・フロア,運用情報,利用期間,テキスト,20年 +共通,階層情報,階・フロア,運用情報,利用条件,テキスト,防災設備検査完了後に供用開始 +共通,階層情報,階・フロア,運用情報,利用制限,テキスト,危険物の常設保管は禁止 +共通,階層情報,階・フロア,空調情報,空調備考,テキスト,地下階空調系統 +共通,階層情報,階・フロア,空調情報,空調方式,ラベル,ダクト式 +共通,階層情報,階・フロア,空調情報,総風量,実数,4.8 +共通,階層情報,階・フロア,空調情報,熱取得量,実数,12.0 +共通,階層情報,階・フロア,空調情報,顕熱風量,実数,3.9 +共通,階層情報,階・フロア,空調情報,顕熱取得量,実数,8.5 +共通,階層情報,階・フロア,空調情報,損失熱量,実数,1.4 +共通,階層情報,階・フロア,数量情報,総階高,長さ,3.4 +共通,階層情報,階・フロア,数量情報,有効階高,長さ,3.1 +共通,階層情報,階・フロア,数量情報,外周長,長さ,62.0 +共通,階層情報,階・フロア,数量情報,総床面積,面積,2980.0 +共通,階層情報,階・フロア,数量情報,正味床面積,面積,2560.0 +共通,階層情報,階・フロア,数量情報,総体積,体積,1200.0 +共通,階層情報,階・フロア,数量情報,正味体積,体積,1000.0 diff --git a/data/input_csv/IFC4/IFC4_017_IFCBUILDINGSTOREY.csv b/data/input_csv/IFC4/IFC4_017_IFCBUILDINGSTOREY.csv new file mode 100644 index 0000000000000000000000000000000000000000..c3e7040e47178b27013256904ffbb40ae51b11d6 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_017_IFCBUILDINGSTOREY.csv @@ -0,0 +1,24 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,Reference,IfcIdentifier,ST-03 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,EntranceLevel,IfcBoolean,false +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,AboveGround,IfcLogical,true +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtection,IfcBoolean,true +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtectionAutomatic,IfcBoolean,true +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,LoadBearingCapacity,IfcPlanarForceMeasure,4.5 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,GrossPlannedArea,IfcAreaMeasure,980.0 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,NetPlannedArea,IfcAreaMeasure,860.0 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,ElevationOfSSLRelative,IfcLengthMeasure,6.40 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,ElevationOfFFLRelative,IfcLengthMeasure,6.55 +Common,StoreyInfo,IfcBuildingStorey,PropertyAgreement,TrackingIdentifier,IfcIdentifier,ST03-LEASE-01 +Common,StoreyInfo,IfcBuildingStorey,PropertyAgreement,AgreementVersion,IfcLabel,Rev-A +Common,StoreyInfo,IfcBuildingStorey,PropertyAgreement,AgreementDate,IfcDate,2026-03-01 +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,PropertyName,IfcLabel,Level 03 Office Floor +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,CommencementDate,IfcDate,2026-04-01 +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,TerminationDate,IfcDate,2041-03-31 +Common,StoreyInfo,IfcBuildingStorey,PropertyAgreement,Duration,IfcDuration,P15Y +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,Options,IfcText,Tenant fit-out allowed after approval +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,ConditionCommencement,IfcText,HVAC balancing completed +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,Restrictions,IfcText,Heavy archive storage prohibited +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,ConditionTermination,IfcText,Reinstate ceiling grid at handover +Common,StoreyInfo,IfcBuildingStorey,SpaceCommon,Reference,IfcIdentifier,ST03-ZONE-A +Common,StoreyInfo,IfcBuildingStorey,SpaceCommon,IsExternal,IfcBoolean,false diff --git a/data/input_csv/IFC4/IFC4_018_IFCBUILDINGSTOREY.csv b/data/input_csv/IFC4/IFC4_018_IFCBUILDINGSTOREY.csv new file mode 100644 index 0000000000000000000000000000000000000000..e8ec04ea13b3f066a334c08cdbcde4654539c606 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_018_IFCBUILDINGSTOREY.csv @@ -0,0 +1,32 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,Reference,IfcIdentifier,B1F +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,EntranceLevel,IfcBoolean,false +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,AboveGround,IfcLogical,false +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtection,IfcBoolean,true +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtectionAutomatic,IfcBoolean,true +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,LoadBearingCapacity,IfcPlanarForceMeasure,6.0 +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,GrossPlannedArea,IfcAreaMeasure,2980.0 +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,NetPlannedArea,IfcAreaMeasure,2560.0 +共通,階層情報,IfcBuildingStorey,BuildingStoreyCommon,ElevationOfSSLRelative,IfcLengthMeasure,-3.00 +共通,階層情報,IfcBuildingStorey,BuildingStoreyCommon,ElevationOfFFLRelative,IfcLengthMeasure,-2.85 +共通,階層情報,IfcBuildingStorey,PropertyAgreement,TrackingIdentifier,IfcIdentifier,AGR-B1-01 +共通,階層情報,IfcBuildingStorey,PropertyAgreement,AgreementVersion,IfcLabel,第2版 +共通,階層情報,IfcBuildingStorey,PropertyAgreement,AgreementDate,IfcDate,2025-04-01 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,PropertyName,IfcLabel,地下1階 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,CommencementDate,IfcDate,2025-05-01 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,TerminationDate,IfcDate,2045-04-30 +共通,階層情報,IfcBuildingStorey,PropertyAgreement,Duration,IfcDuration,P20Y +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,Options,IfcText,搬入動線は夜間優先とする +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,ConditionCommencement,IfcText,防災設備検査完了後に供用開始 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,Restrictions,IfcText,危険物の常設保管は禁止 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,ConditionTermination,IfcText,原状回復のうえ返却 +共通,階層情報,IfcBuildingStorey,AirSideSystemInformation,Description,IfcText,地下階空調系統 +共通,階層情報,IfcBuildingStorey,AirSideSystemInformation,TotalAirFlow,IfcVolumetricFlowRateMeasure,4.8 +共通,階層情報,IfcBuildingStorey,AirSideSystemInformation,EnergyGainTotal,IfcPowerMeasure,12.0 +共通,階層情報,IfcBuildingStorey,AirSideSystemInformation,AirFlowSensible,IfcVolumetricFlowRateMeasure,3.9 +共通,階層情報,IfcBuildingStorey,AirSideSystemInformation,EnergyGainSensible,IfcPowerMeasure,8.5 +共通,階層情報,IfcBuildingStorey,AirSideSystemInformation,EnergyLoss,IfcPowerMeasure,1.4 +共通,階層情報,IfcBuildingStorey,AirSideSystemInformation,InfiltrationDiversitySummer,IfcPositiveRatioMeasure,0.25 +共通,階層情報,IfcBuildingStorey,AirSideSystemInformation,InfiltrationDiversityWinter,IfcPositiveRatioMeasure,0.18 +共通,階層情報,IfcBuildingStorey,AirSideSystemInformation,HeatingTemperatureDelta,IfcThermodynamicTemperatureMeasure,18.0 +共通,階層情報,IfcBuildingStorey,AirSideSystemInformation,CoolingTemperatureDelta,IfcThermodynamicTemperatureMeasure,10.0 diff --git a/data/input_csv/IFC4/IFC4_019_IFCBUILDINGSTOREY.csv b/data/input_csv/IFC4/IFC4_019_IFCBUILDINGSTOREY.csv new file mode 100644 index 0000000000000000000000000000000000000000..b37f8f2f47ac141fd7613a38f0eadcc3de250651 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_019_IFCBUILDINGSTOREY.csv @@ -0,0 +1,24 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +Common,StoreyInfo,Building Storey,Common,StoreyCode,label,Storey-01 +Common,StoreyInfo,Building Storey,Common,EntranceFlag,label,true +Common,StoreyInfo,Building Storey,Common,Above Ground,boolean,true +Common,StoreyInfo,Building Storey,Common,Sprinkler,boolean,true +Common,StoreyInfo,Building Storey,Common,Auto Sprinkler,boolean,true +Common,StoreyInfo,Building Storey,Common,Max Loadbearing,float,2.5 +Common,StoreyInfo,Building Storey,Common,Planned Area,area,350.0 +Common,StoreyInfo,Building Storey,Common,Net Planned Area,area,320.0 +Common,StoreyInfo,Building Storey,Common,Elevation - SSL Relative,length,0.00 +Common,StoreyInfo,Building Storey,Common,Elevation - FFL Relative,length,0.10 +Common,StoreyInfo,Building Storey,Air System,AirSystemNote,label,Main AHU serving north zone +Common,StoreyInfo,Building Storey,Air System,Type of Air System,label,VAV +Common,StoreyInfo,Building Storey,Air System,Distribution Type for Air,label,Ducted +Common,StoreyInfo,Building Storey,Air System,Total Air Flow,float,1.2 +Common,StoreyInfo,Building Storey,Air System,Energy Gain,float,5.5 +Common,StoreyInfo,Building Storey,Air System,Fan Power,float,0.75 +Common,StoreyInfo,Building Storey,Quantity Information,Gross Height,length,3.2 +Common,StoreyInfo,Building Storey,Quantity Information,Net Height,length,3.0 +Common,StoreyInfo,Building Storey,Quantity Information,Gross Perimeter,length,60.0 +Common,StoreyInfo,Building Storey,Quantity Information,Gross Floor Area,area,350.0 +Common,StoreyInfo,Building Storey,Quantity Information,Net Floor Area,area,320.0 +Common,StoreyInfo,Building Storey,Quantity Information,Gross Volume,volume,1120.0 +Common,StoreyInfo,Building Storey,Quantity Information,Net Volume,volume,960.0 diff --git a/data/input_csv/IFC4/IFC4_020_IFCBUILDINGSTOREY.csv b/data/input_csv/IFC4/IFC4_020_IFCBUILDINGSTOREY.csv new file mode 100644 index 0000000000000000000000000000000000000000..f0df62aefc6cb4f167ae74e4de966b3f1ad3b1c0 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_020_IFCBUILDINGSTOREY.csv @@ -0,0 +1,24 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,Reference,IfcIdentifier,Storey-02 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,EntranceLevel,IfcBoolean,true +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,AboveGround,IfcLogical,false +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtection,IfcBoolean,false +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtectionAutomatic,IfcBoolean,false +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,LoadBearingCapacity,IfcPlanarForceMeasure,2.8 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,GrossPlannedArea,IfcAreaMeasure,360.0 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,NetPlannedArea,IfcAreaMeasure,330.0 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,ElevationOfSSLRelative,IfcLengthMeasure,0.50 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyCommon,ElevationOfFFLRelative,IfcLengthMeasure,0.60 +Common,StoreyInfo,IfcBuildingStorey,AirSideSystemInformation,Description,IfcText,Main AHU serving south zone +Common,StoreyInfo,IfcBuildingStorey,AirSideSystemInformation,AirSideSystemType,IfcLabel,FCU +Common,StoreyInfo,IfcBuildingStorey,AirSideSystemInformation,AirSideSystemDistributionType,IfcLabel,Ducted +Common,StoreyInfo,IfcBuildingStorey,AirSideSystemInformation,TotalAirFlow,IfcVolumetricFlowRateMeasure,1.5 +Common,StoreyInfo,IfcBuildingStorey,AirSideSystemInformation,EnergyGainTotal,IfcPowerMeasure,6.0 +Common,StoreyInfo,IfcBuildingStorey,AirSideSystemInformation,FanPower,IfcPowerMeasure,0.85 +Common,StoreyInfo,IfcBuildingStorey,Qto_BuildingStoreyBaseQuantities,GrossHeight,IfcLengthMeasure,3.4 +Common,StoreyInfo,IfcBuildingStorey,BuildingStoreyBaseQuantities,NetHeight,IfcLengthMeasure,3.1 +Common,StoreyInfo,IfcBuildingStorey,Qto_BuildingStoreyBaseQuantities,GrossPerimeter,IfcLengthMeasure,62.0 +Common,StoreyInfo,IfcBuildingStorey,Qto_BuildingStoreyBaseQuantities,GrossFloorArea,IfcAreaMeasure,360.0 +Common,StoreyInfo,IfcBuildingStorey,Qto_BuildingStoreyBaseQuantities,NetFloorArea,IfcAreaMeasure,330.0 +Common,StoreyInfo,IfcBuildingStorey,Qto_BuildingStoreyBaseQuantities,GrossVolume,IfcVolumeMeasure,1200.0 +Common,StoreyInfo,IfcBuildingStorey,Qto_BuildingStoreyBaseQuantities,NetVolume,IfcVolumeMeasure,1000.0 diff --git a/data/input_csv/IFC4/IFC4_021_IFCSPACE.csv b/data/input_csv/IFC4/IFC4_021_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..86e394103f6e5335610ed8270fe9d3411e9bc601 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_021_IFCSPACE.csv @@ -0,0 +1,97 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +Common,SpaceInfo,Space,Space Basics,Element Code,label,Space-101 +Common,SpaceInfo,Space,Space Basics,Exterior,boolean,true +Common,SpaceInfo,Space,Space Basics,Overall Target Area,area,120.0 +Common,SpaceInfo,Space,Space Basics,Effective Target Area,area,110.0 +Common,SpaceInfo,Space,Space Basics,Public Access,boolean,true +Common,SpaceInfo,Space,Space Basics,Accessibility,boolean,true +Common,SpaceInfo,Space,Finish Requirements,Floor Finish,label,Carpet +Common,SpaceInfo,Space,Finish Requirements,Floor Finish Thickness,length,0.010 +Common,SpaceInfo,Space,Finish Requirements,Wall Finish,label,Paint +Common,SpaceInfo,Space,Finish Requirements,Wall Finish Thickness,length,0.005 +Common,SpaceInfo,Space,Finish Requirements,Ceiling Finish,label,AcousticTile +Common,SpaceInfo,Space,Finish Requirements,Ceiling Finish Thickness,length,0.010 +Common,SpaceInfo,Space,Finish Requirements,Baseboard,label,PVC +Common,SpaceInfo,Space,Finish Requirements,Baseboard Height,length,0.075 +Common,SpaceInfo,Space,Finish Requirements,Trim Style,label,Simple +Common,SpaceInfo,Space,Finish Requirements,Trim Height,length,0.050 +Common,SpaceInfo,Space,Finish Requirements,Hidden Floor Zone,boolean,true +Common,SpaceInfo,Space,Finish Requirements,Hidden Floor Offset,length,0.020 +Common,SpaceInfo,Space,Finish Requirements,Hidden Ceiling Zone,boolean,true +Common,SpaceInfo,Space,Finish Requirements,Hidden Ceiling Offset,length,0.150 +Common,SpaceInfo,Space,Lighting Plan,Artificial Lighting Flag,label,true +Common,SpaceInfo,Space,Lighting Plan,Lighting Level,float,300.0 +Common,SpaceInfo,Space,Occupancy Plan,Occupancy Category,label,Office +Common,SpaceInfo,Space,Occupancy Plan,Headcount,integer,15 +Common,SpaceInfo,Space,Occupancy Plan,Peak Headcount,integer,20 +Common,SpaceInfo,Space,Occupancy Plan,Daily Occupancy Hours,float,8.0 +Common,SpaceInfo,Space,Occupancy Plan,Area Per Person,float,7.5 +Common,SpaceInfo,Space,Occupancy Plan,Min Headroom,length,2.4 +Common,SpaceInfo,Space,Occupancy Plan,View Preferred,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Target Temperature,float,22.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Upper Limit,float,24.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Lower Limit,float,20.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Summer Upper Limit,float,26.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Summer Lower Limit,float,22.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Winter Upper Limit,float,21.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Winter Lower Limit,float,18.0 +Common,SpaceInfo,Space,HVAC Targets,Humidity Target,float,0.50 +Common,SpaceInfo,Space,HVAC Targets,Humidity Upper Limit,float,0.60 +Common,SpaceInfo,Space,HVAC Targets,Humidity Lower Limit,float,0.40 +Common,SpaceInfo,Space,HVAC Targets,Summer Humidity Level,float,0.55 +Common,SpaceInfo,Space,HVAC Targets,Winter Humidity Level,float,0.45 +Common,SpaceInfo,Space,HVAC Targets,Heating Disabled,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Passive Ventilation,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Passive Ventilation Flow,float,0.5 +Common,SpaceInfo,Space,HVAC Targets,Forced Ventilation,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Forced Ventilation Flow,float,1.2 +Common,SpaceInfo,Space,HVAC Targets,Cooling Service,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Central Cooling,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Air Handling Unit Name,label,AHU-1 +Common,SpaceInfo,Space,Airflow Sizing,Cooling Airflow Target,float,1.5 +Common,SpaceInfo,Space,Airflow Sizing,Heating Airflow Target,float,1.2 +Common,SpaceInfo,Space,Airflow Sizing,Sensible Heat Load,float,3.5 +Common,SpaceInfo,Space,Airflow Sizing,Total Heat Load,float,5.0 +Common,SpaceInfo,Space,Airflow Sizing,Overall Heat Decrease,float,4.0 +Common,SpaceInfo,Space,Airflow Sizing,Cooling Dry-bulb Temp,float,26.0 +Common,SpaceInfo,Space,Airflow Sizing,Cooling RH Level,float,0.55 +Common,SpaceInfo,Space,Airflow Sizing,Heating Dry-bulb Temp,float,20.0 +Common,SpaceInfo,Space,Airflow Sizing,Heating RH Level,float,0.40 +Common,SpaceInfo,Space,Airflow Sizing,Ventilation Airflow Target,float,1.5 +Common,SpaceInfo,Space,Airflow Sizing,Airflow Target,float,1.3 +Common,SpaceInfo,Space,Airflow Sizing,Ceiling Return-Air Plenum,boolean,true +Common,SpaceInfo,Space,Airflow Sizing,Boundary Area Heat Decrease,float,1.2 +Common,SpaceInfo,Space,Airside System,Air System Notes,label,Main AHU serves east wing +Common,SpaceInfo,Space,Airside System,Air Side System Category,label,VAV +Common,SpaceInfo,Space,Airside System,Air Side System Distribution Category,label,Ducted +Common,SpaceInfo,Space,Airside System,Overall Air Flow,float,2.0 +Common,SpaceInfo,Space,Airside System,Energy Increase Overall,float,6.0 +Common,SpaceInfo,Space,Airside System,Sensible Airflow,float,1.5 +Common,SpaceInfo,Space,Airside System,Energy Increase Sensible,float,4.0 +Common,SpaceInfo,Space,Airside System,Energy Decrease,float,3.5 +Common,SpaceInfo,Space,Airside System,Infiltration Factor Summer,float,0.8 +Common,SpaceInfo,Space,Airside System,Infiltration Factor Winter,float,0.7 +Common,SpaceInfo,Space,Airside System,Appliance Factor,float,0.6 +Common,SpaceInfo,Space,Airside System,Heating Temperature Gap,float,10.0 +Common,SpaceInfo,Space,Airside System,Cooling Temperature Gap,float,8.0 +Common,SpaceInfo,Space,Airside System,Ventilation Setting,label,2.3 +Common,SpaceInfo,Space,Airside System,Fan Power Demand,float,0.75 +Common,SpaceInfo,Space,Thermal Load,Occupancy Factor,float,0.6 +Common,SpaceInfo,Space,Thermal Load,Lighting Factor,float,0.8 +Common,SpaceInfo,Space,Thermal Load,ApplianceDiversity (ThermalLoad),float,0.6 +Common,SpaceInfo,Space,Thermal Load,Outside Air per Person,float,0.01 +Common,SpaceInfo,Space,Thermal Load,Receptacle Load Density,float,0.05 +Common,SpaceInfo,Space,Thermal Load,Appliance Percentage Load To Radiant,float,0.3 +Common,SpaceInfo,Space,Thermal Load,Lighting Load Density,float,0.010 +Common,SpaceInfo,Space,Thermal Load,Lighting Percentage Load To Return Air,float,0.2 +Common,SpaceInfo,Space,Thermal Load,Overall Cooling Load,float,6.5 +Common,SpaceInfo,Space,Thermal Load,Overall Heating Load,float,5.0 +Common,SpaceInfo,Space,Thermal Load,InfiltrationDiversitySummer (ThermalLoad),float,0.8 +Common,SpaceInfo,Space,Thermal Load,InfiltrationDiversityWinter (ThermalLoad),float,0.7 +Common,SpaceInfo,Space,Thermal Load,Load Safety Factor,float,1.2 +Common,SpaceInfo,Space,Fire Safety,Fire Risk Factor,float,0.2 +Common,SpaceInfo,Space,Fire Safety,Combustible Storage,label,None +Common,SpaceInfo,Space,Fire Safety,FireExit (Space),boolean,true +Common,SpaceInfo,Space,Fire Safety,Sprinkler Coverage,boolean,true +Common,SpaceInfo,Space,Fire Safety,Auto Sprinkler Coverage,boolean,true +Common,SpaceInfo,Space,Fire Safety,Air Pressurization Mode,label,true diff --git a/data/input_csv/IFC4/IFC4_022_IFCSPACE.csv b/data/input_csv/IFC4/IFC4_022_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..886618c3b92240bf5e6ae4c3f549216ce5cdd001 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_022_IFCSPACE.csv @@ -0,0 +1,40 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +共通,空間情報,IfcSpace,PropertyAgreement,AgreementDate,IfcDate,2025-08-19 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,PropertyName,IfcLabel,建物資産管理室 +共通,空間情報,IfcSpace,Pset_SpaceCoveringRequirements,ConcealedFlooring,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceCoveringRequirements,ConcealedCeiling,IfcBoolean,false +共通,空間情報,IfcSpace,SpaceLightingDesign,ArtificialLighting,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,IsOutlookDesirable,IfcBoolean,false +共通,空間情報,IfcSpace,ThermalLoad,ReceptacleLoadIntensity,IfcHeatFluxDensityMeasure,125.6 +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,CeilingRAPlenum,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceCommon,IsExternal,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_PropertyAgreement,Options,IfcText,24時間警備を実施 +共通,空間情報,IfcSpace,ProcessCapacity,ProcessPerformance,IfcDuration,P1M +共通,空間情報,IfcSpace,Pset_PropertyAgreement,Restrictions,IfcText,日常清掃は管理会社指定 +共通,空間情報,IfcSpace,AirSideSystemInformation,Description,IfcText,備品管理対象空間 +共通,空間情報,IfcSpace,Pset_SpaceCommon,PubliclyAccessible,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceCommon,HandicapAccessible,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,FlammableStorage,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,FireExit,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,SprinklerProtection,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,SprinklerProtectionAutomatic,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,AirPressurization,IfcBoolean,true +共通,空間情報,IfcSpace,SpaceHVACDesign,DiscontinuedHeating,IfcBoolean,true +共通,空間情報,IfcSpace,SpaceHVACDesign,NaturalVentilation,IfcBoolean,false +共通,空間情報,IfcSpace,SpaceHVACDesign,AirHandlingName,IfcLabel,ボイラー併用空調 +共通,空間情報,IfcSpace,SpaceHVACDesign,MechanicalVentilation,IfcBoolean,false +共通,空間情報,IfcSpace,SpaceHVACDesign,AirConditioning,IfcBoolean,true +共通,空間情報,IfcSpace,SpaceHVACDesign,AirConditioningCentral,IfcBoolean,false +共通,空間情報,IfcSpace,SpaceCoveringRequirements,ConcealedFlooringOffset,IfcNonNegativeLengthMeasure,0.050 +共通,空間情報,IfcSpace,SpaceCoveringRequirements,ConcealedCeilingOffset,IfcNonNegativeLengthMeasure,0.000 +共通,空間情報,IfcSpace,SpaceLightingDesign,Illuminance,IfcIlluminanceMeasure,500.0 +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyType,IfcLabel,執務空間 +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,DesignAirFlow,IfcVolumetricFlowRateMeasure,0.85 +共通,空間情報,IfcSpace,Pset_SpaceCommon,GrossPlannedArea,IfcAreaMeasure,45.2 +共通,空間情報,IfcSpace,PropertyAgreement,Duration,IfcDuration,P10Y +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,FireRiskFactor,IfcLabel,低 +共通,空間情報,IfcSpace,ThermalLoad,LoadSafetyFactor,IfcPositiveRatioMeasure,1.10 +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,VentilationDesignAirFlow,IfcVolumetricFlowRateMeasure,0.65 +共通,空間情報,IfcSpace,ProcessCapacity,DownstreamConnections,IfcLabel,光ファイバー回線 +共通,空間情報,IfcSpace,PropertyAgreement,AgreementVersion,IfcLabel,第1版 +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyNumber,IfcCountMeasure,1 diff --git a/data/input_csv/IFC4/IFC4_023_IFCSPACE.csv b/data/input_csv/IFC4/IFC4_023_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..328195a07f2bbcd1a0ca4ad27ddf917cbde08aba --- /dev/null +++ b/data/input_csv/IFC4/IFC4_023_IFCSPACE.csv @@ -0,0 +1,40 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +分類:共通,空間情報チェック,Space,基本管理,最終確認日,日付,2026-01-18 +分類:共通,空間情報チェック,Space,資産管理,管理区分,ラベル,共用資産 +分類:共通,空間情報チェック,Space,維持計画,長期更新対象,真偽,true +分類:共通,空間情報チェック,Space,維持計画,中期改修対象,真偽,false +分類:共通,空間情報チェック,Space,運用管理,外部運営管理対象,真偽,true +分類:共通,空間情報チェック,Space,環境評価,エネルギー計測対象,真偽,false +分類:共通,空間情報チェック,Space,環境評価,内部発熱負荷,実数,146.5 +分類:共通,空間情報チェック,Space,保全履歴,設備更新履歴管理,真偽,true +分類:共通,空間情報チェック,Space,利用契約,テナント運用対象,真偽,false +分類:共通,空間情報チェック,Space,防犯運用,警備レベル,ラベル,巡回警備 +分類:共通,空間情報チェック,Space,清掃計画,定期清掃頻度,ラベル,月次清掃 +分類:共通,空間情報チェック,Space,清掃計画,日常清掃方式,ラベル,平日日常清掃 +分類:共通,空間情報チェック,Space,備品運用,備品台帳対象,ラベル,重点管理対象 +分類:共通,空間情報チェック,Space,設備条件,PH設備対象,真偽,true +分類:共通,空間情報チェック,Space,設備条件,RI設備対象,真偽,false +分類:共通,空間情報チェック,Space,配管条件,ガス配管要否,真偽,true +分類:共通,空間情報チェック,Space,配管条件,衛生配管要否,真偽,true +分類:共通,空間情報チェック,Space,排水条件,汚水接続要否,真偽,false +分類:共通,空間情報チェック,Space,設備条件,専用器具設置要否,真偽,true +分類:共通,空間情報チェック,Space,給湯条件,給湯供給要否,真偽,true +分類:共通,空間情報チェック,Space,給湯条件,飲用給湯要否,真偽,true +分類:共通,空間情報チェック,Space,給湯条件,雑用給湯要否,真偽,false +分類:共通,空間情報チェック,Space,給湯条件,給湯システム種別,ラベル,中央熱源方式 +分類:共通,空間情報チェック,Space,温度条件,高温運用要否,真偽,false +分類:共通,空間情報チェック,Space,排水条件,雑排水接続要否,真偽,true +分類:共通,空間情報チェック,Space,衛生管理,滅菌対応要否,真偽,false +分類:共通,空間情報チェック,Space,給水条件,上水供給要否,真偽,true +分類:共通,空間情報チェック,Space,排水条件,厨房排水接続要否,真偽,true +分類:共通,空間情報チェック,Space,給水条件,中水利用要否,真偽,false +分類:共通,空間情報チェック,Space,エネルギー供給,都市ガス接続要否,真偽,true +分類:共通,空間情報チェック,Space,医療対応,透析対応要否,真偽,false +分類:共通,空間情報チェック,Space,エネルギー供給,ガス消費原単位,実数,24.3 +分類:共通,空間情報チェック,Space,保証情報,防水保証区分,ラベル,10年保証 +分類:共通,空間情報チェック,Space,居住性能,音響快適性,ラベル,静穏 +分類:共通,空間情報チェック,Space,居住性能,空気質評価,ラベル,高水準 +分類:共通,空間情報チェック,Space,居住性能,採光評価,ラベル,明るい +分類:共通,空間情報チェック,Space,情報基盤,通信対応区分,ラベル,光ファイバー対応 +分類:共通,空間情報チェック,Space,居住性能,温熱快適性,ラベル,良好 +分類:共通,空間情報チェック,Space,空間管理,室管理番号,整数,7 diff --git a/data/input_csv/IFC4/IFC4_024_IFCSPACE.csv b/data/input_csv/IFC4/IFC4_024_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..dc616a03d8ac87f924260123516aaedf973a0ae9 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_024_IFCSPACE.csv @@ -0,0 +1,40 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +共通,空間情報,空間・部屋,識別情報,更新,日付,2025-09-01 +共通,空間情報,空間・部屋,識別情報,資産区分,ラベル,設備資産 +共通,空間情報,空間・部屋,識別情報,保全_10年,真偽,false +共通,空間情報,空間・部屋,識別情報,保全_5年,真偽,true +共通,空間情報,空間・部屋,識別情報,LLC管理対象,真偽,false +共通,空間情報,空間・部屋,識別情報,エネルギーコスト,真偽,true +共通,空間情報,空間・部屋,識別情報,熱負荷_人・照明・日射,実数,110 +共通,空間情報,空間・部屋,識別情報,固定資産修繕履歴,真偽,false +共通,空間情報,空間・部屋,識別情報,賃貸管理,真偽,true +共通,空間情報,空間・部屋,識別情報,警備区分,ラベル,無人監視 +共通,空間情報,空間・部屋,識別情報,定期清掃区分,ラベル,隔月清掃 +共通,空間情報,空間・部屋,識別情報,日常清掃区分,ラベル,日常清掃あり +共通,空間情報,空間・部屋,識別情報,備品管理区分,ラベル,備品管理対象 +共通,空間情報,空間・部屋,識別情報,PH要否,真偽,false +共通,空間情報,空間・部屋,識別情報,RI要否,真偽,true +共通,空間情報,空間・部屋,識別情報,ガス,真偽,false +共通,空間情報,空間・部屋,識別情報,衛生器具・給排水,真偽,true +共通,空間情報,空間・部屋,識別情報,汚水要否,真偽,true +共通,空間情報,空間・部屋,識別情報,器具,真偽,false +共通,空間情報,空間・部屋,識別情報,給湯,真偽,false +共通,空間情報,空間・部屋,識別情報,給湯飲用要否,真偽,false +共通,空間情報,空間・部屋,識別情報,給湯雑湯用要否,真偽,false +共通,空間情報,空間・部屋,識別情報,給湯方式,ラベル,地熱利用 +共通,空間情報,空間・部屋,識別情報,高温要否,真偽,true +共通,空間情報,空間・部屋,識別情報,雑排水要否,真偽,false +共通,空間情報,空間・部屋,識別情報,消毒要否,真偽,true +共通,空間情報,空間・部屋,識別情報,上水要否,真偽,true +共通,空間情報,空間・部屋,識別情報,厨房排水要否,真偽,true +共通,空間情報,空間・部屋,識別情報,中水要否,真偽,false +共通,空間情報,空間・部屋,識別情報,都市ガス要否,真偽,false +共通,空間情報,空間・部屋,識別情報,透析要否,真偽,true +共通,空間情報,空間・部屋,識別情報,都市ガス単位面積消費量,実数,0 +共通,空間情報,空間・部屋,識別情報,防水保障,ラベル,15年保証 +共通,空間情報,空間・部屋,識別情報,音環境,ラベル,悪い +共通,空間情報,空間・部屋,識別情報,空気環境,ラベル,不適 +共通,空間情報,空間・部屋,識別情報,光環境,ラベル,不足 +共通,空間情報,空間・部屋,識別情報,情報化対応性,ラベル,光ファイバー対応 +共通,空間情報,空間・部屋,識別情報,熱環境,ラベル,普通 +共通,空間情報,空間・部屋,識別情報,室昇順番号,整数,10 diff --git a/data/input_csv/IFC4/IFC4_025_IFCSPACE.csv b/data/input_csv/IFC4/IFC4_025_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..acb86e177772dd6237fbf0ec929cd6ede0d4b532 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_025_IFCSPACE.csv @@ -0,0 +1,97 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,Reference,IfcIdentifier,Space-201 +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,IsExternal,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,GrossPlannedArea,IfcAreaMeasure,132.0 +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,NetPlannedArea,IfcAreaMeasure,121.0 +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,PubliclyAccessible,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,HandicapAccessible,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,FloorCovering,IfcLabel,Rubber +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,FloorCoveringThickness,IfcPositiveLengthMeasure,0.011 +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,WallCovering,IfcLabel,GypsumBoard +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,WallCoveringThickness,IfcPositiveLengthMeasure,0.006 +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,CeilingCovering,IfcLabel,Gypsum +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,CeilingCoveringThickness,IfcPositiveLengthMeasure,0.011 +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,SkirtingBoard,IfcLabel,Aluminum +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,SkirtingBoardHeight,IfcPositiveLengthMeasure,0.083 +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,Molding,IfcLabel,Cove +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,MoldingHeight,IfcPositiveLengthMeasure,0.055 +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,ConcealedFlooring,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,ConcealedFlooringOffset,IfcNonNegativeLengthMeasure,0.022 +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,ConcealedCeiling,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceCoveringRequirements,ConcealedCeilingOffset,IfcNonNegativeLengthMeasure,0.165 +Common,SpaceInfo,IfcSpace,SpaceLightingDesign,ArtificialLighting,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceLightingDesign,Illuminance,IfcIlluminanceMeasure,330.0 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyType,IfcLabel,MeetingRoom +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyNumber,IfcCountMeasure,17 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyNumberPeak,IfcCountMeasure,22 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyTimePerDay,IfcTimeMeasure,8.8 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,AreaPerOccupant,IfcAreaMeasure,8.2 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,MinimumHeadroom,IfcLengthMeasure,2.6 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,IsOutlookDesirable,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,TemperatureSetPoint,IfcThermodynamicTemperatureMeasure,24.2 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,TemperatureMax,IfcThermodynamicTemperatureMeasure,26.4 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,TemperatureMin,IfcThermodynamicTemperatureMeasure,22.0 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,TemperatureSummerMax,IfcThermodynamicTemperatureMeasure,28.6 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,TemperatureSummerMin,IfcThermodynamicTemperatureMeasure,24.2 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,TemperatureWinterMax,IfcThermodynamicTemperatureMeasure,23.1 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,TemperatureWinterMin,IfcThermodynamicTemperatureMeasure,19.8 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,HumiditySetPoint,IfcPositiveRatioMeasure,0.55 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,HumidityMax,IfcPositiveRatioMeasure,0.66 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,HumidityMin,IfcPositiveRatioMeasure,0.44 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,HumiditySummer,IfcPositiveRatioMeasure,0.61 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,HumidityWinter,IfcPositiveRatioMeasure,0.50 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,DiscontinuedHeating,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,NaturalVentilation,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,NaturalVentilationRate,IfcNumericMeasure,0.55 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,MechanicalVentilation,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,MechanicalVentilationRate,IfcNumericMeasure,1.32 +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,AirConditioning,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,AirConditioningCentral,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceHVACDesign,AirHandlingName,IfcLabel,AHU-2 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,CoolingDesignAirFlow,IfcVolumetricFlowRateMeasure,1.65 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,HeatingDesignAirFlow,IfcVolumetricFlowRateMeasure,1.32 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,SensibleHeatGain,IfcPowerMeasure,3.85 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,TotalHeatGain,IfcPowerMeasure,5.50 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,TotalHeatLoss,IfcPowerMeasure,4.40 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,CoolingDryBulb,IfcThermodynamicTemperatureMeasure,28.6 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,CoolingRelativeHumidity,IfcPositiveRatioMeasure,0.61 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,HeatingDryBulb,IfcThermodynamicTemperatureMeasure,22.0 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,HeatingRelativeHumidity,IfcPositiveRatioMeasure,0.44 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,VentilationDesignAirFlow,IfcVolumetricFlowRateMeasure,1.65 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,DesignAirFlow,IfcVolumetricFlowRateMeasure,1.43 +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,CeilingRAPlenum,IfcBoolean,true +Common,SpaceInfo,IfcSpace,SpaceAirHandlingDimensioning,BoundaryAreaHeatLoss,IfcHeatFluxDensityMeasure,1.32 +Common,SpaceInfo,IfcSpace,AirSideSystemInformation,Description,IfcText,Central AHU serves west wing +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,AirSideSystemType,IfcLabel,VRF +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,AirSideSystemDistributionType,IfcLabel,Underfloor +Common,SpaceInfo,IfcSpace,AirSideSystemInformation,TotalAirFlow,IfcVolumetricFlowRateMeasure,2.20 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,EnergyGainTotal,IfcPowerMeasure,6.60 +Common,SpaceInfo,IfcSpace,AirSideSystemInformation,AirFlowSensible,IfcVolumetricFlowRateMeasure,1.65 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,EnergyGainSensible,IfcPowerMeasure,4.40 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,EnergyLoss,IfcPowerMeasure,3.85 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,InfiltrationDiversitySummer,IfcPositiveRatioMeasure,0.88 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,InfiltrationDiversityWinter,IfcPositiveRatioMeasure,0.77 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,ApplianceDiversity,IfcPositiveRatioMeasure,0.66 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,HeatingTemperatureDelta,IfcThermodynamicTemperatureMeasure,11.0 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,CoolingTemperatureDelta,IfcThermodynamicTemperatureMeasure,8.8 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,Ventilation,IfcVolumetricFlowRateMeasure,1.0 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,FanPower,IfcPowerMeasure,0.83 +Common,SpaceInfo,IfcSpace,ThermalLoad,OccupancyDiversity,IfcPositiveRatioMeasure,0.66 +Common,SpaceInfo,IfcSpace,ThermalLoad,LightingDiversity,IfcPositiveRatioMeasure,0.88 +Common,SpaceInfo,IfcSpace,ThermalLoad,ApplianceDiversity,IfcPositiveRatioMeasure,0.66 +Common,SpaceInfo,IfcSpace,ThermalLoad,OutsideAirPerPerson,IfcVolumetricFlowRateMeasure,0.011 +Common,SpaceInfo,IfcSpace,ThermalLoad,ReceptacleLoadIntensity,IfcHeatFluxDensityMeasure,0.055 +Common,SpaceInfo,IfcSpace,ThermalLoad,AppliancePercentLoadToRadiant,IfcPositiveRatioMeasure,0.33 +Common,SpaceInfo,IfcSpace,ThermalLoad,LightingLoadIntensity,IfcHeatFluxDensityMeasure,0.011 +Common,SpaceInfo,IfcSpace,ThermalLoad,LightingPercentLoadToReturnAir,IfcPositiveRatioMeasure,0.22 +Common,SpaceInfo,IfcSpace,ThermalLoad,TotalCoolingLoad,IfcPowerMeasure,7.15 +Common,SpaceInfo,IfcSpace,ThermalLoad,TotalHeatingLoad,IfcPowerMeasure,5.50 +Common,SpaceInfo,IfcSpace,ThermalLoad,InfiltrationDiversitySummer,IfcPositiveRatioMeasure,0.88 +Common,SpaceInfo,IfcSpace,ThermalLoad,InfiltrationDiversityWinter,IfcPositiveRatioMeasure,0.77 +Common,SpaceInfo,IfcSpace,ThermalLoad,LoadSafetyFactor,IfcPositiveRatioMeasure,1.32 +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,FireRiskFactor,IfcLabel,0.2 +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,FlammableStorage,IfcBoolean,false +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,FireExit,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,SprinklerProtection,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,SprinklerProtectionAutomatic,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,AirPressurization,IfcBoolean,false diff --git a/data/input_csv/IFC4/IFC4_026_IFCSPACE.csv b/data/input_csv/IFC4/IFC4_026_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..0034055c440a4cca63758e2a82a1b88bb6a76c82 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_026_IFCSPACE.csv @@ -0,0 +1,40 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +共通,空間情報,IfcSpace,PropertyAgreement,AgreementDate,IfcDate,2025-08-22 +共通,空間情報,IfcSpace,AirSideSystemInformation,Description,IfcText,建物附属設備を収容 +共通,空間情報,IfcSpace,Pset_SpaceCommon,IsExternal,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceCommon,PubliclyAccessible,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,IsOutlookDesirable,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceCommon,HandicapAccessible,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceCommon,GrossPlannedArea,IfcAreaMeasure,12.8 +共通,空間情報,IfcSpace,Pset_SpaceCommon,Reference,IfcIdentifier,SPACE-026 +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyType,IfcLabel,設備管理室 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,Options,IfcText,夜間警備あり +共通,空間情報,IfcSpace,ProcessCapacity,ProcessPerformance,IfcDuration,P7D +共通,空間情報,IfcSpace,Pset_PropertyAgreement,Restrictions,IfcText,日常清掃対象外 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,ConditionTermination,IfcText,備品管理対象外 +共通,空間情報,IfcSpace,SpaceHVACDesign,NaturalVentilation,IfcBoolean,false +共通,空間情報,IfcSpace,SpaceHVACDesign,MechanicalVentilation,IfcBoolean,true +共通,空間情報,IfcSpace,SpaceHVACDesign,AirConditioning,IfcBoolean,false +共通,空間情報,IfcSpace,SpaceHVACDesign,AirConditioningCentral,IfcBoolean,true +共通,空間情報,IfcSpace,SpaceHVACDesign,DiscontinuedHeating,IfcBoolean,true +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,CeilingRAPlenum,IfcBoolean,false +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,DesignAirFlow,IfcVolumetricFlowRateMeasure,1.10 +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,VentilationDesignAirFlow,IfcVolumetricFlowRateMeasure,0.55 +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,CoolingDesignAirFlow,IfcVolumetricFlowRateMeasure,0.85 +共通,空間情報,IfcSpace,Pset_AirSideSystemInformation,AirSideSystemDistributionType,IfcLabel,セントラル方式 +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,HeatingDesignAirFlow,IfcVolumetricFlowRateMeasure,0.60 +共通,空間情報,IfcSpace,SpaceAirHandlingDimensioning,BoundaryAreaHeatLoss,IfcHeatFluxDensityMeasure,18.0 +共通,空間情報,IfcSpace,SpaceHVACDesign,NaturalVentilationRate,IfcNumericMeasure,0.15 +共通,空間情報,IfcSpace,SpaceHVACDesign,MechanicalVentilationRate,IfcNumericMeasure,1.10 +共通,空間情報,IfcSpace,AirSideSystemInformation,TotalAirFlow,IfcVolumetricFlowRateMeasure,1.30 +共通,空間情報,IfcSpace,SpaceHVACDesign,AirHandlingName,IfcLabel,AHU-CENT-01 +共通,空間情報,IfcSpace,Pset_AirSideSystemInformation,AirSideSystemType,IfcLabel,セントラル空調 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,CommencementDate,IfcDate,2025-09-01 +共通,空間情報,IfcSpace,Pset_SpaceCommon,NetPlannedArea,IfcAreaMeasure,10.5 +共通,空間情報,IfcSpace,PropertyAgreement,Duration,IfcDuration,P5Y +共通,空間情報,IfcSpace,PropertyAgreement,AgreementVersion,IfcLabel,第1版 +共通,空間情報,IfcSpace,ThermalLoad,LoadSafetyFactor,IfcPositiveRatioMeasure,1.15 +共通,空間情報,IfcSpace,Pset_AirSideSystemInformation,Ventilation,IfcVolumetricFlowRateMeasure,0.50 +共通,空間情報,IfcSpace,ProcessCapacity,DownstreamConnections,IfcLabel,5G屋内局 +共通,空間情報,IfcSpace,PropertyAgreement,TrackingIdentifier,IfcIdentifier,SPACE-026-OPS +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyNumber,IfcCountMeasure,2 diff --git a/data/input_csv/IFC4/IFC4_027_IFCWALL.csv b/data/input_csv/IFC4/IFC4_027_IFCWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb157fd1776f8c7e21de4636b4d234d5b2b00eb7 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_027_IFCWALL.csv @@ -0,0 +1,73 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +ARC,Wall,Wall,Wall Basics,Drawing Reference,text,DrawingA1 +ARC,Wall,Wall,Wall Basics,WallCondition,label,New +ARC,Wall,Wall,Wall Basics,Sound Rating,label,Rw45 +ARC,Wall,Wall,Wall Basics,Fire Resistance,label,2h +ARC,Wall,Wall,Wall Basics,FireLoadFlag,boolean,true +ARC,Wall,Wall,Wall Basics,Flame Spread Class,label,Class0 +ARC,Wall,Wall,Wall Basics,U-Value,float,0.35 +ARC,Wall,Wall,Wall Basics,Exterior,boolean,true +ARC,Wall,Wall,Wall Basics,Load Bearing,boolean,true +ARC,Wall,Wall,Wall Basics,Extend to Structure,boolean,true +ARC,Wall,Wall,Wall Basics,Compartment Divider,boolean,true +ARC,Wall,Wall,Concrete Specification,Fabrication Location,label,OnSite +ARC,Wall,Wall,Concrete Specification,Casting Method,label,In-situ +ARC,Wall,Wall,Concrete Specification,Structural Role,label,Loadbearing +ARC,Wall,Wall,Concrete Specification,Concrete Strength,label,C30/37 +ARC,Wall,Wall,Concrete Specification,Exposure Class,label,XC4 +ARC,Wall,Wall,Concrete Specification,Rebar Volume Ratio,float,0.01 +ARC,Wall,Wall,Concrete Specification,Rebar Area Ratio,float,0.005 +ARC,Wall,Wall,Concrete Specification,Dimensional Accuracy,label,Class1 +ARC,Wall,Wall,Concrete Specification,Construction Tolerance,label,5mm +ARC,Wall,Wall,Concrete Specification,Concrete Cover,length,0.020 +ARC,Wall,Wall,Concrete Specification,Cover at Main Bars,length,0.040 +ARC,Wall,Wall,Concrete Specification,Cover at Ties,length,0.025 +ARC,Wall,Wall,Concrete Specification,Rebar Grade,label,SD345 +ARC,Wall,Wall,Precast Fabrication,Product Type Code,label,WALL_PRE_001 +ARC,Wall,Wall,Precast Fabrication,Production Lot,label,LOT20230801 +ARC,Wall,Wall,Precast Fabrication,Serial Number,label,SN00123 +ARC,Wall,Wall,Precast Fabrication,Piece Mark,label,PM-12 +ARC,Wall,Wall,Precast Fabrication,As-Built Location,label,L-101 +ARC,Wall,Wall,Precast Fabrication,Production Date,date,2025-08-01 +ARC,Wall,Wall,Precast Fabrication,Erection Date,date,2025-08-20 +ARC,Wall,Wall,Precast Panel Specification,Panel Type,label,Panel-100 +ARC,Wall,Wall,Precast Panel Specification,Corner Chamfer,length,0.010 +ARC,Wall,Wall,Precast Panel Specification,Manufacturing Tolerance,label,T1 +ARC,Wall,Wall,Precast Panel Specification,Form Stripping Strength,float,5.0 +ARC,Wall,Wall,Precast Panel Specification,Lifting Strength,float,50.0 +ARC,Wall,Wall,Precast Panel Specification,Release Strength,float,2.0 +ARC,Wall,Wall,Precast Panel Specification,Minimum Support Length,length,0.200 +ARC,Wall,Wall,Precast Panel Specification,Initial Tension,float,100.0 +ARC,Wall,Wall,Precast Panel Specification,Tendon Relaxation,float,0.035 +ARC,Wall,Wall,Precast Panel Specification,Transport Strength,float,80.0 +ARC,Wall,Wall,Precast Panel Specification,Transport Support Description,text,Two-point support with wooden cradle +ARC,Wall,Wall,Precast Panel Specification,Transport Support Doc Ref,label,DOC-TR-001 +ARC,Wall,Wall,Precast Panel Specification,Hollow Core Plugging,boolean,true +ARC,Wall,Wall,Precast Panel Specification,Midspan Camber,length,0.005 +ARC,Wall,Wall,Precast Panel Specification,Batter at Start,float,0.005 +ARC,Wall,Wall,Precast Panel Specification,Batter at End,float,0.005 +ARC,Wall,Wall,Precast Panel Specification,Twist,float,0.5 +ARC,Wall,Wall,Precast Panel Specification,SegmentOffset,length,0.002 +ARC,Wall,Wall,Precast Panel Specification,Piece Mark (General),label,PM-01 +ARC,Wall,Wall,Precast Panel Specification,Design Location,label,D-100 +ARC,Wall,Wall,Reinforcement Layout,Layout Description,text,Vertical bars 100 mm +ARC,Wall,Wall,Reinforcement Layout,Layout Reference,label,Ref-01 +ARC,Wall,Wall,Reinforcement Layout,Bar Arrangement,label,Grid +ARC,Wall,Wall,Reinforcement Layout,Vertical Bar Spacing,length,0.100 +ARC,Wall,Wall,Reinforcement Layout,Horizontal Bar Spacing,length,0.200 +ARC,Wall,Wall,Reinforcement Layout,Auxiliary Spacing,length,0.050 +ARC,Wall,Wall,Barrier Features,Movable,boolean,true +ARC,Wall,Wall,Barrier Features,Terminal Segment,boolean,true +ARC,Wall,Wall,Barrier Features,Transition Segment,boolean,true +ARC,Wall,Wall,Barrier Features,Terminal Type,label,TypeA +ARC,Wall,Wall,Quantities,RunLength,length,6.0 +ARC,Wall,Wall,Quantities,PanelBreadth,length,0.20 +ARC,Wall,Wall,Quantities,RiseMeasure,length,2.7 +ARC,Wall,Wall,Quantities,Gross Footprint Area,area,12.0 +ARC,Wall,Wall,Quantities,Net Footprint Area,area,11.5 +ARC,Wall,Wall,Quantities,Gross Side Area,area,24.0 +ARC,Wall,Wall,Quantities,Net Side Area,area,23.5 +ARC,Wall,Wall,Quantities,Gross Volume,volume,36.0 +ARC,Wall,Wall,Quantities,Net Volume,volume,35.0 +ARC,Wall,Wall,Quantities,Gross Weight,float,4500.0 +ARC,Wall,Wall,Quantities,Net Weight,float,4300.0 diff --git a/data/input_csv/IFC4/IFC4_028_IFCWALL.csv b/data/input_csv/IFC4/IFC4_028_IFCWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..46322cf6ece6fd68b469b151f0074fcb3710ba62 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_028_IFCWALL.csv @@ -0,0 +1,73 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +ARC,Wall(ARC),IfcWall,Pset_WallCommon,Reference,IfcIdentifier,DrawingB2 +ARC,Wall(ARC),IfcWall,Pset_WallCommon,Status,IfcLabel,New +ARC,Wall(ARC),IfcWall,Pset_WallCommon,AcousticRating,IfcLabel,Rw50 +ARC,Wall(ARC),IfcWall,Pset_WallCommon,FireRating,IfcLabel,1h +ARC,Wall(ARC),IfcWall,Pset_WallCommon,Combustible,IfcBoolean,false +ARC,Wall(ARC),IfcWall,Pset_WallCommon,SurfaceSpreadOfFlame,IfcLabel,Class1 +ARC,Wall(ARC),IfcWall,Pset_WallCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.30 +ARC,Wall(ARC),IfcWall,Pset_WallCommon,IsExternal,IfcBoolean,false +ARC,Wall(ARC),IfcWall,Pset_WallCommon,LoadBearing,IfcBoolean,true +ARC,Wall(ARC),IfcWall,Pset_WallCommon,ExtendToStructure,IfcBoolean,false +ARC,Wall(ARC),IfcWall,Pset_WallCommon,Compartmentation,IfcBoolean,true +ARC,Wall(ARC),IfcWall,ConcreteElementGeneral,AssemblyPlace,IfcLabel,OffSite +ARC,Wall(ARC),IfcWall,ConcreteElementGeneral,CastingMethod,IfcLabel,In-situ +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,ShearWall +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,StrengthClass,IfcLabel,C35/45 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,XC2 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,0.012 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.006 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,DimensionalAccuracyClass,IfcLabel,Class2 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ConstructionToleranceClass,IfcLabel,3mm +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.025 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,0.045 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ConcreteCoverAtLinks,IfcPositiveLengthMeasure,0.020 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ReinforcementStrengthClass,IfcLabel,SD390 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,WALL_PRE_002 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementFabrication,ProductionLotId,IfcIdentifier,LOT20250910 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementFabrication,SerialNumber,IfcIdentifier,SN07890 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementFabrication,PieceMark,IfcLabel,PM-14 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementFabrication,AsBuiltLocationNumber,IfcLabel,L-201 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementFabrication,ActualProductionDate,IfcDateTime,2025-09-05T00:00:00 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementFabrication,ActualErectionDate,IfcDateTime,2025-09-25T00:00:00 +ARC,Wall(ARC),IfcWall,PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,Panel-120 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,0.012 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,ManufacturingToleranceClass,IfcLabel,T2 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,FormStrippingStrength,IfcPressureMeasure,6.5 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,60.0 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,2.5 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.250 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,110.0 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,0.030 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,85.0 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,Four-point slings with spreader +ARC,Wall(ARC),IfcWall,PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,DOC-TR-012 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,HollowCorePlugging,IfcLabel,false +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,0.006 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,BatterAtStart,IfcPlaneAngleMeasure,0.006 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,BatterAtEnd,IfcPlaneAngleMeasure,0.006 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,Twisting,IfcPlaneAngleMeasure,0.6 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,Shortening,IfcRatioMeasure,0.003 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,PieceMark,IfcLabel,PM-03 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,DesignLocationNumber,IfcLabel,D-200 +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,Description,IfcText,Vertical 150 mm +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,Reference,IfcLabel,Ref-02 +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,BarAllocationType,IfcLabel,Single +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,VerticalBarPitch,IfcPositiveLengthMeasure,0.120 +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,HorizontalBarPitch,IfcPositiveLengthMeasure,0.220 +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,SpacingBarPitch,IfcPositiveLengthMeasure,0.060 +ARC,Wall(ARC),IfcWall,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,20.0 +ARC,Wall(ARC),IfcWall,MaintenanceStrategy,AssetCriticality,IfcLabel,High +ARC,Wall(ARC),IfcWall,Pset_Condition,AssessmentDescription,IfcText,Non-combustible interior wall assembly +ARC,Wall(ARC),IfcWall,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,TypeB +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,Length,IfcLengthMeasure,7.5 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,Width,IfcLengthMeasure,0.22 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,Height,IfcLengthMeasure,2.9 +ARC,Wall(ARC),IfcWall,WallBaseQuantities,GrossFootPrintArea,IfcAreaMeasure,13.0 +ARC,Wall(ARC),IfcWall,WallBaseQuantities,NetFootPrintArea,IfcAreaMeasure,12.5 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,GrossSideArea,IfcAreaMeasure,26.0 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,NetSideArea,IfcAreaMeasure,25.4 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,GrossVolume,IfcVolumeMeasure,38.0 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,NetVolume,IfcVolumeMeasure,36.5 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,GrossWeight,IfcMassMeasure,4700.0 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,NetWeight,IfcMassMeasure,4400.0 diff --git a/data/input_csv/IFC4/IFC4_029_IFCDOOR.csv b/data/input_csv/IFC4/IFC4_029_IFCDOOR.csv new file mode 100644 index 0000000000000000000000000000000000000000..6f68151ee2bc1efb4168f194d2b4b1fd70a6c8f9 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_029_IFCDOOR.csv @@ -0,0 +1,35 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +ARC,Door,Door,Door Basics,Element Code,label,Door-A1 +ARC,Door,Door,Door Basics,Stage,label,New +ARC,Door,Door,Door Basics,Fire Resistance Level,label,30min +ARC,Door,Door,Door Basics,Sound Rating,label,Rw32 +ARC,Door,Door,Door Basics,Glazing Ratio,float,0.25 +ARC,Door,Door,Door Basics,Exterior,boolean,true +ARC,Door,Door,Door Basics,Heat Loss Coefficient,float,1.8 +ARC,Door,Door,Door Basics,Accessibility,boolean,true +ARC,Door,Door,Door Basics,Fire Egress,boolean,true +ARC,Door,Door,Door Basics,Self-Closing Function,boolean,true +ARC,Door,Door,Door Basics,Smoke Barrier Function,boolean,true +ARC,Door,Door,Door Basics,Drive Assisted Operation,boolean,true +ARC,Door,Door,Door Basics,Air Leakage,float,0.5 +ARC,Door,Door,Lining,Frame Lining Depth,length,0.030 +ARC,Door,Door,Lining,Frame Lining Thickness,length,0.012 +ARC,Door,Door,Lining,Threshold Depth Measure,length,0.040 +ARC,Door,Door,Lining,Threshold Thickness Measure,length,0.010 +ARC,Door,Door,Lining,Transom Thickness Measure,length,0.015 +ARC,Door,Door,Lining,Transom Offset Measure,length,0.005 +ARC,Door,Door,Lining,Frame Lining Offset,length,0.003 +ARC,Door,Door,Lining,Threshold Offset Measure,length,0.0 +ARC,Door,Door,Lining,Casing Thickness Measure,length,0.008 +ARC,Door,Door,Lining,Casing Depth Measure,length,0.020 +ARC,Door,Door,Lining,Panel Offset X,length,0.005 +ARC,Door,Door,Lining,Panel Offset Y,length,0.002 +ARC,Door,Door,Door Panel,Door Panel Depth,length,0.040 +ARC,Door,Door,Door Panel,Door Panel Operation,text,SingleSwing +ARC,Door,Door,Door Panel,Door Panel Width,length,0.900 +ARC,Door,Door,Door Panel,Door Panel Position,label,Left +ARC,Door,Door,Manufacturer Info,Brand,label,AcmeDoors +ARC,Door,Door,Manufacturer Info,Model Code,label,MDL-2024-A +ARC,Door,Door,Product Materials,Surface Coating,text,PaintedOak +ARC,Door,Door,Product Materials,CoreMaterial,label,SolidWood +ARC,Door,Door,Product Materials,Frame Material Type,label,Steel diff --git a/data/input_csv/IFC4/IFC4_030_IFCDOOR.csv b/data/input_csv/IFC4/IFC4_030_IFCDOOR.csv new file mode 100644 index 0000000000000000000000000000000000000000..2fdb6a20ce6347dfb97f69558d47e94900a86246 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_030_IFCDOOR.csv @@ -0,0 +1,53 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +意匠,ドア,IfcDoor,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,片開き +意匠,ドア,IfcDoor,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,玄関用ドア +意匠,ドア,IfcDoor,Pset_DoorCommon,Reference,IfcIdentifier,木製 +意匠,ドア,IfcDoor,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,D-101 +意匠,ドア,IfcDoor,Uncertainty,UncertaintyDescription,IfcText,内部 +意匠,ドア,IfcDoor,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,特記事項なし +意匠,ドア,IfcDoor,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P20D +意匠,ドア,IfcDoor,MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P2300D +意匠,ドア,IfcDoor,Qto_DoorBaseQuantities,Width,IfcLengthMeasure,9 +意匠,ドア,IfcDoor,DoorPanelProperties,PanelWidth,IfcNormalisedRatioMeasure,0.95 +意匠,ドア,IfcDoor,MaintenanceTriggerDuration,DurationDisposalLevel,IfcDuration,P2400D +意匠,ドア,IfcDoor,Qto_DoorBaseQuantities,Height,IfcLengthMeasure,2.0 +意匠,ドア,IfcDoor,Pset_Condition,AssessmentDescription,IfcText,A-4等級 +意匠,ドア,IfcDoor,Pset_DoorCommon,AcousticRating,IfcLabel,T-2 +意匠,ドア,IfcDoor,Risk,RiskName,IfcLabel,W-2 +意匠,ドア,IfcDoor,Tolerance,ToleranceDescription,IfcText,耐震等級2 +意匠,ドア,IfcDoor,Pset_DoorCommon,HygrothermalRating,IfcLabel,H-2 +意匠,ドア,IfcDoor,Pset_DoorCommon,FireRating,IfcLabel,不燃 +意匠,ドア,IfcDoor,DoorLiningProperties,LiningDepth,IfcPositiveLengthMeasure,0.105 +意匠,ドア,IfcDoor,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,0 +意匠,ドア,IfcDoor,ConstructionOccurence,AssetIdentifier,IfcLabel,ENT-DOOR-01 +意匠,ドア,IfcDoor,Risk,AssociatedLocation,IfcLabel,南面 +意匠,ドア,IfcDoor,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,木製標準仕様 +意匠,ドア,IfcDoor,Condition,AssessmentType,IfcLabel,外観確認 +意匠,ドア,IfcDoor,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.40 +意匠,ドア,IfcDoor,Risk,AssociatedProduct,IfcLabel,レバーハンドル +意匠,ドア,IfcDoor,Pset_DoorCommon,IsExternal,IfcBoolean,true +意匠,ドア,IfcDoor,Tolerance,ToleranceBasis,IfcLabel,組立 +意匠,ドア,IfcDoor,Pset_DoorCommon,SelfClosing,IfcBoolean,true +意匠,ドア,IfcDoor,Pset_DoorCommon,HandicapAccessible,IfcBoolean,false +意匠,ドア,IfcDoor,Pset_DoorCommon,SecurityRating,IfcLabel,電気錠仕様 +意匠,ドア,IfcDoor,DoorPanelProperties,PanelOperation,IfcLabel,片開き +意匠,ドア,IfcDoor,MaintenanceTriggerPerformance,PerformanceMaintenanceLevel,IfcReal,2 +意匠,ドア,IfcDoor,DoorPanelProperties,PanelDepth,IfcPositiveLengthMeasure,0.040 +意匠,ドア,IfcDoor,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,30 +意匠,ドア,IfcDoor,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,25.0 +意匠,ドア,IfcDoor,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,20.0 +意匠,ドア,IfcDoor,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,ステンレス建具工業 +意匠,ドア,IfcDoor,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,25.0 +意匠,ドア,IfcDoor,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,600 +意匠,ドア,IfcDoor,Pset_ManufacturerOccurrence,SerialNumber,IfcIdentifier,HW-STEEL-01 +意匠,ドア,IfcDoor,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,FIN-MEL-01 +意匠,ドア,IfcDoor,Pset_Condition,AssessmentCondition,IfcLabel,竣工時 +意匠,ドア,IfcDoor,EnvironmentalCondition,MaximumRainIntensity,IfcReal,20 +意匠,ドア,IfcDoor,MaintenanceTriggerPerformance,ReplacementLevel,IfcReal,1000 +意匠,ドア,IfcDoor,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +意匠,ドア,IfcDoor,EnvironmentalCondition,SeismicResistance,IfcReal,0.50 +意匠,ドア,IfcDoor,EnvironmentalCondition,SmokeLevel,IfcLabel,Low +意匠,ドア,IfcDoor,Qto_DoorBaseQuantities,Perimeter,IfcLengthMeasure,5.8 +意匠,ドア,IfcDoor,DoorPanelProperties,PanelPosition,IfcLabel,LEFT +意匠,ドア,IfcDoor,Risk,NatureOfRisk,IfcLabel,木製面材の傷 +意匠,ドア,IfcDoor,Pset_DoorCommon,FireExit,IfcBoolean,true diff --git a/data/input_csv/IFC4/IFC4_031_IFCWINDOW.csv b/data/input_csv/IFC4/IFC4_031_IFCWINDOW.csv new file mode 100644 index 0000000000000000000000000000000000000000..e13bbd39818a708530a4cc1c312bcca6afa8e7c6 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_031_IFCWINDOW.csv @@ -0,0 +1,54 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +意匠,WINDOW INFO,窓,性能検証,遮音コンセプト,ラベル,外部騒音配慮型 +意匠,WINDOW INFO,窓,製品分類,管理記号,ラベル,WX-914 +意匠,WINDOW INFO,窓,可動範囲,開口クリア高[mm],長さ,1320 +意匠,WINDOW INFO,窓,外観計画,発色テーマ,ラベル,ダークグラファイト +意匠,WINDOW INFO,窓,防虫計画,防虫建具形式,ラベル,内付ロール網戸 +意匠,WINDOW INFO,窓,取付基準,基準高さ,ラベル,FL+950 +意匠,WINDOW INFO,窓,内装納まり,窓台材,ラベル,人工大理石カウンター +意匠,WINDOW INFO,窓,表面保護,保護層平均厚[μm],実数,62.5 +意匠,WINDOW INFO,窓,位置参照,主対象室,ラベル,ラウンジ +意匠,WINDOW INFO,窓,施錠仕様,補助錠形式,ラベル,補助ロックユニット +意匠,WINDOW INFO,窓,開口寸法,基準幅[mm],長さ,920 +意匠,WINDOW INFO,窓,排水納まり,下端ドリップ材,ラベル,ステンレス水切プレート +意匠,WINDOW INFO,窓,安全仕様,防災ガラス構成,ラベル,網入り耐熱合わせガラス +意匠,WINDOW INFO,窓,外装保護,前面スクリーン形式,ラベル,パンチングメタルパネル +意匠,WINDOW INFO,窓,可動範囲,残留かぶり寸法[mm],長さ,34 +意匠,WINDOW INFO,窓,性能検証,断熱コンセプト,ラベル,日射抑制型 +意匠,WINDOW INFO,窓,操作部品,操作具装備有無,真偽,false +意匠,WINDOW INFO,窓,製品分類,開口ユニット種別,ラベル,ハイサイドライト +意匠,WINDOW INFO,窓,外装保護,スクリーン有効高[mm],長さ,1280 +意匠,WINDOW INFO,窓,施錠仕様,主錠機能,ラベル,ダブルロック +意匠,WINDOW INFO,窓,開閉計画,作動モード,ラベル,内倒し窓 +意匠,WINDOW INFO,窓,充填固定,固定シール材,ラベル,EPDMガスケット +意匠,WINDOW INFO,窓,落下防止構成,保護バー固定方式,ラベル,スラブ下固定 +意匠,WINDOW INFO,窓,開口寸法,基準高さ[mm],長さ,1450 +意匠,WINDOW INFO,窓,図面連携,注記メモ,ラベル,避難経路側のため開放制限あり +意匠,WINDOW INFO,窓,内装納まり,フレーム見込[mm],長さ,88 +意匠,WINDOW INFO,窓,性能検証,気密グレード,ラベル,高気密仕様 +意匠,WINDOW INFO,窓,防虫計画,ネット素材,ラベル,ポリエステルネット +意匠,WINDOW INFO,窓,可動範囲,開口クリア幅A[mm],長さ,520 +意匠,WINDOW INFO,窓,施錠仕様,補助錠機能,ラベル,誤開放防止 +意匠,WINDOW INFO,窓,位置参照,副対象面,ラベル,北東面 +意匠,WINDOW INFO,窓,外装保護,支持金物方式,ラベル,溶接プレート止め +意匠,WINDOW INFO,窓,設置条件,面区分,ラベル,中庭側 +意匠,WINDOW INFO,窓,可動範囲,開口クリア幅B[mm],長さ,310 +意匠,WINDOW INFO,窓,表面保護,表層処理方式,ラベル,粉体焼付塗装 +意匠,WINDOW INFO,窓,落下防止構成,保護バー列数,整数,2 +意匠,WINDOW INFO,窓,防虫計画,ネット中桟数,整数,1 +意匠,WINDOW INFO,窓,内装納まり,周縁フレーム材,ラベル,タモ集成材枠 +意匠,WINDOW INFO,窓,透過材仕様,ガラス総厚[mm],長さ,28 +意匠,WINDOW INFO,窓,操作部品,操作具形式,ラベル,バーグリップ +意匠,WINDOW INFO,窓,性能検証,止水クラス,ラベル,強雨対応 +意匠,WINDOW INFO,窓,外装保護,スクリーン離隔[mm],長さ,95 +意匠,WINDOW INFO,窓,収納構成,上部収納ユニット,ラベル,埋込スクリーンケース +意匠,WINDOW INFO,窓,可動範囲,障子見付寸法[mm],長さ,48 +意匠,WINDOW INFO,窓,施錠仕様,主錠形式,ラベル,鎌錠 +意匠,WINDOW INFO,窓,性能検証,耐風圧カテゴリ,ラベル,沿岸部対応 +意匠,WINDOW INFO,窓,落下防止構成,保護バー形式,ラベル,縦手すり +意匠,WINDOW INFO,窓,可動範囲,障子見込寸法[mm],長さ,82 +意匠,WINDOW INFO,窓,内装納まり,窓台突出寸法[mm],長さ,210 +意匠,WINDOW INFO,窓,透過材仕様,透過ユニット構成,ラベル,Low-Eトリプルガラス +意匠,WINDOW INFO,窓,外装保護,スクリーン有効幅[mm],長さ,980 +意匠,WINDOW INFO,窓,防虫計画,脱落抑制方式,ラベル,逆走防止ストッパー付 +意匠,WINDOW INFO,窓,内装納まり,フレーム逃げ寸法[mm],長さ,12 diff --git a/data/input_csv/IFC4/IFC4_032_IFCWINDOW.csv b/data/input_csv/IFC4/IFC4_032_IFCWINDOW.csv new file mode 100644 index 0000000000000000000000000000000000000000..289402d8fcd623be3a3dafba52e2da5efa780f11 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_032_IFCWINDOW.csv @@ -0,0 +1,54 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +意匠,窓,窓,仕上げ・下地情報,色調,ラベル,ダークグレー +意匠,窓,窓,仕上げ・下地情報,表面処理,ラベル,フッ素樹脂塗装 +意匠,窓,窓,仕上げ・下地情報,膜厚_塗膜厚 [μm],実数,25 +意匠,窓,窓,識別情報,開閉形式,ラベル,縦すべり出し窓 +意匠,窓,窓,識別情報,建具種類,ラベル,腰高窓 +意匠,窓,窓,識別情報,建具番号,ラベル,W-402 +意匠,窓,窓,識別情報,内外区分,ラベル,外部 +意匠,窓,窓,図面情報,備考,テキスト,要現場確認 +意匠,窓,窓,寸法情報,高さ [mm],長さ,2 +意匠,窓,窓,寸法情報,幅 [mm],長さ,1 +意匠,窓,窓,性能情報,気密性能,ラベル,A-3等級 +意匠,窓,窓,性能情報,遮音性能,ラベル,T-1 +意匠,窓,窓,性能情報,水密性能,ラベル,W-4 +意匠,窓,窓,性能情報,耐風圧性能,ラベル,S-2 +意匠,窓,窓,性能情報,断熱性能,ラベル,H-3 +意匠,窓,窓,性能情報,防火性能,ラベル,網入りガラス仕様 +意匠,窓,窓,配置情報,基準レベル,ラベル,GL +意匠,窓,窓,配置情報,建具場所_主,ラベル,リビング +意匠,窓,窓,配置情報,建具場所_副,ラベル,東面 +意匠,窓,窓,識別情報,額縁_種類,ラベル,木枠 +意匠,窓,窓,識別情報,膳板_種類,ラベル,人工大理石膳板 +意匠,窓,窓,寸法情報,額縁_見付 [mm],長さ,40 +意匠,窓,窓,寸法情報,額縁チリ [mm],長さ,12 +意匠,窓,窓,寸法情報,膳板見付 [mm],長さ,25 +意匠,窓,窓,識別情報,ブラインドBOX_種類,ラベル,アルミBOX +意匠,窓,窓,識別情報,手すり_種類,ラベル,縦手すり +意匠,窓,窓,識別情報,手すり取付方法,ラベル,先付 +意匠,窓,窓,識別情報,手すり本数,整数,1 +意匠,窓,窓,識別情報,面格子_種類,ラベル,横格子 +意匠,窓,窓,識別情報,面格子ブラケット_種類,ラベル,直付 +意匠,窓,窓,識別情報,面格子取付 [mm],長さ,45 +意匠,窓,窓,寸法情報,面格子_高さ [mm],長さ,1000 +意匠,窓,窓,寸法情報,面格子_幅 [mm],長さ,1200 +意匠,窓,窓,仕上げ・下地情報,網_材質,ラベル,ペット対応網 +意匠,窓,窓,識別情報,網戸_種類,ラベル,横引きロール網戸 +意匠,窓,窓,識別情報,網戸落下防止部品_種類,ラベル,落下防止金具なし +意匠,窓,窓,寸法情報,網戸中桟_本数,整数,1 +意匠,窓,窓,識別情報,引手・ハンドル_種類,ラベル,レバーハンドル +意匠,窓,窓,識別情報,引手・ハンドル_有無,真偽,true +意匠,窓,窓,識別情報,クレセント_機能,ラベル,施錠機能付き +意匠,窓,窓,識別情報,クレセント_種類,ラベル,ワンタッチクレセント +意匠,窓,窓,識別情報,補助クレセント_機能,ラベル,なし +意匠,窓,窓,識別情報,補助クレセント_種類,ラベル,なし +意匠,窓,窓,識別情報,ガラス押さえ,ラベル,樹脂押縁 +意匠,窓,窓,寸法情報,引残し寸法 [mm],長さ,20 +意匠,窓,窓,寸法情報,障子見込 [mm],長さ,65 +意匠,窓,窓,寸法情報,障子見付 [mm],長さ,35 +意匠,窓,窓,寸法情報,有効開口幅_右 [mm],長さ,450 +意匠,窓,窓,寸法情報,有効開口幅_左 [mm],長さ,450 +意匠,窓,窓,寸法情報,有効高さ [mm],長さ,1900 +意匠,窓,窓,識別情報,ガラス_種類,ラベル,Low-E複層ガラス +意匠,窓,窓,寸法情報,ガラス_厚さ [mm],長さ,6 +意匠,窓,窓,識別情報,水切り_種類,ラベル,ステンレス水切り diff --git a/data/input_csv/IFC4/IFC4_033_IFCSLAB.csv b/data/input_csv/IFC4/IFC4_033_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..d64013b052de417d4e25ccd4c944d56975d87955 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_033_IFCSLAB.csv @@ -0,0 +1,33 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +ARC,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,Description,IfcText,Hollow core slab reinforcement pitch schedule for zone B +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementFabrication,ProductionLotId,IfcIdentifier,LOT-26-04-B17 +ARC,Slab,IfcSlab,Pset_ConcreteElementGeneral,StrengthClass,IfcLabel,C35/45 +ARC,Slab,IfcSlab,Qto_SlabBaseQuantities,NetArea,IfcQuantityArea,22.64 +ARC,Slab,IfcSlab,Pset_PrecastSlab,EdgeDistanceToFirstAxis,IfcPositiveLengthMeasure,0.180 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,FormStrippingStrength,IfcPressureMeasure,18.0 +ARC,Slab,IfcSlab,Pset_SlabCommon,PitchAngle,IfcPlaneAngleMeasure,0.087266 +ARC,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongOutsideTopBarPitch,IfcPositiveLengthMeasure,0.150 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,BatterAtStart,IfcPlaneAngleMeasure,0.003490 +ARC,Slab,IfcSlab,Qto_SlabBaseQuantities,GrossWeight,IfcQuantityWeight,18650.0 +ARC,Slab,IfcSlab,Pset_PrecastSlab,DistanceBetweenComponentAxes,IfcPositiveLengthMeasure,1.200 +ARC,Slab,IfcSlab,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,XC4 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementFabrication,SerialNumber,IfcIdentifier,SN-SLB-260418-07 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,ManufacturingToleranceClass,IfcLabel,MT2 +ARC,Slab,IfcSlab,Pset_SlabCommon,Combustible,IfcBoolean,false +ARC,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideCenterTopBarPitch,IfcPositiveLengthMeasure,0.125 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,32.0 +ARC,Slab,IfcSlab,Qto_SlabBaseQuantities,NetVolume,IfcQuantityVolume,5.12 +ARC,Slab,IfcSlab,Pset_PrecastSlab,AngleBetweenComponentAxes,IfcPlaneAngleMeasure,1.570796 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.090 +ARC,Slab,IfcSlab,Pset_SlabCommon,Compartmentation,IfcBoolean,true +ARC,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideCenterLowerBarPitch,IfcPositiveLengthMeasure,0.175 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementFabrication,ActualProductionDate,IfcDateTime,2026-04-18T09:30:00 +ARC,Slab,IfcSlab,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.0042 +ARC,Slab,IfcSlab,Qto_SlabBaseQuantities,NetWeight,IfcQuantityWeight,17980.0 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,HollowCorePlugging,IfcLabel,SealedWithConcrete +ARC,Slab,IfcSlab,Pset_PrecastSlab,AngleToFirstAxis,IfcPlaneAngleMeasure,0.785398 +ARC,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortOutsideLowerBarPitch,IfcPositiveLengthMeasure,0.140 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,Twisting,IfcPlaneAngleMeasure,0.001745 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementFabrication,AsBuiltLocationNumber,IfcLabel,GRID-C4-L2 +ARC,Slab,IfcSlab,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,0.030 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,DesignLocationNumber,IfcLabel,ZN-2F-C4 diff --git a/data/input_csv/IFC4/IFC4_034_IFCSLAB.csv b/data/input_csv/IFC4/IFC4_034_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..3c4850c10a09e7ff30941e0160f53469fe4f229e --- /dev/null +++ b/data/input_csv/IFC4/IFC4_034_IFCSLAB.csv @@ -0,0 +1,55 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +意匠,天井(意匠),IfcSlab,Pset_Condition,AssessmentCondition,IfcLabel,竣工時 +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,IsExternal,IfcBoolean,false +意匠,天井(意匠),IfcSlab,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,NM-1234 +意匠,天井(意匠),IfcSlab,ConstructionOccurence,ModelNumber,IfcLabel,F-201 +意匠,天井(意匠),IfcSlab,Pset_PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,0.01 +意匠,天井(意匠),IfcSlab,Qto_SlabBaseQuantities,Perimeter,IfcLengthMeasure,150 +意匠,天井(意匠),IfcSlab,BodyGeometryValidation,GrossSurfaceArea,IfcAreaMeasure,25 +意匠,天井(意匠),IfcSlab,BodyGeometryValidation,GrossVolume,IfcVolumeMeasure,3.5 +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,AcousticRating,IfcLabel,ΔL-40 +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,FireRating,IfcLabel,1時間耐火 +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,MaximumRainIntensity,IfcReal,30 +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.80 +意匠,天井(意匠),IfcSlab,Pset_Condition,AssessmentDescription,IfcText,高性能仕様 +意匠,天井(意匠),IfcSlab,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,0 +意匠,天井(意匠),IfcSlab,Pset_PrecastSlab,EdgeDistanceToFirstAxis,IfcPositiveLengthMeasure,0.150 +意匠,天井(意匠),IfcSlab,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,合板仕上 +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,Combustible,IfcBoolean,false +意匠,天井(意匠),IfcSlab,PrecastSlab,NominalThickness,IfcNonNegativeLengthMeasure,0.020 +意匠,天井(意匠),IfcSlab,Pset_PrecastSlab,ToppingType,IfcLabel,フローリング +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,SurfaceSpreadOfFlame,IfcLabel,準不燃 +意匠,天井(意匠),IfcSlab,Pset_PrecastSlab,NominalToppingThickness,IfcPositiveLengthMeasure,0.050 +意匠,天井(意匠),IfcSlab,PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,押出法ポリスチレンフォーム +意匠,天井(意匠),IfcSlab,Condition,AssessmentType,IfcLabel,防水仕様確認 +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,Compartmentation,IfcBoolean,true +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,SeismicResistance,IfcReal,1.2 +意匠,天井(意匠),IfcSlab,Qto_SlabBaseQuantities,Depth,IfcLengthMeasure,0.020 +意匠,天井(意匠),IfcSlab,Pset_ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.025 +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,600 +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,1800 +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,29.0 +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,29.0 +意匠,天井(意匠),IfcSlab,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,8.0 +意匠,天井(意匠),IfcSlab,Warranty,WarrantyPeriod,IfcDuration,P1Y +意匠,天井(意匠),IfcSlab,ConstructionOccurence,AssetIdentifier,IfcLabel,OFFICE-SLAB-01 +意匠,天井(意匠),IfcSlab,Pset_Warranty,IsExtendedWarranty,IfcBoolean,false +意匠,天井(意匠),IfcSlab,Pset_PrecastConcreteElementGeneral,ManufacturingToleranceClass,IfcLabel,ORDINARY +意匠,天井(意匠),IfcSlab,Qto_SlabBaseQuantities,Width,IfcLengthMeasure,200 +意匠,天井(意匠),IfcSlab,Pset_PrecastSlab,DistanceBetweenComponentAxes,IfcPositiveLengthMeasure,0.150 +意匠,天井(意匠),IfcSlab,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,0.030 +意匠,天井(意匠),IfcSlab,Pset_PrecastSlab,AngleToFirstAxis,IfcPlaneAngleMeasure,0 +意匠,天井(意匠),IfcSlab,Pset_ConcreteElementGeneral,ConcreteCoverAtLinks,IfcPositiveLengthMeasure,0.020 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,Description,IfcText,Top reinforcement uses D13 bars +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,Reference,IfcLabel,D10 +意匠,天井(意匠),IfcSlab,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,0.020 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongOutsideTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideCenterTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideEndTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortOutsideTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_Warranty,Exclusions,IfcText,なし +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideCenterTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideEndTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Risk,MitigationPlanned,IfcLabel,なし +意匠,天井(意匠),IfcSlab,Qto_SlabBaseQuantities,NetWeight,IfcMassMeasure,2000 +意匠,天井(意匠),IfcSlab,Risk,AssociatedProduct,IfcLabel,D10鉄筋 diff --git a/data/input_csv/IFC4/IFC4_035_IFCSTAIR.csv b/data/input_csv/IFC4/IFC4_035_IFCSTAIR.csv new file mode 100644 index 0000000000000000000000000000000000000000..3503c8e5fc5c5589bbefcae531d026c05870a728 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_035_IFCSTAIR.csv @@ -0,0 +1,48 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +ARC,Stair,Stair,Stair Basics,Stair Form,label,Straight +ARC,Stair,Stair,Stair Basics,Exterior,boolean,false +ARC,Stair,Stair,Stair Basics,SurfaceSpec,text,PowderCoated +ARC,Stair,Stair,Stair Basics,Load Bearing,boolean,true +ARC,Stair,Stair,Stair Basics,StairCondition,label,Existing +ARC,Stair,Stair,Geometry,Riser Count,integer,18 +ARC,Stair,Stair,Geometry,Tread Count,integer,17 +ARC,Stair,Stair,Geometry,Riser Height,length,0.16 +ARC,Stair,Stair,Geometry,Tread Depth,length,0.27 +ARC,Stair,Stair,Geometry,Nosing Projection,length,0.025 +ARC,Stair,Stair,Geometry,Stair Width,length,1.10 +ARC,Stair,Stair,Geometry,Landing Length,length,1.80 +ARC,Stair,Stair,Geometry,ClearanceTop,length,2.10 +ARC,Stair,Stair,Geometry,Slope Angle,float,31.0 +ARC,Stair,Stair,Performance,Egress Capacity,float,180.0 +ARC,Stair,Stair,Performance,Max Occupant Load,integer,80 +ARC,Stair,Stair,Performance,Flow Rate per Person,float,0.35 +ARC,Stair,Stair,Performance,Slip Resistance,label,R12 +ARC,Stair,Stair,Handrail,Handrail Required,boolean,true +ARC,Stair,Stair,Handrail,Handrail Height,length,0.92 +ARC,Stair,Stair,Handrail,Handrail Continuity,label,Continuous +ARC,Stair,Stair,Handrail,Balustrade Type,label,Metal +ARC,Stair,Stair,Materials,Tread Material,label,PrecastConcrete +ARC,Stair,Stair,Materials,Riser Material,label,PrecastConcrete +ARC,Stair,Stair,Materials,Stringer Material,label,Steel +ARC,Stair,Stair,Materials,Coating,label,PowderCoat +ARC,Stair,Stair,Fire Safety,Fire Rated,boolean,true +ARC,Stair,Stair,Fire Safety,Fire Resistance,label,EI90 +ARC,Stair,Stair,Fire Safety,Smoke Protected,boolean,true +ARC,Stair,Stair,Construction,Fabrication Location,label,Factory +ARC,Stair,Stair,Construction,Prefab ID,label,PF-02 +ARC,Stair,Stair,Construction,Tolerance,label,3mm +ARC,Stair,Stair,Accessibility,Tactile Warning,boolean,true +ARC,Stair,Stair,Accessibility,Contrasting Nosings,boolean,true +ARC,Stair,Stair,Accessibility,Accessible Route,label,Accessible +ARC,Stair,Stair,Installation,Installation Date,date,2025-09-10 +ARC,Stair,Stair,Installation,Fixing Details,text,Chemical anchors to slab; Bracket fix to precast wall +ARC,Stair,Stair,Installation,Lifting Points,text,3 lifting points along stringer +ARC,Stair,Stair,Installation,Temporary Support,boolean,false +ARC,Stair,Stair,Manufacturer Info,MakerName,label,StepMasters +ARC,Stair,Stair,Manufacturer Info,Model,label,STR-2026-B +ARC,Stair,Stair,Stair Quantities,Riser Count,integer,18 +ARC,Stair,Stair,Stair Quantities,Tread Count,integer,17 +ARC,Stair,Stair,Stair Quantities,StairRun,length,3.60 +ARC,Stair,Stair,Stair Quantities,StairRise,length,2.40 +ARC,Stair,Stair,Stair Quantities,PlanExtent,area,3.96 +ARC,Stair,Stair,Stair Quantities,SolidVolumeCalc,volume,1.20 diff --git a/data/input_csv/IFC4/IFC4_036_IFCSTAIR.csv b/data/input_csv/IFC4/IFC4_036_IFCSTAIR.csv new file mode 100644 index 0000000000000000000000000000000000000000..dca587d1e347f839e51e4ebdb876c035a70b7c00 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_036_IFCSTAIR.csv @@ -0,0 +1,47 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +ARC,Stair,IfcStair,PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,Winder +ARC,Stair,IfcStair,Pset_StairCommon,IsExternal,IfcBoolean,false +ARC,Stair,IfcStair,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,PowderCoatedFinish +ARC,Stair,IfcStair,StairCommon,LoadBearing,IfcBoolean,false +ARC,Stair,IfcStair,Pset_StairCommon,Status,IfcLabel,New +ARC,Stair,IfcStair,Pset_StairCommon,NumberOfRiser,IfcCountMeasure,18 +ARC,Stair,IfcStair,Pset_StairCommon,NumberOfTreads,IfcCountMeasure,17 +ARC,Stair,IfcStair,Pset_StairCommon,RiserHeight,IfcPositiveLengthMeasure,0.16 +ARC,Stair,IfcStair,Pset_StairCommon,TreadLength,IfcPositiveLengthMeasure,0.27 +ARC,Stair,IfcStair,Pset_StairCommon,NosingLength,IfcLengthMeasure,0.02 +ARC,Stair,IfcStair,Pset_StairCommon,WalkingLineOffset,IfcPositiveLengthMeasure,1.10 +ARC,Stair,IfcStair,Pset_StairCommon,TreadLengthAtOffset,IfcPositiveLengthMeasure,0.300 +ARC,Stair,IfcStair,Pset_StairCommon,TreadLengthAtInnerSide,IfcPositiveLengthMeasure,0.210 +ARC,Stair,IfcStair,Pset_StairCommon,RequiredHeadroom,IfcPositiveLengthMeasure,2.800 +ARC,Stair,IfcStair,Pset_StairCommon,WaistThickness,IfcPositiveLengthMeasure,0.150 +ARC,Stair,IfcStair,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,0.080 +ARC,Stair,IfcStair,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.250 +ARC,Stair,IfcStair,Pset_Condition,AssessmentCondition,IfcLabel,Wet condition +ARC,Stair,IfcStair,Pset_StairCommon,HasNonSkidSurface,IfcBoolean,false +ARC,Stair,IfcStair,Pset_StairCommon,Reference,IfcIdentifier,Continuous +ARC,Stair,IfcStair,PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,MetalStair +ARC,Stair,IfcStair,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WAR-STAIR-2026-02 +ARC,Stair,IfcStair,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-STAIR-SAFE-02 +ARC,Stair,IfcStair,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.006 +ARC,Stair,IfcStair,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,PolyurethaneFinish +ARC,Stair,IfcStair,Pset_StairCommon,FireExit,IfcBoolean,false +ARC,Stair,IfcStair,Pset_StairCommon,FireRating,IfcLabel,EI90 +ARC,Stair,IfcStair,Pset_StairCommon,HandicapAccessible,IfcBoolean,false +ARC,Stair,IfcStair,ConcreteElementGeneral,AssemblyPlace,IfcLabel,Factory +ARC,Stair,IfcStair,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,PF-02 +ARC,Stair,IfcStair,Tolerance,ToleranceDescription,IfcText,3mm +ARC,Stair,IfcStair,Condition,LastAssessmentReport,IfcLabel,RPT-NONSKID-01 +ARC,Stair,IfcStair,ConstructionAdministration,SubmittalIdentifer,IfcLabel,ACC-NG +ARC,Stair,IfcStair,Condition,AssessmentMethod,IfcDocumentReference,DOC-ACCESS-01 +ARC,Stair,IfcStair,InstallationOccurrence,InstallationDate,IfcDate,2025-10-05 +ARC,Stair,IfcStair,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,05 51 00 +ARC,Stair,IfcStair,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,LiftingPoints: 2 lifting eyes midspan +ARC,Stair,IfcStair,Condition,AssessmentType,IfcLabel,DimensionalInspection +ARC,Stair,IfcStair,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,AscendWorks +ARC,Stair,IfcStair,ConstructionOccurence,ModelNumber,IfcLabel,STR-2026-B +ARC,Stair,IfcStair,Pset_PrecastConcreteElementFabrication,PieceMark,IfcLabel,R18 +ARC,Stair,IfcStair,ConstructionOccurence,TagNumber,IfcLabel,T17 +ARC,Stair,IfcStair,ElementKinematics,LinearRange,IfcPositiveLengthMeasure,3.60 +ARC,Stair,IfcStair,Pset_Condition,AssessmentDescription,IfcText,Riser dimensions verified +ARC,Stair,IfcStair,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,4.20 +ARC,Stair,IfcStair,ElementKinematics,MinimumTime,IfcTimeMeasure,1.25 diff --git a/data/input_csv/IFC4/IFC4_037_IFCROOF.csv b/data/input_csv/IFC4/IFC4_037_IFCROOF.csv new file mode 100644 index 0000000000000000000000000000000000000000..9d65de7facd46c33c3bada3455e67e561dde0226 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_037_IFCROOF.csv @@ -0,0 +1,39 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +ARC,Roof,Roof,Info,RoofCode,label,Roof-A1 +ARC,Roof,Roof,Info,StateFlag,label,New +ARC,Roof,Roof,Info,ExteriorFlag,boolean,true +ARC,Roof,Roof,Info,Structural Support,boolean,true +ARC,Roof,Roof,Info,Heat Loss Coefficient,float,0.20 +ARC,Roof,Roof,Info,Fire Resistance Level,label,EI60 +ARC,Roof,Roof,Info,Sound Rating,label,Rw45 +ARC,Roof,Roof,Info,Flame Spread Class,label,Class0 +ARC,Roof,Roof,Info,RoofPitch,float,30.0 +ARC,Roof,Roof,Info,RoofPitchString,label,1:4 +ARC,Roof,Roof,Info,EavesOverhang,length,0.5 +ARC,Roof,Roof,Info,ParapetHeight,length,1.0 +ARC,Roof,Roof,Finish Specification,Surface Coating,label,SinglePly +ARC,Roof,Roof,Finish Specification,FinishManufacturer,label,AcmeRoofing +ARC,Roof,Roof,Finish Specification,FinishThickness,length,0.0015 +ARC,Roof,Roof,Finish Specification,Coating Color,label,DarkGrey +ARC,Roof,Roof,Finish Specification,FinishPattern,label,Shingle +ARC,Roof,Roof,Finish Specification,DrainageType,label,InternalGutter +ARC,Roof,Roof,Finish Specification,Access Category,label,RoofAccessHatch +ARC,Roof,Roof,Construction,Nominal Thickness Measure,length,0.200 +ARC,Roof,Roof,Construction,ActualThickness,length,0.210 +ARC,Roof,Roof,Construction,InsulationType,label,PIR +ARC,Roof,Roof,Construction,InsulationThickness,length,0.050 +ARC,Roof,Roof,Construction,WaterproofingType,label,BituminousMembrane +ARC,Roof,Roof,Construction,WaterproofingThickness,length,0.003 +ARC,Roof,Roof,Construction,EdgeDetail,label,DripEdge +ARC,Roof,Roof,Construction,EavesGutterSize,length,0.100 +ARC,Roof,Roof,Drainage,HasGutters,boolean,true +ARC,Roof,Roof,Drainage,NumberOfDownpipes,integer,4 +ARC,Roof,Roof,Drainage,OverflowProvision,boolean,true +ARC,Roof,Roof,Manufacturer Info,Brand,label,RoofCo +ARC,Roof,Roof,Manufacturer Info,Model Code,label,RF-2024-A +ARC,Roof,Roof,Product Materials,CoreMaterial,label,Timber +ARC,Roof,Roof,Product Materials,FixingType,label,MechanicalFix +ARC,Roof,Roof,Quantities,Overall Area,area,120.0 +ARC,Roof,Roof,Quantities,Projected Area Estimate,area,110.0 +ARC,Roof,Roof,Practical,Note1,text,Provide maintenance access at northeast corner +ARC,Roof,Roof,Practical,Note2,text,Verify fall for drainage diff --git a/data/input_csv/IFC4/IFC4_038_IFCROOF.csv b/data/input_csv/IFC4/IFC4_038_IFCROOF.csv new file mode 100644 index 0000000000000000000000000000000000000000..aa0a623d499196075245b2dec7f425e6861095be --- /dev/null +++ b/data/input_csv/IFC4/IFC4_038_IFCROOF.csv @@ -0,0 +1,48 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +意匠,屋根,IfcRoof,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.1 +意匠,屋根,IfcRoof,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,1800.0 +意匠,屋根,IfcRoof,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,12.0 +意匠,屋根,IfcRoof,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,1800 +意匠,屋根,IfcRoof,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,60 +意匠,屋根,IfcRoof,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,50 +意匠,屋根,IfcRoof,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,40 +意匠,屋根,IfcRoof,EnvironmentalCondition,SeismicResistance,IfcReal,1.2 +意匠,屋根,IfcRoof,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,1 +意匠,屋根,IfcRoof,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,構造用合板 +意匠,屋根,IfcRoof,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,ゴムアスファルト +意匠,屋根,IfcRoof,Condition,AssessmentType,IfcLabel,仕上確認 +意匠,屋根,IfcRoof,Pset_RoofCommon,Reference,IfcIdentifier,フッ素焼付塗装 +意匠,屋根,IfcRoof,Pset_RoofCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,2.0 +意匠,屋根,IfcRoof,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,ポリエチレンフィルム +意匠,屋根,IfcRoof,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,波板 +意匠,屋根,IfcRoof,EnvironmentalCondition,MaximumRainIntensity,IfcReal,18 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,FormStrippingStrength,IfcPressureMeasure,15.0 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,60.0 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,硬質ウレタンフォーム +意匠,屋根,IfcRoof,Pset_RoofCommon,IsExternal,IfcBoolean,true +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,15.0 +意匠,屋根,IfcRoof,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P40D +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,100.0 +意匠,屋根,IfcRoof,PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,TRN-ROOF-01 +意匠,屋根,IfcRoof,Pset_Condition,AssessmentDescription,IfcText,遮熱層の状態確認 +意匠,屋根,IfcRoof,Risk,RiskName,IfcLabel,縦葺き +意匠,屋根,IfcRoof,Tolerance,ToleranceDescription,IfcText,機械固定工法 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,0.016 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,0.0012 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,Shortening,IfcRatioMeasure,0.005 +意匠,屋根,IfcRoof,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,合板 +意匠,屋根,IfcRoof,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,RFG-01 +意匠,屋根,IfcRoof,Risk,AssociatedProduct,IfcLabel,粘土瓦 +意匠,屋根,IfcRoof,Risk,AssociatedActivity,IfcLabel,瓦棒葺き +意匠,屋根,IfcRoof,EnvironmentalCondition,SaltMistLevel,IfcLabel,Low +意匠,屋根,IfcRoof,EnvironmentalCondition,SmokeLevel,IfcLabel,Low +意匠,屋根,IfcRoof,Uncertainty,HorizontalUncertainty,IfcPositiveLengthMeasure,0.009 +意匠,屋根,IfcRoof,Pset_ManufacturerOccurrence,SerialNumber,IfcIdentifier,ROOF-PLY-01 +意匠,屋根,IfcRoof,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-RFG-01 +意匠,屋根,IfcRoof,PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,和瓦 +意匠,屋根,IfcRoof,ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-ROOF-01 +意匠,屋根,IfcRoof,Condition,LastAssessmentReport,IfcLabel,RPT-ROOF-01 +意匠,屋根,IfcRoof,Risk,MitigationPlanned,IfcLabel,なし +意匠,屋根,IfcRoof,ServiceLife,ServiceLifeDuration,IfcDuration,P15Y +意匠,屋根,IfcRoof,ServiceLife,MeanTimeBetweenFailure,IfcDuration,P2Y +意匠,屋根,IfcRoof,Tolerance,ToleranceBasis,IfcLabel,メーカー標準施工図 diff --git a/data/input_csv/IFC4/IFC4_039_IFCCOLUMN.csv b/data/input_csv/IFC4/IFC4_039_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..658473cbe1c4471305773b70453f4c7b687d2c67 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_039_IFCCOLUMN.csv @@ -0,0 +1,55 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +意匠分類,柱のBIM情報確認,柱,企画属性,意匠シリーズ,ラベル,木目化粧型 +意匠分類,柱のBIM情報確認,柱,企画属性,断面バリエーション,ラベル,八角形 +意匠分類,柱のBIM情報確認,柱,法規属性,防火区画対応区分,ラベル,特定防火設備周辺 +意匠分類,柱のBIM情報確認,柱,位置参照属性,通り芯参照,ラベル,G2-C5 +意匠分類,柱のBIM情報確認,柱,下地仕様属性,基材パネル種別,ラベル,けい酸カルシウム板 +意匠分類,柱のBIM情報確認,柱,下地仕様属性,下地処理区分,ラベル,シーラー処理 +意匠分類,柱のBIM情報確認,柱,化粧仕様属性,化粧層厚さ[mm],長さ,18 +意匠分類,柱のBIM情報確認,柱,化粧仕様属性,化粧材種別,ラベル,左官調樹脂仕上 +意匠分類,柱のBIM情報確認,柱,化粧仕様属性,色調コード,ラベル,N-85近似 +意匠分類,柱のBIM情報確認,柱,断面計画属性,長辺寸法[mm],長さ,650 +意匠分類,柱のBIM情報確認,柱,断面計画属性,短辺寸法[mm],長さ,420 +意匠分類,柱のBIM情報確認,柱,断面計画属性,角部面取り半径[mm],長さ,45 +意匠分類,柱のBIM情報確認,柱,被覆計画属性,被覆層厚さ[mm],長さ,32 +意匠分類,柱のBIM情報確認,柱,被覆計画属性,被覆方式,ラベル,成形耐火板巻き +意匠分類,柱のBIM情報確認,柱,納まり計画属性,見付調整厚[mm],長さ,12 +意匠分類,柱のBIM情報確認,柱,干渉調整属性,先行確定対象,真偽,false +意匠分類,柱のBIM情報確認,柱,座標補正属性,下端補正量X,整数,-15 +意匠分類,柱のBIM情報確認,柱,座標補正属性,下端補正量Y,整数,25 +意匠分類,柱のBIM情報確認,柱,座標補正属性,下端補正量Z,整数,0 +意匠分類,柱のBIM情報確認,柱,座標補正属性,上端補正量X,整数,10 +意匠分類,柱のBIM情報確認,柱,座標補正属性,上端補正量Y,整数,-5 +意匠分類,柱のBIM情報確認,柱,座標補正属性,上端補正量Z,整数,20 +意匠分類,柱のBIM情報確認,柱,接合参照属性,下端接合参照ID,ラベル,COLBASE-7A21 +意匠分類,柱のBIM情報確認,柱,接合参照属性,上端接合参照ID,ラベル,COLTOP-9B34 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,主縦筋呼び径,ラベル,D29 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,下端定着方式,ラベル,機械式定着 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,下端定着余裕長,整数,48 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,下端余長管理値,整数,70 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,上端定着方式,ラベル,直定着 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,上端定着余裕長,整数,42 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,上端余長管理値,整数,55 +意匠分類,柱のBIM情報確認,柱,補助筋計画属性,補助縦筋呼び径,ラベル,D16 +意匠分類,柱のBIM情報確認,柱,補助筋計画属性,下端補助縦筋本数,整数,6 +意匠分類,柱のBIM情報確認,柱,補助筋計画属性,上端補助縦筋本数,整数,10 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,拘束筋呼び径,ラベル,D13 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,拘束筋鋼種,ラベル,SD390 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,接合域ピッチ[mm],整数,90 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,接合域補強筋呼び径,ラベル,D16 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,下端拘束ピッチ[mm],整数,110 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,上端拘束ピッチ[mm],整数,125 +意匠分類,柱のBIM情報確認,柱,中子筋計画属性,中子筋呼び径,ラベル,D10 +意匠分類,柱のBIM情報確認,柱,中子筋計画属性,下端中子筋本数X,整数,2 +意匠分類,柱のBIM情報確認,柱,中子筋計画属性,下端中子筋本数Y,整数,3 +意匠分類,柱のBIM情報確認,柱,中子筋計画属性,上端中子筋本数X,整数,2 +意匠分類,柱のBIM情報確認,柱,中子筋計画属性,上端中子筋本数Y,整数,3 +意匠分類,柱のBIM情報確認,柱,端部寸法属性,下端外形寸法X[mm],整数,720 +意匠分類,柱のBIM情報確認,柱,端部寸法属性,下端外形寸法Y[mm],整数,520 +意匠分類,柱のBIM情報確認,柱,端部寸法属性,上端外形寸法X[mm],整数,680 +意匠分類,柱のBIM情報確認,柱,端部寸法属性,上端外形寸法Y[mm],整数,480 +意匠分類,柱のBIM情報確認,柱,配筋座標属性,多段筋離隔寸法[mm],整数,180 +意匠分類,柱のBIM情報確認,柱,配筋座標属性,主筋1列目芯位置X[mm],整数,210 +意匠分類,柱のBIM情報確認,柱,配筋座標属性,主筋1列目芯位置基準[mm],整数,260 +意匠分類,柱のBIM情報確認,柱,配筋座標属性,主筋1列目芯位置Y[mm],整数,230 +意匠分類,柱のBIM情報確認,柱,配筋座標属性,下端主筋1列目本数X,整数,5 diff --git a/data/input_csv/IFC4/IFC4_040_IFCCOLUMN.csv b/data/input_csv/IFC4/IFC4_040_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..2f714bcfe5570c9ef04939ccca7a5a710ea796e7 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_040_IFCCOLUMN.csv @@ -0,0 +1,55 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +意匠,意匠としての柱の情報確認,柱,意匠テーマ,デザインコンセプト,ラベル,静謐モダン +意匠,意匠としての柱の情報確認,柱,色彩計画,基調カラー,ラベル,スモーキーグレージュ +意匠,意匠としての柱の情報確認,柱,表層計画,主仕上材,ラベル,リブ木質パネル +意匠,意匠としての柱の情報確認,柱,光環境連携,演出照明方式,ラベル,間接アップライト +意匠,意匠としての柱の情報確認,柱,納まり計画,見切材タイプ,ラベル,真鍮ヘアライン +意匠,意匠としての柱の情報確認,柱,空間演出,視認印象,ラベル,やわらかな存在感 +意匠,意匠としての柱の情報確認,柱,表層計画,化粧見付寸法[mm],長さ,28 +意匠,意匠としての柱の情報確認,柱,保全計画,表面保護仕様,ラベル,高耐汚染コート +意匠,意匠としての柱の情報確認,柱,音環境,吸音仕上区分,ラベル,微穿孔吸音仕上 +意匠,意匠としての柱の情報確認,柱,意匠寸法,正面見付幅[mm],長さ,620 +意匠,意匠としての柱の情報確認,柱,意匠寸法,側面見付幅[mm],長さ,580 +意匠,意匠としての柱の情報確認,柱,意匠寸法,コーナー面取り寸法[mm],長さ,35 +意匠,意匠としての柱の情報確認,柱,表層計画,化粧層厚[mm],長さ,9 +意匠,意匠としての柱の情報確認,柱,表層計画,表面テクスチャ,ラベル,オーク柾目 +意匠,意匠としての柱の情報確認,柱,造作調整,ふかし見込寸法[mm],長さ,65 +意匠,意匠としての柱の情報確認,柱,光環境連携,発光演出有無,真偽,true +意匠,意匠としての柱の情報確認,柱,装飾帯計画,横ライン開始高さ[mm],整数,900 +意匠,意匠としての柱の情報確認,柱,装飾帯計画,横ライン終了高さ[mm],整数,3150 +意匠,意匠としての柱の情報確認,柱,装飾帯計画,横ライン奥行[mm],整数,18 +意匠,意匠としての柱の情報確認,柱,サイン連携,サイン位置X[mm],整数,240 +意匠,意匠としての柱の情報確認,柱,サイン連携,サイン位置Y[mm],整数,1650 +意匠,意匠としての柱の情報確認,柱,サイン連携,サイン位置Z[mm],整数,22 +意匠,意匠としての柱の情報確認,柱,管理情報,仕上識別コード,ラベル,FIN-COL-AR12 +意匠,意匠としての柱の情報確認,柱,管理情報,照明回路名,ラベル,LGT-ENT-07 +意匠,意匠としての柱の情報確認,柱,脚元意匠,巾木タイプ,ラベル,ステンレスフラット巾木 +意匠,意匠としての柱の情報確認,柱,脚元意匠,納まり方式,ラベル,壁面埋込 +意匠,意匠としての柱の情報確認,柱,脚元意匠,巾木高さ[mm],整数,75 +意匠,意匠としての柱の情報確認,柱,脚元意匠,コーナー役物数,整数,2 +意匠,意匠としての柱の情報確認,柱,見切意匠,ライン形状,ラベル,シャドー目地 +意匠,意匠としての柱の情報確認,柱,見切意匠,目地幅[mm],整数,12 +意匠,意匠としての柱の情報確認,柱,見切意匠,目地深さ[mm],整数,15 +意匠,意匠としての柱の情報確認,柱,アクセント構成,アクセント材種,ラベル,ブロンズミラー +意匠,意匠としての柱の情報確認,柱,アクセント構成,アクセントパネル枚数,整数,4 +意匠,意匠としての柱の情報確認,柱,アクセント構成,ルーバー本数,整数,6 +意匠,意匠としての柱の情報確認,柱,触感設計,接触部仕上,ラベル,ソフトマット塗装 +意匠,意匠としての柱の情報確認,柱,触感設計,意匠グレード,ラベル,上質仕様 +意匠,意匠としての柱の情報確認,柱,開口連携,隣接開口クリアランス[mm],整数,180 +意匠,意匠としての柱の情報確認,柱,開口連携,窓台連続見切材,ラベル,アルミ押出形材 +意匠,意匠としての柱の情報確認,柱,開口連携,床見切離隔[mm],整数,25 +意匠,意匠としての柱の情報確認,柱,開口連携,天井見切離隔[mm],整数,40 +意匠,意匠としての柱の情報確認,柱,保護部材,コーナーガード材,ラベル,透明アクリルガード +意匠,意匠としての柱の情報確認,柱,保護部材,ガード本数_正面,整数,2 +意匠,意匠としての柱の情報確認,柱,保護部材,ガード本数_側面,整数,1 +意匠,意匠としての柱の情報確認,柱,保護部材,固定点数_上部,整数,3 +意匠,意匠としての柱の情報確認,柱,保護部材,固定点数_下部,整数,3 +意匠,意匠としての柱の情報確認,柱,意匠寸法,脚部見付幅[mm],整数,640 +意匠,意匠としての柱の情報確認,柱,意匠寸法,脚部奥行寸法[mm],整数,610 +意匠,意匠としての柱の情報確認,柱,意匠寸法,頭部見付幅[mm],整数,520 +意匠,意匠としての柱の情報確認,柱,意匠寸法,頭部奥行寸法[mm],整数,500 +意匠,意匠としての柱の情報確認,柱,リズム計画,スリット中心間隔[mm],整数,150 +意匠,意匠としての柱の情報確認,柱,リズム計画,第1スリット位置X[mm],整数,210 +意匠,意匠としての柱の情報確認,柱,リズム計画,第1スリット位置中央[mm],整数,275 +意匠,意匠としての柱の情報確認,柱,リズム計画,第1スリット位置Y[mm],整数,195 +意匠,意匠としての柱の情報確認,柱,リズム計画,正面スリット本数,整数,5 diff --git a/data/input_csv/IFC4/IFC4_041_IFCBEAM.csv b/data/input_csv/IFC4/IFC4_041_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..75d0ec54303547ad8e520281caf0284f7e493666 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_041_IFCBEAM.csv @@ -0,0 +1,44 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,Reference,IfcIdentifier,Beam-A1 +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,Status,IfcLabel,New +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,IsExternal,IfcBoolean,true +ARC,Beam(ARC),IfcBeam,BeamCommon,LoadBearing,IfcBoolean,true +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,FireRating,IfcLabel,EI60 +ARC,Beam(ARC),IfcBeam,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-BEAM-A1 +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,1.2 +ARC,Beam(ARC),IfcBeam,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.004 +ARC,Beam(ARC),IfcBeam,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,0.003 +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,Slope,IfcPlaneAngleMeasure,0.0015 +ARC,Beam(ARC),IfcBeam,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.002 +ARC,Beam(ARC),IfcBeam,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,PrimaryBeam +ARC,Beam(ARC),IfcBeam,Pset_ConcreteElementGeneral,DimensionalAccuracyClass,IfcLabel,Normal +ARC,Beam(ARC),IfcBeam,Qto_BeamBaseQuantities,Length,IfcLengthMeasure,0.300 +ARC,Beam(ARC),IfcBeam,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.150 +ARC,Beam(ARC),IfcBeam,Pset_ReinforcementBarPitchOfBeam,SpacingBarPitch,IfcPositiveLengthMeasure,0.310 +ARC,Beam(ARC),IfcBeam,Pset_ReinforcementBarPitchOfBeam,StirrupBarPitch,IfcPositiveLengthMeasure,0.155 +ARC,Beam(ARC),IfcBeam,MaintenanceStrategy,AssetCriticality,IfcLabel,MEDIUM +ARC,Beam(ARC),IfcBeam,PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,I-shape +ARC,Beam(ARC),IfcBeam,Pset_Warranty,WarrantyStartDate,IfcDate,2025-04-01 +ARC,Beam(ARC),IfcBeam,Pset_PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,0.005 +ARC,Beam(ARC),IfcBeam,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,Top +ARC,Beam(ARC),IfcBeam,MaintenanceStrategy,MonitoringType,IfcLabel,VisualInspection +ARC,Beam(ARC),IfcBeam,Tolerance,OverallStraightness,IfcPositiveLengthMeasure,0.00005 +ARC,Beam(ARC),IfcBeam,Risk,RiskType,IfcLabel,Chemical Effects +ARC,Beam(ARC),IfcBeam,Qto_BeamBaseQuantities,CrossSectionArea,IfcAreaMeasure,0.075 +ARC,Beam(ARC),IfcBeam,Qto_BeamBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,4.60 +ARC,Beam(ARC),IfcBeam,BodyGeometryValidation,SurfaceGenusAfterFeatures,IfcCountMeasure,2 +ARC,Beam(ARC),IfcBeam,Pset_ConcreteElementGeneral,ConstructionToleranceClass,IfcLabel,Standard +ARC,Beam(ARC),IfcBeam,MaintenanceStrategy,AssetPriority,IfcLabel,MEDIUM +ARC,Beam(ARC),IfcBeam,Pset_PrecastConcreteElementGeneral,ManufacturingToleranceClass,IfcLabel,Standard +ARC,Beam(ARC),IfcBeam,ConstructionOccurence,AssetIdentifier,IfcLabel,Chamfer5 +ARC,Beam(ARC),IfcBeam,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,BeamCo +ARC,Beam(ARC),IfcBeam,ConstructionOccurence,ModelNumber,IfcLabel,BM-2024-A +ARC,Beam(ARC),IfcBeam,Warranty,PointOfContact,IfcLabel,BeamCo service desk +ARC,Beam(ARC),IfcBeam,ConstructionOccurence,TagNumber,IfcLabel,ISO9001 +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,Span,IfcPositiveLengthMeasure,6.0 +ARC,Beam(ARC),IfcBeam,Qto_BeamBaseQuantities,GrossVolume,IfcVolumeMeasure,0.405 +ARC,Beam(ARC),IfcBeam,Qto_BeamBaseQuantities,NetVolume,IfcVolumeMeasure,0.390 +ARC,Beam(ARC),IfcBeam,Qto_BeamBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,4.2 +ARC,Beam(ARC),IfcBeam,Pset_Warranty,WarrantyContent,IfcText,Coordinate beam depth with services +ARC,Beam(ARC),IfcBeam,PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,BOLT-END-ACCESS-01 +ARC,Beam(ARC),IfcBeam,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,Temporary bracing required during erection diff --git a/data/input_csv/IFC4/IFC4_042_IFCBEAM.csv b/data/input_csv/IFC4/IFC4_042_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..338f7834b261ef8403b1ba4c313668ae22aabee5 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_042_IFCBEAM.csv @@ -0,0 +1,16 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +意匠,梁(意匠),IfcBeam,Pset_Condition,AssessmentCondition,IfcLabel,施工完了時 +意匠,梁(意匠),IfcBeam,Pset_BeamCommon,IsExternal,IfcBoolean,false +意匠,梁(意匠),IfcBeam,Pset_PrecastConcreteElementFabrication,AsBuiltLocationNumber,IfcLabel,2FL +意匠,梁(意匠),IfcBeam,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,木目化粧梁 +意匠,梁(意匠),IfcBeam,Pset_BeamCommon,FireRating,IfcLabel,不燃 +意匠,梁(意匠),IfcBeam,Qto_BeamBaseQuantities,Length,IfcLengthMeasure,25 +意匠,梁(意匠),IfcBeam,Pset_Condition,AssessmentDescription,IfcText,表面仕上げを現場見本で確認 +意匠,梁(意匠),IfcBeam,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,09 90 00 +意匠,梁(意匠),IfcBeam,Pset_PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,20 +意匠,梁(意匠),IfcBeam,Pset_BeamCommon,Span,IfcPositiveLengthMeasure,600 +意匠,梁(意匠),IfcBeam,Qto_BeamBaseQuantities,GrossWeight,IfcMassMeasure,400 +意匠,梁(意匠),IfcBeam,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,300 +意匠,梁(意匠),IfcBeam,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,2 +意匠,梁(意匠),IfcBeam,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,25 +意匠,梁(意匠),IfcBeam,Qto_BeamBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,32 diff --git a/data/input_csv/IFC4/IFC4_043_IFCCURTAINWALL.csv b/data/input_csv/IFC4/IFC4_043_IFCCURTAINWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..85327ca24b71992bc0c62e908984affebb31191d --- /dev/null +++ b/data/input_csv/IFC4/IFC4_043_IFCCURTAINWALL.csv @@ -0,0 +1,56 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +ARC,CurtainWall,Curtain Wall,System Basics,System ID,label,CurtainWall-C3 +ARC,CurtainWall,Curtain Wall,System Basics,CurtainState,label,Existing +ARC,CurtainWall,Curtain Wall,System Basics,Exterior,boolean,true +ARC,CurtainWall,Curtain Wall,System Basics,Glazing Ratio,float,0.68 +ARC,CurtainWall,Curtain Wall,System Basics,Frame Material,label,Timber +ARC,CurtainWall,Curtain Wall,System Basics,Module Width,length,1.00 +ARC,CurtainWall,Curtain Wall,System Basics,Module Height,length,2.70 +ARC,CurtainWall,Curtain Wall,System Basics,Panel Type,label,Glass +ARC,CurtainWall,Curtain Wall,System Basics,Operable Ratio,float,0.30 +ARC,CurtainWall,Curtain Wall,System Basics,Integrated Shading,boolean,false +ARC,CurtainWall,Curtain Wall,System Basics,System U-Value,float,1.90 +ARC,CurtainWall,Curtain Wall,System Basics,Wind Load Class,label,WL2 +ARC,CurtainWall,Curtain Wall,System Basics,Water Tightness,label,Class4 +ARC,CurtainWall,Curtain Wall,System Basics,Sound Rating,label,Rw38 +ARC,CurtainWall,Curtain Wall,System Basics,Maintenance Access,label,CatA +ARC,CurtainWall,Curtain Wall,System Basics,Cleaning Method,label,BMU +ARC,CurtainWall,Curtain Wall,System Basics,Drainage,text,ExternalDrains +ARC,CurtainWall,Curtain Wall,Panel Specification,Panel Width,length,1.00 +ARC,CurtainWall,Curtain Wall,Panel Specification,Panel Height,length,2.70 +ARC,CurtainWall,Curtain Wall,Panel Specification,Panel Thickness,length,0.018 +ARC,CurtainWall,Curtain Wall,Panel Specification,Panel Material,label,LaminatedGlass +ARC,CurtainWall,Curtain Wall,Panel Specification,Panel Finish,label,Satin +ARC,CurtainWall,Curtain Wall,Panel Specification,Glazing Reference,label,Low-E +ARC,CurtainWall,Curtain Wall,Panel Specification,Opaque Panel,boolean,true +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Depth,length,0.070 +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Width,length,0.045 +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Profile,label,T-Shaped +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Material,label,Steel +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Finish,label,MillFinish +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Spacing,length,1.00 +ARC,CurtainWall,Curtain Wall,Transom Specification,Transom Depth,length,0.070 +ARC,CurtainWall,Curtain Wall,Transom Specification,Transom Width,length,0.045 +ARC,CurtainWall,Curtain Wall,Transom Specification,Transom Profile,label,Curved +ARC,CurtainWall,Curtain Wall,Transom Specification,Transom Material,label,Steel +ARC,CurtainWall,Curtain Wall,Transom Specification,Transom Finish,label,MillFinish +ARC,CurtainWall,Curtain Wall,Frame Specification,Frame Depth,length,0.110 +ARC,CurtainWall,Curtain Wall,Frame Specification,Frame Width,length,0.045 +ARC,CurtainWall,Curtain Wall,Frame Specification,Thermal Break,boolean,false +ARC,CurtainWall,Curtain Wall,Frame Specification,Frame Color,label,Silver +ARC,CurtainWall,Curtain Wall,Glazing Performance,Glazing U-Value,float,1.60 +ARC,CurtainWall,Curtain Wall,Glazing Performance,SHGC,float,0.28 +ARC,CurtainWall,Curtain Wall,Glazing Performance,Visible Transmittance,float,0.58 +ARC,CurtainWall,Curtain Wall,Glazing Performance,Tempered,boolean,true +ARC,CurtainWall,Curtain Wall,Glazing Performance,Laminated,boolean,false +ARC,CurtainWall,Curtain Wall,Manufacturer Info,SupplierName,label,SkyLine +ARC,CurtainWall,Curtain Wall,Manufacturer Info,Model,label,CW-450 +ARC,CurtainWall,Curtain Wall,Product Materials,Surface Finish,label,Anodized +ARC,CurtainWall,Curtain Wall,Product Materials,Core Material,label,Composite +ARC,CurtainWall,Curtain Wall,Quantities,SpanAcross,length,8.0 +ARC,CurtainWall,Curtain Wall,Quantities,PanelRise,length,3.2 +ARC,CurtainWall,Curtain Wall,Quantities,ExposedSurface,area,25.6 +ARC,CurtainWall,Curtain Wall,Quantities,Glazing Area,area,17.5 +ARC,CurtainWall,Curtain Wall,Quantities,Frame Length,length,34.0 +ARC,CurtainWall,Curtain Wall,Quantities,Panel Count,integer,8 +ARC,CurtainWall,Curtain Wall,Quantities,Gross Perimeter,length,22.4 diff --git a/data/input_csv/IFC4/IFC4_044_IFCCURTAINWALL.csv b/data/input_csv/IFC4/IFC4_044_IFCCURTAINWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..d8b8af2fd393d984575b8e98b16bc6b4da98e2d6 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_044_IFCCURTAINWALL.csv @@ -0,0 +1,56 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,Reference,IfcIdentifier,CurtainWall-B2 +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,Status,IfcLabel,New +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,IsExternal,IfcBoolean,false +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.52 +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,09506000234561 +ARC,CurtainWall,IfcCurtainWall,Qto_CurtainWallQuantities,Width,IfcLengthMeasure,1.35 +ARC,CurtainWall,IfcCurtainWall,Qto_CurtainWallQuantities,Height,IfcLengthMeasure,3.20 +ARC,CurtainWall,IfcCurtainWall,MaintenanceStrategy,MonitoringType,IfcLabel,RoutineInspection +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,CW-MOD-300 +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,Combustible,IfcBoolean,true +ARC,CurtainWall,IfcCurtainWall,Qto_CurtainWallQuantities,GrossSideArea,IfcAreaMeasure,1.60 +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,FireRating,IfcLabel,WL4 +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,SurfaceSpreadOfFlame,IfcLabel,Class2 +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,AcousticRating,IfcLabel,Rw40 +ARC,CurtainWall,IfcCurtainWall,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-CW-SAFE-01 +ARC,CurtainWall,IfcCurtainWall,ConstructionAdministration,ProcurementMethod,IfcLabel,Specialty subcontract +ARC,CurtainWall,IfcCurtainWall,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,08 44 13 +ARC,CurtainWall,IfcCurtainWall,Qto_CurtainWallQuantities,NetSideArea,IfcAreaMeasure,1.35 +ARC,CurtainWall,IfcCurtainWall,ConstructionAdministration,SubmittalIdentifer,IfcLabel,SUB-CW-203 +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,Unitized facade module +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,Series 300 thermal break +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,AssemblyPlace,IfcLabel,FACTORY +ARC,CurtainWall,IfcCurtainWall,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-CW-OPS-01 +ARC,CurtainWall,IfcCurtainWall,ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-CW-AAMA-01 +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-CW-2025-01 +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,WarrantyStartDate,IfcDate,2025-09-01 +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +ARC,CurtainWall,IfcCurtainWall,Warranty,WarrantyPeriod,IfcDuration,P10Y +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,WarrantyContent,IfcText,Module finish and gaskets covered under manufacturer warranty +ARC,CurtainWall,IfcCurtainWall,Warranty,PointOfContact,IfcLabel,NeoFacade service team +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,Exclusions,IfcText,Glass breakage from impact is excluded +ARC,CurtainWall,IfcCurtainWall,Tolerance,ToleranceDescription,IfcText,Module alignment tolerance per approved shop drawings +ARC,CurtainWall,IfcCurtainWall,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.005 +ARC,CurtainWall,IfcCurtainWall,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.004 +ARC,CurtainWall,IfcCurtainWall,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,0.004 +ARC,CurtainWall,IfcCurtainWall,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.003 +ARC,CurtainWall,IfcCurtainWall,Tolerance,ElevationalFlatness,IfcPositiveLengthMeasure,0.004 +ARC,CurtainWall,IfcCurtainWall,Pset_Condition,AssessmentDescription,IfcText,Frame finish visually confirmed +ARC,CurtainWall,IfcCurtainWall,Pset_Condition,AssessmentDate,IfcDate,2025-10-12 +ARC,CurtainWall,IfcCurtainWall,Pset_Condition,AssessmentCondition,IfcLabel,Weather-tight +ARC,CurtainWall,IfcCurtainWall,Condition,AssessmentType,IfcLabel,Facade inspection +ARC,CurtainWall,IfcCurtainWall,Condition,AssessmentMethod,IfcDocumentReference,DOC-CW-INSP-01 +ARC,CurtainWall,IfcCurtainWall,Condition,LastAssessmentReport,IfcLabel,RPT-CW-2025-10 +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,NeoFacade +ARC,CurtainWall,IfcCurtainWall,ConstructionOccurence,ModelNumber,IfcLabel,CW-300 +ARC,CurtainWall,IfcCurtainWall,Condition,NextAssessmentDate,IfcDate,2026-10-12 +ARC,CurtainWall,IfcCurtainWall,Condition,AssessmentFrequency,IfcTimeMeasure,8760 +ARC,CurtainWall,IfcCurtainWall,MaintenanceStrategy,AssetCriticality,IfcLabel,HIGH +ARC,CurtainWall,IfcCurtainWall,MaintenanceStrategy,AssetPriority,IfcLabel,HIGH +ARC,CurtainWall,IfcCurtainWall,MaintenanceTriggerCondition,ConditionMaintenanceLevel,IfcLabel,Moderate +ARC,CurtainWall,IfcCurtainWall,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P365D +ARC,CurtainWall,IfcCurtainWall,Qto_CurtainWallQuantities,Length,IfcLengthMeasure,48.0 +ARC,CurtainWall,IfcCurtainWall,Risk,RiskName,IfcLabel,Seal failure +ARC,CurtainWall,IfcCurtainWall,Risk,MitigationPlanned,IfcLabel,Inspect perimeter joints annually diff --git a/data/input_csv/IFC4/IFC4_045_IFCCOVERING.csv b/data/input_csv/IFC4/IFC4_045_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..3acbcde0561a434b4abb536a7bf8f3e0d40440c9 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_045_IFCCOVERING.csv @@ -0,0 +1,44 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +ARC,Ceiling,Ceiling,Ceiling,CeilingCode,label,Ceiling-B2 +ARC,Ceiling,Ceiling,Ceiling,PlanState,label,Proposed +ARC,Ceiling,Ceiling,Ceiling,Exterior,boolean,false +ARC,Ceiling,Ceiling,Ceiling,Surface Coating,label,MetalPanel +ARC,Ceiling,Ceiling,Ceiling,FinishThickness,length,0.012 +ARC,Ceiling,Ceiling,Ceiling,Coating Color,label,OffWhite +ARC,Ceiling,Ceiling,Ceiling,Fire Resistance Level,label,EI60 +ARC,Ceiling,Ceiling,Ceiling,HeatPassLevel,float,0.22 +ARC,Ceiling,Ceiling,Ceiling,IsRemovable,boolean,true +ARC,Ceiling,Ceiling,Acoustics,SoundAbsorptionClass,label,ClassB +ARC,Ceiling,Ceiling,Acoustics,NRC,float,0.65 +ARC,Ceiling,Ceiling,Acoustics,OctaveBandAbsorption,text,0.15 +ARC,Ceiling,Ceiling,Acoustics,NoiseReductionCoefficient,float,0.58 +ARC,Ceiling,Ceiling,Finish Specification,TileType,label,Gypsum +ARC,Ceiling,Ceiling,Finish Specification,Tile Size,length,0.600 +ARC,Ceiling,Ceiling,Finish Specification,Tile Layout,label,Linear +ARC,Ceiling,Ceiling,Finish Specification,Tile EdgeType,label,Beveled +ARC,Ceiling,Ceiling,Finish Specification,SuspensionSystem,label,Exposed +ARC,Ceiling,Ceiling,Finish Specification,GridPitch,length,1.100 +ARC,Ceiling,Ceiling,Finish Specification,GridType,label,Narrow +ARC,Ceiling,Ceiling,Integrated Services,Has Integrated Lighting,boolean,false +ARC,Ceiling,Ceiling,Integrated Services,RecessDepth,length,0.060 +ARC,Ceiling,Ceiling,Integrated Services,CutoutSize,length,0.400 +ARC,Ceiling,Ceiling,Integrated Services,Has Integrated Sprinkler,boolean,false +ARC,Ceiling,Ceiling,Integrated Services,ServiceZoneHeight,length,0.180 +ARC,Ceiling,Ceiling,Installation,Installation Height Offset,length,2.800 +ARC,Ceiling,Ceiling,Installation,FixingType,label,ScrewFix +ARC,Ceiling,Ceiling,Installation,AccessForMaintenance,boolean,true +ARC,Ceiling,Ceiling,Installation,Install Date,date,2025-07-15 +ARC,Ceiling,Ceiling,Maintenance,Interval,integer,90 +ARC,Ceiling,Ceiling,Maintenance,Cleaning,label,Vacuum +ARC,Ceiling,Ceiling,Maintenance,Warranty Duration,float,7.0 +ARC,Ceiling,Ceiling,Manufacturer Info,Brand,label,SkyCeilSystems +ARC,Ceiling,Ceiling,Manufacturer Info,Model Code,label,CL-305 +ARC,Ceiling,Ceiling,Product Materials,Finish (resource),label,PowderCoated +ARC,Ceiling,Ceiling,Product Materials,CoreMaterial,label,Gypsum +ARC,Ceiling,Ceiling,Quantities,Measured Area,area,18.5 +ARC,Ceiling,Ceiling,Quantities,Measured Thickness,length,0.012 +ARC,Ceiling,Ceiling,Quantities,Boundary Length,length,5.8 +ARC,Ceiling,Ceiling,Quantities,Measured Volume,volume,0.22 +ARC,Ceiling,Ceiling,Practical,Note1,text,Provide maintenance hatches +ARC,Ceiling,Ceiling,Practical,Note2,text,Seal perimeter gaps +ARC,Ceiling,Ceiling,Practical,Note3,text,Verify seismic bracing diff --git a/data/input_csv/IFC4/IFC4_046_IFCCOVERING.csv b/data/input_csv/IFC4/IFC4_046_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..65f911ebc71fbaabb6b27d9bcb0b0e4b7c300ac5 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_046_IFCCOVERING.csv @@ -0,0 +1,18 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +意匠,天井,IfcCovering,Pset_CoveringCommon,Finish,IfcText,木下地 +意匠,天井,IfcCovering,Pset_CoveringCommon,FireRating,IfcLabel,準不燃 +意匠,天井,IfcCovering,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.10 +意匠,天井,IfcCovering,Pset_Condition,AssessmentDate,IfcDate,2025-06-01 +意匠,天井,IfcCovering,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-CEIL-JP-01 +意匠,天井,IfcCovering,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,80 +意匠,天井,IfcCovering,EnvironmentalImpactIndicators,IndicatorsUnit,IfcText,kgCO2e/平方m +意匠,天井,IfcCovering,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +意匠,天井,IfcCovering,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,内部 +意匠,天井,IfcCovering,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,1/30 +意匠,天井,IfcCovering,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,3 +意匠,天井,IfcCovering,Qto_CoveringBaseQuantities,GrossArea,IfcAreaMeasure,20 +意匠,天井,IfcCovering,Pset_CoveringCommon,AcousticRating,IfcLabel,D-55 +意匠,天井,IfcCovering,Pset_CoveringCommon,Combustible,IfcBoolean,false +意匠,天井,IfcCovering,Pset_CoveringCommon,FlammabilityRating,IfcLabel,耐火1時間 +意匠,天井,IfcCovering,Uncertainty,UncertaintyDescription,IfcText,GL +意匠,天井,IfcCovering,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P2D diff --git a/data/input_csv/IFC4/IFC4_047_IFCCOVERING.csv b/data/input_csv/IFC4/IFC4_047_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..7b7f265f0f8a7b2ff1c1bd6400d4ad8cc98ff29c --- /dev/null +++ b/data/input_csv/IFC4/IFC4_047_IFCCOVERING.csv @@ -0,0 +1,46 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),管理分類,運用グレード,ラベル,高頻度更新材 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),意匠配色,色相系統,ラベル,スモークベージュ +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),寸法基準,モジュール規格,ラベル,910×1820対応 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),厚み設定,化粧層厚さ[mm],長さ,4 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),施工条件,割付ルール,ラベル,ランダム貼り +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),製品区分,対象部位,ラベル,内部壁仕上 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),寸法基準,標準パネル寸法,ラベル,455×910mm +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),表面設計,テクスチャ形態,ラベル,微細エンボス +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,表装素材,ラベル,PVCシート +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),寸法基準,有効働き寸法[mm],長さ,303 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),厚み設定,基材厚さ[mm],長さ,12 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),表面設計,素地感,ラベル,半艶 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),安全性能,防滑対応,真偽,false +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),耐候性能,凍結融解対応,真偽,true +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),表面設計,コーティング種別,ラベル,UVトップコート +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),施工方式,固定方法,ラベル,接着併用工法 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),意匠構成,割付パターン,ラベル,市松割り +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),厚み設定,製品総厚[mm],長さ,21 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),端部処理,納まり形状,ラベル,面取りエッジ +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),端部処理,上端見切材,ラベル,ステンレス見切 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,内部コア材,ラベル,高密度MDF +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,表層化粧材,ラベル,メラミン化粧板 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),納まり寸法,立上り見付[mm],長さ,35 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),下地調整,下地スペーサ厚[mm],長さ,14 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),下地調整,下地パネル種別,ラベル,石膏ボード12.5mm +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),意匠配色,カラーバリエーション,ラベル,チャコールオーク +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),複合仕様,下貼り材種,ラベル,不織布積層材 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),厚み設定,複合パネル厚[mm],長さ,32 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,天然材種,ラベル,ウォルナット +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),仕上げ体系,最終仕上区分,ラベル,オイルフィニッシュ +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),管理分類,シリーズ記号,ラベル,FIN-Q7 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),寸法基準,基準ユニット,ラベル,600×600mm +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),ユニット構成,モジュール寸法,ラベル,600×1200mm +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),ユニット構成,中間層素材,ラベル,ケイ酸カルシウム複合板 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),設備連携,床吹出口対応,真偽,false +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),仕上げ体系,表面処理系統,ラベル,抗菌クリア塗装 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),下地調整,下地モルタル仕上,ラベル,刷毛引き +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),施工方式,支持構法,ラベル,直貼り工法 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),納まり寸法,仕上基準高[mm],長さ,120 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),性能評価,面内耐荷重等級,整数,8 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,機能分類,ラベル,吸音系複合材 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,木質系樹種,ラベル,メープル +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),商品管理,製品グレード,ラベル,スタンダード +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),仕上げ体系,着色方式,ラベル,自然着色塗装 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),施工方式,下張り構法,ラベル,浮き床工法 diff --git a/data/input_csv/IFC4/IFC4_048_IFCCOVERING.csv b/data/input_csv/IFC4/IFC4_048_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..2f3c4b51fc1e3784d9f1c42ebbdbd5d56473898b --- /dev/null +++ b/data/input_csv/IFC4/IFC4_048_IFCCOVERING.csv @@ -0,0 +1,46 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,種別,ラベル,テラコッタタイル +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,材質,ラベル,陶器質 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,サイズ,ラベル,200角 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,厚さ [mm],長さ,12 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,張り方,ラベル,市松貼り +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,種類,ラベル,外壁タイル +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,寸法,ラベル,600×1200mm +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,形状,ラベル,フラット +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,表面材質,ラベル,真鍮 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,働き幅 [mm],長さ,90 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,板厚 [mm],長さ,7 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,素地,ラベル,ホーニング +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,耐滑り性,真偽,true +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,耐凍害性,真偽,true +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,釉薬,ラベル,光沢釉 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,工法,ラベル,弾性接着工法 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,形状,ラベル,ランダムパターン +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,厚さ [mm],長さ,16 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,エッジ,ラベル,メラミンエッジ +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,笠木,ラベル,人工大理石笠木 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,芯材,ラベル,アルミハニカム +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,表面材,ラベル,HPL +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,高さ [mm],長さ,23 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,高さ [mm],長さ,9 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,材質,ラベル,石膏ボード +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,色柄,ラベル,アイボリー +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報 材料情報,種類,ラベル,積層 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,仕上厚さ [mm],長さ,19 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,材種,ラベル,タモ +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,仕上,ラベル,ウレタン艶消し +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,カスタム種別,ラベル,仕上げ材E +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,モジュールサイズ,ラベル,450角 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,パネルサイズ,ラベル,300×600mm +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,パネル材質,ラベル,ステンレスパネル +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,床吹出空調仕様,真偽,false +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,パネル仕上,ラベル,木目調化粧 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,下地コンクリートの仕上,ラベル,金ゴテ仕上 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,支持工法,ラベル,支持脚工法 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,床高さ [mm],長さ,350 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,性能情報,所定荷重,整数,6 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,種別,ラベル,石質系 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,樹種,ラベル,カリン +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,品名・種類,ラベル,プライム +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,塗装,ラベル,水性ウレタン +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,床暖房対応工法,ラベル,床暖房対応直貼り diff --git a/data/input_csv/IFC4/IFC4_049_IFCCOVERING.csv b/data/input_csv/IFC4/IFC4_049_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..27ed6049da4726b2cdf7ec847a9fc63deff0960d --- /dev/null +++ b/data/input_csv/IFC4/IFC4_049_IFCCOVERING.csv @@ -0,0 +1,38 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +ARC,Covering,IfcCovering,Pset_CoveringCommon,Reference,IfcIdentifier,Covering-A1 +ARC,Covering,IfcCovering,Pset_CoveringCommon,Status,IfcLabel,New +ARC,Covering,IfcCovering,Pset_CoveringCommon,IsExternal,IfcBoolean,true +ARC,Covering,IfcCovering,Pset_CoveringCommon,Finish,IfcText,Vinyl +ARC,Covering,IfcCovering,Qto_CoveringBaseQuantities,NetArea,IfcAreaMeasure,22.8 +ARC,Covering,IfcCovering,Pset_CoveringCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.005 +ARC,Covering,IfcCovering,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-COV-A1 +ARC,Covering,IfcCovering,Pset_Warranty,WarrantyStartDate,IfcDate,2025-08-01 +ARC,Covering,IfcCovering,Pset_CoveringCommon,FireRating,IfcLabel,R9 +ARC,Covering,IfcCovering,Pset_CoveringCommon,AcousticRating,IfcLabel,Rw20 +ARC,Covering,IfcCovering,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +ARC,Covering,IfcCovering,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.002 +ARC,Covering,IfcCovering,Pset_CoveringCommon,FragilityRating,IfcLabel,Horizontal +ARC,Covering,IfcCovering,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.0015 +ARC,Covering,IfcCovering,Tiling,TileWidth,IfcPositiveLengthMeasure,0.300 +ARC,Covering,IfcCovering,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,0.0015 +ARC,Covering,IfcCovering,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.001 +ARC,Covering,IfcCovering,Pset_CoveringCommon,SurfaceSpreadOfFlame,IfcLabel,Beveled +ARC,Covering,IfcCovering,Condition,AssessmentType,IfcLabel,MaterialReview +ARC,Covering,IfcCovering,Tiling,Permeability,IfcNormalisedRatioMeasure,0.002 +ARC,Covering,IfcCovering,Pset_Condition,AssessmentDate,IfcDate,2025-08-10 +ARC,Covering,IfcCovering,InstallationOccurrence,InstallationDate,IfcDate,2025-08-01 +ARC,Covering,IfcCovering,Pset_Condition,AssessmentCondition,IfcLabel,Serviceable +ARC,Covering,IfcCovering,MaintenanceStrategy,MonitoringType,IfcLabel,VisualInspection +ARC,Covering,IfcCovering,Condition,AssessmentMethod,IfcDocumentReference,DOC-COV-INSP-01 +ARC,Covering,IfcCovering,Risk,RiskType,IfcLabel,Environmental Issues +ARC,Covering,IfcCovering,MaintenanceStrategy,AssetFrailty,IfcLabel,LOW +ARC,Covering,IfcCovering,MaintenanceTriggerDuration,DurationTargetPerformance,IfcDuration,P180D +ARC,Covering,IfcCovering,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P180D +ARC,Covering,IfcCovering,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,0.95 +ARC,Covering,IfcCovering,Warranty,WarrantyPeriod,IfcDuration,P5D +ARC,Covering,IfcCovering,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,CoverCo +ARC,Covering,IfcCovering,ConstructionOccurence,ModelNumber,IfcLabel,CV-2024-A +ARC,Covering,IfcCovering,Pset_CoveringCommon,Combustible,IfcBoolean,false +ARC,Covering,IfcCovering,BodyGeometryValidation,GrossSurfaceArea,IfcAreaMeasure,24.5 +ARC,Covering,IfcCovering,Qto_CoveringBaseQuantities,GrossArea,IfcAreaMeasure,24.0 +ARC,Covering,IfcCovering,Qto_CoveringBaseQuantities,Width,IfcLengthMeasure,0.005 diff --git a/data/input_csv/IFC4/IFC4_050_IFCCOVERING.csv b/data/input_csv/IFC4/IFC4_050_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..13dcf6b762bd2afe706569946a31c31ea8be7c27 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_050_IFCCOVERING.csv @@ -0,0 +1,46 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,Status,IfcLabel,New +意匠,仕上材,IfcCovering,Pset_CoveringCommon,AcousticRating,IfcLabel,ΔLL(I)-4 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,FragilityRating,IfcLabel,中 +意匠,仕上材,IfcCovering,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,12 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,Combustible,IfcBoolean,false +意匠,仕上材,IfcCovering,Pset_CoveringCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,1.8 +意匠,仕上材,IfcCovering,Tiling,TileLength,IfcPositiveLengthMeasure,600 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,04912345678901 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,FIN-PNL-01 +意匠,仕上材,IfcCovering,Qto_CoveringBaseQuantities,Width,IfcLengthMeasure,150 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,乾式化粧パネル +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,内装仕上げ標準品 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,東都内装 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,Finish,IfcText,有釉 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,AssemblyPlace,IfcLabel,工場 +意匠,仕上材,IfcCovering,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-FIN-OPS-01 +意匠,仕上材,IfcCovering,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-FIN-SAFE-01 +意匠,仕上材,IfcCovering,ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-FIN-01 +意匠,仕上材,IfcCovering,ConstructionAdministration,ProcurementMethod,IfcLabel,内装一式調達 +意匠,仕上材,IfcCovering,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,09 77 23 +意匠,仕上材,IfcCovering,ConstructionAdministration,SubmittalIdentifer,IfcLabel,SUB-FIN-03 +意匠,仕上材,IfcCovering,Qto_CoveringBaseQuantities,NetArea,IfcAreaMeasure,24 +意匠,仕上材,IfcCovering,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.55 +意匠,仕上材,IfcCovering,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,293.15 +意匠,仕上材,IfcCovering,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,303.15 +意匠,仕上材,IfcCovering,EnvironmentalCondition,SaltMistLevel,IfcLabel,低 +意匠,仕上材,IfcCovering,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,450 +意匠,仕上材,IfcCovering,MaintenanceStrategy,AssetCriticality,IfcLabel,中 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,SurfaceSpreadOfFlame,IfcLabel,ウレタン塗装 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,Reference,IfcIdentifier,仕上げ材A +意匠,仕上材,IfcCovering,Tiling,TileWidth,IfcPositiveLengthMeasure,600 +意匠,仕上材,IfcCovering,MaintenanceStrategy,AssetPriority,IfcLabel,高 +意匠,仕上材,IfcCovering,MaintenanceStrategy,MonitoringType,IfcLabel,目視点検 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,IsExternal,IfcBoolean,true +意匠,仕上材,IfcCovering,MaintenanceTriggerCondition,ConditionTargetPerformance,IfcLabel,高 +意匠,仕上材,IfcCovering,MaintenanceTriggerCondition,ConditionMaintenanceLevel,IfcLabel,中 +意匠,仕上材,IfcCovering,MaintenanceTriggerCondition,ConditionReplacementLevel,IfcLabel,低 +意匠,仕上材,IfcCovering,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P180D +意匠,仕上材,IfcCovering,EnvironmentalCondition,MaximumRainIntensity,IfcReal,3.0 +意匠,仕上材,IfcCovering,MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P365D +意匠,仕上材,IfcCovering,Risk,RiskName,IfcLabel,仕上げ浮き +意匠,仕上材,IfcCovering,Risk,NatureOfRisk,IfcLabel,接着層の剥離 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,FlammabilityRating,IfcLabel,クリア塗装 +意匠,仕上材,IfcCovering,Risk,MitigationPlanned,IfcLabel,定期点検で打診確認 diff --git a/data/input_csv/IFC4/IFC4_051_IFCCOVERING.csv b/data/input_csv/IFC4/IFC4_051_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..442b0a8ce724a0931d146b6ab2a95158f9681bbb --- /dev/null +++ b/data/input_csv/IFC4/IFC4_051_IFCCOVERING.csv @@ -0,0 +1,44 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +ARC,Ceiling,Ceiling,Ceiling Basics,CeilingCode,label,Ceiling-A1 +ARC,Ceiling,Ceiling,Ceiling Basics,InstallState,label,New +ARC,Ceiling,Ceiling,Ceiling Basics,Is External,boolean,true +ARC,Ceiling,Ceiling,Ceiling Basics,SurfaceTone,label,AcousticTile +ARC,Ceiling,Ceiling,Ceiling Basics,Finish Thickness,length,0.015 +ARC,Ceiling,Ceiling,Ceiling Basics,Finish Color,label,White +ARC,Ceiling,Ceiling,Ceiling Basics,Fire Resistance,label,EI30 +ARC,Ceiling,Ceiling,Ceiling Basics,U-Value,float,0.25 +ARC,Ceiling,Ceiling,Ceiling Basics,Removable,boolean,true +ARC,Ceiling,Ceiling,Acoustics,Absorption Class,label,ClassA +ARC,Ceiling,Ceiling,Acoustics,NRC,float,0.70 +ARC,Ceiling,Ceiling,Acoustics,Octave Band Absorption,text,0.10 +ARC,Ceiling,Ceiling,Acoustics,Noise Reduction Coefficient,float,0.60 +ARC,Ceiling,Ceiling,Finish Specification,Tile Type,label,MineralFiber +ARC,Ceiling,Ceiling,Finish Specification,Tile Size,length,0.600 +ARC,Ceiling,Ceiling,Finish Specification,Tile Layout,label,Grid +ARC,Ceiling,Ceiling,Finish Specification,Tile Edge,label,Square +ARC,Ceiling,Ceiling,Finish Specification,Suspension System,label,T-bar +ARC,Ceiling,Ceiling,Finish Specification,Hanger Spacing,length,1.200 +ARC,Ceiling,Ceiling,Finish Specification,Grid Type,label,Standard +ARC,Ceiling,Ceiling,Integrated Services,Integrated Lighting,boolean,true +ARC,Ceiling,Ceiling,Integrated Services,Light Recess Depth,length,0.050 +ARC,Ceiling,Ceiling,Integrated Services,Light Cutout Size,length,0.300 +ARC,Ceiling,Ceiling,Integrated Services,Integrated Sprinkler,boolean,true +ARC,Ceiling,Ceiling,Integrated Services,Service Zone Height,length,0.150 +ARC,Ceiling,Ceiling,Installation,Installation Height,length,2.700 +ARC,Ceiling,Ceiling,Installation,Fixing Method,label,Adhesive +ARC,Ceiling,Ceiling,Installation,Maintenance Access,boolean,true +ARC,Ceiling,Ceiling,Installation,Installation Date,date,2025-08-01 +ARC,Ceiling,Ceiling,Maintenance,Maintenance Interval,integer,180 +ARC,Ceiling,Ceiling,Maintenance,Cleaning,label,Dusting +ARC,Ceiling,Ceiling,Maintenance,Warranty Years,float,5.0 +ARC,Ceiling,Ceiling,Manufacturer Info,MakerLabel,label,CeilingCo +ARC,Ceiling,Ceiling,Manufacturer Info,Model,label,CL-2024-A +ARC,Ceiling,Ceiling,Product Materials,Surface Finish,label,Painted +ARC,Ceiling,Ceiling,Product Materials,Core Material,label,MineralFiber +ARC,Ceiling,Ceiling,Quantities,CeilingSurface,area,24.0 +ARC,Ceiling,Ceiling,Quantities,LayerDepth,length,0.010 +ARC,Ceiling,Ceiling,Quantities,EdgeLength,length,6.0 +ARC,Ceiling,Ceiling,Quantities,FillAmount,volume,0.24 +ARC,Ceiling,Ceiling,Notes,Note 1,text,Provide access for services +ARC,Ceiling,Ceiling,Notes,Note 2,text,Ensure acoustic seal at junctions +ARC,Ceiling,Ceiling,Notes,Note 3,text,Verify suspension deflection under load diff --git a/data/input_csv/IFC4/IFC4_052_IFCFURNITURETYPE.csv b/data/input_csv/IFC4/IFC4_052_IFCFURNITURETYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..0cf70c257d87e432721dd11c80b7028a73ed5745 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_052_IFCFURNITURETYPE.csv @@ -0,0 +1,43 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +ARC,Furniture,IfcFurnitureType,FurnitureTypeCommon,Reference,IfcIdentifier,Chair-02 +ARC,Furniture,IfcFurnitureType,FurnitureTypeCommon,Status,IfcLabel,New +ARC,Furniture,IfcFurnitureType,FurnitureTypeCommon,Style,IfcLabel,Scandinavian +ARC,Furniture,IfcFurnitureType,FurnitureTypeCommon,IsBuiltIn,IfcBoolean,false +ARC,Furniture,IfcFurnitureType,ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,00850123000011 +ARC,Furniture,IfcFurnitureType,ManufacturerTypeInformation,ModelReference,IfcLabel,PowderCoat finish +ARC,Furniture,IfcFurnitureType,FurnitureTypeCommon,MainColour,IfcLabel,Walnut +ARC,Furniture,IfcFurnitureType,ManufacturerTypeInformation,ModelLabel,IfcLabel,MDF core +ARC,Furniture,IfcFurnitureType,EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,WoolBlend upholstery +ARC,Furniture,IfcFurnitureType,Warranty,IsExtendedWarranty,IfcBoolean,false +ARC,Furniture,IfcFurnitureType,Condition,AssessmentDate,IfcDate,2025-04-20 +ARC,Furniture,IfcFurnitureType,Tolerance,ToleranceDescription,IfcText,Ergonomic level 2 +ARC,Furniture,IfcFurnitureType,Warranty,WarrantyStartDate,IfcDate,2025-05-01 +ARC,Furniture,IfcFurnitureType,ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,CABLETRAY-01 +ARC,Furniture,IfcFurnitureType,Warranty,WarrantyIdentifier,IfcIdentifier,NONE +ARC,Furniture,IfcFurnitureType,ManufacturerTypeInformation,Manufacturer,IfcLabel,NordicWorks +ARC,Furniture,IfcFurnitureType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,CH-2025-A +ARC,Furniture,IfcFurnitureType,ConstructionAdministration,ProcurementMethod,IfcLabel,Direct purchase +ARC,Furniture,IfcFurnitureType,Warranty,WarrantyPeriod,IfcDuration,P3Y +ARC,Furniture,IfcFurnitureType,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.004 +ARC,Furniture,IfcFurnitureType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,12 51 23 +ARC,Furniture,IfcFurnitureType,Warranty,WarrantyContent,IfcText,Bolt to concrete slab; use M8 anchors +ARC,Furniture,IfcFurnitureType,Condition,AssessmentDescription,IfcText,Surface durability checked against mockup +ARC,Furniture,IfcFurnitureType,EnvironmentalImpactIndicators,Reference,IfcIdentifier,TopAccess +ARC,Furniture,IfcFurnitureType,Warranty,Exclusions,IfcText,Avoid solvents; clean with mild soap +ARC,Furniture,IfcFurnitureType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P120D +ARC,Furniture,IfcFurnitureType,MaintenanceTriggerDuration,DurationTargetPerformance,IfcDuration,P30D +ARC,Furniture,IfcFurnitureType,EnvironmentalImpactIndicators,ExpectedServiceLife,IfcTimeMeasure,10 +ARC,Furniture,IfcFurnitureType,FurnitureTypeCommon,NominalLength,IfcNonNegativeLengthMeasure,1.20 +ARC,Furniture,IfcFurnitureType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.45 +ARC,Furniture,IfcFurnitureType,FurnitureTypeCommon,NominalHeight,IfcPositiveLengthMeasure,0.80 +ARC,Furniture,IfcFurnitureType,FurnitureTypeCommon,NominalDepth,IfcNonNegativeLengthMeasure,0.47 +ARC,Furniture,IfcFurnitureType,Tolerance,OrthogonalTolerance,IfcPositiveLengthMeasure,0.35 +ARC,Furniture,IfcFurnitureType,MaintenanceStrategy,AccidentResponse,IfcLabel,REPAIR +ARC,Furniture,IfcFurnitureType,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.30 +ARC,Furniture,IfcFurnitureType,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,15.0 +ARC,Furniture,IfcFurnitureType,Tolerance,OverallStraightness,IfcPositiveLengthMeasure,1.20 +ARC,Furniture,IfcFurnitureType,Tolerance,HorizontalStraightness,IfcPositiveLengthMeasure,0.50 +ARC,Furniture,IfcFurnitureType,Tolerance,SideFlatness,IfcPositiveLengthMeasure,0.80 +ARC,Furniture,IfcFurnitureType,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.48 +ARC,Furniture,IfcFurnitureType,Tolerance,HorizontalFlatness,IfcPositiveLengthMeasure,16.0 +ARC,Furniture,IfcFurnitureType,Tolerance,ElevationalFlatness,IfcPositiveLengthMeasure,0.005 diff --git a/data/input_csv/IFC4/IFC4_053_IFCCOLUMN.csv b/data/input_csv/IFC4/IFC4_053_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..d024f11410f78d44af88bf7a26ac4d5f1e097a17 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_053_IFCCOLUMN.csv @@ -0,0 +1,39 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +STR,Column,Column,Basics,ColumnCode,label,Column-A1 +STR,Column,Column,Basics,InstallState,label,New +STR,Column,Column,Basics,SupportRole,boolean,true +STR,Column,Column,Basics,ExteriorFlag,boolean,true +STR,Column,Column,Basics,FireGradeText,label,EI60 +STR,Column,Column,Basics,HeatPassLevel,float,1.2 +STR,Column,Column,Basics,SoundGrade,label,Rw45 +STR,Column,Column,Concrete Specification,Fabrication Location,label,OnSite +STR,Column,Column,Concrete Specification,Casting Approach,label,In-situ +STR,Column,Column,Concrete Specification,Structural Grade,label,Loadbearing +STR,Column,Column,Concrete Specification,Strength Grade,label,C30/37 +STR,Column,Column,Concrete Specification,Exposure Category,label,XC4 +STR,Column,Column,Concrete Specification,Rebar Volume Proportion,float,0.01 +STR,Column,Column,Concrete Specification,Rebar Area Proportion,float,0.005 +STR,Column,Column,Concrete Specification,Cover Depth,length,0.020 +STR,Column,Column,Concrete Specification,Main Bar Cover Depth,length,0.040 +STR,Column,Column,Concrete Specification,Link Cover Depth,length,0.025 +STR,Column,Column,Concrete Specification,Rebar Grade,label,SD345 +STR,Column,Column,Reinforcement Layout,Reinforcement Notes,text,Vertical bars 100 mm +STR,Column,Column,Reinforcement Layout,Element Code,label,Ref-Column-01 +STR,Column,Column,Reinforcement Layout,Rebar Bar Category,label,MainBar +STR,Column,Column,Reinforcement Layout,Hoop Bar Interval,length,0.100 +STR,Column,Column,Reinforcement Layout,XDirection Tie Hoop Bar Interval,length,0.100 +STR,Column,Column,Reinforcement Layout,X Tie Hoop Count,integer,4 +STR,Column,Column,Reinforcement Layout,YDirection Tie Hoop Bar Interval,length,0.100 +STR,Column,Column,Reinforcement Layout,Y Tie Hoop Count,integer,4 +STR,Column,Column,Reinforcement Definition,DefinitionType,label,Precast +STR,Column,Column,Reinforcement Definition,ReinforcementSectionDefinitions,text,Tied section: 4Ø16 +STR,Column,Column,Manufacturer Info,Brand,label,ColumnWorksInc +STR,Column,Column,Manufacturer Info,Model Code,label,COL-2024-A +STR,Column,Column,Product Materials,CoreMaterial,text,ReinforcedConcrete +STR,Column,Column,Product Materials,Surface Coating,label,Painted +STR,Column,Column,Column Quantities,Overall Length,length,3.0 +STR,Column,Column,Column Quantities,Profile Area,area,0.09 +STR,Column,Column,Column Quantities,Overall Volume,volume,0.27 +STR,Column,Column,Column Quantities,Effective Volume,volume,0.25 +STR,Column,Column,Column Quantities,Outer Surface Area Estimate,area,1.08 +STR,Column,Column,Column Quantities,Overall Weight,float,2100.0 diff --git a/data/input_csv/IFC4/IFC4_054_IFCCOLUMN.csv b/data/input_csv/IFC4/IFC4_054_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..fc80ca66f15b13b1f9d9e7982c15e81266f33393 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_054_IFCCOLUMN.csv @@ -0,0 +1,45 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +構造,柱(構造),IfcColumn,Pset_ColumnCommon,IsExternal,IfcBoolean,true +構造,柱(構造),IfcColumn,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.50 +構造,柱(構造),IfcColumn,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,30 +構造,柱(構造),IfcColumn,Pset_ColumnCommon,LoadBearing,IfcBoolean,false +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,20 +構造,柱(構造),IfcColumn,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,10 +構造,柱(構造),IfcColumn,Pset_ColumnCommon,Slope,IfcPlaneAngleMeasure,0 +構造,柱(構造),IfcColumn,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,GUID-ABC123 +構造,柱(構造),IfcColumn,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,GUID-DEF456 +構造,柱(構造),IfcColumn,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,D25 +構造,柱(構造),IfcColumn,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,ヘッドバー +構造,柱(構造),IfcColumn,Pset_ConcreteElementGeneral,ConcreteCoverAtLinks,IfcPositiveLengthMeasure,40 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,60 +構造,柱(構造),IfcColumn,Pset_ColumnCommon,Reference,IfcIdentifier,フック定着 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,45 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,55 +構造,柱(構造),IfcColumn,Uncertainty,UncertaintyDescription,IfcText,D19 +構造,柱(構造),IfcColumn,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,8 +構造,柱(構造),IfcColumn,BodyGeometryValidation,SurfaceGenusAfterFeatures,IfcCountMeasure,8 +構造,柱(構造),IfcColumn,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,D10 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,SD295 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,GrossWeight,IfcMassMeasure,100 +構造,柱(構造),IfcColumn,PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,DOC-COL-TR-01 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,150 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,NetWeight,IfcMassMeasure,130 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,Description,IfcText,D13 +構造,柱(構造),IfcColumn,ReinforcementBarPitchOfColumn,XDirectionTieHoopCount,IfcCountMeasure,4 +構造,柱(構造),IfcColumn,ReinforcementBarPitchOfColumn,YDirectionTieHoopCount,IfcCountMeasure,4 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,4 +構造,柱(構造),IfcColumn,Pset_Condition,AssessmentDate,IfcDate,2025-04-01 +構造,柱(構造),IfcColumn,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,04987654321012 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,Length,IfcLengthMeasure,600 +構造,柱(構造),IfcColumn,BodyGeometryValidation,GrossVolume,IfcVolumeMeasure,0.48 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,500 +構造,柱(構造),IfcColumn,BodyGeometryValidation,NetVolume,IfcVolumeMeasure,0.45 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,GrossVolume,IfcVolumeMeasure,200 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,HoopBarPitch,IfcPositiveLengthMeasure,250 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,NetVolume,IfcVolumeMeasure,200 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,Reference,IfcLabel,X方向4本 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,XDirectionTieHoopBarPitch,IfcPositiveLengthMeasure,120 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,CrossSectionArea,IfcAreaMeasure,130 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,YDirectionTieHoopBarPitch,IfcPositiveLengthMeasure,140 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,NetSurfaceArea,IfcAreaMeasure,6 +構造,柱(構造),IfcColumn,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,5 diff --git a/data/input_csv/IFC4/IFC4_055_IFCCOLUMN.csv b/data/input_csv/IFC4/IFC4_055_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..998020f0b9e1fa71d747aad7f4cddadc586aeec4 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_055_IFCCOLUMN.csv @@ -0,0 +1,45 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +構造系,柱の構造情報の整理,柱,節点調整,接合優先フラグ,真偽,true +構造系,柱の構造情報の整理,柱,下端補正,基部補正量_A,整数,28 +構造系,柱の構造情報の整理,柱,下端補正,基部補正量_B,整数,36 +構造系,柱の構造情報の整理,柱,下端補正,基部補正量_H,整数,12 +構造系,柱の構造情報の整理,柱,上端補正,頂部補正量_A,整数,22 +構造系,柱の構造情報の整理,柱,上端補正,頂部補正量_B,整数,14 +構造系,柱の構造情報の整理,柱,上端補正,頂部補正量_H,整数,6 +構造系,柱の構造情報の整理,柱,接点参照,基部接続キー,ラベル,STR-ND-48A +構造系,柱の構造情報の整理,柱,接点参照,頂部接続キー,ラベル,STR-ND-48B +構造系,柱の構造情報の整理,柱,主筋仕様,外周主筋呼び名,ラベル,D32 +構造系,柱の構造情報の整理,柱,定着条件,基部定着方式,ラベル,機械式定着 +構造系,柱の構造情報の整理,柱,定着条件,基部定着寸法,整数,58 +構造系,柱の構造情報の整理,柱,定着条件,基部余裕長,整数,82 +構造系,柱の構造情報の整理,柱,定着条件,頂部定着方式,ラベル,プレート定着 +構造系,柱の構造情報の整理,柱,定着条件,頂部定着寸法,整数,54 +構造系,柱の構造情報の整理,柱,定着条件,頂部余裕長,整数,68 +構造系,柱の構造情報の整理,柱,芯材仕様,中心補強筋呼び名,ラベル,D19 +構造系,柱の構造情報の整理,柱,芯材仕様,基部中心補強本数,整数,12 +構造系,柱の構造情報の整理,柱,芯材仕様,頂部中心補強本数,整数,14 +構造系,柱の構造情報の整理,柱,横補強仕様,閉鎖筋呼び径,ラベル,D13 +構造系,柱の構造情報の整理,柱,横補強仕様,閉鎖筋材質区分,ラベル,SD345 +構造系,柱の構造情報の整理,柱,横補強仕様,接合域ピッチ,整数,75 +構造系,柱の構造情報の整理,柱,横補強仕様,接合域閉鎖筋呼び径,ラベル,D16 +構造系,柱の構造情報の整理,柱,横補強仕様,基部ピッチ,整数,105 +構造系,柱の構造情報の整理,柱,横補強仕様,頂部ピッチ,整数,95 +構造系,柱の構造情報の整理,柱,補助拘束仕様,中子筋呼び径,ラベル,D10 +構造系,柱の構造情報の整理,柱,補助拘束仕様,基部中子筋本数_A方向,整数,4 +構造系,柱の構造情報の整理,柱,補助拘束仕様,基部中子筋本数_B方向,整数,5 +構造系,柱の構造情報の整理,柱,補助拘束仕様,頂部中子筋本数_A方向,整数,3 +構造系,柱の構造情報の整理,柱,補助拘束仕様,頂部中子筋本数_B方向,整数,4 +構造系,柱の構造情報の整理,柱,断面管理,基部断面寸法_A,整数,720 +構造系,柱の構造情報の整理,柱,断面管理,基部断面寸法_B,整数,680 +構造系,柱の構造情報の整理,柱,断面管理,頂部断面寸法_A,整数,610 +構造系,柱の構造情報の整理,柱,断面管理,頂部断面寸法_B,整数,560 +構造系,柱の構造情報の整理,柱,多段配筋座標,段間離隔_A方向,整数,165 +構造系,柱の構造情報の整理,柱,多段配筋座標,第1層主筋芯_A方向,整数,235 +構造系,柱の構造情報の整理,柱,多段配筋座標,第1層主筋芯_中央,整数,290 +構造系,柱の構造情報の整理,柱,多段配筋座標,第1層主筋芯_B方向,整数,225 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部第1層主筋本数_A方向,整数,5 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部主筋群重心_A方向,整数,142 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部主筋群重心_B方向,整数,158 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部片側主筋総数_A方向,整数,18 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部第1層主筋本数_B方向,整数,7 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部片側主筋総数_B方向,整数,20 diff --git a/data/input_csv/IFC4/IFC4_056_IFCCOLUMN.csv b/data/input_csv/IFC4/IFC4_056_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..614fd43fd7666e4bdce877422202d88dc57cb363 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_056_IFCCOLUMN.csv @@ -0,0 +1,45 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +構造,柱(構造),柱,配置情報,柱勝ちか否か,真偽,true +構造,柱(構造),柱,配置情報,柱脚オフセット_X,整数,60 +構造,柱(構造),柱,配置情報,柱脚オフセット_Y,整数,35 +構造,柱(構造),柱,配置情報,柱脚オフセット_Z,整数,10 +構造,柱(構造),柱,配置情報,柱頭オフセット_X,整数,25 +構造,柱(構造),柱,配置情報,柱頭オフセット_Y,整数,12 +構造,柱(構造),柱,配置情報,柱頭オフセット_Z,整数,0 +構造,柱(構造),柱,配置情報,柱脚節点_GUID,ラベル,GUID-JKL012 +構造,柱(構造),柱,配置情報,柱頭節点_GUID,ラベル,GUID-PQR678 +構造,柱(構造),柱,配筋情報,主筋径,ラベル,D29 +構造,柱(構造),柱,配筋情報,柱脚主筋定着タイプ,ラベル,ヘッドバー +構造,柱(構造),柱,配筋情報,柱脚主筋定着長,整数,55 +構造,柱(構造),柱,配筋情報,柱脚主筋余長,整数,80 +構造,柱(構造),柱,配筋情報,柱頭主筋定着タイプ,ラベル,フック定着 +構造,柱(構造),柱,配筋情報,柱頭主筋定着長,整数,48 +構造,柱(構造),柱,配筋情報,柱頭主筋余長,整数,60 +構造,柱(構造),柱,配筋情報,芯鉄筋径,ラベル,D19 +構造,柱(構造),柱,配筋情報,柱脚芯鉄筋本数,整数,12 +構造,柱(構造),柱,配筋情報,柱頭芯鉄筋本数,整数,10 +構造,柱(構造),柱,配筋情報,帯筋径,ラベル,D13 +構造,柱(構造),柱,配筋情報,帯筋種別,ラベル,SD295 +構造,柱(構造),柱,配筋情報,仕口部帯筋間隔,整数,110 +構造,柱(構造),柱,配筋情報,仕口部帯筋径,ラベル,D12 +構造,柱(構造),柱,配筋情報,柱脚帯筋間隔,整数,160 +構造,柱(構造),柱,配筋情報,柱頭帯筋間隔,整数,140 +構造,柱(構造),柱,配筋情報,幅止筋径,ラベル,D13 +構造,柱(構造),柱,配筋情報,柱脚幅止め筋本数_X方向,整数,8 +構造,柱(構造),柱,配筋情報,柱脚幅止め筋本数_Y方向,整数,8 +構造,柱(構造),柱,配筋情報,柱頭幅止め筋本数_X方向,整数,8 +構造,柱(構造),柱,配筋情報,柱頭幅止め筋本数_Y方向,整数,8 +構造,柱(構造),柱,寸法情報,柱脚幅X,整数,700 +構造,柱(構造),柱,寸法情報,柱脚幅Y,整数,700 +構造,柱(構造),柱,寸法情報,柱頭幅X,整数,540 +構造,柱(構造),柱,寸法情報,柱頭幅Y,整数,540 +構造,柱(構造),柱,配筋情報,多段筋中心間距離_水平方向,整数,160 +構造,柱(構造),柱,配筋情報,主筋1段目芯位置_X方向,整数,220 +構造,柱(構造),柱,配筋情報,主筋1段目芯位置,整数,270 +構造,柱(構造),柱,配筋情報,主筋1段目芯位置_Y方向,整数,220 +構造,柱(構造),柱,配筋情報,柱脚主筋1段目本数_X方向,整数,8 +構造,柱(構造),柱,配筋情報,柱脚主筋重心位置_X方向,整数,130 +構造,柱(構造),柱,配筋情報,柱脚主筋重心位置_Y方向,整数,140 +構造,柱(構造),柱,配筋情報,柱脚主筋片側総本数_X方向,整数,180 +構造,柱(構造),柱,配筋情報,柱脚主筋1段目本数_Y方向,整数,10 +構造,柱(構造),柱,配筋情報,柱脚主筋片側総本数_Y方向,整数,220 diff --git a/data/input_csv/IFC4/IFC4_057_IFCBEAM.csv b/data/input_csv/IFC4/IFC4_057_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb7c30263b07a033c23c53d746a47a5085b53516 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_057_IFCBEAM.csv @@ -0,0 +1,32 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +STR,Beam(STR),IfcBeam,Pset_BeamCommon,Reference,IfcIdentifier,CentralBeam-01 +STR,Beam(STR),IfcBeam,Pset_BeamCommon,Status,IfcLabel,New +STR,Beam(STR),IfcBeam,BeamCommon,LoadBearing,IfcBoolean,true +STR,Beam(STR),IfcBeam,Pset_BeamCommon,IsExternal,IfcBoolean,true +STR,Beam(STR),IfcBeam,Pset_BeamCommon,FireRating,IfcLabel,EI60 +STR,Beam(STR),IfcBeam,Pset_BeamCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,1.2 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,CrossSectionArea,IfcAreaMeasure,0.09 +STR,Beam(STR),IfcBeam,Pset_ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,8.10e-05 +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,2.70e-05 +STR,Beam(STR),IfcBeam,ElementKinematics,MaximumConstantSpeed,IfcLinearVelocityMeasure,1.20e-05 +STR,Beam(STR),IfcBeam,Tolerance,ElevationalFlatness,IfcPositiveLengthMeasure,5.40e-04 +STR,Beam(STR),IfcBeam,Tolerance,HorizontalFlatness,IfcPositiveLengthMeasure,1.80e-04 +STR,Beam(STR),IfcBeam,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,Steel +STR,Beam(STR),IfcBeam,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,S355 +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,355.0 +STR,Beam(STR),IfcBeam,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,C30/37 +STR,Beam(STR),IfcBeam,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,XC4 +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,Reference,IfcLabel,MainBar +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,StirrupBarPitch,IfcPositiveLengthMeasure,0.000201 +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,SpacingBarPitch,IfcPositiveLengthMeasure,4 +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.100 +STR,Beam(STR),IfcBeam,Tolerance,OverallStraightness,IfcPositiveLengthMeasure,0.008 +STR,Beam(STR),IfcBeam,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.01 +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,DesignLocationNumber,IfcLabel,GRID-B2 +STR,Beam(STR),IfcBeam,MaintenanceStrategy,AssetCriticality,IfcLabel,Moderate +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,Check camber and connections +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,Length,IfcLengthMeasure,6.0 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,0.09 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,4.2 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,GrossVolume,IfcVolumeMeasure,0.405 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,NetVolume,IfcVolumeMeasure,0.390 diff --git a/data/input_csv/IFC4/IFC4_058_IFCBEAM.csv b/data/input_csv/IFC4/IFC4_058_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..3f5a2113cad1dd6ecd8a936ab4d5b40163c55c6c --- /dev/null +++ b/data/input_csv/IFC4/IFC4_058_IFCBEAM.csv @@ -0,0 +1,40 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +構造,梁(構造),IfcBeam,Pset_Condition,AssessmentCondition,IfcLabel,B-101 +構造,梁(構造),IfcBeam,Pset_BeamCommon,Reference,IfcIdentifier,大梁 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementFabrication,PieceMark,IfcLabel,2FL +構造,梁(構造),IfcBeam,Risk,RiskName,IfcLabel,SN490 +構造,梁(構造),IfcBeam,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,SM490 +構造,梁(構造),IfcBeam,Pset_BeamCommon,Status,IfcLabel,既存 +構造,梁(構造),IfcBeam,BeamCommon,LoadBearing,IfcBoolean,true +構造,梁(構造),IfcBeam,Pset_ReinforcementBarPitchOfBeam,Description,IfcText,梁端部補強筋の標準ピッチ +構造,梁(構造),IfcBeam,PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,SN490梁 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementFabrication,AsBuiltLocationNumber,IfcLabel,通り芯 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,Length,IfcLengthMeasure,200 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,梁下端 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,150 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,CrossSectionArea,IfcAreaMeasure,0.18 +構造,梁(構造),IfcBeam,Pset_BeamCommon,Span,IfcPositiveLengthMeasure,600 +構造,梁(構造),IfcBeam,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,300 +構造,梁(構造),IfcBeam,Pset_Warranty,WarrantyStartDate,IfcDate,2025-04-01 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,GrossWeight,IfcMassMeasure,22 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,NetWeight,IfcMassMeasure,15 +構造,梁(構造),IfcBeam,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,BEAM-WARRANTY-01 +構造,梁(構造),IfcBeam,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,500 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,200 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,150 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,180 +構造,梁(構造),IfcBeam,Pset_ReinforcementBarPitchOfBeam,SpacingBarPitch,IfcPositiveLengthMeasure,120 +構造,梁(構造),IfcBeam,Warranty,WarrantyPeriod,IfcDuration,P7Y +構造,梁(構造),IfcBeam,Warranty,PointOfContact,IfcLabel,構造監理窓口 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,32 +構造,梁(構造),IfcBeam,Risk,NatureOfRisk,IfcLabel,端部腐食 +構造,梁(構造),IfcBeam,Pset_Warranty,WarrantyContent,IfcText,延長保証対象 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,450 +構造,梁(構造),IfcBeam,Risk,MitigationPlanned,IfcLabel,防錆塗装を定期確認 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,NetSurfaceArea,IfcAreaMeasure,220 +構造,梁(構造),IfcBeam,Pset_BeamCommon,FireRating,IfcLabel,2時間耐火 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,GrossVolume,IfcVolumeMeasure,180 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,NetVolume,IfcVolumeMeasure,250 +構造,梁(構造),IfcBeam,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,150 +構造,梁(構造),IfcBeam,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,120 diff --git a/data/input_csv/IFC4/IFC4_059_IFCBEAM.csv b/data/input_csv/IFC4/IFC4_059_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..d65045fd0fbd67276a3bbdbad6b73649e336e41d --- /dev/null +++ b/data/input_csv/IFC4/IFC4_059_IFCBEAM.csv @@ -0,0 +1,32 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +STR Componet,Infomation Check,Beam,Identification Data,MemberTag,label,B-STR-118 +STR Componet,Infomation Check,Beam,Identification Data,LifecycleStage,label,Fabrication +STR Componet,Infomation Check,Beam,Design Intent,IsPrimaryMember,boolean,true +STR Componet,Infomation Check,Beam,Design Intent,IsTransferBeam,boolean,false +STR Componet,Infomation Check,Beam,Resistance Criteria,FireRatingClass,label,R120 +STR Componet,Infomation Check,Beam,Performance Parameters,DampingRatio,float,0.035 +STR Componet,Infomation Check,Beam,Section Geometry,GrossSectionArea,area,0.162 +STR Componet,Infomation Check,Beam,Section Geometry,StrongAxisInertia,float,9.40e-04 +STR Componet,Infomation Check,Beam,Section Geometry,WeakAxisInertia,float,2.85e-04 +STR Componet,Infomation Check,Beam,Section Geometry,TorsionalRigidityIndex,float,1.15e-04 +STR Componet,Infomation Check,Beam,Strength Metrics,TopFiberSectionModulus,float,3.45e-03 +STR Componet,Infomation Check,Beam,Strength Metrics,BottomFiberSectionModulus,float,3.12e-03 +STR Componet,Infomation Check,Beam,Material Specification,MatrixMaterial,label,ReinforcedConcrete +STR Componet,Infomation Check,Beam,Material Specification,RebarGrade,label,SD390 +STR Componet,Infomation Check,Beam,Material Specification,ElasticModulus,float,31500.0 +STR Componet,Infomation Check,Beam,Durability Criteria,ChlorideClass,label,Cl0.30 +STR Componet,Infomation Check,Beam,Durability Criteria,ExposureEnvironment,label,CoastalSheltered +STR Componet,Infomation Check,Beam,Connection Requirements,BearingCondition,text,Monolithic connection to cast-in-place column +STR Componet,Infomation Check,Beam,Embedded Hardware,AnchorPlateArea,area,0.0084 +STR Componet,Infomation Check,Beam,Embedded Hardware,ShearStudCount,integer,6 +STR Componet,Infomation Check,Beam,Fabrication Controls,CastInCamber,length,0.010 +STR Componet,Infomation Check,Beam,Fabrication Controls,BearingSeatLength,length,0.180 +STR Componet,Infomation Check,Beam,Service Checks,UtilizationIndex,float,0.74 +STR Componet,Infomation Check,Beam,Verification Matrix,ControllingLoadSet,label,ULS-Seismic-07 +STR Componet,Infomation Check,Beam,Verification Matrix,CrackWidthStatus,label,WithinLimit +STR Componet,Infomation Check,Beam,Verification Matrix,ReviewMemo,text,Check congestion near opening zone +STR Componet,Infomation Check,Beam,Quantity Summary,StructuralSpan,length,9.6 +STR Componet,Infomation Check,Beam,Quantity Summary,FormworkArea,area,7.4 +STR Componet,Infomation Check,Beam,Quantity Summary,ExposedFaceArea,area,4.1 +STR Componet,Infomation Check,Beam,Quantity Summary,ConcreteGrossVolume,volume,1.555 +STR Componet,Infomation Check,Beam,Quantity Summary,ConcreteNetVolume,volume,1.487 diff --git a/data/input_csv/IFC4/IFC4_060_IFCBEAM.csv b/data/input_csv/IFC4/IFC4_060_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..874f639138efbe487f5cff9492abd1bb1a5bfa31 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_060_IFCBEAM.csv @@ -0,0 +1,32 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +STR,Beam(STR),IfcBeam,Pset_BeamCommon,Reference,IfcIdentifier,SpandrelBeam-A3 +STR,Beam(STR),IfcBeam,Pset_BeamCommon,Status,IfcLabel,New +STR,Beam(STR),IfcBeam,BeamCommon,LoadBearing,IfcBoolean,true +STR,Beam(STR),IfcBeam,Pset_BeamCommon,IsExternal,IfcBoolean,false +STR,Beam(STR),IfcBeam,Pset_BeamCommon,FireRating,IfcLabel,EI120 +STR,Beam(STR),IfcBeam,Pset_BeamCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.60 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,CrossSectionArea,IfcAreaMeasure,0.08 +STR,Beam(STR),IfcBeam,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,9.20e-05 +STR,Beam(STR),IfcBeam,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,3.10e-05 +STR,Beam(STR),IfcBeam,Pset_EnvironmentalImpactIndicators,WaterConsumptionPerUnit,IfcVolumeMeasure,1.50e-05 +STR,Beam(STR),IfcBeam,ElementKinematics,MinimumTime,IfcTimeMeasure,6.10e-04 +STR,Beam(STR),IfcBeam,ElementKinematics,LinearRange,IfcPositiveLengthMeasure,2.10e-04 +STR,Beam(STR),IfcBeam,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,SAFE-BEAM-01 +STR,Beam(STR),IfcBeam,Pset_ConcreteElementGeneral,ReinforcementStrengthClass,IfcLabel,S355 +STR,Beam(STR),IfcBeam,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,355.0 +STR,Beam(STR),IfcBeam,Pset_ConcreteElementGeneral,StrengthClass,IfcLabel,C30/37 +STR,Beam(STR),IfcBeam,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,XD2 +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,Description,IfcText,MainBar +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,0.000226 +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,StirrupBarPitch,IfcPositiveLengthMeasure,5 +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,SpacingBarPitch,IfcPositiveLengthMeasure,0.100 +STR,Beam(STR),IfcBeam,Tolerance,VerticalStraightness,IfcPositiveLengthMeasure,0.009 +STR,Beam(STR),IfcBeam,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.014 +STR,Beam(STR),IfcBeam,Pset_Condition,AssessmentDescription,IfcText,DesignLoadCase: ULS +STR,Beam(STR),IfcBeam,Pset_Condition,AssessmentCondition,IfcLabel,OK +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,Allow for camber 10 mm +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,Length,IfcLengthMeasure,5.8 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,0.085 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,3.9 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,GrossVolume,IfcVolumeMeasure,0.360 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,NetVolume,IfcVolumeMeasure,0.346 diff --git a/data/input_csv/IFC4/IFC4_061_IFCBEAM.csv b/data/input_csv/IFC4/IFC4_061_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..b1dbc4de3adc430c02b493fd148e094697afd248 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_061_IFCBEAM.csv @@ -0,0 +1,32 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +STR,Beam(STR),Beam,Informations,BeamCode,label,TransferBeam-B2 +STR,Beam(STR),Beam,Informations,RenewalState,label,ToBeReplaced +STR,Beam(STR),Beam,Informations,SupportRole,boolean,true +STR,Beam(STR),Beam,Informations,Exterior,boolean,false +STR,Beam(STR),Beam,Informations,Fire Resistance Level,label,EI45 +STR,Beam(STR),Beam,Informations,Heat Loss Coefficient,float,0.70 +STR,Beam(STR),Beam,Section Properties,Profile Area,area,0.11 +STR,Beam(STR),Beam,Section Properties,Inertia About Y,float,7.50e-05 +STR,Beam(STR),Beam,Section Properties,Inertia About Z,float,2.60e-05 +STR,Beam(STR),Beam,Section Properties,Torsional Constant X Axis,float,1.10e-05 +STR,Beam(STR),Beam,Section Properties,SectionModulusY,float,5.90e-04 +STR,Beam(STR),Beam,Section Properties,SectionModulusZ,float,2.00e-04 +STR,Beam(STR),Beam,Manufacturer Info,CoreMaterial,label,Steel +STR,Beam(STR),Beam,Manufacturer Info,SteelGrade,label,S355 +STR,Beam(STR),Beam,Manufacturer Info,YieldStrength,float,355.0 +STR,Beam(STR),Beam,Manufacturer Info,ConcreteStrengthClass,label,C35/45 +STR,Beam(STR),Beam,Manufacturer Info,Exposure Category,label,XA2 +STR,Beam(STR),Beam,Reinforcement Layout,Rebar Bar Category,label,MainBar +STR,Beam(STR),Beam,Reinforcement Layout,LongitudinalBarArea,area,0.000280 +STR,Beam(STR),Beam,Reinforcement Layout,LongitudinalBarCount,integer,6 +STR,Beam(STR),Beam,Reinforcement Layout,Hoop Bar Interval,length,0.120 +STR,Beam(STR),Beam,Reinforcement Layout,StirrupDiameter,length,0.010 +STR,Beam(STR),Beam,Reinforcement Layout,Rebar Area Proportion,float,0.013 +STR,Beam(STR),Beam,Design Checks,DesignLoadCase,label,ULS +STR,Beam(STR),Beam,Design Checks,ServiceabilityLimitState,label,OK +STR,Beam(STR),Beam,Design Checks,DesignComment,text,Check anchorage at supports +STR,Beam(STR),Beam,Beam Quantities,Overall Length,length,7.5 +STR,Beam(STR),Beam,Beam Quantities,Profile Area,area,0.11 +STR,Beam(STR),Beam,Beam Quantities,Outer Surface Area Estimate,area,5.3 +STR,Beam(STR),Beam,Beam Quantities,Overall Volume,volume,0.825 +STR,Beam(STR),Beam,Beam Quantities,Effective Volume,volume,0.802 diff --git a/data/input_csv/IFC4/IFC4_062_IFCSLAB.csv b/data/input_csv/IFC4/IFC4_062_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..e28848e41be7bb39d0a8916b6004284e31bbfc95 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_062_IFCSLAB.csv @@ -0,0 +1,37 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +構造,天井(構造),IfcSlab,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,F-201 +構造,天井(構造),IfcSlab,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,2FL +構造,天井(構造),IfcSlab,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,居室 +構造,天井(構造),IfcSlab,Qto_SlabBaseQuantities,GrossWeight,IfcMassMeasure,0.8 +構造,天井(構造),IfcSlab,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.30 +構造,天井(構造),IfcSlab,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,4.0 +構造,天井(構造),IfcSlab,Qto_SlabBaseQuantities,Depth,IfcLengthMeasure,2.0 +構造,天井(構造),IfcSlab,Pset_SlabCommon,PitchAngle,IfcPlaneAngleMeasure,1.5 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,Description,IfcText,Fc24 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,Reference,IfcLabel,合板型枠 +構造,天井(構造),IfcSlab,Pset_PrecastSlab,DistanceBetweenComponentAxes,IfcPositiveLengthMeasure,150.0 +構造,天井(構造),IfcSlab,Pset_SlabCommon,Reference,IfcIdentifier,D13 +構造,天井(構造),IfcSlab,Uncertainty,UncertaintyDescription,IfcText,D10 +構造,天井(構造),IfcSlab,Qto_SlabBaseQuantities,GrossVolume,IfcVolumeMeasure,100.0 +構造,天井(構造),IfcSlab,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,D16 +構造,天井(構造),IfcSlab,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,D10 +構造,天井(構造),IfcSlab,Pset_PrecastSlab,EdgeDistanceToFirstAxis,IfcPositiveLengthMeasure,120.0 +構造,天井(構造),IfcSlab,PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,DOC-SLAB-TR-01 +構造,天井(構造),IfcSlab,Pset_Condition,AssessmentDescription,IfcText,D10 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongOutsideTopBarPitch,IfcPositiveLengthMeasure,110 +構造,天井(構造),IfcSlab,Risk,RiskName,IfcLabel,D13 +構造,天井(構造),IfcSlab,Tolerance,ToleranceDescription,IfcText,D10 +構造,天井(構造),IfcSlab,Qto_SlabBaseQuantities,Width,IfcLengthMeasure,130 +構造,天井(構造),IfcSlab,EnvironmentalImpactIndicators,IndicatorsUnit,IfcText,kgCO2e/㎡ +構造,天井(構造),IfcSlab,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,03 30 00 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideCenterTopBarPitch,IfcPositiveLengthMeasure,90 +構造,天井(構造),IfcSlab,Risk,RiskType,IfcLabel,Chemical Effects +構造,天井(構造),IfcSlab,PrecastSlab,TypeDesignation,IfcLabel,PC床版A +構造,天井(構造),IfcSlab,Qto_SlabBaseQuantities,Length,IfcLengthMeasure,80 +構造,天井(構造),IfcSlab,Pset_PrecastConcreteElementFabrication,PieceMark,IfcLabel,D13 +構造,天井(構造),IfcSlab,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-SLAB-SAFE-01 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortOutsideTopBarPitch,IfcPositiveLengthMeasure,85 +構造,天井(構造),IfcSlab,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,D13 +構造,天井(構造),IfcSlab,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,D10 +構造,天井(構造),IfcSlab,Qto_SlabBaseQuantities,NetWeight,IfcMassMeasure,100 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideCenterTopBarPitch,IfcPositiveLengthMeasure,95 diff --git a/data/input_csv/IFC4/IFC4_063_IFCSLAB.csv b/data/input_csv/IFC4/IFC4_063_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..6657ae4702dd60b91a89e6c48bca4cc0f64fce7f --- /dev/null +++ b/data/input_csv/IFC4/IFC4_063_IFCSLAB.csv @@ -0,0 +1,37 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +構造,スラブの確認,スラブ,運用台帳,部材管理番号,ラベル,SL-R17 +構造,スラブの確認,スラブ,区画参照,配置ブロック,ラベル,北棟C区画 +構造,スラブの確認,スラブ,使用計画,利用カテゴリ,ラベル,研究ラボ +構造,スラブの確認,スラブ,評価条件,常時付加荷重,実数,1.4 +構造,スラブの確認,スラブ,評価条件,可変荷重区分A,実数,4.2 +構造,スラブの確認,スラブ,評価条件,可変荷重区分B,実数,3.1 +構造,スラブの確認,スラブ,評価条件,可変荷重区分C,実数,2.2 +構造,スラブの確認,スラブ,評価条件,水平応答係数,実数,1.6 +構造,スラブの確認,スラブ,素材計画,躯体強度区分,ラベル,Fc33 +構造,スラブの確認,スラブ,仮設計画,成形部材種別,ラベル,鋼製デッキフォーム +構造,スラブの確認,スラブ,形状パラメータ,有効厚,実数,210.0 +構造,スラブの確認,スラブ,補強テンプレートA,構成材1,ラベル,D19 +構造,スラブの確認,スラブ,補強テンプレートA,構成材2,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートA,設定ピッチ1,実数,125.0 +構造,スラブの確認,スラブ,補強テンプレートB,構成材1,ラベル,D22 +構造,スラブの確認,スラブ,補強テンプレートB,構成材2,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートB,設定ピッチ1,実数,145.0 +構造,スラブの確認,スラブ,補強テンプレートC,構成材1,ラベル,D22 +構造,スラブの確認,スラブ,補強テンプレートC,構成材2,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートC,設定ピッチ1,実数,135.0 +構造,スラブの確認,スラブ,補強テンプレートC,構成材3,ラベル,D19 +構造,スラブの確認,スラブ,補強テンプレートC,構成材4,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートC,設定ピッチ2,実数,160.0 +構造,スラブの確認,スラブ,補強テンプレートD,構成材1,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートD,構成材2,ラベル,D13 +構造,スラブの確認,スラブ,補強テンプレートD,設定ピッチ1,実数,105.0 +構造,スラブの確認,スラブ,補強テンプレートD,構成材3,ラベル,D22 +構造,スラブの確認,スラブ,補強テンプレートD,構成材4,ラベル,D19 +構造,スラブの確認,スラブ,補強テンプレートD,設定ピッチ2,実数,95.0 +構造,スラブの確認,スラブ,補強テンプレートE,構成材1,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートE,構成材2,ラベル,D13 +構造,スラブの確認,スラブ,補強テンプレートE,設定ピッチ1,実数,115.0 +構造,スラブの確認,スラブ,補強テンプレートE,構成材3,ラベル,D19 +構造,スラブの確認,スラブ,補強テンプレートE,構成材4,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートE,設定ピッチ2,実数,135.0 +構造,スラブの確認,スラブ,幾何制御,回転設定角,実数,67.5 diff --git a/data/input_csv/IFC4/IFC4_064_IFCSLAB.csv b/data/input_csv/IFC4/IFC4_064_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..cd5a94e7f76a8a338166c14f280d0aff15137a93 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_064_IFCSLAB.csv @@ -0,0 +1,37 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +構造,天井(構造),スラブ・天井,識別情報,符号,ラベル,F-402 +構造,天井(構造),スラブ・天井,配置情報,所属階,ラベル,B1F +構造,天井(構造),スラブ・天井,荷重情報,室用途,ラベル,厨房 +構造,天井(構造),スラブ・天井,荷重情報,仕上げ重量,実数,0.6 +構造,天井(構造),スラブ・天井,荷重情報,積載荷重 [床用],実数,2.5 +構造,天井(構造),スラブ・天井,荷重情報,積載荷重 [小梁用],実数,3.5 +構造,天井(構造),スラブ・天井,荷重情報,積載荷重 [架構用],実数,1.8 +構造,天井(構造),スラブ・天井,荷重情報,積載荷重 [地震用],実数,1.2 +構造,天井(構造),スラブ・天井,材料情報_コンクリート,コンクリート強度,ラベル,Fc30 +構造,天井(構造),スラブ・天井,材料情報_型枠,製品種別,ラベル,アルミ型枠 +構造,天井(構造),スラブ・天井,寸法情報_断面,厚さ,実数,140.0 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,上端筋 径1,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,上端筋 径2,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,上端筋 ピッチ,実数,90.0 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,下端筋 径1,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,下端筋 径2,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,下端筋 ピッチ,実数,110.0 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径1,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径2,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径3,実数,105 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径4,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径5,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径6,実数,135 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径7,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径8,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径9,実数,85 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径10,ラベル,D22 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径11,ラベル,D16 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径12,実数,75 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径13,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径14,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径15,実数,90 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径16,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径17,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径18,実数,95 +構造,天井(構造),スラブ・天井,配筋情報_配筋角度,上端筋 径19,実数,100 diff --git a/data/input_csv/IFC4/IFC4_065_IFCSLAB.csv b/data/input_csv/IFC4/IFC4_065_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..e120ba8e2cf9f73f786c4341a9e266d98658b349 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_065_IFCSLAB.csv @@ -0,0 +1,54 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +STR,Slab,IfcSlab,Pset_SlabCommon,Reference,IfcIdentifier,Slab-A1 +STR,Slab,IfcSlab,Pset_SlabCommon,Status,IfcLabel,New +STR,Slab,IfcSlab,Pset_SlabCommon,LoadBearing,IfcBoolean,true +STR,Slab,IfcSlab,Pset_SlabCommon,IsExternal,IfcBoolean,true +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,ReinforcedConcrete +STR,Slab,IfcSlab,PrecastSlab,NominalThickness,IfcNonNegativeLengthMeasure,0.200 +STR,Slab,IfcSlab,Pset_SlabCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.180 +STR,Slab,IfcSlab,Pset_SlabCommon,PitchAngle,IfcPlaneAngleMeasure,0.005 +STR,Slab,IfcSlab,Pset_SlabCommon,FireRating,IfcLabel,REI60 +STR,Slab,IfcSlab,Pset_SlabCommon,AcousticRating,IfcLabel,Rw55 +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,XC4 +STR,Slab,IfcSlab,ConcreteElementGeneral,AssemblyPlace,IfcLabel,OnSite +STR,Slab,IfcSlab,ConcreteElementGeneral,CastingMethod,IfcLabel,In-situ +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,0.01 +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.005 +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.020 +STR,Slab,IfcSlab,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.00005 +STR,Slab,IfcSlab,Tolerance,OverallStraightness,IfcPositiveLengthMeasure,0.0005 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,Description,IfcText,Longitudinal bars at 150 mm +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,Reference,IfcLabel,Ref-Slab-01 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideEndLowerBarPitch,IfcPositiveLengthMeasure,0.000201 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideCenterLowerBarPitch,IfcPositiveLengthMeasure,4 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideCenterLowerBarPitch,IfcPositiveLengthMeasure,0.000201 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideEndTopBarPitch,IfcPositiveLengthMeasure,6 +STR,Slab,IfcSlab,Qto_SlabBaseQuantities,Perimeter,IfcLengthMeasure,20.0 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortOutsideTopBarPitch,IfcPositiveLengthMeasure,0.005 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortOutsideLowerBarPitch,IfcPositiveLengthMeasure,0.100 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideEndLowerBarPitch,IfcPositiveLengthMeasure,0.020 +STR,Slab,IfcSlab,Pset_Warranty,WarrantyContent,IfcText,Extended warranty available +STR,Slab,IfcSlab,Pset_PrecastSlab,ToppingType,IfcLabel,ConcreteTopping +STR,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,100.0 +STR,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,0.035 +STR,Slab,IfcSlab,Pset_PrecastSlab,EdgeDistanceToFirstAxis,IfcPositiveLengthMeasure,250.0 +STR,Slab,IfcSlab,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-SLAB-01 +STR,Slab,IfcSlab,Pset_SlabCommon,Compartmentation,IfcBoolean,true +STR,Slab,IfcSlab,BodyGeometryValidation,SurfaceGenusAfterFeatures,IfcCountMeasure,14 +STR,Slab,IfcSlab,Pset_PrecastConcreteElementFabrication,ProductionLotId,IfcIdentifier,SinglePour +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,ConstructionToleranceClass,IfcLabel,Class1 +STR,Slab,IfcSlab,Pset_SlabCommon,Combustible,IfcBoolean,true +STR,Slab,IfcSlab,BodyGeometryValidation,NetSurfaceArea,IfcAreaMeasure,0.50 +STR,Slab,IfcSlab,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,2 +STR,Slab,IfcSlab,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.100 +STR,Slab,IfcSlab,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +STR,Slab,IfcSlab,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,SlabCo +STR,Slab,IfcSlab,ConstructionOccurence,ModelNumber,IfcLabel,SLB-2025-A +STR,Slab,IfcSlab,ConstructionOccurence,TagNumber,IfcLabel,SLAB-T01 +STR,Slab,IfcSlab,ConstructionOccurence,AssetIdentifier,IfcLabel,STR-SLAB-01 +STR,Slab,IfcSlab,Qto_SlabBaseQuantities,Length,IfcLengthMeasure,6.0 +STR,Slab,IfcSlab,Qto_SlabBaseQuantities,Width,IfcLengthMeasure,4.0 +STR,Slab,IfcSlab,Qto_SlabBaseQuantities,GrossArea,IfcAreaMeasure,24.0 +STR,Slab,IfcSlab,Qto_SlabBaseQuantities,GrossVolume,IfcVolumeMeasure,5.76 +STR,Slab,IfcSlab,Qto_SlabBaseQuantities,NetVolume,IfcVolumeMeasure,5.50 +STR,Slab,IfcSlab,Qto_SlabBaseQuantities,Depth,IfcLengthMeasure,0.200 diff --git a/data/input_csv/IFC4/IFC4_066_IFCFOOTING.csv b/data/input_csv/IFC4/IFC4_066_IFCFOOTING.csv new file mode 100644 index 0000000000000000000000000000000000000000..77b3fc71ae87e8a9d763d6528cdda5f43b0156ae --- /dev/null +++ b/data/input_csv/IFC4/IFC4_066_IFCFOOTING.csv @@ -0,0 +1,47 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +構造,基礎,IfcFooting,Pset_Condition,AssessmentCondition,IfcLabel,竣工時 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementFabrication,AsBuiltLocationNumber,IfcLabel,B1F +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,Length,IfcLengthMeasure,150 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,Width,IfcLengthMeasure,200 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,Height,IfcLengthMeasure,100 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,120 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,BatterAtStart,IfcPlaneAngleMeasure,0.0 +構造,基礎,IfcFooting,Risk,RiskName,IfcLabel,不同沈下 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,CrossSectionArea,IfcAreaMeasure,2400 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,2400 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,600.0 +構造,基礎,IfcFooting,Pset_ReinforcementBarCountOfIndependentFooting,Description,IfcText,独立基礎上端筋本数 +構造,基礎,IfcFooting,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,8 +構造,基礎,IfcFooting,Pset_ReinforcementBarCountOfIndependentFooting,Reference,IfcLabel,D19 +構造,基礎,IfcFooting,ReinforcementBarCountOfIndependentFooting,XDirectionUpperBarCount,IfcCountMeasure,10 +構造,基礎,IfcFooting,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WAR-FTG-01 +構造,基礎,IfcFooting,ReinforcementBarCountOfIndependentFooting,YDirectionUpperBarCount,IfcCountMeasure,8 +構造,基礎,IfcFooting,Warranty,PointOfContact,IfcLabel,構造担当窓口 +構造,基礎,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,CrossingUpperBarPitch,IfcPositiveLengthMeasure,10 +構造,基礎,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,Reference,IfcLabel,D10 +構造,基礎,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,CrossingLowerBarPitch,IfcPositiveLengthMeasure,20 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,NetVolume,IfcVolumeMeasure,50.0 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,GrossWeight,IfcMassMeasure,250 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,NetWeight,IfcMassMeasure,1000 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,GrossVolume,IfcVolumeMeasure,30.0 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,04912345000018 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,独立基礎標準タイプ +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,1500 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,1500 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,耐圧盤併用型 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,1500 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,関東基礎工業 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +構造,基礎,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,Description,IfcText,連続基礎交差筋ピッチ +構造,基礎,IfcFooting,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,750 +構造,基礎,IfcFooting,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,D22 +構造,基礎,IfcFooting,ReinforcementBarCountOfIndependentFooting,XDirectionLowerBarCount,IfcCountMeasure,10 +構造,基礎,IfcFooting,Risk,RiskType,IfcLabel,Chemical Effects +構造,基礎,IfcFooting,ReinforcementBarCountOfIndependentFooting,YDirectionLowerBarCount,IfcCountMeasure,10 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,D13 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,6 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,FormStrippingStrength,IfcPressureMeasure,650 +構造,基礎,IfcFooting,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,150 +構造,基礎,IfcFooting,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-FTG-SAFE-01 +構造,基礎,IfcFooting,Pset_Condition,AssessmentDescription,IfcText,躯体形状確認済み diff --git a/data/input_csv/IFC4/IFC4_067_IFCFOOTING.csv b/data/input_csv/IFC4/IFC4_067_IFCFOOTING.csv new file mode 100644 index 0000000000000000000000000000000000000000..f36b17399558e74cab439abe960a936e682f29cc --- /dev/null +++ b/data/input_csv/IFC4/IFC4_067_IFCFOOTING.csv @@ -0,0 +1,55 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +STR,Footing,Footing,Foundation Information,FootingCode,label,Footing-A1 +STR,Footing,Footing,Foundation Information,Footing Type,label,Isolated +STR,Footing,Footing,Foundation Information,Load Bearing,boolean,true +STR,Footing,Footing,Foundation Information,Exterior,boolean,true +STR,Footing,Footing,Foundation Information,Base Area,area,1.44 +STR,Footing,Footing,Foundation Information,Footing Length,length,1.20 +STR,Footing,Footing,Foundation Basics,Footing Width,length,1.20 +STR,Footing,Footing,Foundation Basics,Footing Thickness,length,0.500 +STR,Footing,Footing,Foundation Basics,Excavation Depth,length,3.00 +STR,Footing,Footing,Foundation Basics,Bearing Capacity,float,600.0 +STR,Footing,Footing,Foundation Basics,Allowable Settlement,length,0.020 +STR,Footing,Footing,Foundation Basics,Bearing Stratum Depth,length,5.00 +STR,Footing,Footing,Foundation Basics,Anchors Required,boolean,true +STR,Footing,Footing,Foundation Basics,Anchor Bolt Diameter,length,0.020 +STR,Footing,Footing,Concrete Specification,Fabrication Location,label,OnSite +STR,Footing,Footing,Concrete Specification,Casting Method,label,In-situ +STR,Footing,Footing,Concrete Specification,Structural Role,label,Primary +STR,Footing,Footing,Concrete Specification,Concrete Strength,label,C30/37 +STR,Footing,Footing,Concrete Specification,Exposure Class,label,XC4 +STR,Footing,Footing,Concrete Specification,Rebar Volume Ratio,float,0.01 +STR,Footing,Footing,Concrete Specification,Rebar Area Ratio,float,0.004 +STR,Footing,Footing,Concrete Specification,Concrete Cover,length,0.050 +STR,Footing,Footing,Concrete Specification,Rebar Grade,label,SD345 +STR,Footing,Footing,Reinforcement,Top Reinforcement Area,area,0.00050 +STR,Footing,Footing,Reinforcement,Bottom Reinforcement Area,area,0.00050 +STR,Footing,Footing,Reinforcement,Longitudinal Spacing,length,0.150 +STR,Footing,Footing,Reinforcement,Transverse Spacing,length,0.150 +STR,Footing,Footing,Reinforcement,Mesh Type,label,WeldedMesh +STR,Footing,Footing,Reinforcement,Stirrup Diameter,length,0.008 +STR,Footing,Footing,Reinforcement,Lap Splice Length,length,0.500 +STR,Footing,Footing,Pile Cap Info,Pile Cap,boolean,true +STR,Footing,Footing,Pile Cap Info,Pile Count,integer,4 +STR,Footing,Footing,Pile Cap Info,Pile Diameter,length,0.600 +STR,Footing,Footing,Pile Cap Info,Pile Length,length,12.0 +STR,Footing,Footing,Pile Cap Info,Pile Capacity,float,1000.0 +STR,Footing,Footing,Pile Cap Info,Pile Material,label,Concrete +STR,Footing,Footing,Construction,Formwork,label,Timber +STR,Footing,Footing,Construction,Pour Sequence,label,SinglePour +STR,Footing,Footing,Construction,Curing Days,integer,7 +STR,Footing,Footing,Construction,Temporary Support,boolean,true +STR,Footing,Footing,Construction,Backfill Type,label,ImportedFill +STR,Footing,Footing,Soil Conditions,Soil Type,label,Sand +STR,Footing,Footing,Soil Conditions,Groundwater Level,length,1.50 +STR,Footing,Footing,Soil Conditions,SPT N-Value,integer,15 +STR,Footing,Footing,Soil Conditions,Ground Improvement,boolean,true +STR,Footing,Footing,Soil Conditions,Design Bearing Pressure,float,200.0 +STR,Footing,Footing,Manufacturer Info,SupplierTag,label,DeepPileCo +STR,Footing,Footing,Manufacturer Info,Model,label,FT-2025-A +STR,Footing,Footing,Production,Lot ID,label,LOT-2025-01 +STR,Footing,Footing,Parameter,FootingLongSide,length,1.20 +STR,Footing,Footing,Parameter,FootingShortSide,length,1.20 +STR,Footing,Footing,Parameter,Cross-sectional Area,area,1.44 +STR,Footing,Footing,Parameter,Gross Volume,volume,0.72 +STR,Footing,Footing,Parameter,Gross Weight,float,5400.0 diff --git a/data/input_csv/IFC4/IFC4_068_IFCFOOTING.csv b/data/input_csv/IFC4/IFC4_068_IFCFOOTING.csv new file mode 100644 index 0000000000000000000000000000000000000000..d8b84cd21fa0a74bda4082ddf0891b7d7a32e6b8 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_068_IFCFOOTING.csv @@ -0,0 +1,55 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +STR,Footing,IfcFooting,Pset_FootingCommon,Reference,IfcIdentifier,Footing-B2 +STR,Footing,IfcFooting,Pset_FootingCommon,Status,IfcLabel,Existing +STR,Footing,IfcFooting,FootingCommon,LoadBearing,IfcBoolean,true +STR,Footing,IfcFooting,Pset_Warranty,IsExtendedWarranty,IfcBoolean,false +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,CrossSectionArea,IfcAreaMeasure,2.25 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,Height,IfcLengthMeasure,1.50 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,NetVolume,IfcVolumeMeasure,1.50 +STR,Footing,IfcFooting,Pset_Condition,AssessmentDescription,IfcText,FootingThickness: 0.600 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,2.80 +STR,Footing,IfcFooting,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,800.0 +STR,Footing,IfcFooting,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.015 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,6.50 +STR,Footing,IfcFooting,Pset_PrecastConcreteElementGeneral,HollowCorePlugging,IfcLabel,true +STR,Footing,IfcFooting,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,0.022 +STR,Footing,IfcFooting,ConcreteElementGeneral,AssemblyPlace,IfcLabel,OnSite +STR,Footing,IfcFooting,ConcreteElementGeneral,CastingMethod,IfcLabel,Precast +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,Secondary +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,StrengthClass,IfcLabel,C35/45 +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,XC3 +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,0.012 +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.005 +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.060 +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,ReinforcementStrengthClass,IfcLabel,SD390 +STR,Footing,IfcFooting,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.00060 +STR,Footing,IfcFooting,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,0.00070 +STR,Footing,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,Reference,IfcLabel,0.200 +STR,Footing,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,CrossingUpperBarPitch,IfcPositiveLengthMeasure,0.180 +STR,Footing,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,Description,IfcText,PrefabricatedCage +STR,Footing,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,CrossingLowerBarPitch,IfcPositiveLengthMeasure,0.010 +STR,Footing,IfcFooting,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.550 +STR,Footing,IfcFooting,Pset_Warranty,WarrantyContent,IfcText,Load bearing footing +STR,Footing,IfcFooting,ReinforcementBarCountOfIndependentFooting,YDirectionUpperBarCount,IfcCountMeasure,6 +STR,Footing,IfcFooting,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-FTG-B2 +STR,Footing,IfcFooting,Pset_Warranty,WarrantyStartDate,IfcDate,2025-05-15 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,GrossWeight,IfcMassMeasure,1200.0 +STR,Footing,IfcFooting,Warranty,WarrantyPeriod,IfcDuration,P8Y +STR,Footing,IfcFooting,Pset_Condition,AssessmentDate,IfcDate,2025-06-01 +STR,Footing,IfcFooting,Condition,AssessmentMethod,IfcDocumentReference,DOC-FTG-INSP-01 +STR,Footing,IfcFooting,EnvironmentalImpactValues,Duration,IfcDuration,P10D +STR,Footing,IfcFooting,Pset_Condition,AssessmentCondition,IfcLabel,Post-installation +STR,Footing,IfcFooting,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.65 +STR,Footing,IfcFooting,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,38 +STR,Footing,IfcFooting,Tolerance,ToleranceDescription,IfcText,Foundation top set-out tolerance verified before pour +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,ConstructionToleranceClass,IfcLabel,25 +STR,Footing,IfcFooting,Condition,AssessmentType,IfcLabel,VisualInspection +STR,Footing,IfcFooting,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,250.0 +STR,Footing,IfcFooting,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,BaseWorksLtd +STR,Footing,IfcFooting,ConstructionOccurence,ModelNumber,IfcLabel,FT-2030-B +STR,Footing,IfcFooting,Pset_PrecastConcreteElementFabrication,ProductionLotId,IfcIdentifier,LOT-2030-07 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,Length,IfcLengthMeasure,1.50 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,Width,IfcLengthMeasure,1.50 +STR,Footing,IfcFooting,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.012 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,GrossVolume,IfcVolumeMeasure,0.90 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,NetWeight,IfcMassMeasure,6800.0 diff --git a/data/input_csv/IFC4/IFC4_069_IFCFOOTING.csv b/data/input_csv/IFC4/IFC4_069_IFCFOOTING.csv new file mode 100644 index 0000000000000000000000000000000000000000..32a7249fc7b75c1065efc96a8fabb6d8a63e65f6 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_069_IFCFOOTING.csv @@ -0,0 +1,55 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +STR,Footing,Footing,Foundation Basics,FootingCode,label,Footing-C3 +STR,Footing,Footing,Foundation Basics,FootingType,label,Combined +STR,Footing,Footing,Foundation Basics,SupportRole,boolean,true +STR,Footing,Footing,Foundation Basics,ExteriorFlag,boolean,true +STR,Footing,Footing,Foundation Basics,BaseArea,area,3.60 +STR,Footing,Footing,Foundation Basics,LongSide,length,2.00 +STR,Footing,Footing,Foundation Basics,ShortSide,length,1.80 +STR,Footing,Footing,Foundation Basics,BaseDepth,length,0.700 +STR,Footing,Footing,Foundation Basics,ExcavationDepth,length,3.50 +STR,Footing,Footing,Foundation Basics,BearingCapacity,float,900.0 +STR,Footing,Footing,Foundation Basics,Allowable,length,0.025 +STR,Footing,Footing,Foundation Basics,BearingStratumDepth,length,8.00 +STR,Footing,Footing,Foundation Basics,AnchorsRequired,boolean,false +STR,Footing,Footing,Foundation Basics,Anchor Bolt Diameter Measure,length,0.024 +STR,Footing,Footing,Concrete Specification,Fabrication Location,label,Factory +STR,Footing,Footing,Concrete Specification,Casting Approach,label,Precast +STR,Footing,Footing,Concrete Specification,Structural Grade,label,Primary +STR,Footing,Footing,Concrete Specification,Strength Grade,label,C40/50 +STR,Footing,Footing,Concrete Specification,Exposure Category,label,XS3 +STR,Footing,Footing,Concrete Specification,Rebar Volume Proportion,float,0.009 +STR,Footing,Footing,Concrete Specification,Rebar Area Proportion,float,0.003 +STR,Footing,Footing,Concrete Specification,Cover Depth,length,0.070 +STR,Footing,Footing,Concrete Specification,Rebar Grade,label,SD295 +STR,Footing,Footing,Reinforcement,TopReinforcementArea,area,0.00045 +STR,Footing,Footing,Reinforcement,BottomReinforcementArea,area,0.00060 +STR,Footing,Footing,Reinforcement,Longitudinal Bar Spacing Measure,length,0.250 +STR,Footing,Footing,Reinforcement,Transverse Bar Spacing Measure,length,0.220 +STR,Footing,Footing,Reinforcement,MeshType,label,WeldedMesh +STR,Footing,Footing,Reinforcement,StirrupDiameter,length,0.012 +STR,Footing,Footing,Reinforcement,LapSpliceLength,length,0.650 +STR,Footing,Footing,Pile Cap Info,IsPileCap,boolean,false +STR,Footing,Footing,Pile Cap Info,PileCount,integer,9 +STR,Footing,Footing,Pile Cap Info,PileDiameter,length,1.000 +STR,Footing,Footing,Pile Cap Info,PileLength,length,18.0 +STR,Footing,Footing,Pile Cap Info,PileCapacity,float,1500.0 +STR,Footing,Footing,Pile Cap Info,PileMaterial,label,Concrete +STR,Footing,Footing,Construction,FormworkType,label,Aluminum +STR,Footing,Footing,Construction,ConcretePourSequence,label,SinglePour +STR,Footing,Footing,Construction,CuringTime,integer,5 +STR,Footing,Footing,Construction,TemporarySupportRequired,boolean,true +STR,Footing,Footing,Construction,BackfillType,label,LeanConcrete +STR,Footing,Footing,Soil Conditions,SoilType,label,Clay +STR,Footing,Footing,Soil Conditions,GroundWaterLevel,length,0.90 +STR,Footing,Footing,Soil Conditions,SPT_NValue,integer,10 +STR,Footing,Footing,Soil Conditions,GroundImprovementRequired,boolean,true +STR,Footing,Footing,Soil Conditions,SoilBearingPressureDesign,float,180.0 +STR,Footing,Footing,Manufacturer Info,Brand,label,GeoAnchorWorks +STR,Footing,Footing,Manufacturer Info,Model Code,label,FT-2026-C +STR,Footing,Footing,Product Materials,Lot Code,label,LOT-2026-02 +STR,Footing,Footing,Quantities,Overall Length,length,2.00 +STR,Footing,Footing,Quantities,Overall Width,length,1.80 +STR,Footing,Footing,Quantities,Profile Area,area,3.60 +STR,Footing,Footing,Quantities,Overall Volume,volume,1.26 +STR,Footing,Footing,Quantities,Overall Weight,float,9800.0 diff --git a/data/input_csv/IFC4/IFC4_070_IFCPILE.csv b/data/input_csv/IFC4/IFC4_070_IFCPILE.csv new file mode 100644 index 0000000000000000000000000000000000000000..5baac2df5066f4db250f78da2aa4b94fbf7cf6a1 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_070_IFCPILE.csv @@ -0,0 +1,45 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +構造,杭,IfcPile,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,P-101 +構造,杭,IfcPile,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,場所打ちコンクリート杭 +構造,杭,IfcPile,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,B1F +構造,杭,IfcPile,Pset_PileCommon,Reference,IfcIdentifier,Fc30 +構造,杭,IfcPile,Uncertainty,UncertaintyDescription,IfcText,STK400 +構造,杭,IfcPile,Qto_PileBaseQuantities,Length,IfcLengthMeasure,15000.0 +構造,杭,IfcPile,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.60 +構造,杭,IfcPile,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,1000.0 +構造,杭,IfcPile,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +構造,杭,IfcPile,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,3000.0 +構造,杭,IfcPile,Qto_PileBaseQuantities,CrossSectionArea,IfcAreaMeasure,1.5 +構造,杭,IfcPile,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,15 +構造,杭,IfcPile,Uncertainty,VerticalUncertainty,IfcPositiveLengthMeasure,2000 +構造,杭,IfcPile,Qto_PileBaseQuantities,GrossVolume,IfcVolumeMeasure,12 +構造,杭,IfcPile,EnvironmentalCondition,MaximumRainIntensity,IfcReal,40 +構造,杭,IfcPile,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,D25 +構造,杭,IfcPile,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,12 +構造,杭,IfcPile,BodyGeometryValidation,SurfaceGenusAfterFeatures,IfcCountMeasure,8 +構造,杭,IfcPile,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,D10 +構造,杭,IfcPile,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,278.15 +構造,杭,IfcPile,PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,DOC-PILE-TR-01 +構造,杭,IfcPile,BodyGeometryValidation,NetSurfaceArea,IfcAreaMeasure,4 +構造,杭,IfcPile,EnvironmentalCondition,SeismicResistance,IfcReal,0.3 +構造,杭,IfcPile,Pset_Condition,AssessmentDescription,IfcText,鋼材仕様を確認 +構造,杭,IfcPile,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,323.15 +構造,杭,IfcPile,EnvironmentalCondition,SmokeLevel,IfcLabel,低煙環境 +構造,杭,IfcPile,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,850 +構造,杭,IfcPile,Risk,RiskName,IfcLabel,施工リスク +構造,杭,IfcPile,BodyGeometryValidation,GrossSurfaceArea,IfcAreaMeasure,800 +構造,杭,IfcPile,EnvironmentalCondition,SaltMistLevel,IfcLabel,低塩害 +構造,杭,IfcPile,Uncertainty,HorizontalUncertainty,IfcPositiveLengthMeasure,2000 +構造,杭,IfcPile,Pset_EnvironmentalImpactIndicators,ClimateChangePerUnit,IfcMassMeasure,7000 +構造,杭,IfcPile,Tolerance,ToleranceDescription,IfcText,Fc15 +構造,杭,IfcPile,Pset_ConcreteElementGeneral,StrengthClass,IfcLabel,Fc25 +構造,杭,IfcPile,PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,PC +構造,杭,IfcPile,ConstructionAdministration,ProcurementMethod,IfcLabel,専門工事会社調達 +構造,杭,IfcPile,Pset_EnvironmentalImpactIndicators,WaterConsumptionPerUnit,IfcVolumeMeasure,8 +構造,杭,IfcPile,Qto_PileBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,12 +構造,杭,IfcPile,Condition,LastAssessmentReport,IfcLabel,報告書未登録 +構造,杭,IfcPile,Pset_ManufacturerOccurrence,SerialNumber,IfcIdentifier,C種 +構造,杭,IfcPile,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,標準杭モデル +構造,杭,IfcPile,Pset_Warranty,WarrantyContent,IfcText,標準保証対象 +構造,杭,IfcPile,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,杭施工要領.pdf +構造,杭,IfcPile,Condition,AssessmentType,IfcLabel,外観点検 diff --git a/data/input_csv/IFC4/IFC4_071_IFCPILE.csv b/data/input_csv/IFC4/IFC4_071_IFCPILE.csv new file mode 100644 index 0000000000000000000000000000000000000000..940fa8cb790e70b8ce6491306aa0bc204a6ba69f --- /dev/null +++ b/data/input_csv/IFC4/IFC4_071_IFCPILE.csv @@ -0,0 +1,45 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +構造分類,IDS作成,杭,基本属性,管理記号,ラベル,PK-T09 +構造分類,IDS作成,杭,施工計画,施工シリーズ,ラベル,回転圧入埋設杭 +構造分類,IDS作成,杭,位置条件,基準グリッド,ラベル,G3通り +構造分類,IDS作成,杭,材料仕様_本体,設計基準強度,ラベル,Fc30 +構造分類,IDS作成,杭,材料仕様_外殻,外殻鋼材規格,ラベル,SKK490 +構造分類,IDS作成,杭,形状諸元_全体,設計有効長,実数,18250.0 +構造分類,IDS作成,杭,形状諸元_頭部,頭部最大径,実数,1450.0 +構造分類,IDS作成,杭,形状諸元_軸部,軸部代表径,実数,1000.0 +構造分類,IDS作成,杭,形状諸元_先端,先端拡径,実数,1850.0 +構造分類,IDS作成,杭,頭部詳細,頭部ストレート長,実数,2600.0 +構造分類,IDS作成,杭,頭部詳細,頭部テーパー長,実数,1550.0 +構造分類,IDS作成,杭,先端詳細,先端勾配角,実数,9.5 +構造分類,IDS作成,杭,先端詳細,先端有効長,実数,2100.0 +構造分類,IDS作成,杭,外殻詳細,外殻有効長,実数,9800.0 +構造分類,IDS作成,杭,外殻詳細,外殻板厚,実数,28.0 +構造分類,IDS作成,杭,補強仕様_領域A_主筋,呼び名,ラベル,D25 +構造分類,IDS作成,杭,補強仕様_領域A_主筋,配置総数,整数,18 +構造分類,IDS作成,杭,補強仕様_領域A_主筋,最外段本数,整数,8 +構造分類,IDS作成,杭,補強仕様_領域A_拘束筋,呼び名,ラベル,D16 +構造分類,IDS作成,杭,補強仕様_領域A_拘束筋,配置ピッチ,実数,100.0 +構造分類,IDS作成,杭,補強仕様_領域A_芯材,呼び名,ラベル,D32 +構造分類,IDS作成,杭,補強仕様_領域A_芯材,芯材本数,整数,4 +構造分類,IDS作成,杭,支持性能,短期基準支持力,整数,4100 +構造分類,IDS作成,杭,材料仕様_外殻,主要鋼管グレード,ラベル,SKK540 +構造分類,IDS作成,杭,施工記録,施工時偏位_X,整数,18 +構造分類,IDS作成,杭,施工記録,施工時偏位_Y,整数,-22 +構造分類,IDS作成,杭,施工記録,施工時偏位_Z,整数,12 +構造分類,IDS作成,杭,工法管理,施工方式名称,ラベル,中掘拡底埋込み工法 +構造分類,IDS作成,杭,寸法整理,代表外径コード,ラベル,φ1000級 +構造分類,IDS作成,杭,寸法整理,鋼管部板厚[mm],長さ,22 +構造分類,IDS作成,杭,寸法整理,鋼管部延長[mm],長さ,3200 +構造分類,IDS作成,杭,寸法整理,総設計長[mm],長さ,9600 +構造分類,IDS作成,杭,材料配合,周面固定材強度区分,ラベル,Fc21 +構造分類,IDS作成,杭,材料配合,先端固化材強度区分,ラベル,Fc36 +構造分類,IDS作成,杭,製品分類,既製体種別,ラベル,SC杭 +構造分類,IDS作成,杭,製品分類,施工分類,ラベル,埋込み工法 +構造分類,IDS作成,杭,軸部整理,軸部外径[mm],長さ,1000 +構造分類,IDS作成,杭,軸部整理,軸部板厚[mm],長さ,22 +構造分類,IDS作成,杭,製品管理,供給会社,ラベル,東都パイル製作所 +構造分類,IDS作成,杭,製品管理,仕様ランク,ラベル,高支持型 +構造分類,IDS作成,杭,製品管理,製品識別コード,ラベル,SC-1000H +構造分類,IDS作成,杭,継手管理,継手設置深度,ラベル,GL-8.2m +構造分類,IDS作成,杭,継手管理,継手方式,ラベル,ねじ式継手 +構造分類,IDS作成,杭,緊張材仕様,PC鋼材規格,ラベル,SBPR1080/1230 diff --git a/data/input_csv/IFC4/IFC4_072_IFCPILE.csv b/data/input_csv/IFC4/IFC4_072_IFCPILE.csv new file mode 100644 index 0000000000000000000000000000000000000000..a911519e91e9681e52e98bb2b40729e3312a5576 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_072_IFCPILE.csv @@ -0,0 +1,45 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +構造,杭,杭,製品情報,メーカー,ラベル,東都パイル +構造,杭,杭,製品情報,杭の種類,ラベル,A種 +構造,杭,杭,製品情報,製品型番,ラベル,PRC-700A +構造,杭,杭,接合情報,継杭の位置,ラベル,GL-5.0m +構造,杭,杭,接合情報,杭継手の種類,ラベル,溶接式継手 +構造,杭,杭,材料情報,PC鋼棒強度,ラベル,SBPR1080/1230 +構造,杭,杭,識別情報,符号,ラベル,P-214 +構造,杭,杭,識別情報,工法名,ラベル,アースドリル杭 +構造,杭,杭,配置情報,所属階,ラベル,2F +構造,杭,杭,材料情報_コンクリート,コンクリート強度,ラベル,Fc33 +構造,杭,杭,材料情報_鋼材,鋼管材質,ラベル,STK490 +構造,杭,杭,寸法情報_長さ,全長,実数,14000.0 +構造,杭,杭,寸法情報_断面,拡頭径,実数,1100.0 +構造,杭,杭,寸法情報_断面,軸部径,実数,800.0 +構造,杭,杭,寸法情報_断面,拡底径,実数,1600.0 +構造,杭,杭,寸法情報_拡頭部,長さ,実数,2600.0 +構造,杭,杭,寸法情報_拡頭部,切替長さ,実数,1300.0 +構造,杭,杭,寸法情報_拡底部,傾斜角度,実数,10.0 +構造,杭,杭,寸法情報_拡底部,立ち上がり長さ,実数,1600.0 +構造,杭,杭,寸法情報_鋼管,長さ,実数,10000.0 +構造,杭,杭,寸法情報_鋼管,厚さ,実数,25.0 +構造,杭,杭,配筋情報_ゾーン1_主筋,径,ラベル,D29 +構造,杭,杭,配筋情報_ゾーン1_主筋,総本数,整数,10 +構造,杭,杭,配筋情報_ゾーン1_主筋,1段目本数,整数,6 +構造,杭,杭,配筋情報_ゾーン1_帯筋,径,ラベル,D10 +構造,杭,杭,配筋情報_ゾーン1_帯筋,ピッチ,実数,120.0 +構造,杭,杭,配筋情報_ゾーン1_芯鉄筋,径,ラベル,D32 +構造,杭,杭,配筋情報_ゾーン1_芯鉄筋,本数,整数,2 +構造,杭,杭,荷重情報,長期許容支持力,整数,2800 +構造,杭,杭,材料情報,杭鋼管部材質,ラベル,SKK490 +構造,杭,杭,施工情報,杭偏芯実績値_X,整数,-40 +構造,杭,杭,施工情報,杭偏芯実績値_Y,整数,30 +構造,杭,杭,施工情報,杭偏芯実績値_Z,整数,-15 +構造,杭,杭,識別情報,杭工法名,ラベル,オールケーシング工法 +構造,杭,杭,寸法情報,杭外径,ラベル,700 +構造,杭,杭,寸法情報,杭鋼管部厚さ,長さ,9 +構造,杭,杭,寸法情報,杭鋼管部長さ,長さ,1800 +構造,杭,杭,寸法情報,杭全長,長さ,6500 +構造,杭,杭,材料情報,杭周固定液強度,ラベル,Fc12 +構造,杭,杭,材料情報,根固め液強度,ラベル,Fc20 +構造,杭,杭,識別情報,既成杭構造種別,ラベル,PRC +構造,杭,杭,識別情報,杭工法分類,ラベル,オールケーシング工法 +構造,杭,杭,寸法情報,軸部外径,長さ,700 +構造,杭,杭,寸法情報,軸部厚さ,長さ,9 diff --git a/data/input_csv/IFC4/IFC4_073_IFCROOF.csv b/data/input_csv/IFC4/IFC4_073_IFCROOF.csv new file mode 100644 index 0000000000000000000000000000000000000000..f026fa276f48425ae973fd58fc7f79b47ef2f3f9 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_073_IFCROOF.csv @@ -0,0 +1,50 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +STR,Roof,IfcRoof,Pset_RoofCommon,Reference,IfcIdentifier,Roof-A1 +STR,Roof,IfcRoof,Pset_RoofCommon,Status,IfcLabel,New +STR,Roof,IfcRoof,RoofCommon,LoadBearing,IfcBoolean,true +STR,Roof,IfcRoof,Pset_RoofCommon,IsExternal,IfcBoolean,true +STR,Roof,IfcRoof,Pset_RoofCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,30.0 +STR,Roof,IfcRoof,Pset_RoofCommon,AcousticRating,IfcLabel,1:4 +STR,Roof,IfcRoof,Qto_RoofBaseQuantities,GrossArea,IfcAreaMeasure,120.0 +STR,Roof,IfcRoof,BodyGeometryValidation,GrossSurfaceArea,IfcAreaMeasure,126.0 +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,0.050 +STR,Roof,IfcRoof,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,2.0 +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,1.0 +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.8 +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,5.0 +STR,Roof,IfcRoof,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,09506000452001 +STR,Roof,IfcRoof,Pset_Condition,AssessmentCondition,IfcLabel,OK +STR,Roof,IfcRoof,Pset_RoofCommon,FireRating,IfcLabel,EI60 +STR,Roof,IfcRoof,Risk,RiskType,IfcLabel,Event +STR,Roof,IfcRoof,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-ROOF-01 +STR,Roof,IfcRoof,MaintenanceStrategy,MonitoringType,IfcLabel,RoutineInspection +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,PadBearing +STR,Roof,IfcRoof,Condition,AssessmentType,IfcLabel,ConditionSurvey +STR,Roof,IfcRoof,BodyGeometryValidation,SurfaceGenusAfterFeatures,IfcCountMeasure,14 +STR,Roof,IfcRoof,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,C30/37 +STR,Roof,IfcRoof,Pset_ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.020 +STR,Roof,IfcRoof,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.002 +STR,Roof,IfcRoof,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,0.150 +STR,Roof,IfcRoof,Pset_Warranty,WarrantyContent,IfcText,External structural roof +STR,Roof,IfcRoof,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,250.0 +STR,Roof,IfcRoof,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,S355 +STR,Roof,IfcRoof,Risk,MitigationProposed,IfcLabel,I-Section +STR,Roof,IfcRoof,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,8.10e-05 +STR,Roof,IfcRoof,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,2.70e-05 +STR,Roof,IfcRoof,ElementKinematics,MaximumConstantSpeed,IfcLinearVelocityMeasure,1.20e-05 +STR,Roof,IfcRoof,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,M16 +STR,Roof,IfcRoof,Risk,MitigationPlanned,IfcLabel,Inspect membrane seams after severe weather +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,FormStrippingStrength,IfcPressureMeasure,3.0 +STR,Roof,IfcRoof,ConstructionAdministration,ProcurementMethod,IfcLabel,Direct purchase +STR,Roof,IfcRoof,Pset_Condition,AssessmentDate,IfcDate,2025-09-10 +STR,Roof,IfcRoof,Pset_Warranty,WarrantyStartDate,IfcDate,2025-08-20 +STR,Roof,IfcRoof,Pset_Warranty,Exclusions,IfcText,Welded connection maintenance note +STR,Roof,IfcRoof,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,BituminousMembrane +STR,Roof,IfcRoof,Pset_ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,0.003 +STR,Roof,IfcRoof,Pset_Condition,AssessmentDescription,IfcText,External exposure confirmed +STR,Roof,IfcRoof,BodyGeometryValidation,NetSurfaceArea,IfcAreaMeasure,0.100 +STR,Roof,IfcRoof,ElementKinematics,LinearRange,IfcPositiveLengthMeasure,0.25 +STR,Roof,IfcRoof,Qto_RoofBaseQuantities,NetArea,IfcAreaMeasure,120.0 +STR,Roof,IfcRoof,Qto_RoofBaseQuantities,ProjectedArea,IfcAreaMeasure,110.0 diff --git a/data/input_csv/IFC4/IFC4_074_IFCROOF.csv b/data/input_csv/IFC4/IFC4_074_IFCROOF.csv new file mode 100644 index 0000000000000000000000000000000000000000..5cdbeb6058544d2678ff3df026f5520b9a7bc3d2 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_074_IFCROOF.csv @@ -0,0 +1,48 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,0.01 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,MaximumRainIntensity,IfcReal,1200 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,293.15 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,45 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,SaltMistLevel,IfcLabel,高塩害地域 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,SeismicResistance,IfcReal,0.8 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,900 +構造,屋根構造材,IfcRoof,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,60 +構造,屋根構造材,IfcRoof,Pset_Condition,AssessmentCondition,IfcLabel,竣工時 +構造,屋根構造材,IfcRoof,Pset_Condition,AssessmentDescription,IfcText,断熱層にロックウールを採用 +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,ガルバリウム鋼板メーカーA +構造,屋根構造材,IfcRoof,Pset_RoofCommon,FireRating,IfcLabel,吹付タイル仕上げ1時間耐火 +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,25 +構造,屋根構造材,IfcRoof,Pset_Warranty,WarrantyContent,IfcText,アスファルトルーフィングを含む防水保証 +構造,屋根構造材,IfcRoof,PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,折板屋根パネル +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,BatterAtStart,IfcPlaneAngleMeasure,0.012 +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,BatterAtEnd,IfcPlaneAngleMeasure,0.015 +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,150 +構造,屋根構造材,IfcRoof,Condition,AssessmentType,IfcLabel,断熱仕様確認 +構造,屋根構造材,IfcRoof,Pset_RoofCommon,IsExternal,IfcBoolean,true +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,Shortening,IfcRatioMeasure,0.0015 +構造,屋根構造材,IfcRoof,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,40 +構造,屋根構造材,IfcRoof,Qto_RoofBaseQuantities,GrossArea,IfcAreaMeasure,100 +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,ステンレス鋼板屋根仕様 +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,アルミ箔遮熱シート仕様 +構造,屋根構造材,IfcRoof,Pset_RoofCommon,Reference,IfcIdentifier,ROOF-TATE-01 +構造,屋根構造材,IfcRoof,ConstructionAdministration,ProcurementMethod,IfcLabel,専門業者手配 +構造,屋根構造材,IfcRoof,Pset_ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,6 +構造,屋根構造材,IfcRoof,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,4 +構造,屋根構造材,IfcRoof,Pset_ConcreteElementGeneral,ConcreteCoverAtLinks,IfcPositiveLengthMeasure,8 +構造,屋根構造材,IfcRoof,Pset_Warranty,Exclusions,IfcText,合板下地の端部補修は保証対象外 +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,RF-ROOF-001 +構造,屋根構造材,IfcRoof,Pset_RoofCommon,AcousticRating,IfcLabel,粘土瓦屋根55dB +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025年製 +構造,屋根構造材,IfcRoof,Pset_ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,85 +構造,屋根構造材,IfcRoof,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.65 +構造,屋根構造材,IfcRoof,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,12 +構造,屋根構造材,IfcRoof,Risk,AssociatedProduct,IfcLabel,ALCパネル屋根構成 +構造,屋根構造材,IfcRoof,Warranty,PointOfContact,IfcLabel,ゴムアス保証窓口 +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,GTIN-SUS-ROOF-01 +構造,屋根構造材,IfcRoof,Risk,RiskName,IfcLabel,落下 +構造,屋根構造材,IfcRoof,Risk,AssociatedLocation,IfcLabel,棟部周辺 +構造,屋根構造材,IfcRoof,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,SPEC-JIS1 +構造,屋根構造材,IfcRoof,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,15 +構造,屋根構造材,IfcRoof,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,3 +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,PieceMark,IfcLabel,345角瓦 diff --git a/data/input_csv/IFC4/IFC4_075_IFCROOF.csv b/data/input_csv/IFC4/IFC4_075_IFCROOF.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb8927452f882b0535b407e3ba939187c3218ce2 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_075_IFCROOF.csv @@ -0,0 +1,51 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +STR,Roof,Roof,Roof Common,RoofCode,label,Roof-B2 +STR,Roof,Roof,Roof Common,RoofState,label,Existing +STR,Roof,Roof,Roof Common,Load Bearing,boolean,false +STR,Roof,Roof,Roof Common,Exterior,boolean,true +STR,Roof,Roof,Roof Common,Pitch Angle,float,22.5 +STR,Roof,Roof,Roof Common,Pitch Ratio,label,1:3 +STR,Roof,Roof,Roof Common,Nominal Thickness,length,0.180 +STR,Roof,Roof,Roof Common,Effective Thickness,length,0.165 +STR,Roof,Roof,Roof Common,Insulation Thickness,length,0.080 +STR,Roof,Roof,Roof Common,Composite,boolean,true +STR,Roof,Roof,Roof Common,Live Load,float,2.5 +STR,Roof,Roof,Roof Common,Snow Load,float,0.7 +STR,Roof,Roof,Roof Common,Wind Load,float,0.9 +STR,Roof,Roof,Roof Common,Uplift Resistance,float,4.0 +STR,Roof,Roof,Roof Common,Dead Load,float,0.9 +STR,Roof,Roof,Roof Common,Serviceability,label,OK +STR,Roof,Roof,Roof Common,Fire Resistance,label,EI90 +STR,Roof,Roof,Structure,Primary Structure,label,SteelBeam +STR,Roof,Roof,Structure,Support Spacing,length,2.5 +STR,Roof,Roof,Structure,Connection Type,label,Welded +STR,Roof,Roof,Structure,Bearing Detail,label,FixedBearing +STR,Roof,Roof,Structure,Temporary Support,boolean,false +STR,Roof,Roof,Structure,Support Duration Days,integer,10 +STR,Roof,Roof,Concrete,Concrete Grade,label,C35/45 +STR,Roof,Roof,Concrete,Concrete Cover,length,0.025 +STR,Roof,Roof,Concrete,Rebar Area,area,0.003 +STR,Roof,Roof,Concrete,Rebar Spacing,length,0.125 +STR,Roof,Roof,Concrete,Prestressed,boolean,true +STR,Roof,Roof,Concrete,Tendon Type,label,Bar +STR,Roof,Roof,Concrete,Prestress Force per Tendon,float,280.0 +STR,Roof,Roof,Steel,Steel Grade,label,S275 +STR,Roof,Roof,Steel,Section Profile,label,H-Section +STR,Roof,Roof,Steel,Second Moment Iy,float,9.50e-05 +STR,Roof,Roof,Steel,Second Moment Iz,float,3.10e-05 +STR,Roof,Roof,Steel,Torsion Constant,float,1.50e-05 +STR,Roof,Roof,Steel,Bolt Spec,label,M12 +STR,Roof,Roof,Insulation,Insulation Type,label,PUR +STR,Roof,Roof,Insulation,Thermal Resistance,float,3.5 +STR,Roof,Roof,Insulation,Insulation Fixing,label,Adhesive +STR,Roof,Roof,Insulation,Formwork,label,Aluminum +STR,Roof,Roof,Construction,Deck Type,label,PrecastConcrete +STR,Roof,Roof,Construction,Deck Fixing,label,Adhesive +STR,Roof,Roof,Construction,Waterproofing Type,label,PVC +STR,Roof,Roof,Construction,Waterproofing Thickness,length,0.004 +STR,Roof,Roof,Construction,Green Roof,boolean,false +STR,Roof,Roof,Green Roof Soil,Soil Thickness,length,0.080 +STR,Roof,Roof,Green Roof Soil,Green Roof Live Load,float,0.30 +STR,Roof,Roof,Green Roof Soil,PlantingSurface,area,95.0 +STR,Roof,Roof,Quantities,Projected Area,area,115.0 +STR,Roof,Roof,Quantities,Estimated Dead Load,float,0.9 diff --git a/data/input_csv/IFC4/IFC4_076_IFCWALL.csv b/data/input_csv/IFC4/IFC4_076_IFCWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..4a4b100f73d424722a17d95c7a9ea3635fdfc053 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_076_IFCWALL.csv @@ -0,0 +1,60 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +STR,Wall(STR),IfcWall,Pset_WallCommon,Reference,IfcIdentifier,Wall-A1 +STR,Wall(STR),IfcWall,Pset_WallCommon,Status,IfcLabel,New +STR,Wall(STR),IfcWall,Pset_WallCommon,LoadBearing,IfcBoolean,true +STR,Wall(STR),IfcWall,Pset_WallCommon,IsExternal,IfcBoolean,true +STR,Wall(STR),IfcWall,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,WALL-RC-200A +STR,Wall(STR),IfcWall,Pset_WallCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.200 +STR,Wall(STR),IfcWall,Pset_WallCommon,AcousticRating,IfcLabel,STC55 +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,Height,IfcLengthMeasure,3.00 +STR,Wall(STR),IfcWall,Pset_Condition,AssessmentDescription,IfcText,WallType: Loadbearing +STR,Wall(STR),IfcWall,Pset_WallCommon,SurfaceSpreadOfFlame,IfcLabel,ClassA +STR,Wall(STR),IfcWall,WallBaseQuantities,GrossFootPrintArea,IfcAreaMeasure,2.0 +STR,Wall(STR),IfcWall,Pset_WallCommon,FireRating,IfcLabel,EI60 +STR,Wall(STR),IfcWall,WallBaseQuantities,NetFootPrintArea,IfcAreaMeasure,0.8 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,StrengthClass,IfcLabel,C30/37 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.020 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.002 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,LoadbearingWall +STR,Wall(STR),IfcWall,ConcreteElementGeneral,AssemblyPlace,IfcLabel,OnSite +STR,Wall(STR),IfcWall,Pset_ReinforcementBarPitchOfWall,VerticalBarPitch,IfcPositiveLengthMeasure,0.000201 +STR,Wall(STR),IfcWall,Pset_ReinforcementBarPitchOfWall,HorizontalBarPitch,IfcPositiveLengthMeasure,0.400 +STR,Wall(STR),IfcWall,Pset_ReinforcementBarPitchOfWall,SpacingBarPitch,IfcPositiveLengthMeasure,0.100 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,0.020 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,ConcreteCoverAtLinks,IfcPositiveLengthMeasure,0.020 +STR,Wall(STR),IfcWall,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,SAFE-WALL-01 +STR,Wall(STR),IfcWall,Condition,AssessmentType,IfcLabel,ConditionSurvey +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,XC4 +STR,Wall(STR),IfcWall,Condition,LastAssessmentReport,IfcLabel,RPT-WALL-01 +STR,Wall(STR),IfcWall,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,0.010 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,80 +STR,Wall(STR),IfcWall,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,C-section stud +STR,Wall(STR),IfcWall,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,Fixed bracket +STR,Wall(STR),IfcWall,Pset_Warranty,WarrantyContent,IfcText,Mineral wool insulation layer +STR,Wall(STR),IfcWall,PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,Sandwich panel +STR,Wall(STR),IfcWall,MaintenanceTriggerCondition,ConditionTargetPerformance,IfcLabel,Moderate +STR,Wall(STR),IfcWall,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,LiftingAnchorPositions: Top-left +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,NetSideArea,IfcAreaMeasure,25.0 +STR,Wall(STR),IfcWall,Pset_PrecastConcreteElementFabrication,ProductionLotId,IfcIdentifier,LOT-2025-01 +STR,Wall(STR),IfcWall,Pset_Condition,AssessmentCondition,IfcLabel,Wet condition +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,NetWeight,IfcMassMeasure,1500 +STR,Wall(STR),IfcWall,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,120 +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,Length,IfcLengthMeasure,0.50 +STR,Wall(STR),IfcWall,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.060 +STR,Wall(STR),IfcWall,Risk,RiskName,IfcLabel,Combustible joint +STR,Wall(STR),IfcWall,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,2 +STR,Wall(STR),IfcWall,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,1.50 +STR,Wall(STR),IfcWall,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,1 +STR,Wall(STR),IfcWall,PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,PanelType-A +STR,Wall(STR),IfcWall,Pset_WallCommon,Combustible,IfcBoolean,true +STR,Wall(STR),IfcWall,EnvironmentalImpactValues,Duration,IfcDuration,P7D +STR,Wall(STR),IfcWall,ConstructionAdministration,ProcurementMethod,IfcLabel,Supplier installation +STR,Wall(STR),IfcWall,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,WallCo +STR,Wall(STR),IfcWall,ConstructionOccurence,ModelNumber,IfcLabel,WL-2025-A +STR,Wall(STR),IfcWall,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,6.0 +STR,Wall(STR),IfcWall,Tolerance,OverallStraightness,IfcPositiveLengthMeasure,3.0 +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,GrossSideArea,IfcAreaMeasure,18.0 +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,GrossVolume,IfcVolumeMeasure,4.50 +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,NetVolume,IfcVolumeMeasure,4.30 +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,Width,IfcLengthMeasure,0.200 +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,GrossWeight,IfcMassMeasure,1800.0 diff --git a/data/input_csv/IFC4/IFC4_077_IFCWALL.csv b/data/input_csv/IFC4/IFC4_077_IFCWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..6d821dd35515340cb8fa3c4f65a0abded237685a --- /dev/null +++ b/data/input_csv/IFC4/IFC4_077_IFCWALL.csv @@ -0,0 +1,60 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +STR,Wall(STR),Wall,Wall Basics,WallCode,label,Wall-B2 +STR,Wall(STR),Wall,Wall Basics,InstallState,label,Existing +STR,Wall(STR),Wall,Wall Basics,SupportRole,boolean,false +STR,Wall(STR),Wall,Wall Basics,External,boolean,false +STR,Wall(STR),Wall,Wall Basics,CoreMaterial,label,PrecastConcrete +STR,Wall(STR),Wall,Wall Basics,Nominal Thickness Measure,length,0.250 +STR,Wall(STR),Wall,Wall Basics,Effective Thickness,length,0.220 +STR,Wall(STR),Wall,Wall Basics,Overall Height,length,3.20 +STR,Wall(STR),Wall,Wall Basics,WallType,label,Shear +STR,Wall(STR),Wall,Wall Basics,Design LiveLoad,float,3.0 +STR,Wall(STR),Wall,Wall Basics,Design WindLoad,float,1.2 +STR,Wall(STR),Wall,Wall Basics,Fire Resistance Level,label,EI90 +STR,Wall(STR),Wall,Wall Basics,Heat Loss Coefficient,float,0.28 +STR,Wall(STR),Wall,Concrete Specification,ConcreteGrade,label,C40/50 +STR,Wall(STR),Wall,Concrete Specification,Cover Depth,length,0.025 +STR,Wall(STR),Wall,Concrete Specification,ReinforcementArea,area,0.003 +STR,Wall(STR),Wall,Concrete Specification,Rebar Spacing,length,0.125 +STR,Wall(STR),Wall,Concrete Specification,Fabrication Location,label,Factory +STR,Wall(STR),Wall,Reinforcement Layout,VerticalBarArea,area,0.000245 +STR,Wall(STR),Wall,Reinforcement Layout,VerticalBarCount,integer,8 +STR,Wall(STR),Wall,Reinforcement Layout,VerticalBarSpacing,length,0.120 +STR,Wall(STR),Wall,Reinforcement Layout,HorizontalBarArea,area,0.000314 +STR,Wall(STR),Wall,Reinforcement Layout,HorizontalBarSpacing,length,0.180 +STR,Wall(STR),Wall,Reinforcement Layout,ShearReinforcement,label,Mesh +STR,Wall(STR),Wall,Masonry,MasonryUnitType,text,CalciumSilicate +STR,Wall(STR),Wall,Masonry,MasonryUnitStrength,label,M7.5 +STR,Wall(STR),Wall,Masonry,MortarType,label,TypeM +STR,Wall(STR),Wall,Masonry,BedJointThickness,length,0.008 +STR,Wall(STR),Wall,Steel Stud,StudSpacing,length,0.450 +STR,Wall(STR),Wall,Steel Stud,StudSection,label,Z-section +STR,Wall(STR),Wall,Steel Stud,BracketType,label,Adjustable +STR,Wall(STR),Wall,Steel Stud,InsulationType,label,RockWool +STR,Wall(STR),Wall,Prefab,PanelType,label,GFRC +STR,Wall(STR),Wall,Prefab,JointStyle,label,Grouted +STR,Wall(STR),Wall,Prefab,LiftingAnchorPositions,text,Bottom-left +STR,Wall(STR),Wall,Prefab,PanelWeight,float,320.0 +STR,Wall(STR),Wall,Prefab,LotTrackingId,label,LOT-2025-09 +STR,Wall(STR),Wall,Retaining Wall,RetainedMaterial,label,Rock +STR,Wall(STR),Wall,Retaining Wall,BackfillSlope,float,1.8 +STR,Wall(STR),Wall,Retaining Wall,SoilPressureAtBase,float,150.0 +STR,Wall(STR),Wall,Retaining Wall,ToeLength,length,0.55 +STR,Wall(STR),Wall,Retaining Wall,HeelLength,length,0.65 +STR,Wall(STR),Wall,Openings,HasOpenings,boolean,false +STR,Wall(STR),Wall,Openings,OpeningsCount,integer,1 +STR,Wall(STR),Wall,Openings,TotalOpeningArea,area,0.90 +STR,Wall(STR),Wall,Openings,PenetrationsCount,integer,0 +STR,Wall(STR),Wall,Construction,FormworkType,label,Steel +STR,Wall(STR),Wall,Construction,TemporarySupportRequired,boolean,false +STR,Wall(STR),Wall,Construction,CuringTime,integer,10 +STR,Wall(STR),Wall,Construction,InstallationSequence,label,Segmental +STR,Wall(STR),Wall,Manufacturer Info,Brand,label,NeoWall +STR,Wall(STR),Wall,Manufacturer Info,Model Code,label,WL-3030-B +STR,Wall(STR),Wall,Product Materials,Overall Length,length,5.5 +STR,Wall(STR),Wall,Quantities,Overall Height,length,3.20 +STR,Wall(STR),Wall,Quantities,Overall Side Area,area,19.2 +STR,Wall(STR),Wall,Quantities,Overall Volume,volume,5.10 +STR,Wall(STR),Wall,Quantities,Effective Volume,volume,4.85 +STR,Wall(STR),Wall,Quantities,Overall Width,length,0.250 +STR,Wall(STR),Wall,Quantities,Overall Weight,float,2100.0 diff --git a/data/input_csv/IFC4/IFC4_078_IFCWALL.csv b/data/input_csv/IFC4/IFC4_078_IFCWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..65828256f8815811ba111d736ecd5b5f7328747c --- /dev/null +++ b/data/input_csv/IFC4/IFC4_078_IFCWALL.csv @@ -0,0 +1,40 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +構造,耐力壁,IfcWall,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,W-101 +構造,耐力壁,IfcWall,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,耐力壁 +構造,耐力壁,IfcWall,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,2F +構造,耐力壁,IfcWall,Pset_ReinforcementBarPitchOfWall,Description,IfcText,Fc24 +構造,耐力壁,IfcWall,EnvironmentalCondition,MaximumRainIntensity,IfcReal,150 +構造,耐力壁,IfcWall,Pset_ReinforcementBarPitchOfWall,Reference,IfcLabel,ダブル配筋 +構造,耐力壁,IfcWall,Uncertainty,UncertaintyDescription,IfcText,D13 +構造,耐力壁,IfcWall,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,D16 +構造,耐力壁,IfcWall,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,200 +構造,耐力壁,IfcWall,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,D10 +構造,耐力壁,IfcWall,PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,DOC-WALL-TR-01 +構造,耐力壁,IfcWall,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.50 +構造,耐力壁,IfcWall,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,W-102 +構造,耐力壁,IfcWall,Pset_Condition,AssessmentDescription,IfcText,壁種別を確認 +構造,耐力壁,IfcWall,Pset_WallCommon,Combustible,IfcBoolean,true +構造,耐力壁,IfcWall,Pset_WallCommon,IsExternal,IfcBoolean,false +構造,耐力壁,IfcWall,Pset_WallCommon,LoadBearing,IfcBoolean,true +構造,耐力壁,IfcWall,Risk,RiskName,IfcLabel,ひび割れ +構造,耐力壁,IfcWall,Tolerance,ToleranceDescription,IfcText,Fc21 +構造,耐力壁,IfcWall,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,18 +構造,耐力壁,IfcWall,EnvironmentalCondition,SeismicResistance,IfcReal,0.6 +構造,耐力壁,IfcWall,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,200 +構造,耐力壁,IfcWall,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +構造,耐力壁,IfcWall,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,288.15 +構造,耐力壁,IfcWall,EnvironmentalCondition,SaltMistLevel,IfcLabel,高塩害 +構造,耐力壁,IfcWall,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,200 +構造,耐力壁,IfcWall,Pset_WallCommon,ExtendToStructure,IfcBoolean,false +構造,耐力壁,IfcWall,Pset_WallCommon,Compartmentation,IfcBoolean,false +構造,耐力壁,IfcWall,Pset_Warranty,IsExtendedWarranty,IfcBoolean,false +構造,耐力壁,IfcWall,Pset_WallCommon,Reference,IfcIdentifier,VERTICAL +構造,耐力壁,IfcWall,EnvironmentalImpactIndicators,IndicatorsUnit,IfcText,水平配筋基準 +構造,耐力壁,IfcWall,PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,ダブル配筋 +構造,耐力壁,IfcWall,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,303.15 +構造,耐力壁,IfcWall,EnvironmentalCondition,SmokeLevel,IfcLabel,中煙環境 +構造,耐力壁,IfcWall,Pset_PrecastConcreteElementGeneral,PieceMark,IfcLabel,D10 +構造,耐力壁,IfcWall,Pset_PrecastConcreteElementGeneral,DesignLocationNumber,IfcLabel,D13 +構造,耐力壁,IfcWall,Pset_EnvironmentalImpactIndicators,ClimateChangePerUnit,IfcMassMeasure,200 +構造,耐力壁,IfcWall,Pset_Condition,AssessmentCondition,IfcLabel,施工完了時 +構造,耐力壁,IfcWall,Pset_ManufacturerOccurrence,SerialNumber,IfcIdentifier,D13 diff --git a/data/input_csv/IFC4/IFC4_079_IFCSANITARYTERMINALTYPE.csv b/data/input_csv/IFC4/IFC4_079_IFCSANITARYTERMINALTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..5c29c693c3cf83f3922e5ccbbc284b37d5a9b5e5 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_079_IFCSANITARYTERMINALTYPE.csv @@ -0,0 +1,48 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),流量評価,器具給水係数[点],実数,2.8 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),個体台帳,採用ユニット数,整数,7 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),洗浄制御,洗浄方式,ラベル,サイホンゼット式 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),給水計画,標準洗浄量[L/回],整数,5 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),排水計画,排水算定指数,整数,2 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),再利用水条件,再生水需要係数,実数,1.7 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),給水計画,上水算定指数,整数,3 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),供給評価,WFU換算値,整数,1 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),供給評価,CWFU換算係数,実数,1.1 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),供給評価,HWFU換算係数,実数,0.9 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),機種構成,本体採用型式,ラベル,CTS-820R +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),機種構成,洗浄弁採用型式,ラベル,FV-211K +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),機種構成,便座採用型式,ラベル,SW-44N +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),機種構成,固定金物採用型式,ラベル,BRK-820S +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),同梱構成,標準同梱品,ラベル,止水栓セット +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),管理記録,資産管理番号,ラベル,SAN-2025-1142 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),管理記録,設置基準日,日付,2025-03-14 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),個体台帳,管理対象台数,整数,9 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),エネルギー参照,ガス換算消費量[Nm3/h],実数,0.0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),エネルギー参照,蒸気換算消費量[kg/h],整数,0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),エネルギー参照,補助熱源区分,ラベル,非燃焼機器 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),エネルギー参照,液体燃料換算量[l/h],実数,0.0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),圧力条件,耐圧試験基準[kPa],整数,750 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),圧力条件,標準使用圧[kPa],整数,180 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),圧力条件,許容最高圧[kPa],整数,300 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),温熱条件,洗浄湯設定温度[℃],実数,38.5 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),温熱条件,給湯入口温度[℃],実数,55.0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),温熱条件,便座設定温度[℃],実数,34.0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),損失評価,温水系圧損[kPa],整数,18 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),流体条件,瞬時給水量[l/min],整数,13 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),流体条件,瞬時給湯量[l/min],整数,4 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),流体条件,適用容量区分[号],整数,12 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),流体条件,循環設定流量,整数,0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),資料参照,技術資料リンク,ラベル,https://assets.sample-facility.jp/docs/plumbing/cts-820r_tech.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),資料参照,部品一覧ファイル,ラベル,cts-820r_partslist_rev2.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),資料参照,部品一覧リンク,ラベル,https://assets.sample-facility.jp/docs/plumbing/cts-820r_partslist_rev2.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),施工参照,施工手順ファイル,ラベル,cts-820r_installguide.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),施工参照,施工手順リンク,ラベル,https://assets.sample-facility.jp/docs/plumbing/cts-820r_installguide.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),保守参照,保守要領ファイル,ラベル,cts-820r_servicebook.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),保守参照,保守要領リンク,ラベル,https://assets.sample-facility.jp/docs/plumbing/cts-820r_servicebook.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),同梱構成,付属資料一覧,ラベル,cts-820r_accessorysheet.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),図面参照,納まり図ファイル,ラベル,cts-820r_detail.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),図面参照,仕様図ファイル,ラベル,cts-820r_specdrawing.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),図面参照,仕様図リンク,ラベル,https://assets.sample-facility.jp/drawings/plumbing/cts-820r_specdrawing.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),接続寸法,給水接続径[mm],長さ,15 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),接続寸法,給湯接続径[mm],長さ,10 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),接続寸法,排水芯高さ[mm],長さ,180 diff --git a/data/input_csv/IFC4/IFC4_080_IFCSANITARYTERMINALTYPE.csv b/data/input_csv/IFC4/IFC4_080_IFCSANITARYTERMINALTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..d05c563a44d398b2f5559be735755c8a24eedcff --- /dev/null +++ b/data/input_csv/IFC4/IFC4_080_IFCSANITARYTERMINALTYPE.csv @@ -0,0 +1,48 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,給水負荷単位 [水栓],実数,3.2 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,給水負荷単位 [洗浄],整数,5 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,給水量情報,ラベル,変流量方式 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,洗浄水量 [L/回],整数,5 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,上水負荷単位,整数,3 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,中水負荷単位,実数,2 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,汚水負荷単位,整数,2 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,機械,WFU,整数,3 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,機械,CWFU,実数,1.2 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,機械,HWFU,実数,0.8 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,データ,参考品番A,ラベル,WSU-120 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,データ,参考付属品番A,ラベル,WSU-120-ACC +設備,便器・洗面器・流し,衛生器具ユニットタイプ,データ,参考品番B,ラベル,HWS-65 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,データ,参考付属品番B,ラベル,HWS-65-ACC +設備,便器・洗面器・流し,衛生器具ユニットタイプ,データ,付属品,ラベル,取付ボルト一式 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,その他,製造番号,ラベル,2025-WSU-00312 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,その他,設置年月,日付,2025-07-24 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,その他,個数,整数,4 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,消費量仕様情報,ガス消費量 [Nm3/h],実数,4.2 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,消費量仕様情報,蒸気消費量 [kg/h],整数,80 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,消費量仕様情報,燃料種別,ラベル,LPガス +設備,便器・洗面器・流し,衛生器具ユニットタイプ,消費量仕様情報,油消費量 [l/h],実数,0 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水圧力仕様情報,コイル耐圧 [kPa],整数,1000 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水圧力仕様情報,圧力 [kPa],整数,120 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水圧力仕様情報,最高使用圧力 [kPa],整数,150 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水温度仕様情報,温水温度 [℃],実数,42 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水温度仕様情報,給湯水温度 [℃],実数,55 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水温度仕様情報,沸き上げ温度 [℃],実数,38 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水抵抗仕様情報,温水圧力損失 [kPa],整数,45 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水量仕様情報,温水量 [l/min],整数,28 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水量仕様情報,給湯量 [l/min],整数,28 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水量仕様情報,号数 [号],整数,24 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水量仕様情報,風呂追焚循環量,整数,0 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,テクニカルドキュメントURL,テキスト,https://example.com/docs/WSU-120/tech +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,構成部品リスト,ラベル,parts_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,構成部品リストURL,テキスト,https://example.com/docs/WSU-120/parts +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,施工要領,ラベル,install_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,施工要領URL,テキスト,https://example.com/docs/WSU-120/install +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,取扱・保守要領,ラベル,manual_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,取扱・保守要領URL,テキスト,https://example.com/docs/WSU-120/manual +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,付属品リスト,ラベル,accessories_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図面仕様情報,構造図,ラベル,struct_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図面仕様情報,仕様図,ラベル,spec_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図面仕様情報,仕様図URL,テキスト,https://example.com/docs/WSU-120/spec +設備,便器・洗面器・流し,衛生器具ユニットタイプ,配管接続口仕様情報,給水接続口 [mm],長さ,20 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,配管接続口仕様情報,給湯接続口 [mm],長さ,15 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,配管接続口仕様情報,排水接続口 [mm],長さ,32 diff --git a/data/input_csv/IFC4/IFC4_081_IFCVALVETYPE.csv b/data/input_csv/IFC4/IFC4_081_IFCVALVETYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..91a95f381212efdf767607e068cc680b7215de2e --- /dev/null +++ b/data/input_csv/IFC4/IFC4_081_IFCVALVETYPE.csv @@ -0,0 +1,43 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +MEP,Valve,IfcValveType,ValveTypeCommon,Reference,IfcIdentifier,Valve-A1 +MEP,Valve,IfcValveType,ValveTypeCommon,Status,IfcLabel,New +MEP,Valve,IfcValveType,ManufacturerTypeInformation,Manufacturer,IfcLabel,ValveWorksInc +MEP,Valve,IfcValveType,ManufacturerTypeInformation,ModelLabel,IfcLabel,VV-2025-A +MEP,Valve,IfcValveType,ValveTypeCommon,ValvePattern,IfcLabel,Straight 2 Port +MEP,Valve,IfcValveType,MaintenanceStrategy,MonitoringType,IfcLabel,RoutineInspection +MEP,Valve,IfcValveType,ValveTypeCommon,Size,IfcPositiveLengthMeasure,0.050 +MEP,Valve,IfcValveType,ValveTypeCommon,ValveOperation,IfcLabel,Lever +MEP,Valve,IfcValveType,ConstructionAdministration,ProcurementMethod,IfcLabel,Vendor supply +MEP,Valve,IfcValveType,ValveTypeCommon,FlowCoefficient,IfcReal,12.0 +MEP,Valve,IfcValveType,ElementSize,NominalLength,IfcPositiveLengthMeasure,0.200 +MEP,Valve,IfcValveType,ValveTypeCommon,CloseOffRating,IfcPressureMeasure,1.6 +MEP,Valve,IfcValveType,ValveTypeCommon,WorkingPressure,IfcPressureMeasure,1.6 +MEP,Valve,IfcValveType,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,150.0 +MEP,Valve,IfcValveType,ValveTypeCommon,ValveMechanism,IfcLabel,Ball +MEP,Valve,IfcValveType,Warranty,IsExtendedWarranty,IfcBoolean,true +MEP,Valve,IfcValveType,MaintenanceTriggerPerformance,DisposalLevel,IfcReal,12.5 +MEP,Valve,IfcValveType,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,14.5 +MEP,Valve,IfcValveType,MaintenanceTriggerPerformance,PerformanceMaintenanceLevel,IfcReal,0.50 +MEP,Valve,IfcValveType,MaintenanceTriggerPerformance,ReplacementLevel,IfcReal,0.01 +MEP,Valve,IfcValveType,ValveTypeCommon,TestPressure,IfcPressureMeasure,0.10 +MEP,Valve,IfcValveType,ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,24 +MEP,Valve,IfcValveType,ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcInteger,1 +MEP,Valve,IfcValveType,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,5000000 +MEP,Valve,IfcValveType,Condition,AssessmentCondition,IfcLabel,Commissioning +MEP,Valve,IfcValveType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,4-20mA signal spec +MEP,Valve,IfcValveType,Condition,AssessmentType,IfcLabel,MaterialInspection +MEP,Valve,IfcValveType,Risk,AssociatedProduct,IfcLabel,Stainless steel trim +MEP,Valve,IfcValveType,Warranty,Exclusions,IfcText,PTFE seat excluded from abrasive service +MEP,Valve,IfcValveType,ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,09506000123456 +MEP,Valve,IfcValveType,Warranty,WarrantyContent,IfcText,Epoxy coated body +MEP,Valve,IfcValveType,ElectricalDeviceCommon,IP_Code,IfcLabel,IP65 +MEP,Valve,IfcValveType,ElectricalDeviceCommon,IK_Code,IfcLabel,IK08 +MEP,Valve,IfcValveType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +MEP,Valve,IfcValveType,Risk,MitigationPlanned,IfcLabel,Padlock provision +MEP,Valve,IfcValveType,EnvironmentalImpactValues,LeadOutTime,IfcDuration,P5D +MEP,Valve,IfcValveType,Condition,AssessmentDescription,IfcText,Valve operation verified during commissioning +MEP,Valve,IfcValveType,ElementSize,NominalHeight,IfcPositiveLengthMeasure,1.20 +MEP,Valve,IfcValveType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P1D +MEP,Valve,IfcValveType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,Double block configuration +MEP,Valve,IfcValveType,MaintenanceStrategy,AssetCriticality,IfcLabel,Moderate +MEP,Valve,IfcValveType,ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 diff --git a/data/input_csv/IFC4/IFC4_082_IFCVALVETYPE.csv b/data/input_csv/IFC4/IFC4_082_IFCVALVETYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..2552900bed55fa11f1291c320ea20b9688189e60 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_082_IFCVALVETYPE.csv @@ -0,0 +1,59 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,2 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,1 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,25 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,50 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,0.95 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +設備,バルブ,IfcValveType,ElectricalDeviceCommon,IP_Code,IfcLabel,IP54 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,IK_Code,IfcLabel,IK08 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,EarthingStyle,IfcLabel,TN-S +設備,バルブ,IfcValveType,ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,32 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,Power,IfcPowerMeasure,0.2 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,0.1 +設備,バルブ,IfcValveType,ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,2 +設備,バルブ,IfcValveType,ValveTypeCommon,Size,IfcPositiveLengthMeasure,0.020 +設備,バルブ,IfcValveType,ValveTypeCommon,TestPressure,IfcPressureMeasure,2.5 +設備,バルブ,IfcValveType,ValveTypeCommon,WorkingPressure,IfcPressureMeasure,1.0 +設備,バルブ,IfcValveType,ValveTypeCommon,FlowCoefficient,IfcReal,1.0 +設備,バルブ,IfcValveType,ValveTypeCommon,CloseOffRating,IfcPressureMeasure,1.0 +設備,バルブ,IfcValveType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.45 +設備,バルブ,IfcValveType,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,293.15 +設備,バルブ,IfcValveType,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +設備,バルブ,IfcValveType,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,278.15 +設備,バルブ,IfcValveType,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,313.15 +設備,バルブ,IfcValveType,EnvironmentalCondition,MaximumRainIntensity,IfcReal,25 +設備,バルブ,IfcValveType,EnvironmentalCondition,SaltMistLevel,IfcLabel,低塩害 +設備,バルブ,IfcValveType,EnvironmentalCondition,SeismicResistance,IfcReal,0.6 +設備,バルブ,IfcValveType,EnvironmentalCondition,SmokeLevel,IfcLabel,低煙環境 +設備,バルブ,IfcValveType,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,800 +設備,バルブ,IfcValveType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P1D +設備,バルブ,IfcValveType,ValveTypeCommon,Reference,IfcIdentifier,CHW-25A +設備,バルブ,IfcValveType,ManufacturerTypeInformation,ModelLabel,IfcLabel,CHW-A25-ACC +設備,バルブ,IfcValveType,ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,HWS-20A +設備,バルブ,IfcValveType,Condition,AssessmentDescription,IfcText,付属品の有無を確認 +設備,バルブ,IfcValveType,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,1 +設備,バルブ,IfcValveType,Condition,AssessmentDate,IfcDate,2021-09-24 +設備,バルブ,IfcValveType,MaintenanceTriggerPerformance,PerformanceMaintenanceLevel,IfcReal,1 +設備,バルブ,IfcValveType,MaintenanceTriggerPerformance,ReplacementLevel,IfcReal,0 +設備,バルブ,IfcValveType,ManufacturerTypeInformation,Manufacturer,IfcLabel,A社 +設備,バルブ,IfcValveType,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-VLV-OPS-01 +設備,バルブ,IfcValveType,Condition,LastAssessmentReport,IfcLabel,RPT-VLV-2025-01 +設備,バルブ,IfcValveType,Risk,AssociatedActivity,IfcLabel,設備 +設備,バルブ,IfcValveType,Warranty,WarrantyIdentifier,IfcIdentifier,WR-VLV-2025-01 +設備,バルブ,IfcValveType,ValveTypeCommon,ValvePattern,IfcLabel,直線2ポート +設備,バルブ,IfcValveType,MaintenanceTriggerPerformance,DisposalLevel,IfcReal,0 +設備,バルブ,IfcValveType,Warranty,PointOfContact,IfcLabel,設備保全部門 +設備,バルブ,IfcValveType,Warranty,WarrantyStartDate,IfcDate,2020-03-23 +設備,バルブ,IfcValveType,Warranty,WarrantyContent,IfcText,定期点検契約を含む +設備,バルブ,IfcValveType,Risk,AssociatedLocation,IfcLabel,JPN +設備,バルブ,IfcValveType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,Rebro +設備,バルブ,IfcValveType,MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P10D +設備,バルブ,IfcValveType,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,2 +設備,バルブ,IfcValveType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,JIS B0000 +設備,バルブ,IfcValveType,Condition,AssessmentType,IfcLabel,材質確認 +設備,バルブ,IfcValveType,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,305 +設備,バルブ,IfcValveType,ElementSize,NominalWidth,IfcPositiveLengthMeasure,0.225 +設備,バルブ,IfcValveType,ElementSize,NominalHeight,IfcPositiveLengthMeasure,0.595 +設備,バルブ,IfcValveType,ValveTypeCommon,ValveOperation,IfcLabel,手動ハンドル +設備,バルブ,IfcValveType,MaintenanceTriggerDuration,DurationTargetPerformance,IfcDuration,P25D diff --git a/data/input_csv/IFC4/IFC4_083_IFCLIGHTFIXTURETYPE.csv b/data/input_csv/IFC4/IFC4_083_IFCLIGHTFIXTURETYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..d2505a9580d67f4e44f412e7576548ab5aacf55e --- /dev/null +++ b/data/input_csv/IFC4/IFC4_083_IFCLIGHTFIXTURETYPE.csv @@ -0,0 +1,45 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +MEP,LightFixture,Light Fixture Type,Product Basics,BrandName,label,LightCo +MEP,LightFixture,Light Fixture Type,Product Basics,Model,label,LF-2025-A +MEP,LightFixture,Light Fixture Type,Product Basics,ExteriorTone,label,White +MEP,LightFixture,Light Fixture Type,Product Basics,InstallMethod,text,Recessed +MEP,LightFixture,Light Fixture Type,Product Basics,Mounting Height,length,2.70 +MEP,LightFixture,Light Fixture Type,Product Basics,UnitMass,float,3.5 +MEP,LightFixture,Light Fixture Type,Product Basics,Overall Size,text,0.200x0.150x0.080 +MEP,LightFixture,Light Fixture Type,Electrical,RatedOutput,float,36.0 +MEP,LightFixture,Light Fixture Type,Electrical,SupplyVolt,float,230.0 +MEP,LightFixture,Light Fixture Type,Electrical,LoadAmp,float,0.16 +MEP,LightFixture,Light Fixture Type,Electrical,Driver,label,ConstantCurrent +MEP,LightFixture,Light Fixture Type,Electrical,Dimming,label,0-10V +MEP,LightFixture,Light Fixture Type,Electrical,Control Protocol,label,DALI +MEP,LightFixture,Light Fixture Type,Electrical,Emergency Mode,boolean,true +MEP,LightFixture,Light Fixture Type,Electrical,Emergency Duration,integer,180 +MEP,LightFixture,Light Fixture Type,Photometry,Luminous Flux,float,3000.0 +MEP,LightFixture,Light Fixture Type,Photometry,Efficacy,float,100.0 +MEP,LightFixture,Light Fixture Type,Photometry,CCT,integer,30 +MEP,LightFixture,Light Fixture Type,Photometry,CRI,float,80.0 +MEP,LightFixture,Light Fixture Type,Photometry,Beam Angle,float,30.0 +MEP,LightFixture,Light Fixture Type,Photometry,UGR,float,19.0 +MEP,LightFixture,Light Fixture Type,Photometry,IES File,label,luminaireA.ies +MEP,LightFixture,Light Fixture Type,Performance,Rated Life,integer,5 +MEP,LightFixture,Light Fixture Type,Performance,Lumen Maintenance,float,0.70 +MEP,LightFixture,Light Fixture Type,Performance,Failure Rate,float,0.0001 +MEP,LightFixture,Light Fixture Type,Performance,Energy Class,label,A +MEP,LightFixture,Light Fixture Type,Protection Ratings,IP Rating,label,IP65 +MEP,LightFixture,Light Fixture Type,Protection Ratings,IK Rating,label,IK08 +MEP,LightFixture,Light Fixture Type,Protection Ratings,Operating Temp Range,label,-20 +MEP,LightFixture,Light Fixture Type,Controls,Occupancy Sensor,boolean,true +MEP,LightFixture,Light Fixture Type,Controls,Daylight Sensor,boolean,true +MEP,LightFixture,Light Fixture Type,Controls,Dimming Control,boolean,true +MEP,LightFixture,Light Fixture Type,Controls,Emergency Battery,boolean,true +MEP,LightFixture,Light Fixture Type,Installation,Fixing Points,integer,4 +MEP,LightFixture,Light Fixture Type,Installation,Maintenance Clearance,length,0.50 +MEP,LightFixture,Light Fixture Type,Installation,Junction Box Position,label,Center +MEP,LightFixture,Light Fixture Type,Installation,Installation Date,date,2025-08-01 +MEP,LightFixture,Light Fixture Type,Installation,Handling Notes,text,Install with bracket kit; do not drop +MEP,LightFixture,Light Fixture Type,Maintenance,Maintenance Interval,integer,180 +MEP,LightFixture,Light Fixture Type,Maintenance,Spare Parts,label,DriverKit +MEP,LightFixture,Light Fixture Type,Maintenance,Cleaning,label,WipeClean +MEP,LightFixture,Light Fixture Type,Maintenance,Warranty Years,float,3.0 +MEP,LightFixture,Light Fixture Type,Production,Lot ID,label,LOT-2025-01 +MEP,LightFixture,Light Fixture Type,Quantities,Gross Weight,float,4.0 diff --git a/data/input_csv/IFC4/IFC4_084_IFCLIGHTFIXTURETYPE.csv b/data/input_csv/IFC4/IFC4_084_IFCLIGHTFIXTURETYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..e2ca9845a15764820eadb2652da88bb614e8ff97 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_084_IFCLIGHTFIXTURETYPE.csv @@ -0,0 +1,45 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +MEP,LightFixture,IfcLightFixtureType,ManufacturerTypeInformation,Manufacturer,IfcLabel,LumenWorks +MEP,LightFixture,IfcLightFixtureType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,LW-1450 +MEP,LightFixture,IfcLightFixtureType,Condition,AssessmentDescription,IfcText,ExteriorTone: MatteWhite +MEP,LightFixture,IfcLightFixtureType,MaintenanceStrategy,MonitoringType,IfcLabel,RoutineInspection +MEP,LightFixture,IfcLightFixtureType,LightFixtureTypeCommon,TotalWattage,IfcPowerMeasure,2.50 +MEP,LightFixture,IfcLightFixtureType,LightFixtureTypeCommon,NumberOfSources,IfcCountMeasure,4 +MEP,LightFixture,IfcLightFixtureType,ElementSize,NominalLength,IfcPositiveLengthMeasure,0.240 +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,Power,IfcPowerMeasure,18.0 +MEP,LightFixture,IfcLightFixtureType,LightFixtureTypeCommon,MaximumPlenumSensibleLoad,IfcPowerMeasure,120.0 +MEP,LightFixture,IfcLightFixtureType,LightFixtureTypeCommon,MaximumSpaceSensibleLoad,IfcPowerMeasure,0.15 +MEP,LightFixture,IfcLightFixtureType,Condition,AssessmentType,IfcLabel,ElectricalInspection +MEP,LightFixture,IfcLightFixtureType,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,SAFE-LGT-01 +MEP,LightFixture,IfcLightFixtureType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,DALI-2 +MEP,LightFixture,IfcLightFixtureType,LightFixtureTypeCommon,Status,IfcLabel,Existing +MEP,LightFixture,IfcLightFixtureType,EnvironmentalImpactValues,Duration,IfcDuration,P90D +MEP,LightFixture,IfcLightFixtureType,LightFixtureTypeCommon,SensibleLoadToRadiant,IfcPositiveRatioMeasure,0.25 +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,110 +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,0.065 +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,90.0 +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,24.0 +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,0.85 +MEP,LightFixture,IfcLightFixtureType,LightFixtureTypeCommon,Reference,IfcIdentifier,spotX.ies +MEP,LightFixture,IfcLightFixtureType,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,293.15 +MEP,LightFixture,IfcLightFixtureType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.82 +MEP,LightFixture,IfcLightFixtureType,LightFixtureTypeCommon,MaintenanceFactor,IfcReal,0.0002 +MEP,LightFixture,IfcLightFixtureType,Condition,AssessmentCondition,IfcLabel,Commissioning +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,IP_Code,IfcLabel,IP54 +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,IK_Code,IfcLabel,IK07 +MEP,LightFixture,IfcLightFixtureType,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,-25 +MEP,LightFixture,IfcLightFixtureType,Warranty,IsExtendedWarranty,IfcBoolean,true +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +MEP,LightFixture,IfcLightFixtureType,ServiceLife,ServiceLifeDuration,IfcDuration,P5Y +MEP,LightFixture,IfcLightFixtureType,ServiceLife,MeanTimeBetweenFailure,IfcDuration,P1Y +MEP,LightFixture,IfcLightFixtureType,ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,1 +MEP,LightFixture,IfcLightFixtureType,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,400 +MEP,LightFixture,IfcLightFixtureType,ManufacturerTypeInformation,ModelReference,IfcLabel,Left junction box +MEP,LightFixture,IfcLightFixtureType,Tolerance,ToleranceDescription,IfcText,Mounting alignment tolerance +MEP,LightFixture,IfcLightFixtureType,Warranty,WarrantyContent,IfcText,Secure with safety tether; isolate power before service +MEP,LightFixture,IfcLightFixtureType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P90D +MEP,LightFixture,IfcLightFixtureType,ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,DiffuserPanel +MEP,LightFixture,IfcLightFixtureType,Warranty,Exclusions,IfcText,Clean with compressed air only +MEP,LightFixture,IfcLightFixtureType,Warranty,WarrantyPeriod,IfcDuration,P2Y +MEP,LightFixture,IfcLightFixtureType,ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-LGT-01 +MEP,LightFixture,IfcLightFixtureType,LightFixtureBaseQuantities,GrossWeight,IfcMassMeasure,4.7 diff --git a/data/input_csv/IFC4/IFC4_085_IFCHEATEXCHANGERTYPE.csv b/data/input_csv/IFC4/IFC4_085_IFCHEATEXCHANGERTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..30da521729fcc345a6c936abb5d1930b2f57a45a --- /dev/null +++ b/data/input_csv/IFC4/IFC4_085_IFCHEATEXCHANGERTYPE.csv @@ -0,0 +1,62 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,Brand,label,HeatExchCo +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,Model Code,label,HEX-3000A +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,TypeDescription,label,ShellAndTube +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,CoreMaterial,label,StainlessSteel +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,Mounting Direction,label,Horizontal +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,Unit Weight,float,250.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,OverallDimensions,label,1.20x0.60x0.80 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,Duty,float,120.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,UAValue,float,800.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,OverallHeatTransferCoefficient,float,450.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,ApproachTemperature,float,5.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,LMTD,float,12.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,Efficiency,float,0.85 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,Fouling Coefficient,float,0.00020 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,MaxOperatingPressure,float,10.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,MaxDesignTemperature,float,200.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,MinDesignTemperature,float,-20.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryInletConnectionSize,length,0.050 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryOutletConnectionSize,length,0.050 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryInletConnectionSize,length,0.025 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryOutletConnectionSize,length,0.025 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryDesignFlowRate,float,2.5 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryDesignFlowRate,float,1.8 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryInletTemp,float,80.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryOutletTemp,float,60.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryInletTemp,float,30.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryOutletTemp,float,45.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryPressureDrop,float,0.12 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryPressureDrop,float,0.08 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,ConnectionOrientation,label,Top +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,NumberOfConnections,integer,4 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,HeatTransferArea,area,12.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,NumberOfPasses,integer,2 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,Count Of Tubes,integer,120 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,ShellDiameter,length,0.600 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,PlateThickness,length,0.005 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,PlateType,label,FramePlate +MEP,HeatExchanger(MEP),Heat Exchanger Type,Materials,Shell Material Type,label,CarbonSteel +MEP,HeatExchanger(MEP),Heat Exchanger Type,Materials,TubeMaterial,label,Copper +MEP,HeatExchanger(MEP),Heat Exchanger Type,Materials,PlateMaterial,label,StainlessSteel +MEP,HeatExchanger(MEP),Heat Exchanger Type,Materials,GasketMaterial,label,Nitrile +MEP,HeatExchanger(MEP),Heat Exchanger Type,Materials,CorrosionAllowance,length,0.002 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,HasBypassValve,boolean,true +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,BypassValveSize,length,0.050 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,HasIsolationValves,boolean,true +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,HasTemperatureSensors,boolean,true +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,HasPressureSensors,boolean,true +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,ControlSignalType,label,4-20mA +MEP,HeatExchanger(MEP),Heat Exchanger Type,Installation,Install Date,date,2025-08-01 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Installation,MountingPoints,integer,4 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Installation,AnchorageRequirements,text,Concrete anchor M16 at 4 corners +MEP,HeatExchanger(MEP),Heat Exchanger Type,Installation,ClearanceForMaintenance,length,0.600 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Installation,InsulationType,label,PIR +MEP,HeatExchanger(MEP),Heat Exchanger Type,Maintenance,RecommendedCleaningInterval,integer,365 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Maintenance,AccessForInspection,label,HatchAccess +MEP,HeatExchanger(MEP),Heat Exchanger Type,Maintenance,SparePartsList,text,Spare gaskets;Tube bundle kit;Fixing bolts set +MEP,HeatExchanger(MEP),Heat Exchanger Type,Maintenance,Expected Service Life,integer,20 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Manufacturer Info,Brand,label,HeatExchCo +MEP,HeatExchanger(MEP),Heat Exchanger Type,Manufacturer Info,Model Code,label,HEX-3000A +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Materials,Lot Code,label,LOT-2025-01 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Quantities,Overall Weight,float,270.0 diff --git a/data/input_csv/IFC4/IFC4_086_IFCHEATEXCHANGERTYPE.csv b/data/input_csv/IFC4/IFC4_086_IFCHEATEXCHANGERTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..3c393daa6db8651463e3786a653df3659e5acb86 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_086_IFCHEATEXCHANGERTYPE.csv @@ -0,0 +1,57 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalImpactIndicators,Reference,IfcIdentifier,AC/GC +設備,熱交換器,IfcHeatExchangerType,EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,直入 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,false +設備,熱交換器,IfcHeatExchangerType,Uncertainty,UncertaintyDescription,IfcText,付属スイッチ +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,50 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,4 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,0.95 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,3 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,1 +設備,熱交換器,IfcHeatExchangerType,ManufacturerTypeInformation,ModelReference,IfcLabel,HEX-AC200-01 +設備,熱交換器,IfcHeatExchangerType,Warranty,IsExtendedWarranty,IfcBoolean,false +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerDuration,DurationTargetPerformance,IfcDuration,P65D +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P71D +設備,熱交換器,IfcHeatExchangerType,MaintenanceStrategy,AssetCriticality,IfcLabel,High +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P0D +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,0 +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerDuration,DurationDisposalLevel,IfcDuration,P250D +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,250 +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerPerformance,PerformanceMaintenanceLevel,IfcReal,100000 +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerPerformance,ReplacementLevel,IfcReal,250 +設備,熱交換器,IfcHeatExchangerType,MaintenanceTriggerPerformance,DisposalLevel,IfcReal,0 +設備,熱交換器,IfcHeatExchangerType,ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,2024-LED-00123 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalImpactIndicators,ExpectedServiceLife,IfcTimeMeasure,15 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,12 +設備,熱交換器,IfcHeatExchangerType,ManufacturerTypeInformation,ModelLabel,IfcLabel,HEU-1F-1 +設備,熱交換器,IfcHeatExchangerType,Condition,AssessmentDescription,IfcText,本体外観に異常なし +設備,熱交換器,IfcHeatExchangerType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,HEU +設備,熱交換器,IfcHeatExchangerType,HeatExchangerTypeCommon,Reference,IfcIdentifier,低層系統 +設備,熱交換器,IfcHeatExchangerType,ConstructionAdministration,ProcurementMethod,IfcLabel,機器一式調達 +設備,熱交換器,IfcHeatExchangerType,Condition,AssessmentCondition,IfcLabel,運転時 +設備,熱交換器,IfcHeatExchangerType,Condition,AssessmentType,IfcLabel,仕様確認 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,Power,IfcPowerMeasure,1000 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,0.3 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,293.15 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.60 +設備,熱交換器,IfcHeatExchangerType,ElementSize,NominalLength,IfcPositiveLengthMeasure,1.0 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,10 +設備,熱交換器,IfcHeatExchangerType,ElementSize,NominalWidth,IfcPositiveLengthMeasure,1.0 +設備,熱交換器,IfcHeatExchangerType,HeatExchangerTypeCommon,FlowArrangement,IfcLabel,対向流 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,100 +設備,熱交換器,IfcHeatExchangerType,ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,0 +設備,熱交換器,IfcHeatExchangerType,ElementSize,NominalHeight,IfcPositiveLengthMeasure,0.2 +設備,熱交換器,IfcHeatExchangerType,ElementKinematics,MinimumTime,IfcTimeMeasure,0.5 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,303.15 +設備,熱交換器,IfcHeatExchangerType,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,100 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,MaximumRainIntensity,IfcReal,10 +設備,熱交換器,IfcHeatExchangerType,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,500 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,SaltMistLevel,IfcLabel,高湿環境 +設備,熱交換器,IfcHeatExchangerType,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,500 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,SeismicResistance,IfcReal,0.5 +設備,熱交換器,IfcHeatExchangerType,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,500 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,SmokeLevel,IfcLabel,低煙環境 +設備,熱交換器,IfcHeatExchangerType,Tolerance,OverallStraightness,IfcPositiveLengthMeasure,225 +設備,熱交換器,IfcHeatExchangerType,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,595 +設備,熱交換器,IfcHeatExchangerType,HeatExchangerBaseQuantities,GrossWeight,IfcMassMeasure,595 +設備,熱交換器,IfcHeatExchangerType,Tolerance,OrthogonalStraightness,IfcPositiveLengthMeasure,100 diff --git a/data/input_csv/IFC4/IFC4_087_IFCUNITARYEQUIPMENTTYPE.csv b/data/input_csv/IFC4/IFC4_087_IFCUNITARYEQUIPMENTTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..f0d5552f8c663b49575bd8577e3147a6c8e83088 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_087_IFCUNITARYEQUIPMENTTYPE.csv @@ -0,0 +1,53 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱性能基準,基準冷却出力[kW],整数,38 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱性能基準,除湿寄与出力[kW],整数,27 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱性能基準,基準加熱出力[kW],整数,61 +設備目的,空調機情報照査,ユニット型空調機タイプ,入口条件,冬季入口乾球温度[℃],整数,7 +設備目的,空調機情報照査,ユニット型空調機タイプ,入口条件,夏季入口乾球温度[℃],整数,34 +設備目的,空調機情報照査,ユニット型空調機タイプ,構成品管理,標準同梱品,ラベル,防振架台セット +設備目的,空調機情報照査,ユニット型空調機タイプ,系統構成,枝分岐接続数,整数,3 +設備目的,空調機情報照査,ユニット型空調機タイプ,静音評価,外装面音圧[dB(A)],整数,47 +設備目的,空調機情報照査,ユニット型空調機タイプ,振動評価,架台伝達係数,実数,0.58 +設備目的,空調機情報照査,ユニット型空調機タイプ,電源計画,電源識別コード,ラベル,E-07 +設備目的,空調機情報照査,ユニット型空調機タイプ,電源計画,配線管路組合せ,ラベル,φ12.7/φ25.4 +設備目的,空調機情報照査,ユニット型空調機タイプ,交換能力,定格熱交換量[kW],整数,29 +設備目的,空調機情報照査,ユニット型空調機タイプ,駆動構成,可変送風対応,真偽,true +設備目的,空調機情報照査,ユニット型空調機タイプ,駆動構成,高効率駆動採用,真偽,false +設備目的,空調機情報照査,ユニット型空調機タイプ,駆動構成,周波数変換制御採用,真偽,true +設備目的,空調機情報照査,ユニット型空調機タイプ,個体台帳,製品管理記号,ラベル,AHU-XR-26041 +設備目的,空調機情報照査,ユニット型空調機タイプ,個体台帳,基準据付日,日付,2025-06-12 +設備目的,空調機情報照査,ユニット型空調機タイプ,個体台帳,登録台数,整数,6 +設備目的,空調機情報照査,ユニット型空調機タイプ,風路計画,総搬送量[m3/h],整数,8200 +設備目的,空調機情報照査,ユニット型空調機タイプ,風路計画,供給側搬送量[m3/h],整数,7800 +設備目的,空調機情報照査,ユニット型空調機タイプ,風路計画,還流側搬送量[m3/h],整数,5900 +設備目的,空調機情報照査,ユニット型空調機タイプ,風路計画,外気導入量[m3/h],整数,1900 +設備目的,空調機情報照査,ユニット型空調機タイプ,風路計画,排出側搬送量[m3/h],整数,1700 +設備目的,空調機情報照査,ユニット型空調機タイプ,流体計画,冷却系流量[l/min],整数,210 +設備目的,空調機情報照査,ユニット型空調機タイプ,流体計画,加熱系流量[l/min],整数,230 +設備目的,空調機情報照査,ユニット型空調機タイプ,流体計画,共用系流量[l/min],整数,440 +設備目的,空調機情報照査,ユニット型空調機タイプ,基準適合,参照規格,ラベル,AHRI410 +設備目的,空調機情報照査,ユニット型空調機タイプ,内部構成,熱交換列数,整数,6 +設備目的,空調機情報照査,ユニット型空調機タイプ,外装仕様,筐体材質,ラベル,溶融亜鉛めっき鋼板 +設備目的,空調機情報照査,ユニット型空調機タイプ,清浄構成,ろ材仕様,ラベル,中性能フィルタ +設備目的,空調機情報照査,ユニット型空調機タイプ,耐久指標,耐震評価値[G],実数,1.5 +設備目的,空調機情報照査,ユニット型空調機タイプ,回転体管理,標準運転段数[min-1],整数,2 +設備目的,空調機情報照査,ユニット型空調機タイプ,音響性能,定格運転音圧[dB(A)],整数,76 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱回収指標,全熱回収率_夏期[%],整数,52 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱回収指標,全熱回収率_冬期[%],整数,57 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱回収指標,顕熱回収率[%],整数,61 +設備目的,空調機情報照査,ユニット型空調機タイプ,外形管理,機器幅W[mm],長さ,2100 +設備目的,空調機情報照査,ユニット型空調機タイプ,外形管理,機器奥行D[mm],長さ,2650 +設備目的,空調機情報照査,ユニット型空調機タイプ,外形管理,機器高さH[mm],長さ,1750 +設備目的,空調機情報照査,ユニット型空調機タイプ,質量管理,乾燥質量[kg],整数,940 +設備目的,空調機情報照査,ユニット型空調機タイプ,質量管理,運用質量[kg],整数,1310 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱交換構成,交換器組合せ,ラベル,冷水コイル単独 +設備目的,空調機情報照査,ユニット型空調機タイプ,加湿構成,湿度付与方式,ラベル,蒸気噴霧式 +設備目的,空調機情報照査,ユニット型空調機タイプ,送風構成,送風機型式,ラベル,プラグファン +設備目的,空調機情報照査,ユニット型空調機タイプ,温湿度基準,室内乾球温度[℃],整数,24 +設備目的,空調機情報照査,ユニット型空調機タイプ,温湿度基準,室内湿球温度[℃],実数,17.8 +設備目的,空調機情報照査,ユニット型空調機タイプ,温湿度基準,外気乾球温度[℃],実数,33.2 +設備目的,空調機情報照査,ユニット型空調機タイプ,温湿度基準,外気湿球温度[℃],整数,27 +設備目的,空調機情報照査,ユニット型空調機タイプ,温湿度基準,目標露点温度[℃],整数,14 +設備目的,空調機情報照査,ユニット型空調機タイプ,抵抗評価,冷却系損失圧[kPa],整数,41 +設備目的,空調機情報照査,ユニット型空調機タイプ,抵抗評価,加熱系損失圧[kPa],整数,37 +設備目的,空調機情報照査,ユニット型空調機タイプ,抵抗評価,共用系損失圧[kPa],整数,39 diff --git a/data/input_csv/IFC4/IFC4_088_IFCUNITARYEQUIPMENTTYPE.csv b/data/input_csv/IFC4/IFC4_088_IFCUNITARYEQUIPMENTTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..eedff9397a1181b7e331108a65202053fd7d3449 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_088_IFCUNITARYEQUIPMENTTYPE.csv @@ -0,0 +1,53 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +設備,空調機,空調機械類ユニットタイプ,機械-負荷,設計冷房能力 [kW],整数,56 +設備,空調機,空調機械類ユニットタイプ,機械-負荷,設計冷房能力_顕熱 [kW],整数,38 +設備,空調機,空調機械類ユニットタイプ,機械-負荷,設計暖房能力 [kW],整数,62 +設備,空調機,空調機械類ユニットタイプ,機械-負荷,冬期吸込乾球温度 [℃],整数,7 +設備,空調機,空調機械類ユニットタイプ,機械-負荷,夏期吸込乾球温度 [℃],整数,33 +設備,空調機,空調機械類ユニットタイプ,データ,付属品,ラベル,防振ゴムセット +設備,空調機,空調機械類ユニットタイプ,データ,台数_冷媒分岐ユニット,整数,3 +設備,空調機,空調機械類ユニットタイプ,データ,騒音レベル [dB(A)],整数,48 +設備,空調機,空調機械類ユニットタイプ,データ,振動伝達率,実数,0.65 +設備,空調機,空調機械類ユニットタイプ,電気-負荷,回路番号,ラベル,C-07 +設備,空調機,空調機械類ユニットタイプ,電気-負荷,配線配管サイズ,ラベル,φ19.05/9.52 +設備,空調機,空調機械類ユニットタイプ,機械,設計冷却能力 [kW],整数,32 +設備,空調機,空調機械類ユニットタイプ,機械,送風量制御の有無,真偽,true +設備,空調機,空調機械類ユニットタイプ,機械,高効率電動機の有無,真偽,true +設備,空調機,空調機械類ユニットタイプ,機械,インバーターの有無,真偽,true +設備,空調機,空調機械類ユニットタイプ,その他,製造番号,ラベル,2025-ACU-00456 +設備,空調機,空調機械類ユニットタイプ,その他,設置年月,日付,2023-07-15 +設備,空調機,空調機械類ユニットタイプ,その他,個数,整数,10 +設備,空調機,空調機械類ユニットタイプ,風量仕様情報,送風量 [m3/h],整数,12000 +設備,空調機,空調機械類ユニットタイプ,風量仕様情報,給気量 [m3/h],整数,12000 +設備,空調機,空調機械類ユニットタイプ,風量仕様情報,還気量 [m3/h],整数,8000 +設備,空調機,空調機械類ユニットタイプ,風量仕様情報,外気量 [m3/h],整数,4000 +設備,空調機,空調機械類ユニットタイプ,風量仕様情報,排気量 [m3/h],整数,3500 +設備,空調機,空調機械類ユニットタイプ,水量仕様情報,冷水量 [l/min],整数,280 +設備,空調機,空調機械類ユニットタイプ,水量仕様情報,温水量 [l/min],整数,300 +設備,空調機,空調機械類ユニットタイプ,水量仕様情報,冷温水量 [l/min],整数,580 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,認証・規格,ラベル,JIS B8601 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,コイル列数,整数,6 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,材質,ラベル,SUS304 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,フィルター形式,ラベル,高性能 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,耐震強度 [G],実数,1.8 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,回転数 [min-1],整数,2 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,騒音レベル [dB(A)],整数,78 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,エンタルピ交換効率_冷房 [%],整数,55 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,エンタルピ交換効率_暖房 [%],整数,52 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,温度交換効率 [%],整数,60 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,外形寸法 W [mm],長さ,2200 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,外形寸法 D [mm],長さ,3600 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,外形寸法 H [mm],長さ,1600 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,製品質量 [kg],整数,980 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,運転質量 [kg],整数,1415 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,コイル形式,ラベル,直膨+温水 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,加湿方式,ラベル,スチーム噴霧 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,ファンの種類,ラベル,プラグファン +設備,空調機,空調機械類ユニットタイプ,空気温度仕様情報,空気温度DB [℃],整数,24 +設備,空調機,空調機械類ユニットタイプ,空気温度仕様情報,空気温度WB [℃],実数,17.2 +設備,空調機,空調機械類ユニットタイプ,空気温度仕様情報,外気空気温度DB [℃],実数,33 +設備,空調機,空調機械類ユニットタイプ,空気温度仕様情報,外気空気温度WB [℃],整数,26 +設備,空調機,空調機械類ユニットタイプ,空気温度仕様情報,露点温度 [℃],整数,14 +設備,空調機,空調機械類ユニットタイプ,水抵抗仕様情報,冷水圧力損失 [kPa],整数,55 +設備,空調機,空調機械類ユニットタイプ,水抵抗仕様情報,温水圧力損失 [kPa],整数,46 +設備,空調機,空調機械類ユニットタイプ,水抵抗仕様情報,冷温水圧力損失 [kPa],整数,51 diff --git a/data/input_csv/IFC4/IFC4_089_IFCFLOWTERMINAL.csv b/data/input_csv/IFC4/IFC4_089_IFCFLOWTERMINAL.csv new file mode 100644 index 0000000000000000000000000000000000000000..2d0a9f0850539ac520efe3c89eb577e401dd1435 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_089_IFCFLOWTERMINAL.csv @@ -0,0 +1,51 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +MEP,FlowTerminal,IfcFlowTerminal,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,Terminal-01 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,InsulationStandardClass,IfcLabel,Class I Appliance +MEP,FlowTerminal,IfcFlowTerminal,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,DiffuserCo +MEP,FlowTerminal,IfcFlowTerminal,ConstructionOccurence,ModelNumber,IfcLabel,FT-2025-A +MEP,FlowTerminal,IfcFlowTerminal,ElectricalDeviceCommon,EarthingStyle,IfcLabel,TN-S +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceStrategy,MonitoringType,IfcLabel,RoutineInspection +MEP,FlowTerminal,IfcFlowTerminal,ElementSize,NominalHeight,IfcPositiveLengthMeasure,2.70 +MEP,FlowTerminal,IfcFlowTerminal,ElectricalDeviceCommon,Power,IfcPowerMeasure,12.5 +MEP,FlowTerminal,IfcFlowTerminal,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.25 +MEP,FlowTerminal,IfcFlowTerminal,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.05 +MEP,FlowTerminal,IfcFlowTerminal,Tolerance,HorizontalFlatness,IfcPositiveLengthMeasure,0.40 +MEP,FlowTerminal,IfcFlowTerminal,ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,1 +MEP,FlowTerminal,IfcFlowTerminal,ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,0.125 +MEP,FlowTerminal,IfcFlowTerminal,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,50.0 +MEP,FlowTerminal,IfcFlowTerminal,EnvironmentalCondition,SeismicResistance,IfcReal,4.0 +MEP,FlowTerminal,IfcFlowTerminal,ElementKinematics,LinearRange,IfcPositiveLengthMeasure,30.0 +MEP,FlowTerminal,IfcFlowTerminal,Pset_Condition,AssessmentDescription,IfcText,Slot diffuser +MEP,FlowTerminal,IfcFlowTerminal,ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,2 +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,0.50 +MEP,FlowTerminal,IfcFlowTerminal,Pset_EnvironmentalImpactValues,RadioactiveWaste,IfcMassMeasure,0.015 +MEP,FlowTerminal,IfcFlowTerminal,Risk,RiskType,IfcLabel,Environmental Issues +MEP,FlowTerminal,IfcFlowTerminal,ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,5.0 +MEP,FlowTerminal,IfcFlowTerminal,Uncertainty,LinearUncertainty,IfcPositiveLengthMeasure,3.5 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,50 +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceTriggerPerformance,DisposalLevel,IfcReal,45.0 +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceTriggerPerformance,PerformanceMaintenanceLevel,IfcReal,32.0 +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceTriggerPerformance,ReplacementLevel,IfcReal,0.00 +MEP,FlowTerminal,IfcFlowTerminal,ConstructionAdministration,SubmittalIdentifer,IfcLabel,0-10V control +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,IP_Code,IfcLabel,IP54 +MEP,FlowTerminal,IfcFlowTerminal,Pset_Condition,AssessmentCondition,IfcLabel,Commissioning +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceTriggerCondition,ConditionMaintenanceLevel,IfcLabel,Moderate +MEP,FlowTerminal,IfcFlowTerminal,Condition,AssessmentType,IfcLabel,VisualInspection +MEP,FlowTerminal,IfcFlowTerminal,Condition,LastAssessmentReport,IfcLabel,RPT-FT-01 +MEP,FlowTerminal,IfcFlowTerminal,ElementSize,NominalLength,IfcPositiveLengthMeasure,0.300 +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P1D +MEP,FlowTerminal,IfcFlowTerminal,EnvironmentalImpactIndicators,IndicatorsUnit,IfcText,kgCO2e/unit +MEP,FlowTerminal,IfcFlowTerminal,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P1D +MEP,FlowTerminal,IfcFlowTerminal,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,23 37 13 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,0.5 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,0.95 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,24 +MEP,FlowTerminal,IfcFlowTerminal,ConstructionOccurence,AssetIdentifier,IfcLabel,Zone-01 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,DiffuserCo standard +MEP,FlowTerminal,IfcFlowTerminal,ConstructionOccurence,TagNumber,IfcLabel,FT-2025-A +MEP,FlowTerminal,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +MEP,FlowTerminal,IfcFlowTerminal,ElementSize,NominalWidth,IfcPositiveLengthMeasure,0.600 +MEP,FlowTerminal,IfcFlowTerminal,BodyGeometryValidation,NetVolume,IfcVolumeMeasure,0.200 +MEP,FlowTerminal,IfcFlowTerminal,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.100 +MEP,FlowTerminal,IfcFlowTerminal,BodyGeometryValidation,NetSurfaceArea,IfcAreaMeasure,10.0 +MEP,FlowTerminal,IfcFlowTerminal,BodyGeometryValidation,GrossVolume,IfcVolumeMeasure,11.0 diff --git a/data/input_csv/IFC4/IFC4_090_IFCFLOWTERMINAL.csv b/data/input_csv/IFC4/IFC4_090_IFCFLOWTERMINAL.csv new file mode 100644 index 0000000000000000000000000000000000000000..a4cf5c022dc364e5c3455301861a4ff020d0baf3 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_090_IFCFLOWTERMINAL.csv @@ -0,0 +1,54 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +設備,スプリンクラー,IfcFlowTerminal,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.50 +設備,スプリンクラー,IfcFlowTerminal,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,50 +設備,スプリンクラー,IfcFlowTerminal,Pset_Condition,AssessmentCondition,IfcLabel,竣工時 +設備,スプリンクラー,IfcFlowTerminal,Condition,AssessmentType,IfcLabel,型式確認 +設備,スプリンクラー,IfcFlowTerminal,Risk,AssociatedLocation,IfcLabel,低層系統 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,屋内消火栓 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,閉鎖型 +設備,スプリンクラー,IfcFlowTerminal,Pset_Warranty,IsExtendedWarranty,IfcBoolean,false +設備,スプリンクラー,IfcFlowTerminal,ConstructionOccurence,ModelNumber,IfcLabel,HB-1 +設備,スプリンクラー,IfcFlowTerminal,MaintenanceTriggerDuration,DurationTargetPerformance,IfcDuration,P300D +設備,スプリンクラー,IfcFlowTerminal,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P1D +設備,スプリンクラー,IfcFlowTerminal,MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P800D +設備,スプリンクラー,IfcFlowTerminal,Pset_Warranty,WarrantyContent,IfcText,架橋ポリエチレン対応 +設備,スプリンクラー,IfcFlowTerminal,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,JIS B0000 +設備,スプリンクラー,IfcFlowTerminal,MaintenanceTriggerDuration,DurationDisposalLevel,IfcDuration,P25000D +設備,スプリンクラー,IfcFlowTerminal,Risk,AssociatedActivity,IfcLabel,9 消火設備 +設備,スプリンクラー,IfcFlowTerminal,ConstructionAdministration,ProcurementMethod,IfcLabel,設備一式調達 +設備,スプリンクラー,IfcFlowTerminal,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-SP-2025-01 +設備,スプリンクラー,IfcFlowTerminal,Pset_Condition,AssessmentDescription,IfcText,耐圧試験および外観確認済み +設備,スプリンクラー,IfcFlowTerminal,EnvironmentalCondition,MaximumRainIntensity,IfcReal,10000 +設備,スプリンクラー,IfcFlowTerminal,Condition,AssessmentMethod,IfcDocumentReference,DOC-SPK-INSP-01 +設備,スプリンクラー,IfcFlowTerminal,Condition,LastAssessmentReport,IfcLabel,RPT-SPK-2025-01 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,SP-53W-01 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,04912345000053 +設備,スプリンクラー,IfcFlowTerminal,Warranty,PointOfContact,IfcLabel,防災設備窓口 +設備,スプリンクラー,IfcFlowTerminal,ConstructionAdministration,SubmittalIdentifer,IfcLabel,SUB-SP-01 +設備,スプリンクラー,IfcFlowTerminal,ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-SPK-01 +設備,スプリンクラー,IfcFlowTerminal,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-SPK-SAFE-01 +設備,スプリンクラー,IfcFlowTerminal,Tolerance,ToleranceDescription,IfcText,据付許容差基準書参照 +設備,スプリンクラー,IfcFlowTerminal,ElectricalDeviceCompliance,ExplosiveAtmosphereStandardsCompliance,IfcBoolean,false +設備,スプリンクラー,IfcFlowTerminal,Risk,RiskName,IfcLabel,誤放水 +設備,スプリンクラー,IfcFlowTerminal,Risk,NatureOfRisk,IfcLabel,誤作動による放水 +設備,スプリンクラー,IfcFlowTerminal,Risk,RiskAssessmentMethodology,IfcLabel,定期点検評価 +設備,スプリンクラー,IfcFlowTerminal,Risk,MitigationPlanned,IfcLabel,保護カバー設置 +設備,スプリンクラー,IfcFlowTerminal,Risk,MitigationProposed,IfcLabel,年次点検強化 +設備,スプリンクラー,IfcFlowTerminal,Risk,AssociatedProduct,IfcLabel,散水ヘッド +設備,スプリンクラー,IfcFlowTerminal,Pset_Warranty,Exclusions,IfcText,凍結損傷は保証対象外 +設備,スプリンクラー,IfcFlowTerminal,ConstructionOccurence,TagNumber,IfcLabel,SPK-01 +設備,スプリンクラー,IfcFlowTerminal,Warranty,WarrantyPeriod,IfcDuration,P2Y +設備,スプリンクラー,IfcFlowTerminal,EnergyRequirements,EnergySourceLabel,IfcLabel,非常電源 +設備,スプリンクラー,IfcFlowTerminal,ServiceLife,MeanTimeBetweenFailure,IfcDuration,P365D +設備,スプリンクラー,IfcFlowTerminal,Condition,AssessmentFrequency,IfcTimeMeasure,30 +設備,スプリンクラー,IfcFlowTerminal,EnergyRequirements,EnergyConsumption,IfcEnergyMeasure,44 +設備,スプリンクラー,IfcFlowTerminal,EnergyRequirements,PowerDemand,IfcPowerMeasure,42 +設備,スプリンクラー,IfcFlowTerminal,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-SPK-OPS-01 +設備,スプリンクラー,IfcFlowTerminal,EnergyRequirements,EnergyConversionEfficiency,IfcRatioMeasure,0.85 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +設備,スプリンクラー,IfcFlowTerminal,BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,0 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,A社 +設備,スプリンクラー,IfcFlowTerminal,Condition,NextAssessmentDate,IfcDate,2026-01-01 +設備,スプリンクラー,IfcFlowTerminal,ServiceLife,ServiceLifeDuration,IfcDuration,P3650D +設備,スプリンクラー,IfcFlowTerminal,ConstructionOccurence,InstallationDate,IfcDate,2025-01-01 +設備,スプリンクラー,IfcFlowTerminal,ConstructionOccurence,AssetIdentifier,IfcLabel,SPK-ZONE1-01 diff --git a/data/input_csv/IFC4/IFC4_091_IFCALARMTYPE.csv b/data/input_csv/IFC4/IFC4_091_IFCALARMTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..ad2881a8976de903a5a8ef3dceeefd58fce4a344 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_091_IFCALARMTYPE.csv @@ -0,0 +1,47 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +MEP,Alarm,Alarm Type,Product Basics,Basic Manufacturer,label,SentinelWorks +MEP,Alarm,Alarm Type,Product Basics,Submittal Code,label,ALM-2030-B +MEP,Alarm,Alarm Type,Product Basics,Alarm Condition,label,Smoke +MEP,Alarm,Alarm Type,Product Basics,Normal Status,label,Installed +MEP,Alarm,Alarm Type,Warranty,Warranty Summary,text,Battery backup included +MEP,Alarm,Alarm Type,Electrical,Protective Earth,boolean,true +MEP,Alarm,Alarm Type,Service Life,Replacement Duration,duration,P12D +MEP,Alarm,Alarm Type,Electrical,IP Code,label,IP66 +MEP,Alarm,Alarm Type,Administration,Procurement Method,label,Turnkey supply +MEP,Alarm,Alarm Type,Electrical,Nominal Frequency,integer,60 +MEP,Alarm,Alarm Type,Electrical,Power Factor,ratio,1.0 +MEP,Alarm,Alarm Type,Electrical,Rated Voltage,float,100.0 +MEP,Alarm,Alarm Type,Electrical,Heat Dissipation,float,85.0 +MEP,Alarm,Alarm Type,Electrical,Nominal Power,float,0.5 +MEP,Alarm,Alarm Type,Environment,Storage Temperature,float,12.0 +MEP,Alarm,Alarm Type,Environment,Reference Humidity,ratio,0.3 +MEP,Alarm,Alarm Type,Environment,Seismic Rating,float,0.01 +MEP,Alarm,Alarm Type,Condition,Assessment Condition,label,Commissioning +MEP,Alarm,Alarm Type,Condition,Assessment Type,label,Sensitivity test +MEP,Alarm,Alarm Type,Electrical,Rated Current,float,180.0 +MEP,Alarm,Alarm Type,Electrical,Device Power,float,30.0 +MEP,Alarm,Alarm Type,Environment,Reference Temperature,float,248.15 +MEP,Alarm,Alarm Type,Communications,Protocol,label,BACnet +MEP,Alarm,Alarm Type,Communications,Connection Mode,label,Wireless +MEP,Alarm,Alarm Type,Documents,Operation Manual,label,DOC-ALM-OPS-01 +MEP,Alarm,Alarm Type,Warranty,Extended Warranty,boolean,false +MEP,Alarm,Alarm Type,Service Life,Service Life Duration,duration,P5Y +MEP,Alarm,Alarm Type,Service Life,Mean Time Between Failure,duration,P1Y +MEP,Alarm,Alarm Type,Condition,Assessment Notes,text,Active state +MEP,Alarm,Alarm Type,Condition,Assessment Report,label,RPT-ALM-01 +MEP,Alarm,Alarm Type,Product Basics,Model Number,label,SA-220 +MEP,Alarm,Alarm Type,Risk,Risk Name,label,False alarm +MEP,Alarm,Alarm Type,Installation,Installation Tolerance,text,Mounting tolerance per installation guide +MEP,Alarm,Alarm Type,Product Basics,Backup Part Number,label,BKP-ANC-01 +MEP,Alarm,Alarm Type,Risk,Associated Location,label,Main entrance wall +MEP,Alarm,Alarm Type,Installation,Vertical Tolerance,length,0.40 +MEP,Alarm,Alarm Type,Warranty,Warranty Exclusions,text,Use halogen-free cable; min 1.5sq +MEP,Alarm,Alarm Type,Electrical,Number of Poles,integer,14 +MEP,Alarm,Alarm Type,Maintenance,Maintenance Interval,duration,P270D +MEP,Alarm,Alarm Type,Condition,Assessment Date,date,2025-07-31 +MEP,Alarm,Alarm Type,Product Basics,Reference Code,label,MP-007 +MEP,Alarm,Alarm Type,Warranty,Warranty Period,duration,P3Y +MEP,Alarm,Alarm Type,Warranty,Contact Point,label,SentinelWorks support +MEP,Alarm,Alarm Type,Administration,Specification Section,label,ALM-2030-B +MEP,Alarm,Alarm Type,Product Basics,Trade Item Number,label,04912345000007 +MEP,Alarm,Alarm Type,Quantities,Gross Weight,float,1.3 diff --git a/data/input_csv/IFC4/IFC4_092_IFCALARMTYPE.csv b/data/input_csv/IFC4/IFC4_092_IFCALARMTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..720810c99599d3485066609cf81506f08975388f --- /dev/null +++ b/data/input_csv/IFC4/IFC4_092_IFCALARMTYPE.csv @@ -0,0 +1,47 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +MEP,Alarm,IfcAlarmType,ManufacturerTypeInformation,Manufacturer,IfcLabel,SentinelWorks +MEP,Alarm,IfcAlarmType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,ALM-2030-B +MEP,Alarm,IfcAlarmType,AlarmTypeCommon,AlarmCondition,IfcIdentifier,Smoke +MEP,Alarm,IfcAlarmType,AlarmTypeCommon,Status,IfcLabel,Existing +MEP,Alarm,IfcAlarmType,Warranty,WarrantyContent,IfcText,Battery backup included +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +MEP,Alarm,IfcAlarmType,EnvironmentalImpactValues,Duration,IfcDuration,P12D +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,IP_Code,IfcLabel,IP66 +MEP,Alarm,IfcAlarmType,ConstructionAdministration,ProcurementMethod,IfcLabel,Turnkey supply +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,60 +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,1.0 +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,100.0 +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,85.0 +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,0.5 +MEP,Alarm,IfcAlarmType,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,12.0 +MEP,Alarm,IfcAlarmType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.3 +MEP,Alarm,IfcAlarmType,EnvironmentalCondition,SeismicResistance,IfcReal,0.01 +MEP,Alarm,IfcAlarmType,Condition,AssessmentCondition,IfcLabel,Commissioning +MEP,Alarm,IfcAlarmType,Condition,AssessmentType,IfcLabel,Sensitivity test +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,180.0 +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,Power,IfcPowerMeasure,30.0 +MEP,Alarm,IfcAlarmType,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,248.15 +MEP,Alarm,IfcAlarmType,ManufacturerTypeInformation,ModelReference,IfcLabel,BACnet +MEP,Alarm,IfcAlarmType,ManufacturerTypeInformation,ModelLabel,IfcLabel,Wireless +MEP,Alarm,IfcAlarmType,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-ALM-OPS-01 +MEP,Alarm,IfcAlarmType,Warranty,IsExtendedWarranty,IfcBoolean,false +MEP,Alarm,IfcAlarmType,ServiceLife,ServiceLifeDuration,IfcDuration,P5Y +MEP,Alarm,IfcAlarmType,ServiceLife,MeanTimeBetweenFailure,IfcDuration,P1Y +MEP,Alarm,IfcAlarmType,Condition,AssessmentDescription,IfcText,Active state +MEP,Alarm,IfcAlarmType,Condition,LastAssessmentReport,IfcLabel,RPT-ALM-01 +MEP,Alarm,IfcAlarmType,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-ALM-SAFE-01 +MEP,Alarm,IfcAlarmType,Risk,RiskName,IfcLabel,False alarm +MEP,Alarm,IfcAlarmType,Tolerance,ToleranceDescription,IfcText,Mounting tolerance per installation guide +MEP,Alarm,IfcAlarmType,ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,BKP-ANC-01 +MEP,Alarm,IfcAlarmType,Risk,AssociatedLocation,IfcLabel,Main entrance wall +MEP,Alarm,IfcAlarmType,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,0.40 +MEP,Alarm,IfcAlarmType,Warranty,Exclusions,IfcText,Use halogen-free cable; min 1.5sq +MEP,Alarm,IfcAlarmType,ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,14 +MEP,Alarm,IfcAlarmType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P270D +MEP,Alarm,IfcAlarmType,Condition,AssessmentDate,IfcDate,2025-07-31 +MEP,Alarm,IfcAlarmType,AlarmTypeCommon,Reference,IfcIdentifier,MP-007 +MEP,Alarm,IfcAlarmType,Warranty,WarrantyPeriod,IfcDuration,P3Y +MEP,Alarm,IfcAlarmType,Warranty,PointOfContact,IfcLabel,SentinelWorks support +MEP,Alarm,IfcAlarmType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,ALM-2030-B +MEP,Alarm,IfcAlarmType,ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,LOT-2030-07 +MEP,Alarm,IfcAlarmType,AlarmBaseQuantities,GrossWeight,IfcMassMeasure,1.3 diff --git a/data/input_csv/IFC4/IFC4_093_IFCAIRTERMINALTYPE.csv b/data/input_csv/IFC4/IFC4_093_IFCAIRTERMINALTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..68aafeb1b8465cf431b96cc35535969994553b14 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_093_IFCAIRTERMINALTYPE.csv @@ -0,0 +1,47 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +MEP,AirTerminal,Air Terminal Type,Product Basics,Brand,label,DiffuserCo +MEP,AirTerminal,Air Terminal Type,Product Basics,Model Code,label,AT-2025-A +MEP,AirTerminal,Air Terminal Type,Product Basics,Surface Coating,label,PowderCoated +MEP,AirTerminal,Air Terminal Type,Product Basics,Mounting Category,label,Ceiling +MEP,AirTerminal,Air Terminal Type,Product Basics,MountingHeight,length,2.70 +MEP,AirTerminal,Air Terminal Type,Product Basics,OverallDimensions,text,0.600x0.300x0.100 +MEP,AirTerminal,Air Terminal Type,Product Basics,Unit Weight,float,1.2 +MEP,AirTerminal,Air Terminal Type,Air Performance,DesignAirFlowRate,float,0.25 +MEP,AirTerminal,Air Terminal Type,Air Performance,MinAirFlowRate,float,0.05 +MEP,AirTerminal,Air Terminal Type,Air Performance,MaxAirFlowRate,float,0.40 +MEP,AirTerminal,Air Terminal Type,Air Performance,ThrowDistance,length,4.0 +MEP,AirTerminal,Air Terminal Type,Air Performance,SpreadAngle,float,30.0 +MEP,AirTerminal,Air Terminal Type,Air Performance,Pattern Category,label,Slot +MEP,AirTerminal,Air Terminal Type,Air Performance,SupplyOrExtract,label,Supply +MEP,AirTerminal,Air Terminal Type,Duct Connection,NominalConnectionSize,length,0.125 +MEP,AirTerminal,Air Terminal Type,Duct Connection,ConnectionShape,label,Rectangular +MEP,AirTerminal,Air Terminal Type,Duct Connection,ConnectionOrientation,label,Horizontal +MEP,AirTerminal,Air Terminal Type,Duct Connection,RoughInHeight,length,0.300 +MEP,AirTerminal,Air Terminal Type,Duct Connection,RoughInDistanceFromWall,length,0.100 +MEP,AirTerminal,Air Terminal Type,Duct Connection,ConnectionFlangeStandard,label,DIN +MEP,AirTerminal,Air Terminal Type,Performance,PressureDropAtDesign,float,50.0 +MEP,AirTerminal,Air Terminal Type,Performance,SoundPowerLevel,float,45.0 +MEP,AirTerminal,Air Terminal Type,Performance,SoundPressureLevelAtDistance,float,32.0 +MEP,AirTerminal,Air Terminal Type,Performance,ThrowVariation,float,0.10 +MEP,AirTerminal,Air Terminal Type,Controls,HasMotorizedDamper,boolean,true +MEP,AirTerminal,Air Terminal Type,Controls,HasControlDamper,boolean,true +MEP,AirTerminal,Air Terminal Type,Controls,ActuatorSupply,label,24V +MEP,AirTerminal,Air Terminal Type,Controls,ControlSignalType,label,0-10V +MEP,AirTerminal,Air Terminal Type,Controls,HasPositionFeedback,boolean,true +MEP,AirTerminal,Air Terminal Type,Fire and Smoke,IsFireDamperRequired,boolean,true +MEP,AirTerminal,Air Terminal Type,Fire and Smoke,IsSmokeDamperRequired,boolean,true +MEP,AirTerminal,Air Terminal Type,Fire and Smoke,Fire Resistance Level,label,EI60 +MEP,AirTerminal,Air Terminal Type,Fire and Smoke,FireSealType,label,Intumescent +MEP,AirTerminal,Air Terminal Type,Installation,FixingDetails,text,Screw fix to ceiling;Clip-in mounting with bracket +MEP,AirTerminal,Air Terminal Type,Installation,ClearanceForMaintenance,length,0.50 +MEP,AirTerminal,Air Terminal Type,Installation,InstallationOrientation,label,Ceiling +MEP,AirTerminal,Air Terminal Type,Installation,Install Date,date,2025-08-01 +MEP,AirTerminal,Air Terminal Type,Installation,HandlingInstructions,text,Install with bracket; avoid impact +MEP,AirTerminal,Air Terminal Type,Maintenance,MaintenanceInterval,integer,180 +MEP,AirTerminal,Air Terminal Type,Maintenance,FilterReplacementInterval,integer,90 +MEP,AirTerminal,Air Terminal Type,Maintenance,AccessForInspection,label,HatchAccess +MEP,AirTerminal,Air Terminal Type,Maintenance,SparePartsList,text,Filter kit;Fixing screws;Grille +MEP,AirTerminal,Air Terminal Type,Manufacturer Info,Brand,label,DiffuserCo +MEP,AirTerminal,Air Terminal Type,Manufacturer Info,Model Code,label,AT-2025-A +MEP,AirTerminal,Air Terminal Type,Product Materials,Lot Code,label,LOT-2025-01 +MEP,AirTerminal,Air Terminal Type,Quantities,Overall Weight,float,11.0 diff --git a/data/input_csv/IFC4/IFC4_094_IFCAIRTERMINALTYPE.csv b/data/input_csv/IFC4/IFC4_094_IFCAIRTERMINALTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..7214e3f009f81011caa267f14a3a4f524c37f662 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_094_IFCAIRTERMINALTYPE.csv @@ -0,0 +1,46 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +設備,排煙口,IfcAirTerminalType,AirTerminalTypeCommon,NumberOfSlots,IfcCountMeasure,2 +設備,排煙口,IfcAirTerminalType,AirTerminalTypeCommon,Reference,IfcIdentifier,SMK-AT-01 +設備,排煙口,IfcAirTerminalType,ManufacturerTypeInformation,ModelReference,IfcLabel,SMK-AT-200 +設備,排煙口,IfcAirTerminalType,Condition,LastAssessmentReport,IfcLabel,RPT-SMOKE-2025-01 +設備,排煙口,IfcAirTerminalType,EnvironmentalImpactIndicators,Reference,IfcIdentifier,排煙口 +設備,排煙口,IfcAirTerminalType,EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,1台 +設備,排煙口,IfcAirTerminalType,Uncertainty,UncertaintyDescription,IfcText,設置位置補正値 +設備,排煙口,IfcAirTerminalType,ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,2 +設備,排煙口,IfcAirTerminalType,Condition,AssessmentDescription,IfcText,定期点検済み +設備,排煙口,IfcAirTerminalType,EnvironmentalImpactIndicators,ExpectedServiceLife,IfcTimeMeasure,15 +設備,排煙口,IfcAirTerminalType,ElementKinematics,MinimumTime,IfcTimeMeasure,0.2 +設備,排煙口,IfcAirTerminalType,Risk,RiskName,IfcLabel,排煙性能低下 +設備,排煙口,IfcAirTerminalType,AirTerminalTypeCommon,SlotLength,IfcPositiveLengthMeasure,0.600 +設備,排煙口,IfcAirTerminalType,ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,2 +設備,排煙口,IfcAirTerminalType,Tolerance,ToleranceDescription,IfcText,公共建築工事標準仕様書(機械設備工事編)令和4年版 +設備,排煙口,IfcAirTerminalType,ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,1 +設備,排煙口,IfcAirTerminalType,ManufacturerTypeInformation,ModelLabel,IfcLabel,煙感知連動型 +設備,排煙口,IfcAirTerminalType,Risk,AssociatedLocation,IfcLabel,低層EVホール +設備,排煙口,IfcAirTerminalType,AirTerminalBaseQuantities,Perimeter,IfcLengthMeasure,2.10 +設備,排煙口,IfcAirTerminalType,Warranty,PointOfContact,IfcLabel,設備担当窓口 +設備,排煙口,IfcAirTerminalType,Warranty,Exclusions,IfcText,消耗部品は除く +設備,排煙口,IfcAirTerminalType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,23 34 00 +設備,排煙口,IfcAirTerminalType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.20 +設備,排煙口,IfcAirTerminalType,AirTerminalTypeCommon,FinishColour,IfcLabel,アルミ製 +設備,排煙口,IfcAirTerminalType,EnvironmentalCondition,MaximumRainIntensity,IfcReal,300 +設備,排煙口,IfcAirTerminalType,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,313.15 +設備,排煙口,IfcAirTerminalType,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,850 +設備,排煙口,IfcAirTerminalType,EnvironmentalCondition,SeismicResistance,IfcReal,0.7 +設備,排煙口,IfcAirTerminalType,Uncertainty,VerticalUncertainty,IfcPositiveLengthMeasure,0.020 +設備,排煙口,IfcAirTerminalType,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +設備,排煙口,IfcAirTerminalType,Warranty,WarrantyContent,IfcText,防錆塗装を含む +設備,排煙口,IfcAirTerminalType,ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,SMK-AT-200 +設備,排煙口,IfcAirTerminalType,Risk,AssociatedActivity,IfcLabel,3 排煙設備 +設備,排煙口,IfcAirTerminalType,ConstructionAdministration,ProcurementMethod,IfcLabel,設備一式調達 +設備,排煙口,IfcAirTerminalType,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-SMOKE-OPS-01 +設備,排煙口,IfcAirTerminalType,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-SMOKE-SAFE-01.pdf +設備,排煙口,IfcAirTerminalType,EnvironmentalImpactIndicators,IndicatorsUnit,IfcText,kgCO2e/unit +設備,排煙口,IfcAirTerminalType,ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-SMOKE-2025.pdf +設備,排煙口,IfcAirTerminalType,AirTerminalBaseQuantities,GrossWeight,IfcMassMeasure,18.5 +設備,排煙口,IfcAirTerminalType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,SUB-SMOKE-01 +設備,排煙口,IfcAirTerminalType,MaintenanceTriggerCondition,ConditionMaintenanceLevel,IfcLabel,中 +設備,排煙口,IfcAirTerminalType,Condition,AssessmentMethod,IfcDocumentReference,DOC-SMOKE-TEST-01.pdf +設備,排煙口,IfcAirTerminalType,AirTerminalTypeCommon,SlotWidth,IfcPositiveLengthMeasure,0.025 +設備,排煙口,IfcAirTerminalType,ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,50 +設備,排煙口,IfcAirTerminalType,Condition,AssessmentDate,IfcDate,2021-03-23 diff --git a/data/input_csv/IFC4/IFC4_095_IFCPUMPTYPE.csv b/data/input_csv/IFC4/IFC4_095_IFCPUMPTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..35c889b79ad423991334256eaf49101158402573 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_095_IFCPUMPTYPE.csv @@ -0,0 +1,48 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,運用分類,運転用途,ラベル,冷温水搬送用 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,製品台帳,シリーズ名称,ラベル,VLPシリーズ +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,配置計画,設置ゾーン,ラベル,地下機械室B +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,流体系統,接続回路名,ラベル,中温水二次系 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,本体構成,ポンプ様式,ラベル,インライン多段ポンプ +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,品質計画,静粛化オプション,ラベル,防振ベース付 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,制御構成,制御パッケージ,ラベル,遠方監視対応 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,水理条件,定格循環量[l/min],整数,720 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,水理条件,最大処理流量[l/min],整数,810 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,圧力条件,設計差圧[kPa],整数,260 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,圧力条件,戻り側許容圧[kPa],整数,140 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,適合情報,参照基準,ラベル,ISO9906 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,材料構成,接液部主要材質,ラベル,ステンレス鋳鋼 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,耐久評価,許容振動係数[G],実数,1.1 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,駆動条件,標準回転速度[min-1],整数,1780 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,音響評価,定格音圧[dB(A)],整数,68 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,外形条件,本体幅W[mm],長さ,480 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,外形条件,本体奥行D[mm],長さ,920 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,外形条件,本体高さH[mm],長さ,1180 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,重量条件,乾燥時質量[kg],整数,295 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,重量条件,満水運転質量[kg],整数,342 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,背面作業余裕[mm],長さ,750 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,前面作業余裕[mm],長さ,900 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,左側作業余裕[mm],長さ,500 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,右側作業余裕[mm],長さ,520 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,上部引抜余裕[mm],長さ,850 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,架台下余裕[mm],長さ,120 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,重量条件,搬入時総質量[kg],整数,360 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,受電条件,供給周波数[Hz],整数,60 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,受電条件,電源相数,整数,3 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,受電条件,定格電圧[V],整数,400 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,駆動条件,駆動機容量[kW],整数,15 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,省エネ評価,平均運転消費電力[kW],実数,9.8 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,駆動条件,電動機極数,整数,4 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,受電条件,電源引込口数,整数,2 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,運転分類,受電区分,ラベル,常用系 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,起動計画,起動シーケンス,ラベル,ソフトスタート +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,駆動機仕様,モータ効率区分,ラベル,IE4 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,BCP対応,バックアップ電源区分,ラベル,非常用切替対応 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,運転制御,発停トリガー,ラベル,圧力センサ連動 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,運転制御,制御ロジック,ラベル,差圧一定制御 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,管理記号,制御盤参照番号,ラベル,MCP-VLP-22 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,管理記号,系統配線タグ,ラベル,PWR-HYD-2B +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,台数計画,並列運転台数,整数,2 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保全計画,定期交換消耗品点数,整数,4 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,データ管理,管理版数,整数,7 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,データ管理,登録基準日,日付,2025-09-18 diff --git a/data/input_csv/IFC4/IFC4_096_IFCPUMPTYPE.csv b/data/input_csv/IFC4/IFC4_096_IFCPUMPTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..586434314df506b7b01c6434e20ee7cc50d66218 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_096_IFCPUMPTYPE.csv @@ -0,0 +1,48 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,記号,ラベル,PCH-2 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,呼称,ラベル,空調用ポンプ_横形 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,符号,ラベル,PCH +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,系統名称,ラベル,中層系統 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,形式,ラベル,立形渦巻ポンプ +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,特殊仕様,ラベル,耐蝕仕様 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,仕様,ラベル,逆止弁一体 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,設計水量 [l/min],整数,1 +設備,ポンプ,ポンプ機器系タイプ,水量仕様情報,吐水量 [l/min],整数,1 +設備,ポンプ,ポンプ機器系タイプ,水圧力仕様情報,揚程 [kPa],整数,350 +設備,ポンプ,ポンプ機器系タイプ,水圧力仕様情報,背圧 [kPa],整数,80 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,認証・規格、認証・規格2~5,ラベル,JIS B1234 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,材質、材質2~7,ラベル,鋳鉄製 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,耐震強度 [G],実数,2 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,回転数 [min-1],整数,1 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,騒音レベル [dB(A)],整数,78 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,幅 [mm],長さ,1 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,奥行 [mm],長さ,750 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,高さ [mm],長さ,900 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,製品質量 [kg],整数,320 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,運転質量,ラベル,360 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_背面 [mm],長さ,500 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_前面 [mm],長さ,700 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_左側 [mm],長さ,1 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_右側 [mm],長さ,600 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_上部 [mm],長さ,700 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_下部 [mm],長さ,0 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,質量 [kg],整数,380 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,周波数 [Hz],整数,60 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,相,整数,3 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,電圧 [V],整数,400 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,電動機出力 [kW],整数,15 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,消費電力 [kW],実数,18.2 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,極数,整数,4 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,電源接続口,整数,1 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,負荷分類,ラベル,2_空調搬送 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,始動方式,ラベル,Y-Δ +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,電動機種別,ラベル,IE3 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,電源種別,ラベル,常用 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,発停方法,ラベル,自動 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,制御方式,ラベル,差圧一定 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,盤記号,ラベル,PANEL-1 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,幹線記号,ラベル,MFB-1 +設備,ポンプ,ポンプ機器系タイプ,拡張仕様情報,ユニット数,ラベル,2 +設備,ポンプ,ポンプ機器系タイプ,テキスト情報,消耗品,整数,1 +設備,ポンプ,ポンプ機器系タイプ,テキスト情報,ファミリー版数,整数,3 +設備,ポンプ,ポンプ機器系タイプ,テキスト情報,データ作成年月,日付,2019-04-15 diff --git a/data/input_csv/IFC4/IFC4_097_IFCBOILERTYPE.csv b/data/input_csv/IFC4/IFC4_097_IFCBOILERTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..bb331b831de74d99ce0869abb90917723c471d65 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_097_IFCBOILERTYPE.csv @@ -0,0 +1,49 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +MEP,Boiler,IfcBoilerType,ManufacturerTypeInformation,Manufacturer,IfcLabel,BoilerCo +MEP,Boiler,IfcBoilerType,BoilerTypeCommon,EnergySource,IfcLabel,NaturalGas +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,50000.0 +MEP,Boiler,IfcBoilerType,Condition,AssessmentType,IfcLabel,FuelVerification +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,0.95 +MEP,Boiler,IfcBoilerType,BoilerTypeCommon,IsWaterStorageHeater,IfcBoolean,true +MEP,Boiler,IfcBoilerType,BoilerTypeCommon,PressureRating,IfcPressureMeasure,10.0 +MEP,Boiler,IfcBoilerType,BoilerTypeCommon,WaterInletTemperatureRange,IfcThermodynamicTemperatureMeasure,200.0 +MEP,Boiler,IfcBoilerType,BoilerTypeCommon,OutletTemperatureRange,IfcThermodynamicTemperatureMeasure,0.300 +MEP,Boiler,IfcBoilerType,BoilerTypeCommon,NominalPartLoadRatio,IfcReal,48000.0 +MEP,Boiler,IfcBoilerType,BoilerTypeCommon,NominalEnergyConsumption,IfcPowerMeasure,5.5 +MEP,Boiler,IfcBoilerType,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,353.15 +MEP,Boiler,IfcBoilerType,BoilerTypeCommon,HeatTransferSurfaceArea,IfcAreaMeasure,50.0 +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,0.40 +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,24 +MEP,Boiler,IfcBoilerType,ElementSize,NominalLength,IfcPositiveLengthMeasure,0.050 +MEP,Boiler,IfcBoilerType,BoilerTypeCommon,WaterStorageCapacity,IfcVolumeMeasure,0.050 +MEP,Boiler,IfcBoilerType,ElementSize,NominalWidth,IfcPositiveLengthMeasure,0.015 +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,0.300 +MEP,Boiler,IfcBoilerType,BoilerTypeCommon,OperatingMode,IfcLabel,Fixed +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,4 +MEP,Boiler,IfcBoilerType,MaintenanceStrategy,MonitoringType,IfcLabel,RemoteMonitoring +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +MEP,Boiler,IfcBoilerType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,4-20mA signal +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,IP_Code,IfcLabel,IP54 +MEP,Boiler,IfcBoilerType,ElectricalDeviceCommon,IK_Code,IfcLabel,IK08 +MEP,Boiler,IfcBoilerType,Condition,AssessmentDescription,IfcText,Combustion settings verified +MEP,Boiler,IfcBoilerType,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,350000 +MEP,Boiler,IfcBoilerType,Condition,AssessmentCondition,IfcLabel,Commissioning +MEP,Boiler,IfcBoilerType,Risk,AssociatedLocation,IfcLabel,PlantRoom +MEP,Boiler,IfcBoilerType,Warranty,WarrantyPeriod,IfcDuration,P2Y +MEP,Boiler,IfcBoilerType,BoilerTypeCommon,Reference,IfcIdentifier,PR-6 +MEP,Boiler,IfcBoilerType,Warranty,IsExtendedWarranty,IfcBoolean,true +MEP,Boiler,IfcBoilerType,Warranty,Exclusions,IfcText,Ground continuity required +MEP,Boiler,IfcBoilerType,Condition,NextAssessmentDate,IfcDate,2025-08-01 +MEP,Boiler,IfcBoilerType,Condition,LastAssessmentReport,IfcLabel,RPT-BLR-01 +MEP,Boiler,IfcBoilerType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P1D +MEP,Boiler,IfcBoilerType,ConstructionAdministration,ProcurementMethod,IfcLabel,Package supply +MEP,Boiler,IfcBoilerType,ElementSize,NominalHeight,IfcPositiveLengthMeasure,5.0 +MEP,Boiler,IfcBoilerType,Condition,AssessmentFrequency,IfcTimeMeasure,365 +MEP,Boiler,IfcBoilerType,MaintenanceStrategy,AssetPriority,IfcLabel,High +MEP,Boiler,IfcBoilerType,Condition,AssessmentDate,IfcDate,2025-06-01 +MEP,Boiler,IfcBoilerType,EnvironmentalImpactIndicators,ExpectedServiceLife,IfcTimeMeasure,20 +MEP,Boiler,IfcBoilerType,Warranty,PointOfContact,IfcLabel,BoilerCo service +MEP,Boiler,IfcBoilerType,ManufacturerTypeInformation,ModelLabel,IfcLabel,BLR-5000 +MEP,Boiler,IfcBoilerType,ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +MEP,Boiler,IfcBoilerType,BoilerBaseQuantities,NetWeight,IfcMassMeasure,450.0 +MEP,Boiler,IfcBoilerType,BoilerBaseQuantities,GrossWeight,IfcMassMeasure,480.0 diff --git a/data/input_csv/IFC4/IFC4_098_IFCBOILERTYPE.csv b/data/input_csv/IFC4/IFC4_098_IFCBOILERTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..f9edd191f38204c2836ad6a4e177d95c66b92d44 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_098_IFCBOILERTYPE.csv @@ -0,0 +1,53 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +設備,ボイラー,IfcBoilerType,Condition,AssessmentCondition,IfcLabel,試運転時 +設備,ボイラー,IfcBoilerType,ManufacturerTypeInformation,ModelLabel,IfcLabel,小型貫流ボイラ +設備,ボイラー,IfcBoilerType,ManufacturerTypeInformation,ModelReference,IfcLabel,BS +設備,ボイラー,IfcBoilerType,Risk,AssociatedLocation,IfcLabel,低層系統 +設備,ボイラー,IfcBoilerType,Condition,AssessmentType,IfcLabel,型式確認 +設備,ボイラー,IfcBoilerType,Condition,AssessmentDescription,IfcText,不明 +設備,ボイラー,IfcBoilerType,Condition,LastAssessmentReport,IfcLabel,不明 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,10 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,1000 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,1000 +設備,ボイラー,IfcBoilerType,BoilerTypeCommon,HeatTransferSurfaceArea,IfcAreaMeasure,1 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,100 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,1.00 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,980 +設備,ボイラー,IfcBoilerType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,JIS B0000 +設備,ボイラー,IfcBoilerType,Warranty,WarrantyContent,IfcText,鋼製ボディ +設備,ボイラー,IfcBoilerType,MaintenanceTriggerPerformance,TargetPerformance,IfcReal,1.5 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,Power,IfcPowerMeasure,80 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,1 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.30 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,298.15 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,2800 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,3000000 +設備,ボイラー,IfcBoilerType,ElementKinematics,LinearRange,IfcPositiveLengthMeasure,600 +設備,ボイラー,IfcBoilerType,Uncertainty,LinearUncertainty,IfcPositiveLengthMeasure,2 +設備,ボイラー,IfcBoilerType,Tolerance,OrthogonalStraightness,IfcPositiveLengthMeasure,600 +設備,ボイラー,IfcBoilerType,Uncertainty,HorizontalUncertainty,IfcPositiveLengthMeasure,600 +設備,ボイラー,IfcBoilerType,Tolerance,VerticalStraightness,IfcPositiveLengthMeasure,600 +設備,ボイラー,IfcBoilerType,Uncertainty,VerticalUncertainty,IfcPositiveLengthMeasure,600 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,SeismicResistance,IfcReal,0.3 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,333.15 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,SaltMistLevel,IfcLabel,高塩害 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,SmokeLevel,IfcLabel,低煙環境 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,MaximumSolarRadiation,IfcReal,100 +設備,ボイラー,IfcBoilerType,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,100 +設備,ボイラー,IfcBoilerType,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,100 +設備,ボイラー,IfcBoilerType,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,100 +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,EarthingStyle,IfcLabel,TN-S +設備,ボイラー,IfcBoilerType,ElectricalDeviceCommon,IK_Code,IfcLabel,IK10 +設備,ボイラー,IfcBoilerType,SoundGeneration,SoundCurve,IfcFrequencyMeasure,200 +設備,ボイラー,IfcBoilerType,BoilerTypeCommon,NominalPartLoadRatio,IfcReal,7.5 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,MaximumRainIntensity,IfcReal,15 +設備,ボイラー,IfcBoilerType,EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,318.15 +設備,ボイラー,IfcBoilerType,ServiceLife,ServiceLifeDuration,IfcDuration,P10Y +設備,ボイラー,IfcBoilerType,Risk,AssociatedActivity,IfcLabel,1_熱源類 +設備,ボイラー,IfcBoilerType,ConstructionAdministration,ProcurementMethod,IfcLabel,メーカー直納 +設備,ボイラー,IfcBoilerType,Risk,RiskName,IfcLabel,一般 +設備,ボイラー,IfcBoilerType,Risk,RiskAssessmentMethodology,IfcLabel,中央発停 +設備,ボイラー,IfcBoilerType,Risk,MitigationPlanned,IfcLabel,比例制御 +設備,ボイラー,IfcBoilerType,Risk,MitigationProposed,IfcLabel,比例制御 +設備,ボイラー,IfcBoilerType,Risk,AssociatedProduct,IfcLabel,比例制御 diff --git a/data/input_csv/IFC4/IFC4_099_IFCTANKTYPE.csv b/data/input_csv/IFC4/IFC4_099_IFCTANKTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..08228f9b7ccf47f720bd5638ce04fc0ed1657272 --- /dev/null +++ b/data/input_csv/IFC4/IFC4_099_IFCTANKTYPE.csv @@ -0,0 +1,63 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +MEP,Tank,Tank Type,Product Basics,BuilderName,label,TankCo +MEP,Tank,Tank Type,Product Basics,Model,label,TNK-30000 +MEP,Tank,Tank Type,Product Basics,Tank Form,label,Vertical +MEP,Tank,Tank Type,Product Basics,StandDirection,label,Vertical +MEP,Tank,Tank Type,Product Basics,Support Type,label,Skirt +MEP,Tank,Tank Type,Product Basics,Buried,boolean,true +MEP,Tank,Tank Type,Product Basics,Manway Size,length,0.600 +MEP,Tank,Tank Type,Product Basics,Secondary Containment,boolean,true +MEP,Tank,Tank Type,Product Basics,Secondary Containment Volume,volume,5.0 +MEP,Tank,Tank Type,Geometry,TankDiameterValue,length,3.00 +MEP,Tank,Tank Type,Geometry,TankHeightValue,length,6.00 +MEP,Tank,Tank Type,Geometry,TankLengthValue,length,8.00 +MEP,Tank,Tank Type,Geometry,Shell Thickness,length,0.020 +MEP,Tank,Tank Type,Geometry,Roof Type,label,Cone +MEP,Tank,Tank Type,Geometry,Annular Space,length,0.50 +MEP,Tank,Tank Type,Capacity and Levels,Nominal Capacity,volume,50.0 +MEP,Tank,Tank Type,Capacity and Levels,Usable Capacity,volume,48.0 +MEP,Tank,Tank Type,Capacity and Levels,Max Fill Level,length,5.80 +MEP,Tank,Tank Type,Capacity and Levels,Min Operating Level,length,0.20 +MEP,Tank,Tank Type,Capacity and Levels,Fill Rate,float,0.50 +MEP,Tank,Tank Type,Materials,Shell Material,label,CarbonSteel +MEP,Tank,Tank Type,Materials,Lining Material,label,Epoxy +MEP,Tank,Tank Type,Materials,Insulation Type,label,MineralWool +MEP,Tank,Tank Type,Materials,Corrosion Allowance,length,0.005 +MEP,Tank,Tank Type,Materials,Design Code,label,API650 +MEP,Tank,Tank Type,Pressure and Temperature,Design Pressure,float,0.50 +MEP,Tank,Tank Type,Pressure and Temperature,Test Pressure,float,0.75 +MEP,Tank,Tank Type,Pressure and Temperature,Max Operating Temperature,float,120.0 +MEP,Tank,Tank Type,Pressure and Temperature,Min Operating Temperature,float,-20.0 +MEP,Tank,Tank Type,Pressure and Temperature,Thermal Expansion Allowance,length,0.005 +MEP,Tank,Tank Type,Connections,Inlet Connection Size,length,0.050 +MEP,Tank,Tank Type,Connections,Outlet Connection Size,length,0.050 +MEP,Tank,Tank Type,Connections,Drain Connection Size,length,0.050 +MEP,Tank,Tank Type,Connections,Vent Connection Size,length,0.050 +MEP,Tank,Tank Type,Connections,Manway Count,integer,1 +MEP,Tank,Tank Type,Connections,Nozzle Orientation,label,Top +MEP,Tank,Tank Type,Safety,Overfill Protection,boolean,true +MEP,Tank,Tank Type,Safety,Level Sensors,boolean,true +MEP,Tank,Tank Type,Safety,Leak Detection,boolean,true +MEP,Tank,Tank Type,Safety,Has Pressure Relief,boolean,true +MEP,Tank,Tank Type,Safety,Emergency Venting,boolean,true +MEP,Tank,Tank Type,Monitoring,Remote Monitoring,boolean,true +MEP,Tank,Tank Type,Monitoring,Control Protocol,label,Modbus +MEP,Tank,Tank Type,Monitoring,Level Sensor Type,label,Ultrasonic +MEP,Tank,Tank Type,Monitoring,Alarm Setpoint,float,0.90 +MEP,Tank,Tank Type,Installation,Foundation Required,boolean,true +MEP,Tank,Tank Type,Installation,Anchorage Spec,text,Concrete pad with M24 anchors x8 +MEP,Tank,Tank Type,Installation,Lifting Lugs,text,4 lugs at 90deg +MEP,Tank,Tank Type,Installation,Maintenance Clearance,length,1.00 +MEP,Tank,Tank Type,Installation,Earthing,label,Bonding +MEP,Tank,Tank Type,Maintenance,Cleaning Interval,integer,365 +MEP,Tank,Tank Type,Maintenance,Coating Inspection Interval,integer,365 +MEP,Tank,Tank Type,Maintenance,Spare Parts,text,Gasket set;Level transmitter;Manway seal +MEP,Tank,Tank Type,Maintenance,Last Inspection Date,date,2025-06-01 +MEP,Tank,Tank Type,Handling and Transport,Gross Weight,float,5000.0 +MEP,Tank,Tank Type,Handling and Transport,Net Weight,float,4800.0 +MEP,Tank,Tank Type,Handling and Transport,Max Section Weight,float,2000.0 +MEP,Tank,Tank Type,Handling and Transport,Transport Unit Size,label,20ftContainer +MEP,Tank,Tank Type,Manufacturer Info,FabricatorName,label,TankCo +MEP,Tank,Tank Type,Manufacturer Info,Model,label,TNK-30000 +MEP,Tank,Tank Type,Production,Lot ID,label,LOT-2025-01 +MEP,Tank,Tank Type,Quantities,Net Weight,float,4800.0 diff --git a/data/input_csv/IFC4/IFC4_100_IFCTANKTYPE.csv b/data/input_csv/IFC4/IFC4_100_IFCTANKTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..df08c84e14f377d6ff4e94b1d974d60904fdb6bf --- /dev/null +++ b/data/input_csv/IFC4/IFC4_100_IFCTANKTYPE.csv @@ -0,0 +1,63 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +MEP,Tank,IfcTankType,ManufacturerTypeInformation,Manufacturer,IfcLabel,AquaStor +MEP,Tank,IfcTankType,ConstructionAdministration,SubmittalIdentifer,IfcLabel,VT-45000 +MEP,Tank,IfcTankType,TankTypeCommon,PatternType,IfcLabel,VERTICALCYLINDER +MEP,Tank,IfcTankType,Condition,AssessmentDescription,IfcText,StandDirection: Vertical +MEP,Tank,IfcTankType,Condition,AssessmentType,IfcLabel,SupportInspection +MEP,Tank,IfcTankType,Condition,AssessmentCondition,IfcLabel,Installed condition +MEP,Tank,IfcTankType,TankTypeSectional,SectionWidth,IfcPositiveLengthMeasure,0.750 +MEP,Tank,IfcTankType,Warranty,WarrantyContent,IfcText,Secondary containment provided +MEP,Tank,IfcTankType,TankTypePreformed,SecondCurvatureRadius,IfcPositiveLengthMeasure,6.0 +MEP,Tank,IfcTankType,TankTypeCommon,EffectiveCapacity,IfcVolumeMeasure,57.5 +MEP,Tank,IfcTankType,TankTypeCommon,OperatingWeight,IfcMassMeasure,5400.0 +MEP,Tank,IfcTankType,TankTypeSectional,SectionLength,IfcPositiveLengthMeasure,10.00 +MEP,Tank,IfcTankType,ElementSize,NominalWidth,IfcPositiveLengthMeasure,0.025 +MEP,Tank,IfcTankType,ManufacturerTypeInformation,ModelReference,IfcLabel,Dome roof +MEP,Tank,IfcTankType,Tolerance,OrthogonalTolerance,IfcPositiveLengthMeasure,0.40 +MEP,Tank,IfcTankType,TankTypeCommon,TankNominalCapacity,IfcVolumeMeasure,60.0 +MEP,Tank,IfcTankType,ElementSize,NominalLength,IfcPositiveLengthMeasure,57.0 +MEP,Tank,IfcTankType,EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.45 +MEP,Tank,IfcTankType,EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,300000 +MEP,Tank,IfcTankType,Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.65 +MEP,Tank,IfcTankType,ManufacturerTypeInformation,ModelLabel,IfcLabel,Stainless steel shell +MEP,Tank,IfcTankType,Risk,RiskName,IfcLabel,Corrosion +MEP,Tank,IfcTankType,Risk,RiskAssessmentMethodology,IfcLabel,Inspection checklist +MEP,Tank,IfcTankType,Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.006 +MEP,Tank,IfcTankType,ConstructionAdministration,SpecificationSectionNumber,IfcLabel,API620 +MEP,Tank,IfcTankType,TankTypePreformed,FirstCurvatureRadius,IfcPositiveLengthMeasure,0.30 +MEP,Tank,IfcTankType,Warranty,WarrantyIdentifier,IfcIdentifier,WR-TNK-2025-01 +MEP,Tank,IfcTankType,Warranty,WarrantyStartDate,IfcDate,2025-07-20 +MEP,Tank,IfcTankType,Warranty,WarrantyPeriod,IfcDuration,P5Y +MEP,Tank,IfcTankType,EnvironmentalCondition,SeismicResistance,IfcReal,0.006 +MEP,Tank,IfcTankType,Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,0.080 +MEP,Tank,IfcTankType,Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.080 +MEP,Tank,IfcTankType,Tolerance,HorizontalFlatness,IfcPositiveLengthMeasure,0.050 +MEP,Tank,IfcTankType,Tolerance,SideFlatness,IfcPositiveLengthMeasure,0.050 +MEP,Tank,IfcTankType,TankTypeSectional,NumberOfSections,IfcCountMeasure,2 +MEP,Tank,IfcTankType,ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +MEP,Tank,IfcTankType,ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +MEP,Tank,IfcTankType,Tolerance,ToleranceDescription,IfcText,Factory dimensional tolerance +MEP,Tank,IfcTankType,ConstructionAdministration,ProcurementMethod,IfcLabel,Vendor package supply +MEP,Tank,IfcTankType,Risk,AssociatedProduct,IfcLabel,Pressure relief equipped +MEP,Tank,IfcTankType,Risk,AssociatedActivity,IfcLabel,Emergency venting +MEP,Tank,IfcTankType,ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,Remote monitoring guide +MEP,Tank,IfcTankType,ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,BACnet control spec +MEP,Tank,IfcTankType,ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,Radar sensor spec +MEP,Tank,IfcTankType,ElementSize,NominalHeight,IfcPositiveLengthMeasure,0.85 +MEP,Tank,IfcTankType,Risk,AssociatedLocation,IfcLabel,Outdoor utility yard +MEP,Tank,IfcTankType,Warranty,Exclusions,IfcText,Concrete ring beam with M20 anchors x12 +MEP,Tank,IfcTankType,Condition,LastAssessmentReport,IfcLabel,RPT-TNK-01 +MEP,Tank,IfcTankType,Tolerance,OrthogonalStraightness,IfcPositiveLengthMeasure,1.20 +MEP,Tank,IfcTankType,ElectricalDeviceCommon,IP_Code,IfcLabel,IP54 +MEP,Tank,IfcTankType,MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P180D +MEP,Tank,IfcTankType,MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P180D +MEP,Tank,IfcTankType,ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,SPARE-KIT-01 +MEP,Tank,IfcTankType,Condition,AssessmentDate,IfcDate,2025-07-15 +MEP,Tank,IfcTankType,TankBaseQuantities,GrossWeight,IfcMassMeasure,5200.0 +MEP,Tank,IfcTankType,TankBaseQuantities,NetWeight,IfcMassMeasure,5000.0 +MEP,Tank,IfcTankType,TankBaseQuantities,TotalSurfaceArea,IfcAreaMeasure,1800.0 +MEP,Tank,IfcTankType,TankTypeCommon,Reference,IfcIdentifier,40ftContainer +MEP,Tank,IfcTankType,Warranty,PointOfContact,IfcLabel,AquaStor support +MEP,Tank,IfcTankType,Tolerance,ElevationalFlatness,IfcPositiveLengthMeasure,0.012 +MEP,Tank,IfcTankType,ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,LOT-2025-08 +MEP,Tank,IfcTankType,EnvironmentalCondition,MaximumRainIntensity,IfcReal,5000.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_001_IFCPROJECT.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_001_IFCPROJECT.csv new file mode 100644 index 0000000000000000000000000000000000000000..36fbde6b94243deecbb4b0fbe6f8e1454df7269b --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_001_IFCPROJECT.csv @@ -0,0 +1,7 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +Common,ProjectInfo,IfcProject,Pset_ProjectCommon,ProjectType,IfcLabel,New Build +Common,ProjectInfo,IfcProject,Pset_ProjectCommon,ProjectInvestmentEstimate,IfcCostValue,15000000.0 +Common,ProjectInfo,IfcProject,Pset_ProjectCommon,FundingSource,IfcLabel,GovernmentGrant +Common,ProjectInfo,IfcProject,Pset_ProjectCommon,ROI,IfcRatioMeasure,0.12 +Common,ProjectInfo,IfcProject,Pset_ProjectCommon,NetEarnedValue,IfcCostValue,500000.0 +Common,ProjectInfo,IfcProject,Pset_ProjectCommon,PaybackPeriod,IfcDuration,P4Y6M diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_002_IFCPROJECT.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_002_IFCPROJECT.csv new file mode 100644 index 0000000000000000000000000000000000000000..ee91912c6cffd62d4d618a81079d9cb5a7158f0f --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_002_IFCPROJECT.csv @@ -0,0 +1,5 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +共通,プロジェクト情報,IfcProject,Pset_ProjectCommon,FundingSource,IfcLabel,投資家からの資金調達及び自己資金がメイン。一部銀行融資あり。 +共通,プロジェクト情報,IfcProject,Pset_ProjectCommon,ProjectInvestmentEstimate,IfcCostValue,120000000 +共通,プロジェクト情報,IfcProject,Pset_ProjectCommon,PaybackPeriod,IfcDuration,P3Y +共通,プロジェクト情報,IfcProject,Pset_ProjectCommon,ProjectType,IfcLabel,既存ビルのリノベーション工事。 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_003_IFCPROJECT.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_003_IFCPROJECT.csv new file mode 100644 index 0000000000000000000000000000000000000000..5c76ad8adb9fa9a4e7e86b850fab57dee468b340 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_003_IFCPROJECT.csv @@ -0,0 +1,7 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +Common,ProjectInfo,Project,Project Information,Project Category,text,Residential +Common,ProjectInfo,Project,Project Information,Estimated Cost,float,20000000.0 +Common,ProjectInfo,Project,Project Information,Financing Method,label,OwnerEquity +Common,ProjectInfo,Project,Project Information,Expected Return,float,0.18 +Common,ProjectInfo,Project,Project Information,Net Profit,float,1200000.0 +Common,ProjectInfo,Project,Project Information,Payback Period,duration,P3Y6M diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_004_IFCPROJECT.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_004_IFCPROJECT.csv new file mode 100644 index 0000000000000000000000000000000000000000..3b69f6e7c14e6d25513c7376f3c1ce3909f30d61 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_004_IFCPROJECT.csv @@ -0,0 +1,5 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +Common,ProjectInfo,IfcProject,Pset_ProjectCommon,ProjectType,IfcLabel,Second Type Project +Common,ProjectInfo,IfcProject,Pset_ProjectCommon,ROI,IfcRatioMeasure,23.5 +Common,ProjectInfo,IfcProject,Pset_ProjectCommon,NetEarnedValue,IfcCostValue,200 +Common,ProjectInfo,IfcProject,Pset_ProjectCommon,PaybackPeriod,IfcDuration,P1Y diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_005_IFCPROJECT.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_005_IFCPROJECT.csv new file mode 100644 index 0000000000000000000000000000000000000000..e1aabf50754f1dba41b98c8e41f4a6362f72f1b3 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_005_IFCPROJECT.csv @@ -0,0 +1,7 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +Common,ProjectInfo,Project,Common,Project Category,text,Commercial +Common,ProjectInfo,Project,Common,Estimated Cost,float,7500000.0 +Common,ProjectInfo,Project,Common,Financing Method,label,OwnerEquity +Common,ProjectInfo,Project,Common,Expected Return,float,0.095 +Common,ProjectInfo,Project,Common,Net Profit,float,350000.0 +Common,ProjectInfo,Project,Common,Payback Period,duration,P5Y5M diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_006_IFCSITE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_006_IFCSITE.csv new file mode 100644 index 0000000000000000000000000000000000000000..6cfebc445d0727b85466f455d36f7f74ca75ea96 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_006_IFCSITE.csv @@ -0,0 +1,21 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +共通,位置情報,IfcSite,Pset_SiteWeather,MinAmbientTemp,IfcThermodynamicTemperatureMeasure,-8.6 +共通,位置情報,IfcSite,Pset_PropertyAgreement,Restrictions,IfcText,夜間照明は海側遮光ルーバーを設ける +共通,位置情報,IfcSite,Pset_Address,UserDefinedPurpose,IfcLabel,沿岸観測・保守支援用地 +共通,位置情報,IfcSite,Pset_SiteCommon,FloorAreaRatio,IfcPositiveRatioMeasure,1.80 +共通,位置情報,IfcSite,Pset_LandRegistration,LandID,IfcIdentifier,AKT-COAST-47C +共通,位置情報,IfcSite,Pset_PropertyAgreement,TrackingIdentifier,IfcIdentifier,LEASE-AKT-COAST-27 +共通,位置情報,IfcSite,Pset_SiteCommon,TotalArea,IfcAreaMeasure,6115.4 +共通,位置情報,IfcSite,Pset_Address,Description,IfcText,日本海沿岸の観測設備と保守車両基地を兼ねる敷地 +共通,位置情報,IfcSite,Pset_SiteWeather,MaxAmbientTemp,IfcThermodynamicTemperatureMeasure,31.2 +共通,位置情報,IfcSite,Pset_PropertyAgreement,CommencementDate,IfcDate,2026-04-01 +共通,位置情報,IfcSite,Pset_LandRegistration,LandTitleID,IfcIdentifier,秋田(港湾)第88421号 +共通,位置情報,IfcSite,Pset_Address,InternalLocation,IfcLabel,飯島北ふ頭東区画 +共通,位置情報,IfcSite,Pset_PropertyAgreement,Duration,IfcDuration,P27Y +共通,位置情報,IfcSite,Pset_SiteCommon,BuildableArea,IfcAreaMeasure,4280.0 +共通,位置情報,IfcSite,Pset_PropertyAgreement,ConditionTermination,IfcText,返還時は観測基礎と埋設配管を撤去する +共通,位置情報,IfcSite,Pset_LandRegistration,IsPermanentID,IfcBoolean,false +共通,位置情報,IfcSite,Pset_SiteCommon,BuildingHeightLimit,IfcPositiveLengthMeasure,18.0 +共通,位置情報,IfcSite,Pset_Address,WWWHomePageURL,IfcURIReference,https://example.jp/sites/akita-coast-observation +共通,位置情報,IfcSite,Pset_PropertyAgreement,AgreementDate,IfcDate,2026-01-19 +共通,位置情報,IfcSite,Pset_SiteCommon,SiteCoverageRatio,IfcPositiveRatioMeasure,0.35 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_007_IFCSITE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_007_IFCSITE.csv new file mode 100644 index 0000000000000000000000000000000000000000..fbd68d05579f63e8e77249b0020332bbf226170b --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_007_IFCSITE.csv @@ -0,0 +1,40 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +共有タイプ,敷地仕様,敷地,基本台帳,管理ID,ラベル,LOT-A17 +共有タイプ,敷地仕様,敷地,基本台帳,登録名称,ラベル,名古屋南テクニカルヤード +共有タイプ,敷地仕様,敷地,基本台帳,所在表記,ラベル,愛知県名古屋市港区潮見町7-4 +共有タイプ,敷地仕様,敷地,基本台帳,郵便識別,ラベル,4550016 +共有タイプ,敷地仕様,敷地,基本台帳,台帳番地,ラベル,名古屋市港区潮見町7番4 +共有タイプ,敷地仕様,敷地,面積基準,有効敷地面積,実数,1245.30 +共有タイプ,敷地仕様,敷地,座標基準,緯度値,実数,35.0921 +共有タイプ,敷地仕様,敷地,座標基準,経度値,実数,136.8798 +共有タイプ,敷地仕様,敷地,座標基準,標高基準値,実数,11.5 +共有タイプ,敷地仕様,敷地,座標基準,測量原点名,ラベル,TP-1 +共有タイプ,敷地仕様,敷地,座標基準,採用座標系,ラベル,JGD2011平面直角第VII系 +共有タイプ,敷地仕様,敷地,方位管理,北基準回転角,整数,135 +共有タイプ,敷地仕様,敷地,規制整理,計画区分,ラベル,市街化区域 +共有タイプ,敷地仕様,敷地,規制整理,地域指定,ラベル,工業地域 +共有タイプ,敷地仕様,敷地,規制整理,建築可能被覆率,実数,70 +共有タイプ,敷地仕様,敷地,規制整理,許容延床倍率,実数,400 +共有タイプ,敷地仕様,敷地,規制整理,防災指定,ラベル,準防火地域 +共有タイプ,敷地仕様,敷地,規制整理,高さ制限帯,ラベル,第2種高度地区 +共有タイプ,敷地仕様,敷地,接道条件,前面道路分類,ラベル,建基法42条1項1号 +共有タイプ,敷地仕様,敷地,行政記録,審査受付番号,ラベル,第R06計確-1842号 +共有タイプ,敷地仕様,敷地,行政記録,認定交付日,日付,2025-02-06 +共有タイプ,敷地仕様,敷地,地盤評価,支持層ランク,ラベル,GD-2 +共有タイプ,敷地仕様,敷地,地盤評価,許容地耐力度,整数,180 +共有タイプ,敷地仕様,敷地,ハザード確認,浸水リスク帯,ラベル,0.5m未満区域 +共有タイプ,敷地仕様,敷地,ハザード確認,基準風速帯,ラベル,基準風速34m/s +共有タイプ,敷地仕様,敷地,ハザード確認,降雪条件,ラベル,一般区域 +共有タイプ,敷地仕様,敷地,ハザード確認,地震地域係数区分,ラベル,Z=1.0地域 +共有タイプ,敷地仕様,敷地,供給接続,前面道路有効幅,整数,12 +共有タイプ,敷地仕様,敷地,供給接続,接続道路呼称,ラベル,潮見幹線 +共有タイプ,敷地仕様,敷地,供給接続,上水引込口径,整数,100 +共有タイプ,敷地仕様,敷地,供給接続,下水受入可否,真偽,true +共有タイプ,敷地仕様,敷地,供給接続,ガス供給可否,真偽,true +共有タイプ,敷地仕様,敷地,供給接続,受電契約上限,整数,320 +共有タイプ,敷地仕様,敷地,供給接続,通信導入方式,ラベル,ダークファイバ対応 +共有タイプ,敷地仕様,敷地,実施予定,着手計画日,日付,2025-03-01 +共有タイプ,敷地仕様,敷地,実施予定,実着手日,日付,2025-03-18 +共有タイプ,敷地仕様,敷地,実施予定,竣工目標日,日付,2027-02-20 +共有タイプ,敷地仕様,敷地,実施予定,実竣工日,日付,2027-03-05 +共有タイプ,敷地仕様,敷地,実施予定,事業区分,ラベル,新築 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_008_IFCSITE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_008_IFCSITE.csv new file mode 100644 index 0000000000000000000000000000000000000000..a3b40dc5cc4c95687b6a19faa73a362d27c6b5f4 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_008_IFCSITE.csv @@ -0,0 +1,40 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +共通,敷地情報,敷地,敷地識別情報,敷地コード,ラベル,SITE-003 +共通,敷地情報,敷地,敷地識別情報,敷地名称,ラベル,札幌支店敷地 +共通,敷地情報,敷地,敷地識別情報,敷地住所,テキスト,北海道札幌市中央区北一条西1-1-1 +共通,敷地情報,敷地,敷地識別情報,敷地郵便番号,ラベル,600001 +共通,敷地情報,敷地,敷地識別情報,敷地地番,ラベル,札幌市中央区北一条西一丁目1番 +共通,敷地情報,敷地,敷地識別情報,敷地面積,実数,2200 +共通,敷地情報,敷地,敷地位置情報,北緯,実数,43.0618 +共通,敷地情報,敷地,敷地位置情報,東経,実数,141.3545 +共通,敷地情報,敷地,敷地位置情報,標高TP,実数,5 +共通,敷地情報,敷地,敷地位置情報,基準点名称,ラベル,TP +共通,敷地情報,敷地,敷地位置情報,測地系,ラベル,JGD2000 +共通,敷地情報,敷地,敷地位置情報,方位基準角,整数,180 +共通,敷地情報,敷地,法規行政情報,都市計画区域,ラベル,市街化区域 +共通,敷地情報,敷地,法規行政情報,用途地域,ラベル,近隣商業地域 +共通,敷地情報,敷地,法規行政情報,建蔽率許容値,実数,70 +共通,敷地情報,敷地,法規行政情報,容積率許容値,実数,400 +共通,敷地情報,敷地,法規行政情報,防火地域区分,ラベル,防火地域 +共通,敷地情報,敷地,法規行政情報,高度地区区分,ラベル,無指定 +共通,敷地情報,敷地,法規行政情報,道路種別,ラベル,建基法42条1項2号 +共通,敷地情報,敷地,法規行政情報,確認申請番号,ラベル,第R06建確-9012号 +共通,敷地情報,敷地,法規行政情報,確認済証交付日,日付,2025-02-20 +共通,敷地情報,敷地,環境条件情報,地盤等級,ラベル,GL-1 +共通,敷地情報,敷地,環境条件情報,地耐力,整数,200 +共通,敷地情報,敷地,環境条件情報,浸水想定区分,ラベル,浸水想定区域内 +共通,敷地情報,敷地,環境条件情報,風荷重区分,ラベル,基準風速36m/s +共通,敷地情報,敷地,環境条件情報,積雪荷重区分,ラベル,多雪区域 +共通,敷地情報,敷地,環境条件情報,地震動区分,ラベル,耐震等級1 +共通,敷地情報,敷地,インフラ接続情報,接道幅員,整数,10 +共通,敷地情報,敷地,インフラ接続情報,道路名称,ラベル,北一条通 +共通,敷地情報,敷地,インフラ接続情報,上水道引込径,整数,100 +共通,敷地情報,敷地,インフラ接続情報,下水道接続,真偽,true +共通,敷地情報,敷地,インフラ接続情報,ガス引込,真偽,true +共通,敷地情報,敷地,インフラ接続情報,電力契約容量,整数,300 +共通,敷地情報,敷地,インフラ接続情報,通信引込種別,ラベル,5G +共通,敷地情報,敷地,工程情報,着工予定日,日付,2025-05-15 +共通,敷地情報,敷地,工程情報,着工日,日付,2025-06-01 +共通,敷地情報,敷地,工程情報,完了予定日,日付,2027-03-31 +共通,敷地情報,敷地,工程情報,完了日,日付,2027-04-15 +共通,敷地情報,敷地,工程情報,工事種別,ラベル,新築 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_009_IFCSITE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_009_IFCSITE.csv new file mode 100644 index 0000000000000000000000000000000000000000..a333d67f37b52e26cd613bbeec257877c53ddfb0 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_009_IFCSITE.csv @@ -0,0 +1,28 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +Common,SiteInfo,IfcSite,Pset_SiteCommon,Reference,IfcIdentifier,Site-A +Common,SiteInfo,IfcSite,Pset_SiteCommon,BuildableArea,IfcAreaMeasure,1200.0 +Common,SiteInfo,IfcSite,Pset_SiteCommon,SiteCoverageRatio,IfcPositiveRatioMeasure,0.6 +Common,SiteInfo,IfcSite,Pset_SiteCommon,FloorAreaRatio,IfcPositiveRatioMeasure,2.5 +Common,SiteInfo,IfcSite,Pset_SiteCommon,BuildingHeightLimit,IfcPositiveLengthMeasure,15.0 +Common,SiteInfo,IfcSite,Pset_SiteCommon,TotalArea,IfcAreaMeasure,2000.0 +Common,SiteInfo,IfcSite,Pset_LandRegistration,LandID,IfcIdentifier,LAND-2023-01 +Common,SiteInfo,IfcSite,Pset_LandRegistration,IsPermanentID,IfcBoolean,true +Common,SiteInfo,IfcSite,Pset_LandRegistration,LandTitleID,IfcIdentifier,TITLE-9876 +Common,SiteInfo,IfcSite,Pset_Address,Purpose,IfcLabel,Residential +Common,SiteInfo,IfcSite,Pset_Address,Description,IfcText,Large sloped site with river boundary +Common,SiteInfo,IfcSite,Pset_Address,UserDefinedPurpose,IfcLabel,FutureDevelopment +Common,SiteInfo,IfcSite,Pset_Address,InternalLocation,IfcLabel,Block A Lot 3 +Common,SiteInfo,IfcSite,Pset_Address,AddressLines,IfcLabel,123 Example St. +Common,SiteInfo,IfcSite,Pset_Address,PostalBox,IfcLabel,PO Box 123 +Common,SiteInfo,IfcSite,Pset_Address,Town,IfcLabel,Tokyo +Common,SiteInfo,IfcSite,Pset_Address,Region,IfcLabel,Kanto +Common,SiteInfo,IfcSite,Pset_Address,PostalCode,IfcLabel,100-0001 +Common,SiteInfo,IfcSite,Pset_Address,Country,IfcLabel,Japan +Common,SiteInfo,IfcSite,Pset_Address,TelephoneNumbers,IfcLabel,+81-3-1234-5678 +Common,SiteInfo,IfcSite,Pset_Address,FacsimileNumbers,IfcLabel,+81-3-1234-5679 +Common,SiteInfo,IfcSite,Pset_Address,PagerNumber,IfcLabel,1 +Common,SiteInfo,IfcSite,Pset_Address,ElectronicMailAddresses,IfcLabel,info@example.com +Common,SiteInfo,IfcSite,Pset_Address,WWWHomePageURL,IfcURIReference,https://example.com +Common,SiteInfo,IfcSite,Pset_Address,MessagingIDs,IfcURIReference,slack:org_channel +Common,SiteInfo,IfcSite,Qto_SiteBaseQuantities,GrossPerimeter,IfcLengthMeasure,180.0 +Common,SiteInfo,IfcSite,Qto_SiteBaseQuantities,GrossArea,IfcAreaMeasure,2500.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_010_IFCSITE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_010_IFCSITE.csv new file mode 100644 index 0000000000000000000000000000000000000000..c6737ec992a72a05a706f1e380591347f6db1567 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_010_IFCSITE.csv @@ -0,0 +1,38 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +共通,敷地情報,IfcSite,Pset_SiteCommon,FloorAreaRatio,IfcPositiveRatioMeasure,1.80 +共通,敷地情報,IfcSite,Pset_Address,Country,IfcLabel,JP +共通,敷地情報,IfcSite,Pset_PropertyAgreement,ConditionTermination,IfcText,計測杭を撤去し原状回復する +共通,敷地情報,IfcSite,Pset_Address,Town,IfcLabel,つくば市 +共通,敷地情報,IfcSite,Pset_LandRegistration,LandID,IfcIdentifier,LAND-IBK-0471 +共通,敷地情報,IfcSite,Pset_Address,TelephoneNumbers,IfcLabel,029-555-2400|029-555-2401 +共通,敷地情報,IfcSite,Pset_SiteWeather,MinAmbientTemp,IfcThermodynamicTemperatureMeasure,-7.8 +共通,敷地情報,IfcSite,Pset_Address,UserDefinedPurpose,IfcLabel,次世代材料検証用地 +共通,敷地情報,IfcSite,Pset_PropertyAgreement,AgreementVersion,IfcLabel,RevB +共通,敷地情報,IfcSite,Pset_SiteCommon,BuildableArea,IfcAreaMeasure,4280.5 +共通,敷地情報,IfcSite,Pset_Address,PostalCode,IfcLabel,305-0818 +共通,敷地情報,IfcSite,Pset_PropertyAgreement,AgreementDate,IfcDate,2032-04-01 +共通,敷地情報,IfcSite,Pset_Address,FacsimileNumbers,IfcLabel,029-555-2409 +共通,敷地情報,IfcSite,Pset_SiteCommon,Reference,IfcIdentifier,TSK-SITE-NF-A +共通,敷地情報,IfcSite,Pset_Address,PostalBox,IfcLabel,つくば中央私書箱41号 +共通,敷地情報,IfcSite,Pset_PropertyAgreement,PropertyName,IfcLabel,学園南四丁目8番2外 +共通,敷地情報,IfcSite,Pset_Address,Description,IfcText,北関東先端試験敷地 +共通,敷地情報,IfcSite,Pset_LandRegistration,LandTitleID,IfcIdentifier,茨城つくば第20458号 +共通,敷地情報,IfcSite,Pset_PropertyAgreement,Restrictions,IfcText,夜間搬入は22時以降禁止 +共通,敷地情報,IfcSite,Pset_Address,Region,IfcLabel,茨城県 +共通,敷地情報,IfcSite,Pset_SiteWeather,MaxAmbientTemp,IfcThermodynamicTemperatureMeasure,35.2 +共通,敷地情報,IfcSite,Pset_Address,ElectronicMailAddresses,IfcLabel,site-admin@northfield.example|safety@northfield.example +共通,敷地情報,IfcSite,Pset_PropertyAgreement,Duration,IfcDuration,P20Y +共通,敷地情報,IfcSite,Pset_Address,WWWHomePageURL,IfcURIReference,https://northfield.example/site/overview +共通,敷地情報,IfcSite,Pset_PropertyAgreement,ConditionCommencement,IfcText,仮囲い設置と地耐力確認完了後に引渡し +共通,敷地情報,IfcSite,Pset_SiteCommon,BuildingHeightLimit,IfcPositiveLengthMeasure,18.5 +共通,敷地情報,IfcSite,Pset_Address,InternalLocation,IfcLabel,西ゲート管理区画 +共通,敷地情報,IfcSite,Pset_PropertyAgreement,CommencementDate,IfcDate,2032-05-01 +共通,敷地情報,IfcSite,Pset_LandRegistration,IsPermanentID,IfcBoolean,false +共通,敷地情報,IfcSite,Pset_Address,MessagingIDs,IfcURIReference,sip:site.ops@northfield.example|ftp://files.northfield.example/site-address +共通,敷地情報,IfcSite,Pset_PropertyAgreement,TrackingIdentifier,IfcIdentifier,LEASE-NF-2032-01 +共通,敷地情報,IfcSite,Pset_SiteCommon,SiteCoverageRatio,IfcPositiveRatioMeasure,0.42 +共通,敷地情報,IfcSite,Pset_Address,PagerNumber,IfcLabel,91-5520 +共通,敷地情報,IfcSite,Pset_Address,AddressLines,IfcLabel,茨城県つくば市学園南4-8-2|E-3街区 +共通,敷地情報,IfcSite,Pset_PropertyAgreement,Options,IfcText,再契約時は騒音観測設備の残置協議を行う +共通,敷地情報,IfcSite,Pset_SiteCommon,TotalArea,IfcAreaMeasure,6120.0 +共通,敷地情報,IfcSite,Pset_PropertyAgreement,TerminationDate,IfcDate,2052-04-30 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_011_IFCBUILDING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_011_IFCBUILDING.csv new file mode 100644 index 0000000000000000000000000000000000000000..327bfbd682e8b4c6d2bfa5a0a1d04711d5520b20 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_011_IFCBUILDING.csv @@ -0,0 +1,39 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +Common,BuildingInfo,Building,Building Information,BuildingNameTag,label,Building-A +Common,BuildingInfo,Building,Building Information,GlobalId,label,BLDG-01 +Common,BuildingInfo,Building,Building Information,IsPermanent,boolean,true +Common,BuildingInfo,Building,Building Information,Construction Method,label,SteelFrame +Common,BuildingInfo,Building,Building Information,Fire Protection Class,label,Class1 +Common,BuildingInfo,Building,Building Information,Sprinkler,boolean,true +Common,BuildingInfo,Building,Building Information,Automatic Sprinkler,boolean,true +Common,BuildingInfo,Building,Building Information,Main Use,label,Residential +Common,BuildingInfo,Building,Building Information,Total Area,area,1200.0 +Common,BuildingInfo,Building,Building Information,Usable Area,area,1100.0 +Common,BuildingInfo,Building,Building Information,Floors Above Ground,integer,5 +Common,BuildingInfo,Building,Building Information,Year Built,integer,1984 +Common,BuildingInfo,Building,Building Information,Year Renovated,integer,2017 +Common,BuildingInfo,Building,Building Information,Heritage Listed,boolean,true +Common,BuildingInfo,Building,Building Information,Reference Height,length,0.0 +Common,BuildingInfo,Building,Building Information,Elevation Terrain,length,2.0 +Common,BuildingInfo,Building,Building Information,Ancillary Fire Use,label,Storage +Common,BuildingInfo,Building,Building Information,Fire Use,label,Office +Common,BuildingInfo,Building,Usecase,Market Type,label,Premium +Common,BuildingInfo,Building,Usecase,Market Subtype,label,Retail +Common,BuildingInfo,Building,Usecase,ApprovalState,label,Approved +Common,BuildingInfo,Building,Usecase,Rental Rates,float,1200.0 +Common,BuildingInfo,Building,Address Information,MainUse,text,PrimaryOffice +Common,BuildingInfo,Building,Address Information,Street,text,123 Example St. +Common,BuildingInfo,Building,Address Information,Suburb,text,PO Box 123 +Common,BuildingInfo,Building,Address Information,City,text,Tokyo +Common,BuildingInfo,Building,Address Information,State,text,Kanto +Common,BuildingInfo,Building,Address Information,Postcode,text,100-0001 +Common,BuildingInfo,Building,Address Information,Nation,text,Japan +Common,BuildingInfo,Building,Address Information,Email,text,info@company.com +Common,BuildingInfo,Building,Address Information,Website,text,https://example.com +Common,BuildingInfo,Building,Quantities,BuildingHeightM,length,12.5 +Common,BuildingInfo,Building,Quantities,Roof Height,length,11.0 +Common,BuildingInfo,Building,Quantities,Building Area,area,200.0 +Common,BuildingInfo,Building,Quantities,Gross Building Area,area,1500.0 +Common,BuildingInfo,Building,Quantities,Net Building Area,area,1400.0 +Common,BuildingInfo,Building,Quantities,Gross Volume,volume,12000.0 +Common,BuildingInfo,Building,Quantities,Net Volume,volume,11500.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_012_IFCBUILDING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_012_IFCBUILDING.csv new file mode 100644 index 0000000000000000000000000000000000000000..42be499b65ab1a4171e0c8fe1951b020beca10fa --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_012_IFCBUILDING.csv @@ -0,0 +1,39 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +Common,BuildingInfo,IfcBuilding,Pset_Address,Description,IfcText,Mailing and visitor contact address for the east campus administration building +Common,BuildingInfo,IfcBuilding,Pset_Address,UserDefinedPurpose,IfcLabel,AssetCorrespondence +Common,BuildingInfo,IfcBuilding,Pset_Address,InternalLocation,IfcLabel,Concierge Desk Level 01 +Common,BuildingInfo,IfcBuilding,Pset_Address,AddressLines,IfcLabel,88 Meridian Loop; East Campus +Common,BuildingInfo,IfcBuilding,Pset_Address,PostalBox,IfcLabel,PO Box 481 +Common,BuildingInfo,IfcBuilding,Pset_Address,Town,IfcLabel,Rivermouth +Common,BuildingInfo,IfcBuilding,Pset_Address,Region,IfcLabel,South County +Common,BuildingInfo,IfcBuilding,Pset_Address,PostalCode,IfcLabel,RM48TZ +Common,BuildingInfo,IfcBuilding,Pset_Address,Country,IfcLabel,GB +Common,BuildingInfo,IfcBuilding,Pset_Address,TelephoneNumbers,IfcLabel,+44-20-5550-0188; +44-20-5550-0199 +Common,BuildingInfo,IfcBuilding,Pset_Address,FacsimileNumbers,IfcLabel,+44-20-5550-0177 +Common,BuildingInfo,IfcBuilding,Pset_Address,PagerNumber,IfcLabel,ENG-4427 +Common,BuildingInfo,IfcBuilding,Pset_Address,ElectronicMailAddresses,IfcLabel,facilities@rivermouth-example.test; reception@rivermouth-example.test +Common,BuildingInfo,IfcBuilding,Pset_Address,WWWHomePageURL,IfcURIReference,https://rivermouth-example.test/buildings/east-campus +Common,BuildingInfo,IfcBuilding,Pset_Address,MessagingIDs,IfcURIReference,sip:ops@rivermouth-example.test; ftp://files.rivermouth-example.test/handover +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,BuildingID,IfcIdentifier,RM-BLDG-27 +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,IsPermanentID,IfcBoolean,false +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,ConstructionMethod,IfcLabel,Cross-laminated timber hybrid +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,FireProtectionClass,IfcLabel,Enhanced compartmentation class +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,SprinklerProtection,IfcBoolean,true +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,OccupancyType,IfcLabel,Education and administration +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,GrossPlannedArea,IfcAreaMeasure,18640.5 +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,NumberOfStoreys,IfcCountMeasure,9 +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,IsLandmarked,IfcLogical,UNKNOWN +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,ElevationOfRefHeight,IfcLengthMeasure,112.35 +Common,BuildingInfo,IfcBuilding,Pset_BuildingCommon,ElevationOfTerrain,IfcLengthMeasure,108.90 +Common,BuildingInfo,IfcBuilding,Pset_BuildingUseAdjacent,MarketCategory,IfcLabel,Healthcare +Common,BuildingInfo,IfcBuilding,Pset_BuildingUseAdjacent,MarketSubCategory,IfcLabel,Outpatient clinic +Common,BuildingInfo,IfcBuilding,Pset_BuildingUseAdjacent,PlanningControlStatus,IfcLabel,Special review corridor +Common,BuildingInfo,IfcBuilding,Pset_BuildingUseAdjacent,NarrativeText,IfcText,Adjacent parcel reserved for a medical facility with extended evening operation +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,HeatingDryBulb,IfcThermodynamicTemperatureMeasure,-7.5 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,HeatingWetBulb,IfcThermodynamicTemperatureMeasure,-8.8 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,HeatingDesignDay,IfcDateTime,2026-01-22T05:30:00 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,CoolingDryBulb,IfcThermodynamicTemperatureMeasure,31.8 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,CoolingWetBulb,IfcThermodynamicTemperatureMeasure,23.9 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,CoolingDesignDay,IfcDateTime,2026-07-19T15:00:00 +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,WeatherDataStation,IfcText,Rivermouth aerodrome archive station +Common,BuildingInfo,IfcBuilding,Pset_OutsideDesignCriteria,WeatherDataDate,IfcDateTime,2025-09-01T00:00:00 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_013_IFCBUILDING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_013_IFCBUILDING.csv new file mode 100644 index 0000000000000000000000000000000000000000..0e8b33cd8525e360febed6a3c557130d3693ca09 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_013_IFCBUILDING.csv @@ -0,0 +1,39 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +Common,BuildingInfo,Building,Building Info,Display Name,label,Building-B +Common,BuildingInfo,Building,Building Info,Building ID,label,BLDG-02 +Common,BuildingInfo,Building,Building Info,Is Permanent,boolean,false +Common,BuildingInfo,Building,Building Info,Construction Method,label,Timber +Common,BuildingInfo,Building,Building Info,Fire Protection Class,label,Class3 +Common,BuildingInfo,Building,Building Info,Sprinkler,boolean,false +Common,BuildingInfo,Building,Building Info,Automatic Sprinkler,boolean,false +Common,BuildingInfo,Building,Building Info,Main Use,label,Office +Common,BuildingInfo,Building,Building Info,Total Area,area,1500.0 +Common,BuildingInfo,Building,Building Info,Usable Area,area,1400.0 +Common,BuildingInfo,Building,Building Info,Floors Above Ground,integer,3 +Common,BuildingInfo,Building,Building Info,Date Built,date,1998-05-20 +Common,BuildingInfo,Building,Building Info,Renovation Date,date,2015-03-10 +Common,BuildingInfo,Building,Building Info,Heritage Listed,boolean,false +Common,BuildingInfo,Building,Building Info,Reference Height,length,1.0 +Common,BuildingInfo,Building,Building Info,Elevation Terrain,length,1.5 +Common,BuildingInfo,Building,Building Info,Ancillary Fire Use,label,Garage +Common,BuildingInfo,Building,Building Info,Fire Use,label,Retail +Common,BuildingInfo,Building,Usecase,Market Type,label,Economy +Common,BuildingInfo,Building,Usecase,Market Subtype,label,HighStreet +Common,BuildingInfo,Building,Usecase,State,label,Pending +Common,BuildingInfo,Building,Usecase,Rental Rates,float,1300.0 +Common,BuildingInfo,Building,Address Info,Intended Use,text,Headquarters +Common,BuildingInfo,Building,Address Info,Street,text,456 Sample Rd. +Common,BuildingInfo,Building,Address Info,PO Box,text,PO Box 456 +Common,BuildingInfo,Building,Address Info,City,text,Osaka +Common,BuildingInfo,Building,Address Info,Region Name,text,Kansai +Common,BuildingInfo,Building,Address Info,Postcode,text,530-0001 +Common,BuildingInfo,Building,Address Info,Country Name,text,Japan +Common,BuildingInfo,Building,Address Info,Email,text,hello@company.jp +Common,BuildingInfo,Building,Address Info,Website,text,https://example.org +Common,BuildingInfo,Building,Building Quantities,Measured Height,length,15.0 +Common,BuildingInfo,Building,Building Quantities,Roof Height,length,10.0 +Common,BuildingInfo,Building,Building Quantities,Building Area,area,250.0 +Common,BuildingInfo,Building,Building Quantities,Gross Building Area,area,1600.0 +Common,BuildingInfo,Building,Building Quantities,Net Building Area,area,1500.0 +Common,BuildingInfo,Building,Building Quantities,Gross Volume,volume,13000.0 +Common,BuildingInfo,Building,Building Quantities,Net Volume,volume,12500.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_014_IFCBUILDING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_014_IFCBUILDING.csv new file mode 100644 index 0000000000000000000000000000000000000000..3cdae0fcb78f52a7ec170f1152728cdbe4b26a7a --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_014_IFCBUILDING.csv @@ -0,0 +1,44 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,Reference,IfcIdentifier,TOKYO-HQ-BLDG +共通,建物情報,IfcBuilding,Pset_BuildingCommon,BuildingID,IfcIdentifier,BLDG-001 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,IsPermanentID,IfcBoolean,true +共通,建物情報,IfcBuilding,Pset_BuildingCommon,ConstructionMethod,IfcLabel,鉄骨造 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,FireProtectionClass,IfcLabel,耐火建築物 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,SprinklerProtection,IfcBoolean,true +共通,建物情報,IfcBuilding,Pset_BuildingCommon,SprinklerProtectionAutomatic,IfcBoolean,true +共通,建物情報,IfcBuilding,Pset_BuildingCommon,OccupancyType,IfcLabel,事務所 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,GrossPlannedArea,IfcAreaMeasure,18500.0 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,NetPlannedArea,IfcAreaMeasure,16320.0 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,NumberOfStoreys,IfcCountMeasure,14 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,YearOfConstruction,IfcLabel,2027 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,YearOfLastRefurbishment,IfcLabel,2042 +共通,建物情報,IfcBuilding,Pset_BuildingCommon,IsLandmarked,IfcLogical,false +共通,建物情報,IfcBuilding,Pset_BuildingCommon,ElevationOfRefHeight,IfcLengthMeasure,0.0 +共通,建物情報,IfcBuilding,Pset_BuildingUse,MarketCategory,IfcLabel,大規模オフィス +共通,建物情報,IfcBuilding,Pset_BuildingUse,MarketSubCategory,IfcLabel,本社機能 +共通,建物情報,IfcBuilding,Pset_BuildingUse,PlanningControlStatus,IfcLabel,確認済 +共通,建物情報,IfcBuilding,Pset_BuildingUse,NarrativeText,IfcText,本社執務機能と会議機能を併設 +共通,建物情報,IfcBuilding,Pset_BuildingUse,VacancyRateInCategoryNow,IfcPositiveRatioMeasure,0.02 +共通,建物情報,IfcBuilding,Pset_BuildingUse,TenureModesAvailableNow,IfcLabel,自社保有 +共通,建物情報,IfcBuilding,Pset_BuildingUse,MarketSubCategoriesAvailableNow,IfcLabel,"執務, 会議, 共用" +共通,建物情報,IfcBuilding,Pset_BuildingUse,RentalRatesInCategoryNow,IfcMonetaryMeasure,680000.0 +共通,建物情報,IfcBuilding,Pset_BuildingUse,VacancyRateInCategoryFuture,IfcPositiveRatioMeasure,0.05 +共通,建物情報,IfcBuilding,Pset_BuildingUse,TenureModesAvailableFuture,IfcLabel,自社保有または賃貸 +共通,建物情報,IfcBuilding,Pset_BuildingUse,MarketSubCategoriesAvailableFuture,IfcLabel,"執務, 会議, 交流" +共通,建物情報,IfcBuilding,Pset_BuildingUse,RentalRatesInCategoryFuture,IfcMonetaryMeasure,720000.0 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,HeatingDryBulb,IfcThermodynamicTemperatureMeasure,-1.5 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,HeatingWetBulb,IfcThermodynamicTemperatureMeasure,-3.0 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,HeatingDesignDay,IfcDateTime,2027-01-20T06:00:00 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,CoolingDryBulb,IfcThermodynamicTemperatureMeasure,34.0 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,CoolingWetBulb,IfcThermodynamicTemperatureMeasure,27.0 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,CoolingDesignDay,IfcDateTime,2027-08-07T14:00:00 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,WeatherDataStation,IfcText,東京管区気象台 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,WeatherDataDate,IfcDateTime,2026-10-01T09:00:00 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,PrevailingWindDirection,IfcPlaneAngleMeasure,180.0 +共通,建物情報,IfcBuilding,Pset_OutsideDesignCriteria,PrevailingWindVelocity,IfcLinearVelocityMeasure,3.8 +共通,建物情報,IfcBuilding,Pset_SpaceLightingDesign,ArtificialLighting,IfcBoolean,true +共通,建物情報,IfcBuilding,Pset_SpaceLightingDesign,Illuminance,IfcIlluminanceMeasure,750.0 +共通,建物情報,IfcBuilding,Pset_SpaceOccupancyRequirements,OccupancyType,IfcLabel,事務所 +共通,建物情報,IfcBuilding,Pset_SpaceOccupancyRequirements,OccupancyNumber,IfcCountMeasure,850 +共通,建物情報,IfcBuilding,Pset_SpaceOccupancyRequirements,OccupancyNumberPeak,IfcCountMeasure,1020 +共通,建物情報,IfcBuilding,Pset_SpaceOccupancyRequirements,AreaPerOccupant,IfcAreaMeasure,19.2 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_015_IFCBUILDING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_015_IFCBUILDING.csv new file mode 100644 index 0000000000000000000000000000000000000000..6cecee84aa3ac07384853cb7e8810f03b9832c95 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_015_IFCBUILDING.csv @@ -0,0 +1,44 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +共通,建物情報,Building,建物識別情報,建物コード,ラベル,BLDG-001 +共通,建物情報,Building,建物識別情報,建物名称,ラベル,東京本社ビル +共通,建物情報,Building,建物識別情報,棟番号,ラベル,A棟 +共通,建物情報,Building,建物識別情報,建物種別,ラベル,本館 +共通,建物情報,Building,建物識別情報,階数,整数,12 +共通,建物情報,Building,建物識別情報,最高高さ,長さ,58.7 +共通,建物情報,Building,建物位置情報,建物住所,ラベル,東京都新宿区四谷1-1-1 +共通,建物情報,Building,建物位置情報,建物郵便番号,ラベル,1600004 +共通,建物情報,Building,建物位置情報,建物地番,ラベル,新宿区四谷一丁目1番 +共通,建物情報,Building,建物位置情報,北緯,角度,35.6895 +共通,建物情報,Building,建物位置情報,東経,角度,139.6917 +共通,建物情報,Building,建物位置情報,標高,長さ,28.5 +共通,建物情報,Building,建物位置情報,測地系,ラベル,JGD2011 +共通,建物情報,Building,建物法規情報,主要用途,ラベル,事務所 +共通,建物情報,Building,建物法規情報,確認申請番号,ラベル,第R05建確-5678号 +共通,建物情報,Building,建物法規情報,確認済証交付日,日付,2025-04-01 +共通,建物情報,Building,建物法規情報,許可番号,ラベル,特定建築許可-2025-001 +共通,建物情報,Building,建物法規情報,防火地域区分,ラベル,準防火地域 +共通,建物情報,Building,建物法規情報,用途地域,ラベル,商業地域 +共通,建物情報,Building,建物法規情報,延床面積,面積,15200 +共通,建物情報,Building,建物法規情報,建築面積,面積,1450 +共通,建物情報,Building,建物構造情報,高さ制限区分,ラベル,第2種高度地区 +共通,建物情報,Building,建物構造情報,構造種別,ラベル,RC造 +共通,建物情報,Building,建物構造情報,耐火構造区分,ラベル,耐火建築物 +共通,建物情報,Building,建物構造情報,地上階数,整数,12 +共通,建物情報,Building,建物構造情報,地下階数,整数,2 +共通,建物情報,Building,建物構造情報,基準階高,長さ,3600 +共通,建物情報,Building,建物環境性能情報,塔屋階数,整数,1 +共通,建物情報,Building,建物環境性能情報,省エネ性能評価,ラベル,BELS★★★ +共通,建物情報,Building,建物環境性能情報,ZEB区分,ラベル,ZEB Ready +共通,建物情報,Building,建物環境性能情報,CASBEEランク,ラベル,Aランク +共通,建物情報,Building,建物FM情報,再エネ設備有無,真偽,true +共通,建物情報,Building,建物FM情報,FM建物ID,ラベル,FM-BLDG-001 +共通,建物情報,Building,建物FM情報,管理部門,ラベル,総務部 +共通,建物情報,Building,建物FM情報,清掃区分,ラベル,A +共通,建物情報,Building,建物FM情報,セキュリティ区分,ラベル,制限区域 +共通,建物情報,Building,建物FM情報,耐用年数,整数,60 +共通,建物情報,Building,建物工程情報,竣工年月日,日付,2026-03-15 +共通,建物情報,Building,建物工程情報,建築着工予定日,日付,2025-04-01 +共通,建物情報,Building,建物工程情報,建築着工日,日付,2025-04-15 +共通,建物情報,Building,建物工程情報,建築完了予定日,日付,2026-02-28 +共通,建物情報,Building,建物工程情報,建築完了日,日付,2026-03-15 +共通,建物情報,Building,建物工程情報,引渡状態,ラベル,完 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_016_IFCBUILDINGSTOREY.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_016_IFCBUILDINGSTOREY.csv new file mode 100644 index 0000000000000000000000000000000000000000..abdf8e3f546f23d97afd5d4073254f28245c125c --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_016_IFCBUILDINGSTOREY.csv @@ -0,0 +1,34 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +共通,階層情報,階・フロア,基本情報,階コード,ラベル,B1F +共通,階層情報,階・フロア,基本情報,出入口階,真偽,false +共通,階層情報,階・フロア,基本情報,地上階,真偽,false +共通,階層情報,階・フロア,基本情報,スプリンクラー有無,真偽,true +共通,階層情報,階・フロア,基本情報,自動スプリンクラー有無,真偽,true +共通,階層情報,階・フロア,基本情報,積載耐力,実数,6.0 +共通,階層情報,階・フロア,面積情報,計画面積,面積,2980.0 +共通,階層情報,階・フロア,面積情報,正味計画面積,面積,2560.0 +共通,階層情報,階・フロア,高さ情報,SSL基準高さ,長さ,-3.00 +共通,階層情報,階・フロア,高さ情報,FFL基準高さ,長さ,-2.85 +共通,階層情報,階・フロア,運用情報,契約管理番号,ラベル,AGR-B1-01 +共通,階層情報,階・フロア,運用情報,契約版数,ラベル,第2版 +共通,階層情報,階・フロア,運用情報,契約日,日付,2025-04-01 +共通,階層情報,階・フロア,運用情報,階名称,ラベル,地下1階 +共通,階層情報,階・フロア,運用情報,利用開始日,日付,2025-05-01 +共通,階層情報,階・フロア,運用情報,利用終了日,日付,2045-04-30 +共通,階層情報,階・フロア,運用情報,利用期間,テキスト,20年 +共通,階層情報,階・フロア,運用情報,利用条件,テキスト,防災設備検査完了後に供用開始 +共通,階層情報,階・フロア,運用情報,利用制限,テキスト,危険物の常設保管は禁止 +共通,階層情報,階・フロア,空調情報,空調備考,テキスト,地下階空調系統 +共通,階層情報,階・フロア,空調情報,空調方式,ラベル,ダクト式 +共通,階層情報,階・フロア,空調情報,総風量,実数,4.8 +共通,階層情報,階・フロア,空調情報,熱取得量,実数,12.0 +共通,階層情報,階・フロア,空調情報,顕熱風量,実数,3.9 +共通,階層情報,階・フロア,空調情報,顕熱取得量,実数,8.5 +共通,階層情報,階・フロア,空調情報,損失熱量,実数,1.4 +共通,階層情報,階・フロア,数量情報,総階高,長さ,3.4 +共通,階層情報,階・フロア,数量情報,有効階高,長さ,3.1 +共通,階層情報,階・フロア,数量情報,外周長,長さ,62.0 +共通,階層情報,階・フロア,数量情報,総床面積,面積,2980.0 +共通,階層情報,階・フロア,数量情報,正味床面積,面積,2560.0 +共通,階層情報,階・フロア,数量情報,総体積,体積,1200.0 +共通,階層情報,階・フロア,数量情報,正味体積,体積,1000.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_017_IFCBUILDINGSTOREY.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_017_IFCBUILDINGSTOREY.csv new file mode 100644 index 0000000000000000000000000000000000000000..51d75251414ab91d54d9f47db333547a8f70b2dd --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_017_IFCBUILDINGSTOREY.csv @@ -0,0 +1,24 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,Reference,IfcIdentifier,ST-03 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,EntranceLevel,IfcBoolean,false +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,AboveGround,IfcLogical,true +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtection,IfcBoolean,true +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtectionAutomatic,IfcBoolean,true +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,LoadBearingCapacity,IfcPlanarForceMeasure,4.5 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,GrossPlannedArea,IfcAreaMeasure,980.0 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,NetPlannedArea,IfcAreaMeasure,860.0 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,ElevationOfSSLRelative,IfcLengthMeasure,6.40 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,ElevationOfFFLRelative,IfcLengthMeasure,6.55 +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,TrackingIdentifier,IfcIdentifier,ST03-LEASE-01 +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,AgreementVersion,IfcLabel,Rev-A +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,AgreementDate,IfcDate,2026-03-01 +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,PropertyName,IfcLabel,Level 03 Office Floor +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,CommencementDate,IfcDate,2026-04-01 +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,TerminationDate,IfcDate,2041-03-31 +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,Duration,IfcDuration,P15Y +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,Options,IfcText,Tenant fit-out allowed after approval +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,ConditionCommencement,IfcText,HVAC balancing completed +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,Restrictions,IfcText,Heavy archive storage prohibited +Common,StoreyInfo,IfcBuildingStorey,Pset_PropertyAgreement,ConditionTermination,IfcText,Reinstate ceiling grid at handover +Common,StoreyInfo,IfcBuildingStorey,Pset_SpaceCommon,Reference,IfcIdentifier,ST03-ZONE-A +Common,StoreyInfo,IfcBuildingStorey,Pset_SpaceCommon,IsExternal,IfcBoolean,false diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_018_IFCBUILDINGSTOREY.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_018_IFCBUILDINGSTOREY.csv new file mode 100644 index 0000000000000000000000000000000000000000..0084ddd7eee4988f01512f6c553ead9af0adb6c2 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_018_IFCBUILDINGSTOREY.csv @@ -0,0 +1,32 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,Reference,IfcIdentifier,B1F +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,EntranceLevel,IfcBoolean,false +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,AboveGround,IfcLogical,false +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtection,IfcBoolean,true +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtectionAutomatic,IfcBoolean,true +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,LoadBearingCapacity,IfcPlanarForceMeasure,6.0 +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,GrossPlannedArea,IfcAreaMeasure,2980.0 +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,NetPlannedArea,IfcAreaMeasure,2560.0 +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,ElevationOfSSLRelative,IfcLengthMeasure,-3.00 +共通,階層情報,IfcBuildingStorey,Pset_BuildingStoreyCommon,ElevationOfFFLRelative,IfcLengthMeasure,-2.85 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,TrackingIdentifier,IfcIdentifier,AGR-B1-01 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,AgreementVersion,IfcLabel,第2版 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,AgreementDate,IfcDate,2025-04-01 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,PropertyName,IfcLabel,地下1階 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,CommencementDate,IfcDate,2025-05-01 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,TerminationDate,IfcDate,2045-04-30 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,Duration,IfcDuration,P20Y +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,Options,IfcText,搬入動線は夜間優先とする +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,ConditionCommencement,IfcText,防災設備検査完了後に供用開始 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,Restrictions,IfcText,危険物の常設保管は禁止 +共通,階層情報,IfcBuildingStorey,Pset_PropertyAgreement,ConditionTermination,IfcText,原状回復のうえ返却 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,Description,IfcText,地下階空調系統 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,TotalAirFlow,IfcVolumetricFlowRateMeasure,4.8 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,EnergyGainTotal,IfcPowerMeasure,12.0 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,AirFlowSensible,IfcVolumetricFlowRateMeasure,3.9 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,EnergyGainSensible,IfcPowerMeasure,8.5 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,EnergyLoss,IfcPowerMeasure,1.4 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,InfiltrationDiversitySummer,IfcPositiveRatioMeasure,0.25 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,InfiltrationDiversityWinter,IfcPositiveRatioMeasure,0.18 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,HeatingTemperatureDelta,IfcThermodynamicTemperatureMeasure,18.0 +共通,階層情報,IfcBuildingStorey,Pset_AirSideSystemInformation,CoolingTemperatureDelta,IfcThermodynamicTemperatureMeasure,10.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_019_IFCBUILDINGSTOREY.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_019_IFCBUILDINGSTOREY.csv new file mode 100644 index 0000000000000000000000000000000000000000..b37f8f2f47ac141fd7613a38f0eadcc3de250651 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_019_IFCBUILDINGSTOREY.csv @@ -0,0 +1,24 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +Common,StoreyInfo,Building Storey,Common,StoreyCode,label,Storey-01 +Common,StoreyInfo,Building Storey,Common,EntranceFlag,label,true +Common,StoreyInfo,Building Storey,Common,Above Ground,boolean,true +Common,StoreyInfo,Building Storey,Common,Sprinkler,boolean,true +Common,StoreyInfo,Building Storey,Common,Auto Sprinkler,boolean,true +Common,StoreyInfo,Building Storey,Common,Max Loadbearing,float,2.5 +Common,StoreyInfo,Building Storey,Common,Planned Area,area,350.0 +Common,StoreyInfo,Building Storey,Common,Net Planned Area,area,320.0 +Common,StoreyInfo,Building Storey,Common,Elevation - SSL Relative,length,0.00 +Common,StoreyInfo,Building Storey,Common,Elevation - FFL Relative,length,0.10 +Common,StoreyInfo,Building Storey,Air System,AirSystemNote,label,Main AHU serving north zone +Common,StoreyInfo,Building Storey,Air System,Type of Air System,label,VAV +Common,StoreyInfo,Building Storey,Air System,Distribution Type for Air,label,Ducted +Common,StoreyInfo,Building Storey,Air System,Total Air Flow,float,1.2 +Common,StoreyInfo,Building Storey,Air System,Energy Gain,float,5.5 +Common,StoreyInfo,Building Storey,Air System,Fan Power,float,0.75 +Common,StoreyInfo,Building Storey,Quantity Information,Gross Height,length,3.2 +Common,StoreyInfo,Building Storey,Quantity Information,Net Height,length,3.0 +Common,StoreyInfo,Building Storey,Quantity Information,Gross Perimeter,length,60.0 +Common,StoreyInfo,Building Storey,Quantity Information,Gross Floor Area,area,350.0 +Common,StoreyInfo,Building Storey,Quantity Information,Net Floor Area,area,320.0 +Common,StoreyInfo,Building Storey,Quantity Information,Gross Volume,volume,1120.0 +Common,StoreyInfo,Building Storey,Quantity Information,Net Volume,volume,960.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_020_IFCBUILDINGSTOREY.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_020_IFCBUILDINGSTOREY.csv new file mode 100644 index 0000000000000000000000000000000000000000..86c406686b6236844fd0decdcda63e9f226eb991 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_020_IFCBUILDINGSTOREY.csv @@ -0,0 +1,24 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,Reference,IfcIdentifier,Storey-02 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,EntranceLevel,IfcBoolean,true +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,AboveGround,IfcLogical,false +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtection,IfcBoolean,false +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,SprinklerProtectionAutomatic,IfcBoolean,false +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,LoadBearingCapacity,IfcPlanarForceMeasure,2.8 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,GrossPlannedArea,IfcAreaMeasure,360.0 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,NetPlannedArea,IfcAreaMeasure,330.0 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,ElevationOfSSLRelative,IfcLengthMeasure,0.50 +Common,StoreyInfo,IfcBuildingStorey,Pset_BuildingStoreyCommon,ElevationOfFFLRelative,IfcLengthMeasure,0.60 +Common,StoreyInfo,IfcBuildingStorey,Pset_AirSideSystemInformation,Description,IfcText,Main AHU serving south zone +Common,StoreyInfo,IfcBuildingStorey,Pset_AirSideSystemInformation,AirSideSystemType,IfcLabel,FCU +Common,StoreyInfo,IfcBuildingStorey,Pset_AirSideSystemInformation,AirSideSystemDistributionType,IfcLabel,Ducted +Common,StoreyInfo,IfcBuildingStorey,Pset_AirSideSystemInformation,TotalAirFlow,IfcVolumetricFlowRateMeasure,1.5 +Common,StoreyInfo,IfcBuildingStorey,Pset_AirSideSystemInformation,EnergyGainTotal,IfcPowerMeasure,6.0 +Common,StoreyInfo,IfcBuildingStorey,Pset_AirSideSystemInformation,FanPower,IfcPowerMeasure,0.85 +Common,StoreyInfo,IfcBuildingStorey,Qto_BuildingStoreyBaseQuantities,GrossHeight,IfcLengthMeasure,3.4 +Common,StoreyInfo,IfcBuildingStorey,Qto_BuildingStoreyBaseQuantities,NetHeight,IfcLengthMeasure,3.1 +Common,StoreyInfo,IfcBuildingStorey,Qto_BuildingStoreyBaseQuantities,GrossPerimeter,IfcLengthMeasure,62.0 +Common,StoreyInfo,IfcBuildingStorey,Qto_BuildingStoreyBaseQuantities,GrossFloorArea,IfcAreaMeasure,360.0 +Common,StoreyInfo,IfcBuildingStorey,Qto_BuildingStoreyBaseQuantities,NetFloorArea,IfcAreaMeasure,330.0 +Common,StoreyInfo,IfcBuildingStorey,Qto_BuildingStoreyBaseQuantities,GrossVolume,IfcVolumeMeasure,1200.0 +Common,StoreyInfo,IfcBuildingStorey,Qto_BuildingStoreyBaseQuantities,NetVolume,IfcVolumeMeasure,1000.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_021_IFCSPACE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_021_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..86e394103f6e5335610ed8270fe9d3411e9bc601 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_021_IFCSPACE.csv @@ -0,0 +1,97 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +Common,SpaceInfo,Space,Space Basics,Element Code,label,Space-101 +Common,SpaceInfo,Space,Space Basics,Exterior,boolean,true +Common,SpaceInfo,Space,Space Basics,Overall Target Area,area,120.0 +Common,SpaceInfo,Space,Space Basics,Effective Target Area,area,110.0 +Common,SpaceInfo,Space,Space Basics,Public Access,boolean,true +Common,SpaceInfo,Space,Space Basics,Accessibility,boolean,true +Common,SpaceInfo,Space,Finish Requirements,Floor Finish,label,Carpet +Common,SpaceInfo,Space,Finish Requirements,Floor Finish Thickness,length,0.010 +Common,SpaceInfo,Space,Finish Requirements,Wall Finish,label,Paint +Common,SpaceInfo,Space,Finish Requirements,Wall Finish Thickness,length,0.005 +Common,SpaceInfo,Space,Finish Requirements,Ceiling Finish,label,AcousticTile +Common,SpaceInfo,Space,Finish Requirements,Ceiling Finish Thickness,length,0.010 +Common,SpaceInfo,Space,Finish Requirements,Baseboard,label,PVC +Common,SpaceInfo,Space,Finish Requirements,Baseboard Height,length,0.075 +Common,SpaceInfo,Space,Finish Requirements,Trim Style,label,Simple +Common,SpaceInfo,Space,Finish Requirements,Trim Height,length,0.050 +Common,SpaceInfo,Space,Finish Requirements,Hidden Floor Zone,boolean,true +Common,SpaceInfo,Space,Finish Requirements,Hidden Floor Offset,length,0.020 +Common,SpaceInfo,Space,Finish Requirements,Hidden Ceiling Zone,boolean,true +Common,SpaceInfo,Space,Finish Requirements,Hidden Ceiling Offset,length,0.150 +Common,SpaceInfo,Space,Lighting Plan,Artificial Lighting Flag,label,true +Common,SpaceInfo,Space,Lighting Plan,Lighting Level,float,300.0 +Common,SpaceInfo,Space,Occupancy Plan,Occupancy Category,label,Office +Common,SpaceInfo,Space,Occupancy Plan,Headcount,integer,15 +Common,SpaceInfo,Space,Occupancy Plan,Peak Headcount,integer,20 +Common,SpaceInfo,Space,Occupancy Plan,Daily Occupancy Hours,float,8.0 +Common,SpaceInfo,Space,Occupancy Plan,Area Per Person,float,7.5 +Common,SpaceInfo,Space,Occupancy Plan,Min Headroom,length,2.4 +Common,SpaceInfo,Space,Occupancy Plan,View Preferred,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Target Temperature,float,22.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Upper Limit,float,24.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Lower Limit,float,20.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Summer Upper Limit,float,26.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Summer Lower Limit,float,22.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Winter Upper Limit,float,21.0 +Common,SpaceInfo,Space,HVAC Targets,Temperature Winter Lower Limit,float,18.0 +Common,SpaceInfo,Space,HVAC Targets,Humidity Target,float,0.50 +Common,SpaceInfo,Space,HVAC Targets,Humidity Upper Limit,float,0.60 +Common,SpaceInfo,Space,HVAC Targets,Humidity Lower Limit,float,0.40 +Common,SpaceInfo,Space,HVAC Targets,Summer Humidity Level,float,0.55 +Common,SpaceInfo,Space,HVAC Targets,Winter Humidity Level,float,0.45 +Common,SpaceInfo,Space,HVAC Targets,Heating Disabled,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Passive Ventilation,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Passive Ventilation Flow,float,0.5 +Common,SpaceInfo,Space,HVAC Targets,Forced Ventilation,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Forced Ventilation Flow,float,1.2 +Common,SpaceInfo,Space,HVAC Targets,Cooling Service,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Central Cooling,boolean,true +Common,SpaceInfo,Space,HVAC Targets,Air Handling Unit Name,label,AHU-1 +Common,SpaceInfo,Space,Airflow Sizing,Cooling Airflow Target,float,1.5 +Common,SpaceInfo,Space,Airflow Sizing,Heating Airflow Target,float,1.2 +Common,SpaceInfo,Space,Airflow Sizing,Sensible Heat Load,float,3.5 +Common,SpaceInfo,Space,Airflow Sizing,Total Heat Load,float,5.0 +Common,SpaceInfo,Space,Airflow Sizing,Overall Heat Decrease,float,4.0 +Common,SpaceInfo,Space,Airflow Sizing,Cooling Dry-bulb Temp,float,26.0 +Common,SpaceInfo,Space,Airflow Sizing,Cooling RH Level,float,0.55 +Common,SpaceInfo,Space,Airflow Sizing,Heating Dry-bulb Temp,float,20.0 +Common,SpaceInfo,Space,Airflow Sizing,Heating RH Level,float,0.40 +Common,SpaceInfo,Space,Airflow Sizing,Ventilation Airflow Target,float,1.5 +Common,SpaceInfo,Space,Airflow Sizing,Airflow Target,float,1.3 +Common,SpaceInfo,Space,Airflow Sizing,Ceiling Return-Air Plenum,boolean,true +Common,SpaceInfo,Space,Airflow Sizing,Boundary Area Heat Decrease,float,1.2 +Common,SpaceInfo,Space,Airside System,Air System Notes,label,Main AHU serves east wing +Common,SpaceInfo,Space,Airside System,Air Side System Category,label,VAV +Common,SpaceInfo,Space,Airside System,Air Side System Distribution Category,label,Ducted +Common,SpaceInfo,Space,Airside System,Overall Air Flow,float,2.0 +Common,SpaceInfo,Space,Airside System,Energy Increase Overall,float,6.0 +Common,SpaceInfo,Space,Airside System,Sensible Airflow,float,1.5 +Common,SpaceInfo,Space,Airside System,Energy Increase Sensible,float,4.0 +Common,SpaceInfo,Space,Airside System,Energy Decrease,float,3.5 +Common,SpaceInfo,Space,Airside System,Infiltration Factor Summer,float,0.8 +Common,SpaceInfo,Space,Airside System,Infiltration Factor Winter,float,0.7 +Common,SpaceInfo,Space,Airside System,Appliance Factor,float,0.6 +Common,SpaceInfo,Space,Airside System,Heating Temperature Gap,float,10.0 +Common,SpaceInfo,Space,Airside System,Cooling Temperature Gap,float,8.0 +Common,SpaceInfo,Space,Airside System,Ventilation Setting,label,2.3 +Common,SpaceInfo,Space,Airside System,Fan Power Demand,float,0.75 +Common,SpaceInfo,Space,Thermal Load,Occupancy Factor,float,0.6 +Common,SpaceInfo,Space,Thermal Load,Lighting Factor,float,0.8 +Common,SpaceInfo,Space,Thermal Load,ApplianceDiversity (ThermalLoad),float,0.6 +Common,SpaceInfo,Space,Thermal Load,Outside Air per Person,float,0.01 +Common,SpaceInfo,Space,Thermal Load,Receptacle Load Density,float,0.05 +Common,SpaceInfo,Space,Thermal Load,Appliance Percentage Load To Radiant,float,0.3 +Common,SpaceInfo,Space,Thermal Load,Lighting Load Density,float,0.010 +Common,SpaceInfo,Space,Thermal Load,Lighting Percentage Load To Return Air,float,0.2 +Common,SpaceInfo,Space,Thermal Load,Overall Cooling Load,float,6.5 +Common,SpaceInfo,Space,Thermal Load,Overall Heating Load,float,5.0 +Common,SpaceInfo,Space,Thermal Load,InfiltrationDiversitySummer (ThermalLoad),float,0.8 +Common,SpaceInfo,Space,Thermal Load,InfiltrationDiversityWinter (ThermalLoad),float,0.7 +Common,SpaceInfo,Space,Thermal Load,Load Safety Factor,float,1.2 +Common,SpaceInfo,Space,Fire Safety,Fire Risk Factor,float,0.2 +Common,SpaceInfo,Space,Fire Safety,Combustible Storage,label,None +Common,SpaceInfo,Space,Fire Safety,FireExit (Space),boolean,true +Common,SpaceInfo,Space,Fire Safety,Sprinkler Coverage,boolean,true +Common,SpaceInfo,Space,Fire Safety,Auto Sprinkler Coverage,boolean,true +Common,SpaceInfo,Space,Fire Safety,Air Pressurization Mode,label,true diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_022_IFCSPACE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_022_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..f347004a469c3f561682cb049a8ee6890fa335a5 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_022_IFCSPACE.csv @@ -0,0 +1,40 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,AgreementDate,IfcDate,2025-08-19 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,PropertyName,IfcLabel,建物資産管理室 +共通,空間情報,IfcSpace,Pset_SpaceCoveringRequirements,ConcealedFlooring,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceCoveringRequirements,ConcealedCeiling,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceLightingDesign,ArtificialLighting,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,IsOutlookDesirable,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_ThermalLoad,ReceptacleLoadIntensity,IfcHeatFluxDensityMeasure,125.6 +共通,空間情報,IfcSpace,Pset_SpaceAirHandlingDimensioning,CeilingRAPlenum,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceCommon,IsExternal,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_PropertyAgreement,Options,IfcText,24時間警備を実施 +共通,空間情報,IfcSpace,Pset_ProcessCapacity,ProcessPerformance,IfcDuration,P1M +共通,空間情報,IfcSpace,Pset_PropertyAgreement,Restrictions,IfcText,日常清掃は管理会社指定 +共通,空間情報,IfcSpace,Pset_AirSideSystemInformation,Description,IfcText,備品管理対象空間 +共通,空間情報,IfcSpace,Pset_SpaceCommon,PubliclyAccessible,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceCommon,HandicapAccessible,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,FlammableStorage,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,FireExit,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,SprinklerProtection,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,SprinklerProtectionAutomatic,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,AirPressurization,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceHVACDesign,DiscontinuedHeating,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceHVACDesign,NaturalVentilation,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceHVACDesign,AirHandlingName,IfcLabel,ボイラー併用空調 +共通,空間情報,IfcSpace,Pset_SpaceHVACDesign,MechanicalVentilation,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceHVACDesign,AirConditioning,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceHVACDesign,AirConditioningCentral,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceCoveringRequirements,ConcealedFlooringOffset,IfcNonNegativeLengthMeasure,0.050 +共通,空間情報,IfcSpace,Pset_SpaceCoveringRequirements,ConcealedCeilingOffset,IfcNonNegativeLengthMeasure,0.000 +共通,空間情報,IfcSpace,Pset_SpaceLightingDesign,Illuminance,IfcIlluminanceMeasure,500.0 +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyType,IfcLabel,執務空間 +共通,空間情報,IfcSpace,Pset_SpaceAirHandlingDimensioning,DesignAirFlow,IfcVolumetricFlowRateMeasure,0.85 +共通,空間情報,IfcSpace,Pset_SpaceCommon,GrossPlannedArea,IfcAreaMeasure,45.2 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,Duration,IfcDuration,P10Y +共通,空間情報,IfcSpace,Pset_SpaceFireSafetyRequirements,FireRiskFactor,IfcLabel,低 +共通,空間情報,IfcSpace,Pset_ThermalLoad,LoadSafetyFactor,IfcPositiveRatioMeasure,1.10 +共通,空間情報,IfcSpace,Pset_SpaceAirHandlingDimensioning,VentilationDesignAirFlow,IfcVolumetricFlowRateMeasure,0.65 +共通,空間情報,IfcSpace,Pset_ProcessCapacity,DownstreamConnections,IfcLabel,光ファイバー回線 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,AgreementVersion,IfcLabel,第1版 +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyNumber,IfcCountMeasure,1 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_023_IFCSPACE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_023_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..328195a07f2bbcd1a0ca4ad27ddf917cbde08aba --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_023_IFCSPACE.csv @@ -0,0 +1,40 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +分類:共通,空間情報チェック,Space,基本管理,最終確認日,日付,2026-01-18 +分類:共通,空間情報チェック,Space,資産管理,管理区分,ラベル,共用資産 +分類:共通,空間情報チェック,Space,維持計画,長期更新対象,真偽,true +分類:共通,空間情報チェック,Space,維持計画,中期改修対象,真偽,false +分類:共通,空間情報チェック,Space,運用管理,外部運営管理対象,真偽,true +分類:共通,空間情報チェック,Space,環境評価,エネルギー計測対象,真偽,false +分類:共通,空間情報チェック,Space,環境評価,内部発熱負荷,実数,146.5 +分類:共通,空間情報チェック,Space,保全履歴,設備更新履歴管理,真偽,true +分類:共通,空間情報チェック,Space,利用契約,テナント運用対象,真偽,false +分類:共通,空間情報チェック,Space,防犯運用,警備レベル,ラベル,巡回警備 +分類:共通,空間情報チェック,Space,清掃計画,定期清掃頻度,ラベル,月次清掃 +分類:共通,空間情報チェック,Space,清掃計画,日常清掃方式,ラベル,平日日常清掃 +分類:共通,空間情報チェック,Space,備品運用,備品台帳対象,ラベル,重点管理対象 +分類:共通,空間情報チェック,Space,設備条件,PH設備対象,真偽,true +分類:共通,空間情報チェック,Space,設備条件,RI設備対象,真偽,false +分類:共通,空間情報チェック,Space,配管条件,ガス配管要否,真偽,true +分類:共通,空間情報チェック,Space,配管条件,衛生配管要否,真偽,true +分類:共通,空間情報チェック,Space,排水条件,汚水接続要否,真偽,false +分類:共通,空間情報チェック,Space,設備条件,専用器具設置要否,真偽,true +分類:共通,空間情報チェック,Space,給湯条件,給湯供給要否,真偽,true +分類:共通,空間情報チェック,Space,給湯条件,飲用給湯要否,真偽,true +分類:共通,空間情報チェック,Space,給湯条件,雑用給湯要否,真偽,false +分類:共通,空間情報チェック,Space,給湯条件,給湯システム種別,ラベル,中央熱源方式 +分類:共通,空間情報チェック,Space,温度条件,高温運用要否,真偽,false +分類:共通,空間情報チェック,Space,排水条件,雑排水接続要否,真偽,true +分類:共通,空間情報チェック,Space,衛生管理,滅菌対応要否,真偽,false +分類:共通,空間情報チェック,Space,給水条件,上水供給要否,真偽,true +分類:共通,空間情報チェック,Space,排水条件,厨房排水接続要否,真偽,true +分類:共通,空間情報チェック,Space,給水条件,中水利用要否,真偽,false +分類:共通,空間情報チェック,Space,エネルギー供給,都市ガス接続要否,真偽,true +分類:共通,空間情報チェック,Space,医療対応,透析対応要否,真偽,false +分類:共通,空間情報チェック,Space,エネルギー供給,ガス消費原単位,実数,24.3 +分類:共通,空間情報チェック,Space,保証情報,防水保証区分,ラベル,10年保証 +分類:共通,空間情報チェック,Space,居住性能,音響快適性,ラベル,静穏 +分類:共通,空間情報チェック,Space,居住性能,空気質評価,ラベル,高水準 +分類:共通,空間情報チェック,Space,居住性能,採光評価,ラベル,明るい +分類:共通,空間情報チェック,Space,情報基盤,通信対応区分,ラベル,光ファイバー対応 +分類:共通,空間情報チェック,Space,居住性能,温熱快適性,ラベル,良好 +分類:共通,空間情報チェック,Space,空間管理,室管理番号,整数,7 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_024_IFCSPACE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_024_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..dc616a03d8ac87f924260123516aaedf973a0ae9 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_024_IFCSPACE.csv @@ -0,0 +1,40 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +共通,空間情報,空間・部屋,識別情報,更新,日付,2025-09-01 +共通,空間情報,空間・部屋,識別情報,資産区分,ラベル,設備資産 +共通,空間情報,空間・部屋,識別情報,保全_10年,真偽,false +共通,空間情報,空間・部屋,識別情報,保全_5年,真偽,true +共通,空間情報,空間・部屋,識別情報,LLC管理対象,真偽,false +共通,空間情報,空間・部屋,識別情報,エネルギーコスト,真偽,true +共通,空間情報,空間・部屋,識別情報,熱負荷_人・照明・日射,実数,110 +共通,空間情報,空間・部屋,識別情報,固定資産修繕履歴,真偽,false +共通,空間情報,空間・部屋,識別情報,賃貸管理,真偽,true +共通,空間情報,空間・部屋,識別情報,警備区分,ラベル,無人監視 +共通,空間情報,空間・部屋,識別情報,定期清掃区分,ラベル,隔月清掃 +共通,空間情報,空間・部屋,識別情報,日常清掃区分,ラベル,日常清掃あり +共通,空間情報,空間・部屋,識別情報,備品管理区分,ラベル,備品管理対象 +共通,空間情報,空間・部屋,識別情報,PH要否,真偽,false +共通,空間情報,空間・部屋,識別情報,RI要否,真偽,true +共通,空間情報,空間・部屋,識別情報,ガス,真偽,false +共通,空間情報,空間・部屋,識別情報,衛生器具・給排水,真偽,true +共通,空間情報,空間・部屋,識別情報,汚水要否,真偽,true +共通,空間情報,空間・部屋,識別情報,器具,真偽,false +共通,空間情報,空間・部屋,識別情報,給湯,真偽,false +共通,空間情報,空間・部屋,識別情報,給湯飲用要否,真偽,false +共通,空間情報,空間・部屋,識別情報,給湯雑湯用要否,真偽,false +共通,空間情報,空間・部屋,識別情報,給湯方式,ラベル,地熱利用 +共通,空間情報,空間・部屋,識別情報,高温要否,真偽,true +共通,空間情報,空間・部屋,識別情報,雑排水要否,真偽,false +共通,空間情報,空間・部屋,識別情報,消毒要否,真偽,true +共通,空間情報,空間・部屋,識別情報,上水要否,真偽,true +共通,空間情報,空間・部屋,識別情報,厨房排水要否,真偽,true +共通,空間情報,空間・部屋,識別情報,中水要否,真偽,false +共通,空間情報,空間・部屋,識別情報,都市ガス要否,真偽,false +共通,空間情報,空間・部屋,識別情報,透析要否,真偽,true +共通,空間情報,空間・部屋,識別情報,都市ガス単位面積消費量,実数,0 +共通,空間情報,空間・部屋,識別情報,防水保障,ラベル,15年保証 +共通,空間情報,空間・部屋,識別情報,音環境,ラベル,悪い +共通,空間情報,空間・部屋,識別情報,空気環境,ラベル,不適 +共通,空間情報,空間・部屋,識別情報,光環境,ラベル,不足 +共通,空間情報,空間・部屋,識別情報,情報化対応性,ラベル,光ファイバー対応 +共通,空間情報,空間・部屋,識別情報,熱環境,ラベル,普通 +共通,空間情報,空間・部屋,識別情報,室昇順番号,整数,10 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_025_IFCSPACE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_025_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..b0d05e83729ebcebec4cc7d32438234ee51efcc6 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_025_IFCSPACE.csv @@ -0,0 +1,97 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,Reference,IfcIdentifier,Space-201 +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,IsExternal,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,GrossPlannedArea,IfcAreaMeasure,132.0 +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,NetPlannedArea,IfcAreaMeasure,121.0 +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,PubliclyAccessible,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceCommon,HandicapAccessible,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,FloorCovering,IfcLabel,Rubber +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,FloorCoveringThickness,IfcPositiveLengthMeasure,0.011 +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,WallCovering,IfcLabel,GypsumBoard +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,WallCoveringThickness,IfcPositiveLengthMeasure,0.006 +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,CeilingCovering,IfcLabel,Gypsum +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,CeilingCoveringThickness,IfcPositiveLengthMeasure,0.011 +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,SkirtingBoard,IfcLabel,Aluminum +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,SkirtingBoardHeight,IfcPositiveLengthMeasure,0.083 +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,Molding,IfcLabel,Cove +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,MoldingHeight,IfcPositiveLengthMeasure,0.055 +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,ConcealedFlooring,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,ConcealedFlooringOffset,IfcNonNegativeLengthMeasure,0.022 +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,ConcealedCeiling,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceCoveringRequirements,ConcealedCeilingOffset,IfcNonNegativeLengthMeasure,0.165 +Common,SpaceInfo,IfcSpace,Pset_SpaceLightingDesign,ArtificialLighting,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceLightingDesign,Illuminance,IfcIlluminanceMeasure,330.0 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyType,IfcLabel,MeetingRoom +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyNumber,IfcCountMeasure,17 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyNumberPeak,IfcCountMeasure,22 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyTimePerDay,IfcTimeMeasure,8.8 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,AreaPerOccupant,IfcAreaMeasure,8.2 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,MinimumHeadroom,IfcLengthMeasure,2.6 +Common,SpaceInfo,IfcSpace,Pset_SpaceOccupancyRequirements,IsOutlookDesirable,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,TemperatureSetPoint,IfcThermodynamicTemperatureMeasure,24.2 +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,TemperatureMax,IfcThermodynamicTemperatureMeasure,26.4 +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,TemperatureMin,IfcThermodynamicTemperatureMeasure,22.0 +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,TemperatureSummerMax,IfcThermodynamicTemperatureMeasure,28.6 +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,TemperatureSummerMin,IfcThermodynamicTemperatureMeasure,24.2 +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,TemperatureWinterMax,IfcThermodynamicTemperatureMeasure,23.1 +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,TemperatureWinterMin,IfcThermodynamicTemperatureMeasure,19.8 +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,HumiditySetPoint,IfcPositiveRatioMeasure,0.55 +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,HumidityMax,IfcPositiveRatioMeasure,0.66 +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,HumidityMin,IfcPositiveRatioMeasure,0.44 +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,HumiditySummer,IfcPositiveRatioMeasure,0.61 +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,HumidityWinter,IfcPositiveRatioMeasure,0.50 +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,DiscontinuedHeating,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,NaturalVentilation,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,NaturalVentilationRate,IfcNumericMeasure,0.55 +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,MechanicalVentilation,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,MechanicalVentilationRate,IfcNumericMeasure,1.32 +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,AirConditioning,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,AirConditioningCentral,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceHVACDesign,AirHandlingName,IfcLabel,AHU-2 +Common,SpaceInfo,IfcSpace,Pset_SpaceAirHandlingDimensioning,CoolingDesignAirFlow,IfcVolumetricFlowRateMeasure,1.65 +Common,SpaceInfo,IfcSpace,Pset_SpaceAirHandlingDimensioning,HeatingDesignAirFlow,IfcVolumetricFlowRateMeasure,1.32 +Common,SpaceInfo,IfcSpace,Pset_SpaceAirHandlingDimensioning,SensibleHeatGain,IfcPowerMeasure,3.85 +Common,SpaceInfo,IfcSpace,Pset_SpaceAirHandlingDimensioning,TotalHeatGain,IfcPowerMeasure,5.50 +Common,SpaceInfo,IfcSpace,Pset_SpaceAirHandlingDimensioning,TotalHeatLoss,IfcPowerMeasure,4.40 +Common,SpaceInfo,IfcSpace,Pset_SpaceAirHandlingDimensioning,CoolingDryBulb,IfcThermodynamicTemperatureMeasure,28.6 +Common,SpaceInfo,IfcSpace,Pset_SpaceAirHandlingDimensioning,CoolingRelativeHumidity,IfcPositiveRatioMeasure,0.61 +Common,SpaceInfo,IfcSpace,Pset_SpaceAirHandlingDimensioning,HeatingDryBulb,IfcThermodynamicTemperatureMeasure,22.0 +Common,SpaceInfo,IfcSpace,Pset_SpaceAirHandlingDimensioning,HeatingRelativeHumidity,IfcPositiveRatioMeasure,0.44 +Common,SpaceInfo,IfcSpace,Pset_SpaceAirHandlingDimensioning,VentilationDesignAirFlow,IfcVolumetricFlowRateMeasure,1.65 +Common,SpaceInfo,IfcSpace,Pset_SpaceAirHandlingDimensioning,DesignAirFlow,IfcVolumetricFlowRateMeasure,1.43 +Common,SpaceInfo,IfcSpace,Pset_SpaceAirHandlingDimensioning,CeilingRAPlenum,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceAirHandlingDimensioning,BoundaryAreaHeatLoss,IfcHeatFluxDensityMeasure,1.32 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,Description,IfcText,Central AHU serves west wing +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,AirSideSystemType,IfcLabel,VRF +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,AirSideSystemDistributionType,IfcLabel,Underfloor +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,TotalAirFlow,IfcVolumetricFlowRateMeasure,2.20 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,EnergyGainTotal,IfcPowerMeasure,6.60 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,AirFlowSensible,IfcVolumetricFlowRateMeasure,1.65 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,EnergyGainSensible,IfcPowerMeasure,4.40 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,EnergyLoss,IfcPowerMeasure,3.85 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,InfiltrationDiversitySummer,IfcPositiveRatioMeasure,0.88 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,InfiltrationDiversityWinter,IfcPositiveRatioMeasure,0.77 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,ApplianceDiversity,IfcPositiveRatioMeasure,0.66 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,HeatingTemperatureDelta,IfcThermodynamicTemperatureMeasure,11.0 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,CoolingTemperatureDelta,IfcThermodynamicTemperatureMeasure,8.8 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,Ventilation,IfcVolumetricFlowRateMeasure,1.0 +Common,SpaceInfo,IfcSpace,Pset_AirSideSystemInformation,FanPower,IfcPowerMeasure,0.83 +Common,SpaceInfo,IfcSpace,Pset_ThermalLoad,OccupancyDiversity,IfcPositiveRatioMeasure,0.66 +Common,SpaceInfo,IfcSpace,Pset_ThermalLoad,LightingDiversity,IfcPositiveRatioMeasure,0.88 +Common,SpaceInfo,IfcSpace,Pset_ThermalLoad,ApplianceDiversity,IfcPositiveRatioMeasure,0.66 +Common,SpaceInfo,IfcSpace,Pset_ThermalLoad,OutsideAirPerPerson,IfcVolumetricFlowRateMeasure,0.011 +Common,SpaceInfo,IfcSpace,Pset_ThermalLoad,ReceptacleLoadIntensity,IfcHeatFluxDensityMeasure,0.055 +Common,SpaceInfo,IfcSpace,Pset_ThermalLoad,AppliancePercentLoadToRadiant,IfcPositiveRatioMeasure,0.33 +Common,SpaceInfo,IfcSpace,Pset_ThermalLoad,LightingLoadIntensity,IfcHeatFluxDensityMeasure,0.011 +Common,SpaceInfo,IfcSpace,Pset_ThermalLoad,LightingPercentLoadToReturnAir,IfcPositiveRatioMeasure,0.22 +Common,SpaceInfo,IfcSpace,Pset_ThermalLoad,TotalCoolingLoad,IfcPowerMeasure,7.15 +Common,SpaceInfo,IfcSpace,Pset_ThermalLoad,TotalHeatingLoad,IfcPowerMeasure,5.50 +Common,SpaceInfo,IfcSpace,Pset_ThermalLoad,InfiltrationDiversitySummer,IfcPositiveRatioMeasure,0.88 +Common,SpaceInfo,IfcSpace,Pset_ThermalLoad,InfiltrationDiversityWinter,IfcPositiveRatioMeasure,0.77 +Common,SpaceInfo,IfcSpace,Pset_ThermalLoad,LoadSafetyFactor,IfcPositiveRatioMeasure,1.32 +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,FireRiskFactor,IfcLabel,0.2 +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,FlammableStorage,IfcBoolean,false +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,FireExit,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,SprinklerProtection,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,SprinklerProtectionAutomatic,IfcBoolean,true +Common,SpaceInfo,IfcSpace,Pset_SpaceFireSafetyRequirements,AirPressurization,IfcBoolean,false diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_026_IFCSPACE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_026_IFCSPACE.csv new file mode 100644 index 0000000000000000000000000000000000000000..19dac76949a496e0c4bc21d01f183559bdbf02e9 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_026_IFCSPACE.csv @@ -0,0 +1,40 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,AgreementDate,IfcDate,2025-08-22 +共通,空間情報,IfcSpace,Pset_AirSideSystemInformation,Description,IfcText,建物附属設備を収容 +共通,空間情報,IfcSpace,Pset_SpaceCommon,IsExternal,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceCommon,PubliclyAccessible,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,IsOutlookDesirable,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceCommon,HandicapAccessible,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceCommon,GrossPlannedArea,IfcAreaMeasure,12.8 +共通,空間情報,IfcSpace,Pset_SpaceCommon,Reference,IfcIdentifier,SPACE-026 +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyType,IfcLabel,設備管理室 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,Options,IfcText,夜間警備あり +共通,空間情報,IfcSpace,Pset_ProcessCapacity,ProcessPerformance,IfcDuration,P7D +共通,空間情報,IfcSpace,Pset_PropertyAgreement,Restrictions,IfcText,日常清掃対象外 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,ConditionTermination,IfcText,備品管理対象外 +共通,空間情報,IfcSpace,Pset_SpaceHVACDesign,NaturalVentilation,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceHVACDesign,MechanicalVentilation,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceHVACDesign,AirConditioning,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceHVACDesign,AirConditioningCentral,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceHVACDesign,DiscontinuedHeating,IfcBoolean,true +共通,空間情報,IfcSpace,Pset_SpaceAirHandlingDimensioning,CeilingRAPlenum,IfcBoolean,false +共通,空間情報,IfcSpace,Pset_SpaceAirHandlingDimensioning,DesignAirFlow,IfcVolumetricFlowRateMeasure,1.10 +共通,空間情報,IfcSpace,Pset_SpaceAirHandlingDimensioning,VentilationDesignAirFlow,IfcVolumetricFlowRateMeasure,0.55 +共通,空間情報,IfcSpace,Pset_SpaceAirHandlingDimensioning,CoolingDesignAirFlow,IfcVolumetricFlowRateMeasure,0.85 +共通,空間情報,IfcSpace,Pset_AirSideSystemInformation,AirSideSystemDistributionType,IfcLabel,セントラル方式 +共通,空間情報,IfcSpace,Pset_SpaceAirHandlingDimensioning,HeatingDesignAirFlow,IfcVolumetricFlowRateMeasure,0.60 +共通,空間情報,IfcSpace,Pset_SpaceAirHandlingDimensioning,BoundaryAreaHeatLoss,IfcHeatFluxDensityMeasure,18.0 +共通,空間情報,IfcSpace,Pset_SpaceHVACDesign,NaturalVentilationRate,IfcNumericMeasure,0.15 +共通,空間情報,IfcSpace,Pset_SpaceHVACDesign,MechanicalVentilationRate,IfcNumericMeasure,1.10 +共通,空間情報,IfcSpace,Pset_AirSideSystemInformation,TotalAirFlow,IfcVolumetricFlowRateMeasure,1.30 +共通,空間情報,IfcSpace,Pset_SpaceHVACDesign,AirHandlingName,IfcLabel,AHU-CENT-01 +共通,空間情報,IfcSpace,Pset_AirSideSystemInformation,AirSideSystemType,IfcLabel,セントラル空調 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,CommencementDate,IfcDate,2025-09-01 +共通,空間情報,IfcSpace,Pset_SpaceCommon,NetPlannedArea,IfcAreaMeasure,10.5 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,Duration,IfcDuration,P5Y +共通,空間情報,IfcSpace,Pset_PropertyAgreement,AgreementVersion,IfcLabel,第1版 +共通,空間情報,IfcSpace,Pset_ThermalLoad,LoadSafetyFactor,IfcPositiveRatioMeasure,1.15 +共通,空間情報,IfcSpace,Pset_AirSideSystemInformation,Ventilation,IfcVolumetricFlowRateMeasure,0.50 +共通,空間情報,IfcSpace,Pset_ProcessCapacity,DownstreamConnections,IfcLabel,5G屋内局 +共通,空間情報,IfcSpace,Pset_PropertyAgreement,TrackingIdentifier,IfcIdentifier,SPACE-026-OPS +共通,空間情報,IfcSpace,Pset_SpaceOccupancyRequirements,OccupancyNumber,IfcCountMeasure,2 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_027_IFCWALL.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_027_IFCWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb157fd1776f8c7e21de4636b4d234d5b2b00eb7 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_027_IFCWALL.csv @@ -0,0 +1,73 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +ARC,Wall,Wall,Wall Basics,Drawing Reference,text,DrawingA1 +ARC,Wall,Wall,Wall Basics,WallCondition,label,New +ARC,Wall,Wall,Wall Basics,Sound Rating,label,Rw45 +ARC,Wall,Wall,Wall Basics,Fire Resistance,label,2h +ARC,Wall,Wall,Wall Basics,FireLoadFlag,boolean,true +ARC,Wall,Wall,Wall Basics,Flame Spread Class,label,Class0 +ARC,Wall,Wall,Wall Basics,U-Value,float,0.35 +ARC,Wall,Wall,Wall Basics,Exterior,boolean,true +ARC,Wall,Wall,Wall Basics,Load Bearing,boolean,true +ARC,Wall,Wall,Wall Basics,Extend to Structure,boolean,true +ARC,Wall,Wall,Wall Basics,Compartment Divider,boolean,true +ARC,Wall,Wall,Concrete Specification,Fabrication Location,label,OnSite +ARC,Wall,Wall,Concrete Specification,Casting Method,label,In-situ +ARC,Wall,Wall,Concrete Specification,Structural Role,label,Loadbearing +ARC,Wall,Wall,Concrete Specification,Concrete Strength,label,C30/37 +ARC,Wall,Wall,Concrete Specification,Exposure Class,label,XC4 +ARC,Wall,Wall,Concrete Specification,Rebar Volume Ratio,float,0.01 +ARC,Wall,Wall,Concrete Specification,Rebar Area Ratio,float,0.005 +ARC,Wall,Wall,Concrete Specification,Dimensional Accuracy,label,Class1 +ARC,Wall,Wall,Concrete Specification,Construction Tolerance,label,5mm +ARC,Wall,Wall,Concrete Specification,Concrete Cover,length,0.020 +ARC,Wall,Wall,Concrete Specification,Cover at Main Bars,length,0.040 +ARC,Wall,Wall,Concrete Specification,Cover at Ties,length,0.025 +ARC,Wall,Wall,Concrete Specification,Rebar Grade,label,SD345 +ARC,Wall,Wall,Precast Fabrication,Product Type Code,label,WALL_PRE_001 +ARC,Wall,Wall,Precast Fabrication,Production Lot,label,LOT20230801 +ARC,Wall,Wall,Precast Fabrication,Serial Number,label,SN00123 +ARC,Wall,Wall,Precast Fabrication,Piece Mark,label,PM-12 +ARC,Wall,Wall,Precast Fabrication,As-Built Location,label,L-101 +ARC,Wall,Wall,Precast Fabrication,Production Date,date,2025-08-01 +ARC,Wall,Wall,Precast Fabrication,Erection Date,date,2025-08-20 +ARC,Wall,Wall,Precast Panel Specification,Panel Type,label,Panel-100 +ARC,Wall,Wall,Precast Panel Specification,Corner Chamfer,length,0.010 +ARC,Wall,Wall,Precast Panel Specification,Manufacturing Tolerance,label,T1 +ARC,Wall,Wall,Precast Panel Specification,Form Stripping Strength,float,5.0 +ARC,Wall,Wall,Precast Panel Specification,Lifting Strength,float,50.0 +ARC,Wall,Wall,Precast Panel Specification,Release Strength,float,2.0 +ARC,Wall,Wall,Precast Panel Specification,Minimum Support Length,length,0.200 +ARC,Wall,Wall,Precast Panel Specification,Initial Tension,float,100.0 +ARC,Wall,Wall,Precast Panel Specification,Tendon Relaxation,float,0.035 +ARC,Wall,Wall,Precast Panel Specification,Transport Strength,float,80.0 +ARC,Wall,Wall,Precast Panel Specification,Transport Support Description,text,Two-point support with wooden cradle +ARC,Wall,Wall,Precast Panel Specification,Transport Support Doc Ref,label,DOC-TR-001 +ARC,Wall,Wall,Precast Panel Specification,Hollow Core Plugging,boolean,true +ARC,Wall,Wall,Precast Panel Specification,Midspan Camber,length,0.005 +ARC,Wall,Wall,Precast Panel Specification,Batter at Start,float,0.005 +ARC,Wall,Wall,Precast Panel Specification,Batter at End,float,0.005 +ARC,Wall,Wall,Precast Panel Specification,Twist,float,0.5 +ARC,Wall,Wall,Precast Panel Specification,SegmentOffset,length,0.002 +ARC,Wall,Wall,Precast Panel Specification,Piece Mark (General),label,PM-01 +ARC,Wall,Wall,Precast Panel Specification,Design Location,label,D-100 +ARC,Wall,Wall,Reinforcement Layout,Layout Description,text,Vertical bars 100 mm +ARC,Wall,Wall,Reinforcement Layout,Layout Reference,label,Ref-01 +ARC,Wall,Wall,Reinforcement Layout,Bar Arrangement,label,Grid +ARC,Wall,Wall,Reinforcement Layout,Vertical Bar Spacing,length,0.100 +ARC,Wall,Wall,Reinforcement Layout,Horizontal Bar Spacing,length,0.200 +ARC,Wall,Wall,Reinforcement Layout,Auxiliary Spacing,length,0.050 +ARC,Wall,Wall,Barrier Features,Movable,boolean,true +ARC,Wall,Wall,Barrier Features,Terminal Segment,boolean,true +ARC,Wall,Wall,Barrier Features,Transition Segment,boolean,true +ARC,Wall,Wall,Barrier Features,Terminal Type,label,TypeA +ARC,Wall,Wall,Quantities,RunLength,length,6.0 +ARC,Wall,Wall,Quantities,PanelBreadth,length,0.20 +ARC,Wall,Wall,Quantities,RiseMeasure,length,2.7 +ARC,Wall,Wall,Quantities,Gross Footprint Area,area,12.0 +ARC,Wall,Wall,Quantities,Net Footprint Area,area,11.5 +ARC,Wall,Wall,Quantities,Gross Side Area,area,24.0 +ARC,Wall,Wall,Quantities,Net Side Area,area,23.5 +ARC,Wall,Wall,Quantities,Gross Volume,volume,36.0 +ARC,Wall,Wall,Quantities,Net Volume,volume,35.0 +ARC,Wall,Wall,Quantities,Gross Weight,float,4500.0 +ARC,Wall,Wall,Quantities,Net Weight,float,4300.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_028_IFCWALL.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_028_IFCWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..39244113257d14a188b599c9c0835af800a71f72 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_028_IFCWALL.csv @@ -0,0 +1,73 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +ARC,Wall(ARC),IfcWall,Pset_WallCommon,Reference,IfcIdentifier,DrawingB2 +ARC,Wall(ARC),IfcWall,Pset_WallCommon,Status,IfcLabel,New +ARC,Wall(ARC),IfcWall,Pset_WallCommon,AcousticRating,IfcLabel,Rw50 +ARC,Wall(ARC),IfcWall,Pset_WallCommon,FireRating,IfcLabel,1h +ARC,Wall(ARC),IfcWall,Pset_WallCommon,Combustible,IfcBoolean,false +ARC,Wall(ARC),IfcWall,Pset_WallCommon,SurfaceSpreadOfFlame,IfcLabel,Class1 +ARC,Wall(ARC),IfcWall,Pset_WallCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.30 +ARC,Wall(ARC),IfcWall,Pset_WallCommon,IsExternal,IfcBoolean,false +ARC,Wall(ARC),IfcWall,Pset_WallCommon,LoadBearing,IfcBoolean,true +ARC,Wall(ARC),IfcWall,Pset_WallCommon,ExtendToStructure,IfcBoolean,false +ARC,Wall(ARC),IfcWall,Pset_WallCommon,Compartmentation,IfcBoolean,true +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,AssemblyPlace,IfcLabel,OffSite +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,CastingMethod,IfcLabel,In-situ +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,ShearWall +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,StrengthClass,IfcLabel,C35/45 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,XC2 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,0.012 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.006 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,DimensionalAccuracyClass,IfcLabel,Class2 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ConstructionToleranceClass,IfcLabel,3mm +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.025 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,0.045 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ConcreteCoverAtLinks,IfcPositiveLengthMeasure,0.020 +ARC,Wall(ARC),IfcWall,Pset_ConcreteElementGeneral,ReinforcementStrengthClass,IfcLabel,SD390 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,WALL_PRE_002 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementFabrication,ProductionLotId,IfcIdentifier,LOT20250910 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementFabrication,SerialNumber,IfcIdentifier,SN07890 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementFabrication,PieceMark,IfcLabel,PM-14 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementFabrication,AsBuiltLocationNumber,IfcLabel,L-201 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementFabrication,ActualProductionDate,IfcDateTime,2025-09-05T00:00:00 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementFabrication,ActualErectionDate,IfcDateTime,2025-09-25T00:00:00 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,Panel-120 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,0.012 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,ManufacturingToleranceClass,IfcLabel,T2 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,FormStrippingStrength,IfcPressureMeasure,6.5 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,60.0 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,2.5 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.250 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,110.0 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,0.030 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,85.0 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,Four-point slings with spreader +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,DOC-TR-012 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,HollowCorePlugging,IfcLabel,false +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,0.006 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,BatterAtStart,IfcPlaneAngleMeasure,0.006 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,BatterAtEnd,IfcPlaneAngleMeasure,0.006 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,Twisting,IfcPlaneAngleMeasure,0.6 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,Shortening,IfcRatioMeasure,0.003 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,PieceMark,IfcLabel,PM-03 +ARC,Wall(ARC),IfcWall,Pset_PrecastConcreteElementGeneral,DesignLocationNumber,IfcLabel,D-200 +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,Description,IfcText,Vertical 150 mm +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,Reference,IfcLabel,Ref-02 +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,BarAllocationType,IfcLabel,Single +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,VerticalBarPitch,IfcPositiveLengthMeasure,0.120 +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,HorizontalBarPitch,IfcPositiveLengthMeasure,0.220 +ARC,Wall(ARC),IfcWall,Pset_ReinforcementBarPitchOfWall,SpacingBarPitch,IfcPositiveLengthMeasure,0.060 +ARC,Wall(ARC),IfcWall,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,20.0 +ARC,Wall(ARC),IfcWall,Pset_MaintenanceStrategy,AssetCriticality,IfcLabel,High +ARC,Wall(ARC),IfcWall,Pset_Condition,AssessmentDescription,IfcText,Non-combustible interior wall assembly +ARC,Wall(ARC),IfcWall,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,TypeB +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,Length,IfcLengthMeasure,7.5 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,Width,IfcLengthMeasure,0.22 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,Height,IfcLengthMeasure,2.9 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,GrossFootPrintArea,IfcAreaMeasure,13.0 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,NetFootPrintArea,IfcAreaMeasure,12.5 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,GrossSideArea,IfcAreaMeasure,26.0 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,NetSideArea,IfcAreaMeasure,25.4 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,GrossVolume,IfcVolumeMeasure,38.0 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,NetVolume,IfcVolumeMeasure,36.5 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,GrossWeight,IfcMassMeasure,4700.0 +ARC,Wall(ARC),IfcWall,Qto_WallBaseQuantities,NetWeight,IfcMassMeasure,4400.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_029_IFCDOOR.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_029_IFCDOOR.csv new file mode 100644 index 0000000000000000000000000000000000000000..6f68151ee2bc1efb4168f194d2b4b1fd70a6c8f9 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_029_IFCDOOR.csv @@ -0,0 +1,35 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +ARC,Door,Door,Door Basics,Element Code,label,Door-A1 +ARC,Door,Door,Door Basics,Stage,label,New +ARC,Door,Door,Door Basics,Fire Resistance Level,label,30min +ARC,Door,Door,Door Basics,Sound Rating,label,Rw32 +ARC,Door,Door,Door Basics,Glazing Ratio,float,0.25 +ARC,Door,Door,Door Basics,Exterior,boolean,true +ARC,Door,Door,Door Basics,Heat Loss Coefficient,float,1.8 +ARC,Door,Door,Door Basics,Accessibility,boolean,true +ARC,Door,Door,Door Basics,Fire Egress,boolean,true +ARC,Door,Door,Door Basics,Self-Closing Function,boolean,true +ARC,Door,Door,Door Basics,Smoke Barrier Function,boolean,true +ARC,Door,Door,Door Basics,Drive Assisted Operation,boolean,true +ARC,Door,Door,Door Basics,Air Leakage,float,0.5 +ARC,Door,Door,Lining,Frame Lining Depth,length,0.030 +ARC,Door,Door,Lining,Frame Lining Thickness,length,0.012 +ARC,Door,Door,Lining,Threshold Depth Measure,length,0.040 +ARC,Door,Door,Lining,Threshold Thickness Measure,length,0.010 +ARC,Door,Door,Lining,Transom Thickness Measure,length,0.015 +ARC,Door,Door,Lining,Transom Offset Measure,length,0.005 +ARC,Door,Door,Lining,Frame Lining Offset,length,0.003 +ARC,Door,Door,Lining,Threshold Offset Measure,length,0.0 +ARC,Door,Door,Lining,Casing Thickness Measure,length,0.008 +ARC,Door,Door,Lining,Casing Depth Measure,length,0.020 +ARC,Door,Door,Lining,Panel Offset X,length,0.005 +ARC,Door,Door,Lining,Panel Offset Y,length,0.002 +ARC,Door,Door,Door Panel,Door Panel Depth,length,0.040 +ARC,Door,Door,Door Panel,Door Panel Operation,text,SingleSwing +ARC,Door,Door,Door Panel,Door Panel Width,length,0.900 +ARC,Door,Door,Door Panel,Door Panel Position,label,Left +ARC,Door,Door,Manufacturer Info,Brand,label,AcmeDoors +ARC,Door,Door,Manufacturer Info,Model Code,label,MDL-2024-A +ARC,Door,Door,Product Materials,Surface Coating,text,PaintedOak +ARC,Door,Door,Product Materials,CoreMaterial,label,SolidWood +ARC,Door,Door,Product Materials,Frame Material Type,label,Steel diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_030_IFCDOOR.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_030_IFCDOOR.csv new file mode 100644 index 0000000000000000000000000000000000000000..410c9ab7b7277acb6c2c59d201b09c7ea6092510 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_030_IFCDOOR.csv @@ -0,0 +1,53 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +意匠,ドア,IfcDoor,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,片開き +意匠,ドア,IfcDoor,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,玄関用ドア +意匠,ドア,IfcDoor,Pset_DoorCommon,Reference,IfcIdentifier,木製 +意匠,ドア,IfcDoor,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,D-101 +意匠,ドア,IfcDoor,Pset_Uncertainty,UncertaintyDescription,IfcText,内部 +意匠,ドア,IfcDoor,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,特記事項なし +意匠,ドア,IfcDoor,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P20D +意匠,ドア,IfcDoor,Pset_MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P2300D +意匠,ドア,IfcDoor,Qto_DoorBaseQuantities,Width,IfcLengthMeasure,9 +意匠,ドア,IfcDoor,Pset_DoorPanelProperties,PanelWidth,IfcNormalisedRatioMeasure,0.95 +意匠,ドア,IfcDoor,Pset_MaintenanceTriggerDuration,DurationDisposalLevel,IfcDuration,P2400D +意匠,ドア,IfcDoor,Qto_DoorBaseQuantities,Height,IfcLengthMeasure,2.0 +意匠,ドア,IfcDoor,Pset_Condition,AssessmentDescription,IfcText,A-4等級 +意匠,ドア,IfcDoor,Pset_DoorCommon,AcousticRating,IfcLabel,T-2 +意匠,ドア,IfcDoor,Pset_Risk,RiskName,IfcLabel,W-2 +意匠,ドア,IfcDoor,Pset_Tolerance,ToleranceDescription,IfcText,耐震等級2 +意匠,ドア,IfcDoor,Pset_DoorCommon,HygrothermalRating,IfcLabel,H-2 +意匠,ドア,IfcDoor,Pset_DoorCommon,FireRating,IfcLabel,不燃 +意匠,ドア,IfcDoor,Pset_DoorLiningProperties,LiningDepth,IfcPositiveLengthMeasure,0.105 +意匠,ドア,IfcDoor,Qto_BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,0 +意匠,ドア,IfcDoor,Pset_ConstructionOccurence,AssetIdentifier,IfcLabel,ENT-DOOR-01 +意匠,ドア,IfcDoor,Pset_Risk,AssociatedLocation,IfcLabel,南面 +意匠,ドア,IfcDoor,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,木製標準仕様 +意匠,ドア,IfcDoor,Pset_Condition,AssessmentType,IfcLabel,外観確認 +意匠,ドア,IfcDoor,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.40 +意匠,ドア,IfcDoor,Pset_Risk,AssociatedProduct,IfcLabel,レバーハンドル +意匠,ドア,IfcDoor,Pset_DoorCommon,IsExternal,IfcBoolean,true +意匠,ドア,IfcDoor,Pset_Tolerance,ToleranceBasis,IfcLabel,組立 +意匠,ドア,IfcDoor,Pset_DoorCommon,SelfClosing,IfcBoolean,true +意匠,ドア,IfcDoor,Pset_DoorCommon,HandicapAccessible,IfcBoolean,false +意匠,ドア,IfcDoor,Pset_DoorCommon,SecurityRating,IfcLabel,電気錠仕様 +意匠,ドア,IfcDoor,Pset_DoorPanelProperties,PanelOperation,IfcLabel,片開き +意匠,ドア,IfcDoor,Pset_MaintenanceTriggerPerformance,PerformanceMaintenanceLevel,IfcReal,2 +意匠,ドア,IfcDoor,Pset_DoorPanelProperties,PanelDepth,IfcPositiveLengthMeasure,0.040 +意匠,ドア,IfcDoor,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,30 +意匠,ドア,IfcDoor,Pset_EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,25.0 +意匠,ドア,IfcDoor,Pset_EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,20.0 +意匠,ドア,IfcDoor,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,ステンレス建具工業 +意匠,ドア,IfcDoor,Pset_EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,25.0 +意匠,ドア,IfcDoor,Pset_EnvironmentalCondition,MaximumSolarRadiation,IfcReal,600 +意匠,ドア,IfcDoor,Pset_ManufacturerOccurrence,SerialNumber,IfcIdentifier,HW-STEEL-01 +意匠,ドア,IfcDoor,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,FIN-MEL-01 +意匠,ドア,IfcDoor,Pset_Condition,AssessmentCondition,IfcLabel,竣工時 +意匠,ドア,IfcDoor,Pset_EnvironmentalCondition,MaximumRainIntensity,IfcReal,20 +意匠,ドア,IfcDoor,Pset_MaintenanceTriggerPerformance,ReplacementLevel,IfcReal,1000 +意匠,ドア,IfcDoor,Pset_EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +意匠,ドア,IfcDoor,Pset_EnvironmentalCondition,SeismicResistance,IfcReal,0.50 +意匠,ドア,IfcDoor,Pset_EnvironmentalCondition,SmokeLevel,IfcLabel,Low +意匠,ドア,IfcDoor,Qto_DoorBaseQuantities,Perimeter,IfcLengthMeasure,5.8 +意匠,ドア,IfcDoor,Pset_DoorPanelProperties,PanelPosition,IfcLabel,LEFT +意匠,ドア,IfcDoor,Pset_Risk,NatureOfRisk,IfcLabel,木製面材の傷 +意匠,ドア,IfcDoor,Pset_DoorCommon,FireExit,IfcBoolean,true diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_031_IFCWINDOW.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_031_IFCWINDOW.csv new file mode 100644 index 0000000000000000000000000000000000000000..e13bbd39818a708530a4cc1c312bcca6afa8e7c6 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_031_IFCWINDOW.csv @@ -0,0 +1,54 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +意匠,WINDOW INFO,窓,性能検証,遮音コンセプト,ラベル,外部騒音配慮型 +意匠,WINDOW INFO,窓,製品分類,管理記号,ラベル,WX-914 +意匠,WINDOW INFO,窓,可動範囲,開口クリア高[mm],長さ,1320 +意匠,WINDOW INFO,窓,外観計画,発色テーマ,ラベル,ダークグラファイト +意匠,WINDOW INFO,窓,防虫計画,防虫建具形式,ラベル,内付ロール網戸 +意匠,WINDOW INFO,窓,取付基準,基準高さ,ラベル,FL+950 +意匠,WINDOW INFO,窓,内装納まり,窓台材,ラベル,人工大理石カウンター +意匠,WINDOW INFO,窓,表面保護,保護層平均厚[μm],実数,62.5 +意匠,WINDOW INFO,窓,位置参照,主対象室,ラベル,ラウンジ +意匠,WINDOW INFO,窓,施錠仕様,補助錠形式,ラベル,補助ロックユニット +意匠,WINDOW INFO,窓,開口寸法,基準幅[mm],長さ,920 +意匠,WINDOW INFO,窓,排水納まり,下端ドリップ材,ラベル,ステンレス水切プレート +意匠,WINDOW INFO,窓,安全仕様,防災ガラス構成,ラベル,網入り耐熱合わせガラス +意匠,WINDOW INFO,窓,外装保護,前面スクリーン形式,ラベル,パンチングメタルパネル +意匠,WINDOW INFO,窓,可動範囲,残留かぶり寸法[mm],長さ,34 +意匠,WINDOW INFO,窓,性能検証,断熱コンセプト,ラベル,日射抑制型 +意匠,WINDOW INFO,窓,操作部品,操作具装備有無,真偽,false +意匠,WINDOW INFO,窓,製品分類,開口ユニット種別,ラベル,ハイサイドライト +意匠,WINDOW INFO,窓,外装保護,スクリーン有効高[mm],長さ,1280 +意匠,WINDOW INFO,窓,施錠仕様,主錠機能,ラベル,ダブルロック +意匠,WINDOW INFO,窓,開閉計画,作動モード,ラベル,内倒し窓 +意匠,WINDOW INFO,窓,充填固定,固定シール材,ラベル,EPDMガスケット +意匠,WINDOW INFO,窓,落下防止構成,保護バー固定方式,ラベル,スラブ下固定 +意匠,WINDOW INFO,窓,開口寸法,基準高さ[mm],長さ,1450 +意匠,WINDOW INFO,窓,図面連携,注記メモ,ラベル,避難経路側のため開放制限あり +意匠,WINDOW INFO,窓,内装納まり,フレーム見込[mm],長さ,88 +意匠,WINDOW INFO,窓,性能検証,気密グレード,ラベル,高気密仕様 +意匠,WINDOW INFO,窓,防虫計画,ネット素材,ラベル,ポリエステルネット +意匠,WINDOW INFO,窓,可動範囲,開口クリア幅A[mm],長さ,520 +意匠,WINDOW INFO,窓,施錠仕様,補助錠機能,ラベル,誤開放防止 +意匠,WINDOW INFO,窓,位置参照,副対象面,ラベル,北東面 +意匠,WINDOW INFO,窓,外装保護,支持金物方式,ラベル,溶接プレート止め +意匠,WINDOW INFO,窓,設置条件,面区分,ラベル,中庭側 +意匠,WINDOW INFO,窓,可動範囲,開口クリア幅B[mm],長さ,310 +意匠,WINDOW INFO,窓,表面保護,表層処理方式,ラベル,粉体焼付塗装 +意匠,WINDOW INFO,窓,落下防止構成,保護バー列数,整数,2 +意匠,WINDOW INFO,窓,防虫計画,ネット中桟数,整数,1 +意匠,WINDOW INFO,窓,内装納まり,周縁フレーム材,ラベル,タモ集成材枠 +意匠,WINDOW INFO,窓,透過材仕様,ガラス総厚[mm],長さ,28 +意匠,WINDOW INFO,窓,操作部品,操作具形式,ラベル,バーグリップ +意匠,WINDOW INFO,窓,性能検証,止水クラス,ラベル,強雨対応 +意匠,WINDOW INFO,窓,外装保護,スクリーン離隔[mm],長さ,95 +意匠,WINDOW INFO,窓,収納構成,上部収納ユニット,ラベル,埋込スクリーンケース +意匠,WINDOW INFO,窓,可動範囲,障子見付寸法[mm],長さ,48 +意匠,WINDOW INFO,窓,施錠仕様,主錠形式,ラベル,鎌錠 +意匠,WINDOW INFO,窓,性能検証,耐風圧カテゴリ,ラベル,沿岸部対応 +意匠,WINDOW INFO,窓,落下防止構成,保護バー形式,ラベル,縦手すり +意匠,WINDOW INFO,窓,可動範囲,障子見込寸法[mm],長さ,82 +意匠,WINDOW INFO,窓,内装納まり,窓台突出寸法[mm],長さ,210 +意匠,WINDOW INFO,窓,透過材仕様,透過ユニット構成,ラベル,Low-Eトリプルガラス +意匠,WINDOW INFO,窓,外装保護,スクリーン有効幅[mm],長さ,980 +意匠,WINDOW INFO,窓,防虫計画,脱落抑制方式,ラベル,逆走防止ストッパー付 +意匠,WINDOW INFO,窓,内装納まり,フレーム逃げ寸法[mm],長さ,12 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_032_IFCWINDOW.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_032_IFCWINDOW.csv new file mode 100644 index 0000000000000000000000000000000000000000..289402d8fcd623be3a3dafba52e2da5efa780f11 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_032_IFCWINDOW.csv @@ -0,0 +1,54 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +意匠,窓,窓,仕上げ・下地情報,色調,ラベル,ダークグレー +意匠,窓,窓,仕上げ・下地情報,表面処理,ラベル,フッ素樹脂塗装 +意匠,窓,窓,仕上げ・下地情報,膜厚_塗膜厚 [μm],実数,25 +意匠,窓,窓,識別情報,開閉形式,ラベル,縦すべり出し窓 +意匠,窓,窓,識別情報,建具種類,ラベル,腰高窓 +意匠,窓,窓,識別情報,建具番号,ラベル,W-402 +意匠,窓,窓,識別情報,内外区分,ラベル,外部 +意匠,窓,窓,図面情報,備考,テキスト,要現場確認 +意匠,窓,窓,寸法情報,高さ [mm],長さ,2 +意匠,窓,窓,寸法情報,幅 [mm],長さ,1 +意匠,窓,窓,性能情報,気密性能,ラベル,A-3等級 +意匠,窓,窓,性能情報,遮音性能,ラベル,T-1 +意匠,窓,窓,性能情報,水密性能,ラベル,W-4 +意匠,窓,窓,性能情報,耐風圧性能,ラベル,S-2 +意匠,窓,窓,性能情報,断熱性能,ラベル,H-3 +意匠,窓,窓,性能情報,防火性能,ラベル,網入りガラス仕様 +意匠,窓,窓,配置情報,基準レベル,ラベル,GL +意匠,窓,窓,配置情報,建具場所_主,ラベル,リビング +意匠,窓,窓,配置情報,建具場所_副,ラベル,東面 +意匠,窓,窓,識別情報,額縁_種類,ラベル,木枠 +意匠,窓,窓,識別情報,膳板_種類,ラベル,人工大理石膳板 +意匠,窓,窓,寸法情報,額縁_見付 [mm],長さ,40 +意匠,窓,窓,寸法情報,額縁チリ [mm],長さ,12 +意匠,窓,窓,寸法情報,膳板見付 [mm],長さ,25 +意匠,窓,窓,識別情報,ブラインドBOX_種類,ラベル,アルミBOX +意匠,窓,窓,識別情報,手すり_種類,ラベル,縦手すり +意匠,窓,窓,識別情報,手すり取付方法,ラベル,先付 +意匠,窓,窓,識別情報,手すり本数,整数,1 +意匠,窓,窓,識別情報,面格子_種類,ラベル,横格子 +意匠,窓,窓,識別情報,面格子ブラケット_種類,ラベル,直付 +意匠,窓,窓,識別情報,面格子取付 [mm],長さ,45 +意匠,窓,窓,寸法情報,面格子_高さ [mm],長さ,1000 +意匠,窓,窓,寸法情報,面格子_幅 [mm],長さ,1200 +意匠,窓,窓,仕上げ・下地情報,網_材質,ラベル,ペット対応網 +意匠,窓,窓,識別情報,網戸_種類,ラベル,横引きロール網戸 +意匠,窓,窓,識別情報,網戸落下防止部品_種類,ラベル,落下防止金具なし +意匠,窓,窓,寸法情報,網戸中桟_本数,整数,1 +意匠,窓,窓,識別情報,引手・ハンドル_種類,ラベル,レバーハンドル +意匠,窓,窓,識別情報,引手・ハンドル_有無,真偽,true +意匠,窓,窓,識別情報,クレセント_機能,ラベル,施錠機能付き +意匠,窓,窓,識別情報,クレセント_種類,ラベル,ワンタッチクレセント +意匠,窓,窓,識別情報,補助クレセント_機能,ラベル,なし +意匠,窓,窓,識別情報,補助クレセント_種類,ラベル,なし +意匠,窓,窓,識別情報,ガラス押さえ,ラベル,樹脂押縁 +意匠,窓,窓,寸法情報,引残し寸法 [mm],長さ,20 +意匠,窓,窓,寸法情報,障子見込 [mm],長さ,65 +意匠,窓,窓,寸法情報,障子見付 [mm],長さ,35 +意匠,窓,窓,寸法情報,有効開口幅_右 [mm],長さ,450 +意匠,窓,窓,寸法情報,有効開口幅_左 [mm],長さ,450 +意匠,窓,窓,寸法情報,有効高さ [mm],長さ,1900 +意匠,窓,窓,識別情報,ガラス_種類,ラベル,Low-E複層ガラス +意匠,窓,窓,寸法情報,ガラス_厚さ [mm],長さ,6 +意匠,窓,窓,識別情報,水切り_種類,ラベル,ステンレス水切り diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_033_IFCSLAB.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_033_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..d64013b052de417d4e25ccd4c944d56975d87955 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_033_IFCSLAB.csv @@ -0,0 +1,33 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +ARC,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,Description,IfcText,Hollow core slab reinforcement pitch schedule for zone B +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementFabrication,ProductionLotId,IfcIdentifier,LOT-26-04-B17 +ARC,Slab,IfcSlab,Pset_ConcreteElementGeneral,StrengthClass,IfcLabel,C35/45 +ARC,Slab,IfcSlab,Qto_SlabBaseQuantities,NetArea,IfcQuantityArea,22.64 +ARC,Slab,IfcSlab,Pset_PrecastSlab,EdgeDistanceToFirstAxis,IfcPositiveLengthMeasure,0.180 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,FormStrippingStrength,IfcPressureMeasure,18.0 +ARC,Slab,IfcSlab,Pset_SlabCommon,PitchAngle,IfcPlaneAngleMeasure,0.087266 +ARC,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongOutsideTopBarPitch,IfcPositiveLengthMeasure,0.150 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,BatterAtStart,IfcPlaneAngleMeasure,0.003490 +ARC,Slab,IfcSlab,Qto_SlabBaseQuantities,GrossWeight,IfcQuantityWeight,18650.0 +ARC,Slab,IfcSlab,Pset_PrecastSlab,DistanceBetweenComponentAxes,IfcPositiveLengthMeasure,1.200 +ARC,Slab,IfcSlab,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,XC4 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementFabrication,SerialNumber,IfcIdentifier,SN-SLB-260418-07 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,ManufacturingToleranceClass,IfcLabel,MT2 +ARC,Slab,IfcSlab,Pset_SlabCommon,Combustible,IfcBoolean,false +ARC,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideCenterTopBarPitch,IfcPositiveLengthMeasure,0.125 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,32.0 +ARC,Slab,IfcSlab,Qto_SlabBaseQuantities,NetVolume,IfcQuantityVolume,5.12 +ARC,Slab,IfcSlab,Pset_PrecastSlab,AngleBetweenComponentAxes,IfcPlaneAngleMeasure,1.570796 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.090 +ARC,Slab,IfcSlab,Pset_SlabCommon,Compartmentation,IfcBoolean,true +ARC,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideCenterLowerBarPitch,IfcPositiveLengthMeasure,0.175 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementFabrication,ActualProductionDate,IfcDateTime,2026-04-18T09:30:00 +ARC,Slab,IfcSlab,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.0042 +ARC,Slab,IfcSlab,Qto_SlabBaseQuantities,NetWeight,IfcQuantityWeight,17980.0 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,HollowCorePlugging,IfcLabel,SealedWithConcrete +ARC,Slab,IfcSlab,Pset_PrecastSlab,AngleToFirstAxis,IfcPlaneAngleMeasure,0.785398 +ARC,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortOutsideLowerBarPitch,IfcPositiveLengthMeasure,0.140 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,Twisting,IfcPlaneAngleMeasure,0.001745 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementFabrication,AsBuiltLocationNumber,IfcLabel,GRID-C4-L2 +ARC,Slab,IfcSlab,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,0.030 +ARC,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,DesignLocationNumber,IfcLabel,ZN-2F-C4 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_034_IFCSLAB.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_034_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..924364e1c1fb526dd5e40b432cc286a4cc6fe850 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_034_IFCSLAB.csv @@ -0,0 +1,55 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +意匠,天井(意匠),IfcSlab,Pset_Condition,AssessmentCondition,IfcLabel,竣工時 +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,IsExternal,IfcBoolean,false +意匠,天井(意匠),IfcSlab,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,NM-1234 +意匠,天井(意匠),IfcSlab,Pset_ConstructionOccurence,ModelNumber,IfcLabel,F-201 +意匠,天井(意匠),IfcSlab,Pset_PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,0.01 +意匠,天井(意匠),IfcSlab,Qto_SlabBaseQuantities,Perimeter,IfcLengthMeasure,150 +意匠,天井(意匠),IfcSlab,Qto_BodyGeometryValidation,GrossSurfaceArea,IfcAreaMeasure,25 +意匠,天井(意匠),IfcSlab,Qto_BodyGeometryValidation,GrossVolume,IfcVolumeMeasure,3.5 +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,AcousticRating,IfcLabel,ΔL-40 +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,FireRating,IfcLabel,1時間耐火 +意匠,天井(意匠),IfcSlab,Pset_EnvironmentalCondition,MaximumRainIntensity,IfcReal,30 +意匠,天井(意匠),IfcSlab,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.80 +意匠,天井(意匠),IfcSlab,Pset_Condition,AssessmentDescription,IfcText,高性能仕様 +意匠,天井(意匠),IfcSlab,Qto_BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,0 +意匠,天井(意匠),IfcSlab,Pset_PrecastSlab,EdgeDistanceToFirstAxis,IfcPositiveLengthMeasure,0.150 +意匠,天井(意匠),IfcSlab,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,合板仕上 +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,Combustible,IfcBoolean,false +意匠,天井(意匠),IfcSlab,Pset_PrecastSlab,NominalThickness,IfcNonNegativeLengthMeasure,0.020 +意匠,天井(意匠),IfcSlab,Pset_PrecastSlab,ToppingType,IfcLabel,フローリング +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,SurfaceSpreadOfFlame,IfcLabel,準不燃 +意匠,天井(意匠),IfcSlab,Pset_PrecastSlab,NominalToppingThickness,IfcPositiveLengthMeasure,0.050 +意匠,天井(意匠),IfcSlab,Pset_PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,押出法ポリスチレンフォーム +意匠,天井(意匠),IfcSlab,Pset_Condition,AssessmentType,IfcLabel,防水仕様確認 +意匠,天井(意匠),IfcSlab,Pset_SlabCommon,Compartmentation,IfcBoolean,true +意匠,天井(意匠),IfcSlab,Pset_EnvironmentalCondition,SeismicResistance,IfcReal,1.2 +意匠,天井(意匠),IfcSlab,Qto_SlabBaseQuantities,Depth,IfcLengthMeasure,0.020 +意匠,天井(意匠),IfcSlab,Pset_ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.025 +意匠,天井(意匠),IfcSlab,Pset_EnvironmentalCondition,MaximumSolarRadiation,IfcReal,600 +意匠,天井(意匠),IfcSlab,Pset_EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,1800 +意匠,天井(意匠),IfcSlab,Pset_EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,29.0 +意匠,天井(意匠),IfcSlab,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,29.0 +意匠,天井(意匠),IfcSlab,Pset_EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,8.0 +意匠,天井(意匠),IfcSlab,Pset_Warranty,WarrantyPeriod,IfcDuration,P1Y +意匠,天井(意匠),IfcSlab,Pset_ConstructionOccurence,AssetIdentifier,IfcLabel,OFFICE-SLAB-01 +意匠,天井(意匠),IfcSlab,Pset_Warranty,IsExtendedWarranty,IfcBoolean,false +意匠,天井(意匠),IfcSlab,Pset_PrecastConcreteElementGeneral,ManufacturingToleranceClass,IfcLabel,ORDINARY +意匠,天井(意匠),IfcSlab,Qto_SlabBaseQuantities,Width,IfcLengthMeasure,200 +意匠,天井(意匠),IfcSlab,Pset_PrecastSlab,DistanceBetweenComponentAxes,IfcPositiveLengthMeasure,0.150 +意匠,天井(意匠),IfcSlab,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,0.030 +意匠,天井(意匠),IfcSlab,Pset_PrecastSlab,AngleToFirstAxis,IfcPlaneAngleMeasure,0 +意匠,天井(意匠),IfcSlab,Pset_ConcreteElementGeneral,ConcreteCoverAtLinks,IfcPositiveLengthMeasure,0.020 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,Description,IfcText,Top reinforcement uses D13 bars +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,Reference,IfcLabel,D10 +意匠,天井(意匠),IfcSlab,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,0.020 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongOutsideTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideCenterTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideEndTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortOutsideTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_Warranty,Exclusions,IfcText,なし +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideCenterTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideEndTopBarPitch,IfcPositiveLengthMeasure,0.200 +意匠,天井(意匠),IfcSlab,Pset_Risk,MitigationPlanned,IfcLabel,なし +意匠,天井(意匠),IfcSlab,Qto_SlabBaseQuantities,NetWeight,IfcMassMeasure,2000 +意匠,天井(意匠),IfcSlab,Pset_Risk,AssociatedProduct,IfcLabel,D10鉄筋 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_035_IFCSTAIR.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_035_IFCSTAIR.csv new file mode 100644 index 0000000000000000000000000000000000000000..3503c8e5fc5c5589bbefcae531d026c05870a728 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_035_IFCSTAIR.csv @@ -0,0 +1,48 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +ARC,Stair,Stair,Stair Basics,Stair Form,label,Straight +ARC,Stair,Stair,Stair Basics,Exterior,boolean,false +ARC,Stair,Stair,Stair Basics,SurfaceSpec,text,PowderCoated +ARC,Stair,Stair,Stair Basics,Load Bearing,boolean,true +ARC,Stair,Stair,Stair Basics,StairCondition,label,Existing +ARC,Stair,Stair,Geometry,Riser Count,integer,18 +ARC,Stair,Stair,Geometry,Tread Count,integer,17 +ARC,Stair,Stair,Geometry,Riser Height,length,0.16 +ARC,Stair,Stair,Geometry,Tread Depth,length,0.27 +ARC,Stair,Stair,Geometry,Nosing Projection,length,0.025 +ARC,Stair,Stair,Geometry,Stair Width,length,1.10 +ARC,Stair,Stair,Geometry,Landing Length,length,1.80 +ARC,Stair,Stair,Geometry,ClearanceTop,length,2.10 +ARC,Stair,Stair,Geometry,Slope Angle,float,31.0 +ARC,Stair,Stair,Performance,Egress Capacity,float,180.0 +ARC,Stair,Stair,Performance,Max Occupant Load,integer,80 +ARC,Stair,Stair,Performance,Flow Rate per Person,float,0.35 +ARC,Stair,Stair,Performance,Slip Resistance,label,R12 +ARC,Stair,Stair,Handrail,Handrail Required,boolean,true +ARC,Stair,Stair,Handrail,Handrail Height,length,0.92 +ARC,Stair,Stair,Handrail,Handrail Continuity,label,Continuous +ARC,Stair,Stair,Handrail,Balustrade Type,label,Metal +ARC,Stair,Stair,Materials,Tread Material,label,PrecastConcrete +ARC,Stair,Stair,Materials,Riser Material,label,PrecastConcrete +ARC,Stair,Stair,Materials,Stringer Material,label,Steel +ARC,Stair,Stair,Materials,Coating,label,PowderCoat +ARC,Stair,Stair,Fire Safety,Fire Rated,boolean,true +ARC,Stair,Stair,Fire Safety,Fire Resistance,label,EI90 +ARC,Stair,Stair,Fire Safety,Smoke Protected,boolean,true +ARC,Stair,Stair,Construction,Fabrication Location,label,Factory +ARC,Stair,Stair,Construction,Prefab ID,label,PF-02 +ARC,Stair,Stair,Construction,Tolerance,label,3mm +ARC,Stair,Stair,Accessibility,Tactile Warning,boolean,true +ARC,Stair,Stair,Accessibility,Contrasting Nosings,boolean,true +ARC,Stair,Stair,Accessibility,Accessible Route,label,Accessible +ARC,Stair,Stair,Installation,Installation Date,date,2025-09-10 +ARC,Stair,Stair,Installation,Fixing Details,text,Chemical anchors to slab; Bracket fix to precast wall +ARC,Stair,Stair,Installation,Lifting Points,text,3 lifting points along stringer +ARC,Stair,Stair,Installation,Temporary Support,boolean,false +ARC,Stair,Stair,Manufacturer Info,MakerName,label,StepMasters +ARC,Stair,Stair,Manufacturer Info,Model,label,STR-2026-B +ARC,Stair,Stair,Stair Quantities,Riser Count,integer,18 +ARC,Stair,Stair,Stair Quantities,Tread Count,integer,17 +ARC,Stair,Stair,Stair Quantities,StairRun,length,3.60 +ARC,Stair,Stair,Stair Quantities,StairRise,length,2.40 +ARC,Stair,Stair,Stair Quantities,PlanExtent,area,3.96 +ARC,Stair,Stair,Stair Quantities,SolidVolumeCalc,volume,1.20 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_036_IFCSTAIR.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_036_IFCSTAIR.csv new file mode 100644 index 0000000000000000000000000000000000000000..d8c75f7927f168e98432985b54cc365f4fb1f358 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_036_IFCSTAIR.csv @@ -0,0 +1,47 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +ARC,Stair,IfcStair,Pset_PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,Winder +ARC,Stair,IfcStair,Pset_StairCommon,IsExternal,IfcBoolean,false +ARC,Stair,IfcStair,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,PowderCoatedFinish +ARC,Stair,IfcStair,Pset_StairCommon,LoadBearing,IfcBoolean,false +ARC,Stair,IfcStair,Pset_StairCommon,Status,IfcLabel,New +ARC,Stair,IfcStair,Pset_StairCommon,NumberOfRiser,IfcCountMeasure,18 +ARC,Stair,IfcStair,Pset_StairCommon,NumberOfTreads,IfcCountMeasure,17 +ARC,Stair,IfcStair,Pset_StairCommon,RiserHeight,IfcPositiveLengthMeasure,0.16 +ARC,Stair,IfcStair,Pset_StairCommon,TreadLength,IfcPositiveLengthMeasure,0.27 +ARC,Stair,IfcStair,Pset_StairCommon,NosingLength,IfcLengthMeasure,0.02 +ARC,Stair,IfcStair,Pset_StairCommon,WalkingLineOffset,IfcPositiveLengthMeasure,1.10 +ARC,Stair,IfcStair,Pset_StairCommon,TreadLengthAtOffset,IfcPositiveLengthMeasure,0.300 +ARC,Stair,IfcStair,Pset_StairCommon,TreadLengthAtInnerSide,IfcPositiveLengthMeasure,0.210 +ARC,Stair,IfcStair,Pset_StairCommon,RequiredHeadroom,IfcPositiveLengthMeasure,2.800 +ARC,Stair,IfcStair,Pset_StairCommon,WaistThickness,IfcPositiveLengthMeasure,0.150 +ARC,Stair,IfcStair,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,0.080 +ARC,Stair,IfcStair,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.250 +ARC,Stair,IfcStair,Pset_Condition,AssessmentCondition,IfcLabel,Wet condition +ARC,Stair,IfcStair,Pset_StairCommon,HasNonSkidSurface,IfcBoolean,false +ARC,Stair,IfcStair,Pset_StairCommon,Reference,IfcIdentifier,Continuous +ARC,Stair,IfcStair,Pset_PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,MetalStair +ARC,Stair,IfcStair,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WAR-STAIR-2026-02 +ARC,Stair,IfcStair,Pset_ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-STAIR-SAFE-02 +ARC,Stair,IfcStair,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.006 +ARC,Stair,IfcStair,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,PolyurethaneFinish +ARC,Stair,IfcStair,Pset_StairCommon,FireExit,IfcBoolean,false +ARC,Stair,IfcStair,Pset_StairCommon,FireRating,IfcLabel,EI90 +ARC,Stair,IfcStair,Pset_StairCommon,HandicapAccessible,IfcBoolean,false +ARC,Stair,IfcStair,Pset_ConcreteElementGeneral,AssemblyPlace,IfcLabel,Factory +ARC,Stair,IfcStair,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,PF-02 +ARC,Stair,IfcStair,Pset_Tolerance,ToleranceDescription,IfcText,3mm +ARC,Stair,IfcStair,Pset_Condition,LastAssessmentReport,IfcLabel,RPT-NONSKID-01 +ARC,Stair,IfcStair,Pset_ConstructionAdministration,SubmittalIdentifer,IfcLabel,ACC-NG +ARC,Stair,IfcStair,Pset_Condition,AssessmentMethod,IfcDocumentReference,DOC-ACCESS-01 +ARC,Stair,IfcStair,Pset_InstallationOccurrence,InstallationDate,IfcDate,2025-10-05 +ARC,Stair,IfcStair,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,05 51 00 +ARC,Stair,IfcStair,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,LiftingPoints: 2 lifting eyes midspan +ARC,Stair,IfcStair,Pset_Condition,AssessmentType,IfcLabel,DimensionalInspection +ARC,Stair,IfcStair,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,AscendWorks +ARC,Stair,IfcStair,Pset_ConstructionOccurence,ModelNumber,IfcLabel,STR-2026-B +ARC,Stair,IfcStair,Pset_PrecastConcreteElementFabrication,PieceMark,IfcLabel,R18 +ARC,Stair,IfcStair,Pset_ConstructionOccurence,TagNumber,IfcLabel,T17 +ARC,Stair,IfcStair,Pset_ElementKinematics,LinearRange,IfcPositiveLengthMeasure,3.60 +ARC,Stair,IfcStair,Pset_Condition,AssessmentDescription,IfcText,Riser dimensions verified +ARC,Stair,IfcStair,Pset_MaintenanceTriggerPerformance,TargetPerformance,IfcReal,4.20 +ARC,Stair,IfcStair,Pset_ElementKinematics,MinimumTime,IfcTimeMeasure,1.25 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_037_IFCROOF.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_037_IFCROOF.csv new file mode 100644 index 0000000000000000000000000000000000000000..9d65de7facd46c33c3bada3455e67e561dde0226 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_037_IFCROOF.csv @@ -0,0 +1,39 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +ARC,Roof,Roof,Info,RoofCode,label,Roof-A1 +ARC,Roof,Roof,Info,StateFlag,label,New +ARC,Roof,Roof,Info,ExteriorFlag,boolean,true +ARC,Roof,Roof,Info,Structural Support,boolean,true +ARC,Roof,Roof,Info,Heat Loss Coefficient,float,0.20 +ARC,Roof,Roof,Info,Fire Resistance Level,label,EI60 +ARC,Roof,Roof,Info,Sound Rating,label,Rw45 +ARC,Roof,Roof,Info,Flame Spread Class,label,Class0 +ARC,Roof,Roof,Info,RoofPitch,float,30.0 +ARC,Roof,Roof,Info,RoofPitchString,label,1:4 +ARC,Roof,Roof,Info,EavesOverhang,length,0.5 +ARC,Roof,Roof,Info,ParapetHeight,length,1.0 +ARC,Roof,Roof,Finish Specification,Surface Coating,label,SinglePly +ARC,Roof,Roof,Finish Specification,FinishManufacturer,label,AcmeRoofing +ARC,Roof,Roof,Finish Specification,FinishThickness,length,0.0015 +ARC,Roof,Roof,Finish Specification,Coating Color,label,DarkGrey +ARC,Roof,Roof,Finish Specification,FinishPattern,label,Shingle +ARC,Roof,Roof,Finish Specification,DrainageType,label,InternalGutter +ARC,Roof,Roof,Finish Specification,Access Category,label,RoofAccessHatch +ARC,Roof,Roof,Construction,Nominal Thickness Measure,length,0.200 +ARC,Roof,Roof,Construction,ActualThickness,length,0.210 +ARC,Roof,Roof,Construction,InsulationType,label,PIR +ARC,Roof,Roof,Construction,InsulationThickness,length,0.050 +ARC,Roof,Roof,Construction,WaterproofingType,label,BituminousMembrane +ARC,Roof,Roof,Construction,WaterproofingThickness,length,0.003 +ARC,Roof,Roof,Construction,EdgeDetail,label,DripEdge +ARC,Roof,Roof,Construction,EavesGutterSize,length,0.100 +ARC,Roof,Roof,Drainage,HasGutters,boolean,true +ARC,Roof,Roof,Drainage,NumberOfDownpipes,integer,4 +ARC,Roof,Roof,Drainage,OverflowProvision,boolean,true +ARC,Roof,Roof,Manufacturer Info,Brand,label,RoofCo +ARC,Roof,Roof,Manufacturer Info,Model Code,label,RF-2024-A +ARC,Roof,Roof,Product Materials,CoreMaterial,label,Timber +ARC,Roof,Roof,Product Materials,FixingType,label,MechanicalFix +ARC,Roof,Roof,Quantities,Overall Area,area,120.0 +ARC,Roof,Roof,Quantities,Projected Area Estimate,area,110.0 +ARC,Roof,Roof,Practical,Note1,text,Provide maintenance access at northeast corner +ARC,Roof,Roof,Practical,Note2,text,Verify fall for drainage diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_038_IFCROOF.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_038_IFCROOF.csv new file mode 100644 index 0000000000000000000000000000000000000000..69b55685e45fc32ac8ce9829bb83c0b8b82123b7 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_038_IFCROOF.csv @@ -0,0 +1,48 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +意匠,屋根,IfcRoof,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.1 +意匠,屋根,IfcRoof,Pset_EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,1800.0 +意匠,屋根,IfcRoof,Pset_EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,12.0 +意匠,屋根,IfcRoof,Pset_EnvironmentalCondition,MaximumSolarRadiation,IfcReal,1800 +意匠,屋根,IfcRoof,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,60 +意匠,屋根,IfcRoof,Pset_EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,50 +意匠,屋根,IfcRoof,Pset_EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,40 +意匠,屋根,IfcRoof,Pset_EnvironmentalCondition,SeismicResistance,IfcReal,1.2 +意匠,屋根,IfcRoof,Qto_BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,1 +意匠,屋根,IfcRoof,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,構造用合板 +意匠,屋根,IfcRoof,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,ゴムアスファルト +意匠,屋根,IfcRoof,Pset_Condition,AssessmentType,IfcLabel,仕上確認 +意匠,屋根,IfcRoof,Pset_RoofCommon,Reference,IfcIdentifier,フッ素焼付塗装 +意匠,屋根,IfcRoof,Pset_RoofCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,2.0 +意匠,屋根,IfcRoof,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,ポリエチレンフィルム +意匠,屋根,IfcRoof,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,波板 +意匠,屋根,IfcRoof,Pset_EnvironmentalCondition,MaximumRainIntensity,IfcReal,18 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,FormStrippingStrength,IfcPressureMeasure,15.0 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,60.0 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,硬質ウレタンフォーム +意匠,屋根,IfcRoof,Pset_RoofCommon,IsExternal,IfcBoolean,true +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,15.0 +意匠,屋根,IfcRoof,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P40D +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,100.0 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,TRN-ROOF-01 +意匠,屋根,IfcRoof,Pset_Condition,AssessmentDescription,IfcText,遮熱層の状態確認 +意匠,屋根,IfcRoof,Pset_Risk,RiskName,IfcLabel,縦葺き +意匠,屋根,IfcRoof,Pset_Tolerance,ToleranceDescription,IfcText,機械固定工法 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,0.016 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,0.0012 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,Shortening,IfcRatioMeasure,0.005 +意匠,屋根,IfcRoof,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,合板 +意匠,屋根,IfcRoof,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,RFG-01 +意匠,屋根,IfcRoof,Pset_Risk,AssociatedProduct,IfcLabel,粘土瓦 +意匠,屋根,IfcRoof,Pset_Risk,AssociatedActivity,IfcLabel,瓦棒葺き +意匠,屋根,IfcRoof,Pset_EnvironmentalCondition,SaltMistLevel,IfcLabel,Low +意匠,屋根,IfcRoof,Pset_EnvironmentalCondition,SmokeLevel,IfcLabel,Low +意匠,屋根,IfcRoof,Pset_Uncertainty,HorizontalUncertainty,IfcPositiveLengthMeasure,0.009 +意匠,屋根,IfcRoof,Pset_ManufacturerOccurrence,SerialNumber,IfcIdentifier,ROOF-PLY-01 +意匠,屋根,IfcRoof,Pset_ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-RFG-01 +意匠,屋根,IfcRoof,Pset_PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,和瓦 +意匠,屋根,IfcRoof,Pset_ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-ROOF-01 +意匠,屋根,IfcRoof,Pset_Condition,LastAssessmentReport,IfcLabel,RPT-ROOF-01 +意匠,屋根,IfcRoof,Pset_Risk,MitigationPlanned,IfcLabel,なし +意匠,屋根,IfcRoof,Pset_ServiceLife,ServiceLifeDuration,IfcDuration,P15Y +意匠,屋根,IfcRoof,Pset_ServiceLife,MeanTimeBetweenFailure,IfcDuration,P2Y +意匠,屋根,IfcRoof,Pset_Tolerance,ToleranceBasis,IfcLabel,メーカー標準施工図 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_039_IFCCOLUMN.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_039_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..658473cbe1c4471305773b70453f4c7b687d2c67 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_039_IFCCOLUMN.csv @@ -0,0 +1,55 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +意匠分類,柱のBIM情報確認,柱,企画属性,意匠シリーズ,ラベル,木目化粧型 +意匠分類,柱のBIM情報確認,柱,企画属性,断面バリエーション,ラベル,八角形 +意匠分類,柱のBIM情報確認,柱,法規属性,防火区画対応区分,ラベル,特定防火設備周辺 +意匠分類,柱のBIM情報確認,柱,位置参照属性,通り芯参照,ラベル,G2-C5 +意匠分類,柱のBIM情報確認,柱,下地仕様属性,基材パネル種別,ラベル,けい酸カルシウム板 +意匠分類,柱のBIM情報確認,柱,下地仕様属性,下地処理区分,ラベル,シーラー処理 +意匠分類,柱のBIM情報確認,柱,化粧仕様属性,化粧層厚さ[mm],長さ,18 +意匠分類,柱のBIM情報確認,柱,化粧仕様属性,化粧材種別,ラベル,左官調樹脂仕上 +意匠分類,柱のBIM情報確認,柱,化粧仕様属性,色調コード,ラベル,N-85近似 +意匠分類,柱のBIM情報確認,柱,断面計画属性,長辺寸法[mm],長さ,650 +意匠分類,柱のBIM情報確認,柱,断面計画属性,短辺寸法[mm],長さ,420 +意匠分類,柱のBIM情報確認,柱,断面計画属性,角部面取り半径[mm],長さ,45 +意匠分類,柱のBIM情報確認,柱,被覆計画属性,被覆層厚さ[mm],長さ,32 +意匠分類,柱のBIM情報確認,柱,被覆計画属性,被覆方式,ラベル,成形耐火板巻き +意匠分類,柱のBIM情報確認,柱,納まり計画属性,見付調整厚[mm],長さ,12 +意匠分類,柱のBIM情報確認,柱,干渉調整属性,先行確定対象,真偽,false +意匠分類,柱のBIM情報確認,柱,座標補正属性,下端補正量X,整数,-15 +意匠分類,柱のBIM情報確認,柱,座標補正属性,下端補正量Y,整数,25 +意匠分類,柱のBIM情報確認,柱,座標補正属性,下端補正量Z,整数,0 +意匠分類,柱のBIM情報確認,柱,座標補正属性,上端補正量X,整数,10 +意匠分類,柱のBIM情報確認,柱,座標補正属性,上端補正量Y,整数,-5 +意匠分類,柱のBIM情報確認,柱,座標補正属性,上端補正量Z,整数,20 +意匠分類,柱のBIM情報確認,柱,接合参照属性,下端接合参照ID,ラベル,COLBASE-7A21 +意匠分類,柱のBIM情報確認,柱,接合参照属性,上端接合参照ID,ラベル,COLTOP-9B34 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,主縦筋呼び径,ラベル,D29 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,下端定着方式,ラベル,機械式定着 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,下端定着余裕長,整数,48 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,下端余長管理値,整数,70 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,上端定着方式,ラベル,直定着 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,上端定着余裕長,整数,42 +意匠分類,柱のBIM情報確認,柱,縦筋計画属性,上端余長管理値,整数,55 +意匠分類,柱のBIM情報確認,柱,補助筋計画属性,補助縦筋呼び径,ラベル,D16 +意匠分類,柱のBIM情報確認,柱,補助筋計画属性,下端補助縦筋本数,整数,6 +意匠分類,柱のBIM情報確認,柱,補助筋計画属性,上端補助縦筋本数,整数,10 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,拘束筋呼び径,ラベル,D13 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,拘束筋鋼種,ラベル,SD390 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,接合域ピッチ[mm],整数,90 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,接合域補強筋呼び径,ラベル,D16 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,下端拘束ピッチ[mm],整数,110 +意匠分類,柱のBIM情報確認,柱,拘束筋計画属性,上端拘束ピッチ[mm],整数,125 +意匠分類,柱のBIM情報確認,柱,中子筋計画属性,中子筋呼び径,ラベル,D10 +意匠分類,柱のBIM情報確認,柱,中子筋計画属性,下端中子筋本数X,整数,2 +意匠分類,柱のBIM情報確認,柱,中子筋計画属性,下端中子筋本数Y,整数,3 +意匠分類,柱のBIM情報確認,柱,中子筋計画属性,上端中子筋本数X,整数,2 +意匠分類,柱のBIM情報確認,柱,中子筋計画属性,上端中子筋本数Y,整数,3 +意匠分類,柱のBIM情報確認,柱,端部寸法属性,下端外形寸法X[mm],整数,720 +意匠分類,柱のBIM情報確認,柱,端部寸法属性,下端外形寸法Y[mm],整数,520 +意匠分類,柱のBIM情報確認,柱,端部寸法属性,上端外形寸法X[mm],整数,680 +意匠分類,柱のBIM情報確認,柱,端部寸法属性,上端外形寸法Y[mm],整数,480 +意匠分類,柱のBIM情報確認,柱,配筋座標属性,多段筋離隔寸法[mm],整数,180 +意匠分類,柱のBIM情報確認,柱,配筋座標属性,主筋1列目芯位置X[mm],整数,210 +意匠分類,柱のBIM情報確認,柱,配筋座標属性,主筋1列目芯位置基準[mm],整数,260 +意匠分類,柱のBIM情報確認,柱,配筋座標属性,主筋1列目芯位置Y[mm],整数,230 +意匠分類,柱のBIM情報確認,柱,配筋座標属性,下端主筋1列目本数X,整数,5 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_040_IFCCOLUMN.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_040_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..2f714bcfe5570c9ef04939ccca7a5a710ea796e7 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_040_IFCCOLUMN.csv @@ -0,0 +1,55 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +意匠,意匠としての柱の情報確認,柱,意匠テーマ,デザインコンセプト,ラベル,静謐モダン +意匠,意匠としての柱の情報確認,柱,色彩計画,基調カラー,ラベル,スモーキーグレージュ +意匠,意匠としての柱の情報確認,柱,表層計画,主仕上材,ラベル,リブ木質パネル +意匠,意匠としての柱の情報確認,柱,光環境連携,演出照明方式,ラベル,間接アップライト +意匠,意匠としての柱の情報確認,柱,納まり計画,見切材タイプ,ラベル,真鍮ヘアライン +意匠,意匠としての柱の情報確認,柱,空間演出,視認印象,ラベル,やわらかな存在感 +意匠,意匠としての柱の情報確認,柱,表層計画,化粧見付寸法[mm],長さ,28 +意匠,意匠としての柱の情報確認,柱,保全計画,表面保護仕様,ラベル,高耐汚染コート +意匠,意匠としての柱の情報確認,柱,音環境,吸音仕上区分,ラベル,微穿孔吸音仕上 +意匠,意匠としての柱の情報確認,柱,意匠寸法,正面見付幅[mm],長さ,620 +意匠,意匠としての柱の情報確認,柱,意匠寸法,側面見付幅[mm],長さ,580 +意匠,意匠としての柱の情報確認,柱,意匠寸法,コーナー面取り寸法[mm],長さ,35 +意匠,意匠としての柱の情報確認,柱,表層計画,化粧層厚[mm],長さ,9 +意匠,意匠としての柱の情報確認,柱,表層計画,表面テクスチャ,ラベル,オーク柾目 +意匠,意匠としての柱の情報確認,柱,造作調整,ふかし見込寸法[mm],長さ,65 +意匠,意匠としての柱の情報確認,柱,光環境連携,発光演出有無,真偽,true +意匠,意匠としての柱の情報確認,柱,装飾帯計画,横ライン開始高さ[mm],整数,900 +意匠,意匠としての柱の情報確認,柱,装飾帯計画,横ライン終了高さ[mm],整数,3150 +意匠,意匠としての柱の情報確認,柱,装飾帯計画,横ライン奥行[mm],整数,18 +意匠,意匠としての柱の情報確認,柱,サイン連携,サイン位置X[mm],整数,240 +意匠,意匠としての柱の情報確認,柱,サイン連携,サイン位置Y[mm],整数,1650 +意匠,意匠としての柱の情報確認,柱,サイン連携,サイン位置Z[mm],整数,22 +意匠,意匠としての柱の情報確認,柱,管理情報,仕上識別コード,ラベル,FIN-COL-AR12 +意匠,意匠としての柱の情報確認,柱,管理情報,照明回路名,ラベル,LGT-ENT-07 +意匠,意匠としての柱の情報確認,柱,脚元意匠,巾木タイプ,ラベル,ステンレスフラット巾木 +意匠,意匠としての柱の情報確認,柱,脚元意匠,納まり方式,ラベル,壁面埋込 +意匠,意匠としての柱の情報確認,柱,脚元意匠,巾木高さ[mm],整数,75 +意匠,意匠としての柱の情報確認,柱,脚元意匠,コーナー役物数,整数,2 +意匠,意匠としての柱の情報確認,柱,見切意匠,ライン形状,ラベル,シャドー目地 +意匠,意匠としての柱の情報確認,柱,見切意匠,目地幅[mm],整数,12 +意匠,意匠としての柱の情報確認,柱,見切意匠,目地深さ[mm],整数,15 +意匠,意匠としての柱の情報確認,柱,アクセント構成,アクセント材種,ラベル,ブロンズミラー +意匠,意匠としての柱の情報確認,柱,アクセント構成,アクセントパネル枚数,整数,4 +意匠,意匠としての柱の情報確認,柱,アクセント構成,ルーバー本数,整数,6 +意匠,意匠としての柱の情報確認,柱,触感設計,接触部仕上,ラベル,ソフトマット塗装 +意匠,意匠としての柱の情報確認,柱,触感設計,意匠グレード,ラベル,上質仕様 +意匠,意匠としての柱の情報確認,柱,開口連携,隣接開口クリアランス[mm],整数,180 +意匠,意匠としての柱の情報確認,柱,開口連携,窓台連続見切材,ラベル,アルミ押出形材 +意匠,意匠としての柱の情報確認,柱,開口連携,床見切離隔[mm],整数,25 +意匠,意匠としての柱の情報確認,柱,開口連携,天井見切離隔[mm],整数,40 +意匠,意匠としての柱の情報確認,柱,保護部材,コーナーガード材,ラベル,透明アクリルガード +意匠,意匠としての柱の情報確認,柱,保護部材,ガード本数_正面,整数,2 +意匠,意匠としての柱の情報確認,柱,保護部材,ガード本数_側面,整数,1 +意匠,意匠としての柱の情報確認,柱,保護部材,固定点数_上部,整数,3 +意匠,意匠としての柱の情報確認,柱,保護部材,固定点数_下部,整数,3 +意匠,意匠としての柱の情報確認,柱,意匠寸法,脚部見付幅[mm],整数,640 +意匠,意匠としての柱の情報確認,柱,意匠寸法,脚部奥行寸法[mm],整数,610 +意匠,意匠としての柱の情報確認,柱,意匠寸法,頭部見付幅[mm],整数,520 +意匠,意匠としての柱の情報確認,柱,意匠寸法,頭部奥行寸法[mm],整数,500 +意匠,意匠としての柱の情報確認,柱,リズム計画,スリット中心間隔[mm],整数,150 +意匠,意匠としての柱の情報確認,柱,リズム計画,第1スリット位置X[mm],整数,210 +意匠,意匠としての柱の情報確認,柱,リズム計画,第1スリット位置中央[mm],整数,275 +意匠,意匠としての柱の情報確認,柱,リズム計画,第1スリット位置Y[mm],整数,195 +意匠,意匠としての柱の情報確認,柱,リズム計画,正面スリット本数,整数,5 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_041_IFCBEAM.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_041_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..e931c7c69d7fdf93752c7e70ac7a484b8ddd788c --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_041_IFCBEAM.csv @@ -0,0 +1,44 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,Reference,IfcIdentifier,Beam-A1 +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,Status,IfcLabel,New +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,IsExternal,IfcBoolean,true +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,LoadBearing,IfcBoolean,true +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,FireRating,IfcLabel,EI60 +ARC,Beam(ARC),IfcBeam,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-BEAM-A1 +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,1.2 +ARC,Beam(ARC),IfcBeam,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.004 +ARC,Beam(ARC),IfcBeam,Pset_Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,0.003 +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,Slope,IfcPlaneAngleMeasure,0.0015 +ARC,Beam(ARC),IfcBeam,Pset_Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.002 +ARC,Beam(ARC),IfcBeam,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,PrimaryBeam +ARC,Beam(ARC),IfcBeam,Pset_ConcreteElementGeneral,DimensionalAccuracyClass,IfcLabel,Normal +ARC,Beam(ARC),IfcBeam,Qto_BeamBaseQuantities,Length,IfcLengthMeasure,0.300 +ARC,Beam(ARC),IfcBeam,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.150 +ARC,Beam(ARC),IfcBeam,Pset_ReinforcementBarPitchOfBeam,SpacingBarPitch,IfcPositiveLengthMeasure,0.310 +ARC,Beam(ARC),IfcBeam,Pset_ReinforcementBarPitchOfBeam,StirrupBarPitch,IfcPositiveLengthMeasure,0.155 +ARC,Beam(ARC),IfcBeam,Pset_MaintenanceStrategy,AssetCriticality,IfcLabel,MEDIUM +ARC,Beam(ARC),IfcBeam,Pset_PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,I-shape +ARC,Beam(ARC),IfcBeam,Pset_Warranty,WarrantyStartDate,IfcDate,2025-04-01 +ARC,Beam(ARC),IfcBeam,Pset_PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,0.005 +ARC,Beam(ARC),IfcBeam,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,Top +ARC,Beam(ARC),IfcBeam,Pset_MaintenanceStrategy,MonitoringType,IfcLabel,VisualInspection +ARC,Beam(ARC),IfcBeam,Pset_Tolerance,OverallStraightness,IfcPositiveLengthMeasure,0.00005 +ARC,Beam(ARC),IfcBeam,Pset_Risk,RiskType,IfcLabel,Chemical Effects +ARC,Beam(ARC),IfcBeam,Qto_BeamBaseQuantities,CrossSectionArea,IfcAreaMeasure,0.075 +ARC,Beam(ARC),IfcBeam,Qto_BeamBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,4.60 +ARC,Beam(ARC),IfcBeam,Qto_BodyGeometryValidation,SurfaceGenusAfterFeatures,IfcCountMeasure,2 +ARC,Beam(ARC),IfcBeam,Pset_ConcreteElementGeneral,ConstructionToleranceClass,IfcLabel,Standard +ARC,Beam(ARC),IfcBeam,Pset_MaintenanceStrategy,AssetPriority,IfcLabel,MEDIUM +ARC,Beam(ARC),IfcBeam,Pset_PrecastConcreteElementGeneral,ManufacturingToleranceClass,IfcLabel,Standard +ARC,Beam(ARC),IfcBeam,Pset_ConstructionOccurence,AssetIdentifier,IfcLabel,Chamfer5 +ARC,Beam(ARC),IfcBeam,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,BeamCo +ARC,Beam(ARC),IfcBeam,Pset_ConstructionOccurence,ModelNumber,IfcLabel,BM-2024-A +ARC,Beam(ARC),IfcBeam,Pset_Warranty,PointOfContact,IfcLabel,BeamCo service desk +ARC,Beam(ARC),IfcBeam,Pset_ConstructionOccurence,TagNumber,IfcLabel,ISO9001 +ARC,Beam(ARC),IfcBeam,Pset_BeamCommon,Span,IfcPositiveLengthMeasure,6.0 +ARC,Beam(ARC),IfcBeam,Qto_BeamBaseQuantities,GrossVolume,IfcVolumeMeasure,0.405 +ARC,Beam(ARC),IfcBeam,Qto_BeamBaseQuantities,NetVolume,IfcVolumeMeasure,0.390 +ARC,Beam(ARC),IfcBeam,Qto_BeamBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,4.2 +ARC,Beam(ARC),IfcBeam,Pset_Warranty,WarrantyContent,IfcText,Coordinate beam depth with services +ARC,Beam(ARC),IfcBeam,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,BOLT-END-ACCESS-01 +ARC,Beam(ARC),IfcBeam,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,Temporary bracing required during erection diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_042_IFCBEAM.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_042_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..147087cf3436074d17f5d2f7681a8279cb4b93b1 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_042_IFCBEAM.csv @@ -0,0 +1,16 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +意匠,梁(意匠),IfcBeam,Pset_Condition,AssessmentCondition,IfcLabel,施工完了時 +意匠,梁(意匠),IfcBeam,Pset_BeamCommon,IsExternal,IfcBoolean,false +意匠,梁(意匠),IfcBeam,Pset_PrecastConcreteElementFabrication,AsBuiltLocationNumber,IfcLabel,2FL +意匠,梁(意匠),IfcBeam,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,木目化粧梁 +意匠,梁(意匠),IfcBeam,Pset_BeamCommon,FireRating,IfcLabel,不燃 +意匠,梁(意匠),IfcBeam,Qto_BeamBaseQuantities,Length,IfcLengthMeasure,25 +意匠,梁(意匠),IfcBeam,Pset_Condition,AssessmentDescription,IfcText,表面仕上げを現場見本で確認 +意匠,梁(意匠),IfcBeam,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,09 90 00 +意匠,梁(意匠),IfcBeam,Pset_PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,20 +意匠,梁(意匠),IfcBeam,Pset_BeamCommon,Span,IfcPositiveLengthMeasure,600 +意匠,梁(意匠),IfcBeam,Qto_BeamBaseQuantities,GrossWeight,IfcMassMeasure,400 +意匠,梁(意匠),IfcBeam,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,300 +意匠,梁(意匠),IfcBeam,Pset_Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,2 +意匠,梁(意匠),IfcBeam,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,25 +意匠,梁(意匠),IfcBeam,Qto_BeamBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,32 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_043_IFCCURTAINWALL.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_043_IFCCURTAINWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..85327ca24b71992bc0c62e908984affebb31191d --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_043_IFCCURTAINWALL.csv @@ -0,0 +1,56 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +ARC,CurtainWall,Curtain Wall,System Basics,System ID,label,CurtainWall-C3 +ARC,CurtainWall,Curtain Wall,System Basics,CurtainState,label,Existing +ARC,CurtainWall,Curtain Wall,System Basics,Exterior,boolean,true +ARC,CurtainWall,Curtain Wall,System Basics,Glazing Ratio,float,0.68 +ARC,CurtainWall,Curtain Wall,System Basics,Frame Material,label,Timber +ARC,CurtainWall,Curtain Wall,System Basics,Module Width,length,1.00 +ARC,CurtainWall,Curtain Wall,System Basics,Module Height,length,2.70 +ARC,CurtainWall,Curtain Wall,System Basics,Panel Type,label,Glass +ARC,CurtainWall,Curtain Wall,System Basics,Operable Ratio,float,0.30 +ARC,CurtainWall,Curtain Wall,System Basics,Integrated Shading,boolean,false +ARC,CurtainWall,Curtain Wall,System Basics,System U-Value,float,1.90 +ARC,CurtainWall,Curtain Wall,System Basics,Wind Load Class,label,WL2 +ARC,CurtainWall,Curtain Wall,System Basics,Water Tightness,label,Class4 +ARC,CurtainWall,Curtain Wall,System Basics,Sound Rating,label,Rw38 +ARC,CurtainWall,Curtain Wall,System Basics,Maintenance Access,label,CatA +ARC,CurtainWall,Curtain Wall,System Basics,Cleaning Method,label,BMU +ARC,CurtainWall,Curtain Wall,System Basics,Drainage,text,ExternalDrains +ARC,CurtainWall,Curtain Wall,Panel Specification,Panel Width,length,1.00 +ARC,CurtainWall,Curtain Wall,Panel Specification,Panel Height,length,2.70 +ARC,CurtainWall,Curtain Wall,Panel Specification,Panel Thickness,length,0.018 +ARC,CurtainWall,Curtain Wall,Panel Specification,Panel Material,label,LaminatedGlass +ARC,CurtainWall,Curtain Wall,Panel Specification,Panel Finish,label,Satin +ARC,CurtainWall,Curtain Wall,Panel Specification,Glazing Reference,label,Low-E +ARC,CurtainWall,Curtain Wall,Panel Specification,Opaque Panel,boolean,true +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Depth,length,0.070 +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Width,length,0.045 +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Profile,label,T-Shaped +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Material,label,Steel +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Finish,label,MillFinish +ARC,CurtainWall,Curtain Wall,Mullion Specification,Mullion Spacing,length,1.00 +ARC,CurtainWall,Curtain Wall,Transom Specification,Transom Depth,length,0.070 +ARC,CurtainWall,Curtain Wall,Transom Specification,Transom Width,length,0.045 +ARC,CurtainWall,Curtain Wall,Transom Specification,Transom Profile,label,Curved +ARC,CurtainWall,Curtain Wall,Transom Specification,Transom Material,label,Steel +ARC,CurtainWall,Curtain Wall,Transom Specification,Transom Finish,label,MillFinish +ARC,CurtainWall,Curtain Wall,Frame Specification,Frame Depth,length,0.110 +ARC,CurtainWall,Curtain Wall,Frame Specification,Frame Width,length,0.045 +ARC,CurtainWall,Curtain Wall,Frame Specification,Thermal Break,boolean,false +ARC,CurtainWall,Curtain Wall,Frame Specification,Frame Color,label,Silver +ARC,CurtainWall,Curtain Wall,Glazing Performance,Glazing U-Value,float,1.60 +ARC,CurtainWall,Curtain Wall,Glazing Performance,SHGC,float,0.28 +ARC,CurtainWall,Curtain Wall,Glazing Performance,Visible Transmittance,float,0.58 +ARC,CurtainWall,Curtain Wall,Glazing Performance,Tempered,boolean,true +ARC,CurtainWall,Curtain Wall,Glazing Performance,Laminated,boolean,false +ARC,CurtainWall,Curtain Wall,Manufacturer Info,SupplierName,label,SkyLine +ARC,CurtainWall,Curtain Wall,Manufacturer Info,Model,label,CW-450 +ARC,CurtainWall,Curtain Wall,Product Materials,Surface Finish,label,Anodized +ARC,CurtainWall,Curtain Wall,Product Materials,Core Material,label,Composite +ARC,CurtainWall,Curtain Wall,Quantities,SpanAcross,length,8.0 +ARC,CurtainWall,Curtain Wall,Quantities,PanelRise,length,3.2 +ARC,CurtainWall,Curtain Wall,Quantities,ExposedSurface,area,25.6 +ARC,CurtainWall,Curtain Wall,Quantities,Glazing Area,area,17.5 +ARC,CurtainWall,Curtain Wall,Quantities,Frame Length,length,34.0 +ARC,CurtainWall,Curtain Wall,Quantities,Panel Count,integer,8 +ARC,CurtainWall,Curtain Wall,Quantities,Gross Perimeter,length,22.4 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_044_IFCCURTAINWALL.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_044_IFCCURTAINWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..d48a9669010eb812e57e6205afdfd58ff350fe83 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_044_IFCCURTAINWALL.csv @@ -0,0 +1,56 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,Reference,IfcIdentifier,CurtainWall-B2 +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,Status,IfcLabel,New +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,IsExternal,IfcBoolean,false +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.52 +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,09506000234561 +ARC,CurtainWall,IfcCurtainWall,Qto_CurtainWallQuantities,Width,IfcLengthMeasure,1.35 +ARC,CurtainWall,IfcCurtainWall,Qto_CurtainWallQuantities,Height,IfcLengthMeasure,3.20 +ARC,CurtainWall,IfcCurtainWall,Pset_MaintenanceStrategy,MonitoringType,IfcLabel,RoutineInspection +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,CW-MOD-300 +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,Combustible,IfcBoolean,true +ARC,CurtainWall,IfcCurtainWall,Qto_CurtainWallQuantities,GrossSideArea,IfcAreaMeasure,1.60 +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,FireRating,IfcLabel,WL4 +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,SurfaceSpreadOfFlame,IfcLabel,Class2 +ARC,CurtainWall,IfcCurtainWall,Pset_CurtainWallCommon,AcousticRating,IfcLabel,Rw40 +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-CW-SAFE-01 +ARC,CurtainWall,IfcCurtainWall,Pset_ConstructionAdministration,ProcurementMethod,IfcLabel,Specialty subcontract +ARC,CurtainWall,IfcCurtainWall,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,08 44 13 +ARC,CurtainWall,IfcCurtainWall,Qto_CurtainWallQuantities,NetSideArea,IfcAreaMeasure,1.35 +ARC,CurtainWall,IfcCurtainWall,Pset_ConstructionAdministration,SubmittalIdentifer,IfcLabel,SUB-CW-203 +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,Unitized facade module +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,Series 300 thermal break +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,AssemblyPlace,IfcLabel,FACTORY +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-CW-OPS-01 +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-CW-AAMA-01 +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-CW-2025-01 +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,WarrantyStartDate,IfcDate,2025-09-01 +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,WarrantyPeriod,IfcDuration,P10Y +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,WarrantyContent,IfcText,Module finish and gaskets covered under manufacturer warranty +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,PointOfContact,IfcLabel,NeoFacade service team +ARC,CurtainWall,IfcCurtainWall,Pset_Warranty,Exclusions,IfcText,Glass breakage from impact is excluded +ARC,CurtainWall,IfcCurtainWall,Pset_Tolerance,ToleranceDescription,IfcText,Module alignment tolerance per approved shop drawings +ARC,CurtainWall,IfcCurtainWall,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.005 +ARC,CurtainWall,IfcCurtainWall,Pset_Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.004 +ARC,CurtainWall,IfcCurtainWall,Pset_Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,0.004 +ARC,CurtainWall,IfcCurtainWall,Pset_Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.003 +ARC,CurtainWall,IfcCurtainWall,Pset_Tolerance,ElevationalFlatness,IfcPositiveLengthMeasure,0.004 +ARC,CurtainWall,IfcCurtainWall,Pset_Condition,AssessmentDescription,IfcText,Frame finish visually confirmed +ARC,CurtainWall,IfcCurtainWall,Pset_Condition,AssessmentDate,IfcDate,2025-10-12 +ARC,CurtainWall,IfcCurtainWall,Pset_Condition,AssessmentCondition,IfcLabel,Weather-tight +ARC,CurtainWall,IfcCurtainWall,Pset_Condition,AssessmentType,IfcLabel,Facade inspection +ARC,CurtainWall,IfcCurtainWall,Pset_Condition,AssessmentMethod,IfcDocumentReference,DOC-CW-INSP-01 +ARC,CurtainWall,IfcCurtainWall,Pset_Condition,LastAssessmentReport,IfcLabel,RPT-CW-2025-10 +ARC,CurtainWall,IfcCurtainWall,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,NeoFacade +ARC,CurtainWall,IfcCurtainWall,Pset_ConstructionOccurence,ModelNumber,IfcLabel,CW-300 +ARC,CurtainWall,IfcCurtainWall,Pset_Condition,NextAssessmentDate,IfcDate,2026-10-12 +ARC,CurtainWall,IfcCurtainWall,Pset_Condition,AssessmentFrequency,IfcTimeMeasure,8760 +ARC,CurtainWall,IfcCurtainWall,Pset_MaintenanceStrategy,AssetCriticality,IfcLabel,HIGH +ARC,CurtainWall,IfcCurtainWall,Pset_MaintenanceStrategy,AssetPriority,IfcLabel,HIGH +ARC,CurtainWall,IfcCurtainWall,Pset_MaintenanceTriggerCondition,ConditionMaintenanceLevel,IfcLabel,Moderate +ARC,CurtainWall,IfcCurtainWall,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P365D +ARC,CurtainWall,IfcCurtainWall,Qto_CurtainWallQuantities,Length,IfcLengthMeasure,48.0 +ARC,CurtainWall,IfcCurtainWall,Pset_Risk,RiskName,IfcLabel,Seal failure +ARC,CurtainWall,IfcCurtainWall,Pset_Risk,MitigationPlanned,IfcLabel,Inspect perimeter joints annually diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_045_IFCCOVERING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_045_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..3acbcde0561a434b4abb536a7bf8f3e0d40440c9 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_045_IFCCOVERING.csv @@ -0,0 +1,44 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +ARC,Ceiling,Ceiling,Ceiling,CeilingCode,label,Ceiling-B2 +ARC,Ceiling,Ceiling,Ceiling,PlanState,label,Proposed +ARC,Ceiling,Ceiling,Ceiling,Exterior,boolean,false +ARC,Ceiling,Ceiling,Ceiling,Surface Coating,label,MetalPanel +ARC,Ceiling,Ceiling,Ceiling,FinishThickness,length,0.012 +ARC,Ceiling,Ceiling,Ceiling,Coating Color,label,OffWhite +ARC,Ceiling,Ceiling,Ceiling,Fire Resistance Level,label,EI60 +ARC,Ceiling,Ceiling,Ceiling,HeatPassLevel,float,0.22 +ARC,Ceiling,Ceiling,Ceiling,IsRemovable,boolean,true +ARC,Ceiling,Ceiling,Acoustics,SoundAbsorptionClass,label,ClassB +ARC,Ceiling,Ceiling,Acoustics,NRC,float,0.65 +ARC,Ceiling,Ceiling,Acoustics,OctaveBandAbsorption,text,0.15 +ARC,Ceiling,Ceiling,Acoustics,NoiseReductionCoefficient,float,0.58 +ARC,Ceiling,Ceiling,Finish Specification,TileType,label,Gypsum +ARC,Ceiling,Ceiling,Finish Specification,Tile Size,length,0.600 +ARC,Ceiling,Ceiling,Finish Specification,Tile Layout,label,Linear +ARC,Ceiling,Ceiling,Finish Specification,Tile EdgeType,label,Beveled +ARC,Ceiling,Ceiling,Finish Specification,SuspensionSystem,label,Exposed +ARC,Ceiling,Ceiling,Finish Specification,GridPitch,length,1.100 +ARC,Ceiling,Ceiling,Finish Specification,GridType,label,Narrow +ARC,Ceiling,Ceiling,Integrated Services,Has Integrated Lighting,boolean,false +ARC,Ceiling,Ceiling,Integrated Services,RecessDepth,length,0.060 +ARC,Ceiling,Ceiling,Integrated Services,CutoutSize,length,0.400 +ARC,Ceiling,Ceiling,Integrated Services,Has Integrated Sprinkler,boolean,false +ARC,Ceiling,Ceiling,Integrated Services,ServiceZoneHeight,length,0.180 +ARC,Ceiling,Ceiling,Installation,Installation Height Offset,length,2.800 +ARC,Ceiling,Ceiling,Installation,FixingType,label,ScrewFix +ARC,Ceiling,Ceiling,Installation,AccessForMaintenance,boolean,true +ARC,Ceiling,Ceiling,Installation,Install Date,date,2025-07-15 +ARC,Ceiling,Ceiling,Maintenance,Interval,integer,90 +ARC,Ceiling,Ceiling,Maintenance,Cleaning,label,Vacuum +ARC,Ceiling,Ceiling,Maintenance,Warranty Duration,float,7.0 +ARC,Ceiling,Ceiling,Manufacturer Info,Brand,label,SkyCeilSystems +ARC,Ceiling,Ceiling,Manufacturer Info,Model Code,label,CL-305 +ARC,Ceiling,Ceiling,Product Materials,Finish (resource),label,PowderCoated +ARC,Ceiling,Ceiling,Product Materials,CoreMaterial,label,Gypsum +ARC,Ceiling,Ceiling,Quantities,Measured Area,area,18.5 +ARC,Ceiling,Ceiling,Quantities,Measured Thickness,length,0.012 +ARC,Ceiling,Ceiling,Quantities,Boundary Length,length,5.8 +ARC,Ceiling,Ceiling,Quantities,Measured Volume,volume,0.22 +ARC,Ceiling,Ceiling,Practical,Note1,text,Provide maintenance hatches +ARC,Ceiling,Ceiling,Practical,Note2,text,Seal perimeter gaps +ARC,Ceiling,Ceiling,Practical,Note3,text,Verify seismic bracing diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_046_IFCCOVERING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_046_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..203fed13658bd5876df8d379c296a8ab0748be72 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_046_IFCCOVERING.csv @@ -0,0 +1,18 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +意匠,天井,IfcCovering,Pset_CoveringCommon,Finish,IfcText,木下地 +意匠,天井,IfcCovering,Pset_CoveringCommon,FireRating,IfcLabel,準不燃 +意匠,天井,IfcCovering,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.10 +意匠,天井,IfcCovering,Pset_Condition,AssessmentDate,IfcDate,2025-06-01 +意匠,天井,IfcCovering,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-CEIL-JP-01 +意匠,天井,IfcCovering,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,80 +意匠,天井,IfcCovering,Pset_EnvironmentalImpactIndicators,IndicatorsUnit,IfcText,kgCO2e/平方m +意匠,天井,IfcCovering,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +意匠,天井,IfcCovering,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,内部 +意匠,天井,IfcCovering,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,1/30 +意匠,天井,IfcCovering,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,3 +意匠,天井,IfcCovering,Qto_CoveringBaseQuantities,GrossArea,IfcAreaMeasure,20 +意匠,天井,IfcCovering,Pset_CoveringCommon,AcousticRating,IfcLabel,D-55 +意匠,天井,IfcCovering,Pset_CoveringCommon,Combustible,IfcBoolean,false +意匠,天井,IfcCovering,Pset_CoveringCommon,FlammabilityRating,IfcLabel,耐火1時間 +意匠,天井,IfcCovering,Pset_Uncertainty,UncertaintyDescription,IfcText,GL +意匠,天井,IfcCovering,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P2D diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_047_IFCCOVERING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_047_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..7b7f265f0f8a7b2ff1c1bd6400d4ad8cc98ff29c --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_047_IFCCOVERING.csv @@ -0,0 +1,46 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),管理分類,運用グレード,ラベル,高頻度更新材 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),意匠配色,色相系統,ラベル,スモークベージュ +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),寸法基準,モジュール規格,ラベル,910×1820対応 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),厚み設定,化粧層厚さ[mm],長さ,4 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),施工条件,割付ルール,ラベル,ランダム貼り +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),製品区分,対象部位,ラベル,内部壁仕上 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),寸法基準,標準パネル寸法,ラベル,455×910mm +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),表面設計,テクスチャ形態,ラベル,微細エンボス +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,表装素材,ラベル,PVCシート +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),寸法基準,有効働き寸法[mm],長さ,303 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),厚み設定,基材厚さ[mm],長さ,12 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),表面設計,素地感,ラベル,半艶 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),安全性能,防滑対応,真偽,false +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),耐候性能,凍結融解対応,真偽,true +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),表面設計,コーティング種別,ラベル,UVトップコート +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),施工方式,固定方法,ラベル,接着併用工法 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),意匠構成,割付パターン,ラベル,市松割り +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),厚み設定,製品総厚[mm],長さ,21 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),端部処理,納まり形状,ラベル,面取りエッジ +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),端部処理,上端見切材,ラベル,ステンレス見切 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,内部コア材,ラベル,高密度MDF +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,表層化粧材,ラベル,メラミン化粧板 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),納まり寸法,立上り見付[mm],長さ,35 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),下地調整,下地スペーサ厚[mm],長さ,14 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),下地調整,下地パネル種別,ラベル,石膏ボード12.5mm +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),意匠配色,カラーバリエーション,ラベル,チャコールオーク +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),複合仕様,下貼り材種,ラベル,不織布積層材 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),厚み設定,複合パネル厚[mm],長さ,32 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,天然材種,ラベル,ウォルナット +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),仕上げ体系,最終仕上区分,ラベル,オイルフィニッシュ +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),管理分類,シリーズ記号,ラベル,FIN-Q7 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),寸法基準,基準ユニット,ラベル,600×600mm +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),ユニット構成,モジュール寸法,ラベル,600×1200mm +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),ユニット構成,中間層素材,ラベル,ケイ酸カルシウム複合板 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),設備連携,床吹出口対応,真偽,false +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),仕上げ体系,表面処理系統,ラベル,抗菌クリア塗装 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),下地調整,下地モルタル仕上,ラベル,刷毛引き +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),施工方式,支持構法,ラベル,直貼り工法 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),納まり寸法,仕上基準高[mm],長さ,120 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),性能評価,面内耐荷重等級,整数,8 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,機能分類,ラベル,吸音系複合材 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),材料構成,木質系樹種,ラベル,メープル +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),商品管理,製品グレード,ラベル,スタンダード +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),仕上げ体系,着色方式,ラベル,自然着色塗装 +意匠情報,仕上げ材の情報仕様の照査,仕上げ材(壁紙、フローリング等),施工方式,下張り構法,ラベル,浮き床工法 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_048_IFCCOVERING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_048_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..2f3c4b51fc1e3784d9f1c42ebbdbd5d56473898b --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_048_IFCCOVERING.csv @@ -0,0 +1,46 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,種別,ラベル,テラコッタタイル +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,材質,ラベル,陶器質 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,サイズ,ラベル,200角 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,厚さ [mm],長さ,12 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,張り方,ラベル,市松貼り +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,種類,ラベル,外壁タイル +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,寸法,ラベル,600×1200mm +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,形状,ラベル,フラット +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,表面材質,ラベル,真鍮 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,働き幅 [mm],長さ,90 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,板厚 [mm],長さ,7 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,素地,ラベル,ホーニング +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,耐滑り性,真偽,true +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,耐凍害性,真偽,true +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,釉薬,ラベル,光沢釉 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,工法,ラベル,弾性接着工法 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,形状,ラベル,ランダムパターン +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,厚さ [mm],長さ,16 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,エッジ,ラベル,メラミンエッジ +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,笠木,ラベル,人工大理石笠木 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,芯材,ラベル,アルミハニカム +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,表面材,ラベル,HPL +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,高さ [mm],長さ,23 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,高さ [mm],長さ,9 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,材質,ラベル,石膏ボード +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,色柄,ラベル,アイボリー +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報 材料情報,種類,ラベル,積層 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,仕上厚さ [mm],長さ,19 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,材種,ラベル,タモ +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,仕上,ラベル,ウレタン艶消し +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,カスタム種別,ラベル,仕上げ材E +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,モジュールサイズ,ラベル,450角 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,パネルサイズ,ラベル,300×600mm +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,パネル材質,ラベル,ステンレスパネル +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,床吹出空調仕様,真偽,false +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,パネル仕上,ラベル,木目調化粧 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,下地コンクリートの仕上,ラベル,金ゴテ仕上 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,支持工法,ラベル,支持脚工法 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,寸法情報,床高さ [mm],長さ,350 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,性能情報,所定荷重,整数,6 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,種別,ラベル,石質系 +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,樹種,ラベル,カリン +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,材料情報,品名・種類,ラベル,プライム +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,仕上げ・下地情報,塗装,ラベル,水性ウレタン +意匠,仕上げ材:壁紙、フローリング等,仕上げ材:壁紙、フローリング等,識別情報,床暖房対応工法,ラベル,床暖房対応直貼り diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_049_IFCCOVERING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_049_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..409f66dcf540d9d68adf98aa885ff4bcb3cb71b1 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_049_IFCCOVERING.csv @@ -0,0 +1,38 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +ARC,Covering,IfcCovering,Pset_CoveringCommon,Reference,IfcIdentifier,Covering-A1 +ARC,Covering,IfcCovering,Pset_CoveringCommon,Status,IfcLabel,New +ARC,Covering,IfcCovering,Pset_CoveringCommon,IsExternal,IfcBoolean,true +ARC,Covering,IfcCovering,Pset_CoveringCommon,Finish,IfcText,Vinyl +ARC,Covering,IfcCovering,Qto_CoveringBaseQuantities,NetArea,IfcAreaMeasure,22.8 +ARC,Covering,IfcCovering,Pset_CoveringCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.005 +ARC,Covering,IfcCovering,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-COV-A1 +ARC,Covering,IfcCovering,Pset_Warranty,WarrantyStartDate,IfcDate,2025-08-01 +ARC,Covering,IfcCovering,Pset_CoveringCommon,FireRating,IfcLabel,R9 +ARC,Covering,IfcCovering,Pset_CoveringCommon,AcousticRating,IfcLabel,Rw20 +ARC,Covering,IfcCovering,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +ARC,Covering,IfcCovering,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.002 +ARC,Covering,IfcCovering,Pset_CoveringCommon,FragilityRating,IfcLabel,Horizontal +ARC,Covering,IfcCovering,Pset_Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.0015 +ARC,Covering,IfcCovering,Pset_Tiling,TileWidth,IfcPositiveLengthMeasure,0.300 +ARC,Covering,IfcCovering,Pset_Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,0.0015 +ARC,Covering,IfcCovering,Pset_Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.001 +ARC,Covering,IfcCovering,Pset_CoveringCommon,SurfaceSpreadOfFlame,IfcLabel,Beveled +ARC,Covering,IfcCovering,Pset_Condition,AssessmentType,IfcLabel,MaterialReview +ARC,Covering,IfcCovering,Pset_Tiling,Permeability,IfcNormalisedRatioMeasure,0.002 +ARC,Covering,IfcCovering,Pset_Condition,AssessmentDate,IfcDate,2025-08-10 +ARC,Covering,IfcCovering,Pset_InstallationOccurrence,InstallationDate,IfcDate,2025-08-01 +ARC,Covering,IfcCovering,Pset_Condition,AssessmentCondition,IfcLabel,Serviceable +ARC,Covering,IfcCovering,Pset_MaintenanceStrategy,MonitoringType,IfcLabel,VisualInspection +ARC,Covering,IfcCovering,Pset_Condition,AssessmentMethod,IfcDocumentReference,DOC-COV-INSP-01 +ARC,Covering,IfcCovering,Pset_Risk,RiskType,IfcLabel,Environmental Issues +ARC,Covering,IfcCovering,Pset_MaintenanceStrategy,AssetFrailty,IfcLabel,LOW +ARC,Covering,IfcCovering,Pset_MaintenanceTriggerDuration,DurationTargetPerformance,IfcDuration,P180D +ARC,Covering,IfcCovering,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P180D +ARC,Covering,IfcCovering,Pset_MaintenanceTriggerPerformance,TargetPerformance,IfcReal,0.95 +ARC,Covering,IfcCovering,Pset_Warranty,WarrantyPeriod,IfcDuration,P5D +ARC,Covering,IfcCovering,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,CoverCo +ARC,Covering,IfcCovering,Pset_ConstructionOccurence,ModelNumber,IfcLabel,CV-2024-A +ARC,Covering,IfcCovering,Pset_CoveringCommon,Combustible,IfcBoolean,false +ARC,Covering,IfcCovering,Qto_BodyGeometryValidation,GrossSurfaceArea,IfcAreaMeasure,24.5 +ARC,Covering,IfcCovering,Qto_CoveringBaseQuantities,GrossArea,IfcAreaMeasure,24.0 +ARC,Covering,IfcCovering,Qto_CoveringBaseQuantities,Width,IfcLengthMeasure,0.005 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_050_IFCCOVERING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_050_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..2dd5cc43d319477029b1fe8b05f2455c68dd70ab --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_050_IFCCOVERING.csv @@ -0,0 +1,46 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,Status,IfcLabel,New +意匠,仕上材,IfcCovering,Pset_CoveringCommon,AcousticRating,IfcLabel,ΔLL(I)-4 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,FragilityRating,IfcLabel,中 +意匠,仕上材,IfcCovering,Pset_EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,12 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,Combustible,IfcBoolean,false +意匠,仕上材,IfcCovering,Pset_CoveringCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,1.8 +意匠,仕上材,IfcCovering,Pset_Tiling,TileLength,IfcPositiveLengthMeasure,600 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,04912345678901 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,FIN-PNL-01 +意匠,仕上材,IfcCovering,Qto_CoveringBaseQuantities,Width,IfcLengthMeasure,150 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,乾式化粧パネル +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,内装仕上げ標準品 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,東都内装 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,Finish,IfcText,有釉 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,AssemblyPlace,IfcLabel,工場 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-FIN-OPS-01 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-FIN-SAFE-01 +意匠,仕上材,IfcCovering,Pset_ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-FIN-01 +意匠,仕上材,IfcCovering,Pset_ConstructionAdministration,ProcurementMethod,IfcLabel,内装一式調達 +意匠,仕上材,IfcCovering,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,09 77 23 +意匠,仕上材,IfcCovering,Pset_ConstructionAdministration,SubmittalIdentifer,IfcLabel,SUB-FIN-03 +意匠,仕上材,IfcCovering,Qto_CoveringBaseQuantities,NetArea,IfcAreaMeasure,24 +意匠,仕上材,IfcCovering,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.55 +意匠,仕上材,IfcCovering,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,293.15 +意匠,仕上材,IfcCovering,Pset_EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,303.15 +意匠,仕上材,IfcCovering,Pset_EnvironmentalCondition,SaltMistLevel,IfcLabel,低 +意匠,仕上材,IfcCovering,Pset_EnvironmentalCondition,MaximumSolarRadiation,IfcReal,450 +意匠,仕上材,IfcCovering,Pset_MaintenanceStrategy,AssetCriticality,IfcLabel,中 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,SurfaceSpreadOfFlame,IfcLabel,ウレタン塗装 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,Reference,IfcIdentifier,仕上げ材A +意匠,仕上材,IfcCovering,Pset_Tiling,TileWidth,IfcPositiveLengthMeasure,600 +意匠,仕上材,IfcCovering,Pset_MaintenanceStrategy,AssetPriority,IfcLabel,高 +意匠,仕上材,IfcCovering,Pset_MaintenanceStrategy,MonitoringType,IfcLabel,目視点検 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,IsExternal,IfcBoolean,true +意匠,仕上材,IfcCovering,Pset_MaintenanceTriggerCondition,ConditionTargetPerformance,IfcLabel,高 +意匠,仕上材,IfcCovering,Pset_MaintenanceTriggerCondition,ConditionMaintenanceLevel,IfcLabel,中 +意匠,仕上材,IfcCovering,Pset_MaintenanceTriggerCondition,ConditionReplacementLevel,IfcLabel,低 +意匠,仕上材,IfcCovering,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P180D +意匠,仕上材,IfcCovering,Pset_EnvironmentalCondition,MaximumRainIntensity,IfcReal,3.0 +意匠,仕上材,IfcCovering,Pset_MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P365D +意匠,仕上材,IfcCovering,Pset_Risk,RiskName,IfcLabel,仕上げ浮き +意匠,仕上材,IfcCovering,Pset_Risk,NatureOfRisk,IfcLabel,接着層の剥離 +意匠,仕上材,IfcCovering,Pset_CoveringCommon,FlammabilityRating,IfcLabel,クリア塗装 +意匠,仕上材,IfcCovering,Pset_Risk,MitigationPlanned,IfcLabel,定期点検で打診確認 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_051_IFCCOVERING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_051_IFCCOVERING.csv new file mode 100644 index 0000000000000000000000000000000000000000..442b0a8ce724a0931d146b6ab2a95158f9681bbb --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_051_IFCCOVERING.csv @@ -0,0 +1,44 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +ARC,Ceiling,Ceiling,Ceiling Basics,CeilingCode,label,Ceiling-A1 +ARC,Ceiling,Ceiling,Ceiling Basics,InstallState,label,New +ARC,Ceiling,Ceiling,Ceiling Basics,Is External,boolean,true +ARC,Ceiling,Ceiling,Ceiling Basics,SurfaceTone,label,AcousticTile +ARC,Ceiling,Ceiling,Ceiling Basics,Finish Thickness,length,0.015 +ARC,Ceiling,Ceiling,Ceiling Basics,Finish Color,label,White +ARC,Ceiling,Ceiling,Ceiling Basics,Fire Resistance,label,EI30 +ARC,Ceiling,Ceiling,Ceiling Basics,U-Value,float,0.25 +ARC,Ceiling,Ceiling,Ceiling Basics,Removable,boolean,true +ARC,Ceiling,Ceiling,Acoustics,Absorption Class,label,ClassA +ARC,Ceiling,Ceiling,Acoustics,NRC,float,0.70 +ARC,Ceiling,Ceiling,Acoustics,Octave Band Absorption,text,0.10 +ARC,Ceiling,Ceiling,Acoustics,Noise Reduction Coefficient,float,0.60 +ARC,Ceiling,Ceiling,Finish Specification,Tile Type,label,MineralFiber +ARC,Ceiling,Ceiling,Finish Specification,Tile Size,length,0.600 +ARC,Ceiling,Ceiling,Finish Specification,Tile Layout,label,Grid +ARC,Ceiling,Ceiling,Finish Specification,Tile Edge,label,Square +ARC,Ceiling,Ceiling,Finish Specification,Suspension System,label,T-bar +ARC,Ceiling,Ceiling,Finish Specification,Hanger Spacing,length,1.200 +ARC,Ceiling,Ceiling,Finish Specification,Grid Type,label,Standard +ARC,Ceiling,Ceiling,Integrated Services,Integrated Lighting,boolean,true +ARC,Ceiling,Ceiling,Integrated Services,Light Recess Depth,length,0.050 +ARC,Ceiling,Ceiling,Integrated Services,Light Cutout Size,length,0.300 +ARC,Ceiling,Ceiling,Integrated Services,Integrated Sprinkler,boolean,true +ARC,Ceiling,Ceiling,Integrated Services,Service Zone Height,length,0.150 +ARC,Ceiling,Ceiling,Installation,Installation Height,length,2.700 +ARC,Ceiling,Ceiling,Installation,Fixing Method,label,Adhesive +ARC,Ceiling,Ceiling,Installation,Maintenance Access,boolean,true +ARC,Ceiling,Ceiling,Installation,Installation Date,date,2025-08-01 +ARC,Ceiling,Ceiling,Maintenance,Maintenance Interval,integer,180 +ARC,Ceiling,Ceiling,Maintenance,Cleaning,label,Dusting +ARC,Ceiling,Ceiling,Maintenance,Warranty Years,float,5.0 +ARC,Ceiling,Ceiling,Manufacturer Info,MakerLabel,label,CeilingCo +ARC,Ceiling,Ceiling,Manufacturer Info,Model,label,CL-2024-A +ARC,Ceiling,Ceiling,Product Materials,Surface Finish,label,Painted +ARC,Ceiling,Ceiling,Product Materials,Core Material,label,MineralFiber +ARC,Ceiling,Ceiling,Quantities,CeilingSurface,area,24.0 +ARC,Ceiling,Ceiling,Quantities,LayerDepth,length,0.010 +ARC,Ceiling,Ceiling,Quantities,EdgeLength,length,6.0 +ARC,Ceiling,Ceiling,Quantities,FillAmount,volume,0.24 +ARC,Ceiling,Ceiling,Notes,Note 1,text,Provide access for services +ARC,Ceiling,Ceiling,Notes,Note 2,text,Ensure acoustic seal at junctions +ARC,Ceiling,Ceiling,Notes,Note 3,text,Verify suspension deflection under load diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_052_IFCFURNITURETYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_052_IFCFURNITURETYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..76cacc9cec85369f459cc76434f8b6be13f24299 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_052_IFCFURNITURETYPE.csv @@ -0,0 +1,43 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +ARC,Furniture,IfcFurnitureType,Pset_FurnitureTypeCommon,Reference,IfcIdentifier,Chair-02 +ARC,Furniture,IfcFurnitureType,Pset_FurnitureTypeCommon,Status,IfcLabel,New +ARC,Furniture,IfcFurnitureType,Pset_FurnitureTypeCommon,Style,IfcLabel,Scandinavian +ARC,Furniture,IfcFurnitureType,Pset_FurnitureTypeCommon,IsBuiltIn,IfcBoolean,false +ARC,Furniture,IfcFurnitureType,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,00850123000011 +ARC,Furniture,IfcFurnitureType,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,PowderCoat finish +ARC,Furniture,IfcFurnitureType,Pset_FurnitureTypeCommon,MainColour,IfcLabel,Walnut +ARC,Furniture,IfcFurnitureType,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,MDF core +ARC,Furniture,IfcFurnitureType,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,WoolBlend upholstery +ARC,Furniture,IfcFurnitureType,Pset_Warranty,IsExtendedWarranty,IfcBoolean,false +ARC,Furniture,IfcFurnitureType,Pset_Condition,AssessmentDate,IfcDate,2025-04-20 +ARC,Furniture,IfcFurnitureType,Pset_Tolerance,ToleranceDescription,IfcText,Ergonomic level 2 +ARC,Furniture,IfcFurnitureType,Pset_Warranty,WarrantyStartDate,IfcDate,2025-05-01 +ARC,Furniture,IfcFurnitureType,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,CABLETRAY-01 +ARC,Furniture,IfcFurnitureType,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,NONE +ARC,Furniture,IfcFurnitureType,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,NordicWorks +ARC,Furniture,IfcFurnitureType,Pset_ConstructionAdministration,SubmittalIdentifer,IfcLabel,CH-2025-A +ARC,Furniture,IfcFurnitureType,Pset_ConstructionAdministration,ProcurementMethod,IfcLabel,Direct purchase +ARC,Furniture,IfcFurnitureType,Pset_Warranty,WarrantyPeriod,IfcDuration,P3Y +ARC,Furniture,IfcFurnitureType,Pset_Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.004 +ARC,Furniture,IfcFurnitureType,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,12 51 23 +ARC,Furniture,IfcFurnitureType,Pset_Warranty,WarrantyContent,IfcText,Bolt to concrete slab; use M8 anchors +ARC,Furniture,IfcFurnitureType,Pset_Condition,AssessmentDescription,IfcText,Surface durability checked against mockup +ARC,Furniture,IfcFurnitureType,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,TopAccess +ARC,Furniture,IfcFurnitureType,Pset_Warranty,Exclusions,IfcText,Avoid solvents; clean with mild soap +ARC,Furniture,IfcFurnitureType,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P120D +ARC,Furniture,IfcFurnitureType,Pset_MaintenanceTriggerDuration,DurationTargetPerformance,IfcDuration,P30D +ARC,Furniture,IfcFurnitureType,Pset_EnvironmentalImpactIndicators,ExpectedServiceLife,IfcTimeMeasure,10 +ARC,Furniture,IfcFurnitureType,Pset_FurnitureTypeCommon,NominalLength,IfcNonNegativeLengthMeasure,1.20 +ARC,Furniture,IfcFurnitureType,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.45 +ARC,Furniture,IfcFurnitureType,Pset_FurnitureTypeCommon,NominalHeight,IfcPositiveLengthMeasure,0.80 +ARC,Furniture,IfcFurnitureType,Pset_FurnitureTypeCommon,NominalDepth,IfcNonNegativeLengthMeasure,0.47 +ARC,Furniture,IfcFurnitureType,Pset_Tolerance,OrthogonalTolerance,IfcPositiveLengthMeasure,0.35 +ARC,Furniture,IfcFurnitureType,Pset_MaintenanceStrategy,AccidentResponse,IfcLabel,REPAIR +ARC,Furniture,IfcFurnitureType,Pset_Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.30 +ARC,Furniture,IfcFurnitureType,Pset_Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,15.0 +ARC,Furniture,IfcFurnitureType,Pset_Tolerance,OverallStraightness,IfcPositiveLengthMeasure,1.20 +ARC,Furniture,IfcFurnitureType,Pset_Tolerance,HorizontalStraightness,IfcPositiveLengthMeasure,0.50 +ARC,Furniture,IfcFurnitureType,Pset_Tolerance,SideFlatness,IfcPositiveLengthMeasure,0.80 +ARC,Furniture,IfcFurnitureType,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.48 +ARC,Furniture,IfcFurnitureType,Pset_Tolerance,HorizontalFlatness,IfcPositiveLengthMeasure,16.0 +ARC,Furniture,IfcFurnitureType,Pset_Tolerance,ElevationalFlatness,IfcPositiveLengthMeasure,0.005 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_053_IFCCOLUMN.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_053_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..d024f11410f78d44af88bf7a26ac4d5f1e097a17 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_053_IFCCOLUMN.csv @@ -0,0 +1,39 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +STR,Column,Column,Basics,ColumnCode,label,Column-A1 +STR,Column,Column,Basics,InstallState,label,New +STR,Column,Column,Basics,SupportRole,boolean,true +STR,Column,Column,Basics,ExteriorFlag,boolean,true +STR,Column,Column,Basics,FireGradeText,label,EI60 +STR,Column,Column,Basics,HeatPassLevel,float,1.2 +STR,Column,Column,Basics,SoundGrade,label,Rw45 +STR,Column,Column,Concrete Specification,Fabrication Location,label,OnSite +STR,Column,Column,Concrete Specification,Casting Approach,label,In-situ +STR,Column,Column,Concrete Specification,Structural Grade,label,Loadbearing +STR,Column,Column,Concrete Specification,Strength Grade,label,C30/37 +STR,Column,Column,Concrete Specification,Exposure Category,label,XC4 +STR,Column,Column,Concrete Specification,Rebar Volume Proportion,float,0.01 +STR,Column,Column,Concrete Specification,Rebar Area Proportion,float,0.005 +STR,Column,Column,Concrete Specification,Cover Depth,length,0.020 +STR,Column,Column,Concrete Specification,Main Bar Cover Depth,length,0.040 +STR,Column,Column,Concrete Specification,Link Cover Depth,length,0.025 +STR,Column,Column,Concrete Specification,Rebar Grade,label,SD345 +STR,Column,Column,Reinforcement Layout,Reinforcement Notes,text,Vertical bars 100 mm +STR,Column,Column,Reinforcement Layout,Element Code,label,Ref-Column-01 +STR,Column,Column,Reinforcement Layout,Rebar Bar Category,label,MainBar +STR,Column,Column,Reinforcement Layout,Hoop Bar Interval,length,0.100 +STR,Column,Column,Reinforcement Layout,XDirection Tie Hoop Bar Interval,length,0.100 +STR,Column,Column,Reinforcement Layout,X Tie Hoop Count,integer,4 +STR,Column,Column,Reinforcement Layout,YDirection Tie Hoop Bar Interval,length,0.100 +STR,Column,Column,Reinforcement Layout,Y Tie Hoop Count,integer,4 +STR,Column,Column,Reinforcement Definition,DefinitionType,label,Precast +STR,Column,Column,Reinforcement Definition,ReinforcementSectionDefinitions,text,Tied section: 4Ø16 +STR,Column,Column,Manufacturer Info,Brand,label,ColumnWorksInc +STR,Column,Column,Manufacturer Info,Model Code,label,COL-2024-A +STR,Column,Column,Product Materials,CoreMaterial,text,ReinforcedConcrete +STR,Column,Column,Product Materials,Surface Coating,label,Painted +STR,Column,Column,Column Quantities,Overall Length,length,3.0 +STR,Column,Column,Column Quantities,Profile Area,area,0.09 +STR,Column,Column,Column Quantities,Overall Volume,volume,0.27 +STR,Column,Column,Column Quantities,Effective Volume,volume,0.25 +STR,Column,Column,Column Quantities,Outer Surface Area Estimate,area,1.08 +STR,Column,Column,Column Quantities,Overall Weight,float,2100.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_054_IFCCOLUMN.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_054_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..5005b1711f89dede726dc5db5040477c34849c16 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_054_IFCCOLUMN.csv @@ -0,0 +1,45 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +構造,柱(構造),IfcColumn,Pset_ColumnCommon,IsExternal,IfcBoolean,true +構造,柱(構造),IfcColumn,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.50 +構造,柱(構造),IfcColumn,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,30 +構造,柱(構造),IfcColumn,Pset_ColumnCommon,LoadBearing,IfcBoolean,false +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,20 +構造,柱(構造),IfcColumn,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,10 +構造,柱(構造),IfcColumn,Pset_ColumnCommon,Slope,IfcPlaneAngleMeasure,0 +構造,柱(構造),IfcColumn,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,GUID-ABC123 +構造,柱(構造),IfcColumn,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,GUID-DEF456 +構造,柱(構造),IfcColumn,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,D25 +構造,柱(構造),IfcColumn,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,ヘッドバー +構造,柱(構造),IfcColumn,Pset_ConcreteElementGeneral,ConcreteCoverAtLinks,IfcPositiveLengthMeasure,40 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,60 +構造,柱(構造),IfcColumn,Pset_ColumnCommon,Reference,IfcIdentifier,フック定着 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,45 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,55 +構造,柱(構造),IfcColumn,Pset_Uncertainty,UncertaintyDescription,IfcText,D19 +構造,柱(構造),IfcColumn,Qto_BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,8 +構造,柱(構造),IfcColumn,Qto_BodyGeometryValidation,SurfaceGenusAfterFeatures,IfcCountMeasure,8 +構造,柱(構造),IfcColumn,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,D10 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,SD295 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,GrossWeight,IfcMassMeasure,100 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,DOC-COL-TR-01 +構造,柱(構造),IfcColumn,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,150 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,NetWeight,IfcMassMeasure,130 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,Description,IfcText,D13 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,XDirectionTieHoopCount,IfcCountMeasure,4 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,YDirectionTieHoopCount,IfcCountMeasure,4 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,4 +構造,柱(構造),IfcColumn,Pset_Condition,AssessmentDate,IfcDate,2025-04-01 +構造,柱(構造),IfcColumn,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,04987654321012 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,Length,IfcLengthMeasure,600 +構造,柱(構造),IfcColumn,Qto_BodyGeometryValidation,GrossVolume,IfcVolumeMeasure,0.48 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,500 +構造,柱(構造),IfcColumn,Qto_BodyGeometryValidation,NetVolume,IfcVolumeMeasure,0.45 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,GrossVolume,IfcVolumeMeasure,200 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,HoopBarPitch,IfcPositiveLengthMeasure,250 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,NetVolume,IfcVolumeMeasure,200 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,Reference,IfcLabel,X方向4本 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,XDirectionTieHoopBarPitch,IfcPositiveLengthMeasure,120 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,CrossSectionArea,IfcAreaMeasure,130 +構造,柱(構造),IfcColumn,Pset_ReinforcementBarPitchOfColumn,YDirectionTieHoopBarPitch,IfcPositiveLengthMeasure,140 +構造,柱(構造),IfcColumn,Qto_ColumnBaseQuantities,NetSurfaceArea,IfcAreaMeasure,6 +構造,柱(構造),IfcColumn,Pset_Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,5 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_055_IFCCOLUMN.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_055_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..998020f0b9e1fa71d747aad7f4cddadc586aeec4 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_055_IFCCOLUMN.csv @@ -0,0 +1,45 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +構造系,柱の構造情報の整理,柱,節点調整,接合優先フラグ,真偽,true +構造系,柱の構造情報の整理,柱,下端補正,基部補正量_A,整数,28 +構造系,柱の構造情報の整理,柱,下端補正,基部補正量_B,整数,36 +構造系,柱の構造情報の整理,柱,下端補正,基部補正量_H,整数,12 +構造系,柱の構造情報の整理,柱,上端補正,頂部補正量_A,整数,22 +構造系,柱の構造情報の整理,柱,上端補正,頂部補正量_B,整数,14 +構造系,柱の構造情報の整理,柱,上端補正,頂部補正量_H,整数,6 +構造系,柱の構造情報の整理,柱,接点参照,基部接続キー,ラベル,STR-ND-48A +構造系,柱の構造情報の整理,柱,接点参照,頂部接続キー,ラベル,STR-ND-48B +構造系,柱の構造情報の整理,柱,主筋仕様,外周主筋呼び名,ラベル,D32 +構造系,柱の構造情報の整理,柱,定着条件,基部定着方式,ラベル,機械式定着 +構造系,柱の構造情報の整理,柱,定着条件,基部定着寸法,整数,58 +構造系,柱の構造情報の整理,柱,定着条件,基部余裕長,整数,82 +構造系,柱の構造情報の整理,柱,定着条件,頂部定着方式,ラベル,プレート定着 +構造系,柱の構造情報の整理,柱,定着条件,頂部定着寸法,整数,54 +構造系,柱の構造情報の整理,柱,定着条件,頂部余裕長,整数,68 +構造系,柱の構造情報の整理,柱,芯材仕様,中心補強筋呼び名,ラベル,D19 +構造系,柱の構造情報の整理,柱,芯材仕様,基部中心補強本数,整数,12 +構造系,柱の構造情報の整理,柱,芯材仕様,頂部中心補強本数,整数,14 +構造系,柱の構造情報の整理,柱,横補強仕様,閉鎖筋呼び径,ラベル,D13 +構造系,柱の構造情報の整理,柱,横補強仕様,閉鎖筋材質区分,ラベル,SD345 +構造系,柱の構造情報の整理,柱,横補強仕様,接合域ピッチ,整数,75 +構造系,柱の構造情報の整理,柱,横補強仕様,接合域閉鎖筋呼び径,ラベル,D16 +構造系,柱の構造情報の整理,柱,横補強仕様,基部ピッチ,整数,105 +構造系,柱の構造情報の整理,柱,横補強仕様,頂部ピッチ,整数,95 +構造系,柱の構造情報の整理,柱,補助拘束仕様,中子筋呼び径,ラベル,D10 +構造系,柱の構造情報の整理,柱,補助拘束仕様,基部中子筋本数_A方向,整数,4 +構造系,柱の構造情報の整理,柱,補助拘束仕様,基部中子筋本数_B方向,整数,5 +構造系,柱の構造情報の整理,柱,補助拘束仕様,頂部中子筋本数_A方向,整数,3 +構造系,柱の構造情報の整理,柱,補助拘束仕様,頂部中子筋本数_B方向,整数,4 +構造系,柱の構造情報の整理,柱,断面管理,基部断面寸法_A,整数,720 +構造系,柱の構造情報の整理,柱,断面管理,基部断面寸法_B,整数,680 +構造系,柱の構造情報の整理,柱,断面管理,頂部断面寸法_A,整数,610 +構造系,柱の構造情報の整理,柱,断面管理,頂部断面寸法_B,整数,560 +構造系,柱の構造情報の整理,柱,多段配筋座標,段間離隔_A方向,整数,165 +構造系,柱の構造情報の整理,柱,多段配筋座標,第1層主筋芯_A方向,整数,235 +構造系,柱の構造情報の整理,柱,多段配筋座標,第1層主筋芯_中央,整数,290 +構造系,柱の構造情報の整理,柱,多段配筋座標,第1層主筋芯_B方向,整数,225 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部第1層主筋本数_A方向,整数,5 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部主筋群重心_A方向,整数,142 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部主筋群重心_B方向,整数,158 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部片側主筋総数_A方向,整数,18 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部第1層主筋本数_B方向,整数,7 +構造系,柱の構造情報の整理,柱,多段配筋座標,基部片側主筋総数_B方向,整数,20 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_056_IFCCOLUMN.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_056_IFCCOLUMN.csv new file mode 100644 index 0000000000000000000000000000000000000000..614fd43fd7666e4bdce877422202d88dc57cb363 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_056_IFCCOLUMN.csv @@ -0,0 +1,45 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +構造,柱(構造),柱,配置情報,柱勝ちか否か,真偽,true +構造,柱(構造),柱,配置情報,柱脚オフセット_X,整数,60 +構造,柱(構造),柱,配置情報,柱脚オフセット_Y,整数,35 +構造,柱(構造),柱,配置情報,柱脚オフセット_Z,整数,10 +構造,柱(構造),柱,配置情報,柱頭オフセット_X,整数,25 +構造,柱(構造),柱,配置情報,柱頭オフセット_Y,整数,12 +構造,柱(構造),柱,配置情報,柱頭オフセット_Z,整数,0 +構造,柱(構造),柱,配置情報,柱脚節点_GUID,ラベル,GUID-JKL012 +構造,柱(構造),柱,配置情報,柱頭節点_GUID,ラベル,GUID-PQR678 +構造,柱(構造),柱,配筋情報,主筋径,ラベル,D29 +構造,柱(構造),柱,配筋情報,柱脚主筋定着タイプ,ラベル,ヘッドバー +構造,柱(構造),柱,配筋情報,柱脚主筋定着長,整数,55 +構造,柱(構造),柱,配筋情報,柱脚主筋余長,整数,80 +構造,柱(構造),柱,配筋情報,柱頭主筋定着タイプ,ラベル,フック定着 +構造,柱(構造),柱,配筋情報,柱頭主筋定着長,整数,48 +構造,柱(構造),柱,配筋情報,柱頭主筋余長,整数,60 +構造,柱(構造),柱,配筋情報,芯鉄筋径,ラベル,D19 +構造,柱(構造),柱,配筋情報,柱脚芯鉄筋本数,整数,12 +構造,柱(構造),柱,配筋情報,柱頭芯鉄筋本数,整数,10 +構造,柱(構造),柱,配筋情報,帯筋径,ラベル,D13 +構造,柱(構造),柱,配筋情報,帯筋種別,ラベル,SD295 +構造,柱(構造),柱,配筋情報,仕口部帯筋間隔,整数,110 +構造,柱(構造),柱,配筋情報,仕口部帯筋径,ラベル,D12 +構造,柱(構造),柱,配筋情報,柱脚帯筋間隔,整数,160 +構造,柱(構造),柱,配筋情報,柱頭帯筋間隔,整数,140 +構造,柱(構造),柱,配筋情報,幅止筋径,ラベル,D13 +構造,柱(構造),柱,配筋情報,柱脚幅止め筋本数_X方向,整数,8 +構造,柱(構造),柱,配筋情報,柱脚幅止め筋本数_Y方向,整数,8 +構造,柱(構造),柱,配筋情報,柱頭幅止め筋本数_X方向,整数,8 +構造,柱(構造),柱,配筋情報,柱頭幅止め筋本数_Y方向,整数,8 +構造,柱(構造),柱,寸法情報,柱脚幅X,整数,700 +構造,柱(構造),柱,寸法情報,柱脚幅Y,整数,700 +構造,柱(構造),柱,寸法情報,柱頭幅X,整数,540 +構造,柱(構造),柱,寸法情報,柱頭幅Y,整数,540 +構造,柱(構造),柱,配筋情報,多段筋中心間距離_水平方向,整数,160 +構造,柱(構造),柱,配筋情報,主筋1段目芯位置_X方向,整数,220 +構造,柱(構造),柱,配筋情報,主筋1段目芯位置,整数,270 +構造,柱(構造),柱,配筋情報,主筋1段目芯位置_Y方向,整数,220 +構造,柱(構造),柱,配筋情報,柱脚主筋1段目本数_X方向,整数,8 +構造,柱(構造),柱,配筋情報,柱脚主筋重心位置_X方向,整数,130 +構造,柱(構造),柱,配筋情報,柱脚主筋重心位置_Y方向,整数,140 +構造,柱(構造),柱,配筋情報,柱脚主筋片側総本数_X方向,整数,180 +構造,柱(構造),柱,配筋情報,柱脚主筋1段目本数_Y方向,整数,10 +構造,柱(構造),柱,配筋情報,柱脚主筋片側総本数_Y方向,整数,220 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_057_IFCBEAM.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_057_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..0e52192bc579d0b428d82977a2b1d5306d7ebbcf --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_057_IFCBEAM.csv @@ -0,0 +1,32 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +STR,Beam(STR),IfcBeam,Pset_BeamCommon,Reference,IfcIdentifier,CentralBeam-01 +STR,Beam(STR),IfcBeam,Pset_BeamCommon,Status,IfcLabel,New +STR,Beam(STR),IfcBeam,Pset_BeamCommon,LoadBearing,IfcBoolean,true +STR,Beam(STR),IfcBeam,Pset_BeamCommon,IsExternal,IfcBoolean,true +STR,Beam(STR),IfcBeam,Pset_BeamCommon,FireRating,IfcLabel,EI60 +STR,Beam(STR),IfcBeam,Pset_BeamCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,1.2 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,CrossSectionArea,IfcAreaMeasure,0.09 +STR,Beam(STR),IfcBeam,Pset_ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,8.10e-05 +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,2.70e-05 +STR,Beam(STR),IfcBeam,Pset_ElementKinematics,MaximumConstantSpeed,IfcLinearVelocityMeasure,1.20e-05 +STR,Beam(STR),IfcBeam,Pset_Tolerance,ElevationalFlatness,IfcPositiveLengthMeasure,5.40e-04 +STR,Beam(STR),IfcBeam,Pset_Tolerance,HorizontalFlatness,IfcPositiveLengthMeasure,1.80e-04 +STR,Beam(STR),IfcBeam,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,Steel +STR,Beam(STR),IfcBeam,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,S355 +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,355.0 +STR,Beam(STR),IfcBeam,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,C30/37 +STR,Beam(STR),IfcBeam,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,XC4 +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,Reference,IfcLabel,MainBar +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,StirrupBarPitch,IfcPositiveLengthMeasure,0.000201 +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,SpacingBarPitch,IfcPositiveLengthMeasure,4 +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.100 +STR,Beam(STR),IfcBeam,Pset_Tolerance,OverallStraightness,IfcPositiveLengthMeasure,0.008 +STR,Beam(STR),IfcBeam,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.01 +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,DesignLocationNumber,IfcLabel,GRID-B2 +STR,Beam(STR),IfcBeam,Pset_MaintenanceStrategy,AssetCriticality,IfcLabel,Moderate +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,Check camber and connections +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,Length,IfcLengthMeasure,6.0 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,0.09 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,4.2 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,GrossVolume,IfcVolumeMeasure,0.405 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,NetVolume,IfcVolumeMeasure,0.390 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_058_IFCBEAM.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_058_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..8d363f38843dd68e1ce47035f0e45656bdf8c408 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_058_IFCBEAM.csv @@ -0,0 +1,40 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +構造,梁(構造),IfcBeam,Pset_Condition,AssessmentCondition,IfcLabel,B-101 +構造,梁(構造),IfcBeam,Pset_BeamCommon,Reference,IfcIdentifier,大梁 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementFabrication,PieceMark,IfcLabel,2FL +構造,梁(構造),IfcBeam,Pset_Risk,RiskName,IfcLabel,SN490 +構造,梁(構造),IfcBeam,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,SM490 +構造,梁(構造),IfcBeam,Pset_BeamCommon,Status,IfcLabel,既存 +構造,梁(構造),IfcBeam,Pset_BeamCommon,LoadBearing,IfcBoolean,true +構造,梁(構造),IfcBeam,Pset_ReinforcementBarPitchOfBeam,Description,IfcText,梁端部補強筋の標準ピッチ +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,SN490梁 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementFabrication,AsBuiltLocationNumber,IfcLabel,通り芯 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,Length,IfcLengthMeasure,200 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,梁下端 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,150 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,CrossSectionArea,IfcAreaMeasure,0.18 +構造,梁(構造),IfcBeam,Pset_BeamCommon,Span,IfcPositiveLengthMeasure,600 +構造,梁(構造),IfcBeam,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,300 +構造,梁(構造),IfcBeam,Pset_Warranty,WarrantyStartDate,IfcDate,2025-04-01 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,GrossWeight,IfcMassMeasure,22 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,NetWeight,IfcMassMeasure,15 +構造,梁(構造),IfcBeam,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,BEAM-WARRANTY-01 +構造,梁(構造),IfcBeam,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,500 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,200 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,150 +構造,梁(構造),IfcBeam,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,180 +構造,梁(構造),IfcBeam,Pset_ReinforcementBarPitchOfBeam,SpacingBarPitch,IfcPositiveLengthMeasure,120 +構造,梁(構造),IfcBeam,Pset_Warranty,WarrantyPeriod,IfcDuration,P7Y +構造,梁(構造),IfcBeam,Pset_Warranty,PointOfContact,IfcLabel,構造監理窓口 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,32 +構造,梁(構造),IfcBeam,Pset_Risk,NatureOfRisk,IfcLabel,端部腐食 +構造,梁(構造),IfcBeam,Pset_Warranty,WarrantyContent,IfcText,延長保証対象 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,450 +構造,梁(構造),IfcBeam,Pset_Risk,MitigationPlanned,IfcLabel,防錆塗装を定期確認 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,NetSurfaceArea,IfcAreaMeasure,220 +構造,梁(構造),IfcBeam,Pset_BeamCommon,FireRating,IfcLabel,2時間耐火 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,GrossVolume,IfcVolumeMeasure,180 +構造,梁(構造),IfcBeam,Qto_BeamBaseQuantities,NetVolume,IfcVolumeMeasure,250 +構造,梁(構造),IfcBeam,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,150 +構造,梁(構造),IfcBeam,Pset_Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,120 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_059_IFCBEAM.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_059_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..d65045fd0fbd67276a3bbdbad6b73649e336e41d --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_059_IFCBEAM.csv @@ -0,0 +1,32 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +STR Componet,Infomation Check,Beam,Identification Data,MemberTag,label,B-STR-118 +STR Componet,Infomation Check,Beam,Identification Data,LifecycleStage,label,Fabrication +STR Componet,Infomation Check,Beam,Design Intent,IsPrimaryMember,boolean,true +STR Componet,Infomation Check,Beam,Design Intent,IsTransferBeam,boolean,false +STR Componet,Infomation Check,Beam,Resistance Criteria,FireRatingClass,label,R120 +STR Componet,Infomation Check,Beam,Performance Parameters,DampingRatio,float,0.035 +STR Componet,Infomation Check,Beam,Section Geometry,GrossSectionArea,area,0.162 +STR Componet,Infomation Check,Beam,Section Geometry,StrongAxisInertia,float,9.40e-04 +STR Componet,Infomation Check,Beam,Section Geometry,WeakAxisInertia,float,2.85e-04 +STR Componet,Infomation Check,Beam,Section Geometry,TorsionalRigidityIndex,float,1.15e-04 +STR Componet,Infomation Check,Beam,Strength Metrics,TopFiberSectionModulus,float,3.45e-03 +STR Componet,Infomation Check,Beam,Strength Metrics,BottomFiberSectionModulus,float,3.12e-03 +STR Componet,Infomation Check,Beam,Material Specification,MatrixMaterial,label,ReinforcedConcrete +STR Componet,Infomation Check,Beam,Material Specification,RebarGrade,label,SD390 +STR Componet,Infomation Check,Beam,Material Specification,ElasticModulus,float,31500.0 +STR Componet,Infomation Check,Beam,Durability Criteria,ChlorideClass,label,Cl0.30 +STR Componet,Infomation Check,Beam,Durability Criteria,ExposureEnvironment,label,CoastalSheltered +STR Componet,Infomation Check,Beam,Connection Requirements,BearingCondition,text,Monolithic connection to cast-in-place column +STR Componet,Infomation Check,Beam,Embedded Hardware,AnchorPlateArea,area,0.0084 +STR Componet,Infomation Check,Beam,Embedded Hardware,ShearStudCount,integer,6 +STR Componet,Infomation Check,Beam,Fabrication Controls,CastInCamber,length,0.010 +STR Componet,Infomation Check,Beam,Fabrication Controls,BearingSeatLength,length,0.180 +STR Componet,Infomation Check,Beam,Service Checks,UtilizationIndex,float,0.74 +STR Componet,Infomation Check,Beam,Verification Matrix,ControllingLoadSet,label,ULS-Seismic-07 +STR Componet,Infomation Check,Beam,Verification Matrix,CrackWidthStatus,label,WithinLimit +STR Componet,Infomation Check,Beam,Verification Matrix,ReviewMemo,text,Check congestion near opening zone +STR Componet,Infomation Check,Beam,Quantity Summary,StructuralSpan,length,9.6 +STR Componet,Infomation Check,Beam,Quantity Summary,FormworkArea,area,7.4 +STR Componet,Infomation Check,Beam,Quantity Summary,ExposedFaceArea,area,4.1 +STR Componet,Infomation Check,Beam,Quantity Summary,ConcreteGrossVolume,volume,1.555 +STR Componet,Infomation Check,Beam,Quantity Summary,ConcreteNetVolume,volume,1.487 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_060_IFCBEAM.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_060_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..89388c086bf32fe9114935347e1c75c7ed8d43ce --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_060_IFCBEAM.csv @@ -0,0 +1,32 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +STR,Beam(STR),IfcBeam,Pset_BeamCommon,Reference,IfcIdentifier,SpandrelBeam-A3 +STR,Beam(STR),IfcBeam,Pset_BeamCommon,Status,IfcLabel,New +STR,Beam(STR),IfcBeam,Pset_BeamCommon,LoadBearing,IfcBoolean,true +STR,Beam(STR),IfcBeam,Pset_BeamCommon,IsExternal,IfcBoolean,false +STR,Beam(STR),IfcBeam,Pset_BeamCommon,FireRating,IfcLabel,EI120 +STR,Beam(STR),IfcBeam,Pset_BeamCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.60 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,CrossSectionArea,IfcAreaMeasure,0.08 +STR,Beam(STR),IfcBeam,Pset_Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,9.20e-05 +STR,Beam(STR),IfcBeam,Pset_Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,3.10e-05 +STR,Beam(STR),IfcBeam,Pset_EnvironmentalImpactIndicators,WaterConsumptionPerUnit,IfcVolumeMeasure,1.50e-05 +STR,Beam(STR),IfcBeam,Pset_ElementKinematics,MinimumTime,IfcTimeMeasure,6.10e-04 +STR,Beam(STR),IfcBeam,Pset_ElementKinematics,LinearRange,IfcPositiveLengthMeasure,2.10e-04 +STR,Beam(STR),IfcBeam,Pset_ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,SAFE-BEAM-01 +STR,Beam(STR),IfcBeam,Pset_ConcreteElementGeneral,ReinforcementStrengthClass,IfcLabel,S355 +STR,Beam(STR),IfcBeam,Pset_MaintenanceTriggerPerformance,TargetPerformance,IfcReal,355.0 +STR,Beam(STR),IfcBeam,Pset_ConcreteElementGeneral,StrengthClass,IfcLabel,C30/37 +STR,Beam(STR),IfcBeam,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,XD2 +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,Description,IfcText,MainBar +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,0.000226 +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,StirrupBarPitch,IfcPositiveLengthMeasure,5 +STR,Beam(STR),IfcBeam,Pset_ReinforcementBarPitchOfBeam,SpacingBarPitch,IfcPositiveLengthMeasure,0.100 +STR,Beam(STR),IfcBeam,Pset_Tolerance,VerticalStraightness,IfcPositiveLengthMeasure,0.009 +STR,Beam(STR),IfcBeam,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.014 +STR,Beam(STR),IfcBeam,Pset_Condition,AssessmentDescription,IfcText,DesignLoadCase: ULS +STR,Beam(STR),IfcBeam,Pset_Condition,AssessmentCondition,IfcLabel,OK +STR,Beam(STR),IfcBeam,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,Allow for camber 10 mm +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,Length,IfcLengthMeasure,5.8 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,0.085 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,3.9 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,GrossVolume,IfcVolumeMeasure,0.360 +STR,Beam(STR),IfcBeam,Qto_BeamBaseQuantities,NetVolume,IfcVolumeMeasure,0.346 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_061_IFCBEAM.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_061_IFCBEAM.csv new file mode 100644 index 0000000000000000000000000000000000000000..b1dbc4de3adc430c02b493fd148e094697afd248 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_061_IFCBEAM.csv @@ -0,0 +1,32 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +STR,Beam(STR),Beam,Informations,BeamCode,label,TransferBeam-B2 +STR,Beam(STR),Beam,Informations,RenewalState,label,ToBeReplaced +STR,Beam(STR),Beam,Informations,SupportRole,boolean,true +STR,Beam(STR),Beam,Informations,Exterior,boolean,false +STR,Beam(STR),Beam,Informations,Fire Resistance Level,label,EI45 +STR,Beam(STR),Beam,Informations,Heat Loss Coefficient,float,0.70 +STR,Beam(STR),Beam,Section Properties,Profile Area,area,0.11 +STR,Beam(STR),Beam,Section Properties,Inertia About Y,float,7.50e-05 +STR,Beam(STR),Beam,Section Properties,Inertia About Z,float,2.60e-05 +STR,Beam(STR),Beam,Section Properties,Torsional Constant X Axis,float,1.10e-05 +STR,Beam(STR),Beam,Section Properties,SectionModulusY,float,5.90e-04 +STR,Beam(STR),Beam,Section Properties,SectionModulusZ,float,2.00e-04 +STR,Beam(STR),Beam,Manufacturer Info,CoreMaterial,label,Steel +STR,Beam(STR),Beam,Manufacturer Info,SteelGrade,label,S355 +STR,Beam(STR),Beam,Manufacturer Info,YieldStrength,float,355.0 +STR,Beam(STR),Beam,Manufacturer Info,ConcreteStrengthClass,label,C35/45 +STR,Beam(STR),Beam,Manufacturer Info,Exposure Category,label,XA2 +STR,Beam(STR),Beam,Reinforcement Layout,Rebar Bar Category,label,MainBar +STR,Beam(STR),Beam,Reinforcement Layout,LongitudinalBarArea,area,0.000280 +STR,Beam(STR),Beam,Reinforcement Layout,LongitudinalBarCount,integer,6 +STR,Beam(STR),Beam,Reinforcement Layout,Hoop Bar Interval,length,0.120 +STR,Beam(STR),Beam,Reinforcement Layout,StirrupDiameter,length,0.010 +STR,Beam(STR),Beam,Reinforcement Layout,Rebar Area Proportion,float,0.013 +STR,Beam(STR),Beam,Design Checks,DesignLoadCase,label,ULS +STR,Beam(STR),Beam,Design Checks,ServiceabilityLimitState,label,OK +STR,Beam(STR),Beam,Design Checks,DesignComment,text,Check anchorage at supports +STR,Beam(STR),Beam,Beam Quantities,Overall Length,length,7.5 +STR,Beam(STR),Beam,Beam Quantities,Profile Area,area,0.11 +STR,Beam(STR),Beam,Beam Quantities,Outer Surface Area Estimate,area,5.3 +STR,Beam(STR),Beam,Beam Quantities,Overall Volume,volume,0.825 +STR,Beam(STR),Beam,Beam Quantities,Effective Volume,volume,0.802 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_062_IFCSLAB.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_062_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..b699e80e9d40bfd68345b1d4562430bf09a27589 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_062_IFCSLAB.csv @@ -0,0 +1,37 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +構造,天井(構造),IfcSlab,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,F-201 +構造,天井(構造),IfcSlab,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,2FL +構造,天井(構造),IfcSlab,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,居室 +構造,天井(構造),IfcSlab,Qto_SlabBaseQuantities,GrossWeight,IfcMassMeasure,0.8 +構造,天井(構造),IfcSlab,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.30 +構造,天井(構造),IfcSlab,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,4.0 +構造,天井(構造),IfcSlab,Qto_SlabBaseQuantities,Depth,IfcLengthMeasure,2.0 +構造,天井(構造),IfcSlab,Pset_SlabCommon,PitchAngle,IfcPlaneAngleMeasure,1.5 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,Description,IfcText,Fc24 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,Reference,IfcLabel,合板型枠 +構造,天井(構造),IfcSlab,Pset_PrecastSlab,DistanceBetweenComponentAxes,IfcPositiveLengthMeasure,150.0 +構造,天井(構造),IfcSlab,Pset_SlabCommon,Reference,IfcIdentifier,D13 +構造,天井(構造),IfcSlab,Pset_Uncertainty,UncertaintyDescription,IfcText,D10 +構造,天井(構造),IfcSlab,Qto_SlabBaseQuantities,GrossVolume,IfcVolumeMeasure,100.0 +構造,天井(構造),IfcSlab,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,D16 +構造,天井(構造),IfcSlab,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,D10 +構造,天井(構造),IfcSlab,Pset_PrecastSlab,EdgeDistanceToFirstAxis,IfcPositiveLengthMeasure,120.0 +構造,天井(構造),IfcSlab,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,DOC-SLAB-TR-01 +構造,天井(構造),IfcSlab,Pset_Condition,AssessmentDescription,IfcText,D10 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongOutsideTopBarPitch,IfcPositiveLengthMeasure,110 +構造,天井(構造),IfcSlab,Pset_Risk,RiskName,IfcLabel,D13 +構造,天井(構造),IfcSlab,Pset_Tolerance,ToleranceDescription,IfcText,D10 +構造,天井(構造),IfcSlab,Qto_SlabBaseQuantities,Width,IfcLengthMeasure,130 +構造,天井(構造),IfcSlab,Pset_EnvironmentalImpactIndicators,IndicatorsUnit,IfcText,kgCO2e/㎡ +構造,天井(構造),IfcSlab,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,03 30 00 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideCenterTopBarPitch,IfcPositiveLengthMeasure,90 +構造,天井(構造),IfcSlab,Pset_Risk,RiskType,IfcLabel,Chemical Effects +構造,天井(構造),IfcSlab,Pset_PrecastSlab,TypeDesignation,IfcLabel,PC床版A +構造,天井(構造),IfcSlab,Qto_SlabBaseQuantities,Length,IfcLengthMeasure,80 +構造,天井(構造),IfcSlab,Pset_PrecastConcreteElementFabrication,PieceMark,IfcLabel,D13 +構造,天井(構造),IfcSlab,Pset_ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-SLAB-SAFE-01 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortOutsideTopBarPitch,IfcPositiveLengthMeasure,85 +構造,天井(構造),IfcSlab,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,D13 +構造,天井(構造),IfcSlab,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,D10 +構造,天井(構造),IfcSlab,Qto_SlabBaseQuantities,NetWeight,IfcMassMeasure,100 +構造,天井(構造),IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideCenterTopBarPitch,IfcPositiveLengthMeasure,95 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_063_IFCSLAB.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_063_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..6657ae4702dd60b91a89e6c48bca4cc0f64fce7f --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_063_IFCSLAB.csv @@ -0,0 +1,37 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +構造,スラブの確認,スラブ,運用台帳,部材管理番号,ラベル,SL-R17 +構造,スラブの確認,スラブ,区画参照,配置ブロック,ラベル,北棟C区画 +構造,スラブの確認,スラブ,使用計画,利用カテゴリ,ラベル,研究ラボ +構造,スラブの確認,スラブ,評価条件,常時付加荷重,実数,1.4 +構造,スラブの確認,スラブ,評価条件,可変荷重区分A,実数,4.2 +構造,スラブの確認,スラブ,評価条件,可変荷重区分B,実数,3.1 +構造,スラブの確認,スラブ,評価条件,可変荷重区分C,実数,2.2 +構造,スラブの確認,スラブ,評価条件,水平応答係数,実数,1.6 +構造,スラブの確認,スラブ,素材計画,躯体強度区分,ラベル,Fc33 +構造,スラブの確認,スラブ,仮設計画,成形部材種別,ラベル,鋼製デッキフォーム +構造,スラブの確認,スラブ,形状パラメータ,有効厚,実数,210.0 +構造,スラブの確認,スラブ,補強テンプレートA,構成材1,ラベル,D19 +構造,スラブの確認,スラブ,補強テンプレートA,構成材2,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートA,設定ピッチ1,実数,125.0 +構造,スラブの確認,スラブ,補強テンプレートB,構成材1,ラベル,D22 +構造,スラブの確認,スラブ,補強テンプレートB,構成材2,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートB,設定ピッチ1,実数,145.0 +構造,スラブの確認,スラブ,補強テンプレートC,構成材1,ラベル,D22 +構造,スラブの確認,スラブ,補強テンプレートC,構成材2,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートC,設定ピッチ1,実数,135.0 +構造,スラブの確認,スラブ,補強テンプレートC,構成材3,ラベル,D19 +構造,スラブの確認,スラブ,補強テンプレートC,構成材4,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートC,設定ピッチ2,実数,160.0 +構造,スラブの確認,スラブ,補強テンプレートD,構成材1,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートD,構成材2,ラベル,D13 +構造,スラブの確認,スラブ,補強テンプレートD,設定ピッチ1,実数,105.0 +構造,スラブの確認,スラブ,補強テンプレートD,構成材3,ラベル,D22 +構造,スラブの確認,スラブ,補強テンプレートD,構成材4,ラベル,D19 +構造,スラブの確認,スラブ,補強テンプレートD,設定ピッチ2,実数,95.0 +構造,スラブの確認,スラブ,補強テンプレートE,構成材1,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートE,構成材2,ラベル,D13 +構造,スラブの確認,スラブ,補強テンプレートE,設定ピッチ1,実数,115.0 +構造,スラブの確認,スラブ,補強テンプレートE,構成材3,ラベル,D19 +構造,スラブの確認,スラブ,補強テンプレートE,構成材4,ラベル,D16 +構造,スラブの確認,スラブ,補強テンプレートE,設定ピッチ2,実数,135.0 +構造,スラブの確認,スラブ,幾何制御,回転設定角,実数,67.5 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_064_IFCSLAB.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_064_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..cd5a94e7f76a8a338166c14f280d0aff15137a93 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_064_IFCSLAB.csv @@ -0,0 +1,37 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +構造,天井(構造),スラブ・天井,識別情報,符号,ラベル,F-402 +構造,天井(構造),スラブ・天井,配置情報,所属階,ラベル,B1F +構造,天井(構造),スラブ・天井,荷重情報,室用途,ラベル,厨房 +構造,天井(構造),スラブ・天井,荷重情報,仕上げ重量,実数,0.6 +構造,天井(構造),スラブ・天井,荷重情報,積載荷重 [床用],実数,2.5 +構造,天井(構造),スラブ・天井,荷重情報,積載荷重 [小梁用],実数,3.5 +構造,天井(構造),スラブ・天井,荷重情報,積載荷重 [架構用],実数,1.8 +構造,天井(構造),スラブ・天井,荷重情報,積載荷重 [地震用],実数,1.2 +構造,天井(構造),スラブ・天井,材料情報_コンクリート,コンクリート強度,ラベル,Fc30 +構造,天井(構造),スラブ・天井,材料情報_型枠,製品種別,ラベル,アルミ型枠 +構造,天井(構造),スラブ・天井,寸法情報_断面,厚さ,実数,140.0 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,上端筋 径1,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,上端筋 径2,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,上端筋 ピッチ,実数,90.0 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,下端筋 径1,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,下端筋 径2,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_端部,下端筋 ピッチ,実数,110.0 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径1,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径2,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径3,実数,105 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径4,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径5,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_主筋方向_中央,上端筋 径6,実数,135 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径7,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径8,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径9,実数,85 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径10,ラベル,D22 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径11,ラベル,D16 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_端部,上端筋 径12,実数,75 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径13,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径14,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径15,実数,90 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径16,ラベル,D19 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径17,ラベル,D13 +構造,天井(構造),スラブ・天井,配筋情報_配力筋方向_中央,上端筋 径18,実数,95 +構造,天井(構造),スラブ・天井,配筋情報_配筋角度,上端筋 径19,実数,100 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_065_IFCSLAB.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_065_IFCSLAB.csv new file mode 100644 index 0000000000000000000000000000000000000000..6bb3f4d319de920d92c2eb97806051a2d7be95b2 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_065_IFCSLAB.csv @@ -0,0 +1,54 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +STR,Slab,IfcSlab,Pset_SlabCommon,Reference,IfcIdentifier,Slab-A1 +STR,Slab,IfcSlab,Pset_SlabCommon,Status,IfcLabel,New +STR,Slab,IfcSlab,Pset_SlabCommon,LoadBearing,IfcBoolean,true +STR,Slab,IfcSlab,Pset_SlabCommon,IsExternal,IfcBoolean,true +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,ReinforcedConcrete +STR,Slab,IfcSlab,Pset_PrecastSlab,NominalThickness,IfcNonNegativeLengthMeasure,0.200 +STR,Slab,IfcSlab,Pset_SlabCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.180 +STR,Slab,IfcSlab,Pset_SlabCommon,PitchAngle,IfcPlaneAngleMeasure,0.005 +STR,Slab,IfcSlab,Pset_SlabCommon,FireRating,IfcLabel,REI60 +STR,Slab,IfcSlab,Pset_SlabCommon,AcousticRating,IfcLabel,Rw55 +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,XC4 +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,AssemblyPlace,IfcLabel,OnSite +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,CastingMethod,IfcLabel,In-situ +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,0.01 +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.005 +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.020 +STR,Slab,IfcSlab,Pset_Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.00005 +STR,Slab,IfcSlab,Pset_Tolerance,OverallStraightness,IfcPositiveLengthMeasure,0.0005 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,Description,IfcText,Longitudinal bars at 150 mm +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,Reference,IfcLabel,Ref-Slab-01 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideEndLowerBarPitch,IfcPositiveLengthMeasure,0.000201 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,LongInsideCenterLowerBarPitch,IfcPositiveLengthMeasure,4 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideCenterLowerBarPitch,IfcPositiveLengthMeasure,0.000201 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideEndTopBarPitch,IfcPositiveLengthMeasure,6 +STR,Slab,IfcSlab,Qto_SlabBaseQuantities,Perimeter,IfcLengthMeasure,20.0 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortOutsideTopBarPitch,IfcPositiveLengthMeasure,0.005 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortOutsideLowerBarPitch,IfcPositiveLengthMeasure,0.100 +STR,Slab,IfcSlab,Pset_ReinforcementBarPitchOfSlab,ShortInsideEndLowerBarPitch,IfcPositiveLengthMeasure,0.020 +STR,Slab,IfcSlab,Pset_Warranty,WarrantyContent,IfcText,Extended warranty available +STR,Slab,IfcSlab,Pset_PrecastSlab,ToppingType,IfcLabel,ConcreteTopping +STR,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,100.0 +STR,Slab,IfcSlab,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,0.035 +STR,Slab,IfcSlab,Pset_PrecastSlab,EdgeDistanceToFirstAxis,IfcPositiveLengthMeasure,250.0 +STR,Slab,IfcSlab,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-SLAB-01 +STR,Slab,IfcSlab,Pset_SlabCommon,Compartmentation,IfcBoolean,true +STR,Slab,IfcSlab,Qto_BodyGeometryValidation,SurfaceGenusAfterFeatures,IfcCountMeasure,14 +STR,Slab,IfcSlab,Pset_PrecastConcreteElementFabrication,ProductionLotId,IfcIdentifier,SinglePour +STR,Slab,IfcSlab,Pset_ConcreteElementGeneral,ConstructionToleranceClass,IfcLabel,Class1 +STR,Slab,IfcSlab,Pset_SlabCommon,Combustible,IfcBoolean,true +STR,Slab,IfcSlab,Qto_BodyGeometryValidation,NetSurfaceArea,IfcAreaMeasure,0.50 +STR,Slab,IfcSlab,Qto_BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,2 +STR,Slab,IfcSlab,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.100 +STR,Slab,IfcSlab,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +STR,Slab,IfcSlab,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,SlabCo +STR,Slab,IfcSlab,Pset_ConstructionOccurence,ModelNumber,IfcLabel,SLB-2025-A +STR,Slab,IfcSlab,Pset_ConstructionOccurence,TagNumber,IfcLabel,SLAB-T01 +STR,Slab,IfcSlab,Pset_ConstructionOccurence,AssetIdentifier,IfcLabel,STR-SLAB-01 +STR,Slab,IfcSlab,Qto_SlabBaseQuantities,Length,IfcLengthMeasure,6.0 +STR,Slab,IfcSlab,Qto_SlabBaseQuantities,Width,IfcLengthMeasure,4.0 +STR,Slab,IfcSlab,Qto_SlabBaseQuantities,GrossArea,IfcAreaMeasure,24.0 +STR,Slab,IfcSlab,Qto_SlabBaseQuantities,GrossVolume,IfcVolumeMeasure,5.76 +STR,Slab,IfcSlab,Qto_SlabBaseQuantities,NetVolume,IfcVolumeMeasure,5.50 +STR,Slab,IfcSlab,Qto_SlabBaseQuantities,Depth,IfcLengthMeasure,0.200 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_066_IFCFOOTING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_066_IFCFOOTING.csv new file mode 100644 index 0000000000000000000000000000000000000000..249d860e1ab288cf70ba3fd93de8c586ffbcc79c --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_066_IFCFOOTING.csv @@ -0,0 +1,47 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +構造,基礎,IfcFooting,Pset_Condition,AssessmentCondition,IfcLabel,竣工時 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementFabrication,AsBuiltLocationNumber,IfcLabel,B1F +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,Length,IfcLengthMeasure,150 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,Width,IfcLengthMeasure,200 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,Height,IfcLengthMeasure,100 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,120 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,BatterAtStart,IfcPlaneAngleMeasure,0.0 +構造,基礎,IfcFooting,Pset_Risk,RiskName,IfcLabel,不同沈下 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,CrossSectionArea,IfcAreaMeasure,2400 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,2400 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,600.0 +構造,基礎,IfcFooting,Pset_ReinforcementBarCountOfIndependentFooting,Description,IfcText,独立基礎上端筋本数 +構造,基礎,IfcFooting,Qto_BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,8 +構造,基礎,IfcFooting,Pset_ReinforcementBarCountOfIndependentFooting,Reference,IfcLabel,D19 +構造,基礎,IfcFooting,Pset_ReinforcementBarCountOfIndependentFooting,XDirectionUpperBarCount,IfcCountMeasure,10 +構造,基礎,IfcFooting,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WAR-FTG-01 +構造,基礎,IfcFooting,Pset_ReinforcementBarCountOfIndependentFooting,YDirectionUpperBarCount,IfcCountMeasure,8 +構造,基礎,IfcFooting,Pset_Warranty,PointOfContact,IfcLabel,構造担当窓口 +構造,基礎,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,CrossingUpperBarPitch,IfcPositiveLengthMeasure,10 +構造,基礎,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,Reference,IfcLabel,D10 +構造,基礎,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,CrossingLowerBarPitch,IfcPositiveLengthMeasure,20 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,NetVolume,IfcVolumeMeasure,50.0 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,GrossWeight,IfcMassMeasure,250 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,NetWeight,IfcMassMeasure,1000 +構造,基礎,IfcFooting,Qto_FootingBaseQuantities,GrossVolume,IfcVolumeMeasure,30.0 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,04912345000018 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,独立基礎標準タイプ +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,1500 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,1500 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,耐圧盤併用型 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,1500 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,関東基礎工業 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +構造,基礎,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,Description,IfcText,連続基礎交差筋ピッチ +構造,基礎,IfcFooting,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,750 +構造,基礎,IfcFooting,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,D22 +構造,基礎,IfcFooting,Pset_ReinforcementBarCountOfIndependentFooting,XDirectionLowerBarCount,IfcCountMeasure,10 +構造,基礎,IfcFooting,Pset_Risk,RiskType,IfcLabel,Chemical Effects +構造,基礎,IfcFooting,Pset_ReinforcementBarCountOfIndependentFooting,YDirectionLowerBarCount,IfcCountMeasure,10 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,D13 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,6 +構造,基礎,IfcFooting,Pset_PrecastConcreteElementGeneral,FormStrippingStrength,IfcPressureMeasure,650 +構造,基礎,IfcFooting,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,150 +構造,基礎,IfcFooting,Pset_ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-FTG-SAFE-01 +構造,基礎,IfcFooting,Pset_Condition,AssessmentDescription,IfcText,躯体形状確認済み diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_067_IFCFOOTING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_067_IFCFOOTING.csv new file mode 100644 index 0000000000000000000000000000000000000000..f36b17399558e74cab439abe960a936e682f29cc --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_067_IFCFOOTING.csv @@ -0,0 +1,55 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +STR,Footing,Footing,Foundation Information,FootingCode,label,Footing-A1 +STR,Footing,Footing,Foundation Information,Footing Type,label,Isolated +STR,Footing,Footing,Foundation Information,Load Bearing,boolean,true +STR,Footing,Footing,Foundation Information,Exterior,boolean,true +STR,Footing,Footing,Foundation Information,Base Area,area,1.44 +STR,Footing,Footing,Foundation Information,Footing Length,length,1.20 +STR,Footing,Footing,Foundation Basics,Footing Width,length,1.20 +STR,Footing,Footing,Foundation Basics,Footing Thickness,length,0.500 +STR,Footing,Footing,Foundation Basics,Excavation Depth,length,3.00 +STR,Footing,Footing,Foundation Basics,Bearing Capacity,float,600.0 +STR,Footing,Footing,Foundation Basics,Allowable Settlement,length,0.020 +STR,Footing,Footing,Foundation Basics,Bearing Stratum Depth,length,5.00 +STR,Footing,Footing,Foundation Basics,Anchors Required,boolean,true +STR,Footing,Footing,Foundation Basics,Anchor Bolt Diameter,length,0.020 +STR,Footing,Footing,Concrete Specification,Fabrication Location,label,OnSite +STR,Footing,Footing,Concrete Specification,Casting Method,label,In-situ +STR,Footing,Footing,Concrete Specification,Structural Role,label,Primary +STR,Footing,Footing,Concrete Specification,Concrete Strength,label,C30/37 +STR,Footing,Footing,Concrete Specification,Exposure Class,label,XC4 +STR,Footing,Footing,Concrete Specification,Rebar Volume Ratio,float,0.01 +STR,Footing,Footing,Concrete Specification,Rebar Area Ratio,float,0.004 +STR,Footing,Footing,Concrete Specification,Concrete Cover,length,0.050 +STR,Footing,Footing,Concrete Specification,Rebar Grade,label,SD345 +STR,Footing,Footing,Reinforcement,Top Reinforcement Area,area,0.00050 +STR,Footing,Footing,Reinforcement,Bottom Reinforcement Area,area,0.00050 +STR,Footing,Footing,Reinforcement,Longitudinal Spacing,length,0.150 +STR,Footing,Footing,Reinforcement,Transverse Spacing,length,0.150 +STR,Footing,Footing,Reinforcement,Mesh Type,label,WeldedMesh +STR,Footing,Footing,Reinforcement,Stirrup Diameter,length,0.008 +STR,Footing,Footing,Reinforcement,Lap Splice Length,length,0.500 +STR,Footing,Footing,Pile Cap Info,Pile Cap,boolean,true +STR,Footing,Footing,Pile Cap Info,Pile Count,integer,4 +STR,Footing,Footing,Pile Cap Info,Pile Diameter,length,0.600 +STR,Footing,Footing,Pile Cap Info,Pile Length,length,12.0 +STR,Footing,Footing,Pile Cap Info,Pile Capacity,float,1000.0 +STR,Footing,Footing,Pile Cap Info,Pile Material,label,Concrete +STR,Footing,Footing,Construction,Formwork,label,Timber +STR,Footing,Footing,Construction,Pour Sequence,label,SinglePour +STR,Footing,Footing,Construction,Curing Days,integer,7 +STR,Footing,Footing,Construction,Temporary Support,boolean,true +STR,Footing,Footing,Construction,Backfill Type,label,ImportedFill +STR,Footing,Footing,Soil Conditions,Soil Type,label,Sand +STR,Footing,Footing,Soil Conditions,Groundwater Level,length,1.50 +STR,Footing,Footing,Soil Conditions,SPT N-Value,integer,15 +STR,Footing,Footing,Soil Conditions,Ground Improvement,boolean,true +STR,Footing,Footing,Soil Conditions,Design Bearing Pressure,float,200.0 +STR,Footing,Footing,Manufacturer Info,SupplierTag,label,DeepPileCo +STR,Footing,Footing,Manufacturer Info,Model,label,FT-2025-A +STR,Footing,Footing,Production,Lot ID,label,LOT-2025-01 +STR,Footing,Footing,Parameter,FootingLongSide,length,1.20 +STR,Footing,Footing,Parameter,FootingShortSide,length,1.20 +STR,Footing,Footing,Parameter,Cross-sectional Area,area,1.44 +STR,Footing,Footing,Parameter,Gross Volume,volume,0.72 +STR,Footing,Footing,Parameter,Gross Weight,float,5400.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_068_IFCFOOTING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_068_IFCFOOTING.csv new file mode 100644 index 0000000000000000000000000000000000000000..ee69d429533f7d866365b7316def8ca91f2de964 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_068_IFCFOOTING.csv @@ -0,0 +1,55 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +STR,Footing,IfcFooting,Pset_FootingCommon,Reference,IfcIdentifier,Footing-B2 +STR,Footing,IfcFooting,Pset_FootingCommon,Status,IfcLabel,Existing +STR,Footing,IfcFooting,Pset_FootingCommon,LoadBearing,IfcBoolean,true +STR,Footing,IfcFooting,Pset_Warranty,IsExtendedWarranty,IfcBoolean,false +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,CrossSectionArea,IfcAreaMeasure,2.25 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,Height,IfcLengthMeasure,1.50 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,NetVolume,IfcVolumeMeasure,1.50 +STR,Footing,IfcFooting,Pset_Condition,AssessmentDescription,IfcText,FootingThickness: 0.600 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,2.80 +STR,Footing,IfcFooting,Pset_Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,800.0 +STR,Footing,IfcFooting,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.015 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,GrossSurfaceArea,IfcAreaMeasure,6.50 +STR,Footing,IfcFooting,Pset_PrecastConcreteElementGeneral,HollowCorePlugging,IfcLabel,true +STR,Footing,IfcFooting,Pset_EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,0.022 +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,AssemblyPlace,IfcLabel,OnSite +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,CastingMethod,IfcLabel,Precast +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,Secondary +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,StrengthClass,IfcLabel,C35/45 +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,XC3 +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,0.012 +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.005 +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.060 +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,ReinforcementStrengthClass,IfcLabel,SD390 +STR,Footing,IfcFooting,Pset_Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.00060 +STR,Footing,IfcFooting,Pset_PrecastConcreteElementGeneral,TendonRelaxation,IfcPositiveRatioMeasure,0.00070 +STR,Footing,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,Reference,IfcLabel,0.200 +STR,Footing,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,CrossingUpperBarPitch,IfcPositiveLengthMeasure,0.180 +STR,Footing,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,Description,IfcText,PrefabricatedCage +STR,Footing,IfcFooting,Pset_ReinforcementBarPitchOfContinuousFooting,CrossingLowerBarPitch,IfcPositiveLengthMeasure,0.010 +STR,Footing,IfcFooting,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.550 +STR,Footing,IfcFooting,Pset_Warranty,WarrantyContent,IfcText,Load bearing footing +STR,Footing,IfcFooting,Pset_ReinforcementBarCountOfIndependentFooting,YDirectionUpperBarCount,IfcCountMeasure,6 +STR,Footing,IfcFooting,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-FTG-B2 +STR,Footing,IfcFooting,Pset_Warranty,WarrantyStartDate,IfcDate,2025-05-15 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,GrossWeight,IfcMassMeasure,1200.0 +STR,Footing,IfcFooting,Pset_Warranty,WarrantyPeriod,IfcDuration,P8Y +STR,Footing,IfcFooting,Pset_Condition,AssessmentDate,IfcDate,2025-06-01 +STR,Footing,IfcFooting,Pset_Condition,AssessmentMethod,IfcDocumentReference,DOC-FTG-INSP-01 +STR,Footing,IfcFooting,Pset_EnvironmentalImpactValues,Duration,IfcDuration,P10D +STR,Footing,IfcFooting,Pset_Condition,AssessmentCondition,IfcLabel,Post-installation +STR,Footing,IfcFooting,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.65 +STR,Footing,IfcFooting,Pset_EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,38 +STR,Footing,IfcFooting,Pset_Tolerance,ToleranceDescription,IfcText,Foundation top set-out tolerance verified before pour +STR,Footing,IfcFooting,Pset_ConcreteElementGeneral,ConstructionToleranceClass,IfcLabel,25 +STR,Footing,IfcFooting,Pset_Condition,AssessmentType,IfcLabel,VisualInspection +STR,Footing,IfcFooting,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,250.0 +STR,Footing,IfcFooting,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,BaseWorksLtd +STR,Footing,IfcFooting,Pset_ConstructionOccurence,ModelNumber,IfcLabel,FT-2030-B +STR,Footing,IfcFooting,Pset_PrecastConcreteElementFabrication,ProductionLotId,IfcIdentifier,LOT-2030-07 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,Length,IfcLengthMeasure,1.50 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,Width,IfcLengthMeasure,1.50 +STR,Footing,IfcFooting,Pset_Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.012 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,GrossVolume,IfcVolumeMeasure,0.90 +STR,Footing,IfcFooting,Qto_FootingBaseQuantities,NetWeight,IfcMassMeasure,6800.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_069_IFCFOOTING.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_069_IFCFOOTING.csv new file mode 100644 index 0000000000000000000000000000000000000000..32a7249fc7b75c1065efc96a8fabb6d8a63e65f6 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_069_IFCFOOTING.csv @@ -0,0 +1,55 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +STR,Footing,Footing,Foundation Basics,FootingCode,label,Footing-C3 +STR,Footing,Footing,Foundation Basics,FootingType,label,Combined +STR,Footing,Footing,Foundation Basics,SupportRole,boolean,true +STR,Footing,Footing,Foundation Basics,ExteriorFlag,boolean,true +STR,Footing,Footing,Foundation Basics,BaseArea,area,3.60 +STR,Footing,Footing,Foundation Basics,LongSide,length,2.00 +STR,Footing,Footing,Foundation Basics,ShortSide,length,1.80 +STR,Footing,Footing,Foundation Basics,BaseDepth,length,0.700 +STR,Footing,Footing,Foundation Basics,ExcavationDepth,length,3.50 +STR,Footing,Footing,Foundation Basics,BearingCapacity,float,900.0 +STR,Footing,Footing,Foundation Basics,Allowable,length,0.025 +STR,Footing,Footing,Foundation Basics,BearingStratumDepth,length,8.00 +STR,Footing,Footing,Foundation Basics,AnchorsRequired,boolean,false +STR,Footing,Footing,Foundation Basics,Anchor Bolt Diameter Measure,length,0.024 +STR,Footing,Footing,Concrete Specification,Fabrication Location,label,Factory +STR,Footing,Footing,Concrete Specification,Casting Approach,label,Precast +STR,Footing,Footing,Concrete Specification,Structural Grade,label,Primary +STR,Footing,Footing,Concrete Specification,Strength Grade,label,C40/50 +STR,Footing,Footing,Concrete Specification,Exposure Category,label,XS3 +STR,Footing,Footing,Concrete Specification,Rebar Volume Proportion,float,0.009 +STR,Footing,Footing,Concrete Specification,Rebar Area Proportion,float,0.003 +STR,Footing,Footing,Concrete Specification,Cover Depth,length,0.070 +STR,Footing,Footing,Concrete Specification,Rebar Grade,label,SD295 +STR,Footing,Footing,Reinforcement,TopReinforcementArea,area,0.00045 +STR,Footing,Footing,Reinforcement,BottomReinforcementArea,area,0.00060 +STR,Footing,Footing,Reinforcement,Longitudinal Bar Spacing Measure,length,0.250 +STR,Footing,Footing,Reinforcement,Transverse Bar Spacing Measure,length,0.220 +STR,Footing,Footing,Reinforcement,MeshType,label,WeldedMesh +STR,Footing,Footing,Reinforcement,StirrupDiameter,length,0.012 +STR,Footing,Footing,Reinforcement,LapSpliceLength,length,0.650 +STR,Footing,Footing,Pile Cap Info,IsPileCap,boolean,false +STR,Footing,Footing,Pile Cap Info,PileCount,integer,9 +STR,Footing,Footing,Pile Cap Info,PileDiameter,length,1.000 +STR,Footing,Footing,Pile Cap Info,PileLength,length,18.0 +STR,Footing,Footing,Pile Cap Info,PileCapacity,float,1500.0 +STR,Footing,Footing,Pile Cap Info,PileMaterial,label,Concrete +STR,Footing,Footing,Construction,FormworkType,label,Aluminum +STR,Footing,Footing,Construction,ConcretePourSequence,label,SinglePour +STR,Footing,Footing,Construction,CuringTime,integer,5 +STR,Footing,Footing,Construction,TemporarySupportRequired,boolean,true +STR,Footing,Footing,Construction,BackfillType,label,LeanConcrete +STR,Footing,Footing,Soil Conditions,SoilType,label,Clay +STR,Footing,Footing,Soil Conditions,GroundWaterLevel,length,0.90 +STR,Footing,Footing,Soil Conditions,SPT_NValue,integer,10 +STR,Footing,Footing,Soil Conditions,GroundImprovementRequired,boolean,true +STR,Footing,Footing,Soil Conditions,SoilBearingPressureDesign,float,180.0 +STR,Footing,Footing,Manufacturer Info,Brand,label,GeoAnchorWorks +STR,Footing,Footing,Manufacturer Info,Model Code,label,FT-2026-C +STR,Footing,Footing,Product Materials,Lot Code,label,LOT-2026-02 +STR,Footing,Footing,Quantities,Overall Length,length,2.00 +STR,Footing,Footing,Quantities,Overall Width,length,1.80 +STR,Footing,Footing,Quantities,Profile Area,area,3.60 +STR,Footing,Footing,Quantities,Overall Volume,volume,1.26 +STR,Footing,Footing,Quantities,Overall Weight,float,9800.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_070_IFCPILE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_070_IFCPILE.csv new file mode 100644 index 0000000000000000000000000000000000000000..403c962b3ca4c8b5138599d78298a4c9550bf1c7 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_070_IFCPILE.csv @@ -0,0 +1,45 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +構造,杭,IfcPile,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,P-101 +構造,杭,IfcPile,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,場所打ちコンクリート杭 +構造,杭,IfcPile,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,B1F +構造,杭,IfcPile,Pset_PileCommon,Reference,IfcIdentifier,Fc30 +構造,杭,IfcPile,Pset_Uncertainty,UncertaintyDescription,IfcText,STK400 +構造,杭,IfcPile,Qto_PileBaseQuantities,Length,IfcLengthMeasure,15000.0 +構造,杭,IfcPile,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.60 +構造,杭,IfcPile,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,1000.0 +構造,杭,IfcPile,Pset_EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +構造,杭,IfcPile,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,3000.0 +構造,杭,IfcPile,Qto_PileBaseQuantities,CrossSectionArea,IfcAreaMeasure,1.5 +構造,杭,IfcPile,Pset_EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,15 +構造,杭,IfcPile,Pset_Uncertainty,VerticalUncertainty,IfcPositiveLengthMeasure,2000 +構造,杭,IfcPile,Qto_PileBaseQuantities,GrossVolume,IfcVolumeMeasure,12 +構造,杭,IfcPile,Pset_EnvironmentalCondition,MaximumRainIntensity,IfcReal,40 +構造,杭,IfcPile,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,D25 +構造,杭,IfcPile,Qto_BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,12 +構造,杭,IfcPile,Qto_BodyGeometryValidation,SurfaceGenusAfterFeatures,IfcCountMeasure,8 +構造,杭,IfcPile,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,D10 +構造,杭,IfcPile,Pset_EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,278.15 +構造,杭,IfcPile,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,DOC-PILE-TR-01 +構造,杭,IfcPile,Qto_BodyGeometryValidation,NetSurfaceArea,IfcAreaMeasure,4 +構造,杭,IfcPile,Pset_EnvironmentalCondition,SeismicResistance,IfcReal,0.3 +構造,杭,IfcPile,Pset_Condition,AssessmentDescription,IfcText,鋼材仕様を確認 +構造,杭,IfcPile,Pset_EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,323.15 +構造,杭,IfcPile,Pset_EnvironmentalCondition,SmokeLevel,IfcLabel,低煙環境 +構造,杭,IfcPile,Pset_EnvironmentalCondition,MaximumSolarRadiation,IfcReal,850 +構造,杭,IfcPile,Pset_Risk,RiskName,IfcLabel,施工リスク +構造,杭,IfcPile,Qto_BodyGeometryValidation,GrossSurfaceArea,IfcAreaMeasure,800 +構造,杭,IfcPile,Pset_EnvironmentalCondition,SaltMistLevel,IfcLabel,低塩害 +構造,杭,IfcPile,Pset_Uncertainty,HorizontalUncertainty,IfcPositiveLengthMeasure,2000 +構造,杭,IfcPile,Pset_EnvironmentalImpactIndicators,ClimateChangePerUnit,IfcMassMeasure,7000 +構造,杭,IfcPile,Pset_Tolerance,ToleranceDescription,IfcText,Fc15 +構造,杭,IfcPile,Pset_ConcreteElementGeneral,StrengthClass,IfcLabel,Fc25 +構造,杭,IfcPile,Pset_PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,PC +構造,杭,IfcPile,Pset_ConstructionAdministration,ProcurementMethod,IfcLabel,専門工事会社調達 +構造,杭,IfcPile,Pset_EnvironmentalImpactIndicators,WaterConsumptionPerUnit,IfcVolumeMeasure,8 +構造,杭,IfcPile,Qto_PileBaseQuantities,OuterSurfaceArea,IfcAreaMeasure,12 +構造,杭,IfcPile,Pset_Condition,LastAssessmentReport,IfcLabel,報告書未登録 +構造,杭,IfcPile,Pset_ManufacturerOccurrence,SerialNumber,IfcIdentifier,C種 +構造,杭,IfcPile,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,標準杭モデル +構造,杭,IfcPile,Pset_Warranty,WarrantyContent,IfcText,標準保証対象 +構造,杭,IfcPile,Pset_ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,杭施工要領.pdf +構造,杭,IfcPile,Pset_Condition,AssessmentType,IfcLabel,外観点検 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_071_IFCPILE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_071_IFCPILE.csv new file mode 100644 index 0000000000000000000000000000000000000000..940fa8cb790e70b8ce6491306aa0bc204a6ba69f --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_071_IFCPILE.csv @@ -0,0 +1,45 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +構造分類,IDS作成,杭,基本属性,管理記号,ラベル,PK-T09 +構造分類,IDS作成,杭,施工計画,施工シリーズ,ラベル,回転圧入埋設杭 +構造分類,IDS作成,杭,位置条件,基準グリッド,ラベル,G3通り +構造分類,IDS作成,杭,材料仕様_本体,設計基準強度,ラベル,Fc30 +構造分類,IDS作成,杭,材料仕様_外殻,外殻鋼材規格,ラベル,SKK490 +構造分類,IDS作成,杭,形状諸元_全体,設計有効長,実数,18250.0 +構造分類,IDS作成,杭,形状諸元_頭部,頭部最大径,実数,1450.0 +構造分類,IDS作成,杭,形状諸元_軸部,軸部代表径,実数,1000.0 +構造分類,IDS作成,杭,形状諸元_先端,先端拡径,実数,1850.0 +構造分類,IDS作成,杭,頭部詳細,頭部ストレート長,実数,2600.0 +構造分類,IDS作成,杭,頭部詳細,頭部テーパー長,実数,1550.0 +構造分類,IDS作成,杭,先端詳細,先端勾配角,実数,9.5 +構造分類,IDS作成,杭,先端詳細,先端有効長,実数,2100.0 +構造分類,IDS作成,杭,外殻詳細,外殻有効長,実数,9800.0 +構造分類,IDS作成,杭,外殻詳細,外殻板厚,実数,28.0 +構造分類,IDS作成,杭,補強仕様_領域A_主筋,呼び名,ラベル,D25 +構造分類,IDS作成,杭,補強仕様_領域A_主筋,配置総数,整数,18 +構造分類,IDS作成,杭,補強仕様_領域A_主筋,最外段本数,整数,8 +構造分類,IDS作成,杭,補強仕様_領域A_拘束筋,呼び名,ラベル,D16 +構造分類,IDS作成,杭,補強仕様_領域A_拘束筋,配置ピッチ,実数,100.0 +構造分類,IDS作成,杭,補強仕様_領域A_芯材,呼び名,ラベル,D32 +構造分類,IDS作成,杭,補強仕様_領域A_芯材,芯材本数,整数,4 +構造分類,IDS作成,杭,支持性能,短期基準支持力,整数,4100 +構造分類,IDS作成,杭,材料仕様_外殻,主要鋼管グレード,ラベル,SKK540 +構造分類,IDS作成,杭,施工記録,施工時偏位_X,整数,18 +構造分類,IDS作成,杭,施工記録,施工時偏位_Y,整数,-22 +構造分類,IDS作成,杭,施工記録,施工時偏位_Z,整数,12 +構造分類,IDS作成,杭,工法管理,施工方式名称,ラベル,中掘拡底埋込み工法 +構造分類,IDS作成,杭,寸法整理,代表外径コード,ラベル,φ1000級 +構造分類,IDS作成,杭,寸法整理,鋼管部板厚[mm],長さ,22 +構造分類,IDS作成,杭,寸法整理,鋼管部延長[mm],長さ,3200 +構造分類,IDS作成,杭,寸法整理,総設計長[mm],長さ,9600 +構造分類,IDS作成,杭,材料配合,周面固定材強度区分,ラベル,Fc21 +構造分類,IDS作成,杭,材料配合,先端固化材強度区分,ラベル,Fc36 +構造分類,IDS作成,杭,製品分類,既製体種別,ラベル,SC杭 +構造分類,IDS作成,杭,製品分類,施工分類,ラベル,埋込み工法 +構造分類,IDS作成,杭,軸部整理,軸部外径[mm],長さ,1000 +構造分類,IDS作成,杭,軸部整理,軸部板厚[mm],長さ,22 +構造分類,IDS作成,杭,製品管理,供給会社,ラベル,東都パイル製作所 +構造分類,IDS作成,杭,製品管理,仕様ランク,ラベル,高支持型 +構造分類,IDS作成,杭,製品管理,製品識別コード,ラベル,SC-1000H +構造分類,IDS作成,杭,継手管理,継手設置深度,ラベル,GL-8.2m +構造分類,IDS作成,杭,継手管理,継手方式,ラベル,ねじ式継手 +構造分類,IDS作成,杭,緊張材仕様,PC鋼材規格,ラベル,SBPR1080/1230 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_072_IFCPILE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_072_IFCPILE.csv new file mode 100644 index 0000000000000000000000000000000000000000..a911519e91e9681e52e98bb2b40729e3312a5576 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_072_IFCPILE.csv @@ -0,0 +1,45 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +構造,杭,杭,製品情報,メーカー,ラベル,東都パイル +構造,杭,杭,製品情報,杭の種類,ラベル,A種 +構造,杭,杭,製品情報,製品型番,ラベル,PRC-700A +構造,杭,杭,接合情報,継杭の位置,ラベル,GL-5.0m +構造,杭,杭,接合情報,杭継手の種類,ラベル,溶接式継手 +構造,杭,杭,材料情報,PC鋼棒強度,ラベル,SBPR1080/1230 +構造,杭,杭,識別情報,符号,ラベル,P-214 +構造,杭,杭,識別情報,工法名,ラベル,アースドリル杭 +構造,杭,杭,配置情報,所属階,ラベル,2F +構造,杭,杭,材料情報_コンクリート,コンクリート強度,ラベル,Fc33 +構造,杭,杭,材料情報_鋼材,鋼管材質,ラベル,STK490 +構造,杭,杭,寸法情報_長さ,全長,実数,14000.0 +構造,杭,杭,寸法情報_断面,拡頭径,実数,1100.0 +構造,杭,杭,寸法情報_断面,軸部径,実数,800.0 +構造,杭,杭,寸法情報_断面,拡底径,実数,1600.0 +構造,杭,杭,寸法情報_拡頭部,長さ,実数,2600.0 +構造,杭,杭,寸法情報_拡頭部,切替長さ,実数,1300.0 +構造,杭,杭,寸法情報_拡底部,傾斜角度,実数,10.0 +構造,杭,杭,寸法情報_拡底部,立ち上がり長さ,実数,1600.0 +構造,杭,杭,寸法情報_鋼管,長さ,実数,10000.0 +構造,杭,杭,寸法情報_鋼管,厚さ,実数,25.0 +構造,杭,杭,配筋情報_ゾーン1_主筋,径,ラベル,D29 +構造,杭,杭,配筋情報_ゾーン1_主筋,総本数,整数,10 +構造,杭,杭,配筋情報_ゾーン1_主筋,1段目本数,整数,6 +構造,杭,杭,配筋情報_ゾーン1_帯筋,径,ラベル,D10 +構造,杭,杭,配筋情報_ゾーン1_帯筋,ピッチ,実数,120.0 +構造,杭,杭,配筋情報_ゾーン1_芯鉄筋,径,ラベル,D32 +構造,杭,杭,配筋情報_ゾーン1_芯鉄筋,本数,整数,2 +構造,杭,杭,荷重情報,長期許容支持力,整数,2800 +構造,杭,杭,材料情報,杭鋼管部材質,ラベル,SKK490 +構造,杭,杭,施工情報,杭偏芯実績値_X,整数,-40 +構造,杭,杭,施工情報,杭偏芯実績値_Y,整数,30 +構造,杭,杭,施工情報,杭偏芯実績値_Z,整数,-15 +構造,杭,杭,識別情報,杭工法名,ラベル,オールケーシング工法 +構造,杭,杭,寸法情報,杭外径,ラベル,700 +構造,杭,杭,寸法情報,杭鋼管部厚さ,長さ,9 +構造,杭,杭,寸法情報,杭鋼管部長さ,長さ,1800 +構造,杭,杭,寸法情報,杭全長,長さ,6500 +構造,杭,杭,材料情報,杭周固定液強度,ラベル,Fc12 +構造,杭,杭,材料情報,根固め液強度,ラベル,Fc20 +構造,杭,杭,識別情報,既成杭構造種別,ラベル,PRC +構造,杭,杭,識別情報,杭工法分類,ラベル,オールケーシング工法 +構造,杭,杭,寸法情報,軸部外径,長さ,700 +構造,杭,杭,寸法情報,軸部厚さ,長さ,9 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_073_IFCROOF.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_073_IFCROOF.csv new file mode 100644 index 0000000000000000000000000000000000000000..db627f4a95287a363300a3e9b141bc579efdce92 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_073_IFCROOF.csv @@ -0,0 +1,50 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +STR,Roof,IfcRoof,Pset_RoofCommon,Reference,IfcIdentifier,Roof-A1 +STR,Roof,IfcRoof,Pset_RoofCommon,Status,IfcLabel,New +STR,Roof,IfcRoof,Pset_RoofCommon,LoadBearing,IfcBoolean,true +STR,Roof,IfcRoof,Pset_RoofCommon,IsExternal,IfcBoolean,true +STR,Roof,IfcRoof,Pset_RoofCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,30.0 +STR,Roof,IfcRoof,Pset_RoofCommon,AcousticRating,IfcLabel,1:4 +STR,Roof,IfcRoof,Qto_RoofBaseQuantities,GrossArea,IfcAreaMeasure,120.0 +STR,Roof,IfcRoof,Qto_BodyGeometryValidation,GrossSurfaceArea,IfcAreaMeasure,126.0 +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,0.050 +STR,Roof,IfcRoof,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,LiftingStrength,IfcPressureMeasure,2.0 +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,ReleaseStrength,IfcPressureMeasure,1.0 +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.8 +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,TransportationStrength,IfcPressureMeasure,5.0 +STR,Roof,IfcRoof,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,09506000452001 +STR,Roof,IfcRoof,Pset_Condition,AssessmentCondition,IfcLabel,OK +STR,Roof,IfcRoof,Pset_RoofCommon,FireRating,IfcLabel,EI60 +STR,Roof,IfcRoof,Pset_Risk,RiskType,IfcLabel,Event +STR,Roof,IfcRoof,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-ROOF-01 +STR,Roof,IfcRoof,Pset_MaintenanceStrategy,MonitoringType,IfcLabel,RoutineInspection +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,PadBearing +STR,Roof,IfcRoof,Pset_Condition,AssessmentType,IfcLabel,ConditionSurvey +STR,Roof,IfcRoof,Qto_BodyGeometryValidation,SurfaceGenusAfterFeatures,IfcCountMeasure,14 +STR,Roof,IfcRoof,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,C30/37 +STR,Roof,IfcRoof,Pset_ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.020 +STR,Roof,IfcRoof,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.002 +STR,Roof,IfcRoof,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,0.150 +STR,Roof,IfcRoof,Pset_Warranty,WarrantyContent,IfcText,External structural roof +STR,Roof,IfcRoof,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,InitialTension,IfcPressureMeasure,250.0 +STR,Roof,IfcRoof,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,S355 +STR,Roof,IfcRoof,Pset_Risk,MitigationProposed,IfcLabel,I-Section +STR,Roof,IfcRoof,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,8.10e-05 +STR,Roof,IfcRoof,Pset_Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,2.70e-05 +STR,Roof,IfcRoof,Pset_ElementKinematics,MaximumConstantSpeed,IfcLinearVelocityMeasure,1.20e-05 +STR,Roof,IfcRoof,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,M16 +STR,Roof,IfcRoof,Pset_Risk,MitigationPlanned,IfcLabel,Inspect membrane seams after severe weather +STR,Roof,IfcRoof,Pset_PrecastConcreteElementGeneral,FormStrippingStrength,IfcPressureMeasure,3.0 +STR,Roof,IfcRoof,Pset_ConstructionAdministration,ProcurementMethod,IfcLabel,Direct purchase +STR,Roof,IfcRoof,Pset_Condition,AssessmentDate,IfcDate,2025-09-10 +STR,Roof,IfcRoof,Pset_Warranty,WarrantyStartDate,IfcDate,2025-08-20 +STR,Roof,IfcRoof,Pset_Warranty,Exclusions,IfcText,Welded connection maintenance note +STR,Roof,IfcRoof,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,BituminousMembrane +STR,Roof,IfcRoof,Pset_ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,0.003 +STR,Roof,IfcRoof,Pset_Condition,AssessmentDescription,IfcText,External exposure confirmed +STR,Roof,IfcRoof,Qto_BodyGeometryValidation,NetSurfaceArea,IfcAreaMeasure,0.100 +STR,Roof,IfcRoof,Pset_ElementKinematics,LinearRange,IfcPositiveLengthMeasure,0.25 +STR,Roof,IfcRoof,Qto_RoofBaseQuantities,NetArea,IfcAreaMeasure,120.0 +STR,Roof,IfcRoof,Qto_RoofBaseQuantities,ProjectedArea,IfcAreaMeasure,110.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_074_IFCROOF.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_074_IFCROOF.csv new file mode 100644 index 0000000000000000000000000000000000000000..6971e0187a9ba71410dbc305bf8d8968e419050a --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_074_IFCROOF.csv @@ -0,0 +1,48 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,CamberAtMidspan,IfcRatioMeasure,0.01 +構造,屋根構造材,IfcRoof,Pset_EnvironmentalCondition,MaximumRainIntensity,IfcReal,1200 +構造,屋根構造材,IfcRoof,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,293.15 +構造,屋根構造材,IfcRoof,Pset_EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +構造,屋根構造材,IfcRoof,Pset_EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,45 +構造,屋根構造材,IfcRoof,Pset_EnvironmentalCondition,SaltMistLevel,IfcLabel,高塩害地域 +構造,屋根構造材,IfcRoof,Pset_EnvironmentalCondition,SeismicResistance,IfcReal,0.8 +構造,屋根構造材,IfcRoof,Pset_EnvironmentalCondition,MaximumSolarRadiation,IfcReal,900 +構造,屋根構造材,IfcRoof,Qto_BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,60 +構造,屋根構造材,IfcRoof,Pset_Condition,AssessmentCondition,IfcLabel,竣工時 +構造,屋根構造材,IfcRoof,Pset_Condition,AssessmentDescription,IfcText,断熱層にロックウールを採用 +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,ガルバリウム鋼板メーカーA +構造,屋根構造材,IfcRoof,Pset_RoofCommon,FireRating,IfcLabel,吹付タイル仕上げ1時間耐火 +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,25 +構造,屋根構造材,IfcRoof,Pset_Warranty,WarrantyContent,IfcText,アスファルトルーフィングを含む防水保証 +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,折板屋根パネル +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,BatterAtStart,IfcPlaneAngleMeasure,0.012 +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,BatterAtEnd,IfcPlaneAngleMeasure,0.015 +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,150 +構造,屋根構造材,IfcRoof,Pset_Condition,AssessmentType,IfcLabel,断熱仕様確認 +構造,屋根構造材,IfcRoof,Pset_RoofCommon,IsExternal,IfcBoolean,true +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,Shortening,IfcRatioMeasure,0.0015 +構造,屋根構造材,IfcRoof,Pset_Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,40 +構造,屋根構造材,IfcRoof,Qto_RoofBaseQuantities,GrossArea,IfcAreaMeasure,100 +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,ステンレス鋼板屋根仕様 +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,アルミ箔遮熱シート仕様 +構造,屋根構造材,IfcRoof,Pset_RoofCommon,Reference,IfcIdentifier,ROOF-TATE-01 +構造,屋根構造材,IfcRoof,Pset_ConstructionAdministration,ProcurementMethod,IfcLabel,専門業者手配 +構造,屋根構造材,IfcRoof,Pset_ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,6 +構造,屋根構造材,IfcRoof,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,4 +構造,屋根構造材,IfcRoof,Pset_ConcreteElementGeneral,ConcreteCoverAtLinks,IfcPositiveLengthMeasure,8 +構造,屋根構造材,IfcRoof,Pset_Warranty,Exclusions,IfcText,合板下地の端部補修は保証対象外 +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,RF-ROOF-001 +構造,屋根構造材,IfcRoof,Pset_RoofCommon,AcousticRating,IfcLabel,粘土瓦屋根55dB +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025年製 +構造,屋根構造材,IfcRoof,Pset_ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,85 +構造,屋根構造材,IfcRoof,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.65 +構造,屋根構造材,IfcRoof,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,12 +構造,屋根構造材,IfcRoof,Pset_Risk,AssociatedProduct,IfcLabel,ALCパネル屋根構成 +構造,屋根構造材,IfcRoof,Pset_Warranty,PointOfContact,IfcLabel,ゴムアス保証窓口 +構造,屋根構造材,IfcRoof,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,GTIN-SUS-ROOF-01 +構造,屋根構造材,IfcRoof,Pset_Risk,RiskName,IfcLabel,落下 +構造,屋根構造材,IfcRoof,Pset_Risk,AssociatedLocation,IfcLabel,棟部周辺 +構造,屋根構造材,IfcRoof,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,SPEC-JIS1 +構造,屋根構造材,IfcRoof,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,15 +構造,屋根構造材,IfcRoof,Pset_Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,3 +構造,屋根構造材,IfcRoof,Pset_PrecastConcreteElementGeneral,PieceMark,IfcLabel,345角瓦 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_075_IFCROOF.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_075_IFCROOF.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb8927452f882b0535b407e3ba939187c3218ce2 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_075_IFCROOF.csv @@ -0,0 +1,51 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +STR,Roof,Roof,Roof Common,RoofCode,label,Roof-B2 +STR,Roof,Roof,Roof Common,RoofState,label,Existing +STR,Roof,Roof,Roof Common,Load Bearing,boolean,false +STR,Roof,Roof,Roof Common,Exterior,boolean,true +STR,Roof,Roof,Roof Common,Pitch Angle,float,22.5 +STR,Roof,Roof,Roof Common,Pitch Ratio,label,1:3 +STR,Roof,Roof,Roof Common,Nominal Thickness,length,0.180 +STR,Roof,Roof,Roof Common,Effective Thickness,length,0.165 +STR,Roof,Roof,Roof Common,Insulation Thickness,length,0.080 +STR,Roof,Roof,Roof Common,Composite,boolean,true +STR,Roof,Roof,Roof Common,Live Load,float,2.5 +STR,Roof,Roof,Roof Common,Snow Load,float,0.7 +STR,Roof,Roof,Roof Common,Wind Load,float,0.9 +STR,Roof,Roof,Roof Common,Uplift Resistance,float,4.0 +STR,Roof,Roof,Roof Common,Dead Load,float,0.9 +STR,Roof,Roof,Roof Common,Serviceability,label,OK +STR,Roof,Roof,Roof Common,Fire Resistance,label,EI90 +STR,Roof,Roof,Structure,Primary Structure,label,SteelBeam +STR,Roof,Roof,Structure,Support Spacing,length,2.5 +STR,Roof,Roof,Structure,Connection Type,label,Welded +STR,Roof,Roof,Structure,Bearing Detail,label,FixedBearing +STR,Roof,Roof,Structure,Temporary Support,boolean,false +STR,Roof,Roof,Structure,Support Duration Days,integer,10 +STR,Roof,Roof,Concrete,Concrete Grade,label,C35/45 +STR,Roof,Roof,Concrete,Concrete Cover,length,0.025 +STR,Roof,Roof,Concrete,Rebar Area,area,0.003 +STR,Roof,Roof,Concrete,Rebar Spacing,length,0.125 +STR,Roof,Roof,Concrete,Prestressed,boolean,true +STR,Roof,Roof,Concrete,Tendon Type,label,Bar +STR,Roof,Roof,Concrete,Prestress Force per Tendon,float,280.0 +STR,Roof,Roof,Steel,Steel Grade,label,S275 +STR,Roof,Roof,Steel,Section Profile,label,H-Section +STR,Roof,Roof,Steel,Second Moment Iy,float,9.50e-05 +STR,Roof,Roof,Steel,Second Moment Iz,float,3.10e-05 +STR,Roof,Roof,Steel,Torsion Constant,float,1.50e-05 +STR,Roof,Roof,Steel,Bolt Spec,label,M12 +STR,Roof,Roof,Insulation,Insulation Type,label,PUR +STR,Roof,Roof,Insulation,Thermal Resistance,float,3.5 +STR,Roof,Roof,Insulation,Insulation Fixing,label,Adhesive +STR,Roof,Roof,Insulation,Formwork,label,Aluminum +STR,Roof,Roof,Construction,Deck Type,label,PrecastConcrete +STR,Roof,Roof,Construction,Deck Fixing,label,Adhesive +STR,Roof,Roof,Construction,Waterproofing Type,label,PVC +STR,Roof,Roof,Construction,Waterproofing Thickness,length,0.004 +STR,Roof,Roof,Construction,Green Roof,boolean,false +STR,Roof,Roof,Green Roof Soil,Soil Thickness,length,0.080 +STR,Roof,Roof,Green Roof Soil,Green Roof Live Load,float,0.30 +STR,Roof,Roof,Green Roof Soil,PlantingSurface,area,95.0 +STR,Roof,Roof,Quantities,Projected Area,area,115.0 +STR,Roof,Roof,Quantities,Estimated Dead Load,float,0.9 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_076_IFCWALL.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_076_IFCWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..a1866e53ddf0f5914c6a84c62dec391bf3fffd01 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_076_IFCWALL.csv @@ -0,0 +1,60 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +STR,Wall(STR),IfcWall,Pset_WallCommon,Reference,IfcIdentifier,Wall-A1 +STR,Wall(STR),IfcWall,Pset_WallCommon,Status,IfcLabel,New +STR,Wall(STR),IfcWall,Pset_WallCommon,LoadBearing,IfcBoolean,true +STR,Wall(STR),IfcWall,Pset_WallCommon,IsExternal,IfcBoolean,true +STR,Wall(STR),IfcWall,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,WALL-RC-200A +STR,Wall(STR),IfcWall,Pset_WallCommon,ThermalTransmittance,IfcThermalTransmittanceMeasure,0.200 +STR,Wall(STR),IfcWall,Pset_WallCommon,AcousticRating,IfcLabel,STC55 +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,Height,IfcLengthMeasure,3.00 +STR,Wall(STR),IfcWall,Pset_Condition,AssessmentDescription,IfcText,WallType: Loadbearing +STR,Wall(STR),IfcWall,Pset_WallCommon,SurfaceSpreadOfFlame,IfcLabel,ClassA +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,GrossFootPrintArea,IfcAreaMeasure,2.0 +STR,Wall(STR),IfcWall,Pset_WallCommon,FireRating,IfcLabel,EI60 +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,NetFootPrintArea,IfcAreaMeasure,0.8 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,StrengthClass,IfcLabel,C30/37 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,ConcreteCover,IfcPositiveLengthMeasure,0.020 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,ReinforcementAreaRatio,IfcAreaDensityMeasure,0.002 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,StructuralClass,IfcLabel,LoadbearingWall +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,AssemblyPlace,IfcLabel,OnSite +STR,Wall(STR),IfcWall,Pset_ReinforcementBarPitchOfWall,VerticalBarPitch,IfcPositiveLengthMeasure,0.000201 +STR,Wall(STR),IfcWall,Pset_ReinforcementBarPitchOfWall,HorizontalBarPitch,IfcPositiveLengthMeasure,0.400 +STR,Wall(STR),IfcWall,Pset_ReinforcementBarPitchOfWall,SpacingBarPitch,IfcPositiveLengthMeasure,0.100 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,ConcreteCoverAtMainBars,IfcPositiveLengthMeasure,0.020 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,ConcreteCoverAtLinks,IfcPositiveLengthMeasure,0.020 +STR,Wall(STR),IfcWall,Pset_ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,SAFE-WALL-01 +STR,Wall(STR),IfcWall,Pset_Condition,AssessmentType,IfcLabel,ConditionSurvey +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,ExposureClass,IfcLabel,XC4 +STR,Wall(STR),IfcWall,Pset_Condition,LastAssessmentReport,IfcLabel,RPT-WALL-01 +STR,Wall(STR),IfcWall,Pset_PrecastConcreteElementGeneral,CornerChamfer,IfcPositiveLengthMeasure,0.010 +STR,Wall(STR),IfcWall,Pset_ConcreteElementGeneral,ReinforcementVolumeRatio,IfcMassDensityMeasure,80 +STR,Wall(STR),IfcWall,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,C-section stud +STR,Wall(STR),IfcWall,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,Fixed bracket +STR,Wall(STR),IfcWall,Pset_Warranty,WarrantyContent,IfcText,Mineral wool insulation layer +STR,Wall(STR),IfcWall,Pset_PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,Sandwich panel +STR,Wall(STR),IfcWall,Pset_MaintenanceTriggerCondition,ConditionTargetPerformance,IfcLabel,Moderate +STR,Wall(STR),IfcWall,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,LiftingAnchorPositions: Top-left +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,NetSideArea,IfcAreaMeasure,25.0 +STR,Wall(STR),IfcWall,Pset_PrecastConcreteElementFabrication,ProductionLotId,IfcIdentifier,LOT-2025-01 +STR,Wall(STR),IfcWall,Pset_Condition,AssessmentCondition,IfcLabel,Wet condition +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,NetWeight,IfcMassMeasure,1500 +STR,Wall(STR),IfcWall,Pset_EnvironmentalCondition,MaximumSolarRadiation,IfcReal,120 +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,Length,IfcLengthMeasure,0.50 +STR,Wall(STR),IfcWall,Pset_PrecastConcreteElementGeneral,MinimumAllowableSupportLength,IfcPositiveLengthMeasure,0.060 +STR,Wall(STR),IfcWall,Pset_Risk,RiskName,IfcLabel,Combustible joint +STR,Wall(STR),IfcWall,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,2 +STR,Wall(STR),IfcWall,Pset_Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,1.50 +STR,Wall(STR),IfcWall,Pset_Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,1 +STR,Wall(STR),IfcWall,Pset_PrecastConcreteElementFabrication,TypeDesignation,IfcLabel,PanelType-A +STR,Wall(STR),IfcWall,Pset_WallCommon,Combustible,IfcBoolean,true +STR,Wall(STR),IfcWall,Pset_EnvironmentalImpactValues,Duration,IfcDuration,P7D +STR,Wall(STR),IfcWall,Pset_ConstructionAdministration,ProcurementMethod,IfcLabel,Supplier installation +STR,Wall(STR),IfcWall,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,WallCo +STR,Wall(STR),IfcWall,Pset_ConstructionOccurence,ModelNumber,IfcLabel,WL-2025-A +STR,Wall(STR),IfcWall,Pset_Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,6.0 +STR,Wall(STR),IfcWall,Pset_Tolerance,OverallStraightness,IfcPositiveLengthMeasure,3.0 +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,GrossSideArea,IfcAreaMeasure,18.0 +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,GrossVolume,IfcVolumeMeasure,4.50 +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,NetVolume,IfcVolumeMeasure,4.30 +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,Width,IfcLengthMeasure,0.200 +STR,Wall(STR),IfcWall,Qto_WallBaseQuantities,GrossWeight,IfcMassMeasure,1800.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_077_IFCWALL.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_077_IFCWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..6d821dd35515340cb8fa3c4f65a0abded237685a --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_077_IFCWALL.csv @@ -0,0 +1,60 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +STR,Wall(STR),Wall,Wall Basics,WallCode,label,Wall-B2 +STR,Wall(STR),Wall,Wall Basics,InstallState,label,Existing +STR,Wall(STR),Wall,Wall Basics,SupportRole,boolean,false +STR,Wall(STR),Wall,Wall Basics,External,boolean,false +STR,Wall(STR),Wall,Wall Basics,CoreMaterial,label,PrecastConcrete +STR,Wall(STR),Wall,Wall Basics,Nominal Thickness Measure,length,0.250 +STR,Wall(STR),Wall,Wall Basics,Effective Thickness,length,0.220 +STR,Wall(STR),Wall,Wall Basics,Overall Height,length,3.20 +STR,Wall(STR),Wall,Wall Basics,WallType,label,Shear +STR,Wall(STR),Wall,Wall Basics,Design LiveLoad,float,3.0 +STR,Wall(STR),Wall,Wall Basics,Design WindLoad,float,1.2 +STR,Wall(STR),Wall,Wall Basics,Fire Resistance Level,label,EI90 +STR,Wall(STR),Wall,Wall Basics,Heat Loss Coefficient,float,0.28 +STR,Wall(STR),Wall,Concrete Specification,ConcreteGrade,label,C40/50 +STR,Wall(STR),Wall,Concrete Specification,Cover Depth,length,0.025 +STR,Wall(STR),Wall,Concrete Specification,ReinforcementArea,area,0.003 +STR,Wall(STR),Wall,Concrete Specification,Rebar Spacing,length,0.125 +STR,Wall(STR),Wall,Concrete Specification,Fabrication Location,label,Factory +STR,Wall(STR),Wall,Reinforcement Layout,VerticalBarArea,area,0.000245 +STR,Wall(STR),Wall,Reinforcement Layout,VerticalBarCount,integer,8 +STR,Wall(STR),Wall,Reinforcement Layout,VerticalBarSpacing,length,0.120 +STR,Wall(STR),Wall,Reinforcement Layout,HorizontalBarArea,area,0.000314 +STR,Wall(STR),Wall,Reinforcement Layout,HorizontalBarSpacing,length,0.180 +STR,Wall(STR),Wall,Reinforcement Layout,ShearReinforcement,label,Mesh +STR,Wall(STR),Wall,Masonry,MasonryUnitType,text,CalciumSilicate +STR,Wall(STR),Wall,Masonry,MasonryUnitStrength,label,M7.5 +STR,Wall(STR),Wall,Masonry,MortarType,label,TypeM +STR,Wall(STR),Wall,Masonry,BedJointThickness,length,0.008 +STR,Wall(STR),Wall,Steel Stud,StudSpacing,length,0.450 +STR,Wall(STR),Wall,Steel Stud,StudSection,label,Z-section +STR,Wall(STR),Wall,Steel Stud,BracketType,label,Adjustable +STR,Wall(STR),Wall,Steel Stud,InsulationType,label,RockWool +STR,Wall(STR),Wall,Prefab,PanelType,label,GFRC +STR,Wall(STR),Wall,Prefab,JointStyle,label,Grouted +STR,Wall(STR),Wall,Prefab,LiftingAnchorPositions,text,Bottom-left +STR,Wall(STR),Wall,Prefab,PanelWeight,float,320.0 +STR,Wall(STR),Wall,Prefab,LotTrackingId,label,LOT-2025-09 +STR,Wall(STR),Wall,Retaining Wall,RetainedMaterial,label,Rock +STR,Wall(STR),Wall,Retaining Wall,BackfillSlope,float,1.8 +STR,Wall(STR),Wall,Retaining Wall,SoilPressureAtBase,float,150.0 +STR,Wall(STR),Wall,Retaining Wall,ToeLength,length,0.55 +STR,Wall(STR),Wall,Retaining Wall,HeelLength,length,0.65 +STR,Wall(STR),Wall,Openings,HasOpenings,boolean,false +STR,Wall(STR),Wall,Openings,OpeningsCount,integer,1 +STR,Wall(STR),Wall,Openings,TotalOpeningArea,area,0.90 +STR,Wall(STR),Wall,Openings,PenetrationsCount,integer,0 +STR,Wall(STR),Wall,Construction,FormworkType,label,Steel +STR,Wall(STR),Wall,Construction,TemporarySupportRequired,boolean,false +STR,Wall(STR),Wall,Construction,CuringTime,integer,10 +STR,Wall(STR),Wall,Construction,InstallationSequence,label,Segmental +STR,Wall(STR),Wall,Manufacturer Info,Brand,label,NeoWall +STR,Wall(STR),Wall,Manufacturer Info,Model Code,label,WL-3030-B +STR,Wall(STR),Wall,Product Materials,Overall Length,length,5.5 +STR,Wall(STR),Wall,Quantities,Overall Height,length,3.20 +STR,Wall(STR),Wall,Quantities,Overall Side Area,area,19.2 +STR,Wall(STR),Wall,Quantities,Overall Volume,volume,5.10 +STR,Wall(STR),Wall,Quantities,Effective Volume,volume,4.85 +STR,Wall(STR),Wall,Quantities,Overall Width,length,0.250 +STR,Wall(STR),Wall,Quantities,Overall Weight,float,2100.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_078_IFCWALL.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_078_IFCWALL.csv new file mode 100644 index 0000000000000000000000000000000000000000..9c75d0771c0d42d91375cfe67379f47596ad1728 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_078_IFCWALL.csv @@ -0,0 +1,40 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +構造,耐力壁,IfcWall,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,W-101 +構造,耐力壁,IfcWall,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,耐力壁 +構造,耐力壁,IfcWall,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,2F +構造,耐力壁,IfcWall,Pset_ReinforcementBarPitchOfWall,Description,IfcText,Fc24 +構造,耐力壁,IfcWall,Pset_EnvironmentalCondition,MaximumRainIntensity,IfcReal,150 +構造,耐力壁,IfcWall,Pset_ReinforcementBarPitchOfWall,Reference,IfcLabel,ダブル配筋 +構造,耐力壁,IfcWall,Pset_Uncertainty,UncertaintyDescription,IfcText,D13 +構造,耐力壁,IfcWall,Pset_ManufacturerOccurrence,BatchReference,IfcIdentifier,D16 +構造,耐力壁,IfcWall,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,200 +構造,耐力壁,IfcWall,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDescription,IfcText,D10 +構造,耐力壁,IfcWall,Pset_PrecastConcreteElementGeneral,SupportDuringTransportDocReference,IfcExternalReference,DOC-WALL-TR-01 +構造,耐力壁,IfcWall,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.50 +構造,耐力壁,IfcWall,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,W-102 +構造,耐力壁,IfcWall,Pset_Condition,AssessmentDescription,IfcText,壁種別を確認 +構造,耐力壁,IfcWall,Pset_WallCommon,Combustible,IfcBoolean,true +構造,耐力壁,IfcWall,Pset_WallCommon,IsExternal,IfcBoolean,false +構造,耐力壁,IfcWall,Pset_WallCommon,LoadBearing,IfcBoolean,true +構造,耐力壁,IfcWall,Pset_Risk,RiskName,IfcLabel,ひび割れ +構造,耐力壁,IfcWall,Pset_Tolerance,ToleranceDescription,IfcText,Fc21 +構造,耐力壁,IfcWall,Pset_EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,18 +構造,耐力壁,IfcWall,Pset_EnvironmentalCondition,SeismicResistance,IfcReal,0.6 +構造,耐力壁,IfcWall,Pset_EnvironmentalCondition,MaximumSolarRadiation,IfcReal,200 +構造,耐力壁,IfcWall,Pset_EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +構造,耐力壁,IfcWall,Pset_EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,288.15 +構造,耐力壁,IfcWall,Pset_EnvironmentalCondition,SaltMistLevel,IfcLabel,高塩害 +構造,耐力壁,IfcWall,Qto_BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,200 +構造,耐力壁,IfcWall,Pset_WallCommon,ExtendToStructure,IfcBoolean,false +構造,耐力壁,IfcWall,Pset_WallCommon,Compartmentation,IfcBoolean,false +構造,耐力壁,IfcWall,Pset_Warranty,IsExtendedWarranty,IfcBoolean,false +構造,耐力壁,IfcWall,Pset_WallCommon,Reference,IfcIdentifier,VERTICAL +構造,耐力壁,IfcWall,Pset_EnvironmentalImpactIndicators,IndicatorsUnit,IfcText,水平配筋基準 +構造,耐力壁,IfcWall,Pset_PrecastConcreteElementGeneral,TypeDesignation,IfcLabel,ダブル配筋 +構造,耐力壁,IfcWall,Pset_EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,303.15 +構造,耐力壁,IfcWall,Pset_EnvironmentalCondition,SmokeLevel,IfcLabel,中煙環境 +構造,耐力壁,IfcWall,Pset_PrecastConcreteElementGeneral,PieceMark,IfcLabel,D10 +構造,耐力壁,IfcWall,Pset_PrecastConcreteElementGeneral,DesignLocationNumber,IfcLabel,D13 +構造,耐力壁,IfcWall,Pset_EnvironmentalImpactIndicators,ClimateChangePerUnit,IfcMassMeasure,200 +構造,耐力壁,IfcWall,Pset_Condition,AssessmentCondition,IfcLabel,施工完了時 +構造,耐力壁,IfcWall,Pset_ManufacturerOccurrence,SerialNumber,IfcIdentifier,D13 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_079_IFCSANITARYTERMINALTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_079_IFCSANITARYTERMINALTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..5c29c693c3cf83f3922e5ccbbc284b37d5a9b5e5 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_079_IFCSANITARYTERMINALTYPE.csv @@ -0,0 +1,48 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),流量評価,器具給水係数[点],実数,2.8 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),個体台帳,採用ユニット数,整数,7 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),洗浄制御,洗浄方式,ラベル,サイホンゼット式 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),給水計画,標準洗浄量[L/回],整数,5 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),排水計画,排水算定指数,整数,2 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),再利用水条件,再生水需要係数,実数,1.7 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),給水計画,上水算定指数,整数,3 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),供給評価,WFU換算値,整数,1 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),供給評価,CWFU換算係数,実数,1.1 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),供給評価,HWFU換算係数,実数,0.9 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),機種構成,本体採用型式,ラベル,CTS-820R +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),機種構成,洗浄弁採用型式,ラベル,FV-211K +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),機種構成,便座採用型式,ラベル,SW-44N +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),機種構成,固定金物採用型式,ラベル,BRK-820S +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),同梱構成,標準同梱品,ラベル,止水栓セット +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),管理記録,資産管理番号,ラベル,SAN-2025-1142 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),管理記録,設置基準日,日付,2025-03-14 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),個体台帳,管理対象台数,整数,9 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),エネルギー参照,ガス換算消費量[Nm3/h],実数,0.0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),エネルギー参照,蒸気換算消費量[kg/h],整数,0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),エネルギー参照,補助熱源区分,ラベル,非燃焼機器 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),エネルギー参照,液体燃料換算量[l/h],実数,0.0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),圧力条件,耐圧試験基準[kPa],整数,750 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),圧力条件,標準使用圧[kPa],整数,180 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),圧力条件,許容最高圧[kPa],整数,300 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),温熱条件,洗浄湯設定温度[℃],実数,38.5 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),温熱条件,給湯入口温度[℃],実数,55.0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),温熱条件,便座設定温度[℃],実数,34.0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),損失評価,温水系圧損[kPa],整数,18 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),流体条件,瞬時給水量[l/min],整数,13 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),流体条件,瞬時給湯量[l/min],整数,4 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),流体条件,適用容量区分[号],整数,12 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),流体条件,循環設定流量,整数,0 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),資料参照,技術資料リンク,ラベル,https://assets.sample-facility.jp/docs/plumbing/cts-820r_tech.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),資料参照,部品一覧ファイル,ラベル,cts-820r_partslist_rev2.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),資料参照,部品一覧リンク,ラベル,https://assets.sample-facility.jp/docs/plumbing/cts-820r_partslist_rev2.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),施工参照,施工手順ファイル,ラベル,cts-820r_installguide.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),施工参照,施工手順リンク,ラベル,https://assets.sample-facility.jp/docs/plumbing/cts-820r_installguide.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),保守参照,保守要領ファイル,ラベル,cts-820r_servicebook.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),保守参照,保守要領リンク,ラベル,https://assets.sample-facility.jp/docs/plumbing/cts-820r_servicebook.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),同梱構成,付属資料一覧,ラベル,cts-820r_accessorysheet.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),図面参照,納まり図ファイル,ラベル,cts-820r_detail.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),図面参照,仕様図ファイル,ラベル,cts-820r_specdrawing.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),図面参照,仕様図リンク,ラベル,https://assets.sample-facility.jp/drawings/plumbing/cts-820r_specdrawing.pdf +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),接続寸法,給水接続径[mm],長さ,15 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),接続寸法,給湯接続径[mm],長さ,10 +設備カテゴリ,便器仕様の情報確認,衛生器具(給排水衛生器具),接続寸法,排水芯高さ[mm],長さ,180 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_080_IFCSANITARYTERMINALTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_080_IFCSANITARYTERMINALTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..d05c563a44d398b2f5559be735755c8a24eedcff --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_080_IFCSANITARYTERMINALTYPE.csv @@ -0,0 +1,48 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,給水負荷単位 [水栓],実数,3.2 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,給水負荷単位 [洗浄],整数,5 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,給水量情報,ラベル,変流量方式 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,洗浄水量 [L/回],整数,5 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,上水負荷単位,整数,3 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,中水負荷単位,実数,2 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,給排水衛生設備,汚水負荷単位,整数,2 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,機械,WFU,整数,3 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,機械,CWFU,実数,1.2 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,機械,HWFU,実数,0.8 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,データ,参考品番A,ラベル,WSU-120 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,データ,参考付属品番A,ラベル,WSU-120-ACC +設備,便器・洗面器・流し,衛生器具ユニットタイプ,データ,参考品番B,ラベル,HWS-65 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,データ,参考付属品番B,ラベル,HWS-65-ACC +設備,便器・洗面器・流し,衛生器具ユニットタイプ,データ,付属品,ラベル,取付ボルト一式 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,その他,製造番号,ラベル,2025-WSU-00312 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,その他,設置年月,日付,2025-07-24 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,その他,個数,整数,4 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,消費量仕様情報,ガス消費量 [Nm3/h],実数,4.2 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,消費量仕様情報,蒸気消費量 [kg/h],整数,80 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,消費量仕様情報,燃料種別,ラベル,LPガス +設備,便器・洗面器・流し,衛生器具ユニットタイプ,消費量仕様情報,油消費量 [l/h],実数,0 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水圧力仕様情報,コイル耐圧 [kPa],整数,1000 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水圧力仕様情報,圧力 [kPa],整数,120 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水圧力仕様情報,最高使用圧力 [kPa],整数,150 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水温度仕様情報,温水温度 [℃],実数,42 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水温度仕様情報,給湯水温度 [℃],実数,55 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水温度仕様情報,沸き上げ温度 [℃],実数,38 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水抵抗仕様情報,温水圧力損失 [kPa],整数,45 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水量仕様情報,温水量 [l/min],整数,28 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水量仕様情報,給湯量 [l/min],整数,28 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水量仕様情報,号数 [号],整数,24 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,水量仕様情報,風呂追焚循環量,整数,0 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,テクニカルドキュメントURL,テキスト,https://example.com/docs/WSU-120/tech +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,構成部品リスト,ラベル,parts_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,構成部品リストURL,テキスト,https://example.com/docs/WSU-120/parts +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,施工要領,ラベル,install_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,施工要領URL,テキスト,https://example.com/docs/WSU-120/install +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,取扱・保守要領,ラベル,manual_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,取扱・保守要領URL,テキスト,https://example.com/docs/WSU-120/manual +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図書仕様情報,付属品リスト,ラベル,accessories_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図面仕様情報,構造図,ラベル,struct_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図面仕様情報,仕様図,ラベル,spec_v2.pdf +設備,便器・洗面器・流し,衛生器具ユニットタイプ,図面仕様情報,仕様図URL,テキスト,https://example.com/docs/WSU-120/spec +設備,便器・洗面器・流し,衛生器具ユニットタイプ,配管接続口仕様情報,給水接続口 [mm],長さ,20 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,配管接続口仕様情報,給湯接続口 [mm],長さ,15 +設備,便器・洗面器・流し,衛生器具ユニットタイプ,配管接続口仕様情報,排水接続口 [mm],長さ,32 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_081_IFCVALVETYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_081_IFCVALVETYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..ea4cdace5818cb3d9b5974dfacbb42192fe85702 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_081_IFCVALVETYPE.csv @@ -0,0 +1,43 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,Reference,IfcIdentifier,Valve-A1 +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,Status,IfcLabel,New +MEP,Valve,IfcValveType,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,ValveWorksInc +MEP,Valve,IfcValveType,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,VV-2025-A +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,ValvePattern,IfcLabel,Straight 2 Port +MEP,Valve,IfcValveType,Pset_MaintenanceStrategy,MonitoringType,IfcLabel,RoutineInspection +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,Size,IfcPositiveLengthMeasure,0.050 +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,ValveOperation,IfcLabel,Lever +MEP,Valve,IfcValveType,Pset_ConstructionAdministration,ProcurementMethod,IfcLabel,Vendor supply +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,FlowCoefficient,IfcReal,12.0 +MEP,Valve,IfcValveType,Pset_ElementSize,NominalLength,IfcPositiveLengthMeasure,0.200 +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,CloseOffRating,IfcPressureMeasure,1.6 +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,WorkingPressure,IfcPressureMeasure,1.6 +MEP,Valve,IfcValveType,Pset_EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,150.0 +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,ValveMechanism,IfcLabel,Ball +MEP,Valve,IfcValveType,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +MEP,Valve,IfcValveType,Pset_MaintenanceTriggerPerformance,DisposalLevel,IfcReal,12.5 +MEP,Valve,IfcValveType,Pset_MaintenanceTriggerPerformance,TargetPerformance,IfcReal,14.5 +MEP,Valve,IfcValveType,Pset_MaintenanceTriggerPerformance,PerformanceMaintenanceLevel,IfcReal,0.50 +MEP,Valve,IfcValveType,Pset_MaintenanceTriggerPerformance,ReplacementLevel,IfcReal,0.01 +MEP,Valve,IfcValveType,Pset_ValveTypeCommon,TestPressure,IfcPressureMeasure,0.10 +MEP,Valve,IfcValveType,Pset_ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,24 +MEP,Valve,IfcValveType,Pset_ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcInteger,1 +MEP,Valve,IfcValveType,Pset_EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,5000000 +MEP,Valve,IfcValveType,Pset_Condition,AssessmentCondition,IfcLabel,Commissioning +MEP,Valve,IfcValveType,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,4-20mA signal spec +MEP,Valve,IfcValveType,Pset_Condition,AssessmentType,IfcLabel,MaterialInspection +MEP,Valve,IfcValveType,Pset_Risk,AssociatedProduct,IfcLabel,Stainless steel trim +MEP,Valve,IfcValveType,Pset_Warranty,Exclusions,IfcText,PTFE seat excluded from abrasive service +MEP,Valve,IfcValveType,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,09506000123456 +MEP,Valve,IfcValveType,Pset_Warranty,WarrantyContent,IfcText,Epoxy coated body +MEP,Valve,IfcValveType,Pset_ElectricalDeviceCommon,IP_Code,IfcLabel,IP65 +MEP,Valve,IfcValveType,Pset_ElectricalDeviceCommon,IK_Code,IfcLabel,IK08 +MEP,Valve,IfcValveType,Pset_ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +MEP,Valve,IfcValveType,Pset_Risk,MitigationPlanned,IfcLabel,Padlock provision +MEP,Valve,IfcValveType,Pset_EnvironmentalImpactValues,LeadOutTime,IfcDuration,P5D +MEP,Valve,IfcValveType,Pset_Condition,AssessmentDescription,IfcText,Valve operation verified during commissioning +MEP,Valve,IfcValveType,Pset_ElementSize,NominalHeight,IfcPositiveLengthMeasure,1.20 +MEP,Valve,IfcValveType,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P1D +MEP,Valve,IfcValveType,Pset_ConstructionAdministration,SubmittalIdentifer,IfcLabel,Double block configuration +MEP,Valve,IfcValveType,Pset_MaintenanceStrategy,AssetCriticality,IfcLabel,Moderate +MEP,Valve,IfcValveType,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_082_IFCVALVETYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_082_IFCVALVETYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..55f7a03ee34a010c46775f88f192f5a3f626c536 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_082_IFCVALVETYPE.csv @@ -0,0 +1,59 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +設備,バルブ,IfcValveType,Pset_ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,2 +設備,バルブ,IfcValveType,Pset_ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,1 +設備,バルブ,IfcValveType,Pset_ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,25 +設備,バルブ,IfcValveType,Pset_ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,50 +設備,バルブ,IfcValveType,Pset_ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,0.95 +設備,バルブ,IfcValveType,Pset_ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +設備,バルブ,IfcValveType,Pset_ElectricalDeviceCommon,IP_Code,IfcLabel,IP54 +設備,バルブ,IfcValveType,Pset_ElectricalDeviceCommon,IK_Code,IfcLabel,IK08 +設備,バルブ,IfcValveType,Pset_ElectricalDeviceCommon,EarthingStyle,IfcLabel,TN-S +設備,バルブ,IfcValveType,Pset_ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,32 +設備,バルブ,IfcValveType,Pset_ElectricalDeviceCommon,Power,IfcPowerMeasure,0.2 +設備,バルブ,IfcValveType,Pset_ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,0.1 +設備,バルブ,IfcValveType,Pset_ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,2 +設備,バルブ,IfcValveType,Pset_ValveTypeCommon,Size,IfcPositiveLengthMeasure,0.020 +設備,バルブ,IfcValveType,Pset_ValveTypeCommon,TestPressure,IfcPressureMeasure,2.5 +設備,バルブ,IfcValveType,Pset_ValveTypeCommon,WorkingPressure,IfcPressureMeasure,1.0 +設備,バルブ,IfcValveType,Pset_ValveTypeCommon,FlowCoefficient,IfcReal,1.0 +設備,バルブ,IfcValveType,Pset_ValveTypeCommon,CloseOffRating,IfcPressureMeasure,1.0 +設備,バルブ,IfcValveType,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.45 +設備,バルブ,IfcValveType,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,293.15 +設備,バルブ,IfcValveType,Pset_EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +設備,バルブ,IfcValveType,Pset_EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,278.15 +設備,バルブ,IfcValveType,Pset_EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,313.15 +設備,バルブ,IfcValveType,Pset_EnvironmentalCondition,MaximumRainIntensity,IfcReal,25 +設備,バルブ,IfcValveType,Pset_EnvironmentalCondition,SaltMistLevel,IfcLabel,低塩害 +設備,バルブ,IfcValveType,Pset_EnvironmentalCondition,SeismicResistance,IfcReal,0.6 +設備,バルブ,IfcValveType,Pset_EnvironmentalCondition,SmokeLevel,IfcLabel,低煙環境 +設備,バルブ,IfcValveType,Pset_EnvironmentalCondition,MaximumSolarRadiation,IfcReal,800 +設備,バルブ,IfcValveType,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P1D +設備,バルブ,IfcValveType,Pset_ValveTypeCommon,Reference,IfcIdentifier,CHW-25A +設備,バルブ,IfcValveType,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,CHW-A25-ACC +設備,バルブ,IfcValveType,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,HWS-20A +設備,バルブ,IfcValveType,Pset_Condition,AssessmentDescription,IfcText,付属品の有無を確認 +設備,バルブ,IfcValveType,Pset_MaintenanceTriggerPerformance,TargetPerformance,IfcReal,1 +設備,バルブ,IfcValveType,Pset_Condition,AssessmentDate,IfcDate,2021-09-24 +設備,バルブ,IfcValveType,Pset_MaintenanceTriggerPerformance,PerformanceMaintenanceLevel,IfcReal,1 +設備,バルブ,IfcValveType,Pset_MaintenanceTriggerPerformance,ReplacementLevel,IfcReal,0 +設備,バルブ,IfcValveType,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,A社 +設備,バルブ,IfcValveType,Pset_ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-VLV-OPS-01 +設備,バルブ,IfcValveType,Pset_Condition,LastAssessmentReport,IfcLabel,RPT-VLV-2025-01 +設備,バルブ,IfcValveType,Pset_Risk,AssociatedActivity,IfcLabel,設備 +設備,バルブ,IfcValveType,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-VLV-2025-01 +設備,バルブ,IfcValveType,Pset_ValveTypeCommon,ValvePattern,IfcLabel,直線2ポート +設備,バルブ,IfcValveType,Pset_MaintenanceTriggerPerformance,DisposalLevel,IfcReal,0 +設備,バルブ,IfcValveType,Pset_Warranty,PointOfContact,IfcLabel,設備保全部門 +設備,バルブ,IfcValveType,Pset_Warranty,WarrantyStartDate,IfcDate,2020-03-23 +設備,バルブ,IfcValveType,Pset_Warranty,WarrantyContent,IfcText,定期点検契約を含む +設備,バルブ,IfcValveType,Pset_Risk,AssociatedLocation,IfcLabel,JPN +設備,バルブ,IfcValveType,Pset_ConstructionAdministration,SubmittalIdentifer,IfcLabel,Rebro +設備,バルブ,IfcValveType,Pset_MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P10D +設備,バルブ,IfcValveType,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,2 +設備,バルブ,IfcValveType,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,JIS B0000 +設備,バルブ,IfcValveType,Pset_Condition,AssessmentType,IfcLabel,材質確認 +設備,バルブ,IfcValveType,Pset_EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,305 +設備,バルブ,IfcValveType,Pset_ElementSize,NominalWidth,IfcPositiveLengthMeasure,0.225 +設備,バルブ,IfcValveType,Pset_ElementSize,NominalHeight,IfcPositiveLengthMeasure,0.595 +設備,バルブ,IfcValveType,Pset_ValveTypeCommon,ValveOperation,IfcLabel,手動ハンドル +設備,バルブ,IfcValveType,Pset_MaintenanceTriggerDuration,DurationTargetPerformance,IfcDuration,P25D diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_083_IFCLIGHTFIXTURETYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_083_IFCLIGHTFIXTURETYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..d2505a9580d67f4e44f412e7576548ab5aacf55e --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_083_IFCLIGHTFIXTURETYPE.csv @@ -0,0 +1,45 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +MEP,LightFixture,Light Fixture Type,Product Basics,BrandName,label,LightCo +MEP,LightFixture,Light Fixture Type,Product Basics,Model,label,LF-2025-A +MEP,LightFixture,Light Fixture Type,Product Basics,ExteriorTone,label,White +MEP,LightFixture,Light Fixture Type,Product Basics,InstallMethod,text,Recessed +MEP,LightFixture,Light Fixture Type,Product Basics,Mounting Height,length,2.70 +MEP,LightFixture,Light Fixture Type,Product Basics,UnitMass,float,3.5 +MEP,LightFixture,Light Fixture Type,Product Basics,Overall Size,text,0.200x0.150x0.080 +MEP,LightFixture,Light Fixture Type,Electrical,RatedOutput,float,36.0 +MEP,LightFixture,Light Fixture Type,Electrical,SupplyVolt,float,230.0 +MEP,LightFixture,Light Fixture Type,Electrical,LoadAmp,float,0.16 +MEP,LightFixture,Light Fixture Type,Electrical,Driver,label,ConstantCurrent +MEP,LightFixture,Light Fixture Type,Electrical,Dimming,label,0-10V +MEP,LightFixture,Light Fixture Type,Electrical,Control Protocol,label,DALI +MEP,LightFixture,Light Fixture Type,Electrical,Emergency Mode,boolean,true +MEP,LightFixture,Light Fixture Type,Electrical,Emergency Duration,integer,180 +MEP,LightFixture,Light Fixture Type,Photometry,Luminous Flux,float,3000.0 +MEP,LightFixture,Light Fixture Type,Photometry,Efficacy,float,100.0 +MEP,LightFixture,Light Fixture Type,Photometry,CCT,integer,30 +MEP,LightFixture,Light Fixture Type,Photometry,CRI,float,80.0 +MEP,LightFixture,Light Fixture Type,Photometry,Beam Angle,float,30.0 +MEP,LightFixture,Light Fixture Type,Photometry,UGR,float,19.0 +MEP,LightFixture,Light Fixture Type,Photometry,IES File,label,luminaireA.ies +MEP,LightFixture,Light Fixture Type,Performance,Rated Life,integer,5 +MEP,LightFixture,Light Fixture Type,Performance,Lumen Maintenance,float,0.70 +MEP,LightFixture,Light Fixture Type,Performance,Failure Rate,float,0.0001 +MEP,LightFixture,Light Fixture Type,Performance,Energy Class,label,A +MEP,LightFixture,Light Fixture Type,Protection Ratings,IP Rating,label,IP65 +MEP,LightFixture,Light Fixture Type,Protection Ratings,IK Rating,label,IK08 +MEP,LightFixture,Light Fixture Type,Protection Ratings,Operating Temp Range,label,-20 +MEP,LightFixture,Light Fixture Type,Controls,Occupancy Sensor,boolean,true +MEP,LightFixture,Light Fixture Type,Controls,Daylight Sensor,boolean,true +MEP,LightFixture,Light Fixture Type,Controls,Dimming Control,boolean,true +MEP,LightFixture,Light Fixture Type,Controls,Emergency Battery,boolean,true +MEP,LightFixture,Light Fixture Type,Installation,Fixing Points,integer,4 +MEP,LightFixture,Light Fixture Type,Installation,Maintenance Clearance,length,0.50 +MEP,LightFixture,Light Fixture Type,Installation,Junction Box Position,label,Center +MEP,LightFixture,Light Fixture Type,Installation,Installation Date,date,2025-08-01 +MEP,LightFixture,Light Fixture Type,Installation,Handling Notes,text,Install with bracket kit; do not drop +MEP,LightFixture,Light Fixture Type,Maintenance,Maintenance Interval,integer,180 +MEP,LightFixture,Light Fixture Type,Maintenance,Spare Parts,label,DriverKit +MEP,LightFixture,Light Fixture Type,Maintenance,Cleaning,label,WipeClean +MEP,LightFixture,Light Fixture Type,Maintenance,Warranty Years,float,3.0 +MEP,LightFixture,Light Fixture Type,Production,Lot ID,label,LOT-2025-01 +MEP,LightFixture,Light Fixture Type,Quantities,Gross Weight,float,4.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_084_IFCLIGHTFIXTURETYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_084_IFCLIGHTFIXTURETYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..03362d6ac0ce8db1da48e40d00849d2b03cfd5c8 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_084_IFCLIGHTFIXTURETYPE.csv @@ -0,0 +1,45 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +MEP,LightFixture,IfcLightFixtureType,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,LumenWorks +MEP,LightFixture,IfcLightFixtureType,Pset_ConstructionAdministration,SubmittalIdentifer,IfcLabel,LW-1450 +MEP,LightFixture,IfcLightFixtureType,Pset_Condition,AssessmentDescription,IfcText,ExteriorTone: MatteWhite +MEP,LightFixture,IfcLightFixtureType,Pset_MaintenanceStrategy,MonitoringType,IfcLabel,RoutineInspection +MEP,LightFixture,IfcLightFixtureType,Pset_LightFixtureTypeCommon,TotalWattage,IfcPowerMeasure,2.50 +MEP,LightFixture,IfcLightFixtureType,Pset_LightFixtureTypeCommon,NumberOfSources,IfcCountMeasure,4 +MEP,LightFixture,IfcLightFixtureType,Pset_ElementSize,NominalLength,IfcPositiveLengthMeasure,0.240 +MEP,LightFixture,IfcLightFixtureType,Pset_ElectricalDeviceCommon,Power,IfcPowerMeasure,18.0 +MEP,LightFixture,IfcLightFixtureType,Pset_LightFixtureTypeCommon,MaximumPlenumSensibleLoad,IfcPowerMeasure,120.0 +MEP,LightFixture,IfcLightFixtureType,Pset_LightFixtureTypeCommon,MaximumSpaceSensibleLoad,IfcPowerMeasure,0.15 +MEP,LightFixture,IfcLightFixtureType,Pset_Condition,AssessmentType,IfcLabel,ElectricalInspection +MEP,LightFixture,IfcLightFixtureType,Pset_ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,SAFE-LGT-01 +MEP,LightFixture,IfcLightFixtureType,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,DALI-2 +MEP,LightFixture,IfcLightFixtureType,Pset_LightFixtureTypeCommon,Status,IfcLabel,Existing +MEP,LightFixture,IfcLightFixtureType,Pset_EnvironmentalImpactValues,Duration,IfcDuration,P90D +MEP,LightFixture,IfcLightFixtureType,Pset_LightFixtureTypeCommon,SensibleLoadToRadiant,IfcPositiveRatioMeasure,0.25 +MEP,LightFixture,IfcLightFixtureType,Pset_ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,110 +MEP,LightFixture,IfcLightFixtureType,Pset_ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,0.065 +MEP,LightFixture,IfcLightFixtureType,Pset_ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,90.0 +MEP,LightFixture,IfcLightFixtureType,Pset_ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,24.0 +MEP,LightFixture,IfcLightFixtureType,Pset_ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,0.85 +MEP,LightFixture,IfcLightFixtureType,Pset_LightFixtureTypeCommon,Reference,IfcIdentifier,spotX.ies +MEP,LightFixture,IfcLightFixtureType,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,293.15 +MEP,LightFixture,IfcLightFixtureType,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.82 +MEP,LightFixture,IfcLightFixtureType,Pset_LightFixtureTypeCommon,MaintenanceFactor,IfcReal,0.0002 +MEP,LightFixture,IfcLightFixtureType,Pset_Condition,AssessmentCondition,IfcLabel,Commissioning +MEP,LightFixture,IfcLightFixtureType,Pset_ElectricalDeviceCommon,IP_Code,IfcLabel,IP54 +MEP,LightFixture,IfcLightFixtureType,Pset_ElectricalDeviceCommon,IK_Code,IfcLabel,IK07 +MEP,LightFixture,IfcLightFixtureType,Pset_EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,-25 +MEP,LightFixture,IfcLightFixtureType,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +MEP,LightFixture,IfcLightFixtureType,Pset_ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +MEP,LightFixture,IfcLightFixtureType,Pset_ServiceLife,ServiceLifeDuration,IfcDuration,P5Y +MEP,LightFixture,IfcLightFixtureType,Pset_ServiceLife,MeanTimeBetweenFailure,IfcDuration,P1Y +MEP,LightFixture,IfcLightFixtureType,Pset_ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,1 +MEP,LightFixture,IfcLightFixtureType,Pset_EnvironmentalCondition,MaximumSolarRadiation,IfcReal,400 +MEP,LightFixture,IfcLightFixtureType,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,Left junction box +MEP,LightFixture,IfcLightFixtureType,Pset_Tolerance,ToleranceDescription,IfcText,Mounting alignment tolerance +MEP,LightFixture,IfcLightFixtureType,Pset_Warranty,WarrantyContent,IfcText,Secure with safety tether; isolate power before service +MEP,LightFixture,IfcLightFixtureType,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P90D +MEP,LightFixture,IfcLightFixtureType,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,DiffuserPanel +MEP,LightFixture,IfcLightFixtureType,Pset_Warranty,Exclusions,IfcText,Clean with compressed air only +MEP,LightFixture,IfcLightFixtureType,Pset_Warranty,WarrantyPeriod,IfcDuration,P2Y +MEP,LightFixture,IfcLightFixtureType,Pset_ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-LGT-01 +MEP,LightFixture,IfcLightFixtureType,Qto_LightFixtureBaseQuantities,GrossWeight,IfcMassMeasure,4.7 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_085_IFCHEATEXCHANGERTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_085_IFCHEATEXCHANGERTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..30da521729fcc345a6c936abb5d1930b2f57a45a --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_085_IFCHEATEXCHANGERTYPE.csv @@ -0,0 +1,62 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,Brand,label,HeatExchCo +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,Model Code,label,HEX-3000A +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,TypeDescription,label,ShellAndTube +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,CoreMaterial,label,StainlessSteel +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,Mounting Direction,label,Horizontal +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,Unit Weight,float,250.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Basics,OverallDimensions,label,1.20x0.60x0.80 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,Duty,float,120.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,UAValue,float,800.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,OverallHeatTransferCoefficient,float,450.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,ApproachTemperature,float,5.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,LMTD,float,12.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,Efficiency,float,0.85 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,Fouling Coefficient,float,0.00020 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,MaxOperatingPressure,float,10.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,MaxDesignTemperature,float,200.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Performance,MinDesignTemperature,float,-20.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryInletConnectionSize,length,0.050 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryOutletConnectionSize,length,0.050 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryInletConnectionSize,length,0.025 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryOutletConnectionSize,length,0.025 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryDesignFlowRate,float,2.5 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryDesignFlowRate,float,1.8 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryInletTemp,float,80.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryOutletTemp,float,60.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryInletTemp,float,30.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryOutletTemp,float,45.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,PrimaryPressureDrop,float,0.12 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,SecondaryPressureDrop,float,0.08 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,ConnectionOrientation,label,Top +MEP,HeatExchanger(MEP),Heat Exchanger Type,Connections,NumberOfConnections,integer,4 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,HeatTransferArea,area,12.0 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,NumberOfPasses,integer,2 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,Count Of Tubes,integer,120 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,ShellDiameter,length,0.600 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,PlateThickness,length,0.005 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Geometry,PlateType,label,FramePlate +MEP,HeatExchanger(MEP),Heat Exchanger Type,Materials,Shell Material Type,label,CarbonSteel +MEP,HeatExchanger(MEP),Heat Exchanger Type,Materials,TubeMaterial,label,Copper +MEP,HeatExchanger(MEP),Heat Exchanger Type,Materials,PlateMaterial,label,StainlessSteel +MEP,HeatExchanger(MEP),Heat Exchanger Type,Materials,GasketMaterial,label,Nitrile +MEP,HeatExchanger(MEP),Heat Exchanger Type,Materials,CorrosionAllowance,length,0.002 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,HasBypassValve,boolean,true +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,BypassValveSize,length,0.050 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,HasIsolationValves,boolean,true +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,HasTemperatureSensors,boolean,true +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,HasPressureSensors,boolean,true +MEP,HeatExchanger(MEP),Heat Exchanger Type,Controls and Safety,ControlSignalType,label,4-20mA +MEP,HeatExchanger(MEP),Heat Exchanger Type,Installation,Install Date,date,2025-08-01 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Installation,MountingPoints,integer,4 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Installation,AnchorageRequirements,text,Concrete anchor M16 at 4 corners +MEP,HeatExchanger(MEP),Heat Exchanger Type,Installation,ClearanceForMaintenance,length,0.600 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Installation,InsulationType,label,PIR +MEP,HeatExchanger(MEP),Heat Exchanger Type,Maintenance,RecommendedCleaningInterval,integer,365 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Maintenance,AccessForInspection,label,HatchAccess +MEP,HeatExchanger(MEP),Heat Exchanger Type,Maintenance,SparePartsList,text,Spare gaskets;Tube bundle kit;Fixing bolts set +MEP,HeatExchanger(MEP),Heat Exchanger Type,Maintenance,Expected Service Life,integer,20 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Manufacturer Info,Brand,label,HeatExchCo +MEP,HeatExchanger(MEP),Heat Exchanger Type,Manufacturer Info,Model Code,label,HEX-3000A +MEP,HeatExchanger(MEP),Heat Exchanger Type,Product Materials,Lot Code,label,LOT-2025-01 +MEP,HeatExchanger(MEP),Heat Exchanger Type,Quantities,Overall Weight,float,270.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_086_IFCHEATEXCHANGERTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_086_IFCHEATEXCHANGERTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..edd004cb2bdfffc016177c55264d9e8605d0bd7b --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_086_IFCHEATEXCHANGERTYPE.csv @@ -0,0 +1,57 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +設備,熱交換器,IfcHeatExchangerType,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,AC/GC +設備,熱交換器,IfcHeatExchangerType,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,直入 +設備,熱交換器,IfcHeatExchangerType,Pset_ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,false +設備,熱交換器,IfcHeatExchangerType,Pset_Uncertainty,UncertaintyDescription,IfcText,付属スイッチ +設備,熱交換器,IfcHeatExchangerType,Pset_ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,50 +設備,熱交換器,IfcHeatExchangerType,Pset_ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,4 +設備,熱交換器,IfcHeatExchangerType,Pset_ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,0.95 +設備,熱交換器,IfcHeatExchangerType,Pset_ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,3 +設備,熱交換器,IfcHeatExchangerType,Pset_ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,1 +設備,熱交換器,IfcHeatExchangerType,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,HEX-AC200-01 +設備,熱交換器,IfcHeatExchangerType,Pset_Warranty,IsExtendedWarranty,IfcBoolean,false +設備,熱交換器,IfcHeatExchangerType,Pset_MaintenanceTriggerDuration,DurationTargetPerformance,IfcDuration,P65D +設備,熱交換器,IfcHeatExchangerType,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P71D +設備,熱交換器,IfcHeatExchangerType,Pset_MaintenanceStrategy,AssetCriticality,IfcLabel,High +設備,熱交換器,IfcHeatExchangerType,Pset_MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P0D +設備,熱交換器,IfcHeatExchangerType,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,0 +設備,熱交換器,IfcHeatExchangerType,Pset_MaintenanceTriggerDuration,DurationDisposalLevel,IfcDuration,P250D +設備,熱交換器,IfcHeatExchangerType,Pset_MaintenanceTriggerPerformance,TargetPerformance,IfcReal,250 +設備,熱交換器,IfcHeatExchangerType,Pset_MaintenanceTriggerPerformance,PerformanceMaintenanceLevel,IfcReal,100000 +設備,熱交換器,IfcHeatExchangerType,Pset_MaintenanceTriggerPerformance,ReplacementLevel,IfcReal,250 +設備,熱交換器,IfcHeatExchangerType,Pset_MaintenanceTriggerPerformance,DisposalLevel,IfcReal,0 +設備,熱交換器,IfcHeatExchangerType,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,2024-LED-00123 +設備,熱交換器,IfcHeatExchangerType,Pset_EnvironmentalImpactIndicators,ExpectedServiceLife,IfcTimeMeasure,15 +設備,熱交換器,IfcHeatExchangerType,Pset_ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,12 +設備,熱交換器,IfcHeatExchangerType,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,HEU-1F-1 +設備,熱交換器,IfcHeatExchangerType,Pset_Condition,AssessmentDescription,IfcText,本体外観に異常なし +設備,熱交換器,IfcHeatExchangerType,Pset_ConstructionAdministration,SubmittalIdentifer,IfcLabel,HEU +設備,熱交換器,IfcHeatExchangerType,Pset_HeatExchangerTypeCommon,Reference,IfcIdentifier,低層系統 +設備,熱交換器,IfcHeatExchangerType,Pset_ConstructionAdministration,ProcurementMethod,IfcLabel,機器一式調達 +設備,熱交換器,IfcHeatExchangerType,Pset_Condition,AssessmentCondition,IfcLabel,運転時 +設備,熱交換器,IfcHeatExchangerType,Pset_Condition,AssessmentType,IfcLabel,仕様確認 +設備,熱交換器,IfcHeatExchangerType,Pset_ElectricalDeviceCommon,Power,IfcPowerMeasure,1000 +設備,熱交換器,IfcHeatExchangerType,Pset_ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,0.3 +設備,熱交換器,IfcHeatExchangerType,Pset_EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,293.15 +設備,熱交換器,IfcHeatExchangerType,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.60 +設備,熱交換器,IfcHeatExchangerType,Pset_ElementSize,NominalLength,IfcPositiveLengthMeasure,1.0 +設備,熱交換器,IfcHeatExchangerType,Pset_EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,10 +設備,熱交換器,IfcHeatExchangerType,Pset_ElementSize,NominalWidth,IfcPositiveLengthMeasure,1.0 +設備,熱交換器,IfcHeatExchangerType,Pset_HeatExchangerTypeCommon,FlowArrangement,IfcLabel,対向流 +設備,熱交換器,IfcHeatExchangerType,Pset_EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,100 +設備,熱交換器,IfcHeatExchangerType,Pset_ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,0 +設備,熱交換器,IfcHeatExchangerType,Pset_ElementSize,NominalHeight,IfcPositiveLengthMeasure,0.2 +設備,熱交換器,IfcHeatExchangerType,Pset_ElementKinematics,MinimumTime,IfcTimeMeasure,0.5 +設備,熱交換器,IfcHeatExchangerType,Pset_EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,303.15 +設備,熱交換器,IfcHeatExchangerType,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,100 +設備,熱交換器,IfcHeatExchangerType,Pset_EnvironmentalCondition,MaximumRainIntensity,IfcReal,10 +設備,熱交換器,IfcHeatExchangerType,Pset_Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,500 +設備,熱交換器,IfcHeatExchangerType,Pset_EnvironmentalCondition,SaltMistLevel,IfcLabel,高湿環境 +設備,熱交換器,IfcHeatExchangerType,Pset_Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,500 +設備,熱交換器,IfcHeatExchangerType,Pset_EnvironmentalCondition,SeismicResistance,IfcReal,0.5 +設備,熱交換器,IfcHeatExchangerType,Pset_Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,500 +設備,熱交換器,IfcHeatExchangerType,Pset_EnvironmentalCondition,SmokeLevel,IfcLabel,低煙環境 +設備,熱交換器,IfcHeatExchangerType,Pset_Tolerance,OverallStraightness,IfcPositiveLengthMeasure,225 +設備,熱交換器,IfcHeatExchangerType,Pset_EnvironmentalCondition,MaximumSolarRadiation,IfcReal,595 +設備,熱交換器,IfcHeatExchangerType,Qto_HeatExchangerBaseQuantities,GrossWeight,IfcMassMeasure,595 +設備,熱交換器,IfcHeatExchangerType,Pset_Tolerance,OrthogonalStraightness,IfcPositiveLengthMeasure,100 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_087_IFCUNITARYEQUIPMENTTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_087_IFCUNITARYEQUIPMENTTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..f0d5552f8c663b49575bd8577e3147a6c8e83088 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_087_IFCUNITARYEQUIPMENTTYPE.csv @@ -0,0 +1,53 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱性能基準,基準冷却出力[kW],整数,38 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱性能基準,除湿寄与出力[kW],整数,27 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱性能基準,基準加熱出力[kW],整数,61 +設備目的,空調機情報照査,ユニット型空調機タイプ,入口条件,冬季入口乾球温度[℃],整数,7 +設備目的,空調機情報照査,ユニット型空調機タイプ,入口条件,夏季入口乾球温度[℃],整数,34 +設備目的,空調機情報照査,ユニット型空調機タイプ,構成品管理,標準同梱品,ラベル,防振架台セット +設備目的,空調機情報照査,ユニット型空調機タイプ,系統構成,枝分岐接続数,整数,3 +設備目的,空調機情報照査,ユニット型空調機タイプ,静音評価,外装面音圧[dB(A)],整数,47 +設備目的,空調機情報照査,ユニット型空調機タイプ,振動評価,架台伝達係数,実数,0.58 +設備目的,空調機情報照査,ユニット型空調機タイプ,電源計画,電源識別コード,ラベル,E-07 +設備目的,空調機情報照査,ユニット型空調機タイプ,電源計画,配線管路組合せ,ラベル,φ12.7/φ25.4 +設備目的,空調機情報照査,ユニット型空調機タイプ,交換能力,定格熱交換量[kW],整数,29 +設備目的,空調機情報照査,ユニット型空調機タイプ,駆動構成,可変送風対応,真偽,true +設備目的,空調機情報照査,ユニット型空調機タイプ,駆動構成,高効率駆動採用,真偽,false +設備目的,空調機情報照査,ユニット型空調機タイプ,駆動構成,周波数変換制御採用,真偽,true +設備目的,空調機情報照査,ユニット型空調機タイプ,個体台帳,製品管理記号,ラベル,AHU-XR-26041 +設備目的,空調機情報照査,ユニット型空調機タイプ,個体台帳,基準据付日,日付,2025-06-12 +設備目的,空調機情報照査,ユニット型空調機タイプ,個体台帳,登録台数,整数,6 +設備目的,空調機情報照査,ユニット型空調機タイプ,風路計画,総搬送量[m3/h],整数,8200 +設備目的,空調機情報照査,ユニット型空調機タイプ,風路計画,供給側搬送量[m3/h],整数,7800 +設備目的,空調機情報照査,ユニット型空調機タイプ,風路計画,還流側搬送量[m3/h],整数,5900 +設備目的,空調機情報照査,ユニット型空調機タイプ,風路計画,外気導入量[m3/h],整数,1900 +設備目的,空調機情報照査,ユニット型空調機タイプ,風路計画,排出側搬送量[m3/h],整数,1700 +設備目的,空調機情報照査,ユニット型空調機タイプ,流体計画,冷却系流量[l/min],整数,210 +設備目的,空調機情報照査,ユニット型空調機タイプ,流体計画,加熱系流量[l/min],整数,230 +設備目的,空調機情報照査,ユニット型空調機タイプ,流体計画,共用系流量[l/min],整数,440 +設備目的,空調機情報照査,ユニット型空調機タイプ,基準適合,参照規格,ラベル,AHRI410 +設備目的,空調機情報照査,ユニット型空調機タイプ,内部構成,熱交換列数,整数,6 +設備目的,空調機情報照査,ユニット型空調機タイプ,外装仕様,筐体材質,ラベル,溶融亜鉛めっき鋼板 +設備目的,空調機情報照査,ユニット型空調機タイプ,清浄構成,ろ材仕様,ラベル,中性能フィルタ +設備目的,空調機情報照査,ユニット型空調機タイプ,耐久指標,耐震評価値[G],実数,1.5 +設備目的,空調機情報照査,ユニット型空調機タイプ,回転体管理,標準運転段数[min-1],整数,2 +設備目的,空調機情報照査,ユニット型空調機タイプ,音響性能,定格運転音圧[dB(A)],整数,76 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱回収指標,全熱回収率_夏期[%],整数,52 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱回収指標,全熱回収率_冬期[%],整数,57 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱回収指標,顕熱回収率[%],整数,61 +設備目的,空調機情報照査,ユニット型空調機タイプ,外形管理,機器幅W[mm],長さ,2100 +設備目的,空調機情報照査,ユニット型空調機タイプ,外形管理,機器奥行D[mm],長さ,2650 +設備目的,空調機情報照査,ユニット型空調機タイプ,外形管理,機器高さH[mm],長さ,1750 +設備目的,空調機情報照査,ユニット型空調機タイプ,質量管理,乾燥質量[kg],整数,940 +設備目的,空調機情報照査,ユニット型空調機タイプ,質量管理,運用質量[kg],整数,1310 +設備目的,空調機情報照査,ユニット型空調機タイプ,熱交換構成,交換器組合せ,ラベル,冷水コイル単独 +設備目的,空調機情報照査,ユニット型空調機タイプ,加湿構成,湿度付与方式,ラベル,蒸気噴霧式 +設備目的,空調機情報照査,ユニット型空調機タイプ,送風構成,送風機型式,ラベル,プラグファン +設備目的,空調機情報照査,ユニット型空調機タイプ,温湿度基準,室内乾球温度[℃],整数,24 +設備目的,空調機情報照査,ユニット型空調機タイプ,温湿度基準,室内湿球温度[℃],実数,17.8 +設備目的,空調機情報照査,ユニット型空調機タイプ,温湿度基準,外気乾球温度[℃],実数,33.2 +設備目的,空調機情報照査,ユニット型空調機タイプ,温湿度基準,外気湿球温度[℃],整数,27 +設備目的,空調機情報照査,ユニット型空調機タイプ,温湿度基準,目標露点温度[℃],整数,14 +設備目的,空調機情報照査,ユニット型空調機タイプ,抵抗評価,冷却系損失圧[kPa],整数,41 +設備目的,空調機情報照査,ユニット型空調機タイプ,抵抗評価,加熱系損失圧[kPa],整数,37 +設備目的,空調機情報照査,ユニット型空調機タイプ,抵抗評価,共用系損失圧[kPa],整数,39 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_088_IFCUNITARYEQUIPMENTTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_088_IFCUNITARYEQUIPMENTTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..eedff9397a1181b7e331108a65202053fd7d3449 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_088_IFCUNITARYEQUIPMENTTYPE.csv @@ -0,0 +1,53 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +設備,空調機,空調機械類ユニットタイプ,機械-負荷,設計冷房能力 [kW],整数,56 +設備,空調機,空調機械類ユニットタイプ,機械-負荷,設計冷房能力_顕熱 [kW],整数,38 +設備,空調機,空調機械類ユニットタイプ,機械-負荷,設計暖房能力 [kW],整数,62 +設備,空調機,空調機械類ユニットタイプ,機械-負荷,冬期吸込乾球温度 [℃],整数,7 +設備,空調機,空調機械類ユニットタイプ,機械-負荷,夏期吸込乾球温度 [℃],整数,33 +設備,空調機,空調機械類ユニットタイプ,データ,付属品,ラベル,防振ゴムセット +設備,空調機,空調機械類ユニットタイプ,データ,台数_冷媒分岐ユニット,整数,3 +設備,空調機,空調機械類ユニットタイプ,データ,騒音レベル [dB(A)],整数,48 +設備,空調機,空調機械類ユニットタイプ,データ,振動伝達率,実数,0.65 +設備,空調機,空調機械類ユニットタイプ,電気-負荷,回路番号,ラベル,C-07 +設備,空調機,空調機械類ユニットタイプ,電気-負荷,配線配管サイズ,ラベル,φ19.05/9.52 +設備,空調機,空調機械類ユニットタイプ,機械,設計冷却能力 [kW],整数,32 +設備,空調機,空調機械類ユニットタイプ,機械,送風量制御の有無,真偽,true +設備,空調機,空調機械類ユニットタイプ,機械,高効率電動機の有無,真偽,true +設備,空調機,空調機械類ユニットタイプ,機械,インバーターの有無,真偽,true +設備,空調機,空調機械類ユニットタイプ,その他,製造番号,ラベル,2025-ACU-00456 +設備,空調機,空調機械類ユニットタイプ,その他,設置年月,日付,2023-07-15 +設備,空調機,空調機械類ユニットタイプ,その他,個数,整数,10 +設備,空調機,空調機械類ユニットタイプ,風量仕様情報,送風量 [m3/h],整数,12000 +設備,空調機,空調機械類ユニットタイプ,風量仕様情報,給気量 [m3/h],整数,12000 +設備,空調機,空調機械類ユニットタイプ,風量仕様情報,還気量 [m3/h],整数,8000 +設備,空調機,空調機械類ユニットタイプ,風量仕様情報,外気量 [m3/h],整数,4000 +設備,空調機,空調機械類ユニットタイプ,風量仕様情報,排気量 [m3/h],整数,3500 +設備,空調機,空調機械類ユニットタイプ,水量仕様情報,冷水量 [l/min],整数,280 +設備,空調機,空調機械類ユニットタイプ,水量仕様情報,温水量 [l/min],整数,300 +設備,空調機,空調機械類ユニットタイプ,水量仕様情報,冷温水量 [l/min],整数,580 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,認証・規格,ラベル,JIS B8601 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,コイル列数,整数,6 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,材質,ラベル,SUS304 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,フィルター形式,ラベル,高性能 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,耐震強度 [G],実数,1.8 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,回転数 [min-1],整数,2 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,騒音レベル [dB(A)],整数,78 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,エンタルピ交換効率_冷房 [%],整数,55 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,エンタルピ交換効率_暖房 [%],整数,52 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,温度交換効率 [%],整数,60 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,外形寸法 W [mm],長さ,2200 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,外形寸法 D [mm],長さ,3600 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,外形寸法 H [mm],長さ,1600 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,製品質量 [kg],整数,980 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,運転質量 [kg],整数,1415 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,コイル形式,ラベル,直膨+温水 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,加湿方式,ラベル,スチーム噴霧 +設備,空調機,空調機械類ユニットタイプ,一般仕様情報,ファンの種類,ラベル,プラグファン +設備,空調機,空調機械類ユニットタイプ,空気温度仕様情報,空気温度DB [℃],整数,24 +設備,空調機,空調機械類ユニットタイプ,空気温度仕様情報,空気温度WB [℃],実数,17.2 +設備,空調機,空調機械類ユニットタイプ,空気温度仕様情報,外気空気温度DB [℃],実数,33 +設備,空調機,空調機械類ユニットタイプ,空気温度仕様情報,外気空気温度WB [℃],整数,26 +設備,空調機,空調機械類ユニットタイプ,空気温度仕様情報,露点温度 [℃],整数,14 +設備,空調機,空調機械類ユニットタイプ,水抵抗仕様情報,冷水圧力損失 [kPa],整数,55 +設備,空調機,空調機械類ユニットタイプ,水抵抗仕様情報,温水圧力損失 [kPa],整数,46 +設備,空調機,空調機械類ユニットタイプ,水抵抗仕様情報,冷温水圧力損失 [kPa],整数,51 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_089_IFCFLOWTERMINAL.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_089_IFCFLOWTERMINAL.csv new file mode 100644 index 0000000000000000000000000000000000000000..4ffac0cc70a6a8ee465829ee8f753896f5a47e8d --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_089_IFCFLOWTERMINAL.csv @@ -0,0 +1,51 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +MEP,FlowTerminal,IfcFlowTerminal,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,Terminal-01 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,InsulationStandardClass,IfcLabel,Class I Appliance +MEP,FlowTerminal,IfcFlowTerminal,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,DiffuserCo +MEP,FlowTerminal,IfcFlowTerminal,Pset_ConstructionOccurence,ModelNumber,IfcLabel,FT-2025-A +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,EarthingStyle,IfcLabel,TN-S +MEP,FlowTerminal,IfcFlowTerminal,Pset_MaintenanceStrategy,MonitoringType,IfcLabel,RoutineInspection +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElementSize,NominalHeight,IfcPositiveLengthMeasure,2.70 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,Power,IfcPowerMeasure,12.5 +MEP,FlowTerminal,IfcFlowTerminal,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.25 +MEP,FlowTerminal,IfcFlowTerminal,Pset_Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.05 +MEP,FlowTerminal,IfcFlowTerminal,Pset_Tolerance,HorizontalFlatness,IfcPositiveLengthMeasure,0.40 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,1 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,0.125 +MEP,FlowTerminal,IfcFlowTerminal,Pset_EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,50.0 +MEP,FlowTerminal,IfcFlowTerminal,Pset_EnvironmentalCondition,SeismicResistance,IfcReal,4.0 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElementKinematics,LinearRange,IfcPositiveLengthMeasure,30.0 +MEP,FlowTerminal,IfcFlowTerminal,Pset_Condition,AssessmentDescription,IfcText,Slot diffuser +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,2 +MEP,FlowTerminal,IfcFlowTerminal,Pset_MaintenanceTriggerPerformance,TargetPerformance,IfcReal,0.50 +MEP,FlowTerminal,IfcFlowTerminal,Pset_EnvironmentalImpactValues,RadioactiveWaste,IfcMassMeasure,0.015 +MEP,FlowTerminal,IfcFlowTerminal,Pset_Risk,RiskType,IfcLabel,Environmental Issues +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,5.0 +MEP,FlowTerminal,IfcFlowTerminal,Pset_Uncertainty,LinearUncertainty,IfcPositiveLengthMeasure,3.5 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,50 +MEP,FlowTerminal,IfcFlowTerminal,Pset_MaintenanceTriggerPerformance,DisposalLevel,IfcReal,45.0 +MEP,FlowTerminal,IfcFlowTerminal,Pset_MaintenanceTriggerPerformance,PerformanceMaintenanceLevel,IfcReal,32.0 +MEP,FlowTerminal,IfcFlowTerminal,Pset_MaintenanceTriggerPerformance,ReplacementLevel,IfcReal,0.00 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ConstructionAdministration,SubmittalIdentifer,IfcLabel,0-10V control +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,IP_Code,IfcLabel,IP54 +MEP,FlowTerminal,IfcFlowTerminal,Pset_Condition,AssessmentCondition,IfcLabel,Commissioning +MEP,FlowTerminal,IfcFlowTerminal,Pset_MaintenanceTriggerCondition,ConditionMaintenanceLevel,IfcLabel,Moderate +MEP,FlowTerminal,IfcFlowTerminal,Pset_Condition,AssessmentType,IfcLabel,VisualInspection +MEP,FlowTerminal,IfcFlowTerminal,Pset_Condition,LastAssessmentReport,IfcLabel,RPT-FT-01 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElementSize,NominalLength,IfcPositiveLengthMeasure,0.300 +MEP,FlowTerminal,IfcFlowTerminal,Pset_MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P1D +MEP,FlowTerminal,IfcFlowTerminal,Pset_EnvironmentalImpactIndicators,IndicatorsUnit,IfcText,kgCO2e/unit +MEP,FlowTerminal,IfcFlowTerminal,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P1D +MEP,FlowTerminal,IfcFlowTerminal,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,23 37 13 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,0.5 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,0.95 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,24 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ConstructionOccurence,AssetIdentifier,IfcLabel,Zone-01 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,DiffuserCo standard +MEP,FlowTerminal,IfcFlowTerminal,Pset_ConstructionOccurence,TagNumber,IfcLabel,FT-2025-A +MEP,FlowTerminal,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +MEP,FlowTerminal,IfcFlowTerminal,Pset_ElementSize,NominalWidth,IfcPositiveLengthMeasure,0.600 +MEP,FlowTerminal,IfcFlowTerminal,Qto_BodyGeometryValidation,NetVolume,IfcVolumeMeasure,0.200 +MEP,FlowTerminal,IfcFlowTerminal,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.100 +MEP,FlowTerminal,IfcFlowTerminal,Qto_BodyGeometryValidation,NetSurfaceArea,IfcAreaMeasure,10.0 +MEP,FlowTerminal,IfcFlowTerminal,Qto_BodyGeometryValidation,GrossVolume,IfcVolumeMeasure,11.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_090_IFCFLOWTERMINAL.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_090_IFCFLOWTERMINAL.csv new file mode 100644 index 0000000000000000000000000000000000000000..d668715f2a12c37bb1c8e51c35893917c7d68f08 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_090_IFCFLOWTERMINAL.csv @@ -0,0 +1,54 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +設備,スプリンクラー,IfcFlowTerminal,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.50 +設備,スプリンクラー,IfcFlowTerminal,Pset_EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,50 +設備,スプリンクラー,IfcFlowTerminal,Pset_Condition,AssessmentCondition,IfcLabel,竣工時 +設備,スプリンクラー,IfcFlowTerminal,Pset_Condition,AssessmentType,IfcLabel,型式確認 +設備,スプリンクラー,IfcFlowTerminal,Pset_Risk,AssociatedLocation,IfcLabel,低層系統 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,屋内消火栓 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,閉鎖型 +設備,スプリンクラー,IfcFlowTerminal,Pset_Warranty,IsExtendedWarranty,IfcBoolean,false +設備,スプリンクラー,IfcFlowTerminal,Pset_ConstructionOccurence,ModelNumber,IfcLabel,HB-1 +設備,スプリンクラー,IfcFlowTerminal,Pset_MaintenanceTriggerDuration,DurationTargetPerformance,IfcDuration,P300D +設備,スプリンクラー,IfcFlowTerminal,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P1D +設備,スプリンクラー,IfcFlowTerminal,Pset_MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P800D +設備,スプリンクラー,IfcFlowTerminal,Pset_Warranty,WarrantyContent,IfcText,架橋ポリエチレン対応 +設備,スプリンクラー,IfcFlowTerminal,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,JIS B0000 +設備,スプリンクラー,IfcFlowTerminal,Pset_MaintenanceTriggerDuration,DurationDisposalLevel,IfcDuration,P25000D +設備,スプリンクラー,IfcFlowTerminal,Pset_Risk,AssociatedActivity,IfcLabel,9 消火設備 +設備,スプリンクラー,IfcFlowTerminal,Pset_ConstructionAdministration,ProcurementMethod,IfcLabel,設備一式調達 +設備,スプリンクラー,IfcFlowTerminal,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-SP-2025-01 +設備,スプリンクラー,IfcFlowTerminal,Pset_Condition,AssessmentDescription,IfcText,耐圧試験および外観確認済み +設備,スプリンクラー,IfcFlowTerminal,Pset_EnvironmentalCondition,MaximumRainIntensity,IfcReal,10000 +設備,スプリンクラー,IfcFlowTerminal,Pset_Condition,AssessmentMethod,IfcDocumentReference,DOC-SPK-INSP-01 +設備,スプリンクラー,IfcFlowTerminal,Pset_Condition,LastAssessmentReport,IfcLabel,RPT-SPK-2025-01 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,SP-53W-01 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,04912345000053 +設備,スプリンクラー,IfcFlowTerminal,Pset_Warranty,PointOfContact,IfcLabel,防災設備窓口 +設備,スプリンクラー,IfcFlowTerminal,Pset_ConstructionAdministration,SubmittalIdentifer,IfcLabel,SUB-SP-01 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-SPK-01 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-SPK-SAFE-01 +設備,スプリンクラー,IfcFlowTerminal,Pset_Tolerance,ToleranceDescription,IfcText,据付許容差基準書参照 +設備,スプリンクラー,IfcFlowTerminal,Pset_ElectricalDeviceCompliance,ExplosiveAtmosphereStandardsCompliance,IfcBoolean,false +設備,スプリンクラー,IfcFlowTerminal,Pset_Risk,RiskName,IfcLabel,誤放水 +設備,スプリンクラー,IfcFlowTerminal,Pset_Risk,NatureOfRisk,IfcLabel,誤作動による放水 +設備,スプリンクラー,IfcFlowTerminal,Pset_Risk,RiskAssessmentMethodology,IfcLabel,定期点検評価 +設備,スプリンクラー,IfcFlowTerminal,Pset_Risk,MitigationPlanned,IfcLabel,保護カバー設置 +設備,スプリンクラー,IfcFlowTerminal,Pset_Risk,MitigationProposed,IfcLabel,年次点検強化 +設備,スプリンクラー,IfcFlowTerminal,Pset_Risk,AssociatedProduct,IfcLabel,散水ヘッド +設備,スプリンクラー,IfcFlowTerminal,Pset_Warranty,Exclusions,IfcText,凍結損傷は保証対象外 +設備,スプリンクラー,IfcFlowTerminal,Pset_ConstructionOccurence,TagNumber,IfcLabel,SPK-01 +設備,スプリンクラー,IfcFlowTerminal,Pset_Warranty,WarrantyPeriod,IfcDuration,P2Y +設備,スプリンクラー,IfcFlowTerminal,Pset_EnergyRequirements,EnergySourceLabel,IfcLabel,非常電源 +設備,スプリンクラー,IfcFlowTerminal,Pset_ServiceLife,MeanTimeBetweenFailure,IfcDuration,P365D +設備,スプリンクラー,IfcFlowTerminal,Pset_Condition,AssessmentFrequency,IfcTimeMeasure,30 +設備,スプリンクラー,IfcFlowTerminal,Pset_EnergyRequirements,EnergyConsumption,IfcEnergyMeasure,44 +設備,スプリンクラー,IfcFlowTerminal,Pset_EnergyRequirements,PowerDemand,IfcPowerMeasure,42 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-SPK-OPS-01 +設備,スプリンクラー,IfcFlowTerminal,Pset_EnergyRequirements,EnergyConversionEfficiency,IfcRatioMeasure,0.85 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +設備,スプリンクラー,IfcFlowTerminal,Qto_BodyGeometryValidation,SurfaceGenusBeforeFeatures,IfcCountMeasure,0 +設備,スプリンクラー,IfcFlowTerminal,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,A社 +設備,スプリンクラー,IfcFlowTerminal,Pset_Condition,NextAssessmentDate,IfcDate,2026-01-01 +設備,スプリンクラー,IfcFlowTerminal,Pset_ServiceLife,ServiceLifeDuration,IfcDuration,P3650D +設備,スプリンクラー,IfcFlowTerminal,Pset_ConstructionOccurence,InstallationDate,IfcDate,2025-01-01 +設備,スプリンクラー,IfcFlowTerminal,Pset_ConstructionOccurence,AssetIdentifier,IfcLabel,SPK-ZONE1-01 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_091_IFCALARMTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_091_IFCALARMTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..ad2881a8976de903a5a8ef3dceeefd58fce4a344 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_091_IFCALARMTYPE.csv @@ -0,0 +1,47 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +MEP,Alarm,Alarm Type,Product Basics,Basic Manufacturer,label,SentinelWorks +MEP,Alarm,Alarm Type,Product Basics,Submittal Code,label,ALM-2030-B +MEP,Alarm,Alarm Type,Product Basics,Alarm Condition,label,Smoke +MEP,Alarm,Alarm Type,Product Basics,Normal Status,label,Installed +MEP,Alarm,Alarm Type,Warranty,Warranty Summary,text,Battery backup included +MEP,Alarm,Alarm Type,Electrical,Protective Earth,boolean,true +MEP,Alarm,Alarm Type,Service Life,Replacement Duration,duration,P12D +MEP,Alarm,Alarm Type,Electrical,IP Code,label,IP66 +MEP,Alarm,Alarm Type,Administration,Procurement Method,label,Turnkey supply +MEP,Alarm,Alarm Type,Electrical,Nominal Frequency,integer,60 +MEP,Alarm,Alarm Type,Electrical,Power Factor,ratio,1.0 +MEP,Alarm,Alarm Type,Electrical,Rated Voltage,float,100.0 +MEP,Alarm,Alarm Type,Electrical,Heat Dissipation,float,85.0 +MEP,Alarm,Alarm Type,Electrical,Nominal Power,float,0.5 +MEP,Alarm,Alarm Type,Environment,Storage Temperature,float,12.0 +MEP,Alarm,Alarm Type,Environment,Reference Humidity,ratio,0.3 +MEP,Alarm,Alarm Type,Environment,Seismic Rating,float,0.01 +MEP,Alarm,Alarm Type,Condition,Assessment Condition,label,Commissioning +MEP,Alarm,Alarm Type,Condition,Assessment Type,label,Sensitivity test +MEP,Alarm,Alarm Type,Electrical,Rated Current,float,180.0 +MEP,Alarm,Alarm Type,Electrical,Device Power,float,30.0 +MEP,Alarm,Alarm Type,Environment,Reference Temperature,float,248.15 +MEP,Alarm,Alarm Type,Communications,Protocol,label,BACnet +MEP,Alarm,Alarm Type,Communications,Connection Mode,label,Wireless +MEP,Alarm,Alarm Type,Documents,Operation Manual,label,DOC-ALM-OPS-01 +MEP,Alarm,Alarm Type,Warranty,Extended Warranty,boolean,false +MEP,Alarm,Alarm Type,Service Life,Service Life Duration,duration,P5Y +MEP,Alarm,Alarm Type,Service Life,Mean Time Between Failure,duration,P1Y +MEP,Alarm,Alarm Type,Condition,Assessment Notes,text,Active state +MEP,Alarm,Alarm Type,Condition,Assessment Report,label,RPT-ALM-01 +MEP,Alarm,Alarm Type,Product Basics,Model Number,label,SA-220 +MEP,Alarm,Alarm Type,Risk,Risk Name,label,False alarm +MEP,Alarm,Alarm Type,Installation,Installation Tolerance,text,Mounting tolerance per installation guide +MEP,Alarm,Alarm Type,Product Basics,Backup Part Number,label,BKP-ANC-01 +MEP,Alarm,Alarm Type,Risk,Associated Location,label,Main entrance wall +MEP,Alarm,Alarm Type,Installation,Vertical Tolerance,length,0.40 +MEP,Alarm,Alarm Type,Warranty,Warranty Exclusions,text,Use halogen-free cable; min 1.5sq +MEP,Alarm,Alarm Type,Electrical,Number of Poles,integer,14 +MEP,Alarm,Alarm Type,Maintenance,Maintenance Interval,duration,P270D +MEP,Alarm,Alarm Type,Condition,Assessment Date,date,2025-07-31 +MEP,Alarm,Alarm Type,Product Basics,Reference Code,label,MP-007 +MEP,Alarm,Alarm Type,Warranty,Warranty Period,duration,P3Y +MEP,Alarm,Alarm Type,Warranty,Contact Point,label,SentinelWorks support +MEP,Alarm,Alarm Type,Administration,Specification Section,label,ALM-2030-B +MEP,Alarm,Alarm Type,Product Basics,Trade Item Number,label,04912345000007 +MEP,Alarm,Alarm Type,Quantities,Gross Weight,float,1.3 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_092_IFCALARMTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_092_IFCALARMTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..dfd983c3b046ad676cfcd7a94de8e07c7cca9da7 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_092_IFCALARMTYPE.csv @@ -0,0 +1,47 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +MEP,Alarm,IfcAlarmType,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,SentinelWorks +MEP,Alarm,IfcAlarmType,Pset_ConstructionAdministration,SubmittalIdentifer,IfcLabel,ALM-2030-B +MEP,Alarm,IfcAlarmType,Pset_AlarmTypeCommon,AlarmCondition,IfcIdentifier,Smoke +MEP,Alarm,IfcAlarmType,Pset_AlarmTypeCommon,Status,IfcLabel,Existing +MEP,Alarm,IfcAlarmType,Pset_Warranty,WarrantyContent,IfcText,Battery backup included +MEP,Alarm,IfcAlarmType,Pset_ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +MEP,Alarm,IfcAlarmType,Pset_EnvironmentalImpactValues,Duration,IfcDuration,P12D +MEP,Alarm,IfcAlarmType,Pset_ElectricalDeviceCommon,IP_Code,IfcLabel,IP66 +MEP,Alarm,IfcAlarmType,Pset_ConstructionAdministration,ProcurementMethod,IfcLabel,Turnkey supply +MEP,Alarm,IfcAlarmType,Pset_ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,60 +MEP,Alarm,IfcAlarmType,Pset_ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,1.0 +MEP,Alarm,IfcAlarmType,Pset_ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,100.0 +MEP,Alarm,IfcAlarmType,Pset_ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,85.0 +MEP,Alarm,IfcAlarmType,Pset_ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,0.5 +MEP,Alarm,IfcAlarmType,Pset_EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,12.0 +MEP,Alarm,IfcAlarmType,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.3 +MEP,Alarm,IfcAlarmType,Pset_EnvironmentalCondition,SeismicResistance,IfcReal,0.01 +MEP,Alarm,IfcAlarmType,Pset_Condition,AssessmentCondition,IfcLabel,Commissioning +MEP,Alarm,IfcAlarmType,Pset_Condition,AssessmentType,IfcLabel,Sensitivity test +MEP,Alarm,IfcAlarmType,Pset_ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,180.0 +MEP,Alarm,IfcAlarmType,Pset_ElectricalDeviceCommon,Power,IfcPowerMeasure,30.0 +MEP,Alarm,IfcAlarmType,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,248.15 +MEP,Alarm,IfcAlarmType,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,BACnet +MEP,Alarm,IfcAlarmType,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,Wireless +MEP,Alarm,IfcAlarmType,Pset_ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-ALM-OPS-01 +MEP,Alarm,IfcAlarmType,Pset_Warranty,IsExtendedWarranty,IfcBoolean,false +MEP,Alarm,IfcAlarmType,Pset_ServiceLife,ServiceLifeDuration,IfcDuration,P5Y +MEP,Alarm,IfcAlarmType,Pset_ServiceLife,MeanTimeBetweenFailure,IfcDuration,P1Y +MEP,Alarm,IfcAlarmType,Pset_Condition,AssessmentDescription,IfcText,Active state +MEP,Alarm,IfcAlarmType,Pset_Condition,LastAssessmentReport,IfcLabel,RPT-ALM-01 +MEP,Alarm,IfcAlarmType,Pset_ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-ALM-SAFE-01 +MEP,Alarm,IfcAlarmType,Pset_Risk,RiskName,IfcLabel,False alarm +MEP,Alarm,IfcAlarmType,Pset_Tolerance,ToleranceDescription,IfcText,Mounting tolerance per installation guide +MEP,Alarm,IfcAlarmType,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,BKP-ANC-01 +MEP,Alarm,IfcAlarmType,Pset_Risk,AssociatedLocation,IfcLabel,Main entrance wall +MEP,Alarm,IfcAlarmType,Pset_Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,0.40 +MEP,Alarm,IfcAlarmType,Pset_Warranty,Exclusions,IfcText,Use halogen-free cable; min 1.5sq +MEP,Alarm,IfcAlarmType,Pset_ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,14 +MEP,Alarm,IfcAlarmType,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P270D +MEP,Alarm,IfcAlarmType,Pset_Condition,AssessmentDate,IfcDate,2025-07-31 +MEP,Alarm,IfcAlarmType,Pset_AlarmTypeCommon,Reference,IfcIdentifier,MP-007 +MEP,Alarm,IfcAlarmType,Pset_Warranty,WarrantyPeriod,IfcDuration,P3Y +MEP,Alarm,IfcAlarmType,Pset_Warranty,PointOfContact,IfcLabel,SentinelWorks support +MEP,Alarm,IfcAlarmType,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,ALM-2030-B +MEP,Alarm,IfcAlarmType,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,LOT-2030-07 +MEP,Alarm,IfcAlarmType,Qto_AlarmBaseQuantities,GrossWeight,IfcMassMeasure,1.3 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_093_IFCAIRTERMINALTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_093_IFCAIRTERMINALTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..68aafeb1b8465cf431b96cc35535969994553b14 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_093_IFCAIRTERMINALTYPE.csv @@ -0,0 +1,47 @@ +Common or Special,Data Check Context,Data Check Target,Category Group,Category,ValueType,Data Value +MEP,AirTerminal,Air Terminal Type,Product Basics,Brand,label,DiffuserCo +MEP,AirTerminal,Air Terminal Type,Product Basics,Model Code,label,AT-2025-A +MEP,AirTerminal,Air Terminal Type,Product Basics,Surface Coating,label,PowderCoated +MEP,AirTerminal,Air Terminal Type,Product Basics,Mounting Category,label,Ceiling +MEP,AirTerminal,Air Terminal Type,Product Basics,MountingHeight,length,2.70 +MEP,AirTerminal,Air Terminal Type,Product Basics,OverallDimensions,text,0.600x0.300x0.100 +MEP,AirTerminal,Air Terminal Type,Product Basics,Unit Weight,float,1.2 +MEP,AirTerminal,Air Terminal Type,Air Performance,DesignAirFlowRate,float,0.25 +MEP,AirTerminal,Air Terminal Type,Air Performance,MinAirFlowRate,float,0.05 +MEP,AirTerminal,Air Terminal Type,Air Performance,MaxAirFlowRate,float,0.40 +MEP,AirTerminal,Air Terminal Type,Air Performance,ThrowDistance,length,4.0 +MEP,AirTerminal,Air Terminal Type,Air Performance,SpreadAngle,float,30.0 +MEP,AirTerminal,Air Terminal Type,Air Performance,Pattern Category,label,Slot +MEP,AirTerminal,Air Terminal Type,Air Performance,SupplyOrExtract,label,Supply +MEP,AirTerminal,Air Terminal Type,Duct Connection,NominalConnectionSize,length,0.125 +MEP,AirTerminal,Air Terminal Type,Duct Connection,ConnectionShape,label,Rectangular +MEP,AirTerminal,Air Terminal Type,Duct Connection,ConnectionOrientation,label,Horizontal +MEP,AirTerminal,Air Terminal Type,Duct Connection,RoughInHeight,length,0.300 +MEP,AirTerminal,Air Terminal Type,Duct Connection,RoughInDistanceFromWall,length,0.100 +MEP,AirTerminal,Air Terminal Type,Duct Connection,ConnectionFlangeStandard,label,DIN +MEP,AirTerminal,Air Terminal Type,Performance,PressureDropAtDesign,float,50.0 +MEP,AirTerminal,Air Terminal Type,Performance,SoundPowerLevel,float,45.0 +MEP,AirTerminal,Air Terminal Type,Performance,SoundPressureLevelAtDistance,float,32.0 +MEP,AirTerminal,Air Terminal Type,Performance,ThrowVariation,float,0.10 +MEP,AirTerminal,Air Terminal Type,Controls,HasMotorizedDamper,boolean,true +MEP,AirTerminal,Air Terminal Type,Controls,HasControlDamper,boolean,true +MEP,AirTerminal,Air Terminal Type,Controls,ActuatorSupply,label,24V +MEP,AirTerminal,Air Terminal Type,Controls,ControlSignalType,label,0-10V +MEP,AirTerminal,Air Terminal Type,Controls,HasPositionFeedback,boolean,true +MEP,AirTerminal,Air Terminal Type,Fire and Smoke,IsFireDamperRequired,boolean,true +MEP,AirTerminal,Air Terminal Type,Fire and Smoke,IsSmokeDamperRequired,boolean,true +MEP,AirTerminal,Air Terminal Type,Fire and Smoke,Fire Resistance Level,label,EI60 +MEP,AirTerminal,Air Terminal Type,Fire and Smoke,FireSealType,label,Intumescent +MEP,AirTerminal,Air Terminal Type,Installation,FixingDetails,text,Screw fix to ceiling;Clip-in mounting with bracket +MEP,AirTerminal,Air Terminal Type,Installation,ClearanceForMaintenance,length,0.50 +MEP,AirTerminal,Air Terminal Type,Installation,InstallationOrientation,label,Ceiling +MEP,AirTerminal,Air Terminal Type,Installation,Install Date,date,2025-08-01 +MEP,AirTerminal,Air Terminal Type,Installation,HandlingInstructions,text,Install with bracket; avoid impact +MEP,AirTerminal,Air Terminal Type,Maintenance,MaintenanceInterval,integer,180 +MEP,AirTerminal,Air Terminal Type,Maintenance,FilterReplacementInterval,integer,90 +MEP,AirTerminal,Air Terminal Type,Maintenance,AccessForInspection,label,HatchAccess +MEP,AirTerminal,Air Terminal Type,Maintenance,SparePartsList,text,Filter kit;Fixing screws;Grille +MEP,AirTerminal,Air Terminal Type,Manufacturer Info,Brand,label,DiffuserCo +MEP,AirTerminal,Air Terminal Type,Manufacturer Info,Model Code,label,AT-2025-A +MEP,AirTerminal,Air Terminal Type,Product Materials,Lot Code,label,LOT-2025-01 +MEP,AirTerminal,Air Terminal Type,Quantities,Overall Weight,float,11.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_094_IFCAIRTERMINALTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_094_IFCAIRTERMINALTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..7630383a9e7fd53ed88c034a04a9fafc3acbcd5a --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_094_IFCAIRTERMINALTYPE.csv @@ -0,0 +1,46 @@ +建設カテゴリ,大カテゴリ,対象,カテゴリグループ,カテゴリ,型,値 +設備,排煙口,IfcAirTerminalType,Pset_AirTerminalTypeCommon,NumberOfSlots,IfcCountMeasure,2 +設備,排煙口,IfcAirTerminalType,Pset_AirTerminalTypeCommon,Reference,IfcIdentifier,SMK-AT-01 +設備,排煙口,IfcAirTerminalType,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,SMK-AT-200 +設備,排煙口,IfcAirTerminalType,Pset_Condition,LastAssessmentReport,IfcLabel,RPT-SMOKE-2025-01 +設備,排煙口,IfcAirTerminalType,Pset_EnvironmentalImpactIndicators,Reference,IfcIdentifier,排煙口 +設備,排煙口,IfcAirTerminalType,Pset_EnvironmentalImpactIndicators,FunctionalUnitReference,IfcLabel,1台 +設備,排煙口,IfcAirTerminalType,Pset_Uncertainty,UncertaintyDescription,IfcText,設置位置補正値 +設備,排煙口,IfcAirTerminalType,Pset_ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,2 +設備,排煙口,IfcAirTerminalType,Pset_Condition,AssessmentDescription,IfcText,定期点検済み +設備,排煙口,IfcAirTerminalType,Pset_EnvironmentalImpactIndicators,ExpectedServiceLife,IfcTimeMeasure,15 +設備,排煙口,IfcAirTerminalType,Pset_ElementKinematics,MinimumTime,IfcTimeMeasure,0.2 +設備,排煙口,IfcAirTerminalType,Pset_Risk,RiskName,IfcLabel,排煙性能低下 +設備,排煙口,IfcAirTerminalType,Pset_AirTerminalTypeCommon,SlotLength,IfcPositiveLengthMeasure,0.600 +設備,排煙口,IfcAirTerminalType,Pset_ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,2 +設備,排煙口,IfcAirTerminalType,Pset_Tolerance,ToleranceDescription,IfcText,公共建築工事標準仕様書(機械設備工事編)令和4年版 +設備,排煙口,IfcAirTerminalType,Pset_ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,1 +設備,排煙口,IfcAirTerminalType,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,煙感知連動型 +設備,排煙口,IfcAirTerminalType,Pset_Risk,AssociatedLocation,IfcLabel,低層EVホール +設備,排煙口,IfcAirTerminalType,Qto_AirTerminalBaseQuantities,Perimeter,IfcLengthMeasure,2.10 +設備,排煙口,IfcAirTerminalType,Pset_Warranty,PointOfContact,IfcLabel,設備担当窓口 +設備,排煙口,IfcAirTerminalType,Pset_Warranty,Exclusions,IfcText,消耗部品は除く +設備,排煙口,IfcAirTerminalType,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,23 34 00 +設備,排煙口,IfcAirTerminalType,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.20 +設備,排煙口,IfcAirTerminalType,Pset_AirTerminalTypeCommon,FinishColour,IfcLabel,アルミ製 +設備,排煙口,IfcAirTerminalType,Pset_EnvironmentalCondition,MaximumRainIntensity,IfcReal,300 +設備,排煙口,IfcAirTerminalType,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,313.15 +設備,排煙口,IfcAirTerminalType,Pset_EnvironmentalCondition,MaximumSolarRadiation,IfcReal,850 +設備,排煙口,IfcAirTerminalType,Pset_EnvironmentalCondition,SeismicResistance,IfcReal,0.7 +設備,排煙口,IfcAirTerminalType,Pset_Uncertainty,VerticalUncertainty,IfcPositiveLengthMeasure,0.020 +設備,排煙口,IfcAirTerminalType,Pset_EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,101325 +設備,排煙口,IfcAirTerminalType,Pset_Warranty,WarrantyContent,IfcText,防錆塗装を含む +設備,排煙口,IfcAirTerminalType,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,SMK-AT-200 +設備,排煙口,IfcAirTerminalType,Pset_Risk,AssociatedActivity,IfcLabel,3 排煙設備 +設備,排煙口,IfcAirTerminalType,Pset_ConstructionAdministration,ProcurementMethod,IfcLabel,設備一式調達 +設備,排煙口,IfcAirTerminalType,Pset_ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,DOC-SMOKE-OPS-01 +設備,排煙口,IfcAirTerminalType,Pset_ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,DOC-SMOKE-SAFE-01.pdf +設備,排煙口,IfcAirTerminalType,Pset_EnvironmentalImpactIndicators,IndicatorsUnit,IfcText,kgCO2e/unit +設備,排煙口,IfcAirTerminalType,Pset_ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,CERT-SMOKE-2025.pdf +設備,排煙口,IfcAirTerminalType,Qto_AirTerminalBaseQuantities,GrossWeight,IfcMassMeasure,18.5 +設備,排煙口,IfcAirTerminalType,Pset_ConstructionAdministration,SubmittalIdentifer,IfcLabel,SUB-SMOKE-01 +設備,排煙口,IfcAirTerminalType,Pset_MaintenanceTriggerCondition,ConditionMaintenanceLevel,IfcLabel,中 +設備,排煙口,IfcAirTerminalType,Pset_Condition,AssessmentMethod,IfcDocumentReference,DOC-SMOKE-TEST-01.pdf +設備,排煙口,IfcAirTerminalType,Pset_AirTerminalTypeCommon,SlotWidth,IfcPositiveLengthMeasure,0.025 +設備,排煙口,IfcAirTerminalType,Pset_ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,50 +設備,排煙口,IfcAirTerminalType,Pset_Condition,AssessmentDate,IfcDate,2021-03-23 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_095_IFCPUMPTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_095_IFCPUMPTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..35c889b79ad423991334256eaf49101158402573 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_095_IFCPUMPTYPE.csv @@ -0,0 +1,48 @@ +建設分類,目的,エンティティ,プロパティセット,プロパティ,データ型,データ値 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,運用分類,運転用途,ラベル,冷温水搬送用 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,製品台帳,シリーズ名称,ラベル,VLPシリーズ +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,配置計画,設置ゾーン,ラベル,地下機械室B +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,流体系統,接続回路名,ラベル,中温水二次系 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,本体構成,ポンプ様式,ラベル,インライン多段ポンプ +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,品質計画,静粛化オプション,ラベル,防振ベース付 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,制御構成,制御パッケージ,ラベル,遠方監視対応 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,水理条件,定格循環量[l/min],整数,720 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,水理条件,最大処理流量[l/min],整数,810 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,圧力条件,設計差圧[kPa],整数,260 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,圧力条件,戻り側許容圧[kPa],整数,140 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,適合情報,参照基準,ラベル,ISO9906 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,材料構成,接液部主要材質,ラベル,ステンレス鋳鋼 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,耐久評価,許容振動係数[G],実数,1.1 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,駆動条件,標準回転速度[min-1],整数,1780 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,音響評価,定格音圧[dB(A)],整数,68 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,外形条件,本体幅W[mm],長さ,480 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,外形条件,本体奥行D[mm],長さ,920 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,外形条件,本体高さH[mm],長さ,1180 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,重量条件,乾燥時質量[kg],整数,295 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,重量条件,満水運転質量[kg],整数,342 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,背面作業余裕[mm],長さ,750 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,前面作業余裕[mm],長さ,900 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,左側作業余裕[mm],長さ,500 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,右側作業余裕[mm],長さ,520 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,上部引抜余裕[mm],長さ,850 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保守空間,架台下余裕[mm],長さ,120 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,重量条件,搬入時総質量[kg],整数,360 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,受電条件,供給周波数[Hz],整数,60 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,受電条件,電源相数,整数,3 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,受電条件,定格電圧[V],整数,400 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,駆動条件,駆動機容量[kW],整数,15 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,省エネ評価,平均運転消費電力[kW],実数,9.8 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,駆動条件,電動機極数,整数,4 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,受電条件,電源引込口数,整数,2 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,運転分類,受電区分,ラベル,常用系 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,起動計画,起動シーケンス,ラベル,ソフトスタート +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,駆動機仕様,モータ効率区分,ラベル,IE4 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,BCP対応,バックアップ電源区分,ラベル,非常用切替対応 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,運転制御,発停トリガー,ラベル,圧力センサ連動 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,運転制御,制御ロジック,ラベル,差圧一定制御 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,管理記号,制御盤参照番号,ラベル,MCP-VLP-22 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,管理記号,系統配線タグ,ラベル,PWR-HYD-2B +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,台数計画,並列運転台数,整数,2 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,保全計画,定期交換消耗品点数,整数,4 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,データ管理,管理版数,整数,7 +設備タイプ,ポンプタイプ情報照査用,ポンプタイプ,データ管理,登録基準日,日付,2025-09-18 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_096_IFCPUMPTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_096_IFCPUMPTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..586434314df506b7b01c6434e20ee7cc50d66218 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_096_IFCPUMPTYPE.csv @@ -0,0 +1,48 @@ +データチェック対象分類,部材の種類,要素,属性セット名,属性項目名,データ型,入力値 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,記号,ラベル,PCH-2 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,呼称,ラベル,空調用ポンプ_横形 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,符号,ラベル,PCH +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,系統名称,ラベル,中層系統 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,形式,ラベル,立形渦巻ポンプ +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,特殊仕様,ラベル,耐蝕仕様 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,仕様,ラベル,逆止弁一体 +設備,ポンプ,ポンプ機器系タイプ,所要能力情報,設計水量 [l/min],整数,1 +設備,ポンプ,ポンプ機器系タイプ,水量仕様情報,吐水量 [l/min],整数,1 +設備,ポンプ,ポンプ機器系タイプ,水圧力仕様情報,揚程 [kPa],整数,350 +設備,ポンプ,ポンプ機器系タイプ,水圧力仕様情報,背圧 [kPa],整数,80 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,認証・規格、認証・規格2~5,ラベル,JIS B1234 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,材質、材質2~7,ラベル,鋳鉄製 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,耐震強度 [G],実数,2 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,回転数 [min-1],整数,1 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,騒音レベル [dB(A)],整数,78 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,幅 [mm],長さ,1 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,奥行 [mm],長さ,750 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,高さ [mm],長さ,900 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,製品質量 [kg],整数,320 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,運転質量,ラベル,360 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_背面 [mm],長さ,500 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_前面 [mm],長さ,700 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_左側 [mm],長さ,1 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_右側 [mm],長さ,600 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_上部 [mm],長さ,700 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,保守空間_下部 [mm],長さ,0 +設備,ポンプ,ポンプ機器系タイプ,一般仕様情報,質量 [kg],整数,380 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,周波数 [Hz],整数,60 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,相,整数,3 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,電圧 [V],整数,400 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,電動機出力 [kW],整数,15 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,消費電力 [kW],実数,18.2 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,極数,整数,4 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,電源接続口,整数,1 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,負荷分類,ラベル,2_空調搬送 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,始動方式,ラベル,Y-Δ +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,電動機種別,ラベル,IE3 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,電源種別,ラベル,常用 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,発停方法,ラベル,自動 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,制御方式,ラベル,差圧一定 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,盤記号,ラベル,PANEL-1 +設備,ポンプ,ポンプ機器系タイプ,電気仕様情報,幹線記号,ラベル,MFB-1 +設備,ポンプ,ポンプ機器系タイプ,拡張仕様情報,ユニット数,ラベル,2 +設備,ポンプ,ポンプ機器系タイプ,テキスト情報,消耗品,整数,1 +設備,ポンプ,ポンプ機器系タイプ,テキスト情報,ファミリー版数,整数,3 +設備,ポンプ,ポンプ機器系タイプ,テキスト情報,データ作成年月,日付,2019-04-15 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_097_IFCBOILERTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_097_IFCBOILERTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..6b010a3658cafea31ab691a5f9135bfaa0c6979a --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_097_IFCBOILERTYPE.csv @@ -0,0 +1,49 @@ +study team,objective,Entity Facet:Entity(IFC Class),Property Facet:Property Set(PropertySet),Property Facet:PropertyName(PropertyName),Property Facet:Data Type(DataType),Property Facet:Value(PropertyValue) +MEP,Boiler,IfcBoilerType,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,BoilerCo +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,EnergySource,IfcLabel,NaturalGas +MEP,Boiler,IfcBoilerType,Pset_ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,50000.0 +MEP,Boiler,IfcBoilerType,Pset_Condition,AssessmentType,IfcLabel,FuelVerification +MEP,Boiler,IfcBoilerType,Pset_ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,0.95 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,IsWaterStorageHeater,IfcBoolean,true +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,PressureRating,IfcPressureMeasure,10.0 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,WaterInletTemperatureRange,IfcThermodynamicTemperatureMeasure,200.0 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,OutletTemperatureRange,IfcThermodynamicTemperatureMeasure,0.300 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,NominalPartLoadRatio,IfcReal,48000.0 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,NominalEnergyConsumption,IfcPowerMeasure,5.5 +MEP,Boiler,IfcBoilerType,Pset_EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,353.15 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,HeatTransferSurfaceArea,IfcAreaMeasure,50.0 +MEP,Boiler,IfcBoilerType,Pset_ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,0.40 +MEP,Boiler,IfcBoilerType,Pset_ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,24 +MEP,Boiler,IfcBoilerType,Pset_ElementSize,NominalLength,IfcPositiveLengthMeasure,0.050 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,WaterStorageCapacity,IfcVolumeMeasure,0.050 +MEP,Boiler,IfcBoilerType,Pset_ElementSize,NominalWidth,IfcPositiveLengthMeasure,0.015 +MEP,Boiler,IfcBoilerType,Pset_ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,0.300 +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,OperatingMode,IfcLabel,Fixed +MEP,Boiler,IfcBoilerType,Pset_ElectricalDeviceCommon,NumberOfPowerSupplyPorts,IfcLabel,4 +MEP,Boiler,IfcBoilerType,Pset_MaintenanceStrategy,MonitoringType,IfcLabel,RemoteMonitoring +MEP,Boiler,IfcBoilerType,Pset_ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +MEP,Boiler,IfcBoilerType,Pset_ConstructionAdministration,SubmittalIdentifer,IfcLabel,4-20mA signal +MEP,Boiler,IfcBoilerType,Pset_ElectricalDeviceCommon,IP_Code,IfcLabel,IP54 +MEP,Boiler,IfcBoilerType,Pset_ElectricalDeviceCommon,IK_Code,IfcLabel,IK08 +MEP,Boiler,IfcBoilerType,Pset_Condition,AssessmentDescription,IfcText,Combustion settings verified +MEP,Boiler,IfcBoilerType,Pset_EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,350000 +MEP,Boiler,IfcBoilerType,Pset_Condition,AssessmentCondition,IfcLabel,Commissioning +MEP,Boiler,IfcBoilerType,Pset_Risk,AssociatedLocation,IfcLabel,PlantRoom +MEP,Boiler,IfcBoilerType,Pset_Warranty,WarrantyPeriod,IfcDuration,P2Y +MEP,Boiler,IfcBoilerType,Pset_BoilerTypeCommon,Reference,IfcIdentifier,PR-6 +MEP,Boiler,IfcBoilerType,Pset_Warranty,IsExtendedWarranty,IfcBoolean,true +MEP,Boiler,IfcBoilerType,Pset_Warranty,Exclusions,IfcText,Ground continuity required +MEP,Boiler,IfcBoilerType,Pset_Condition,NextAssessmentDate,IfcDate,2025-08-01 +MEP,Boiler,IfcBoilerType,Pset_Condition,LastAssessmentReport,IfcLabel,RPT-BLR-01 +MEP,Boiler,IfcBoilerType,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P1D +MEP,Boiler,IfcBoilerType,Pset_ConstructionAdministration,ProcurementMethod,IfcLabel,Package supply +MEP,Boiler,IfcBoilerType,Pset_ElementSize,NominalHeight,IfcPositiveLengthMeasure,5.0 +MEP,Boiler,IfcBoilerType,Pset_Condition,AssessmentFrequency,IfcTimeMeasure,365 +MEP,Boiler,IfcBoilerType,Pset_MaintenanceStrategy,AssetPriority,IfcLabel,High +MEP,Boiler,IfcBoilerType,Pset_Condition,AssessmentDate,IfcDate,2025-06-01 +MEP,Boiler,IfcBoilerType,Pset_EnvironmentalImpactIndicators,ExpectedServiceLife,IfcTimeMeasure,20 +MEP,Boiler,IfcBoilerType,Pset_Warranty,PointOfContact,IfcLabel,BoilerCo service +MEP,Boiler,IfcBoilerType,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,BLR-5000 +MEP,Boiler,IfcBoilerType,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +MEP,Boiler,IfcBoilerType,Qto_BoilerBaseQuantities,NetWeight,IfcMassMeasure,450.0 +MEP,Boiler,IfcBoilerType,Qto_BoilerBaseQuantities,GrossWeight,IfcMassMeasure,480.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_098_IFCBOILERTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_098_IFCBOILERTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..b9e4db4f5ea842ffe0a3917576487a99c4320a3e --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_098_IFCBOILERTYPE.csv @@ -0,0 +1,53 @@ +検討チーム,目的,エンティティファセット:エンティティ,プロパティファセット:プロパティセット,プロパティファセット:プロパティ名,プロパティファセット:データタイプ,プロパティファセット:値 +設備,ボイラー,IfcBoilerType,Pset_Condition,AssessmentCondition,IfcLabel,試運転時 +設備,ボイラー,IfcBoilerType,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,小型貫流ボイラ +設備,ボイラー,IfcBoilerType,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,BS +設備,ボイラー,IfcBoilerType,Pset_Risk,AssociatedLocation,IfcLabel,低層系統 +設備,ボイラー,IfcBoilerType,Pset_Condition,AssessmentType,IfcLabel,型式確認 +設備,ボイラー,IfcBoilerType,Pset_Condition,AssessmentDescription,IfcText,不明 +設備,ボイラー,IfcBoilerType,Pset_Condition,LastAssessmentReport,IfcLabel,不明 +設備,ボイラー,IfcBoilerType,Pset_ElectricalDeviceCommon,RatedCurrent,IfcElectricCurrentMeasure,10 +設備,ボイラー,IfcBoilerType,Pset_ElectricalDeviceCommon,RatedVoltage,IfcElectricVoltageMeasure,1000 +設備,ボイラー,IfcBoilerType,Pset_ElectricalDeviceCommon,NumberOfPoles,IfcCountMeasure,1000 +設備,ボイラー,IfcBoilerType,Pset_BoilerTypeCommon,HeatTransferSurfaceArea,IfcAreaMeasure,1 +設備,ボイラー,IfcBoilerType,Pset_ElectricalDeviceCommon,NominalFrequencyRange,IfcFrequencyMeasure,100 +設備,ボイラー,IfcBoilerType,Pset_ElectricalDeviceCommon,PowerFactor,IfcNormalisedRatioMeasure,1.00 +設備,ボイラー,IfcBoilerType,Pset_ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +設備,ボイラー,IfcBoilerType,Pset_ElectricalDeviceCommon,HeatDissipation,IfcPowerMeasure,980 +設備,ボイラー,IfcBoilerType,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,JIS B0000 +設備,ボイラー,IfcBoilerType,Pset_Warranty,WarrantyContent,IfcText,鋼製ボディ +設備,ボイラー,IfcBoilerType,Pset_MaintenanceTriggerPerformance,TargetPerformance,IfcReal,1.5 +設備,ボイラー,IfcBoilerType,Pset_ElectricalDeviceCommon,Power,IfcPowerMeasure,80 +設備,ボイラー,IfcBoilerType,Pset_EnvironmentalCondition,MaximumWindSpeed,IfcLinearVelocityMeasure,1 +設備,ボイラー,IfcBoilerType,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.30 +設備,ボイラー,IfcBoilerType,Pset_EnvironmentalCondition,ReferenceEnvironmentTemperature,IfcThermodynamicTemperatureMeasure,298.15 +設備,ボイラー,IfcBoilerType,Pset_ElectricalDeviceCommon,NominalPowerConsumption,IfcPowerMeasure,2800 +設備,ボイラー,IfcBoilerType,Pset_EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,3000000 +設備,ボイラー,IfcBoilerType,Pset_ElementKinematics,LinearRange,IfcPositiveLengthMeasure,600 +設備,ボイラー,IfcBoilerType,Pset_Uncertainty,LinearUncertainty,IfcPositiveLengthMeasure,2 +設備,ボイラー,IfcBoilerType,Pset_Tolerance,OrthogonalStraightness,IfcPositiveLengthMeasure,600 +設備,ボイラー,IfcBoilerType,Pset_Uncertainty,HorizontalUncertainty,IfcPositiveLengthMeasure,600 +設備,ボイラー,IfcBoilerType,Pset_Tolerance,VerticalStraightness,IfcPositiveLengthMeasure,600 +設備,ボイラー,IfcBoilerType,Pset_Uncertainty,VerticalUncertainty,IfcPositiveLengthMeasure,600 +設備,ボイラー,IfcBoilerType,Pset_EnvironmentalCondition,SeismicResistance,IfcReal,0.3 +設備,ボイラー,IfcBoilerType,Pset_EnvironmentalCondition,OperationalTemperatureRange,IfcThermodynamicTemperatureMeasure,333.15 +設備,ボイラー,IfcBoilerType,Pset_EnvironmentalCondition,SaltMistLevel,IfcLabel,高塩害 +設備,ボイラー,IfcBoilerType,Pset_EnvironmentalCondition,SmokeLevel,IfcLabel,低煙環境 +設備,ボイラー,IfcBoilerType,Pset_EnvironmentalCondition,MaximumSolarRadiation,IfcReal,100 +設備,ボイラー,IfcBoilerType,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,100 +設備,ボイラー,IfcBoilerType,Pset_Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,100 +設備,ボイラー,IfcBoilerType,Pset_Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,100 +設備,ボイラー,IfcBoilerType,Pset_ElectricalDeviceCommon,EarthingStyle,IfcLabel,TN-S +設備,ボイラー,IfcBoilerType,Pset_ElectricalDeviceCommon,IK_Code,IfcLabel,IK10 +設備,ボイラー,IfcBoilerType,Pset_SoundGeneration,SoundCurve,IfcFrequencyMeasure,200 +設備,ボイラー,IfcBoilerType,Pset_BoilerTypeCommon,NominalPartLoadRatio,IfcReal,7.5 +設備,ボイラー,IfcBoilerType,Pset_EnvironmentalCondition,MaximumRainIntensity,IfcReal,15 +設備,ボイラー,IfcBoilerType,Pset_EnvironmentalCondition,StorageTemperatureRange,IfcThermodynamicTemperatureMeasure,318.15 +設備,ボイラー,IfcBoilerType,Pset_ServiceLife,ServiceLifeDuration,IfcDuration,P10Y +設備,ボイラー,IfcBoilerType,Pset_Risk,AssociatedActivity,IfcLabel,1_熱源類 +設備,ボイラー,IfcBoilerType,Pset_ConstructionAdministration,ProcurementMethod,IfcLabel,メーカー直納 +設備,ボイラー,IfcBoilerType,Pset_Risk,RiskName,IfcLabel,一般 +設備,ボイラー,IfcBoilerType,Pset_Risk,RiskAssessmentMethodology,IfcLabel,中央発停 +設備,ボイラー,IfcBoilerType,Pset_Risk,MitigationPlanned,IfcLabel,比例制御 +設備,ボイラー,IfcBoilerType,Pset_Risk,MitigationProposed,IfcLabel,比例制御 +設備,ボイラー,IfcBoilerType,Pset_Risk,AssociatedProduct,IfcLabel,比例制御 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_099_IFCTANKTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_099_IFCTANKTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..08228f9b7ccf47f720bd5638ce04fc0ed1657272 --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_099_IFCTANKTYPE.csv @@ -0,0 +1,63 @@ +Type of component,Target,Entity,PropertySet,Property,DataType,Value +MEP,Tank,Tank Type,Product Basics,BuilderName,label,TankCo +MEP,Tank,Tank Type,Product Basics,Model,label,TNK-30000 +MEP,Tank,Tank Type,Product Basics,Tank Form,label,Vertical +MEP,Tank,Tank Type,Product Basics,StandDirection,label,Vertical +MEP,Tank,Tank Type,Product Basics,Support Type,label,Skirt +MEP,Tank,Tank Type,Product Basics,Buried,boolean,true +MEP,Tank,Tank Type,Product Basics,Manway Size,length,0.600 +MEP,Tank,Tank Type,Product Basics,Secondary Containment,boolean,true +MEP,Tank,Tank Type,Product Basics,Secondary Containment Volume,volume,5.0 +MEP,Tank,Tank Type,Geometry,TankDiameterValue,length,3.00 +MEP,Tank,Tank Type,Geometry,TankHeightValue,length,6.00 +MEP,Tank,Tank Type,Geometry,TankLengthValue,length,8.00 +MEP,Tank,Tank Type,Geometry,Shell Thickness,length,0.020 +MEP,Tank,Tank Type,Geometry,Roof Type,label,Cone +MEP,Tank,Tank Type,Geometry,Annular Space,length,0.50 +MEP,Tank,Tank Type,Capacity and Levels,Nominal Capacity,volume,50.0 +MEP,Tank,Tank Type,Capacity and Levels,Usable Capacity,volume,48.0 +MEP,Tank,Tank Type,Capacity and Levels,Max Fill Level,length,5.80 +MEP,Tank,Tank Type,Capacity and Levels,Min Operating Level,length,0.20 +MEP,Tank,Tank Type,Capacity and Levels,Fill Rate,float,0.50 +MEP,Tank,Tank Type,Materials,Shell Material,label,CarbonSteel +MEP,Tank,Tank Type,Materials,Lining Material,label,Epoxy +MEP,Tank,Tank Type,Materials,Insulation Type,label,MineralWool +MEP,Tank,Tank Type,Materials,Corrosion Allowance,length,0.005 +MEP,Tank,Tank Type,Materials,Design Code,label,API650 +MEP,Tank,Tank Type,Pressure and Temperature,Design Pressure,float,0.50 +MEP,Tank,Tank Type,Pressure and Temperature,Test Pressure,float,0.75 +MEP,Tank,Tank Type,Pressure and Temperature,Max Operating Temperature,float,120.0 +MEP,Tank,Tank Type,Pressure and Temperature,Min Operating Temperature,float,-20.0 +MEP,Tank,Tank Type,Pressure and Temperature,Thermal Expansion Allowance,length,0.005 +MEP,Tank,Tank Type,Connections,Inlet Connection Size,length,0.050 +MEP,Tank,Tank Type,Connections,Outlet Connection Size,length,0.050 +MEP,Tank,Tank Type,Connections,Drain Connection Size,length,0.050 +MEP,Tank,Tank Type,Connections,Vent Connection Size,length,0.050 +MEP,Tank,Tank Type,Connections,Manway Count,integer,1 +MEP,Tank,Tank Type,Connections,Nozzle Orientation,label,Top +MEP,Tank,Tank Type,Safety,Overfill Protection,boolean,true +MEP,Tank,Tank Type,Safety,Level Sensors,boolean,true +MEP,Tank,Tank Type,Safety,Leak Detection,boolean,true +MEP,Tank,Tank Type,Safety,Has Pressure Relief,boolean,true +MEP,Tank,Tank Type,Safety,Emergency Venting,boolean,true +MEP,Tank,Tank Type,Monitoring,Remote Monitoring,boolean,true +MEP,Tank,Tank Type,Monitoring,Control Protocol,label,Modbus +MEP,Tank,Tank Type,Monitoring,Level Sensor Type,label,Ultrasonic +MEP,Tank,Tank Type,Monitoring,Alarm Setpoint,float,0.90 +MEP,Tank,Tank Type,Installation,Foundation Required,boolean,true +MEP,Tank,Tank Type,Installation,Anchorage Spec,text,Concrete pad with M24 anchors x8 +MEP,Tank,Tank Type,Installation,Lifting Lugs,text,4 lugs at 90deg +MEP,Tank,Tank Type,Installation,Maintenance Clearance,length,1.00 +MEP,Tank,Tank Type,Installation,Earthing,label,Bonding +MEP,Tank,Tank Type,Maintenance,Cleaning Interval,integer,365 +MEP,Tank,Tank Type,Maintenance,Coating Inspection Interval,integer,365 +MEP,Tank,Tank Type,Maintenance,Spare Parts,text,Gasket set;Level transmitter;Manway seal +MEP,Tank,Tank Type,Maintenance,Last Inspection Date,date,2025-06-01 +MEP,Tank,Tank Type,Handling and Transport,Gross Weight,float,5000.0 +MEP,Tank,Tank Type,Handling and Transport,Net Weight,float,4800.0 +MEP,Tank,Tank Type,Handling and Transport,Max Section Weight,float,2000.0 +MEP,Tank,Tank Type,Handling and Transport,Transport Unit Size,label,20ftContainer +MEP,Tank,Tank Type,Manufacturer Info,FabricatorName,label,TankCo +MEP,Tank,Tank Type,Manufacturer Info,Model,label,TNK-30000 +MEP,Tank,Tank Type,Production,Lot ID,label,LOT-2025-01 +MEP,Tank,Tank Type,Quantities,Net Weight,float,4800.0 diff --git a/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_100_IFCTANKTYPE.csv b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_100_IFCTANKTYPE.csv new file mode 100644 index 0000000000000000000000000000000000000000..e866685d9ec9754c4c7ab7ed2aa5c2207191f3bd --- /dev/null +++ b/data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_100_IFCTANKTYPE.csv @@ -0,0 +1,63 @@ +Usecase,Component,Target IFCEntity,IFCPset,IFCProperty,IFCDataType,Value +MEP,Tank,IfcTankType,Pset_ManufacturerTypeInformation,Manufacturer,IfcLabel,AquaStor +MEP,Tank,IfcTankType,Pset_ConstructionAdministration,SubmittalIdentifer,IfcLabel,VT-45000 +MEP,Tank,IfcTankType,Pset_TankTypeCommon,PatternType,IfcLabel,VERTICALCYLINDER +MEP,Tank,IfcTankType,Pset_Condition,AssessmentDescription,IfcText,StandDirection: Vertical +MEP,Tank,IfcTankType,Pset_Condition,AssessmentType,IfcLabel,SupportInspection +MEP,Tank,IfcTankType,Pset_Condition,AssessmentCondition,IfcLabel,Installed condition +MEP,Tank,IfcTankType,Pset_TankTypeSectional,SectionWidth,IfcPositiveLengthMeasure,0.750 +MEP,Tank,IfcTankType,Pset_Warranty,WarrantyContent,IfcText,Secondary containment provided +MEP,Tank,IfcTankType,Pset_TankTypePreformed,SecondCurvatureRadius,IfcPositiveLengthMeasure,6.0 +MEP,Tank,IfcTankType,Pset_TankTypeCommon,EffectiveCapacity,IfcVolumeMeasure,57.5 +MEP,Tank,IfcTankType,Pset_TankTypeCommon,OperatingWeight,IfcMassMeasure,5400.0 +MEP,Tank,IfcTankType,Pset_TankTypeSectional,SectionLength,IfcPositiveLengthMeasure,10.00 +MEP,Tank,IfcTankType,Pset_ElementSize,NominalWidth,IfcPositiveLengthMeasure,0.025 +MEP,Tank,IfcTankType,Pset_ManufacturerTypeInformation,ModelReference,IfcLabel,Dome roof +MEP,Tank,IfcTankType,Pset_Tolerance,OrthogonalTolerance,IfcPositiveLengthMeasure,0.40 +MEP,Tank,IfcTankType,Pset_TankTypeCommon,TankNominalCapacity,IfcVolumeMeasure,60.0 +MEP,Tank,IfcTankType,Pset_ElementSize,NominalLength,IfcPositiveLengthMeasure,57.0 +MEP,Tank,IfcTankType,Pset_EnvironmentalCondition,ReferenceAirRelativeHumidity,IfcNormalisedRatioMeasure,0.45 +MEP,Tank,IfcTankType,Pset_EnvironmentalCondition,MaximumAtmosphericPressure,IfcPressureMeasure,300000 +MEP,Tank,IfcTankType,Pset_Tolerance,HorizontalTolerance,IfcPositiveLengthMeasure,0.65 +MEP,Tank,IfcTankType,Pset_ManufacturerTypeInformation,ModelLabel,IfcLabel,Stainless steel shell +MEP,Tank,IfcTankType,Pset_Risk,RiskName,IfcLabel,Corrosion +MEP,Tank,IfcTankType,Pset_Risk,RiskAssessmentMethodology,IfcLabel,Inspection checklist +MEP,Tank,IfcTankType,Pset_Tolerance,OverallTolerance,IfcPositiveLengthMeasure,0.006 +MEP,Tank,IfcTankType,Pset_ConstructionAdministration,SpecificationSectionNumber,IfcLabel,API620 +MEP,Tank,IfcTankType,Pset_TankTypePreformed,FirstCurvatureRadius,IfcPositiveLengthMeasure,0.30 +MEP,Tank,IfcTankType,Pset_Warranty,WarrantyIdentifier,IfcIdentifier,WR-TNK-2025-01 +MEP,Tank,IfcTankType,Pset_Warranty,WarrantyStartDate,IfcDate,2025-07-20 +MEP,Tank,IfcTankType,Pset_Warranty,WarrantyPeriod,IfcDuration,P5Y +MEP,Tank,IfcTankType,Pset_EnvironmentalCondition,SeismicResistance,IfcReal,0.006 +MEP,Tank,IfcTankType,Pset_Tolerance,VerticalTolerance,IfcPositiveLengthMeasure,0.080 +MEP,Tank,IfcTankType,Pset_Tolerance,PlanarFlatness,IfcPositiveLengthMeasure,0.080 +MEP,Tank,IfcTankType,Pset_Tolerance,HorizontalFlatness,IfcPositiveLengthMeasure,0.050 +MEP,Tank,IfcTankType,Pset_Tolerance,SideFlatness,IfcPositiveLengthMeasure,0.050 +MEP,Tank,IfcTankType,Pset_TankTypeSectional,NumberOfSections,IfcCountMeasure,2 +MEP,Tank,IfcTankType,Pset_ManufacturerTypeInformation,ProductionYear,IfcLabel,2025 +MEP,Tank,IfcTankType,Pset_ElectricalDeviceCommon,HasProtectiveEarth,IfcBoolean,true +MEP,Tank,IfcTankType,Pset_Tolerance,ToleranceDescription,IfcText,Factory dimensional tolerance +MEP,Tank,IfcTankType,Pset_ConstructionAdministration,ProcurementMethod,IfcLabel,Vendor package supply +MEP,Tank,IfcTankType,Pset_Risk,AssociatedProduct,IfcLabel,Pressure relief equipped +MEP,Tank,IfcTankType,Pset_Risk,AssociatedActivity,IfcLabel,Emergency venting +MEP,Tank,IfcTankType,Pset_ManufacturerTypeInformation,OperationalDocument,IfcExternalReference,Remote monitoring guide +MEP,Tank,IfcTankType,Pset_ManufacturerTypeInformation,SafetyDocument,IfcDocumentReference,BACnet control spec +MEP,Tank,IfcTankType,Pset_ManufacturerTypeInformation,PerformanceCertificate,IfcDocumentReference,Radar sensor spec +MEP,Tank,IfcTankType,Pset_ElementSize,NominalHeight,IfcPositiveLengthMeasure,0.85 +MEP,Tank,IfcTankType,Pset_Risk,AssociatedLocation,IfcLabel,Outdoor utility yard +MEP,Tank,IfcTankType,Pset_Warranty,Exclusions,IfcText,Concrete ring beam with M20 anchors x12 +MEP,Tank,IfcTankType,Pset_Condition,LastAssessmentReport,IfcLabel,RPT-TNK-01 +MEP,Tank,IfcTankType,Pset_Tolerance,OrthogonalStraightness,IfcPositiveLengthMeasure,1.20 +MEP,Tank,IfcTankType,Pset_ElectricalDeviceCommon,IP_Code,IfcLabel,IP54 +MEP,Tank,IfcTankType,Pset_MaintenanceTriggerDuration,DurationMaintenanceLevel,IfcDuration,P180D +MEP,Tank,IfcTankType,Pset_MaintenanceTriggerDuration,DurationReplacementLevel,IfcDuration,P180D +MEP,Tank,IfcTankType,Pset_ManufacturerTypeInformation,ArticleNumber,IfcIdentifier,SPARE-KIT-01 +MEP,Tank,IfcTankType,Pset_Condition,AssessmentDate,IfcDate,2025-07-15 +MEP,Tank,IfcTankType,Qto_TankBaseQuantities,GrossWeight,IfcMassMeasure,5200.0 +MEP,Tank,IfcTankType,Qto_TankBaseQuantities,NetWeight,IfcMassMeasure,5000.0 +MEP,Tank,IfcTankType,Qto_TankBaseQuantities,TotalSurfaceArea,IfcAreaMeasure,1800.0 +MEP,Tank,IfcTankType,Pset_TankTypeCommon,Reference,IfcIdentifier,40ftContainer +MEP,Tank,IfcTankType,Pset_Warranty,PointOfContact,IfcLabel,AquaStor support +MEP,Tank,IfcTankType,Pset_Tolerance,ElevationalFlatness,IfcPositiveLengthMeasure,0.012 +MEP,Tank,IfcTankType,Pset_ManufacturerTypeInformation,GlobalTradeItemNumber,IfcIdentifier,LOT-2025-08 +MEP,Tank,IfcTankType,Pset_EnvironmentalCondition,MaximumRainIntensity,IfcReal,5000.0 diff --git a/data/output_ids/IFC2X3/IFC2X3_001_IFCPROJECT.ids b/data/output_ids/IFC2X3/IFC2X3_001_IFCPROJECT.ids new file mode 100644 index 0000000000000000000000000000000000000000..8f517c3223fd638a130840a5a387ccc078593a72 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_001_IFCPROJECT.ids @@ -0,0 +1,85 @@ + + + + ProjectInfo + + + + + + + IFCPROJECT + + + + + + + ProjectCommon + + + ProjectType + + + New Build + + + + + ProjectCommon + + + ProjectInvestmentEstimate + + + 15000000.0 + + + + + ProjectCommon + + + FundingSource + + + GovernmentGrant + + + + + ProjectCommon + + + ROI + + + 0.12 + + + + + ProjectCommon + + + NetEarnedValue + + + 500000.0 + + + + + ProjectCommon + + + PaybackPeriod + + + P4Y6M + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_002_IFCPROJECT.ids b/data/output_ids/IFC2X3/IFC2X3_002_IFCPROJECT.ids new file mode 100644 index 0000000000000000000000000000000000000000..357be6165feb99fd4474dd457a408399b605dc51 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_002_IFCPROJECT.ids @@ -0,0 +1,63 @@ + + + + プロジェクト情報 + + + + + + + IFCPROJECT + + + + + + + ProjectCommon + + + FundingSource + + + 投資家からの資金調達及び自己資金がメイン。一部銀行融資あり。 + + + + + ProjectCommon + + + ProjectInvestmentEstimate + + + 120000000 + + + + + ProjectCommon + + + PaybackPeriod + + + P3Y + + + + + ProjectCommon + + + ProjectType + + + 既存ビルのリノベーション工事。 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_003_IFCPROJECT.ids b/data/output_ids/IFC2X3/IFC2X3_003_IFCPROJECT.ids new file mode 100644 index 0000000000000000000000000000000000000000..18e0528d3c5343de536df4ec447580392d88ff67 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_003_IFCPROJECT.ids @@ -0,0 +1,85 @@ + + + + ProjectInfo + + + + + + + IFCPROJECT + + + + + + + Project Information + + + Project Category + + + Residential + + + + + Project Information + + + Estimated Cost + + + 20000000.0 + + + + + Project Information + + + Financing Method + + + OwnerEquity + + + + + Project Information + + + Expected Return + + + 0.18 + + + + + Project Information + + + Net Profit + + + 1200000.0 + + + + + Project Information + + + Payback Period + + + P3Y6M + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_004_IFCPROJECT.ids b/data/output_ids/IFC2X3/IFC2X3_004_IFCPROJECT.ids new file mode 100644 index 0000000000000000000000000000000000000000..5b712835deeba8c80e21599484317a7367df63ec --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_004_IFCPROJECT.ids @@ -0,0 +1,63 @@ + + + + ProjectInfo + + + + + + + IFCPROJECT + + + + + + + ProjectCommon + + + ProjectType + + + Second Type Project + + + + + ProjectCommon + + + ROI + + + 23.5 + + + + + ProjectCommon + + + NetEarnedValue + + + 200 + + + + + ProjectCommon + + + PaybackPeriod + + + P1Y + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_005_IFCPROJECT.ids b/data/output_ids/IFC2X3/IFC2X3_005_IFCPROJECT.ids new file mode 100644 index 0000000000000000000000000000000000000000..dd8d4fd7473e21b2ad1de6dc8cef6f0bd7b0f979 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_005_IFCPROJECT.ids @@ -0,0 +1,85 @@ + + + + ProjectInfo + + + + + + + IFCPROJECT + + + + + + + Common + + + Project Category + + + Commercial + + + + + Common + + + Estimated Cost + + + 7500000.0 + + + + + Common + + + Financing Method + + + OwnerEquity + + + + + Common + + + Expected Return + + + 0.095 + + + + + Common + + + Net Profit + + + 350000.0 + + + + + Common + + + Payback Period + + + P5Y5M + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_006_IFCSITE.ids b/data/output_ids/IFC2X3/IFC2X3_006_IFCSITE.ids new file mode 100644 index 0000000000000000000000000000000000000000..113d61d1365ecc4305d5a77eeace3478c01115f1 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_006_IFCSITE.ids @@ -0,0 +1,239 @@ + + + + 位置情報 + + + + + + + IFCSITE + + + + + + + SiteWeather + + + MinAmbientTemp + + + -8.6 + + + + + Pset_PropertyAgreement + + + Restrictions + + + 夜間照明は海側遮光ルーバーを設ける + + + + + Address + + + UserDefinedPurpose + + + 沿岸観測・保守支援用地 + + + + + SiteCommon + + + FloorAreaRatio + + + 1.80 + + + + + LandRegistration + + + LandID + + + AKT-COAST-47C + + + + + PropertyAgreement + + + TrackingIdentifier + + + LEASE-AKT-COAST-27 + + + + + Pset_SiteCommon + + + TotalArea + + + 6115.4 + + + + + Address + + + Description + + + 日本海沿岸の観測設備と保守車両基地を兼ねる敷地 + + + + + SiteWeather + + + MaxAmbientTemp + + + 31.2 + + + + + PropertyAgreement + + + CommencementDate + + + 2026-04-01 + + + + + LandRegistration + + + LandTitleID + + + 秋田(港湾)第88421号 + + + + + Address + + + InternalLocation + + + 飯島北ふ頭東区画 + + + + + PropertyAgreement + + + Duration + + + P27Y + + + + + Pset_SiteCommon + + + BuildableArea + + + 4280.0 + + + + + Pset_PropertyAgreement + + + ConditionTermination + + + 返還時は観測基礎と埋設配管を撤去する + + + + + LandRegistration + + + IsPermanentID + + + false + + + + + Pset_SiteCommon + + + BuildingHeightLimit + + + 18.0 + + + + + Address + + + WWWHomePageURL + + + https://example.jp/sites/akita-coast-observation + + + + + PropertyAgreement + + + AgreementDate + + + 2026-01-19 + + + + + SiteCommon + + + SiteCoverageRatio + + + 0.35 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_007_IFCSITE.ids b/data/output_ids/IFC2X3/IFC2X3_007_IFCSITE.ids new file mode 100644 index 0000000000000000000000000000000000000000..69f2ef1d0cdd038cc266d531219e29dd4cdf86b6 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_007_IFCSITE.ids @@ -0,0 +1,448 @@ + + + + 敷地仕様 + + + + + + + IFCSITE + + + + + + + 基本台帳 + + + 管理ID + + + LOT-A17 + + + + + 基本台帳 + + + 登録名称 + + + 名古屋南テクニカルヤード + + + + + 基本台帳 + + + 所在表記 + + + 愛知県名古屋市港区潮見町7-4 + + + + + 基本台帳 + + + 郵便識別 + + + 4550016 + + + + + 基本台帳 + + + 台帳番地 + + + 名古屋市港区潮見町7番4 + + + + + 面積基準 + + + 有効敷地面積 + + + 1245.30 + + + + + 座標基準 + + + 緯度値 + + + 35.0921 + + + + + 座標基準 + + + 経度値 + + + 136.8798 + + + + + 座標基準 + + + 標高基準値 + + + 11.5 + + + + + 座標基準 + + + 測量原点名 + + + TP-1 + + + + + 座標基準 + + + 採用座標系 + + + JGD2011平面直角第VII系 + + + + + 方位管理 + + + 北基準回転角 + + + 135 + + + + + 規制整理 + + + 計画区分 + + + 市街化区域 + + + + + 規制整理 + + + 地域指定 + + + 工業地域 + + + + + 規制整理 + + + 建築可能被覆率 + + + 70 + + + + + 規制整理 + + + 許容延床倍率 + + + 400 + + + + + 規制整理 + + + 防災指定 + + + 準防火地域 + + + + + 規制整理 + + + 高さ制限帯 + + + 第2種高度地区 + + + + + 接道条件 + + + 前面道路分類 + + + 建基法42条1項1号 + + + + + 行政記録 + + + 審査受付番号 + + + 第R06計確-1842号 + + + + + 行政記録 + + + 認定交付日 + + + 2025-02-06 + + + + + 地盤評価 + + + 支持層ランク + + + GD-2 + + + + + 地盤評価 + + + 許容地耐力度 + + + 180 + + + + + ハザード確認 + + + 浸水リスク帯 + + + 0.5m未満区域 + + + + + ハザード確認 + + + 基準風速帯 + + + 基準風速34m/s + + + + + ハザード確認 + + + 降雪条件 + + + 一般区域 + + + + + ハザード確認 + + + 地震地域係数区分 + + + Z=1.0地域 + + + + + 供給接続 + + + 前面道路有効幅 + + + 12 + + + + + 供給接続 + + + 接続道路呼称 + + + 潮見幹線 + + + + + 供給接続 + + + 上水引込口径 + + + 100 + + + + + 供給接続 + + + 下水受入可否 + + + true + + + + + 供給接続 + + + ガス供給可否 + + + true + + + + + 供給接続 + + + 受電契約上限 + + + 320 + + + + + 供給接続 + + + 通信導入方式 + + + ダークファイバ対応 + + + + + 実施予定 + + + 着手計画日 + + + 2025-03-01 + + + + + 実施予定 + + + 実着手日 + + + 2025-03-18 + + + + + 実施予定 + + + 竣工目標日 + + + 2027-02-20 + + + + + 実施予定 + + + 実竣工日 + + + 2027-03-05 + + + + + 実施予定 + + + 事業区分 + + + 新築 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_008_IFCSITE.ids b/data/output_ids/IFC2X3/IFC2X3_008_IFCSITE.ids new file mode 100644 index 0000000000000000000000000000000000000000..6603ec69f35f571beb3cafeecfc7f3fc033f5861 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_008_IFCSITE.ids @@ -0,0 +1,448 @@ + + + + 敷地情報 + + + + + + + IFCSITE + + + + + + + 敷地識別情報 + + + 敷地コード + + + SITE-003 + + + + + 敷地識別情報 + + + 敷地名称 + + + 札幌支店敷地 + + + + + 敷地識別情報 + + + 敷地住所 + + + 北海道札幌市中央区北一条西1-1-1 + + + + + 敷地識別情報 + + + 敷地郵便番号 + + + 600001 + + + + + 敷地識別情報 + + + 敷地地番 + + + 札幌市中央区北一条西一丁目1番 + + + + + 敷地識別情報 + + + 敷地面積 + + + 2200 + + + + + 敷地位置情報 + + + 北緯 + + + 43.0618 + + + + + 敷地位置情報 + + + 東経 + + + 141.3545 + + + + + 敷地位置情報 + + + 標高TP + + + 5 + + + + + 敷地位置情報 + + + 基準点名称 + + + TP + + + + + 敷地位置情報 + + + 測地系 + + + JGD2000 + + + + + 敷地位置情報 + + + 方位基準角 + + + 180 + + + + + 法規行政情報 + + + 都市計画区域 + + + 市街化区域 + + + + + 法規行政情報 + + + 用途地域 + + + 近隣商業地域 + + + + + 法規行政情報 + + + 建蔽率許容値 + + + 70 + + + + + 法規行政情報 + + + 容積率許容値 + + + 400 + + + + + 法規行政情報 + + + 防火地域区分 + + + 防火地域 + + + + + 法規行政情報 + + + 高度地区区分 + + + 無指定 + + + + + 法規行政情報 + + + 道路種別 + + + 建基法42条1項2号 + + + + + 法規行政情報 + + + 確認申請番号 + + + 第R06建確-9012号 + + + + + 法規行政情報 + + + 確認済証交付日 + + + 2025-02-20 + + + + + 環境条件情報 + + + 地盤等級 + + + GL-1 + + + + + 環境条件情報 + + + 地耐力 + + + 200 + + + + + 環境条件情報 + + + 浸水想定区分 + + + 浸水想定区域内 + + + + + 環境条件情報 + + + 風荷重区分 + + + 基準風速36m/s + + + + + 環境条件情報 + + + 積雪荷重区分 + + + 多雪区域 + + + + + 環境条件情報 + + + 地震動区分 + + + 耐震等級1 + + + + + インフラ接続情報 + + + 接道幅員 + + + 10 + + + + + インフラ接続情報 + + + 道路名称 + + + 北一条通 + + + + + インフラ接続情報 + + + 上水道引込径 + + + 100 + + + + + インフラ接続情報 + + + 下水道接続 + + + true + + + + + インフラ接続情報 + + + ガス引込 + + + true + + + + + インフラ接続情報 + + + 電力契約容量 + + + 300 + + + + + インフラ接続情報 + + + 通信引込種別 + + + 5G + + + + + 工程情報 + + + 着工予定日 + + + 2025-05-15 + + + + + 工程情報 + + + 着工日 + + + 2025-06-01 + + + + + 工程情報 + + + 完了予定日 + + + 2027-03-31 + + + + + 工程情報 + + + 完了日 + + + 2027-04-15 + + + + + 工程情報 + + + 工事種別 + + + 新築 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_009_IFCSITE.ids b/data/output_ids/IFC2X3/IFC2X3_009_IFCSITE.ids new file mode 100644 index 0000000000000000000000000000000000000000..4c74bec35e59afef78e8f3a2ef12e8532ca9a4fa --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_009_IFCSITE.ids @@ -0,0 +1,316 @@ + + + + SiteInfo + + + + + + + IFCSITE + + + + + + + SiteCommon + + + Reference + + + Site-A + + + + + Pset_SiteCommon + + + BuildableArea + + + 1200.0 + + + + + SiteCommon + + + SiteCoverageRatio + + + 0.6 + + + + + SiteCommon + + + FloorAreaRatio + + + 2.5 + + + + + Pset_SiteCommon + + + BuildingHeightLimit + + + 15.0 + + + + + Pset_SiteCommon + + + TotalArea + + + 2000.0 + + + + + LandRegistration + + + LandID + + + LAND-2023-01 + + + + + LandRegistration + + + IsPermanentID + + + true + + + + + LandRegistration + + + LandTitleID + + + TITLE-9876 + + + + + Address + + + Purpose + + + Residential + + + + + Address + + + Description + + + Large sloped site with river boundary + + + + + Address + + + UserDefinedPurpose + + + FutureDevelopment + + + + + Address + + + InternalLocation + + + Block A Lot 3 + + + + + Address + + + AddressLines + + + 123 Example St. + + + + + Address + + + PostalBox + + + PO Box 123 + + + + + Address + + + Town + + + Tokyo + + + + + Address + + + Region + + + Kanto + + + + + Address + + + PostalCode + + + 100-0001 + + + + + Address + + + Country + + + Japan + + + + + Address + + + TelephoneNumbers + + + +81-3-1234-5678 + + + + + Address + + + FacsimileNumbers + + + +81-3-1234-5679 + + + + + Address + + + PagerNumber + + + 1 + + + + + Address + + + ElectronicMailAddresses + + + info@example.com + + + + + Address + + + WWWHomePageURL + + + https://example.com + + + + + Address + + + MessagingIDs + + + slack:org_channel + + + + + SiteBaseQuantities + + + GrossPerimeter + + + 180.0 + + + + + SiteBaseQuantities + + + GrossArea + + + 2500.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_010_IFCSITE.ids b/data/output_ids/IFC2X3/IFC2X3_010_IFCSITE.ids new file mode 100644 index 0000000000000000000000000000000000000000..becbace02c82fb444d195c0646107b0937da4640 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_010_IFCSITE.ids @@ -0,0 +1,426 @@ + + + + 敷地情報 + + + + + + + IFCSITE + + + + + + + SiteCommon + + + FloorAreaRatio + + + 1.80 + + + + + Address + + + Country + + + JP + + + + + Pset_PropertyAgreement + + + ConditionTermination + + + 計測杭を撤去し原状回復する + + + + + Address + + + Town + + + つくば市 + + + + + LandRegistration + + + LandID + + + LAND-IBK-0471 + + + + + Address + + + TelephoneNumbers + + + 029-555-2400|029-555-2401 + + + + + SiteWeather + + + MinAmbientTemp + + + -7.8 + + + + + Address + + + UserDefinedPurpose + + + 次世代材料検証用地 + + + + + PropertyAgreement + + + AgreementVersion + + + RevB + + + + + Pset_SiteCommon + + + BuildableArea + + + 4280.5 + + + + + Address + + + PostalCode + + + 305-0818 + + + + + PropertyAgreement + + + AgreementDate + + + 2032-04-01 + + + + + Address + + + FacsimileNumbers + + + 029-555-2409 + + + + + SiteCommon + + + Reference + + + TSK-SITE-NF-A + + + + + Address + + + PostalBox + + + つくば中央私書箱41号 + + + + + Pset_PropertyAgreement + + + PropertyName + + + 学園南四丁目8番2外 + + + + + Address + + + Description + + + 北関東先端試験敷地 + + + + + LandRegistration + + + LandTitleID + + + 茨城つくば第20458号 + + + + + Pset_PropertyAgreement + + + Restrictions + + + 夜間搬入は22時以降禁止 + + + + + Address + + + Region + + + 茨城県 + + + + + SiteWeather + + + MaxAmbientTemp + + + 35.2 + + + + + Address + + + ElectronicMailAddresses + + + site-admin@northfield.example|safety@northfield.example + + + + + PropertyAgreement + + + Duration + + + P20Y + + + + + Address + + + WWWHomePageURL + + + https://northfield.example/site/overview + + + + + Pset_PropertyAgreement + + + ConditionCommencement + + + 仮囲い設置と地耐力確認完了後に引渡し + + + + + Pset_SiteCommon + + + BuildingHeightLimit + + + 18.5 + + + + + Address + + + InternalLocation + + + 西ゲート管理区画 + + + + + PropertyAgreement + + + CommencementDate + + + 2032-05-01 + + + + + LandRegistration + + + IsPermanentID + + + false + + + + + Address + + + MessagingIDs + + + sip:site.ops@northfield.example|ftp://files.northfield.example/site-address + + + + + PropertyAgreement + + + TrackingIdentifier + + + LEASE-NF-2032-01 + + + + + SiteCommon + + + SiteCoverageRatio + + + 0.42 + + + + + Address + + + PagerNumber + + + 91-5520 + + + + + Address + + + AddressLines + + + 茨城県つくば市学園南4-8-2|E-3街区 + + + + + Pset_PropertyAgreement + + + Options + + + 再契約時は騒音観測設備の残置協議を行う + + + + + Pset_SiteCommon + + + TotalArea + + + 6120.0 + + + + + PropertyAgreement + + + TerminationDate + + + 2052-04-30 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_011_IFCBUILDING.ids b/data/output_ids/IFC2X3/IFC2X3_011_IFCBUILDING.ids new file mode 100644 index 0000000000000000000000000000000000000000..22aa6ca6a3b6e380e814039eaa30688ca032754f --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_011_IFCBUILDING.ids @@ -0,0 +1,437 @@ + + + + BuildingInfo + + + + + + + IFCBUILDING + + + + + + + Building Information + + + BuildingNameTag + + + Building-A + + + + + Building Information + + + GlobalId + + + BLDG-01 + + + + + Building Information + + + IsPermanent + + + true + + + + + Building Information + + + Construction Method + + + SteelFrame + + + + + Building Information + + + Fire Protection Class + + + Class1 + + + + + Building Information + + + Sprinkler + + + true + + + + + Building Information + + + Automatic Sprinkler + + + true + + + + + Building Information + + + Main Use + + + Residential + + + + + Building Information + + + Total Area + + + 1200.0 + + + + + Building Information + + + Usable Area + + + 1100.0 + + + + + Building Information + + + Floors Above Ground + + + 5 + + + + + Building Information + + + Year Built + + + 1984 + + + + + Building Information + + + Year Renovated + + + 2017 + + + + + Building Information + + + Heritage Listed + + + true + + + + + Building Information + + + Reference Height + + + 0.0 + + + + + Building Information + + + Elevation Terrain + + + 2.0 + + + + + Building Information + + + Ancillary Fire Use + + + Storage + + + + + Building Information + + + Fire Use + + + Office + + + + + Usecase + + + Market Type + + + Premium + + + + + Usecase + + + Market Subtype + + + Retail + + + + + Usecase + + + ApprovalState + + + Approved + + + + + Usecase + + + Rental Rates + + + 1200.0 + + + + + Address Information + + + MainUse + + + PrimaryOffice + + + + + Address Information + + + Street + + + 123 Example St. + + + + + Address Information + + + Suburb + + + PO Box 123 + + + + + Address Information + + + City + + + Tokyo + + + + + Address Information + + + State + + + Kanto + + + + + Address Information + + + Postcode + + + 100-0001 + + + + + Address Information + + + Nation + + + Japan + + + + + Address Information + + + Email + + + info@company.com + + + + + Address Information + + + Website + + + https://example.com + + + + + Quantities + + + BuildingHeightM + + + 12.5 + + + + + Quantities + + + Roof Height + + + 11.0 + + + + + Quantities + + + Building Area + + + 200.0 + + + + + Quantities + + + Gross Building Area + + + 1500.0 + + + + + Quantities + + + Net Building Area + + + 1400.0 + + + + + Quantities + + + Gross Volume + + + 12000.0 + + + + + Quantities + + + Net Volume + + + 11500.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_012_IFCBUILDING.ids b/data/output_ids/IFC2X3/IFC2X3_012_IFCBUILDING.ids new file mode 100644 index 0000000000000000000000000000000000000000..bd9025b86621217e548726d1fd7403d43d2f6135 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_012_IFCBUILDING.ids @@ -0,0 +1,437 @@ + + + + BuildingInfo + + + + + + + IFCBUILDING + + + + + + + Address + + + Description + + + Mailing and visitor contact address for the east campus administration building + + + + + Address + + + UserDefinedPurpose + + + AssetCorrespondence + + + + + Address + + + InternalLocation + + + Concierge Desk Level 01 + + + + + Address + + + AddressLines + + + 88 Meridian Loop; East Campus + + + + + Address + + + PostalBox + + + PO Box 481 + + + + + Address + + + Town + + + Rivermouth + + + + + Address + + + Region + + + South County + + + + + Address + + + PostalCode + + + RM48TZ + + + + + Address + + + Country + + + GB + + + + + Address + + + TelephoneNumbers + + + +44-20-5550-0188; +44-20-5550-0199 + + + + + Address + + + FacsimileNumbers + + + +44-20-5550-0177 + + + + + Address + + + PagerNumber + + + ENG-4427 + + + + + Address + + + ElectronicMailAddresses + + + facilities@rivermouth-example.test; reception@rivermouth-example.test + + + + + Address + + + WWWHomePageURL + + + https://rivermouth-example.test/buildings/east-campus + + + + + Address + + + MessagingIDs + + + sip:ops@rivermouth-example.test; ftp://files.rivermouth-example.test/handover + + + + + Pset_BuildingCommon + + + BuildingID + + + RM-BLDG-27 + + + + + Pset_BuildingCommon + + + IsPermanentID + + + false + + + + + BuildingCommon + + + ConstructionMethod + + + Cross-laminated timber hybrid + + + + + BuildingCommon + + + FireProtectionClass + + + Enhanced compartmentation class + + + + + Pset_BuildingCommon + + + SprinklerProtection + + + true + + + + + Pset_BuildingCommon + + + OccupancyType + + + Education and administration + + + + + Pset_BuildingCommon + + + GrossPlannedArea + + + 18640.5 + + + + + BuildingCommon + + + NumberOfStoreys + + + 9 + + + + + Pset_BuildingCommon + + + IsLandmarked + + + UNKNOWN + + + + + BuildingCommon + + + ElevationOfRefHeight + + + 112.35 + + + + + BuildingCommon + + + ElevationOfTerrain + + + 108.90 + + + + + Pset_BuildingUseAdjacent + + + MarketCategory + + + Healthcare + + + + + Pset_BuildingUseAdjacent + + + MarketSubCategory + + + Outpatient clinic + + + + + Pset_BuildingUseAdjacent + + + PlanningControlStatus + + + Special review corridor + + + + + Pset_BuildingUseAdjacent + + + NarrativeText + + + Adjacent parcel reserved for a medical facility with extended evening operation + + + + + Pset_OutsideDesignCriteria + + + HeatingDryBulb + + + -7.5 + + + + + Pset_OutsideDesignCriteria + + + HeatingWetBulb + + + -8.8 + + + + + OutsideDesignCriteria + + + HeatingDesignDay + + + 2026-01-22T05:30:00 + + + + + Pset_OutsideDesignCriteria + + + CoolingDryBulb + + + 31.8 + + + + + Pset_OutsideDesignCriteria + + + CoolingWetBulb + + + 23.9 + + + + + OutsideDesignCriteria + + + CoolingDesignDay + + + 2026-07-19T15:00:00 + + + + + Pset_OutsideDesignCriteria + + + WeatherDataStation + + + Rivermouth aerodrome archive station + + + + + OutsideDesignCriteria + + + WeatherDataDate + + + 2025-09-01T00:00:00 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_013_IFCBUILDING.ids b/data/output_ids/IFC2X3/IFC2X3_013_IFCBUILDING.ids new file mode 100644 index 0000000000000000000000000000000000000000..0f492b32c21f0ad412b0e65091e3fb34cc456545 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_013_IFCBUILDING.ids @@ -0,0 +1,437 @@ + + + + BuildingInfo + + + + + + + IFCBUILDING + + + + + + + Building Info + + + Display Name + + + Building-B + + + + + Building Info + + + Building ID + + + BLDG-02 + + + + + Building Info + + + Is Permanent + + + false + + + + + Building Info + + + Construction Method + + + Timber + + + + + Building Info + + + Fire Protection Class + + + Class3 + + + + + Building Info + + + Sprinkler + + + false + + + + + Building Info + + + Automatic Sprinkler + + + false + + + + + Building Info + + + Main Use + + + Office + + + + + Building Info + + + Total Area + + + 1500.0 + + + + + Building Info + + + Usable Area + + + 1400.0 + + + + + Building Info + + + Floors Above Ground + + + 3 + + + + + Building Info + + + Date Built + + + 1998-05-20 + + + + + Building Info + + + Renovation Date + + + 2015-03-10 + + + + + Building Info + + + Heritage Listed + + + false + + + + + Building Info + + + Reference Height + + + 1.0 + + + + + Building Info + + + Elevation Terrain + + + 1.5 + + + + + Building Info + + + Ancillary Fire Use + + + Garage + + + + + Building Info + + + Fire Use + + + Retail + + + + + Usecase + + + Market Type + + + Economy + + + + + Usecase + + + Market Subtype + + + HighStreet + + + + + Usecase + + + State + + + Pending + + + + + Usecase + + + Rental Rates + + + 1300.0 + + + + + Address Info + + + Intended Use + + + Headquarters + + + + + Address Info + + + Street + + + 456 Sample Rd. + + + + + Address Info + + + PO Box + + + PO Box 456 + + + + + Address Info + + + City + + + Osaka + + + + + Address Info + + + Region Name + + + Kansai + + + + + Address Info + + + Postcode + + + 530-0001 + + + + + Address Info + + + Country Name + + + Japan + + + + + Address Info + + + Email + + + hello@company.jp + + + + + Address Info + + + Website + + + https://example.org + + + + + Building Quantities + + + Measured Height + + + 15.0 + + + + + Building Quantities + + + Roof Height + + + 10.0 + + + + + Building Quantities + + + Building Area + + + 250.0 + + + + + Building Quantities + + + Gross Building Area + + + 1600.0 + + + + + Building Quantities + + + Net Building Area + + + 1500.0 + + + + + Building Quantities + + + Gross Volume + + + 13000.0 + + + + + Building Quantities + + + Net Volume + + + 12500.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_014_IFCBUILDING.ids b/data/output_ids/IFC2X3/IFC2X3_014_IFCBUILDING.ids new file mode 100644 index 0000000000000000000000000000000000000000..d9b43c7b0a38c86f79c0bdc1387a5efcc5787b6c --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_014_IFCBUILDING.ids @@ -0,0 +1,492 @@ + + + + 建物情報 + + + + + + + IFCBUILDING + + + + + + + BuildingCommon + + + Reference + + + TOKYO-HQ-BLDG + + + + + Pset_BuildingCommon + + + BuildingID + + + BLDG-001 + + + + + Pset_BuildingCommon + + + IsPermanentID + + + true + + + + + BuildingCommon + + + ConstructionMethod + + + 鉄骨造 + + + + + BuildingCommon + + + FireProtectionClass + + + 耐火建築物 + + + + + Pset_BuildingCommon + + + SprinklerProtection + + + true + + + + + Pset_BuildingCommon + + + SprinklerProtectionAutomatic + + + true + + + + + Pset_BuildingCommon + + + OccupancyType + + + 事務所 + + + + + Pset_BuildingCommon + + + GrossPlannedArea + + + 18500.0 + + + + + BuildingCommon + + + NetPlannedArea + + + 16320.0 + + + + + BuildingCommon + + + NumberOfStoreys + + + 14 + + + + + Pset_BuildingCommon + + + YearOfConstruction + + + 2027 + + + + + BuildingCommon + + + YearOfLastRefurbishment + + + 2042 + + + + + Pset_BuildingCommon + + + IsLandmarked + + + false + + + + + BuildingCommon + + + ElevationOfRefHeight + + + 0.0 + + + + + Pset_BuildingUse + + + MarketCategory + + + 大規模オフィス + + + + + Pset_BuildingUse + + + MarketSubCategory + + + 本社機能 + + + + + Pset_BuildingUse + + + PlanningControlStatus + + + 確認済 + + + + + Pset_BuildingUse + + + NarrativeText + + + 本社執務機能と会議機能を併設 + + + + + Pset_BuildingUse + + + VacancyRateInCategoryNow + + + 0.02 + + + + + Pset_BuildingUse + + + TenureModesAvailableNow + + + 自社保有 + + + + + Pset_BuildingUse + + + MarketSubCategoriesAvailableNow + + + 執務, 会議, 共用 + + + + + Pset_BuildingUse + + + RentalRatesInCategoryNow + + + 680000.0 + + + + + Pset_BuildingUse + + + VacancyRateInCategoryFuture + + + 0.05 + + + + + Pset_BuildingUse + + + TenureModesAvailableFuture + + + 自社保有または賃貸 + + + + + Pset_BuildingUse + + + MarketSubCategoriesAvailableFuture + + + 執務, 会議, 交流 + + + + + Pset_BuildingUse + + + RentalRatesInCategoryFuture + + + 720000.0 + + + + + Pset_OutsideDesignCriteria + + + HeatingDryBulb + + + -1.5 + + + + + Pset_OutsideDesignCriteria + + + HeatingWetBulb + + + -3.0 + + + + + OutsideDesignCriteria + + + HeatingDesignDay + + + 2027-01-20T06:00:00 + + + + + Pset_OutsideDesignCriteria + + + CoolingDryBulb + + + 34.0 + + + + + Pset_OutsideDesignCriteria + + + CoolingWetBulb + + + 27.0 + + + + + OutsideDesignCriteria + + + CoolingDesignDay + + + 2027-08-07T14:00:00 + + + + + Pset_OutsideDesignCriteria + + + WeatherDataStation + + + 東京管区気象台 + + + + + OutsideDesignCriteria + + + WeatherDataDate + + + 2026-10-01T09:00:00 + + + + + Pset_OutsideDesignCriteria + + + PrevailingWindDirection + + + 180.0 + + + + + Pset_OutsideDesignCriteria + + + PrevailingWindVelocity + + + 3.8 + + + + + SpaceLightingDesign + + + ArtificialLighting + + + true + + + + + SpaceLightingDesign + + + Illuminance + + + 750.0 + + + + + SpaceOccupancyRequirements + + + OccupancyType + + + 事務所 + + + + + SpaceOccupancyRequirements + + + OccupancyNumber + + + 850 + + + + + SpaceOccupancyRequirements + + + OccupancyNumberPeak + + + 1020 + + + + + SpaceOccupancyRequirements + + + AreaPerOccupant + + + 19.2 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_015_IFCBUILDING.ids b/data/output_ids/IFC2X3/IFC2X3_015_IFCBUILDING.ids new file mode 100644 index 0000000000000000000000000000000000000000..7ca5f72e224caa6bb1a0397da8cd21233c83122b --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_015_IFCBUILDING.ids @@ -0,0 +1,492 @@ + + + + 建物情報 + + + + + + + IFCBUILDING + + + + + + + 建物識別情報 + + + 建物コード + + + BLDG-001 + + + + + 建物識別情報 + + + 建物名称 + + + 東京本社ビル + + + + + 建物識別情報 + + + 棟番号 + + + A棟 + + + + + 建物識別情報 + + + 建物種別 + + + 本館 + + + + + 建物識別情報 + + + 階数 + + + 12 + + + + + 建物識別情報 + + + 最高高さ + + + 58.7 + + + + + 建物位置情報 + + + 建物住所 + + + 東京都新宿区四谷1-1-1 + + + + + 建物位置情報 + + + 建物郵便番号 + + + 1600004 + + + + + 建物位置情報 + + + 建物地番 + + + 新宿区四谷一丁目1番 + + + + + 建物位置情報 + + + 北緯 + + + 35.6895 + + + + + 建物位置情報 + + + 東経 + + + 139.6917 + + + + + 建物位置情報 + + + 標高 + + + 28.5 + + + + + 建物位置情報 + + + 測地系 + + + JGD2011 + + + + + 建物法規情報 + + + 主要用途 + + + 事務所 + + + + + 建物法規情報 + + + 確認申請番号 + + + 第R05建確-5678号 + + + + + 建物法規情報 + + + 確認済証交付日 + + + 2025-04-01 + + + + + 建物法規情報 + + + 許可番号 + + + 特定建築許可-2025-001 + + + + + 建物法規情報 + + + 防火地域区分 + + + 準防火地域 + + + + + 建物法規情報 + + + 用途地域 + + + 商業地域 + + + + + 建物法規情報 + + + 延床面積 + + + 15200 + + + + + 建物法規情報 + + + 建築面積 + + + 1450 + + + + + 建物構造情報 + + + 高さ制限区分 + + + 第2種高度地区 + + + + + 建物構造情報 + + + 構造種別 + + + RC造 + + + + + 建物構造情報 + + + 耐火構造区分 + + + 耐火建築物 + + + + + 建物構造情報 + + + 地上階数 + + + 12 + + + + + 建物構造情報 + + + 地下階数 + + + 2 + + + + + 建物構造情報 + + + 基準階高 + + + 3600 + + + + + 建物環境性能情報 + + + 塔屋階数 + + + 1 + + + + + 建物環境性能情報 + + + 省エネ性能評価 + + + BELS★★★ + + + + + 建物環境性能情報 + + + ZEB区分 + + + ZEB Ready + + + + + 建物環境性能情報 + + + CASBEEランク + + + Aランク + + + + + 建物FM情報 + + + 再エネ設備有無 + + + true + + + + + 建物FM情報 + + + FM建物ID + + + FM-BLDG-001 + + + + + 建物FM情報 + + + 管理部門 + + + 総務部 + + + + + 建物FM情報 + + + 清掃区分 + + + A + + + + + 建物FM情報 + + + セキュリティ区分 + + + 制限区域 + + + + + 建物FM情報 + + + 耐用年数 + + + 60 + + + + + 建物工程情報 + + + 竣工年月日 + + + 2026-03-15 + + + + + 建物工程情報 + + + 建築着工予定日 + + + 2025-04-01 + + + + + 建物工程情報 + + + 建築着工日 + + + 2025-04-15 + + + + + 建物工程情報 + + + 建築完了予定日 + + + 2026-02-28 + + + + + 建物工程情報 + + + 建築完了日 + + + 2026-03-15 + + + + + 建物工程情報 + + + 引渡状態 + + + + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_016_IFCBUILDINGSTOREY.ids b/data/output_ids/IFC2X3/IFC2X3_016_IFCBUILDINGSTOREY.ids new file mode 100644 index 0000000000000000000000000000000000000000..6a8e27eb0ddbf6d627b1e9352ddc9b51c031666e --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_016_IFCBUILDINGSTOREY.ids @@ -0,0 +1,382 @@ + + + + 階層情報 + + + + + + + IFCBUILDINGSTOREY + + + + + + + 基本情報 + + + 階コード + + + B1F + + + + + 基本情報 + + + 出入口階 + + + false + + + + + 基本情報 + + + 地上階 + + + false + + + + + 基本情報 + + + スプリンクラー有無 + + + true + + + + + 基本情報 + + + 自動スプリンクラー有無 + + + true + + + + + 基本情報 + + + 積載耐力 + + + 6.0 + + + + + 面積情報 + + + 計画面積 + + + 2980.0 + + + + + 面積情報 + + + 正味計画面積 + + + 2560.0 + + + + + 高さ情報 + + + SSL基準高さ + + + -3.00 + + + + + 高さ情報 + + + FFL基準高さ + + + -2.85 + + + + + 運用情報 + + + 契約管理番号 + + + AGR-B1-01 + + + + + 運用情報 + + + 契約版数 + + + 第2版 + + + + + 運用情報 + + + 契約日 + + + 2025-04-01 + + + + + 運用情報 + + + 階名称 + + + 地下1階 + + + + + 運用情報 + + + 利用開始日 + + + 2025-05-01 + + + + + 運用情報 + + + 利用終了日 + + + 2045-04-30 + + + + + 運用情報 + + + 利用期間 + + + 20年 + + + + + 運用情報 + + + 利用条件 + + + 防災設備検査完了後に供用開始 + + + + + 運用情報 + + + 利用制限 + + + 危険物の常設保管は禁止 + + + + + 空調情報 + + + 空調備考 + + + 地下階空調系統 + + + + + 空調情報 + + + 空調方式 + + + ダクト式 + + + + + 空調情報 + + + 総風量 + + + 4.8 + + + + + 空調情報 + + + 熱取得量 + + + 12.0 + + + + + 空調情報 + + + 顕熱風量 + + + 3.9 + + + + + 空調情報 + + + 顕熱取得量 + + + 8.5 + + + + + 空調情報 + + + 損失熱量 + + + 1.4 + + + + + 数量情報 + + + 総階高 + + + 3.4 + + + + + 数量情報 + + + 有効階高 + + + 3.1 + + + + + 数量情報 + + + 外周長 + + + 62.0 + + + + + 数量情報 + + + 総床面積 + + + 2980.0 + + + + + 数量情報 + + + 正味床面積 + + + 2560.0 + + + + + 数量情報 + + + 総体積 + + + 1200.0 + + + + + 数量情報 + + + 正味体積 + + + 1000.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_017_IFCBUILDINGSTOREY.ids b/data/output_ids/IFC2X3/IFC2X3_017_IFCBUILDINGSTOREY.ids new file mode 100644 index 0000000000000000000000000000000000000000..b4cb048792cc030bb9cabb8a95925dadeedca5e7 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_017_IFCBUILDINGSTOREY.ids @@ -0,0 +1,272 @@ + + + + StoreyInfo + + + + + + + IFCBUILDINGSTOREY + + + + + + + BuildingStoreyCommon + + + Reference + + + ST-03 + + + + + Pset_BuildingStoreyCommon + + + EntranceLevel + + + false + + + + + Pset_BuildingStoreyCommon + + + AboveGround + + + true + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtection + + + true + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtectionAutomatic + + + true + + + + + BuildingStoreyCommon + + + LoadBearingCapacity + + + 4.5 + + + + + BuildingStoreyCommon + + + GrossPlannedArea + + + 980.0 + + + + + BuildingStoreyCommon + + + NetPlannedArea + + + 860.0 + + + + + BuildingStoreyCommon + + + ElevationOfSSLRelative + + + 6.40 + + + + + BuildingStoreyCommon + + + ElevationOfFFLRelative + + + 6.55 + + + + + PropertyAgreement + + + TrackingIdentifier + + + ST03-LEASE-01 + + + + + PropertyAgreement + + + AgreementVersion + + + Rev-A + + + + + PropertyAgreement + + + AgreementDate + + + 2026-03-01 + + + + + Pset_PropertyAgreement + + + PropertyName + + + Level 03 Office Floor + + + + + PropertyAgreement + + + CommencementDate + + + 2026-04-01 + + + + + PropertyAgreement + + + TerminationDate + + + 2041-03-31 + + + + + PropertyAgreement + + + Duration + + + P15Y + + + + + Pset_PropertyAgreement + + + Options + + + Tenant fit-out allowed after approval + + + + + Pset_PropertyAgreement + + + ConditionCommencement + + + HVAC balancing completed + + + + + Pset_PropertyAgreement + + + Restrictions + + + Heavy archive storage prohibited + + + + + Pset_PropertyAgreement + + + ConditionTermination + + + Reinstate ceiling grid at handover + + + + + SpaceCommon + + + Reference + + + ST03-ZONE-A + + + + + SpaceCommon + + + IsExternal + + + false + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_018_IFCBUILDINGSTOREY.ids b/data/output_ids/IFC2X3/IFC2X3_018_IFCBUILDINGSTOREY.ids new file mode 100644 index 0000000000000000000000000000000000000000..810be3c3a28ec6858205496d24c759a7a3148daa --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_018_IFCBUILDINGSTOREY.ids @@ -0,0 +1,360 @@ + + + + 階層情報 + + + + + + + IFCBUILDINGSTOREY + + + + + + + BuildingStoreyCommon + + + Reference + + + B1F + + + + + Pset_BuildingStoreyCommon + + + EntranceLevel + + + false + + + + + Pset_BuildingStoreyCommon + + + AboveGround + + + false + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtection + + + true + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtectionAutomatic + + + true + + + + + BuildingStoreyCommon + + + LoadBearingCapacity + + + 6.0 + + + + + BuildingStoreyCommon + + + GrossPlannedArea + + + 2980.0 + + + + + BuildingStoreyCommon + + + NetPlannedArea + + + 2560.0 + + + + + BuildingStoreyCommon + + + ElevationOfSSLRelative + + + -3.00 + + + + + BuildingStoreyCommon + + + ElevationOfFFLRelative + + + -2.85 + + + + + PropertyAgreement + + + TrackingIdentifier + + + AGR-B1-01 + + + + + PropertyAgreement + + + AgreementVersion + + + 第2版 + + + + + PropertyAgreement + + + AgreementDate + + + 2025-04-01 + + + + + Pset_PropertyAgreement + + + PropertyName + + + 地下1階 + + + + + PropertyAgreement + + + CommencementDate + + + 2025-05-01 + + + + + PropertyAgreement + + + TerminationDate + + + 2045-04-30 + + + + + PropertyAgreement + + + Duration + + + P20Y + + + + + Pset_PropertyAgreement + + + Options + + + 搬入動線は夜間優先とする + + + + + Pset_PropertyAgreement + + + ConditionCommencement + + + 防災設備検査完了後に供用開始 + + + + + Pset_PropertyAgreement + + + Restrictions + + + 危険物の常設保管は禁止 + + + + + Pset_PropertyAgreement + + + ConditionTermination + + + 原状回復のうえ返却 + + + + + AirSideSystemInformation + + + Description + + + 地下階空調系統 + + + + + AirSideSystemInformation + + + TotalAirFlow + + + 4.8 + + + + + Pset_AirSideSystemInformation + + + EnergyGainTotal + + + 12.0 + + + + + AirSideSystemInformation + + + AirFlowSensible + + + 3.9 + + + + + Pset_AirSideSystemInformation + + + EnergyGainSensible + + + 8.5 + + + + + Pset_AirSideSystemInformation + + + EnergyLoss + + + 1.4 + + + + + Pset_AirSideSystemInformation + + + InfiltrationDiversitySummer + + + 0.25 + + + + + Pset_AirSideSystemInformation + + + InfiltrationDiversityWinter + + + 0.18 + + + + + Pset_AirSideSystemInformation + + + HeatingTemperatureDelta + + + 18.0 + + + + + Pset_AirSideSystemInformation + + + CoolingTemperatureDelta + + + 10.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_019_IFCBUILDINGSTOREY.ids b/data/output_ids/IFC2X3/IFC2X3_019_IFCBUILDINGSTOREY.ids new file mode 100644 index 0000000000000000000000000000000000000000..71378ab8ead3707dd1231b15b430a5a9ac80df7b --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_019_IFCBUILDINGSTOREY.ids @@ -0,0 +1,272 @@ + + + + StoreyInfo + + + + + + + IFCBUILDINGSTOREY + + + + + + + Common + + + StoreyCode + + + Storey-01 + + + + + Common + + + EntranceFlag + + + true + + + + + Common + + + Above Ground + + + true + + + + + Common + + + Sprinkler + + + true + + + + + Common + + + Auto Sprinkler + + + true + + + + + Common + + + Max Loadbearing + + + 2.5 + + + + + Common + + + Planned Area + + + 350.0 + + + + + Common + + + Net Planned Area + + + 320.0 + + + + + Common + + + Elevation - SSL Relative + + + 0.00 + + + + + Common + + + Elevation - FFL Relative + + + 0.10 + + + + + Air System + + + AirSystemNote + + + Main AHU serving north zone + + + + + Air System + + + Type of Air System + + + VAV + + + + + Air System + + + Distribution Type for Air + + + Ducted + + + + + Air System + + + Total Air Flow + + + 1.2 + + + + + Air System + + + Energy Gain + + + 5.5 + + + + + Air System + + + Fan Power + + + 0.75 + + + + + Quantity Information + + + Gross Height + + + 3.2 + + + + + Quantity Information + + + Net Height + + + 3.0 + + + + + Quantity Information + + + Gross Perimeter + + + 60.0 + + + + + Quantity Information + + + Gross Floor Area + + + 350.0 + + + + + Quantity Information + + + Net Floor Area + + + 320.0 + + + + + Quantity Information + + + Gross Volume + + + 1120.0 + + + + + Quantity Information + + + Net Volume + + + 960.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_020_IFCBUILDINGSTOREY.ids b/data/output_ids/IFC2X3/IFC2X3_020_IFCBUILDINGSTOREY.ids new file mode 100644 index 0000000000000000000000000000000000000000..75a175b0bf9b6499d03a1f90da54b7eba350f4af --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_020_IFCBUILDINGSTOREY.ids @@ -0,0 +1,272 @@ + + + + StoreyInfo + + + + + + + IFCBUILDINGSTOREY + + + + + + + BuildingStoreyCommon + + + Reference + + + Storey-02 + + + + + Pset_BuildingStoreyCommon + + + EntranceLevel + + + true + + + + + Pset_BuildingStoreyCommon + + + AboveGround + + + false + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtection + + + false + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtectionAutomatic + + + false + + + + + BuildingStoreyCommon + + + LoadBearingCapacity + + + 2.8 + + + + + BuildingStoreyCommon + + + GrossPlannedArea + + + 360.0 + + + + + BuildingStoreyCommon + + + NetPlannedArea + + + 330.0 + + + + + BuildingStoreyCommon + + + ElevationOfSSLRelative + + + 0.50 + + + + + BuildingStoreyCommon + + + ElevationOfFFLRelative + + + 0.60 + + + + + AirSideSystemInformation + + + Description + + + Main AHU serving south zone + + + + + Pset_AirSideSystemInformation + + + AirSideSystemType + + + FCU + + + + + Pset_AirSideSystemInformation + + + AirSideSystemDistributionType + + + Ducted + + + + + AirSideSystemInformation + + + TotalAirFlow + + + 1.5 + + + + + Pset_AirSideSystemInformation + + + EnergyGainTotal + + + 6.0 + + + + + Pset_AirSideSystemInformation + + + FanPower + + + 0.85 + + + + + BuildingStoreyBaseQuantities + + + GrossHeight + + + 3.4 + + + + + BuildingStoreyBaseQuantities + + + NetHeight + + + 3.1 + + + + + BuildingStoreyBaseQuantities + + + GrossPerimeter + + + 62.0 + + + + + BuildingStoreyBaseQuantities + + + GrossFloorArea + + + 360.0 + + + + + BuildingStoreyBaseQuantities + + + NetFloorArea + + + 330.0 + + + + + BuildingStoreyBaseQuantities + + + GrossVolume + + + 1200.0 + + + + + BuildingStoreyBaseQuantities + + + NetVolume + + + 1000.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_021_IFCSPACE.ids b/data/output_ids/IFC2X3/IFC2X3_021_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..4d9e0542981dbb62bf0baa73a652645eed903b97 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_021_IFCSPACE.ids @@ -0,0 +1,1075 @@ + + + + SpaceInfo + + + + + + + IFCSPACE + + + + + + + Space Basics + + + Element Code + + + Space-101 + + + + + Space Basics + + + Exterior + + + true + + + + + Space Basics + + + Overall Target Area + + + 120.0 + + + + + Space Basics + + + Effective Target Area + + + 110.0 + + + + + Space Basics + + + Public Access + + + true + + + + + Space Basics + + + Accessibility + + + true + + + + + Finish Requirements + + + Floor Finish + + + Carpet + + + + + Finish Requirements + + + Floor Finish Thickness + + + 0.010 + + + + + Finish Requirements + + + Wall Finish + + + Paint + + + + + Finish Requirements + + + Wall Finish Thickness + + + 0.005 + + + + + Finish Requirements + + + Ceiling Finish + + + AcousticTile + + + + + Finish Requirements + + + Ceiling Finish Thickness + + + 0.010 + + + + + Finish Requirements + + + Baseboard + + + PVC + + + + + Finish Requirements + + + Baseboard Height + + + 0.075 + + + + + Finish Requirements + + + Trim Style + + + Simple + + + + + Finish Requirements + + + Trim Height + + + 0.050 + + + + + Finish Requirements + + + Hidden Floor Zone + + + true + + + + + Finish Requirements + + + Hidden Floor Offset + + + 0.020 + + + + + Finish Requirements + + + Hidden Ceiling Zone + + + true + + + + + Finish Requirements + + + Hidden Ceiling Offset + + + 0.150 + + + + + Lighting Plan + + + Artificial Lighting Flag + + + true + + + + + Lighting Plan + + + Lighting Level + + + 300.0 + + + + + Occupancy Plan + + + Occupancy Category + + + Office + + + + + Occupancy Plan + + + Headcount + + + 15 + + + + + Occupancy Plan + + + Peak Headcount + + + 20 + + + + + Occupancy Plan + + + Daily Occupancy Hours + + + 8.0 + + + + + Occupancy Plan + + + Area Per Person + + + 7.5 + + + + + Occupancy Plan + + + Min Headroom + + + 2.4 + + + + + Occupancy Plan + + + View Preferred + + + true + + + + + HVAC Targets + + + Target Temperature + + + 22.0 + + + + + HVAC Targets + + + Temperature Upper Limit + + + 24.0 + + + + + HVAC Targets + + + Temperature Lower Limit + + + 20.0 + + + + + HVAC Targets + + + Temperature Summer Upper Limit + + + 26.0 + + + + + HVAC Targets + + + Temperature Summer Lower Limit + + + 22.0 + + + + + HVAC Targets + + + Temperature Winter Upper Limit + + + 21.0 + + + + + HVAC Targets + + + Temperature Winter Lower Limit + + + 18.0 + + + + + HVAC Targets + + + Humidity Target + + + 0.50 + + + + + HVAC Targets + + + Humidity Upper Limit + + + 0.60 + + + + + HVAC Targets + + + Humidity Lower Limit + + + 0.40 + + + + + HVAC Targets + + + Summer Humidity Level + + + 0.55 + + + + + HVAC Targets + + + Winter Humidity Level + + + 0.45 + + + + + HVAC Targets + + + Heating Disabled + + + true + + + + + HVAC Targets + + + Passive Ventilation + + + true + + + + + HVAC Targets + + + Passive Ventilation Flow + + + 0.5 + + + + + HVAC Targets + + + Forced Ventilation + + + true + + + + + HVAC Targets + + + Forced Ventilation Flow + + + 1.2 + + + + + HVAC Targets + + + Cooling Service + + + true + + + + + HVAC Targets + + + Central Cooling + + + true + + + + + HVAC Targets + + + Air Handling Unit Name + + + AHU-1 + + + + + Airflow Sizing + + + Cooling Airflow Target + + + 1.5 + + + + + Airflow Sizing + + + Heating Airflow Target + + + 1.2 + + + + + Airflow Sizing + + + Sensible Heat Load + + + 3.5 + + + + + Airflow Sizing + + + Total Heat Load + + + 5.0 + + + + + Airflow Sizing + + + Overall Heat Decrease + + + 4.0 + + + + + Airflow Sizing + + + Cooling Dry-bulb Temp + + + 26.0 + + + + + Airflow Sizing + + + Cooling RH Level + + + 0.55 + + + + + Airflow Sizing + + + Heating Dry-bulb Temp + + + 20.0 + + + + + Airflow Sizing + + + Heating RH Level + + + 0.40 + + + + + Airflow Sizing + + + Ventilation Airflow Target + + + 1.5 + + + + + Airflow Sizing + + + Airflow Target + + + 1.3 + + + + + Airflow Sizing + + + Ceiling Return-Air Plenum + + + true + + + + + Airflow Sizing + + + Boundary Area Heat Decrease + + + 1.2 + + + + + Airside System + + + Air System Notes + + + Main AHU serves east wing + + + + + Airside System + + + Air Side System Category + + + VAV + + + + + Airside System + + + Air Side System Distribution Category + + + Ducted + + + + + Airside System + + + Overall Air Flow + + + 2.0 + + + + + Airside System + + + Energy Increase Overall + + + 6.0 + + + + + Airside System + + + Sensible Airflow + + + 1.5 + + + + + Airside System + + + Energy Increase Sensible + + + 4.0 + + + + + Airside System + + + Energy Decrease + + + 3.5 + + + + + Airside System + + + Infiltration Factor Summer + + + 0.8 + + + + + Airside System + + + Infiltration Factor Winter + + + 0.7 + + + + + Airside System + + + Appliance Factor + + + 0.6 + + + + + Airside System + + + Heating Temperature Gap + + + 10.0 + + + + + Airside System + + + Cooling Temperature Gap + + + 8.0 + + + + + Airside System + + + Ventilation Setting + + + 2.3 + + + + + Airside System + + + Fan Power Demand + + + 0.75 + + + + + Thermal Load + + + Occupancy Factor + + + 0.6 + + + + + Thermal Load + + + Lighting Factor + + + 0.8 + + + + + Thermal Load + + + ApplianceDiversity (ThermalLoad) + + + 0.6 + + + + + Thermal Load + + + Outside Air per Person + + + 0.01 + + + + + Thermal Load + + + Receptacle Load Density + + + 0.05 + + + + + Thermal Load + + + Appliance Percentage Load To Radiant + + + 0.3 + + + + + Thermal Load + + + Lighting Load Density + + + 0.010 + + + + + Thermal Load + + + Lighting Percentage Load To Return Air + + + 0.2 + + + + + Thermal Load + + + Overall Cooling Load + + + 6.5 + + + + + Thermal Load + + + Overall Heating Load + + + 5.0 + + + + + Thermal Load + + + InfiltrationDiversitySummer (ThermalLoad) + + + 0.8 + + + + + Thermal Load + + + InfiltrationDiversityWinter (ThermalLoad) + + + 0.7 + + + + + Thermal Load + + + Load Safety Factor + + + 1.2 + + + + + Fire Safety + + + Fire Risk Factor + + + 0.2 + + + + + Fire Safety + + + Combustible Storage + + + None + + + + + Fire Safety + + + FireExit (Space) + + + true + + + + + Fire Safety + + + Sprinkler Coverage + + + true + + + + + Fire Safety + + + Auto Sprinkler Coverage + + + true + + + + + Fire Safety + + + Air Pressurization Mode + + + true + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_022_IFCSPACE.ids b/data/output_ids/IFC2X3/IFC2X3_022_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..4823bbfbadc6aa6c10d13fc4ff19ce803aaed136 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_022_IFCSPACE.ids @@ -0,0 +1,448 @@ + + + + 空間情報 + + + + + + + IFCSPACE + + + + + + + PropertyAgreement + + + AgreementDate + + + 2025-08-19 + + + + + Pset_PropertyAgreement + + + PropertyName + + + 建物資産管理室 + + + + + SpaceCoveringRequirements + + + ConcealedFlooring + + + true + + + + + SpaceCoveringRequirements + + + ConcealedCeiling + + + false + + + + + SpaceLightingDesign + + + ArtificialLighting + + + true + + + + + Pset_SpaceOccupancyRequirements + + + IsOutlookDesirable + + + false + + + + + ThermalLoad + + + ReceptacleLoadIntensity + + + 125.6 + + + + + SpaceAirHandlingDimensioning + + + CeilingRAPlenum + + + true + + + + + SpaceCommon + + + IsExternal + + + false + + + + + Pset_PropertyAgreement + + + Options + + + 24時間警備を実施 + + + + + ProcessCapacity + + + ProcessPerformance + + + P1M + + + + + Pset_PropertyAgreement + + + Restrictions + + + 日常清掃は管理会社指定 + + + + + AirSideSystemInformation + + + Description + + + 備品管理対象空間 + + + + + Pset_SpaceCommon + + + PubliclyAccessible + + + true + + + + + Pset_SpaceCommon + + + HandicapAccessible + + + false + + + + + Pset_SpaceFireSafetyRequirements + + + FlammableStorage + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + FireExit + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + SprinklerProtection + + + false + + + + + Pset_SpaceFireSafetyRequirements + + + SprinklerProtectionAutomatic + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + AirPressurization + + + true + + + + + SpaceHVACDesign + + + DiscontinuedHeating + + + true + + + + + SpaceHVACDesign + + + NaturalVentilation + + + false + + + + + SpaceHVACDesign + + + AirHandlingName + + + ボイラー併用空調 + + + + + SpaceHVACDesign + + + MechanicalVentilation + + + false + + + + + SpaceHVACDesign + + + AirConditioning + + + true + + + + + SpaceHVACDesign + + + AirConditioningCentral + + + false + + + + + SpaceCoveringRequirements + + + ConcealedFlooringOffset + + + 0.050 + + + + + SpaceCoveringRequirements + + + ConcealedCeilingOffset + + + 0.000 + + + + + SpaceLightingDesign + + + Illuminance + + + 500.0 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyType + + + 執務空間 + + + + + SpaceAirHandlingDimensioning + + + DesignAirFlow + + + 0.85 + + + + + Pset_SpaceCommon + + + GrossPlannedArea + + + 45.2 + + + + + PropertyAgreement + + + Duration + + + P10Y + + + + + Pset_SpaceFireSafetyRequirements + + + FireRiskFactor + + + + + + + + ThermalLoad + + + LoadSafetyFactor + + + 1.10 + + + + + SpaceAirHandlingDimensioning + + + VentilationDesignAirFlow + + + 0.65 + + + + + ProcessCapacity + + + DownstreamConnections + + + 光ファイバー回線 + + + + + PropertyAgreement + + + AgreementVersion + + + 第1版 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyNumber + + + 1 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_023_IFCSPACE.ids b/data/output_ids/IFC2X3/IFC2X3_023_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..2f3f231bed55a92fc2859359b78de4b0385cffff --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_023_IFCSPACE.ids @@ -0,0 +1,448 @@ + + + + 空間情報チェック + + + + + + + IFCSPACE + + + + + + + 基本管理 + + + 最終確認日 + + + 2026-01-18 + + + + + 資産管理 + + + 管理区分 + + + 共用資産 + + + + + 維持計画 + + + 長期更新対象 + + + true + + + + + 維持計画 + + + 中期改修対象 + + + false + + + + + 運用管理 + + + 外部運営管理対象 + + + true + + + + + 環境評価 + + + エネルギー計測対象 + + + false + + + + + 環境評価 + + + 内部発熱負荷 + + + 146.5 + + + + + 保全履歴 + + + 設備更新履歴管理 + + + true + + + + + 利用契約 + + + テナント運用対象 + + + false + + + + + 防犯運用 + + + 警備レベル + + + 巡回警備 + + + + + 清掃計画 + + + 定期清掃頻度 + + + 月次清掃 + + + + + 清掃計画 + + + 日常清掃方式 + + + 平日日常清掃 + + + + + 備品運用 + + + 備品台帳対象 + + + 重点管理対象 + + + + + 設備条件 + + + PH設備対象 + + + true + + + + + 設備条件 + + + RI設備対象 + + + false + + + + + 配管条件 + + + ガス配管要否 + + + true + + + + + 配管条件 + + + 衛生配管要否 + + + true + + + + + 排水条件 + + + 汚水接続要否 + + + false + + + + + 設備条件 + + + 専用器具設置要否 + + + true + + + + + 給湯条件 + + + 給湯供給要否 + + + true + + + + + 給湯条件 + + + 飲用給湯要否 + + + true + + + + + 給湯条件 + + + 雑用給湯要否 + + + false + + + + + 給湯条件 + + + 給湯システム種別 + + + 中央熱源方式 + + + + + 温度条件 + + + 高温運用要否 + + + false + + + + + 排水条件 + + + 雑排水接続要否 + + + true + + + + + 衛生管理 + + + 滅菌対応要否 + + + false + + + + + 給水条件 + + + 上水供給要否 + + + true + + + + + 排水条件 + + + 厨房排水接続要否 + + + true + + + + + 給水条件 + + + 中水利用要否 + + + false + + + + + エネルギー供給 + + + 都市ガス接続要否 + + + true + + + + + 医療対応 + + + 透析対応要否 + + + false + + + + + エネルギー供給 + + + ガス消費原単位 + + + 24.3 + + + + + 保証情報 + + + 防水保証区分 + + + 10年保証 + + + + + 居住性能 + + + 音響快適性 + + + 静穏 + + + + + 居住性能 + + + 空気質評価 + + + 高水準 + + + + + 居住性能 + + + 採光評価 + + + 明るい + + + + + 情報基盤 + + + 通信対応区分 + + + 光ファイバー対応 + + + + + 居住性能 + + + 温熱快適性 + + + 良好 + + + + + 空間管理 + + + 室管理番号 + + + 7 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_024_IFCSPACE.ids b/data/output_ids/IFC2X3/IFC2X3_024_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..1006eb76d258f43612953726c7456876f039714f --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_024_IFCSPACE.ids @@ -0,0 +1,448 @@ + + + + 空間情報 + + + + + + + IFCSPACE + + + + + + + 識別情報 + + + 更新 + + + 2025-09-01 + + + + + 識別情報 + + + 資産区分 + + + 設備資産 + + + + + 識別情報 + + + 保全_10年 + + + false + + + + + 識別情報 + + + 保全_5年 + + + true + + + + + 識別情報 + + + LLC管理対象 + + + false + + + + + 識別情報 + + + エネルギーコスト + + + true + + + + + 識別情報 + + + 熱負荷_人・照明・日射 + + + 110 + + + + + 識別情報 + + + 固定資産修繕履歴 + + + false + + + + + 識別情報 + + + 賃貸管理 + + + true + + + + + 識別情報 + + + 警備区分 + + + 無人監視 + + + + + 識別情報 + + + 定期清掃区分 + + + 隔月清掃 + + + + + 識別情報 + + + 日常清掃区分 + + + 日常清掃あり + + + + + 識別情報 + + + 備品管理区分 + + + 備品管理対象 + + + + + 識別情報 + + + PH要否 + + + false + + + + + 識別情報 + + + RI要否 + + + true + + + + + 識別情報 + + + ガス + + + false + + + + + 識別情報 + + + 衛生器具・給排水 + + + true + + + + + 識別情報 + + + 汚水要否 + + + true + + + + + 識別情報 + + + 器具 + + + false + + + + + 識別情報 + + + 給湯 + + + false + + + + + 識別情報 + + + 給湯飲用要否 + + + false + + + + + 識別情報 + + + 給湯雑湯用要否 + + + false + + + + + 識別情報 + + + 給湯方式 + + + 地熱利用 + + + + + 識別情報 + + + 高温要否 + + + true + + + + + 識別情報 + + + 雑排水要否 + + + false + + + + + 識別情報 + + + 消毒要否 + + + true + + + + + 識別情報 + + + 上水要否 + + + true + + + + + 識別情報 + + + 厨房排水要否 + + + true + + + + + 識別情報 + + + 中水要否 + + + false + + + + + 識別情報 + + + 都市ガス要否 + + + false + + + + + 識別情報 + + + 透析要否 + + + true + + + + + 識別情報 + + + 都市ガス単位面積消費量 + + + 0 + + + + + 識別情報 + + + 防水保障 + + + 15年保証 + + + + + 識別情報 + + + 音環境 + + + 悪い + + + + + 識別情報 + + + 空気環境 + + + 不適 + + + + + 識別情報 + + + 光環境 + + + 不足 + + + + + 識別情報 + + + 情報化対応性 + + + 光ファイバー対応 + + + + + 識別情報 + + + 熱環境 + + + 普通 + + + + + 識別情報 + + + 室昇順番号 + + + 10 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_025_IFCSPACE.ids b/data/output_ids/IFC2X3/IFC2X3_025_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..46b95dc57a59357538d8e691799f29e48850367e --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_025_IFCSPACE.ids @@ -0,0 +1,1075 @@ + + + + SpaceInfo + + + + + + + IFCSPACE + + + + + + + Pset_SpaceCommon + + + Reference + + + Space-201 + + + + + SpaceCommon + + + IsExternal + + + true + + + + + Pset_SpaceCommon + + + GrossPlannedArea + + + 132.0 + + + + + Pset_SpaceCommon + + + NetPlannedArea + + + 121.0 + + + + + Pset_SpaceCommon + + + PubliclyAccessible + + + true + + + + + Pset_SpaceCommon + + + HandicapAccessible + + + true + + + + + SpaceCoveringRequirements + + + FloorCovering + + + Rubber + + + + + SpaceCoveringRequirements + + + FloorCoveringThickness + + + 0.011 + + + + + SpaceCoveringRequirements + + + WallCovering + + + GypsumBoard + + + + + SpaceCoveringRequirements + + + WallCoveringThickness + + + 0.006 + + + + + SpaceCoveringRequirements + + + CeilingCovering + + + Gypsum + + + + + SpaceCoveringRequirements + + + CeilingCoveringThickness + + + 0.011 + + + + + SpaceCoveringRequirements + + + SkirtingBoard + + + Aluminum + + + + + SpaceCoveringRequirements + + + SkirtingBoardHeight + + + 0.083 + + + + + SpaceCoveringRequirements + + + Molding + + + Cove + + + + + SpaceCoveringRequirements + + + MoldingHeight + + + 0.055 + + + + + SpaceCoveringRequirements + + + ConcealedFlooring + + + true + + + + + SpaceCoveringRequirements + + + ConcealedFlooringOffset + + + 0.022 + + + + + SpaceCoveringRequirements + + + ConcealedCeiling + + + true + + + + + SpaceCoveringRequirements + + + ConcealedCeilingOffset + + + 0.165 + + + + + SpaceLightingDesign + + + ArtificialLighting + + + true + + + + + SpaceLightingDesign + + + Illuminance + + + 330.0 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyType + + + MeetingRoom + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyNumber + + + 17 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyNumberPeak + + + 22 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyTimePerDay + + + 8.8 + + + + + Pset_SpaceOccupancyRequirements + + + AreaPerOccupant + + + 8.2 + + + + + Pset_SpaceOccupancyRequirements + + + MinimumHeadroom + + + 2.6 + + + + + Pset_SpaceOccupancyRequirements + + + IsOutlookDesirable + + + true + + + + + SpaceHVACDesign + + + TemperatureSetPoint + + + 24.2 + + + + + SpaceHVACDesign + + + TemperatureMax + + + 26.4 + + + + + SpaceHVACDesign + + + TemperatureMin + + + 22.0 + + + + + SpaceHVACDesign + + + TemperatureSummerMax + + + 28.6 + + + + + SpaceHVACDesign + + + TemperatureSummerMin + + + 24.2 + + + + + SpaceHVACDesign + + + TemperatureWinterMax + + + 23.1 + + + + + SpaceHVACDesign + + + TemperatureWinterMin + + + 19.8 + + + + + SpaceHVACDesign + + + HumiditySetPoint + + + 0.55 + + + + + SpaceHVACDesign + + + HumidityMax + + + 0.66 + + + + + SpaceHVACDesign + + + HumidityMin + + + 0.44 + + + + + SpaceHVACDesign + + + HumiditySummer + + + 0.61 + + + + + SpaceHVACDesign + + + HumidityWinter + + + 0.50 + + + + + SpaceHVACDesign + + + DiscontinuedHeating + + + true + + + + + SpaceHVACDesign + + + NaturalVentilation + + + true + + + + + SpaceHVACDesign + + + NaturalVentilationRate + + + 0.55 + + + + + SpaceHVACDesign + + + MechanicalVentilation + + + true + + + + + SpaceHVACDesign + + + MechanicalVentilationRate + + + 1.32 + + + + + SpaceHVACDesign + + + AirConditioning + + + true + + + + + SpaceHVACDesign + + + AirConditioningCentral + + + true + + + + + SpaceHVACDesign + + + AirHandlingName + + + AHU-2 + + + + + SpaceAirHandlingDimensioning + + + CoolingDesignAirFlow + + + 1.65 + + + + + SpaceAirHandlingDimensioning + + + HeatingDesignAirFlow + + + 1.32 + + + + + SpaceAirHandlingDimensioning + + + SensibleHeatGain + + + 3.85 + + + + + SpaceAirHandlingDimensioning + + + TotalHeatGain + + + 5.50 + + + + + SpaceAirHandlingDimensioning + + + TotalHeatLoss + + + 4.40 + + + + + SpaceAirHandlingDimensioning + + + CoolingDryBulb + + + 28.6 + + + + + SpaceAirHandlingDimensioning + + + CoolingRelativeHumidity + + + 0.61 + + + + + SpaceAirHandlingDimensioning + + + HeatingDryBulb + + + 22.0 + + + + + SpaceAirHandlingDimensioning + + + HeatingRelativeHumidity + + + 0.44 + + + + + SpaceAirHandlingDimensioning + + + VentilationDesignAirFlow + + + 1.65 + + + + + SpaceAirHandlingDimensioning + + + DesignAirFlow + + + 1.43 + + + + + SpaceAirHandlingDimensioning + + + CeilingRAPlenum + + + true + + + + + SpaceAirHandlingDimensioning + + + BoundaryAreaHeatLoss + + + 1.32 + + + + + AirSideSystemInformation + + + Description + + + Central AHU serves west wing + + + + + Pset_AirSideSystemInformation + + + AirSideSystemType + + + VRF + + + + + Pset_AirSideSystemInformation + + + AirSideSystemDistributionType + + + Underfloor + + + + + AirSideSystemInformation + + + TotalAirFlow + + + 2.20 + + + + + Pset_AirSideSystemInformation + + + EnergyGainTotal + + + 6.60 + + + + + AirSideSystemInformation + + + AirFlowSensible + + + 1.65 + + + + + Pset_AirSideSystemInformation + + + EnergyGainSensible + + + 4.40 + + + + + Pset_AirSideSystemInformation + + + EnergyLoss + + + 3.85 + + + + + Pset_AirSideSystemInformation + + + InfiltrationDiversitySummer + + + 0.88 + + + + + Pset_AirSideSystemInformation + + + InfiltrationDiversityWinter + + + 0.77 + + + + + Pset_AirSideSystemInformation + + + ApplianceDiversity + + + 0.66 + + + + + Pset_AirSideSystemInformation + + + HeatingTemperatureDelta + + + 11.0 + + + + + Pset_AirSideSystemInformation + + + CoolingTemperatureDelta + + + 8.8 + + + + + Pset_AirSideSystemInformation + + + Ventilation + + + 1.0 + + + + + Pset_AirSideSystemInformation + + + FanPower + + + 0.83 + + + + + ThermalLoad + + + OccupancyDiversity + + + 0.66 + + + + + ThermalLoad + + + LightingDiversity + + + 0.88 + + + + + ThermalLoad + + + ApplianceDiversity + + + 0.66 + + + + + ThermalLoad + + + OutsideAirPerPerson + + + 0.011 + + + + + ThermalLoad + + + ReceptacleLoadIntensity + + + 0.055 + + + + + ThermalLoad + + + AppliancePercentLoadToRadiant + + + 0.33 + + + + + ThermalLoad + + + LightingLoadIntensity + + + 0.011 + + + + + ThermalLoad + + + LightingPercentLoadToReturnAir + + + 0.22 + + + + + ThermalLoad + + + TotalCoolingLoad + + + 7.15 + + + + + ThermalLoad + + + TotalHeatingLoad + + + 5.50 + + + + + ThermalLoad + + + InfiltrationDiversitySummer + + + 0.88 + + + + + ThermalLoad + + + InfiltrationDiversityWinter + + + 0.77 + + + + + ThermalLoad + + + LoadSafetyFactor + + + 1.32 + + + + + Pset_SpaceFireSafetyRequirements + + + FireRiskFactor + + + 0.2 + + + + + Pset_SpaceFireSafetyRequirements + + + FlammableStorage + + + false + + + + + Pset_SpaceFireSafetyRequirements + + + FireExit + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + SprinklerProtection + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + SprinklerProtectionAutomatic + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + AirPressurization + + + false + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_026_IFCSPACE.ids b/data/output_ids/IFC2X3/IFC2X3_026_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..9525c3c0fd76c4bf0d40f477a0ef87c128e7a45f --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_026_IFCSPACE.ids @@ -0,0 +1,448 @@ + + + + 空間情報 + + + + + + + IFCSPACE + + + + + + + PropertyAgreement + + + AgreementDate + + + 2025-08-22 + + + + + AirSideSystemInformation + + + Description + + + 建物附属設備を収容 + + + + + SpaceCommon + + + IsExternal + + + false + + + + + Pset_SpaceCommon + + + PubliclyAccessible + + + false + + + + + Pset_SpaceOccupancyRequirements + + + IsOutlookDesirable + + + false + + + + + Pset_SpaceCommon + + + HandicapAccessible + + + false + + + + + Pset_SpaceCommon + + + GrossPlannedArea + + + 12.8 + + + + + Pset_SpaceCommon + + + Reference + + + SPACE-026 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyType + + + 設備管理室 + + + + + Pset_PropertyAgreement + + + Options + + + 夜間警備あり + + + + + ProcessCapacity + + + ProcessPerformance + + + P7D + + + + + Pset_PropertyAgreement + + + Restrictions + + + 日常清掃対象外 + + + + + Pset_PropertyAgreement + + + ConditionTermination + + + 備品管理対象外 + + + + + SpaceHVACDesign + + + NaturalVentilation + + + false + + + + + SpaceHVACDesign + + + MechanicalVentilation + + + true + + + + + SpaceHVACDesign + + + AirConditioning + + + false + + + + + SpaceHVACDesign + + + AirConditioningCentral + + + true + + + + + SpaceHVACDesign + + + DiscontinuedHeating + + + true + + + + + SpaceAirHandlingDimensioning + + + CeilingRAPlenum + + + false + + + + + SpaceAirHandlingDimensioning + + + DesignAirFlow + + + 1.10 + + + + + SpaceAirHandlingDimensioning + + + VentilationDesignAirFlow + + + 0.55 + + + + + SpaceAirHandlingDimensioning + + + CoolingDesignAirFlow + + + 0.85 + + + + + Pset_AirSideSystemInformation + + + AirSideSystemDistributionType + + + セントラル方式 + + + + + SpaceAirHandlingDimensioning + + + HeatingDesignAirFlow + + + 0.60 + + + + + SpaceAirHandlingDimensioning + + + BoundaryAreaHeatLoss + + + 18.0 + + + + + SpaceHVACDesign + + + NaturalVentilationRate + + + 0.15 + + + + + SpaceHVACDesign + + + MechanicalVentilationRate + + + 1.10 + + + + + AirSideSystemInformation + + + TotalAirFlow + + + 1.30 + + + + + SpaceHVACDesign + + + AirHandlingName + + + AHU-CENT-01 + + + + + Pset_AirSideSystemInformation + + + AirSideSystemType + + + セントラル空調 + + + + + PropertyAgreement + + + CommencementDate + + + 2025-09-01 + + + + + Pset_SpaceCommon + + + NetPlannedArea + + + 10.5 + + + + + PropertyAgreement + + + Duration + + + P5Y + + + + + PropertyAgreement + + + AgreementVersion + + + 第1版 + + + + + ThermalLoad + + + LoadSafetyFactor + + + 1.15 + + + + + Pset_AirSideSystemInformation + + + Ventilation + + + 0.50 + + + + + ProcessCapacity + + + DownstreamConnections + + + 5G屋内局 + + + + + PropertyAgreement + + + TrackingIdentifier + + + SPACE-026-OPS + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyNumber + + + 2 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_027_IFCWALL.ids b/data/output_ids/IFC2X3/IFC2X3_027_IFCWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..735e413d6fd4ee725410de8f29a97ba2ed773adf --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_027_IFCWALL.ids @@ -0,0 +1,811 @@ + + + + Wall + + + + + + + IFCWALL + + + + + + + Wall Basics + + + Drawing Reference + + + DrawingA1 + + + + + Wall Basics + + + WallCondition + + + New + + + + + Wall Basics + + + Sound Rating + + + Rw45 + + + + + Wall Basics + + + Fire Resistance + + + 2h + + + + + Wall Basics + + + FireLoadFlag + + + true + + + + + Wall Basics + + + Flame Spread Class + + + Class0 + + + + + Wall Basics + + + U-Value + + + 0.35 + + + + + Wall Basics + + + Exterior + + + true + + + + + Wall Basics + + + Load Bearing + + + true + + + + + Wall Basics + + + Extend to Structure + + + true + + + + + Wall Basics + + + Compartment Divider + + + true + + + + + Concrete Specification + + + Fabrication Location + + + OnSite + + + + + Concrete Specification + + + Casting Method + + + In-situ + + + + + Concrete Specification + + + Structural Role + + + Loadbearing + + + + + Concrete Specification + + + Concrete Strength + + + C30/37 + + + + + Concrete Specification + + + Exposure Class + + + XC4 + + + + + Concrete Specification + + + Rebar Volume Ratio + + + 0.01 + + + + + Concrete Specification + + + Rebar Area Ratio + + + 0.005 + + + + + Concrete Specification + + + Dimensional Accuracy + + + Class1 + + + + + Concrete Specification + + + Construction Tolerance + + + 5mm + + + + + Concrete Specification + + + Concrete Cover + + + 0.020 + + + + + Concrete Specification + + + Cover at Main Bars + + + 0.040 + + + + + Concrete Specification + + + Cover at Ties + + + 0.025 + + + + + Concrete Specification + + + Rebar Grade + + + SD345 + + + + + Precast Fabrication + + + Product Type Code + + + WALL_PRE_001 + + + + + Precast Fabrication + + + Production Lot + + + LOT20230801 + + + + + Precast Fabrication + + + Serial Number + + + SN00123 + + + + + Precast Fabrication + + + Piece Mark + + + PM-12 + + + + + Precast Fabrication + + + As-Built Location + + + L-101 + + + + + Precast Fabrication + + + Production Date + + + 2025-08-01 + + + + + Precast Fabrication + + + Erection Date + + + 2025-08-20 + + + + + Precast Panel Specification + + + Panel Type + + + Panel-100 + + + + + Precast Panel Specification + + + Corner Chamfer + + + 0.010 + + + + + Precast Panel Specification + + + Manufacturing Tolerance + + + T1 + + + + + Precast Panel Specification + + + Form Stripping Strength + + + 5.0 + + + + + Precast Panel Specification + + + Lifting Strength + + + 50.0 + + + + + Precast Panel Specification + + + Release Strength + + + 2.0 + + + + + Precast Panel Specification + + + Minimum Support Length + + + 0.200 + + + + + Precast Panel Specification + + + Initial Tension + + + 100.0 + + + + + Precast Panel Specification + + + Tendon Relaxation + + + 0.035 + + + + + Precast Panel Specification + + + Transport Strength + + + 80.0 + + + + + Precast Panel Specification + + + Transport Support Description + + + Two-point support with wooden cradle + + + + + Precast Panel Specification + + + Transport Support Doc Ref + + + DOC-TR-001 + + + + + Precast Panel Specification + + + Hollow Core Plugging + + + true + + + + + Precast Panel Specification + + + Midspan Camber + + + 0.005 + + + + + Precast Panel Specification + + + Batter at Start + + + 0.005 + + + + + Precast Panel Specification + + + Batter at End + + + 0.005 + + + + + Precast Panel Specification + + + Twist + + + 0.5 + + + + + Precast Panel Specification + + + SegmentOffset + + + 0.002 + + + + + Precast Panel Specification + + + Piece Mark (General) + + + PM-01 + + + + + Precast Panel Specification + + + Design Location + + + D-100 + + + + + Reinforcement Layout + + + Layout Description + + + Vertical bars 100 mm + + + + + Reinforcement Layout + + + Layout Reference + + + Ref-01 + + + + + Reinforcement Layout + + + Bar Arrangement + + + Grid + + + + + Reinforcement Layout + + + Vertical Bar Spacing + + + 0.100 + + + + + Reinforcement Layout + + + Horizontal Bar Spacing + + + 0.200 + + + + + Reinforcement Layout + + + Auxiliary Spacing + + + 0.050 + + + + + Barrier Features + + + Movable + + + true + + + + + Barrier Features + + + Terminal Segment + + + true + + + + + Barrier Features + + + Transition Segment + + + true + + + + + Barrier Features + + + Terminal Type + + + TypeA + + + + + Quantities + + + RunLength + + + 6.0 + + + + + Quantities + + + PanelBreadth + + + 0.20 + + + + + Quantities + + + RiseMeasure + + + 2.7 + + + + + Quantities + + + Gross Footprint Area + + + 12.0 + + + + + Quantities + + + Net Footprint Area + + + 11.5 + + + + + Quantities + + + Gross Side Area + + + 24.0 + + + + + Quantities + + + Net Side Area + + + 23.5 + + + + + Quantities + + + Gross Volume + + + 36.0 + + + + + Quantities + + + Net Volume + + + 35.0 + + + + + Quantities + + + Gross Weight + + + 4500.0 + + + + + Quantities + + + Net Weight + + + 4300.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_028_IFCWALL.ids b/data/output_ids/IFC2X3/IFC2X3_028_IFCWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..8755ba5c8226cf41a2e771b95dfec196b34149b8 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_028_IFCWALL.ids @@ -0,0 +1,811 @@ + + + + Wall(ARC) + + + + + + + IFCWALL + + + + + + + Pset_WallCommon + + + Reference + + + DrawingB2 + + + + + WallCommon + + + Status + + + New + + + + + Pset_WallCommon + + + AcousticRating + + + Rw50 + + + + + Pset_WallCommon + + + FireRating + + + 1h + + + + + Pset_WallCommon + + + Combustible + + + false + + + + + Pset_WallCommon + + + SurfaceSpreadOfFlame + + + Class1 + + + + + Pset_WallCommon + + + ThermalTransmittance + + + 0.30 + + + + + Pset_WallCommon + + + IsExternal + + + false + + + + + Pset_WallCommon + + + LoadBearing + + + true + + + + + Pset_WallCommon + + + ExtendToStructure + + + false + + + + + Pset_WallCommon + + + Compartmentation + + + true + + + + + ConcreteElementGeneral + + + AssemblyPlace + + + OffSite + + + + + ConcreteElementGeneral + + + CastingMethod + + + In-situ + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + ShearWall + + + + + ConcreteElementGeneral + + + StrengthClass + + + C35/45 + + + + + ConcreteElementGeneral + + + ExposureClass + + + XC2 + + + + + ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 0.012 + + + + + ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.006 + + + + + Pset_ConcreteElementGeneral + + + DimensionalAccuracyClass + + + Class2 + + + + + Pset_ConcreteElementGeneral + + + ConstructionToleranceClass + + + 3mm + + + + + ConcreteElementGeneral + + + ConcreteCover + + + 0.025 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 0.045 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtLinks + + + 0.020 + + + + + ConcreteElementGeneral + + + ReinforcementStrengthClass + + + SD390 + + + + + PrecastConcreteElementFabrication + + + TypeDesignation + + + WALL_PRE_002 + + + + + PrecastConcreteElementFabrication + + + ProductionLotId + + + LOT20250910 + + + + + PrecastConcreteElementFabrication + + + SerialNumber + + + SN07890 + + + + + PrecastConcreteElementFabrication + + + PieceMark + + + PM-14 + + + + + PrecastConcreteElementFabrication + + + AsBuiltLocationNumber + + + L-201 + + + + + PrecastConcreteElementFabrication + + + ActualProductionDate + + + 2025-09-05T00:00:00 + + + + + PrecastConcreteElementFabrication + + + ActualErectionDate + + + 2025-09-25T00:00:00 + + + + + PrecastConcreteElementGeneral + + + TypeDesignation + + + Panel-120 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 0.012 + + + + + Pset_PrecastConcreteElementGeneral + + + ManufacturingToleranceClass + + + T2 + + + + + Pset_PrecastConcreteElementGeneral + + + FormStrippingStrength + + + 6.5 + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 60.0 + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 2.5 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.250 + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 110.0 + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 0.030 + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 85.0 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + Four-point slings with spreader + + + + + PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + DOC-TR-012 + + + + + Pset_PrecastConcreteElementGeneral + + + HollowCorePlugging + + + false + + + + + PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 0.006 + + + + + PrecastConcreteElementGeneral + + + BatterAtStart + + + 0.006 + + + + + PrecastConcreteElementGeneral + + + BatterAtEnd + + + 0.006 + + + + + PrecastConcreteElementGeneral + + + Twisting + + + 0.6 + + + + + PrecastConcreteElementGeneral + + + Shortening + + + 0.003 + + + + + PrecastConcreteElementGeneral + + + PieceMark + + + PM-03 + + + + + PrecastConcreteElementGeneral + + + DesignLocationNumber + + + D-200 + + + + + Pset_ReinforcementBarPitchOfWall + + + Description + + + Vertical 150 mm + + + + + Pset_ReinforcementBarPitchOfWall + + + Reference + + + Ref-02 + + + + + Pset_ReinforcementBarPitchOfWall + + + BarAllocationType + + + Single + + + + + Pset_ReinforcementBarPitchOfWall + + + VerticalBarPitch + + + 0.120 + + + + + Pset_ReinforcementBarPitchOfWall + + + HorizontalBarPitch + + + 0.220 + + + + + Pset_ReinforcementBarPitchOfWall + + + SpacingBarPitch + + + 0.060 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 20.0 + + + + + MaintenanceStrategy + + + AssetCriticality + + + High + + + + + Condition + + + AssessmentDescription + + + Non-combustible interior wall assembly + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + TypeB + + + + + WallBaseQuantities + + + Length + + + 7.5 + + + + + WallBaseQuantities + + + Width + + + 0.22 + + + + + WallBaseQuantities + + + Height + + + 2.9 + + + + + WallBaseQuantities + + + GrossFootPrintArea + + + 13.0 + + + + + WallBaseQuantities + + + NetFootPrintArea + + + 12.5 + + + + + WallBaseQuantities + + + GrossSideArea + + + 26.0 + + + + + WallBaseQuantities + + + NetSideArea + + + 25.4 + + + + + WallBaseQuantities + + + GrossVolume + + + 38.0 + + + + + WallBaseQuantities + + + NetVolume + + + 36.5 + + + + + WallBaseQuantities + + + GrossWeight + + + 4700.0 + + + + + WallBaseQuantities + + + NetWeight + + + 4400.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_029_IFCDOOR.ids b/data/output_ids/IFC2X3/IFC2X3_029_IFCDOOR.ids new file mode 100644 index 0000000000000000000000000000000000000000..3b290f030c8610c8ed374aadffe046368bbb18d5 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_029_IFCDOOR.ids @@ -0,0 +1,393 @@ + + + + Door + + + + + + + IFCDOOR + + + + + + + Door Basics + + + Element Code + + + Door-A1 + + + + + Door Basics + + + Stage + + + New + + + + + Door Basics + + + Fire Resistance Level + + + 30min + + + + + Door Basics + + + Sound Rating + + + Rw32 + + + + + Door Basics + + + Glazing Ratio + + + 0.25 + + + + + Door Basics + + + Exterior + + + true + + + + + Door Basics + + + Heat Loss Coefficient + + + 1.8 + + + + + Door Basics + + + Accessibility + + + true + + + + + Door Basics + + + Fire Egress + + + true + + + + + Door Basics + + + Self-Closing Function + + + true + + + + + Door Basics + + + Smoke Barrier Function + + + true + + + + + Door Basics + + + Drive Assisted Operation + + + true + + + + + Door Basics + + + Air Leakage + + + 0.5 + + + + + Lining + + + Frame Lining Depth + + + 0.030 + + + + + Lining + + + Frame Lining Thickness + + + 0.012 + + + + + Lining + + + Threshold Depth Measure + + + 0.040 + + + + + Lining + + + Threshold Thickness Measure + + + 0.010 + + + + + Lining + + + Transom Thickness Measure + + + 0.015 + + + + + Lining + + + Transom Offset Measure + + + 0.005 + + + + + Lining + + + Frame Lining Offset + + + 0.003 + + + + + Lining + + + Threshold Offset Measure + + + 0.0 + + + + + Lining + + + Casing Thickness Measure + + + 0.008 + + + + + Lining + + + Casing Depth Measure + + + 0.020 + + + + + Lining + + + Panel Offset X + + + 0.005 + + + + + Lining + + + Panel Offset Y + + + 0.002 + + + + + Door Panel + + + Door Panel Depth + + + 0.040 + + + + + Door Panel + + + Door Panel Operation + + + SingleSwing + + + + + Door Panel + + + Door Panel Width + + + 0.900 + + + + + Door Panel + + + Door Panel Position + + + Left + + + + + Manufacturer Info + + + Brand + + + AcmeDoors + + + + + Manufacturer Info + + + Model Code + + + MDL-2024-A + + + + + Product Materials + + + Surface Coating + + + PaintedOak + + + + + Product Materials + + + CoreMaterial + + + SolidWood + + + + + Product Materials + + + Frame Material Type + + + Steel + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_030_IFCDOOR.ids b/data/output_ids/IFC2X3/IFC2X3_030_IFCDOOR.ids new file mode 100644 index 0000000000000000000000000000000000000000..567ba93e735860645c33b012c4806505f49c4def --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_030_IFCDOOR.ids @@ -0,0 +1,591 @@ + + + + ドア + + + + + + + IFCDOOR + + + + + + + EnvironmentalImpactIndicators + + + Reference + + + 片開き + + + + + EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 玄関用ドア + + + + + Pset_DoorCommon + + + Reference + + + 木製 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + D-101 + + + + + Uncertainty + + + UncertaintyDescription + + + 内部 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + 特記事項なし + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P20D + + + + + MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P2300D + + + + + DoorBaseQuantities + + + Width + + + 9 + + + + + DoorPanelProperties + + + PanelWidth + + + 0.95 + + + + + MaintenanceTriggerDuration + + + DurationDisposalLevel + + + P2400D + + + + + DoorBaseQuantities + + + Height + + + 2.0 + + + + + Condition + + + AssessmentDescription + + + A-4等級 + + + + + Pset_DoorCommon + + + AcousticRating + + + T-2 + + + + + Risk + + + RiskName + + + W-2 + + + + + Tolerance + + + ToleranceDescription + + + 耐震等級2 + + + + + DoorCommon + + + HygrothermalRating + + + H-2 + + + + + Pset_DoorCommon + + + FireRating + + + 不燃 + + + + + DoorLiningProperties + + + LiningDepth + + + 0.105 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 0 + + + + + ConstructionOccurence + + + AssetIdentifier + + + ENT-DOOR-01 + + + + + Risk + + + AssociatedLocation + + + 南面 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 木製標準仕様 + + + + + Condition + + + AssessmentType + + + 外観確認 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.40 + + + + + Risk + + + AssociatedProduct + + + レバーハンドル + + + + + Pset_DoorCommon + + + IsExternal + + + true + + + + + Tolerance + + + ToleranceBasis + + + 組立 + + + + + Pset_DoorCommon + + + SelfClosing + + + true + + + + + Pset_DoorCommon + + + HandicapAccessible + + + false + + + + + Pset_DoorCommon + + + SecurityRating + + + 電気錠仕様 + + + + + DoorPanelProperties + + + PanelOperation + + + 片開き + + + + + MaintenanceTriggerPerformance + + + PerformanceMaintenanceLevel + + + 2 + + + + + DoorPanelProperties + + + PanelDepth + + + 0.040 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 30 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 25.0 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 20.0 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + ステンレス建具工業 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 25.0 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 600 + + + + + Pset_ManufacturerOccurrence + + + SerialNumber + + + HW-STEEL-01 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + FIN-MEL-01 + + + + + Condition + + + AssessmentCondition + + + 竣工時 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 20 + + + + + MaintenanceTriggerPerformance + + + ReplacementLevel + + + 1000 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.50 + + + + + EnvironmentalCondition + + + SmokeLevel + + + Low + + + + + DoorBaseQuantities + + + Perimeter + + + 5.8 + + + + + DoorPanelProperties + + + PanelPosition + + + LEFT + + + + + Pset_Risk + + + NatureOfRisk + + + 木製面材の傷 + + + + + Pset_DoorCommon + + + FireExit + + + true + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_031_IFCWINDOW.ids b/data/output_ids/IFC2X3/IFC2X3_031_IFCWINDOW.ids new file mode 100644 index 0000000000000000000000000000000000000000..937dabb40ad888929f47002f0e553b9214171c10 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_031_IFCWINDOW.ids @@ -0,0 +1,602 @@ + + + + WINDOW INFO + + + + + + + IFCWINDOW + + + + + + + 性能検証 + + + 遮音コンセプト + + + 外部騒音配慮型 + + + + + 製品分類 + + + 管理記号 + + + WX-914 + + + + + 可動範囲 + + + 開口クリア高[mm] + + + 1320 + + + + + 外観計画 + + + 発色テーマ + + + ダークグラファイト + + + + + 防虫計画 + + + 防虫建具形式 + + + 内付ロール網戸 + + + + + 取付基準 + + + 基準高さ + + + FL+950 + + + + + 内装納まり + + + 窓台材 + + + 人工大理石カウンター + + + + + 表面保護 + + + 保護層平均厚[μm] + + + 62.5 + + + + + 位置参照 + + + 主対象室 + + + ラウンジ + + + + + 施錠仕様 + + + 補助錠形式 + + + 補助ロックユニット + + + + + 開口寸法 + + + 基準幅[mm] + + + 920 + + + + + 排水納まり + + + 下端ドリップ材 + + + ステンレス水切プレート + + + + + 安全仕様 + + + 防災ガラス構成 + + + 網入り耐熱合わせガラス + + + + + 外装保護 + + + 前面スクリーン形式 + + + パンチングメタルパネル + + + + + 可動範囲 + + + 残留かぶり寸法[mm] + + + 34 + + + + + 性能検証 + + + 断熱コンセプト + + + 日射抑制型 + + + + + 操作部品 + + + 操作具装備有無 + + + false + + + + + 製品分類 + + + 開口ユニット種別 + + + ハイサイドライト + + + + + 外装保護 + + + スクリーン有効高[mm] + + + 1280 + + + + + 施錠仕様 + + + 主錠機能 + + + ダブルロック + + + + + 開閉計画 + + + 作動モード + + + 内倒し窓 + + + + + 充填固定 + + + 固定シール材 + + + EPDMガスケット + + + + + 落下防止構成 + + + 保護バー固定方式 + + + スラブ下固定 + + + + + 開口寸法 + + + 基準高さ[mm] + + + 1450 + + + + + 図面連携 + + + 注記メモ + + + 避難経路側のため開放制限あり + + + + + 内装納まり + + + フレーム見込[mm] + + + 88 + + + + + 性能検証 + + + 気密グレード + + + 高気密仕様 + + + + + 防虫計画 + + + ネット素材 + + + ポリエステルネット + + + + + 可動範囲 + + + 開口クリア幅A[mm] + + + 520 + + + + + 施錠仕様 + + + 補助錠機能 + + + 誤開放防止 + + + + + 位置参照 + + + 副対象面 + + + 北東面 + + + + + 外装保護 + + + 支持金物方式 + + + 溶接プレート止め + + + + + 設置条件 + + + 面区分 + + + 中庭側 + + + + + 可動範囲 + + + 開口クリア幅B[mm] + + + 310 + + + + + 表面保護 + + + 表層処理方式 + + + 粉体焼付塗装 + + + + + 落下防止構成 + + + 保護バー列数 + + + 2 + + + + + 防虫計画 + + + ネット中桟数 + + + 1 + + + + + 内装納まり + + + 周縁フレーム材 + + + タモ集成材枠 + + + + + 透過材仕様 + + + ガラス総厚[mm] + + + 28 + + + + + 操作部品 + + + 操作具形式 + + + バーグリップ + + + + + 性能検証 + + + 止水クラス + + + 強雨対応 + + + + + 外装保護 + + + スクリーン離隔[mm] + + + 95 + + + + + 収納構成 + + + 上部収納ユニット + + + 埋込スクリーンケース + + + + + 可動範囲 + + + 障子見付寸法[mm] + + + 48 + + + + + 施錠仕様 + + + 主錠形式 + + + 鎌錠 + + + + + 性能検証 + + + 耐風圧カテゴリ + + + 沿岸部対応 + + + + + 落下防止構成 + + + 保護バー形式 + + + 縦手すり + + + + + 可動範囲 + + + 障子見込寸法[mm] + + + 82 + + + + + 内装納まり + + + 窓台突出寸法[mm] + + + 210 + + + + + 透過材仕様 + + + 透過ユニット構成 + + + Low-Eトリプルガラス + + + + + 外装保護 + + + スクリーン有効幅[mm] + + + 980 + + + + + 防虫計画 + + + 脱落抑制方式 + + + 逆走防止ストッパー付 + + + + + 内装納まり + + + フレーム逃げ寸法[mm] + + + 12 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_032_IFCWINDOW.ids b/data/output_ids/IFC2X3/IFC2X3_032_IFCWINDOW.ids new file mode 100644 index 0000000000000000000000000000000000000000..f57fac8c5ca58ac26361bf43d99f9bef021bd81f --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_032_IFCWINDOW.ids @@ -0,0 +1,602 @@ + + + + + + + + + + + IFCWINDOW + + + + + + + 仕上げ・下地情報 + + + 色調 + + + ダークグレー + + + + + 仕上げ・下地情報 + + + 表面処理 + + + フッ素樹脂塗装 + + + + + 仕上げ・下地情報 + + + 膜厚_塗膜厚 [μm] + + + 25 + + + + + 識別情報 + + + 開閉形式 + + + 縦すべり出し窓 + + + + + 識別情報 + + + 建具種類 + + + 腰高窓 + + + + + 識別情報 + + + 建具番号 + + + W-402 + + + + + 識別情報 + + + 内外区分 + + + 外部 + + + + + 図面情報 + + + 備考 + + + 要現場確認 + + + + + 寸法情報 + + + 高さ [mm] + + + 2 + + + + + 寸法情報 + + + 幅 [mm] + + + 1 + + + + + 性能情報 + + + 気密性能 + + + A-3等級 + + + + + 性能情報 + + + 遮音性能 + + + T-1 + + + + + 性能情報 + + + 水密性能 + + + W-4 + + + + + 性能情報 + + + 耐風圧性能 + + + S-2 + + + + + 性能情報 + + + 断熱性能 + + + H-3 + + + + + 性能情報 + + + 防火性能 + + + 網入りガラス仕様 + + + + + 配置情報 + + + 基準レベル + + + GL + + + + + 配置情報 + + + 建具場所_主 + + + リビング + + + + + 配置情報 + + + 建具場所_副 + + + 東面 + + + + + 識別情報 + + + 額縁_種類 + + + 木枠 + + + + + 識別情報 + + + 膳板_種類 + + + 人工大理石膳板 + + + + + 寸法情報 + + + 額縁_見付 [mm] + + + 40 + + + + + 寸法情報 + + + 額縁チリ [mm] + + + 12 + + + + + 寸法情報 + + + 膳板見付 [mm] + + + 25 + + + + + 識別情報 + + + ブラインドBOX_種類 + + + アルミBOX + + + + + 識別情報 + + + 手すり_種類 + + + 縦手すり + + + + + 識別情報 + + + 手すり取付方法 + + + 先付 + + + + + 識別情報 + + + 手すり本数 + + + 1 + + + + + 識別情報 + + + 面格子_種類 + + + 横格子 + + + + + 識別情報 + + + 面格子ブラケット_種類 + + + 直付 + + + + + 識別情報 + + + 面格子取付 [mm] + + + 45 + + + + + 寸法情報 + + + 面格子_高さ [mm] + + + 1000 + + + + + 寸法情報 + + + 面格子_幅 [mm] + + + 1200 + + + + + 仕上げ・下地情報 + + + 網_材質 + + + ペット対応網 + + + + + 識別情報 + + + 網戸_種類 + + + 横引きロール網戸 + + + + + 識別情報 + + + 網戸落下防止部品_種類 + + + 落下防止金具なし + + + + + 寸法情報 + + + 網戸中桟_本数 + + + 1 + + + + + 識別情報 + + + 引手・ハンドル_種類 + + + レバーハンドル + + + + + 識別情報 + + + 引手・ハンドル_有無 + + + true + + + + + 識別情報 + + + クレセント_機能 + + + 施錠機能付き + + + + + 識別情報 + + + クレセント_種類 + + + ワンタッチクレセント + + + + + 識別情報 + + + 補助クレセント_機能 + + + なし + + + + + 識別情報 + + + 補助クレセント_種類 + + + なし + + + + + 識別情報 + + + ガラス押さえ + + + 樹脂押縁 + + + + + 寸法情報 + + + 引残し寸法 [mm] + + + 20 + + + + + 寸法情報 + + + 障子見込 [mm] + + + 65 + + + + + 寸法情報 + + + 障子見付 [mm] + + + 35 + + + + + 寸法情報 + + + 有効開口幅_右 [mm] + + + 450 + + + + + 寸法情報 + + + 有効開口幅_左 [mm] + + + 450 + + + + + 寸法情報 + + + 有効高さ [mm] + + + 1900 + + + + + 識別情報 + + + ガラス_種類 + + + Low-E複層ガラス + + + + + 寸法情報 + + + ガラス_厚さ [mm] + + + 6 + + + + + 識別情報 + + + 水切り_種類 + + + ステンレス水切り + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_033_IFCSLAB.ids b/data/output_ids/IFC2X3/IFC2X3_033_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..f4bb9e2f66b3f72e570ac64787a22b8816fbbf5b --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_033_IFCSLAB.ids @@ -0,0 +1,371 @@ + + + + Slab + + + + + + + IFCSLAB + + + + + + + Pset_ReinforcementBarPitchOfSlab + + + Description + + + Hollow core slab reinforcement pitch schedule for zone B + + + + + PrecastConcreteElementFabrication + + + ProductionLotId + + + LOT-26-04-B17 + + + + + ConcreteElementGeneral + + + StrengthClass + + + C35/45 + + + + + SlabBaseQuantities + + + NetArea + + + 22.64 + + + + + PrecastSlab + + + EdgeDistanceToFirstAxis + + + 0.180 + + + + + Pset_PrecastConcreteElementGeneral + + + FormStrippingStrength + + + 18.0 + + + + + Pset_SlabCommon + + + PitchAngle + + + 0.087266 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongOutsideTopBarPitch + + + 0.150 + + + + + PrecastConcreteElementGeneral + + + BatterAtStart + + + 0.003490 + + + + + SlabBaseQuantities + + + GrossWeight + + + 18650.0 + + + + + PrecastSlab + + + DistanceBetweenComponentAxes + + + 1.200 + + + + + ConcreteElementGeneral + + + ExposureClass + + + XC4 + + + + + PrecastConcreteElementFabrication + + + SerialNumber + + + SN-SLB-260418-07 + + + + + Pset_PrecastConcreteElementGeneral + + + ManufacturingToleranceClass + + + MT2 + + + + + Pset_SlabCommon + + + Combustible + + + false + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideCenterTopBarPitch + + + 0.125 + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 32.0 + + + + + SlabBaseQuantities + + + NetVolume + + + 5.12 + + + + + PrecastSlab + + + AngleBetweenComponentAxes + + + 1.570796 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.090 + + + + + Pset_SlabCommon + + + Compartmentation + + + true + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideCenterLowerBarPitch + + + 0.175 + + + + + PrecastConcreteElementFabrication + + + ActualProductionDate + + + 2026-04-18T09:30:00 + + + + + ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.0042 + + + + + SlabBaseQuantities + + + NetWeight + + + 17980.0 + + + + + Pset_PrecastConcreteElementGeneral + + + HollowCorePlugging + + + SealedWithConcrete + + + + + PrecastSlab + + + AngleToFirstAxis + + + 0.785398 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortOutsideLowerBarPitch + + + 0.140 + + + + + PrecastConcreteElementGeneral + + + Twisting + + + 0.001745 + + + + + PrecastConcreteElementFabrication + + + AsBuiltLocationNumber + + + GRID-C4-L2 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 0.030 + + + + + PrecastConcreteElementGeneral + + + DesignLocationNumber + + + ZN-2F-C4 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_034_IFCSLAB.ids b/data/output_ids/IFC2X3/IFC2X3_034_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..caa9091c0f3825f2f01331e46d555d167f69694e --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_034_IFCSLAB.ids @@ -0,0 +1,613 @@ + + + + 天井(意匠) + + + + + + + IFCSLAB + + + + + + + Condition + + + AssessmentCondition + + + 竣工時 + + + + + Pset_SlabCommon + + + IsExternal + + + false + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + NM-1234 + + + + + ConstructionOccurence + + + ModelNumber + + + F-201 + + + + + PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 0.01 + + + + + SlabBaseQuantities + + + Perimeter + + + 150 + + + + + BodyGeometryValidation + + + GrossSurfaceArea + + + 25 + + + + + BodyGeometryValidation + + + GrossVolume + + + 3.5 + + + + + Pset_SlabCommon + + + AcousticRating + + + ΔL-40 + + + + + Pset_SlabCommon + + + FireRating + + + 1時間耐火 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 30 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.80 + + + + + Condition + + + AssessmentDescription + + + 高性能仕様 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 0 + + + + + PrecastSlab + + + EdgeDistanceToFirstAxis + + + 0.150 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 合板仕上 + + + + + Pset_SlabCommon + + + Combustible + + + false + + + + + PrecastSlab + + + NominalThickness + + + 0.020 + + + + + PrecastSlab + + + ToppingType + + + フローリング + + + + + Pset_SlabCommon + + + SurfaceSpreadOfFlame + + + 準不燃 + + + + + PrecastSlab + + + NominalToppingThickness + + + 0.050 + + + + + PrecastConcreteElementFabrication + + + TypeDesignation + + + 押出法ポリスチレンフォーム + + + + + Condition + + + AssessmentType + + + 防水仕様確認 + + + + + Pset_SlabCommon + + + Compartmentation + + + true + + + + + EnvironmentalCondition + + + SeismicResistance + + + 1.2 + + + + + SlabBaseQuantities + + + Depth + + + 0.020 + + + + + ConcreteElementGeneral + + + ConcreteCover + + + 0.025 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 600 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 1800 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 29.0 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 29.0 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 8.0 + + + + + Warranty + + + WarrantyPeriod + + + P1Y + + + + + ConstructionOccurence + + + AssetIdentifier + + + OFFICE-SLAB-01 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + false + + + + + Pset_PrecastConcreteElementGeneral + + + ManufacturingToleranceClass + + + ORDINARY + + + + + SlabBaseQuantities + + + Width + + + 200 + + + + + PrecastSlab + + + DistanceBetweenComponentAxes + + + 0.150 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 0.030 + + + + + PrecastSlab + + + AngleToFirstAxis + + + 0 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtLinks + + + 0.020 + + + + + Pset_ReinforcementBarPitchOfSlab + + + Description + + + Top reinforcement uses D13 bars + + + + + Pset_ReinforcementBarPitchOfSlab + + + Reference + + + D10 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 0.020 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongOutsideTopBarPitch + + + 0.200 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideCenterTopBarPitch + + + 0.200 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideEndTopBarPitch + + + 0.200 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortOutsideTopBarPitch + + + 0.200 + + + + + Pset_Warranty + + + Exclusions + + + なし + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideCenterTopBarPitch + + + 0.200 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideEndTopBarPitch + + + 0.200 + + + + + Risk + + + MitigationPlanned + + + なし + + + + + SlabBaseQuantities + + + NetWeight + + + 2000 + + + + + Risk + + + AssociatedProduct + + + D10鉄筋 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_035_IFCSTAIR.ids b/data/output_ids/IFC2X3/IFC2X3_035_IFCSTAIR.ids new file mode 100644 index 0000000000000000000000000000000000000000..24e174bf6b03c362546520ef08bbfc6bdf8b28cc --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_035_IFCSTAIR.ids @@ -0,0 +1,536 @@ + + + + Stair + + + + + + + IFCSTAIR + + + + + + + Stair Basics + + + Stair Form + + + Straight + + + + + Stair Basics + + + Exterior + + + false + + + + + Stair Basics + + + SurfaceSpec + + + PowderCoated + + + + + Stair Basics + + + Load Bearing + + + true + + + + + Stair Basics + + + StairCondition + + + Existing + + + + + Geometry + + + Riser Count + + + 18 + + + + + Geometry + + + Tread Count + + + 17 + + + + + Geometry + + + Riser Height + + + 0.16 + + + + + Geometry + + + Tread Depth + + + 0.27 + + + + + Geometry + + + Nosing Projection + + + 0.025 + + + + + Geometry + + + Stair Width + + + 1.10 + + + + + Geometry + + + Landing Length + + + 1.80 + + + + + Geometry + + + ClearanceTop + + + 2.10 + + + + + Geometry + + + Slope Angle + + + 31.0 + + + + + Performance + + + Egress Capacity + + + 180.0 + + + + + Performance + + + Max Occupant Load + + + 80 + + + + + Performance + + + Flow Rate per Person + + + 0.35 + + + + + Performance + + + Slip Resistance + + + R12 + + + + + Handrail + + + Handrail Required + + + true + + + + + Handrail + + + Handrail Height + + + 0.92 + + + + + Handrail + + + Handrail Continuity + + + Continuous + + + + + Handrail + + + Balustrade Type + + + Metal + + + + + Materials + + + Tread Material + + + PrecastConcrete + + + + + Materials + + + Riser Material + + + PrecastConcrete + + + + + Materials + + + Stringer Material + + + Steel + + + + + Materials + + + Coating + + + PowderCoat + + + + + Fire Safety + + + Fire Rated + + + true + + + + + Fire Safety + + + Fire Resistance + + + EI90 + + + + + Fire Safety + + + Smoke Protected + + + true + + + + + Construction + + + Fabrication Location + + + Factory + + + + + Construction + + + Prefab ID + + + PF-02 + + + + + Construction + + + Tolerance + + + 3mm + + + + + Accessibility + + + Tactile Warning + + + true + + + + + Accessibility + + + Contrasting Nosings + + + true + + + + + Accessibility + + + Accessible Route + + + Accessible + + + + + Installation + + + Installation Date + + + 2025-09-10 + + + + + Installation + + + Fixing Details + + + Chemical anchors to slab; Bracket fix to precast wall + + + + + Installation + + + Lifting Points + + + 3 lifting points along stringer + + + + + Installation + + + Temporary Support + + + false + + + + + Manufacturer Info + + + MakerName + + + StepMasters + + + + + Manufacturer Info + + + Model + + + STR-2026-B + + + + + Stair Quantities + + + Riser Count + + + 18 + + + + + Stair Quantities + + + Tread Count + + + 17 + + + + + Stair Quantities + + + StairRun + + + 3.60 + + + + + Stair Quantities + + + StairRise + + + 2.40 + + + + + Stair Quantities + + + PlanExtent + + + 3.96 + + + + + Stair Quantities + + + SolidVolumeCalc + + + 1.20 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_036_IFCSTAIR.ids b/data/output_ids/IFC2X3/IFC2X3_036_IFCSTAIR.ids new file mode 100644 index 0000000000000000000000000000000000000000..cc316e4dbf7cfe32832d6a7ba48c4c59a14e940f --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_036_IFCSTAIR.ids @@ -0,0 +1,525 @@ + + + + Stair + + + + + + + IFCSTAIR + + + + + + + PrecastConcreteElementFabrication + + + TypeDesignation + + + Winder + + + + + Pset_StairCommon + + + IsExternal + + + false + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + PowderCoatedFinish + + + + + StairCommon + + + LoadBearing + + + false + + + + + StairCommon + + + Status + + + New + + + + + Pset_StairCommon + + + NumberOfRiser + + + 18 + + + + + Pset_StairCommon + + + NumberOfTreads + + + 17 + + + + + Pset_StairCommon + + + RiserHeight + + + 0.16 + + + + + Pset_StairCommon + + + TreadLength + + + 0.27 + + + + + StairCommon + + + NosingLength + + + 0.02 + + + + + StairCommon + + + WalkingLineOffset + + + 1.10 + + + + + StairCommon + + + TreadLengthAtOffset + + + 0.300 + + + + + StairCommon + + + TreadLengthAtInnerSide + + + 0.210 + + + + + Pset_StairCommon + + + RequiredHeadroom + + + 2.800 + + + + + StairCommon + + + WaistThickness + + + 0.150 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 0.080 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.250 + + + + + Condition + + + AssessmentCondition + + + Wet condition + + + + + Pset_StairCommon + + + HasNonSkidSurface + + + false + + + + + Pset_StairCommon + + + Reference + + + Continuous + + + + + PrecastConcreteElementGeneral + + + TypeDesignation + + + MetalStair + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WAR-STAIR-2026-02 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-STAIR-SAFE-02 + + + + + Tolerance + + + OverallTolerance + + + 0.006 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + PolyurethaneFinish + + + + + Pset_StairCommon + + + FireExit + + + false + + + + + Pset_StairCommon + + + FireRating + + + EI90 + + + + + Pset_StairCommon + + + HandicapAccessible + + + false + + + + + ConcreteElementGeneral + + + AssemblyPlace + + + Factory + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + PF-02 + + + + + Tolerance + + + ToleranceDescription + + + 3mm + + + + + Condition + + + LastAssessmentReport + + + RPT-NONSKID-01 + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + ACC-NG + + + + + Condition + + + AssessmentMethod + + + DOC-ACCESS-01 + + + + + InstallationOccurrence + + + InstallationDate + + + 2025-10-05 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 05 51 00 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + LiftingPoints: 2 lifting eyes midspan + + + + + Condition + + + AssessmentType + + + DimensionalInspection + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + AscendWorks + + + + + ConstructionOccurence + + + ModelNumber + + + STR-2026-B + + + + + PrecastConcreteElementFabrication + + + PieceMark + + + R18 + + + + + ConstructionOccurence + + + TagNumber + + + T17 + + + + + ElementKinematics + + + LinearRange + + + 3.60 + + + + + Condition + + + AssessmentDescription + + + Riser dimensions verified + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 4.20 + + + + + ElementKinematics + + + MinimumTime + + + 1.25 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_037_IFCROOF.ids b/data/output_ids/IFC2X3/IFC2X3_037_IFCROOF.ids new file mode 100644 index 0000000000000000000000000000000000000000..9d3f6470fc64e446dd048486c3faf505a63ce489 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_037_IFCROOF.ids @@ -0,0 +1,437 @@ + + + + Roof + + + + + + + IFCROOF + + + + + + + Info + + + RoofCode + + + Roof-A1 + + + + + Info + + + StateFlag + + + New + + + + + Info + + + ExteriorFlag + + + true + + + + + Info + + + Structural Support + + + true + + + + + Info + + + Heat Loss Coefficient + + + 0.20 + + + + + Info + + + Fire Resistance Level + + + EI60 + + + + + Info + + + Sound Rating + + + Rw45 + + + + + Info + + + Flame Spread Class + + + Class0 + + + + + Info + + + RoofPitch + + + 30.0 + + + + + Info + + + RoofPitchString + + + 1:4 + + + + + Info + + + EavesOverhang + + + 0.5 + + + + + Info + + + ParapetHeight + + + 1.0 + + + + + Finish Specification + + + Surface Coating + + + SinglePly + + + + + Finish Specification + + + FinishManufacturer + + + AcmeRoofing + + + + + Finish Specification + + + FinishThickness + + + 0.0015 + + + + + Finish Specification + + + Coating Color + + + DarkGrey + + + + + Finish Specification + + + FinishPattern + + + Shingle + + + + + Finish Specification + + + DrainageType + + + InternalGutter + + + + + Finish Specification + + + Access Category + + + RoofAccessHatch + + + + + Construction + + + Nominal Thickness Measure + + + 0.200 + + + + + Construction + + + ActualThickness + + + 0.210 + + + + + Construction + + + InsulationType + + + PIR + + + + + Construction + + + InsulationThickness + + + 0.050 + + + + + Construction + + + WaterproofingType + + + BituminousMembrane + + + + + Construction + + + WaterproofingThickness + + + 0.003 + + + + + Construction + + + EdgeDetail + + + DripEdge + + + + + Construction + + + EavesGutterSize + + + 0.100 + + + + + Drainage + + + HasGutters + + + true + + + + + Drainage + + + NumberOfDownpipes + + + 4 + + + + + Drainage + + + OverflowProvision + + + true + + + + + Manufacturer Info + + + Brand + + + RoofCo + + + + + Manufacturer Info + + + Model Code + + + RF-2024-A + + + + + Product Materials + + + CoreMaterial + + + Timber + + + + + Product Materials + + + FixingType + + + MechanicalFix + + + + + Quantities + + + Overall Area + + + 120.0 + + + + + Quantities + + + Projected Area Estimate + + + 110.0 + + + + + Practical + + + Note1 + + + Provide maintenance access at northeast corner + + + + + Practical + + + Note2 + + + Verify fall for drainage + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_038_IFCROOF.ids b/data/output_ids/IFC2X3/IFC2X3_038_IFCROOF.ids new file mode 100644 index 0000000000000000000000000000000000000000..f163fdf4b641433711a259980edc1f4a002dcffe --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_038_IFCROOF.ids @@ -0,0 +1,536 @@ + + + + 屋根 + + + + + + + IFCROOF + + + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.1 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 1800.0 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 12.0 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 1800 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 60 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 50 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 40 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 1.2 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 1 + + + + + EnvironmentalImpactIndicators + + + Reference + + + 構造用合板 + + + + + EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + ゴムアスファルト + + + + + Condition + + + AssessmentType + + + 仕上確認 + + + + + Pset_RoofCommon + + + Reference + + + フッ素焼付塗装 + + + + + RoofCommon + + + ThermalTransmittance + + + 2.0 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + ポリエチレンフィルム + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + 波板 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 18 + + + + + Pset_PrecastConcreteElementGeneral + + + FormStrippingStrength + + + 15.0 + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 60.0 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + 硬質ウレタンフォーム + + + + + Pset_RoofCommon + + + IsExternal + + + true + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 15.0 + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P40D + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 100.0 + + + + + PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + TRN-ROOF-01 + + + + + Condition + + + AssessmentDescription + + + 遮熱層の状態確認 + + + + + Risk + + + RiskName + + + 縦葺き + + + + + Tolerance + + + ToleranceDescription + + + 機械固定工法 + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 0.016 + + + + + PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 0.0012 + + + + + PrecastConcreteElementGeneral + + + Shortening + + + 0.005 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 合板 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + RFG-01 + + + + + Risk + + + AssociatedProduct + + + 粘土瓦 + + + + + Risk + + + AssociatedActivity + + + 瓦棒葺き + + + + + EnvironmentalCondition + + + SaltMistLevel + + + Low + + + + + EnvironmentalCondition + + + SmokeLevel + + + Low + + + + + Uncertainty + + + HorizontalUncertainty + + + 0.009 + + + + + Pset_ManufacturerOccurrence + + + SerialNumber + + + ROOF-PLY-01 + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + DOC-RFG-01 + + + + + PrecastConcreteElementGeneral + + + TypeDesignation + + + 和瓦 + + + + + ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-ROOF-01 + + + + + Condition + + + LastAssessmentReport + + + RPT-ROOF-01 + + + + + Risk + + + MitigationPlanned + + + なし + + + + + ServiceLife + + + ServiceLifeDuration + + + P15Y + + + + + ServiceLife + + + MeanTimeBetweenFailure + + + P2Y + + + + + Tolerance + + + ToleranceBasis + + + メーカー標準施工図 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_039_IFCCOLUMN.ids b/data/output_ids/IFC2X3/IFC2X3_039_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..942f5beae62cc494c446da2dc537d8c03c2d7b88 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_039_IFCCOLUMN.ids @@ -0,0 +1,613 @@ + + + + 柱のBIM情報確認 + + + + + + + IFCCOLUMN + + + + + + + 企画属性 + + + 意匠シリーズ + + + 木目化粧型 + + + + + 企画属性 + + + 断面バリエーション + + + 八角形 + + + + + 法規属性 + + + 防火区画対応区分 + + + 特定防火設備周辺 + + + + + 位置参照属性 + + + 通り芯参照 + + + G2-C5 + + + + + 下地仕様属性 + + + 基材パネル種別 + + + けい酸カルシウム板 + + + + + 下地仕様属性 + + + 下地処理区分 + + + シーラー処理 + + + + + 化粧仕様属性 + + + 化粧層厚さ[mm] + + + 18 + + + + + 化粧仕様属性 + + + 化粧材種別 + + + 左官調樹脂仕上 + + + + + 化粧仕様属性 + + + 色調コード + + + N-85近似 + + + + + 断面計画属性 + + + 長辺寸法[mm] + + + 650 + + + + + 断面計画属性 + + + 短辺寸法[mm] + + + 420 + + + + + 断面計画属性 + + + 角部面取り半径[mm] + + + 45 + + + + + 被覆計画属性 + + + 被覆層厚さ[mm] + + + 32 + + + + + 被覆計画属性 + + + 被覆方式 + + + 成形耐火板巻き + + + + + 納まり計画属性 + + + 見付調整厚[mm] + + + 12 + + + + + 干渉調整属性 + + + 先行確定対象 + + + false + + + + + 座標補正属性 + + + 下端補正量X + + + -15 + + + + + 座標補正属性 + + + 下端補正量Y + + + 25 + + + + + 座標補正属性 + + + 下端補正量Z + + + 0 + + + + + 座標補正属性 + + + 上端補正量X + + + 10 + + + + + 座標補正属性 + + + 上端補正量Y + + + -5 + + + + + 座標補正属性 + + + 上端補正量Z + + + 20 + + + + + 接合参照属性 + + + 下端接合参照ID + + + COLBASE-7A21 + + + + + 接合参照属性 + + + 上端接合参照ID + + + COLTOP-9B34 + + + + + 縦筋計画属性 + + + 主縦筋呼び径 + + + D29 + + + + + 縦筋計画属性 + + + 下端定着方式 + + + 機械式定着 + + + + + 縦筋計画属性 + + + 下端定着余裕長 + + + 48 + + + + + 縦筋計画属性 + + + 下端余長管理値 + + + 70 + + + + + 縦筋計画属性 + + + 上端定着方式 + + + 直定着 + + + + + 縦筋計画属性 + + + 上端定着余裕長 + + + 42 + + + + + 縦筋計画属性 + + + 上端余長管理値 + + + 55 + + + + + 補助筋計画属性 + + + 補助縦筋呼び径 + + + D16 + + + + + 補助筋計画属性 + + + 下端補助縦筋本数 + + + 6 + + + + + 補助筋計画属性 + + + 上端補助縦筋本数 + + + 10 + + + + + 拘束筋計画属性 + + + 拘束筋呼び径 + + + D13 + + + + + 拘束筋計画属性 + + + 拘束筋鋼種 + + + SD390 + + + + + 拘束筋計画属性 + + + 接合域ピッチ[mm] + + + 90 + + + + + 拘束筋計画属性 + + + 接合域補強筋呼び径 + + + D16 + + + + + 拘束筋計画属性 + + + 下端拘束ピッチ[mm] + + + 110 + + + + + 拘束筋計画属性 + + + 上端拘束ピッチ[mm] + + + 125 + + + + + 中子筋計画属性 + + + 中子筋呼び径 + + + D10 + + + + + 中子筋計画属性 + + + 下端中子筋本数X + + + 2 + + + + + 中子筋計画属性 + + + 下端中子筋本数Y + + + 3 + + + + + 中子筋計画属性 + + + 上端中子筋本数X + + + 2 + + + + + 中子筋計画属性 + + + 上端中子筋本数Y + + + 3 + + + + + 端部寸法属性 + + + 下端外形寸法X[mm] + + + 720 + + + + + 端部寸法属性 + + + 下端外形寸法Y[mm] + + + 520 + + + + + 端部寸法属性 + + + 上端外形寸法X[mm] + + + 680 + + + + + 端部寸法属性 + + + 上端外形寸法Y[mm] + + + 480 + + + + + 配筋座標属性 + + + 多段筋離隔寸法[mm] + + + 180 + + + + + 配筋座標属性 + + + 主筋1列目芯位置X[mm] + + + 210 + + + + + 配筋座標属性 + + + 主筋1列目芯位置基準[mm] + + + 260 + + + + + 配筋座標属性 + + + 主筋1列目芯位置Y[mm] + + + 230 + + + + + 配筋座標属性 + + + 下端主筋1列目本数X + + + 5 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_040_IFCCOLUMN.ids b/data/output_ids/IFC2X3/IFC2X3_040_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..46a93eb57718f658683ef694fc2358646e8bae0e --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_040_IFCCOLUMN.ids @@ -0,0 +1,613 @@ + + + + 意匠としての柱の情報確認 + + + + + + + IFCCOLUMN + + + + + + + 意匠テーマ + + + デザインコンセプト + + + 静謐モダン + + + + + 色彩計画 + + + 基調カラー + + + スモーキーグレージュ + + + + + 表層計画 + + + 主仕上材 + + + リブ木質パネル + + + + + 光環境連携 + + + 演出照明方式 + + + 間接アップライト + + + + + 納まり計画 + + + 見切材タイプ + + + 真鍮ヘアライン + + + + + 空間演出 + + + 視認印象 + + + やわらかな存在感 + + + + + 表層計画 + + + 化粧見付寸法[mm] + + + 28 + + + + + 保全計画 + + + 表面保護仕様 + + + 高耐汚染コート + + + + + 音環境 + + + 吸音仕上区分 + + + 微穿孔吸音仕上 + + + + + 意匠寸法 + + + 正面見付幅[mm] + + + 620 + + + + + 意匠寸法 + + + 側面見付幅[mm] + + + 580 + + + + + 意匠寸法 + + + コーナー面取り寸法[mm] + + + 35 + + + + + 表層計画 + + + 化粧層厚[mm] + + + 9 + + + + + 表層計画 + + + 表面テクスチャ + + + オーク柾目 + + + + + 造作調整 + + + ふかし見込寸法[mm] + + + 65 + + + + + 光環境連携 + + + 発光演出有無 + + + true + + + + + 装飾帯計画 + + + 横ライン開始高さ[mm] + + + 900 + + + + + 装飾帯計画 + + + 横ライン終了高さ[mm] + + + 3150 + + + + + 装飾帯計画 + + + 横ライン奥行[mm] + + + 18 + + + + + サイン連携 + + + サイン位置X[mm] + + + 240 + + + + + サイン連携 + + + サイン位置Y[mm] + + + 1650 + + + + + サイン連携 + + + サイン位置Z[mm] + + + 22 + + + + + 管理情報 + + + 仕上識別コード + + + FIN-COL-AR12 + + + + + 管理情報 + + + 照明回路名 + + + LGT-ENT-07 + + + + + 脚元意匠 + + + 巾木タイプ + + + ステンレスフラット巾木 + + + + + 脚元意匠 + + + 納まり方式 + + + 壁面埋込 + + + + + 脚元意匠 + + + 巾木高さ[mm] + + + 75 + + + + + 脚元意匠 + + + コーナー役物数 + + + 2 + + + + + 見切意匠 + + + ライン形状 + + + シャドー目地 + + + + + 見切意匠 + + + 目地幅[mm] + + + 12 + + + + + 見切意匠 + + + 目地深さ[mm] + + + 15 + + + + + アクセント構成 + + + アクセント材種 + + + ブロンズミラー + + + + + アクセント構成 + + + アクセントパネル枚数 + + + 4 + + + + + アクセント構成 + + + ルーバー本数 + + + 6 + + + + + 触感設計 + + + 接触部仕上 + + + ソフトマット塗装 + + + + + 触感設計 + + + 意匠グレード + + + 上質仕様 + + + + + 開口連携 + + + 隣接開口クリアランス[mm] + + + 180 + + + + + 開口連携 + + + 窓台連続見切材 + + + アルミ押出形材 + + + + + 開口連携 + + + 床見切離隔[mm] + + + 25 + + + + + 開口連携 + + + 天井見切離隔[mm] + + + 40 + + + + + 保護部材 + + + コーナーガード材 + + + 透明アクリルガード + + + + + 保護部材 + + + ガード本数_正面 + + + 2 + + + + + 保護部材 + + + ガード本数_側面 + + + 1 + + + + + 保護部材 + + + 固定点数_上部 + + + 3 + + + + + 保護部材 + + + 固定点数_下部 + + + 3 + + + + + 意匠寸法 + + + 脚部見付幅[mm] + + + 640 + + + + + 意匠寸法 + + + 脚部奥行寸法[mm] + + + 610 + + + + + 意匠寸法 + + + 頭部見付幅[mm] + + + 520 + + + + + 意匠寸法 + + + 頭部奥行寸法[mm] + + + 500 + + + + + リズム計画 + + + スリット中心間隔[mm] + + + 150 + + + + + リズム計画 + + + 第1スリット位置X[mm] + + + 210 + + + + + リズム計画 + + + 第1スリット位置中央[mm] + + + 275 + + + + + リズム計画 + + + 第1スリット位置Y[mm] + + + 195 + + + + + リズム計画 + + + 正面スリット本数 + + + 5 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_041_IFCBEAM.ids b/data/output_ids/IFC2X3/IFC2X3_041_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..f478356edc6e7c6e801e092b22ba8019a4456ecc --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_041_IFCBEAM.ids @@ -0,0 +1,492 @@ + + + + Beam(ARC) + + + + + + + IFCBEAM + + + + + + + Pset_BeamCommon + + + Reference + + + Beam-A1 + + + + + BeamCommon + + + Status + + + New + + + + + Pset_BeamCommon + + + IsExternal + + + true + + + + + Pset_BeamCommon + + + LoadBearing + + + true + + + + + Pset_BeamCommon + + + FireRating + + + EI60 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-BEAM-A1 + + + + + BeamCommon + + + ThermalTransmittance + + + 1.2 + + + + + Tolerance + + + OverallTolerance + + + 0.004 + + + + + Tolerance + + + VerticalTolerance + + + 0.003 + + + + + Pset_BeamCommon + + + Slope + + + 0.0015 + + + + + Tolerance + + + PlanarFlatness + + + 0.002 + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + PrimaryBeam + + + + + Pset_ConcreteElementGeneral + + + DimensionalAccuracyClass + + + Normal + + + + + BeamBaseQuantities + + + Length + + + 0.300 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.150 + + + + + Pset_ReinforcementBarPitchOfBeam + + + SpacingBarPitch + + + 0.310 + + + + + Pset_ReinforcementBarPitchOfBeam + + + StirrupBarPitch + + + 0.155 + + + + + MaintenanceStrategy + + + AssetCriticality + + + MEDIUM + + + + + PrecastConcreteElementFabrication + + + TypeDesignation + + + I-shape + + + + + Warranty + + + WarrantyStartDate + + + 2025-04-01 + + + + + PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 0.005 + + + + + ConcreteElementGeneral + + + ExposureClass + + + Top + + + + + MaintenanceStrategy + + + MonitoringType + + + VisualInspection + + + + + Tolerance + + + OverallStraightness + + + 0.00005 + + + + + Pset_Risk + + + RiskType + + + Chemical Effects + + + + + BeamBaseQuantities + + + CrossSectionArea + + + 0.075 + + + + + BeamBaseQuantities + + + GrossSurfaceArea + + + 4.60 + + + + + BodyGeometryValidation + + + SurfaceGenusAfterFeatures + + + 2 + + + + + Pset_ConcreteElementGeneral + + + ConstructionToleranceClass + + + Standard + + + + + MaintenanceStrategy + + + AssetPriority + + + MEDIUM + + + + + Pset_PrecastConcreteElementGeneral + + + ManufacturingToleranceClass + + + Standard + + + + + ConstructionOccurence + + + AssetIdentifier + + + Chamfer5 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + BeamCo + + + + + ConstructionOccurence + + + ModelNumber + + + BM-2024-A + + + + + Warranty + + + PointOfContact + + + BeamCo service desk + + + + + ConstructionOccurence + + + TagNumber + + + ISO9001 + + + + + Pset_BeamCommon + + + Span + + + 6.0 + + + + + BeamBaseQuantities + + + GrossVolume + + + 0.405 + + + + + BeamBaseQuantities + + + NetVolume + + + 0.390 + + + + + BeamBaseQuantities + + + OuterSurfaceArea + + + 4.2 + + + + + Pset_Warranty + + + WarrantyContent + + + Coordinate beam depth with services + + + + + PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + BOLT-END-ACCESS-01 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + Temporary bracing required during erection + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_042_IFCBEAM.ids b/data/output_ids/IFC2X3/IFC2X3_042_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..fd048111da31973af3c111265117616345f90a37 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_042_IFCBEAM.ids @@ -0,0 +1,184 @@ + + + + 梁(意匠) + + + + + + + IFCBEAM + + + + + + + Condition + + + AssessmentCondition + + + 施工完了時 + + + + + Pset_BeamCommon + + + IsExternal + + + false + + + + + PrecastConcreteElementFabrication + + + AsBuiltLocationNumber + + + 2FL + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + 木目化粧梁 + + + + + Pset_BeamCommon + + + FireRating + + + 不燃 + + + + + BeamBaseQuantities + + + Length + + + 25 + + + + + Condition + + + AssessmentDescription + + + 表面仕上げを現場見本で確認 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 09 90 00 + + + + + PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 20 + + + + + Pset_BeamCommon + + + Span + + + 600 + + + + + BeamBaseQuantities + + + GrossWeight + + + 400 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 300 + + + + + Tolerance + + + PlanarFlatness + + + 2 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 25 + + + + + BeamBaseQuantities + + + OuterSurfaceArea + + + 32 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_043_IFCCURTAINWALL.ids b/data/output_ids/IFC2X3/IFC2X3_043_IFCCURTAINWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..a23ab2031adb0e7600872a06f0e9c19de2978b16 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_043_IFCCURTAINWALL.ids @@ -0,0 +1,624 @@ + + + + CurtainWall + + + + + + + IFCCURTAINWALL + + + + + + + System Basics + + + System ID + + + CurtainWall-C3 + + + + + System Basics + + + CurtainState + + + Existing + + + + + System Basics + + + Exterior + + + true + + + + + System Basics + + + Glazing Ratio + + + 0.68 + + + + + System Basics + + + Frame Material + + + Timber + + + + + System Basics + + + Module Width + + + 1.00 + + + + + System Basics + + + Module Height + + + 2.70 + + + + + System Basics + + + Panel Type + + + Glass + + + + + System Basics + + + Operable Ratio + + + 0.30 + + + + + System Basics + + + Integrated Shading + + + false + + + + + System Basics + + + System U-Value + + + 1.90 + + + + + System Basics + + + Wind Load Class + + + WL2 + + + + + System Basics + + + Water Tightness + + + Class4 + + + + + System Basics + + + Sound Rating + + + Rw38 + + + + + System Basics + + + Maintenance Access + + + CatA + + + + + System Basics + + + Cleaning Method + + + BMU + + + + + System Basics + + + Drainage + + + ExternalDrains + + + + + Panel Specification + + + Panel Width + + + 1.00 + + + + + Panel Specification + + + Panel Height + + + 2.70 + + + + + Panel Specification + + + Panel Thickness + + + 0.018 + + + + + Panel Specification + + + Panel Material + + + LaminatedGlass + + + + + Panel Specification + + + Panel Finish + + + Satin + + + + + Panel Specification + + + Glazing Reference + + + Low-E + + + + + Panel Specification + + + Opaque Panel + + + true + + + + + Mullion Specification + + + Mullion Depth + + + 0.070 + + + + + Mullion Specification + + + Mullion Width + + + 0.045 + + + + + Mullion Specification + + + Mullion Profile + + + T-Shaped + + + + + Mullion Specification + + + Mullion Material + + + Steel + + + + + Mullion Specification + + + Mullion Finish + + + MillFinish + + + + + Mullion Specification + + + Mullion Spacing + + + 1.00 + + + + + Transom Specification + + + Transom Depth + + + 0.070 + + + + + Transom Specification + + + Transom Width + + + 0.045 + + + + + Transom Specification + + + Transom Profile + + + Curved + + + + + Transom Specification + + + Transom Material + + + Steel + + + + + Transom Specification + + + Transom Finish + + + MillFinish + + + + + Frame Specification + + + Frame Depth + + + 0.110 + + + + + Frame Specification + + + Frame Width + + + 0.045 + + + + + Frame Specification + + + Thermal Break + + + false + + + + + Frame Specification + + + Frame Color + + + Silver + + + + + Glazing Performance + + + Glazing U-Value + + + 1.60 + + + + + Glazing Performance + + + SHGC + + + 0.28 + + + + + Glazing Performance + + + Visible Transmittance + + + 0.58 + + + + + Glazing Performance + + + Tempered + + + true + + + + + Glazing Performance + + + Laminated + + + false + + + + + Manufacturer Info + + + SupplierName + + + SkyLine + + + + + Manufacturer Info + + + Model + + + CW-450 + + + + + Product Materials + + + Surface Finish + + + Anodized + + + + + Product Materials + + + Core Material + + + Composite + + + + + Quantities + + + SpanAcross + + + 8.0 + + + + + Quantities + + + PanelRise + + + 3.2 + + + + + Quantities + + + ExposedSurface + + + 25.6 + + + + + Quantities + + + Glazing Area + + + 17.5 + + + + + Quantities + + + Frame Length + + + 34.0 + + + + + Quantities + + + Panel Count + + + 8 + + + + + Quantities + + + Gross Perimeter + + + 22.4 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_044_IFCCURTAINWALL.ids b/data/output_ids/IFC2X3/IFC2X3_044_IFCCURTAINWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..c07b65470a339067a88335ae1d65c2e00d638756 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_044_IFCCURTAINWALL.ids @@ -0,0 +1,624 @@ + + + + CurtainWall + + + + + + + IFCCURTAINWALL + + + + + + + Pset_CurtainWallCommon + + + Reference + + + CurtainWall-B2 + + + + + CurtainWallCommon + + + Status + + + New + + + + + Pset_CurtainWallCommon + + + IsExternal + + + false + + + + + Pset_CurtainWallCommon + + + ThermalTransmittance + + + 0.52 + + + + + ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 09506000234561 + + + + + CurtainWallQuantities + + + Width + + + 1.35 + + + + + CurtainWallQuantities + + + Height + + + 3.20 + + + + + MaintenanceStrategy + + + MonitoringType + + + RoutineInspection + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + CW-MOD-300 + + + + + Pset_CurtainWallCommon + + + Combustible + + + true + + + + + CurtainWallQuantities + + + GrossSideArea + + + 1.60 + + + + + Pset_CurtainWallCommon + + + FireRating + + + WL4 + + + + + Pset_CurtainWallCommon + + + SurfaceSpreadOfFlame + + + Class2 + + + + + Pset_CurtainWallCommon + + + AcousticRating + + + Rw40 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-CW-SAFE-01 + + + + + ConstructionAdministration + + + ProcurementMethod + + + Specialty subcontract + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 08 44 13 + + + + + CurtainWallQuantities + + + NetSideArea + + + 1.35 + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + SUB-CW-203 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + Unitized facade module + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + Series 300 thermal break + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + ManufacturerTypeInformation + + + AssemblyPlace + + + FACTORY + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + DOC-CW-OPS-01 + + + + + ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-CW-AAMA-01 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-CW-2025-01 + + + + + Warranty + + + WarrantyStartDate + + + 2025-09-01 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Warranty + + + WarrantyPeriod + + + P10Y + + + + + Pset_Warranty + + + WarrantyContent + + + Module finish and gaskets covered under manufacturer warranty + + + + + Warranty + + + PointOfContact + + + NeoFacade service team + + + + + Pset_Warranty + + + Exclusions + + + Glass breakage from impact is excluded + + + + + Tolerance + + + ToleranceDescription + + + Module alignment tolerance per approved shop drawings + + + + + Tolerance + + + OverallTolerance + + + 0.005 + + + + + Tolerance + + + HorizontalTolerance + + + 0.004 + + + + + Tolerance + + + VerticalTolerance + + + 0.004 + + + + + Tolerance + + + PlanarFlatness + + + 0.003 + + + + + Tolerance + + + ElevationalFlatness + + + 0.004 + + + + + Condition + + + AssessmentDescription + + + Frame finish visually confirmed + + + + + Condition + + + AssessmentDate + + + 2025-10-12 + + + + + Condition + + + AssessmentCondition + + + Weather-tight + + + + + Condition + + + AssessmentType + + + Facade inspection + + + + + Condition + + + AssessmentMethod + + + DOC-CW-INSP-01 + + + + + Condition + + + LastAssessmentReport + + + RPT-CW-2025-10 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + NeoFacade + + + + + ConstructionOccurence + + + ModelNumber + + + CW-300 + + + + + Condition + + + NextAssessmentDate + + + 2026-10-12 + + + + + Condition + + + AssessmentFrequency + + + 8760 + + + + + MaintenanceStrategy + + + AssetCriticality + + + HIGH + + + + + MaintenanceStrategy + + + AssetPriority + + + HIGH + + + + + MaintenanceTriggerCondition + + + ConditionMaintenanceLevel + + + Moderate + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P365D + + + + + CurtainWallQuantities + + + Length + + + 48.0 + + + + + Risk + + + RiskName + + + Seal failure + + + + + Risk + + + MitigationPlanned + + + Inspect perimeter joints annually + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_045_IFCCOVERING.ids b/data/output_ids/IFC2X3/IFC2X3_045_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..a7cf75119566a4415c6387bf968e49a12a78e834 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_045_IFCCOVERING.ids @@ -0,0 +1,492 @@ + + + + Ceiling + + + + + + + IFCCOVERING + + + + + + + Ceiling + + + CeilingCode + + + Ceiling-B2 + + + + + Ceiling + + + PlanState + + + Proposed + + + + + Ceiling + + + Exterior + + + false + + + + + Ceiling + + + Surface Coating + + + MetalPanel + + + + + Ceiling + + + FinishThickness + + + 0.012 + + + + + Ceiling + + + Coating Color + + + OffWhite + + + + + Ceiling + + + Fire Resistance Level + + + EI60 + + + + + Ceiling + + + HeatPassLevel + + + 0.22 + + + + + Ceiling + + + IsRemovable + + + true + + + + + Acoustics + + + SoundAbsorptionClass + + + ClassB + + + + + Acoustics + + + NRC + + + 0.65 + + + + + Acoustics + + + OctaveBandAbsorption + + + 0.15 + + + + + Acoustics + + + NoiseReductionCoefficient + + + 0.58 + + + + + Finish Specification + + + TileType + + + Gypsum + + + + + Finish Specification + + + Tile Size + + + 0.600 + + + + + Finish Specification + + + Tile Layout + + + Linear + + + + + Finish Specification + + + Tile EdgeType + + + Beveled + + + + + Finish Specification + + + SuspensionSystem + + + Exposed + + + + + Finish Specification + + + GridPitch + + + 1.100 + + + + + Finish Specification + + + GridType + + + Narrow + + + + + Integrated Services + + + Has Integrated Lighting + + + false + + + + + Integrated Services + + + RecessDepth + + + 0.060 + + + + + Integrated Services + + + CutoutSize + + + 0.400 + + + + + Integrated Services + + + Has Integrated Sprinkler + + + false + + + + + Integrated Services + + + ServiceZoneHeight + + + 0.180 + + + + + Installation + + + Installation Height Offset + + + 2.800 + + + + + Installation + + + FixingType + + + ScrewFix + + + + + Installation + + + AccessForMaintenance + + + true + + + + + Installation + + + Install Date + + + 2025-07-15 + + + + + Maintenance + + + Interval + + + 90 + + + + + Maintenance + + + Cleaning + + + Vacuum + + + + + Maintenance + + + Warranty Duration + + + 7.0 + + + + + Manufacturer Info + + + Brand + + + SkyCeilSystems + + + + + Manufacturer Info + + + Model Code + + + CL-305 + + + + + Product Materials + + + Finish (resource) + + + PowderCoated + + + + + Product Materials + + + CoreMaterial + + + Gypsum + + + + + Quantities + + + Measured Area + + + 18.5 + + + + + Quantities + + + Measured Thickness + + + 0.012 + + + + + Quantities + + + Boundary Length + + + 5.8 + + + + + Quantities + + + Measured Volume + + + 0.22 + + + + + Practical + + + Note1 + + + Provide maintenance hatches + + + + + Practical + + + Note2 + + + Seal perimeter gaps + + + + + Practical + + + Note3 + + + Verify seismic bracing + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_046_IFCCOVERING.ids b/data/output_ids/IFC2X3/IFC2X3_046_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..b0792863ead56df16f243403cb16a25616e5165a --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_046_IFCCOVERING.ids @@ -0,0 +1,206 @@ + + + + 天井 + + + + + + + IFCCOVERING + + + + + + + Pset_CoveringCommon + + + Finish + + + 木下地 + + + + + Pset_CoveringCommon + + + FireRating + + + 準不燃 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.10 + + + + + Condition + + + AssessmentDate + + + 2025-06-01 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-CEIL-JP-01 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 80 + + + + + EnvironmentalImpactIndicators + + + IndicatorsUnit + + + kgCO2e/平方m + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + EnvironmentalImpactIndicators + + + Reference + + + 内部 + + + + + EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 1/30 + + + + + Tolerance + + + OverallTolerance + + + 3 + + + + + CoveringBaseQuantities + + + GrossArea + + + 20 + + + + + Pset_CoveringCommon + + + AcousticRating + + + D-55 + + + + + Pset_CoveringCommon + + + Combustible + + + false + + + + + Pset_CoveringCommon + + + FlammabilityRating + + + 耐火1時間 + + + + + Uncertainty + + + UncertaintyDescription + + + GL + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P2D + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_047_IFCCOVERING.ids b/data/output_ids/IFC2X3/IFC2X3_047_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..a88bde3ef3c2bb0e2a37806e377d7955403d7bc0 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_047_IFCCOVERING.ids @@ -0,0 +1,514 @@ + + + + 仕上げ材の情報仕様の照査 + + + + + + + IFCCOVERING + + + + + + + 管理分類 + + + 運用グレード + + + 高頻度更新材 + + + + + 意匠配色 + + + 色相系統 + + + スモークベージュ + + + + + 寸法基準 + + + モジュール規格 + + + 910×1820対応 + + + + + 厚み設定 + + + 化粧層厚さ[mm] + + + 4 + + + + + 施工条件 + + + 割付ルール + + + ランダム貼り + + + + + 製品区分 + + + 対象部位 + + + 内部壁仕上 + + + + + 寸法基準 + + + 標準パネル寸法 + + + 455×910mm + + + + + 表面設計 + + + テクスチャ形態 + + + 微細エンボス + + + + + 材料構成 + + + 表装素材 + + + PVCシート + + + + + 寸法基準 + + + 有効働き寸法[mm] + + + 303 + + + + + 厚み設定 + + + 基材厚さ[mm] + + + 12 + + + + + 表面設計 + + + 素地感 + + + 半艶 + + + + + 安全性能 + + + 防滑対応 + + + false + + + + + 耐候性能 + + + 凍結融解対応 + + + true + + + + + 表面設計 + + + コーティング種別 + + + UVトップコート + + + + + 施工方式 + + + 固定方法 + + + 接着併用工法 + + + + + 意匠構成 + + + 割付パターン + + + 市松割り + + + + + 厚み設定 + + + 製品総厚[mm] + + + 21 + + + + + 端部処理 + + + 納まり形状 + + + 面取りエッジ + + + + + 端部処理 + + + 上端見切材 + + + ステンレス見切 + + + + + 材料構成 + + + 内部コア材 + + + 高密度MDF + + + + + 材料構成 + + + 表層化粧材 + + + メラミン化粧板 + + + + + 納まり寸法 + + + 立上り見付[mm] + + + 35 + + + + + 下地調整 + + + 下地スペーサ厚[mm] + + + 14 + + + + + 下地調整 + + + 下地パネル種別 + + + 石膏ボード12.5mm + + + + + 意匠配色 + + + カラーバリエーション + + + チャコールオーク + + + + + 複合仕様 + + + 下貼り材種 + + + 不織布積層材 + + + + + 厚み設定 + + + 複合パネル厚[mm] + + + 32 + + + + + 材料構成 + + + 天然材種 + + + ウォルナット + + + + + 仕上げ体系 + + + 最終仕上区分 + + + オイルフィニッシュ + + + + + 管理分類 + + + シリーズ記号 + + + FIN-Q7 + + + + + 寸法基準 + + + 基準ユニット + + + 600×600mm + + + + + ユニット構成 + + + モジュール寸法 + + + 600×1200mm + + + + + ユニット構成 + + + 中間層素材 + + + ケイ酸カルシウム複合板 + + + + + 設備連携 + + + 床吹出口対応 + + + false + + + + + 仕上げ体系 + + + 表面処理系統 + + + 抗菌クリア塗装 + + + + + 下地調整 + + + 下地モルタル仕上 + + + 刷毛引き + + + + + 施工方式 + + + 支持構法 + + + 直貼り工法 + + + + + 納まり寸法 + + + 仕上基準高[mm] + + + 120 + + + + + 性能評価 + + + 面内耐荷重等級 + + + 8 + + + + + 材料構成 + + + 機能分類 + + + 吸音系複合材 + + + + + 材料構成 + + + 木質系樹種 + + + メープル + + + + + 商品管理 + + + 製品グレード + + + スタンダード + + + + + 仕上げ体系 + + + 着色方式 + + + 自然着色塗装 + + + + + 施工方式 + + + 下張り構法 + + + 浮き床工法 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_048_IFCCOVERING.ids b/data/output_ids/IFC2X3/IFC2X3_048_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..abf2a73b301a335c82c82984e922ffe7f31c7f58 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_048_IFCCOVERING.ids @@ -0,0 +1,514 @@ + + + + 仕上げ材:壁紙、フローリング等 + + + + + + + IFCCOVERING + + + + + + + 識別情報 + + + 種別 + + + テラコッタタイル + + + + + 材料情報 + + + 材質 + + + 陶器質 + + + + + 寸法情報 + + + サイズ + + + 200角 + + + + + 材料情報 + + + 厚さ [mm] + + + 12 + + + + + 仕上げ・下地情報 + + + 張り方 + + + 市松貼り + + + + + 識別情報 + + + 種類 + + + 外壁タイル + + + + + 寸法情報 + + + 寸法 + + + 600×1200mm + + + + + 材料情報 + + + 形状 + + + フラット + + + + + 材料情報 + + + 表面材質 + + + 真鍮 + + + + + 材料情報 + + + 働き幅 [mm] + + + 90 + + + + + 材料情報 + + + 板厚 [mm] + + + 7 + + + + + 材料情報 + + + 素地 + + + ホーニング + + + + + 材料情報 + + + 耐滑り性 + + + true + + + + + 材料情報 + + + 耐凍害性 + + + true + + + + + 材料情報 + + + 釉薬 + + + 光沢釉 + + + + + 識別情報 + + + 工法 + + + 弾性接着工法 + + + + + 寸法情報 + + + 形状 + + + ランダムパターン + + + + + 寸法情報 + + + 厚さ [mm] + + + 16 + + + + + 材料情報 + + + エッジ + + + メラミンエッジ + + + + + 材料情報 + + + 笠木 + + + 人工大理石笠木 + + + + + 材料情報 + + + 芯材 + + + アルミハニカム + + + + + 材料情報 + + + 表面材 + + + HPL + + + + + 寸法情報 + + + 高さ [mm] + + + 23 + + + + + 仕上げ・下地情報 + + + 高さ [mm] + + + 9 + + + + + 仕上げ・下地情報 + + + 材質 + + + 石膏ボード + + + + + 材料情報 + + + 色柄 + + + アイボリー + + + + + 識別情報 材料情報 + + + 種類 + + + 積層 + + + + + 寸法情報 + + + 仕上厚さ [mm] + + + 19 + + + + + 材料情報 + + + 材種 + + + タモ + + + + + 仕上げ・下地情報 + + + 仕上 + + + ウレタン艶消し + + + + + 識別情報 + + + カスタム種別 + + + 仕上げ材E + + + + + 寸法情報 + + + モジュールサイズ + + + 450角 + + + + + 材料情報 + + + パネルサイズ + + + 300×600mm + + + + + 材料情報 + + + パネル材質 + + + ステンレスパネル + + + + + 材料情報 + + + 床吹出空調仕様 + + + false + + + + + 仕上げ・下地情報 + + + パネル仕上 + + + 木目調化粧 + + + + + 仕上げ・下地情報 + + + 下地コンクリートの仕上 + + + 金ゴテ仕上 + + + + + 識別情報 + + + 支持工法 + + + 支持脚工法 + + + + + 寸法情報 + + + 床高さ [mm] + + + 350 + + + + + 性能情報 + + + 所定荷重 + + + 6 + + + + + 材料情報 + + + 種別 + + + 石質系 + + + + + 材料情報 + + + 樹種 + + + カリン + + + + + 材料情報 + + + 品名・種類 + + + プライム + + + + + 仕上げ・下地情報 + + + 塗装 + + + 水性ウレタン + + + + + 識別情報 + + + 床暖房対応工法 + + + 床暖房対応直貼り + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_049_IFCCOVERING.ids b/data/output_ids/IFC2X3/IFC2X3_049_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..0e8c572b22597704ddcb92eeb71d2f1fbcf2c5ad --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_049_IFCCOVERING.ids @@ -0,0 +1,426 @@ + + + + Covering + + + + + + + IFCCOVERING + + + + + + + Pset_CoveringCommon + + + Reference + + + Covering-A1 + + + + + CoveringCommon + + + Status + + + New + + + + + CoveringCommon + + + IsExternal + + + true + + + + + Pset_CoveringCommon + + + Finish + + + Vinyl + + + + + CoveringBaseQuantities + + + NetArea + + + 22.8 + + + + + CoveringCommon + + + ThermalTransmittance + + + 0.005 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-COV-A1 + + + + + Warranty + + + WarrantyStartDate + + + 2025-08-01 + + + + + Pset_CoveringCommon + + + FireRating + + + R9 + + + + + Pset_CoveringCommon + + + AcousticRating + + + Rw20 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Tolerance + + + OverallTolerance + + + 0.002 + + + + + Pset_CoveringCommon + + + FragilityRating + + + Horizontal + + + + + Tolerance + + + HorizontalTolerance + + + 0.0015 + + + + + Tiling + + + TileWidth + + + 0.300 + + + + + Tolerance + + + VerticalTolerance + + + 0.0015 + + + + + Tolerance + + + PlanarFlatness + + + 0.001 + + + + + Pset_CoveringCommon + + + SurfaceSpreadOfFlame + + + Beveled + + + + + Condition + + + AssessmentType + + + MaterialReview + + + + + Tiling + + + Permeability + + + 0.002 + + + + + Condition + + + AssessmentDate + + + 2025-08-10 + + + + + InstallationOccurrence + + + InstallationDate + + + 2025-08-01 + + + + + Condition + + + AssessmentCondition + + + Serviceable + + + + + MaintenanceStrategy + + + MonitoringType + + + VisualInspection + + + + + Condition + + + AssessmentMethod + + + DOC-COV-INSP-01 + + + + + Pset_Risk + + + RiskType + + + Environmental Issues + + + + + MaintenanceStrategy + + + AssetFrailty + + + LOW + + + + + MaintenanceTriggerDuration + + + DurationTargetPerformance + + + P180D + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P180D + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 0.95 + + + + + Warranty + + + WarrantyPeriod + + + P5D + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + CoverCo + + + + + ConstructionOccurence + + + ModelNumber + + + CV-2024-A + + + + + Pset_CoveringCommon + + + Combustible + + + false + + + + + BodyGeometryValidation + + + GrossSurfaceArea + + + 24.5 + + + + + CoveringBaseQuantities + + + GrossArea + + + 24.0 + + + + + CoveringBaseQuantities + + + Width + + + 0.005 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_050_IFCCOVERING.ids b/data/output_ids/IFC2X3/IFC2X3_050_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..30d2ea6ecf34ba2cb6468f23e1e9d945639ed12d --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_050_IFCCOVERING.ids @@ -0,0 +1,514 @@ + + + + 仕上材 + + + + + + + IFCCOVERING + + + + + + + CoveringCommon + + + Status + + + New + + + + + Pset_CoveringCommon + + + AcousticRating + + + ΔLL(I)-4 + + + + + Pset_CoveringCommon + + + FragilityRating + + + + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 12 + + + + + Pset_CoveringCommon + + + Combustible + + + false + + + + + CoveringCommon + + + ThermalTransmittance + + + 1.8 + + + + + Tiling + + + TileLength + + + 600 + + + + + ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 04912345678901 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + FIN-PNL-01 + + + + + CoveringBaseQuantities + + + Width + + + 150 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + 乾式化粧パネル + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 内装仕上げ標準品 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + 東都内装 + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + Pset_CoveringCommon + + + Finish + + + 有釉 + + + + + ManufacturerTypeInformation + + + AssemblyPlace + + + 工場 + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + DOC-FIN-OPS-01 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-FIN-SAFE-01 + + + + + ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-FIN-01 + + + + + ConstructionAdministration + + + ProcurementMethod + + + 内装一式調達 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 09 77 23 + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + SUB-FIN-03 + + + + + CoveringBaseQuantities + + + NetArea + + + 24 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.55 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 293.15 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 303.15 + + + + + EnvironmentalCondition + + + SaltMistLevel + + + + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 450 + + + + + MaintenanceStrategy + + + AssetCriticality + + + + + + + + Pset_CoveringCommon + + + SurfaceSpreadOfFlame + + + ウレタン塗装 + + + + + Pset_CoveringCommon + + + Reference + + + 仕上げ材A + + + + + Tiling + + + TileWidth + + + 600 + + + + + MaintenanceStrategy + + + AssetPriority + + + + + + + + MaintenanceStrategy + + + MonitoringType + + + 目視点検 + + + + + CoveringCommon + + + IsExternal + + + true + + + + + MaintenanceTriggerCondition + + + ConditionTargetPerformance + + + + + + + + MaintenanceTriggerCondition + + + ConditionMaintenanceLevel + + + + + + + + MaintenanceTriggerCondition + + + ConditionReplacementLevel + + + + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P180D + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 3.0 + + + + + MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P365D + + + + + Risk + + + RiskName + + + 仕上げ浮き + + + + + Pset_Risk + + + NatureOfRisk + + + 接着層の剥離 + + + + + Pset_CoveringCommon + + + FlammabilityRating + + + クリア塗装 + + + + + Risk + + + MitigationPlanned + + + 定期点検で打診確認 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_051_IFCCOVERING.ids b/data/output_ids/IFC2X3/IFC2X3_051_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..3069d590c213ebb4c8addedd0b673999128c86c5 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_051_IFCCOVERING.ids @@ -0,0 +1,492 @@ + + + + Ceiling + + + + + + + IFCCOVERING + + + + + + + Ceiling Basics + + + CeilingCode + + + Ceiling-A1 + + + + + Ceiling Basics + + + InstallState + + + New + + + + + Ceiling Basics + + + Is External + + + true + + + + + Ceiling Basics + + + SurfaceTone + + + AcousticTile + + + + + Ceiling Basics + + + Finish Thickness + + + 0.015 + + + + + Ceiling Basics + + + Finish Color + + + White + + + + + Ceiling Basics + + + Fire Resistance + + + EI30 + + + + + Ceiling Basics + + + U-Value + + + 0.25 + + + + + Ceiling Basics + + + Removable + + + true + + + + + Acoustics + + + Absorption Class + + + ClassA + + + + + Acoustics + + + NRC + + + 0.70 + + + + + Acoustics + + + Octave Band Absorption + + + 0.10 + + + + + Acoustics + + + Noise Reduction Coefficient + + + 0.60 + + + + + Finish Specification + + + Tile Type + + + MineralFiber + + + + + Finish Specification + + + Tile Size + + + 0.600 + + + + + Finish Specification + + + Tile Layout + + + Grid + + + + + Finish Specification + + + Tile Edge + + + Square + + + + + Finish Specification + + + Suspension System + + + T-bar + + + + + Finish Specification + + + Hanger Spacing + + + 1.200 + + + + + Finish Specification + + + Grid Type + + + Standard + + + + + Integrated Services + + + Integrated Lighting + + + true + + + + + Integrated Services + + + Light Recess Depth + + + 0.050 + + + + + Integrated Services + + + Light Cutout Size + + + 0.300 + + + + + Integrated Services + + + Integrated Sprinkler + + + true + + + + + Integrated Services + + + Service Zone Height + + + 0.150 + + + + + Installation + + + Installation Height + + + 2.700 + + + + + Installation + + + Fixing Method + + + Adhesive + + + + + Installation + + + Maintenance Access + + + true + + + + + Installation + + + Installation Date + + + 2025-08-01 + + + + + Maintenance + + + Maintenance Interval + + + 180 + + + + + Maintenance + + + Cleaning + + + Dusting + + + + + Maintenance + + + Warranty Years + + + 5.0 + + + + + Manufacturer Info + + + MakerLabel + + + CeilingCo + + + + + Manufacturer Info + + + Model + + + CL-2024-A + + + + + Product Materials + + + Surface Finish + + + Painted + + + + + Product Materials + + + Core Material + + + MineralFiber + + + + + Quantities + + + CeilingSurface + + + 24.0 + + + + + Quantities + + + LayerDepth + + + 0.010 + + + + + Quantities + + + EdgeLength + + + 6.0 + + + + + Quantities + + + FillAmount + + + 0.24 + + + + + Notes + + + Note 1 + + + Provide access for services + + + + + Notes + + + Note 2 + + + Ensure acoustic seal at junctions + + + + + Notes + + + Note 3 + + + Verify suspension deflection under load + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_052_IFCFURNITURETYPE.ids b/data/output_ids/IFC2X3/IFC2X3_052_IFCFURNITURETYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..c245662e7942e9eb4a14328c2a5889eb110497e9 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_052_IFCFURNITURETYPE.ids @@ -0,0 +1,481 @@ + + + + Furniture + + + + + + + IFCFURNITURETYPE + + + + + + + FurnitureTypeCommon + + + Reference + + + Chair-02 + + + + + FurnitureTypeCommon + + + Status + + + New + + + + + Pset_FurnitureTypeCommon + + + Style + + + Scandinavian + + + + + FurnitureTypeCommon + + + IsBuiltIn + + + false + + + + + ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 00850123000011 + + + + + ManufacturerTypeInformation + + + ModelReference + + + PowderCoat finish + + + + + FurnitureTypeCommon + + + MainColour + + + Walnut + + + + + ManufacturerTypeInformation + + + ModelLabel + + + MDF core + + + + + EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + WoolBlend upholstery + + + + + Warranty + + + IsExtendedWarranty + + + false + + + + + Condition + + + AssessmentDate + + + 2025-04-20 + + + + + Tolerance + + + ToleranceDescription + + + Ergonomic level 2 + + + + + Warranty + + + WarrantyStartDate + + + 2025-05-01 + + + + + ManufacturerTypeInformation + + + ArticleNumber + + + CABLETRAY-01 + + + + + Warranty + + + WarrantyIdentifier + + + NONE + + + + + ManufacturerTypeInformation + + + Manufacturer + + + NordicWorks + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + CH-2025-A + + + + + ConstructionAdministration + + + ProcurementMethod + + + Direct purchase + + + + + Warranty + + + WarrantyPeriod + + + P3Y + + + + + Tolerance + + + PlanarFlatness + + + 0.004 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 12 51 23 + + + + + Warranty + + + WarrantyContent + + + Bolt to concrete slab; use M8 anchors + + + + + Condition + + + AssessmentDescription + + + Surface durability checked against mockup + + + + + EnvironmentalImpactIndicators + + + Reference + + + TopAccess + + + + + Warranty + + + Exclusions + + + Avoid solvents; clean with mild soap + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P120D + + + + + MaintenanceTriggerDuration + + + DurationTargetPerformance + + + P30D + + + + + EnvironmentalImpactIndicators + + + ExpectedServiceLife + + + 10 + + + + + FurnitureTypeCommon + + + NominalLength + + + 1.20 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.45 + + + + + Pset_FurnitureTypeCommon + + + NominalHeight + + + 0.80 + + + + + FurnitureTypeCommon + + + NominalDepth + + + 0.47 + + + + + Tolerance + + + OrthogonalTolerance + + + 0.35 + + + + + MaintenanceStrategy + + + AccidentResponse + + + REPAIR + + + + + Tolerance + + + HorizontalTolerance + + + 0.30 + + + + + Tolerance + + + VerticalTolerance + + + 15.0 + + + + + Tolerance + + + OverallStraightness + + + 1.20 + + + + + Tolerance + + + HorizontalStraightness + + + 0.50 + + + + + Tolerance + + + SideFlatness + + + 0.80 + + + + + Tolerance + + + OverallTolerance + + + 0.48 + + + + + Tolerance + + + HorizontalFlatness + + + 16.0 + + + + + Tolerance + + + ElevationalFlatness + + + 0.005 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_053_IFCCOLUMN.ids b/data/output_ids/IFC2X3/IFC2X3_053_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..d9c3a5e08a065fe13d6c8cf23c000aef3dbef134 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_053_IFCCOLUMN.ids @@ -0,0 +1,437 @@ + + + + Column + + + + + + + IFCCOLUMN + + + + + + + Basics + + + ColumnCode + + + Column-A1 + + + + + Basics + + + InstallState + + + New + + + + + Basics + + + SupportRole + + + true + + + + + Basics + + + ExteriorFlag + + + true + + + + + Basics + + + FireGradeText + + + EI60 + + + + + Basics + + + HeatPassLevel + + + 1.2 + + + + + Basics + + + SoundGrade + + + Rw45 + + + + + Concrete Specification + + + Fabrication Location + + + OnSite + + + + + Concrete Specification + + + Casting Approach + + + In-situ + + + + + Concrete Specification + + + Structural Grade + + + Loadbearing + + + + + Concrete Specification + + + Strength Grade + + + C30/37 + + + + + Concrete Specification + + + Exposure Category + + + XC4 + + + + + Concrete Specification + + + Rebar Volume Proportion + + + 0.01 + + + + + Concrete Specification + + + Rebar Area Proportion + + + 0.005 + + + + + Concrete Specification + + + Cover Depth + + + 0.020 + + + + + Concrete Specification + + + Main Bar Cover Depth + + + 0.040 + + + + + Concrete Specification + + + Link Cover Depth + + + 0.025 + + + + + Concrete Specification + + + Rebar Grade + + + SD345 + + + + + Reinforcement Layout + + + Reinforcement Notes + + + Vertical bars 100 mm + + + + + Reinforcement Layout + + + Element Code + + + Ref-Column-01 + + + + + Reinforcement Layout + + + Rebar Bar Category + + + MainBar + + + + + Reinforcement Layout + + + Hoop Bar Interval + + + 0.100 + + + + + Reinforcement Layout + + + XDirection Tie Hoop Bar Interval + + + 0.100 + + + + + Reinforcement Layout + + + X Tie Hoop Count + + + 4 + + + + + Reinforcement Layout + + + YDirection Tie Hoop Bar Interval + + + 0.100 + + + + + Reinforcement Layout + + + Y Tie Hoop Count + + + 4 + + + + + Reinforcement Definition + + + DefinitionType + + + Precast + + + + + Reinforcement Definition + + + ReinforcementSectionDefinitions + + + Tied section: 4Ø16 + + + + + Manufacturer Info + + + Brand + + + ColumnWorksInc + + + + + Manufacturer Info + + + Model Code + + + COL-2024-A + + + + + Product Materials + + + CoreMaterial + + + ReinforcedConcrete + + + + + Product Materials + + + Surface Coating + + + Painted + + + + + Column Quantities + + + Overall Length + + + 3.0 + + + + + Column Quantities + + + Profile Area + + + 0.09 + + + + + Column Quantities + + + Overall Volume + + + 0.27 + + + + + Column Quantities + + + Effective Volume + + + 0.25 + + + + + Column Quantities + + + Outer Surface Area Estimate + + + 1.08 + + + + + Column Quantities + + + Overall Weight + + + 2100.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_054_IFCCOLUMN.ids b/data/output_ids/IFC2X3/IFC2X3_054_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..4a88f55b67111b9e26d9d1882f8d37f87e4eb7ce --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_054_IFCCOLUMN.ids @@ -0,0 +1,503 @@ + + + + 柱(構造) + + + + + + + IFCCOLUMN + + + + + + + Pset_ColumnCommon + + + IsExternal + + + true + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.50 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 30 + + + + + Pset_ColumnCommon + + + LoadBearing + + + false + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 20 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 10 + + + + + Pset_ColumnCommon + + + Slope + + + 0 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + GUID-ABC123 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + GUID-DEF456 + + + + + EnvironmentalImpactIndicators + + + Reference + + + D25 + + + + + EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + ヘッドバー + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtLinks + + + 40 + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 60 + + + + + Pset_ColumnCommon + + + Reference + + + フック定着 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 45 + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 55 + + + + + Uncertainty + + + UncertaintyDescription + + + D19 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 8 + + + + + BodyGeometryValidation + + + SurfaceGenusAfterFeatures + + + 8 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + D10 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + SD295 + + + + + ColumnBaseQuantities + + + GrossWeight + + + 100 + + + + + PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + DOC-COL-TR-01 + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 150 + + + + + ColumnBaseQuantities + + + NetWeight + + + 130 + + + + + Pset_ReinforcementBarPitchOfColumn + + + Description + + + D13 + + + + + ReinforcementBarPitchOfColumn + + + XDirectionTieHoopCount + + + 4 + + + + + ReinforcementBarPitchOfColumn + + + YDirectionTieHoopCount + + + 4 + + + + + ColumnBaseQuantities + + + GrossSurfaceArea + + + 4 + + + + + Condition + + + AssessmentDate + + + 2025-04-01 + + + + + ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 04987654321012 + + + + + ColumnBaseQuantities + + + Length + + + 600 + + + + + BodyGeometryValidation + + + GrossVolume + + + 0.48 + + + + + ColumnBaseQuantities + + + OuterSurfaceArea + + + 500 + + + + + BodyGeometryValidation + + + NetVolume + + + 0.45 + + + + + ColumnBaseQuantities + + + GrossVolume + + + 200 + + + + + Pset_ReinforcementBarPitchOfColumn + + + HoopBarPitch + + + 250 + + + + + ColumnBaseQuantities + + + NetVolume + + + 200 + + + + + Pset_ReinforcementBarPitchOfColumn + + + Reference + + + X方向4本 + + + + + Pset_ReinforcementBarPitchOfColumn + + + XDirectionTieHoopBarPitch + + + 120 + + + + + ColumnBaseQuantities + + + CrossSectionArea + + + 130 + + + + + Pset_ReinforcementBarPitchOfColumn + + + YDirectionTieHoopBarPitch + + + 140 + + + + + ColumnBaseQuantities + + + NetSurfaceArea + + + 6 + + + + + Tolerance + + + PlanarFlatness + + + 5 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_055_IFCCOLUMN.ids b/data/output_ids/IFC2X3/IFC2X3_055_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..4c7cfc600e1bfdfb838af76869e05d1a85621571 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_055_IFCCOLUMN.ids @@ -0,0 +1,503 @@ + + + + 柱の構造情報の整理 + + + + + + + IFCCOLUMN + + + + + + + 節点調整 + + + 接合優先フラグ + + + true + + + + + 下端補正 + + + 基部補正量_A + + + 28 + + + + + 下端補正 + + + 基部補正量_B + + + 36 + + + + + 下端補正 + + + 基部補正量_H + + + 12 + + + + + 上端補正 + + + 頂部補正量_A + + + 22 + + + + + 上端補正 + + + 頂部補正量_B + + + 14 + + + + + 上端補正 + + + 頂部補正量_H + + + 6 + + + + + 接点参照 + + + 基部接続キー + + + STR-ND-48A + + + + + 接点参照 + + + 頂部接続キー + + + STR-ND-48B + + + + + 主筋仕様 + + + 外周主筋呼び名 + + + D32 + + + + + 定着条件 + + + 基部定着方式 + + + 機械式定着 + + + + + 定着条件 + + + 基部定着寸法 + + + 58 + + + + + 定着条件 + + + 基部余裕長 + + + 82 + + + + + 定着条件 + + + 頂部定着方式 + + + プレート定着 + + + + + 定着条件 + + + 頂部定着寸法 + + + 54 + + + + + 定着条件 + + + 頂部余裕長 + + + 68 + + + + + 芯材仕様 + + + 中心補強筋呼び名 + + + D19 + + + + + 芯材仕様 + + + 基部中心補強本数 + + + 12 + + + + + 芯材仕様 + + + 頂部中心補強本数 + + + 14 + + + + + 横補強仕様 + + + 閉鎖筋呼び径 + + + D13 + + + + + 横補強仕様 + + + 閉鎖筋材質区分 + + + SD345 + + + + + 横補強仕様 + + + 接合域ピッチ + + + 75 + + + + + 横補強仕様 + + + 接合域閉鎖筋呼び径 + + + D16 + + + + + 横補強仕様 + + + 基部ピッチ + + + 105 + + + + + 横補強仕様 + + + 頂部ピッチ + + + 95 + + + + + 補助拘束仕様 + + + 中子筋呼び径 + + + D10 + + + + + 補助拘束仕様 + + + 基部中子筋本数_A方向 + + + 4 + + + + + 補助拘束仕様 + + + 基部中子筋本数_B方向 + + + 5 + + + + + 補助拘束仕様 + + + 頂部中子筋本数_A方向 + + + 3 + + + + + 補助拘束仕様 + + + 頂部中子筋本数_B方向 + + + 4 + + + + + 断面管理 + + + 基部断面寸法_A + + + 720 + + + + + 断面管理 + + + 基部断面寸法_B + + + 680 + + + + + 断面管理 + + + 頂部断面寸法_A + + + 610 + + + + + 断面管理 + + + 頂部断面寸法_B + + + 560 + + + + + 多段配筋座標 + + + 段間離隔_A方向 + + + 165 + + + + + 多段配筋座標 + + + 第1層主筋芯_A方向 + + + 235 + + + + + 多段配筋座標 + + + 第1層主筋芯_中央 + + + 290 + + + + + 多段配筋座標 + + + 第1層主筋芯_B方向 + + + 225 + + + + + 多段配筋座標 + + + 基部第1層主筋本数_A方向 + + + 5 + + + + + 多段配筋座標 + + + 基部主筋群重心_A方向 + + + 142 + + + + + 多段配筋座標 + + + 基部主筋群重心_B方向 + + + 158 + + + + + 多段配筋座標 + + + 基部片側主筋総数_A方向 + + + 18 + + + + + 多段配筋座標 + + + 基部第1層主筋本数_B方向 + + + 7 + + + + + 多段配筋座標 + + + 基部片側主筋総数_B方向 + + + 20 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_056_IFCCOLUMN.ids b/data/output_ids/IFC2X3/IFC2X3_056_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..b6a4b59901c74b5673fd982e2f892eeca7fee025 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_056_IFCCOLUMN.ids @@ -0,0 +1,503 @@ + + + + 柱(構造) + + + + + + + IFCCOLUMN + + + + + + + 配置情報 + + + 柱勝ちか否か + + + true + + + + + 配置情報 + + + 柱脚オフセット_X + + + 60 + + + + + 配置情報 + + + 柱脚オフセット_Y + + + 35 + + + + + 配置情報 + + + 柱脚オフセット_Z + + + 10 + + + + + 配置情報 + + + 柱頭オフセット_X + + + 25 + + + + + 配置情報 + + + 柱頭オフセット_Y + + + 12 + + + + + 配置情報 + + + 柱頭オフセット_Z + + + 0 + + + + + 配置情報 + + + 柱脚節点_GUID + + + GUID-JKL012 + + + + + 配置情報 + + + 柱頭節点_GUID + + + GUID-PQR678 + + + + + 配筋情報 + + + 主筋径 + + + D29 + + + + + 配筋情報 + + + 柱脚主筋定着タイプ + + + ヘッドバー + + + + + 配筋情報 + + + 柱脚主筋定着長 + + + 55 + + + + + 配筋情報 + + + 柱脚主筋余長 + + + 80 + + + + + 配筋情報 + + + 柱頭主筋定着タイプ + + + フック定着 + + + + + 配筋情報 + + + 柱頭主筋定着長 + + + 48 + + + + + 配筋情報 + + + 柱頭主筋余長 + + + 60 + + + + + 配筋情報 + + + 芯鉄筋径 + + + D19 + + + + + 配筋情報 + + + 柱脚芯鉄筋本数 + + + 12 + + + + + 配筋情報 + + + 柱頭芯鉄筋本数 + + + 10 + + + + + 配筋情報 + + + 帯筋径 + + + D13 + + + + + 配筋情報 + + + 帯筋種別 + + + SD295 + + + + + 配筋情報 + + + 仕口部帯筋間隔 + + + 110 + + + + + 配筋情報 + + + 仕口部帯筋径 + + + D12 + + + + + 配筋情報 + + + 柱脚帯筋間隔 + + + 160 + + + + + 配筋情報 + + + 柱頭帯筋間隔 + + + 140 + + + + + 配筋情報 + + + 幅止筋径 + + + D13 + + + + + 配筋情報 + + + 柱脚幅止め筋本数_X方向 + + + 8 + + + + + 配筋情報 + + + 柱脚幅止め筋本数_Y方向 + + + 8 + + + + + 配筋情報 + + + 柱頭幅止め筋本数_X方向 + + + 8 + + + + + 配筋情報 + + + 柱頭幅止め筋本数_Y方向 + + + 8 + + + + + 寸法情報 + + + 柱脚幅X + + + 700 + + + + + 寸法情報 + + + 柱脚幅Y + + + 700 + + + + + 寸法情報 + + + 柱頭幅X + + + 540 + + + + + 寸法情報 + + + 柱頭幅Y + + + 540 + + + + + 配筋情報 + + + 多段筋中心間距離_水平方向 + + + 160 + + + + + 配筋情報 + + + 主筋1段目芯位置_X方向 + + + 220 + + + + + 配筋情報 + + + 主筋1段目芯位置 + + + 270 + + + + + 配筋情報 + + + 主筋1段目芯位置_Y方向 + + + 220 + + + + + 配筋情報 + + + 柱脚主筋1段目本数_X方向 + + + 8 + + + + + 配筋情報 + + + 柱脚主筋重心位置_X方向 + + + 130 + + + + + 配筋情報 + + + 柱脚主筋重心位置_Y方向 + + + 140 + + + + + 配筋情報 + + + 柱脚主筋片側総本数_X方向 + + + 180 + + + + + 配筋情報 + + + 柱脚主筋1段目本数_Y方向 + + + 10 + + + + + 配筋情報 + + + 柱脚主筋片側総本数_Y方向 + + + 220 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_057_IFCBEAM.ids b/data/output_ids/IFC2X3/IFC2X3_057_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..c8420d3f1b308285a69cd98aa6b412a7d9d33ada --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_057_IFCBEAM.ids @@ -0,0 +1,360 @@ + + + + Beam(STR) + + + + + + + IFCBEAM + + + + + + + Pset_BeamCommon + + + Reference + + + CentralBeam-01 + + + + + BeamCommon + + + Status + + + New + + + + + Pset_BeamCommon + + + LoadBearing + + + true + + + + + Pset_BeamCommon + + + IsExternal + + + true + + + + + Pset_BeamCommon + + + FireRating + + + EI60 + + + + + BeamCommon + + + ThermalTransmittance + + + 1.2 + + + + + BeamBaseQuantities + + + CrossSectionArea + + + 0.09 + + + + + ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 8.10e-05 + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 2.70e-05 + + + + + ElementKinematics + + + MaximumConstantSpeed + + + 1.20e-05 + + + + + Tolerance + + + ElevationalFlatness + + + 5.40e-04 + + + + + Tolerance + + + HorizontalFlatness + + + 1.80e-04 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + Steel + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + S355 + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 355.0 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + C30/37 + + + + + ConcreteElementGeneral + + + ExposureClass + + + XC4 + + + + + Pset_ReinforcementBarPitchOfBeam + + + Reference + + + MainBar + + + + + Pset_ReinforcementBarPitchOfBeam + + + StirrupBarPitch + + + 0.000201 + + + + + Pset_ReinforcementBarPitchOfBeam + + + SpacingBarPitch + + + 4 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.100 + + + + + Tolerance + + + OverallStraightness + + + 0.008 + + + + + ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.01 + + + + + PrecastConcreteElementGeneral + + + DesignLocationNumber + + + GRID-B2 + + + + + MaintenanceStrategy + + + AssetCriticality + + + Moderate + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + Check camber and connections + + + + + BeamBaseQuantities + + + Length + + + 6.0 + + + + + BeamBaseQuantities + + + GrossSurfaceArea + + + 0.09 + + + + + BeamBaseQuantities + + + OuterSurfaceArea + + + 4.2 + + + + + BeamBaseQuantities + + + GrossVolume + + + 0.405 + + + + + BeamBaseQuantities + + + NetVolume + + + 0.390 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_058_IFCBEAM.ids b/data/output_ids/IFC2X3/IFC2X3_058_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..0138cf2b2579dcc5d500e2e3baf212c911eae99d --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_058_IFCBEAM.ids @@ -0,0 +1,448 @@ + + + + 梁(構造) + + + + + + + IFCBEAM + + + + + + + Condition + + + AssessmentCondition + + + B-101 + + + + + Pset_BeamCommon + + + Reference + + + 大梁 + + + + + PrecastConcreteElementFabrication + + + PieceMark + + + 2FL + + + + + Risk + + + RiskName + + + SN490 + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + SM490 + + + + + BeamCommon + + + Status + + + 既存 + + + + + Pset_BeamCommon + + + LoadBearing + + + true + + + + + Pset_ReinforcementBarPitchOfBeam + + + Description + + + 梁端部補強筋の標準ピッチ + + + + + PrecastConcreteElementFabrication + + + TypeDesignation + + + SN490梁 + + + + + PrecastConcreteElementFabrication + + + AsBuiltLocationNumber + + + 通り芯 + + + + + BeamBaseQuantities + + + Length + + + 200 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + 梁下端 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 150 + + + + + BeamBaseQuantities + + + CrossSectionArea + + + 0.18 + + + + + Pset_BeamCommon + + + Span + + + 600 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 300 + + + + + Warranty + + + WarrantyStartDate + + + 2025-04-01 + + + + + BeamBaseQuantities + + + GrossWeight + + + 22 + + + + + BeamBaseQuantities + + + NetWeight + + + 15 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + BEAM-WARRANTY-01 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 500 + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 200 + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 150 + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 180 + + + + + Pset_ReinforcementBarPitchOfBeam + + + SpacingBarPitch + + + 120 + + + + + Warranty + + + WarrantyPeriod + + + P7Y + + + + + Warranty + + + PointOfContact + + + 構造監理窓口 + + + + + BeamBaseQuantities + + + OuterSurfaceArea + + + 32 + + + + + Pset_Risk + + + NatureOfRisk + + + 端部腐食 + + + + + Pset_Warranty + + + WarrantyContent + + + 延長保証対象 + + + + + BeamBaseQuantities + + + GrossSurfaceArea + + + 450 + + + + + Risk + + + MitigationPlanned + + + 防錆塗装を定期確認 + + + + + BeamBaseQuantities + + + NetSurfaceArea + + + 220 + + + + + Pset_BeamCommon + + + FireRating + + + 2時間耐火 + + + + + BeamBaseQuantities + + + GrossVolume + + + 180 + + + + + BeamBaseQuantities + + + NetVolume + + + 250 + + + + + Tolerance + + + OverallTolerance + + + 150 + + + + + Tolerance + + + HorizontalTolerance + + + 120 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_059_IFCBEAM.ids b/data/output_ids/IFC2X3/IFC2X3_059_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..3c4d548740a714f0d7672f1d63715013fad891f3 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_059_IFCBEAM.ids @@ -0,0 +1,360 @@ + + + + Infomation Check + + + + + + + IFCBEAM + + + + + + + Identification Data + + + MemberTag + + + B-STR-118 + + + + + Identification Data + + + LifecycleStage + + + Fabrication + + + + + Design Intent + + + IsPrimaryMember + + + true + + + + + Design Intent + + + IsTransferBeam + + + false + + + + + Resistance Criteria + + + FireRatingClass + + + R120 + + + + + Performance Parameters + + + DampingRatio + + + 0.035 + + + + + Section Geometry + + + GrossSectionArea + + + 0.162 + + + + + Section Geometry + + + StrongAxisInertia + + + 9.40e-04 + + + + + Section Geometry + + + WeakAxisInertia + + + 2.85e-04 + + + + + Section Geometry + + + TorsionalRigidityIndex + + + 1.15e-04 + + + + + Strength Metrics + + + TopFiberSectionModulus + + + 3.45e-03 + + + + + Strength Metrics + + + BottomFiberSectionModulus + + + 3.12e-03 + + + + + Material Specification + + + MatrixMaterial + + + ReinforcedConcrete + + + + + Material Specification + + + RebarGrade + + + SD390 + + + + + Material Specification + + + ElasticModulus + + + 31500.0 + + + + + Durability Criteria + + + ChlorideClass + + + Cl0.30 + + + + + Durability Criteria + + + ExposureEnvironment + + + CoastalSheltered + + + + + Connection Requirements + + + BearingCondition + + + Monolithic connection to cast-in-place column + + + + + Embedded Hardware + + + AnchorPlateArea + + + 0.0084 + + + + + Embedded Hardware + + + ShearStudCount + + + 6 + + + + + Fabrication Controls + + + CastInCamber + + + 0.010 + + + + + Fabrication Controls + + + BearingSeatLength + + + 0.180 + + + + + Service Checks + + + UtilizationIndex + + + 0.74 + + + + + Verification Matrix + + + ControllingLoadSet + + + ULS-Seismic-07 + + + + + Verification Matrix + + + CrackWidthStatus + + + WithinLimit + + + + + Verification Matrix + + + ReviewMemo + + + Check congestion near opening zone + + + + + Quantity Summary + + + StructuralSpan + + + 9.6 + + + + + Quantity Summary + + + FormworkArea + + + 7.4 + + + + + Quantity Summary + + + ExposedFaceArea + + + 4.1 + + + + + Quantity Summary + + + ConcreteGrossVolume + + + 1.555 + + + + + Quantity Summary + + + ConcreteNetVolume + + + 1.487 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_060_IFCBEAM.ids b/data/output_ids/IFC2X3/IFC2X3_060_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..2312d56eb85edd9ea3c2ef8df6bfe8daaa397dc1 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_060_IFCBEAM.ids @@ -0,0 +1,360 @@ + + + + Beam(STR) + + + + + + + IFCBEAM + + + + + + + Pset_BeamCommon + + + Reference + + + SpandrelBeam-A3 + + + + + BeamCommon + + + Status + + + New + + + + + Pset_BeamCommon + + + LoadBearing + + + true + + + + + Pset_BeamCommon + + + IsExternal + + + false + + + + + Pset_BeamCommon + + + FireRating + + + EI120 + + + + + BeamCommon + + + ThermalTransmittance + + + 0.60 + + + + + BeamBaseQuantities + + + CrossSectionArea + + + 0.08 + + + + + Tolerance + + + VerticalTolerance + + + 9.20e-05 + + + + + Tolerance + + + HorizontalTolerance + + + 3.10e-05 + + + + + EnvironmentalImpactIndicators + + + WaterConsumptionPerUnit + + + 1.50e-05 + + + + + ElementKinematics + + + MinimumTime + + + 6.10e-04 + + + + + ElementKinematics + + + LinearRange + + + 2.10e-04 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + SAFE-BEAM-01 + + + + + ConcreteElementGeneral + + + ReinforcementStrengthClass + + + S355 + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 355.0 + + + + + ConcreteElementGeneral + + + StrengthClass + + + C30/37 + + + + + ConcreteElementGeneral + + + ExposureClass + + + XD2 + + + + + Pset_ReinforcementBarPitchOfBeam + + + Description + + + MainBar + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 0.000226 + + + + + Pset_ReinforcementBarPitchOfBeam + + + StirrupBarPitch + + + 5 + + + + + Pset_ReinforcementBarPitchOfBeam + + + SpacingBarPitch + + + 0.100 + + + + + Tolerance + + + VerticalStraightness + + + 0.009 + + + + + ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.014 + + + + + Condition + + + AssessmentDescription + + + DesignLoadCase: ULS + + + + + Condition + + + AssessmentCondition + + + OK + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + Allow for camber 10 mm + + + + + BeamBaseQuantities + + + Length + + + 5.8 + + + + + BeamBaseQuantities + + + GrossSurfaceArea + + + 0.085 + + + + + BeamBaseQuantities + + + OuterSurfaceArea + + + 3.9 + + + + + BeamBaseQuantities + + + GrossVolume + + + 0.360 + + + + + BeamBaseQuantities + + + NetVolume + + + 0.346 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_061_IFCBEAM.ids b/data/output_ids/IFC2X3/IFC2X3_061_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..eb1642c4f62dbe24b0e533902a0abe1cf3aa4559 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_061_IFCBEAM.ids @@ -0,0 +1,360 @@ + + + + Beam(STR) + + + + + + + IFCBEAM + + + + + + + Informations + + + BeamCode + + + TransferBeam-B2 + + + + + Informations + + + RenewalState + + + ToBeReplaced + + + + + Informations + + + SupportRole + + + true + + + + + Informations + + + Exterior + + + false + + + + + Informations + + + Fire Resistance Level + + + EI45 + + + + + Informations + + + Heat Loss Coefficient + + + 0.70 + + + + + Section Properties + + + Profile Area + + + 0.11 + + + + + Section Properties + + + Inertia About Y + + + 7.50e-05 + + + + + Section Properties + + + Inertia About Z + + + 2.60e-05 + + + + + Section Properties + + + Torsional Constant X Axis + + + 1.10e-05 + + + + + Section Properties + + + SectionModulusY + + + 5.90e-04 + + + + + Section Properties + + + SectionModulusZ + + + 2.00e-04 + + + + + Manufacturer Info + + + CoreMaterial + + + Steel + + + + + Manufacturer Info + + + SteelGrade + + + S355 + + + + + Manufacturer Info + + + YieldStrength + + + 355.0 + + + + + Manufacturer Info + + + ConcreteStrengthClass + + + C35/45 + + + + + Manufacturer Info + + + Exposure Category + + + XA2 + + + + + Reinforcement Layout + + + Rebar Bar Category + + + MainBar + + + + + Reinforcement Layout + + + LongitudinalBarArea + + + 0.000280 + + + + + Reinforcement Layout + + + LongitudinalBarCount + + + 6 + + + + + Reinforcement Layout + + + Hoop Bar Interval + + + 0.120 + + + + + Reinforcement Layout + + + StirrupDiameter + + + 0.010 + + + + + Reinforcement Layout + + + Rebar Area Proportion + + + 0.013 + + + + + Design Checks + + + DesignLoadCase + + + ULS + + + + + Design Checks + + + ServiceabilityLimitState + + + OK + + + + + Design Checks + + + DesignComment + + + Check anchorage at supports + + + + + Beam Quantities + + + Overall Length + + + 7.5 + + + + + Beam Quantities + + + Profile Area + + + 0.11 + + + + + Beam Quantities + + + Outer Surface Area Estimate + + + 5.3 + + + + + Beam Quantities + + + Overall Volume + + + 0.825 + + + + + Beam Quantities + + + Effective Volume + + + 0.802 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_062_IFCSLAB.ids b/data/output_ids/IFC2X3/IFC2X3_062_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..d37bbfa8fcda34145871144972bd2c8b49da5da4 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_062_IFCSLAB.ids @@ -0,0 +1,415 @@ + + + + 天井(構造) + + + + + + + IFCSLAB + + + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + F-201 + + + + + EnvironmentalImpactIndicators + + + Reference + + + 2FL + + + + + EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 居室 + + + + + SlabBaseQuantities + + + GrossWeight + + + 0.8 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.30 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 4.0 + + + + + SlabBaseQuantities + + + Depth + + + 2.0 + + + + + Pset_SlabCommon + + + PitchAngle + + + 1.5 + + + + + Pset_ReinforcementBarPitchOfSlab + + + Description + + + Fc24 + + + + + Pset_ReinforcementBarPitchOfSlab + + + Reference + + + 合板型枠 + + + + + PrecastSlab + + + DistanceBetweenComponentAxes + + + 150.0 + + + + + Pset_SlabCommon + + + Reference + + + D13 + + + + + Uncertainty + + + UncertaintyDescription + + + D10 + + + + + SlabBaseQuantities + + + GrossVolume + + + 100.0 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + D16 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + D10 + + + + + PrecastSlab + + + EdgeDistanceToFirstAxis + + + 120.0 + + + + + PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + DOC-SLAB-TR-01 + + + + + Condition + + + AssessmentDescription + + + D10 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongOutsideTopBarPitch + + + 110 + + + + + Risk + + + RiskName + + + D13 + + + + + Tolerance + + + ToleranceDescription + + + D10 + + + + + SlabBaseQuantities + + + Width + + + 130 + + + + + EnvironmentalImpactIndicators + + + IndicatorsUnit + + + kgCO2e/㎡ + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 03 30 00 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideCenterTopBarPitch + + + 90 + + + + + Pset_Risk + + + RiskType + + + Chemical Effects + + + + + PrecastSlab + + + TypeDesignation + + + PC床版A + + + + + SlabBaseQuantities + + + Length + + + 80 + + + + + PrecastConcreteElementFabrication + + + PieceMark + + + D13 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-SLAB-SAFE-01 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortOutsideTopBarPitch + + + 85 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + D13 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + D10 + + + + + SlabBaseQuantities + + + NetWeight + + + 100 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideCenterTopBarPitch + + + 95 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_063_IFCSLAB.ids b/data/output_ids/IFC2X3/IFC2X3_063_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..1221601b5edf991ee5491dfb6cc99eb75286b522 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_063_IFCSLAB.ids @@ -0,0 +1,415 @@ + + + + スラブの確認 + + + + + + + IFCSLAB + + + + + + + 運用台帳 + + + 部材管理番号 + + + SL-R17 + + + + + 区画参照 + + + 配置ブロック + + + 北棟C区画 + + + + + 使用計画 + + + 利用カテゴリ + + + 研究ラボ + + + + + 評価条件 + + + 常時付加荷重 + + + 1.4 + + + + + 評価条件 + + + 可変荷重区分A + + + 4.2 + + + + + 評価条件 + + + 可変荷重区分B + + + 3.1 + + + + + 評価条件 + + + 可変荷重区分C + + + 2.2 + + + + + 評価条件 + + + 水平応答係数 + + + 1.6 + + + + + 素材計画 + + + 躯体強度区分 + + + Fc33 + + + + + 仮設計画 + + + 成形部材種別 + + + 鋼製デッキフォーム + + + + + 形状パラメータ + + + 有効厚 + + + 210.0 + + + + + 補強テンプレートA + + + 構成材1 + + + D19 + + + + + 補強テンプレートA + + + 構成材2 + + + D16 + + + + + 補強テンプレートA + + + 設定ピッチ1 + + + 125.0 + + + + + 補強テンプレートB + + + 構成材1 + + + D22 + + + + + 補強テンプレートB + + + 構成材2 + + + D16 + + + + + 補強テンプレートB + + + 設定ピッチ1 + + + 145.0 + + + + + 補強テンプレートC + + + 構成材1 + + + D22 + + + + + 補強テンプレートC + + + 構成材2 + + + D16 + + + + + 補強テンプレートC + + + 設定ピッチ1 + + + 135.0 + + + + + 補強テンプレートC + + + 構成材3 + + + D19 + + + + + 補強テンプレートC + + + 構成材4 + + + D16 + + + + + 補強テンプレートC + + + 設定ピッチ2 + + + 160.0 + + + + + 補強テンプレートD + + + 構成材1 + + + D16 + + + + + 補強テンプレートD + + + 構成材2 + + + D13 + + + + + 補強テンプレートD + + + 設定ピッチ1 + + + 105.0 + + + + + 補強テンプレートD + + + 構成材3 + + + D22 + + + + + 補強テンプレートD + + + 構成材4 + + + D19 + + + + + 補強テンプレートD + + + 設定ピッチ2 + + + 95.0 + + + + + 補強テンプレートE + + + 構成材1 + + + D16 + + + + + 補強テンプレートE + + + 構成材2 + + + D13 + + + + + 補強テンプレートE + + + 設定ピッチ1 + + + 115.0 + + + + + 補強テンプレートE + + + 構成材3 + + + D19 + + + + + 補強テンプレートE + + + 構成材4 + + + D16 + + + + + 補強テンプレートE + + + 設定ピッチ2 + + + 135.0 + + + + + 幾何制御 + + + 回転設定角 + + + 67.5 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_064_IFCSLAB.ids b/data/output_ids/IFC2X3/IFC2X3_064_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..b44ca9929ae164b34df79eaedc0cda326283b7ac --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_064_IFCSLAB.ids @@ -0,0 +1,415 @@ + + + + 天井(構造) + + + + + + + IFCSLAB + + + + + + + 識別情報 + + + 符号 + + + F-402 + + + + + 配置情報 + + + 所属階 + + + B1F + + + + + 荷重情報 + + + 室用途 + + + 厨房 + + + + + 荷重情報 + + + 仕上げ重量 + + + 0.6 + + + + + 荷重情報 + + + 積載荷重 [床用] + + + 2.5 + + + + + 荷重情報 + + + 積載荷重 [小梁用] + + + 3.5 + + + + + 荷重情報 + + + 積載荷重 [架構用] + + + 1.8 + + + + + 荷重情報 + + + 積載荷重 [地震用] + + + 1.2 + + + + + 材料情報_コンクリート + + + コンクリート強度 + + + Fc30 + + + + + 材料情報_型枠 + + + 製品種別 + + + アルミ型枠 + + + + + 寸法情報_断面 + + + 厚さ + + + 140.0 + + + + + 配筋情報_主筋方向_端部 + + + 上端筋 径1 + + + D19 + + + + + 配筋情報_主筋方向_端部 + + + 上端筋 径2 + + + D13 + + + + + 配筋情報_主筋方向_端部 + + + 上端筋 ピッチ + + + 90.0 + + + + + 配筋情報_主筋方向_端部 + + + 下端筋 径1 + + + D19 + + + + + 配筋情報_主筋方向_端部 + + + 下端筋 径2 + + + D13 + + + + + 配筋情報_主筋方向_端部 + + + 下端筋 ピッチ + + + 110.0 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径1 + + + D19 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径2 + + + D13 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径3 + + + 105 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径4 + + + D19 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径5 + + + D13 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径6 + + + 135 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径7 + + + D19 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径8 + + + D13 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径9 + + + 85 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径10 + + + D22 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径11 + + + D16 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径12 + + + 75 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径13 + + + D19 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径14 + + + D13 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径15 + + + 90 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径16 + + + D19 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径17 + + + D13 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径18 + + + 95 + + + + + 配筋情報_配筋角度 + + + 上端筋 径19 + + + 100 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_065_IFCSLAB.ids b/data/output_ids/IFC2X3/IFC2X3_065_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..e273d061617c543843a011c48464ac16d3821cd0 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_065_IFCSLAB.ids @@ -0,0 +1,602 @@ + + + + Slab + + + + + + + IFCSLAB + + + + + + + Pset_SlabCommon + + + Reference + + + Slab-A1 + + + + + SlabCommon + + + Status + + + New + + + + + Pset_SlabCommon + + + LoadBearing + + + true + + + + + Pset_SlabCommon + + + IsExternal + + + true + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + ReinforcedConcrete + + + + + PrecastSlab + + + NominalThickness + + + 0.200 + + + + + Pset_SlabCommon + + + ThermalTransmittance + + + 0.180 + + + + + Pset_SlabCommon + + + PitchAngle + + + 0.005 + + + + + Pset_SlabCommon + + + FireRating + + + REI60 + + + + + Pset_SlabCommon + + + AcousticRating + + + Rw55 + + + + + ConcreteElementGeneral + + + ExposureClass + + + XC4 + + + + + ConcreteElementGeneral + + + AssemblyPlace + + + OnSite + + + + + ConcreteElementGeneral + + + CastingMethod + + + In-situ + + + + + ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 0.01 + + + + + ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.005 + + + + + ConcreteElementGeneral + + + ConcreteCover + + + 0.020 + + + + + Tolerance + + + HorizontalTolerance + + + 0.00005 + + + + + Tolerance + + + OverallStraightness + + + 0.0005 + + + + + Pset_ReinforcementBarPitchOfSlab + + + Description + + + Longitudinal bars at 150 mm + + + + + Pset_ReinforcementBarPitchOfSlab + + + Reference + + + Ref-Slab-01 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideEndLowerBarPitch + + + 0.000201 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideCenterLowerBarPitch + + + 4 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideCenterLowerBarPitch + + + 0.000201 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideEndTopBarPitch + + + 6 + + + + + SlabBaseQuantities + + + Perimeter + + + 20.0 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortOutsideTopBarPitch + + + 0.005 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortOutsideLowerBarPitch + + + 0.100 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideEndLowerBarPitch + + + 0.020 + + + + + Pset_Warranty + + + WarrantyContent + + + Extended warranty available + + + + + PrecastSlab + + + ToppingType + + + ConcreteTopping + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 100.0 + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 0.035 + + + + + PrecastSlab + + + EdgeDistanceToFirstAxis + + + 250.0 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-SLAB-01 + + + + + Pset_SlabCommon + + + Compartmentation + + + true + + + + + BodyGeometryValidation + + + SurfaceGenusAfterFeatures + + + 14 + + + + + PrecastConcreteElementFabrication + + + ProductionLotId + + + SinglePour + + + + + Pset_ConcreteElementGeneral + + + ConstructionToleranceClass + + + Class1 + + + + + Pset_SlabCommon + + + Combustible + + + true + + + + + BodyGeometryValidation + + + NetSurfaceArea + + + 0.50 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 2 + + + + + Tolerance + + + OverallTolerance + + + 0.100 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + SlabCo + + + + + ConstructionOccurence + + + ModelNumber + + + SLB-2025-A + + + + + ConstructionOccurence + + + TagNumber + + + SLAB-T01 + + + + + ConstructionOccurence + + + AssetIdentifier + + + STR-SLAB-01 + + + + + SlabBaseQuantities + + + Length + + + 6.0 + + + + + SlabBaseQuantities + + + Width + + + 4.0 + + + + + SlabBaseQuantities + + + GrossArea + + + 24.0 + + + + + SlabBaseQuantities + + + GrossVolume + + + 5.76 + + + + + SlabBaseQuantities + + + NetVolume + + + 5.50 + + + + + SlabBaseQuantities + + + Depth + + + 0.200 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_066_IFCFOOTING.ids b/data/output_ids/IFC2X3/IFC2X3_066_IFCFOOTING.ids new file mode 100644 index 0000000000000000000000000000000000000000..73afa0a49d6ca3b2b69d6e7a5da65b617366f3ac --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_066_IFCFOOTING.ids @@ -0,0 +1,525 @@ + + + + 基礎 + + + + + + + IFCFOOTING + + + + + + + Condition + + + AssessmentCondition + + + 竣工時 + + + + + PrecastConcreteElementFabrication + + + AsBuiltLocationNumber + + + B1F + + + + + FootingBaseQuantities + + + Length + + + 150 + + + + + FootingBaseQuantities + + + Width + + + 200 + + + + + FootingBaseQuantities + + + Height + + + 100 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 120 + + + + + PrecastConcreteElementGeneral + + + BatterAtStart + + + 0.0 + + + + + Risk + + + RiskName + + + 不同沈下 + + + + + FootingBaseQuantities + + + CrossSectionArea + + + 2400 + + + + + FootingBaseQuantities + + + OuterSurfaceArea + + + 2400 + + + + + FootingBaseQuantities + + + GrossSurfaceArea + + + 600.0 + + + + + Pset_ReinforcementBarCountOfIndependentFooting + + + Description + + + 独立基礎上端筋本数 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 8 + + + + + Pset_ReinforcementBarCountOfIndependentFooting + + + Reference + + + D19 + + + + + ReinforcementBarCountOfIndependentFooting + + + XDirectionUpperBarCount + + + 10 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WAR-FTG-01 + + + + + ReinforcementBarCountOfIndependentFooting + + + YDirectionUpperBarCount + + + 8 + + + + + Warranty + + + PointOfContact + + + 構造担当窓口 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + CrossingUpperBarPitch + + + 10 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + Reference + + + D10 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + CrossingLowerBarPitch + + + 20 + + + + + FootingBaseQuantities + + + NetVolume + + + 50.0 + + + + + FootingBaseQuantities + + + GrossWeight + + + 250 + + + + + FootingBaseQuantities + + + NetWeight + + + 1000 + + + + + FootingBaseQuantities + + + GrossVolume + + + 30.0 + + + + + ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 04912345000018 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + 独立基礎標準タイプ + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 1500 + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 1500 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 耐圧盤併用型 + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 1500 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + 関東基礎工業 + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + Description + + + 連続基礎交差筋ピッチ + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 750 + + + + + ConcreteElementGeneral + + + ExposureClass + + + D22 + + + + + ReinforcementBarCountOfIndependentFooting + + + XDirectionLowerBarCount + + + 10 + + + + + Pset_Risk + + + RiskType + + + Chemical Effects + + + + + ReinforcementBarCountOfIndependentFooting + + + YDirectionLowerBarCount + + + 10 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + D13 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 6 + + + + + Pset_PrecastConcreteElementGeneral + + + FormStrippingStrength + + + 650 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 150 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-FTG-SAFE-01 + + + + + Condition + + + AssessmentDescription + + + 躯体形状確認済み + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_067_IFCFOOTING.ids b/data/output_ids/IFC2X3/IFC2X3_067_IFCFOOTING.ids new file mode 100644 index 0000000000000000000000000000000000000000..e6d4673ded23efab3035aa016b22b91b8691c08c --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_067_IFCFOOTING.ids @@ -0,0 +1,613 @@ + + + + Footing + + + + + + + IFCFOOTING + + + + + + + Foundation Information + + + FootingCode + + + Footing-A1 + + + + + Foundation Information + + + Footing Type + + + Isolated + + + + + Foundation Information + + + Load Bearing + + + true + + + + + Foundation Information + + + Exterior + + + true + + + + + Foundation Information + + + Base Area + + + 1.44 + + + + + Foundation Information + + + Footing Length + + + 1.20 + + + + + Foundation Basics + + + Footing Width + + + 1.20 + + + + + Foundation Basics + + + Footing Thickness + + + 0.500 + + + + + Foundation Basics + + + Excavation Depth + + + 3.00 + + + + + Foundation Basics + + + Bearing Capacity + + + 600.0 + + + + + Foundation Basics + + + Allowable Settlement + + + 0.020 + + + + + Foundation Basics + + + Bearing Stratum Depth + + + 5.00 + + + + + Foundation Basics + + + Anchors Required + + + true + + + + + Foundation Basics + + + Anchor Bolt Diameter + + + 0.020 + + + + + Concrete Specification + + + Fabrication Location + + + OnSite + + + + + Concrete Specification + + + Casting Method + + + In-situ + + + + + Concrete Specification + + + Structural Role + + + Primary + + + + + Concrete Specification + + + Concrete Strength + + + C30/37 + + + + + Concrete Specification + + + Exposure Class + + + XC4 + + + + + Concrete Specification + + + Rebar Volume Ratio + + + 0.01 + + + + + Concrete Specification + + + Rebar Area Ratio + + + 0.004 + + + + + Concrete Specification + + + Concrete Cover + + + 0.050 + + + + + Concrete Specification + + + Rebar Grade + + + SD345 + + + + + Reinforcement + + + Top Reinforcement Area + + + 0.00050 + + + + + Reinforcement + + + Bottom Reinforcement Area + + + 0.00050 + + + + + Reinforcement + + + Longitudinal Spacing + + + 0.150 + + + + + Reinforcement + + + Transverse Spacing + + + 0.150 + + + + + Reinforcement + + + Mesh Type + + + WeldedMesh + + + + + Reinforcement + + + Stirrup Diameter + + + 0.008 + + + + + Reinforcement + + + Lap Splice Length + + + 0.500 + + + + + Pile Cap Info + + + Pile Cap + + + true + + + + + Pile Cap Info + + + Pile Count + + + 4 + + + + + Pile Cap Info + + + Pile Diameter + + + 0.600 + + + + + Pile Cap Info + + + Pile Length + + + 12.0 + + + + + Pile Cap Info + + + Pile Capacity + + + 1000.0 + + + + + Pile Cap Info + + + Pile Material + + + Concrete + + + + + Construction + + + Formwork + + + Timber + + + + + Construction + + + Pour Sequence + + + SinglePour + + + + + Construction + + + Curing Days + + + 7 + + + + + Construction + + + Temporary Support + + + true + + + + + Construction + + + Backfill Type + + + ImportedFill + + + + + Soil Conditions + + + Soil Type + + + Sand + + + + + Soil Conditions + + + Groundwater Level + + + 1.50 + + + + + Soil Conditions + + + SPT N-Value + + + 15 + + + + + Soil Conditions + + + Ground Improvement + + + true + + + + + Soil Conditions + + + Design Bearing Pressure + + + 200.0 + + + + + Manufacturer Info + + + SupplierTag + + + DeepPileCo + + + + + Manufacturer Info + + + Model + + + FT-2025-A + + + + + Production + + + Lot ID + + + LOT-2025-01 + + + + + Parameter + + + FootingLongSide + + + 1.20 + + + + + Parameter + + + FootingShortSide + + + 1.20 + + + + + Parameter + + + Cross-sectional Area + + + 1.44 + + + + + Parameter + + + Gross Volume + + + 0.72 + + + + + Parameter + + + Gross Weight + + + 5400.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_068_IFCFOOTING.ids b/data/output_ids/IFC2X3/IFC2X3_068_IFCFOOTING.ids new file mode 100644 index 0000000000000000000000000000000000000000..90333d8136f9ed5d406e496f202206cea347d5f6 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_068_IFCFOOTING.ids @@ -0,0 +1,613 @@ + + + + Footing + + + + + + + IFCFOOTING + + + + + + + FootingCommon + + + Reference + + + Footing-B2 + + + + + FootingCommon + + + Status + + + Existing + + + + + FootingCommon + + + LoadBearing + + + true + + + + + Pset_Warranty + + + IsExtendedWarranty + + + false + + + + + FootingBaseQuantities + + + CrossSectionArea + + + 2.25 + + + + + FootingBaseQuantities + + + Height + + + 1.50 + + + + + FootingBaseQuantities + + + NetVolume + + + 1.50 + + + + + Condition + + + AssessmentDescription + + + FootingThickness: 0.600 + + + + + FootingBaseQuantities + + + OuterSurfaceArea + + + 2.80 + + + + + Tolerance + + + VerticalTolerance + + + 800.0 + + + + + Tolerance + + + OverallTolerance + + + 0.015 + + + + + FootingBaseQuantities + + + GrossSurfaceArea + + + 6.50 + + + + + Pset_PrecastConcreteElementGeneral + + + HollowCorePlugging + + + true + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 0.022 + + + + + ConcreteElementGeneral + + + AssemblyPlace + + + OnSite + + + + + ConcreteElementGeneral + + + CastingMethod + + + Precast + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + Secondary + + + + + ConcreteElementGeneral + + + StrengthClass + + + C35/45 + + + + + ConcreteElementGeneral + + + ExposureClass + + + XC3 + + + + + ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 0.012 + + + + + ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.005 + + + + + ConcreteElementGeneral + + + ConcreteCover + + + 0.060 + + + + + ConcreteElementGeneral + + + ReinforcementStrengthClass + + + SD390 + + + + + Tolerance + + + HorizontalTolerance + + + 0.00060 + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 0.00070 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + Reference + + + 0.200 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + CrossingUpperBarPitch + + + 0.180 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + Description + + + PrefabricatedCage + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + CrossingLowerBarPitch + + + 0.010 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.550 + + + + + Pset_Warranty + + + WarrantyContent + + + Load bearing footing + + + + + ReinforcementBarCountOfIndependentFooting + + + YDirectionUpperBarCount + + + 6 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-FTG-B2 + + + + + Warranty + + + WarrantyStartDate + + + 2025-05-15 + + + + + FootingBaseQuantities + + + GrossWeight + + + 1200.0 + + + + + Warranty + + + WarrantyPeriod + + + P8Y + + + + + Condition + + + AssessmentDate + + + 2025-06-01 + + + + + Condition + + + AssessmentMethod + + + DOC-FTG-INSP-01 + + + + + EnvironmentalImpactValues + + + Duration + + + P10D + + + + + Condition + + + AssessmentCondition + + + Post-installation + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.65 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 38 + + + + + Tolerance + + + ToleranceDescription + + + Foundation top set-out tolerance verified before pour + + + + + Pset_ConcreteElementGeneral + + + ConstructionToleranceClass + + + 25 + + + + + Condition + + + AssessmentType + + + VisualInspection + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 250.0 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + BaseWorksLtd + + + + + ConstructionOccurence + + + ModelNumber + + + FT-2030-B + + + + + PrecastConcreteElementFabrication + + + ProductionLotId + + + LOT-2030-07 + + + + + FootingBaseQuantities + + + Length + + + 1.50 + + + + + FootingBaseQuantities + + + Width + + + 1.50 + + + + + Tolerance + + + PlanarFlatness + + + 0.012 + + + + + FootingBaseQuantities + + + GrossVolume + + + 0.90 + + + + + FootingBaseQuantities + + + NetWeight + + + 6800.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_069_IFCFOOTING.ids b/data/output_ids/IFC2X3/IFC2X3_069_IFCFOOTING.ids new file mode 100644 index 0000000000000000000000000000000000000000..3ed3cfec066e72a9c5cbacb05a6eaea7f38fc286 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_069_IFCFOOTING.ids @@ -0,0 +1,613 @@ + + + + Footing + + + + + + + IFCFOOTING + + + + + + + Foundation Basics + + + FootingCode + + + Footing-C3 + + + + + Foundation Basics + + + FootingType + + + Combined + + + + + Foundation Basics + + + SupportRole + + + true + + + + + Foundation Basics + + + ExteriorFlag + + + true + + + + + Foundation Basics + + + BaseArea + + + 3.60 + + + + + Foundation Basics + + + LongSide + + + 2.00 + + + + + Foundation Basics + + + ShortSide + + + 1.80 + + + + + Foundation Basics + + + BaseDepth + + + 0.700 + + + + + Foundation Basics + + + ExcavationDepth + + + 3.50 + + + + + Foundation Basics + + + BearingCapacity + + + 900.0 + + + + + Foundation Basics + + + Allowable + + + 0.025 + + + + + Foundation Basics + + + BearingStratumDepth + + + 8.00 + + + + + Foundation Basics + + + AnchorsRequired + + + false + + + + + Foundation Basics + + + Anchor Bolt Diameter Measure + + + 0.024 + + + + + Concrete Specification + + + Fabrication Location + + + Factory + + + + + Concrete Specification + + + Casting Approach + + + Precast + + + + + Concrete Specification + + + Structural Grade + + + Primary + + + + + Concrete Specification + + + Strength Grade + + + C40/50 + + + + + Concrete Specification + + + Exposure Category + + + XS3 + + + + + Concrete Specification + + + Rebar Volume Proportion + + + 0.009 + + + + + Concrete Specification + + + Rebar Area Proportion + + + 0.003 + + + + + Concrete Specification + + + Cover Depth + + + 0.070 + + + + + Concrete Specification + + + Rebar Grade + + + SD295 + + + + + Reinforcement + + + TopReinforcementArea + + + 0.00045 + + + + + Reinforcement + + + BottomReinforcementArea + + + 0.00060 + + + + + Reinforcement + + + Longitudinal Bar Spacing Measure + + + 0.250 + + + + + Reinforcement + + + Transverse Bar Spacing Measure + + + 0.220 + + + + + Reinforcement + + + MeshType + + + WeldedMesh + + + + + Reinforcement + + + StirrupDiameter + + + 0.012 + + + + + Reinforcement + + + LapSpliceLength + + + 0.650 + + + + + Pile Cap Info + + + IsPileCap + + + false + + + + + Pile Cap Info + + + PileCount + + + 9 + + + + + Pile Cap Info + + + PileDiameter + + + 1.000 + + + + + Pile Cap Info + + + PileLength + + + 18.0 + + + + + Pile Cap Info + + + PileCapacity + + + 1500.0 + + + + + Pile Cap Info + + + PileMaterial + + + Concrete + + + + + Construction + + + FormworkType + + + Aluminum + + + + + Construction + + + ConcretePourSequence + + + SinglePour + + + + + Construction + + + CuringTime + + + 5 + + + + + Construction + + + TemporarySupportRequired + + + true + + + + + Construction + + + BackfillType + + + LeanConcrete + + + + + Soil Conditions + + + SoilType + + + Clay + + + + + Soil Conditions + + + GroundWaterLevel + + + 0.90 + + + + + Soil Conditions + + + SPT_NValue + + + 10 + + + + + Soil Conditions + + + GroundImprovementRequired + + + true + + + + + Soil Conditions + + + SoilBearingPressureDesign + + + 180.0 + + + + + Manufacturer Info + + + Brand + + + GeoAnchorWorks + + + + + Manufacturer Info + + + Model Code + + + FT-2026-C + + + + + Product Materials + + + Lot Code + + + LOT-2026-02 + + + + + Quantities + + + Overall Length + + + 2.00 + + + + + Quantities + + + Overall Width + + + 1.80 + + + + + Quantities + + + Profile Area + + + 3.60 + + + + + Quantities + + + Overall Volume + + + 1.26 + + + + + Quantities + + + Overall Weight + + + 9800.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_070_IFCPILE.ids b/data/output_ids/IFC2X3/IFC2X3_070_IFCPILE.ids new file mode 100644 index 0000000000000000000000000000000000000000..5ce63a23a661878b607c3024ab069f9424d7141c --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_070_IFCPILE.ids @@ -0,0 +1,503 @@ + + + + + + + + + + + IFCPILE + + + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + P-101 + + + + + EnvironmentalImpactIndicators + + + Reference + + + 場所打ちコンクリート杭 + + + + + EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + B1F + + + + + PileCommon + + + Reference + + + Fc30 + + + + + Uncertainty + + + UncertaintyDescription + + + STK400 + + + + + PileBaseQuantities + + + Length + + + 15000.0 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.60 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 1000.0 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 3000.0 + + + + + PileBaseQuantities + + + CrossSectionArea + + + 1.5 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 15 + + + + + Uncertainty + + + VerticalUncertainty + + + 2000 + + + + + PileBaseQuantities + + + GrossVolume + + + 12 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 40 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + D25 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 12 + + + + + BodyGeometryValidation + + + SurfaceGenusAfterFeatures + + + 8 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + D10 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 278.15 + + + + + PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + DOC-PILE-TR-01 + + + + + BodyGeometryValidation + + + NetSurfaceArea + + + 4 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.3 + + + + + Condition + + + AssessmentDescription + + + 鋼材仕様を確認 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 323.15 + + + + + EnvironmentalCondition + + + SmokeLevel + + + 低煙環境 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 850 + + + + + Risk + + + RiskName + + + 施工リスク + + + + + BodyGeometryValidation + + + GrossSurfaceArea + + + 800 + + + + + EnvironmentalCondition + + + SaltMistLevel + + + 低塩害 + + + + + Uncertainty + + + HorizontalUncertainty + + + 2000 + + + + + EnvironmentalImpactIndicators + + + ClimateChangePerUnit + + + 7000 + + + + + Tolerance + + + ToleranceDescription + + + Fc15 + + + + + ConcreteElementGeneral + + + StrengthClass + + + Fc25 + + + + + PrecastConcreteElementGeneral + + + TypeDesignation + + + PC + + + + + ConstructionAdministration + + + ProcurementMethod + + + 専門工事会社調達 + + + + + EnvironmentalImpactIndicators + + + WaterConsumptionPerUnit + + + 8 + + + + + PileBaseQuantities + + + OuterSurfaceArea + + + 12 + + + + + Condition + + + LastAssessmentReport + + + 報告書未登録 + + + + + Pset_ManufacturerOccurrence + + + SerialNumber + + + C種 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 標準杭モデル + + + + + Pset_Warranty + + + WarrantyContent + + + 標準保証対象 + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + 杭施工要領.pdf + + + + + Condition + + + AssessmentType + + + 外観点検 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_071_IFCPILE.ids b/data/output_ids/IFC2X3/IFC2X3_071_IFCPILE.ids new file mode 100644 index 0000000000000000000000000000000000000000..10de691e8f1517a4dad6b649b32f573a2eab243d --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_071_IFCPILE.ids @@ -0,0 +1,503 @@ + + + + IDS作成 + + + + + + + IFCPILE + + + + + + + 基本属性 + + + 管理記号 + + + PK-T09 + + + + + 施工計画 + + + 施工シリーズ + + + 回転圧入埋設杭 + + + + + 位置条件 + + + 基準グリッド + + + G3通り + + + + + 材料仕様_本体 + + + 設計基準強度 + + + Fc30 + + + + + 材料仕様_外殻 + + + 外殻鋼材規格 + + + SKK490 + + + + + 形状諸元_全体 + + + 設計有効長 + + + 18250.0 + + + + + 形状諸元_頭部 + + + 頭部最大径 + + + 1450.0 + + + + + 形状諸元_軸部 + + + 軸部代表径 + + + 1000.0 + + + + + 形状諸元_先端 + + + 先端拡径 + + + 1850.0 + + + + + 頭部詳細 + + + 頭部ストレート長 + + + 2600.0 + + + + + 頭部詳細 + + + 頭部テーパー長 + + + 1550.0 + + + + + 先端詳細 + + + 先端勾配角 + + + 9.5 + + + + + 先端詳細 + + + 先端有効長 + + + 2100.0 + + + + + 外殻詳細 + + + 外殻有効長 + + + 9800.0 + + + + + 外殻詳細 + + + 外殻板厚 + + + 28.0 + + + + + 補強仕様_領域A_主筋 + + + 呼び名 + + + D25 + + + + + 補強仕様_領域A_主筋 + + + 配置総数 + + + 18 + + + + + 補強仕様_領域A_主筋 + + + 最外段本数 + + + 8 + + + + + 補強仕様_領域A_拘束筋 + + + 呼び名 + + + D16 + + + + + 補強仕様_領域A_拘束筋 + + + 配置ピッチ + + + 100.0 + + + + + 補強仕様_領域A_芯材 + + + 呼び名 + + + D32 + + + + + 補強仕様_領域A_芯材 + + + 芯材本数 + + + 4 + + + + + 支持性能 + + + 短期基準支持力 + + + 4100 + + + + + 材料仕様_外殻 + + + 主要鋼管グレード + + + SKK540 + + + + + 施工記録 + + + 施工時偏位_X + + + 18 + + + + + 施工記録 + + + 施工時偏位_Y + + + -22 + + + + + 施工記録 + + + 施工時偏位_Z + + + 12 + + + + + 工法管理 + + + 施工方式名称 + + + 中掘拡底埋込み工法 + + + + + 寸法整理 + + + 代表外径コード + + + φ1000級 + + + + + 寸法整理 + + + 鋼管部板厚[mm] + + + 22 + + + + + 寸法整理 + + + 鋼管部延長[mm] + + + 3200 + + + + + 寸法整理 + + + 総設計長[mm] + + + 9600 + + + + + 材料配合 + + + 周面固定材強度区分 + + + Fc21 + + + + + 材料配合 + + + 先端固化材強度区分 + + + Fc36 + + + + + 製品分類 + + + 既製体種別 + + + SC杭 + + + + + 製品分類 + + + 施工分類 + + + 埋込み工法 + + + + + 軸部整理 + + + 軸部外径[mm] + + + 1000 + + + + + 軸部整理 + + + 軸部板厚[mm] + + + 22 + + + + + 製品管理 + + + 供給会社 + + + 東都パイル製作所 + + + + + 製品管理 + + + 仕様ランク + + + 高支持型 + + + + + 製品管理 + + + 製品識別コード + + + SC-1000H + + + + + 継手管理 + + + 継手設置深度 + + + GL-8.2m + + + + + 継手管理 + + + 継手方式 + + + ねじ式継手 + + + + + 緊張材仕様 + + + PC鋼材規格 + + + SBPR1080/1230 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_072_IFCPILE.ids b/data/output_ids/IFC2X3/IFC2X3_072_IFCPILE.ids new file mode 100644 index 0000000000000000000000000000000000000000..216efc3eadfb89f101415a9fec5df3558dc5bb27 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_072_IFCPILE.ids @@ -0,0 +1,503 @@ + + + + + + + + + + + IFCPILE + + + + + + + 製品情報 + + + メーカー + + + 東都パイル + + + + + 製品情報 + + + 杭の種類 + + + A種 + + + + + 製品情報 + + + 製品型番 + + + PRC-700A + + + + + 接合情報 + + + 継杭の位置 + + + GL-5.0m + + + + + 接合情報 + + + 杭継手の種類 + + + 溶接式継手 + + + + + 材料情報 + + + PC鋼棒強度 + + + SBPR1080/1230 + + + + + 識別情報 + + + 符号 + + + P-214 + + + + + 識別情報 + + + 工法名 + + + アースドリル杭 + + + + + 配置情報 + + + 所属階 + + + 2F + + + + + 材料情報_コンクリート + + + コンクリート強度 + + + Fc33 + + + + + 材料情報_鋼材 + + + 鋼管材質 + + + STK490 + + + + + 寸法情報_長さ + + + 全長 + + + 14000.0 + + + + + 寸法情報_断面 + + + 拡頭径 + + + 1100.0 + + + + + 寸法情報_断面 + + + 軸部径 + + + 800.0 + + + + + 寸法情報_断面 + + + 拡底径 + + + 1600.0 + + + + + 寸法情報_拡頭部 + + + 長さ + + + 2600.0 + + + + + 寸法情報_拡頭部 + + + 切替長さ + + + 1300.0 + + + + + 寸法情報_拡底部 + + + 傾斜角度 + + + 10.0 + + + + + 寸法情報_拡底部 + + + 立ち上がり長さ + + + 1600.0 + + + + + 寸法情報_鋼管 + + + 長さ + + + 10000.0 + + + + + 寸法情報_鋼管 + + + 厚さ + + + 25.0 + + + + + 配筋情報_ゾーン1_主筋 + + + + + + D29 + + + + + 配筋情報_ゾーン1_主筋 + + + 総本数 + + + 10 + + + + + 配筋情報_ゾーン1_主筋 + + + 1段目本数 + + + 6 + + + + + 配筋情報_ゾーン1_帯筋 + + + + + + D10 + + + + + 配筋情報_ゾーン1_帯筋 + + + ピッチ + + + 120.0 + + + + + 配筋情報_ゾーン1_芯鉄筋 + + + + + + D32 + + + + + 配筋情報_ゾーン1_芯鉄筋 + + + 本数 + + + 2 + + + + + 荷重情報 + + + 長期許容支持力 + + + 2800 + + + + + 材料情報 + + + 杭鋼管部材質 + + + SKK490 + + + + + 施工情報 + + + 杭偏芯実績値_X + + + -40 + + + + + 施工情報 + + + 杭偏芯実績値_Y + + + 30 + + + + + 施工情報 + + + 杭偏芯実績値_Z + + + -15 + + + + + 識別情報 + + + 杭工法名 + + + オールケーシング工法 + + + + + 寸法情報 + + + 杭外径 + + + 700 + + + + + 寸法情報 + + + 杭鋼管部厚さ + + + 9 + + + + + 寸法情報 + + + 杭鋼管部長さ + + + 1800 + + + + + 寸法情報 + + + 杭全長 + + + 6500 + + + + + 材料情報 + + + 杭周固定液強度 + + + Fc12 + + + + + 材料情報 + + + 根固め液強度 + + + Fc20 + + + + + 識別情報 + + + 既成杭構造種別 + + + PRC + + + + + 識別情報 + + + 杭工法分類 + + + オールケーシング工法 + + + + + 寸法情報 + + + 軸部外径 + + + 700 + + + + + 寸法情報 + + + 軸部厚さ + + + 9 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_073_IFCROOF.ids b/data/output_ids/IFC2X3/IFC2X3_073_IFCROOF.ids new file mode 100644 index 0000000000000000000000000000000000000000..9468a558ae9c2c7606475b48343c142ab7df4de2 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_073_IFCROOF.ids @@ -0,0 +1,558 @@ + + + + Roof + + + + + + + IFCROOF + + + + + + + Pset_RoofCommon + + + Reference + + + Roof-A1 + + + + + RoofCommon + + + Status + + + New + + + + + RoofCommon + + + LoadBearing + + + true + + + + + Pset_RoofCommon + + + IsExternal + + + true + + + + + RoofCommon + + + ThermalTransmittance + + + 30.0 + + + + + RoofCommon + + + AcousticRating + + + 1:4 + + + + + RoofBaseQuantities + + + GrossArea + + + 120.0 + + + + + BodyGeometryValidation + + + GrossSurfaceArea + + + 126.0 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 0.050 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 2.0 + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 1.0 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.8 + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 5.0 + + + + + ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 09506000452001 + + + + + Condition + + + AssessmentCondition + + + OK + + + + + Pset_RoofCommon + + + FireRating + + + EI60 + + + + + Pset_Risk + + + RiskType + + + Event + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-ROOF-01 + + + + + MaintenanceStrategy + + + MonitoringType + + + RoutineInspection + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + PadBearing + + + + + Condition + + + AssessmentType + + + ConditionSurvey + + + + + BodyGeometryValidation + + + SurfaceGenusAfterFeatures + + + 14 + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + C30/37 + + + + + ConcreteElementGeneral + + + ConcreteCover + + + 0.020 + + + + + ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.002 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 0.150 + + + + + Pset_Warranty + + + WarrantyContent + + + External structural roof + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 250.0 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + S355 + + + + + Risk + + + MitigationProposed + + + I-Section + + + + + Tolerance + + + OverallTolerance + + + 8.10e-05 + + + + + Tolerance + + + HorizontalTolerance + + + 2.70e-05 + + + + + ElementKinematics + + + MaximumConstantSpeed + + + 1.20e-05 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + M16 + + + + + Risk + + + MitigationPlanned + + + Inspect membrane seams after severe weather + + + + + Pset_PrecastConcreteElementGeneral + + + FormStrippingStrength + + + 3.0 + + + + + ConstructionAdministration + + + ProcurementMethod + + + Direct purchase + + + + + Condition + + + AssessmentDate + + + 2025-09-10 + + + + + Warranty + + + WarrantyStartDate + + + 2025-08-20 + + + + + Pset_Warranty + + + Exclusions + + + Welded connection maintenance note + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + BituminousMembrane + + + + + ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 0.003 + + + + + Condition + + + AssessmentDescription + + + External exposure confirmed + + + + + BodyGeometryValidation + + + NetSurfaceArea + + + 0.100 + + + + + ElementKinematics + + + LinearRange + + + 0.25 + + + + + RoofBaseQuantities + + + NetArea + + + 120.0 + + + + + RoofBaseQuantities + + + ProjectedArea + + + 110.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_074_IFCROOF.ids b/data/output_ids/IFC2X3/IFC2X3_074_IFCROOF.ids new file mode 100644 index 0000000000000000000000000000000000000000..0743a3ee65de596ba3b3c73d29ff966e81b2e30e --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_074_IFCROOF.ids @@ -0,0 +1,536 @@ + + + + 屋根構造材 + + + + + + + IFCROOF + + + + + + + PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 0.01 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 1200 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 293.15 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 45 + + + + + EnvironmentalCondition + + + SaltMistLevel + + + 高塩害地域 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.8 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 900 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 60 + + + + + Condition + + + AssessmentCondition + + + 竣工時 + + + + + Condition + + + AssessmentDescription + + + 断熱層にロックウールを採用 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + ガルバリウム鋼板メーカーA + + + + + Pset_RoofCommon + + + FireRating + + + 吹付タイル仕上げ1時間耐火 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 25 + + + + + Pset_Warranty + + + WarrantyContent + + + アスファルトルーフィングを含む防水保証 + + + + + PrecastConcreteElementGeneral + + + TypeDesignation + + + 折板屋根パネル + + + + + PrecastConcreteElementGeneral + + + BatterAtStart + + + 0.012 + + + + + PrecastConcreteElementGeneral + + + BatterAtEnd + + + 0.015 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 150 + + + + + Condition + + + AssessmentType + + + 断熱仕様確認 + + + + + Pset_RoofCommon + + + IsExternal + + + true + + + + + PrecastConcreteElementGeneral + + + Shortening + + + 0.0015 + + + + + Tolerance + + + VerticalTolerance + + + 40 + + + + + RoofBaseQuantities + + + GrossArea + + + 100 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + ステンレス鋼板屋根仕様 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + アルミ箔遮熱シート仕様 + + + + + Pset_RoofCommon + + + Reference + + + ROOF-TATE-01 + + + + + ConstructionAdministration + + + ProcurementMethod + + + 専門業者手配 + + + + + ConcreteElementGeneral + + + ConcreteCover + + + 6 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 4 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtLinks + + + 8 + + + + + Pset_Warranty + + + Exclusions + + + 合板下地の端部補修は保証対象外 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + RF-ROOF-001 + + + + + RoofCommon + + + AcousticRating + + + 粘土瓦屋根55dB + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025年製 + + + + + ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 85 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.65 + + + + + ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 12 + + + + + Risk + + + AssociatedProduct + + + ALCパネル屋根構成 + + + + + Warranty + + + PointOfContact + + + ゴムアス保証窓口 + + + + + ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + GTIN-SUS-ROOF-01 + + + + + Risk + + + RiskName + + + 落下 + + + + + Risk + + + AssociatedLocation + + + 棟部周辺 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + SPEC-JIS1 + + + + + Tolerance + + + OverallTolerance + + + 15 + + + + + Tolerance + + + HorizontalTolerance + + + 3 + + + + + PrecastConcreteElementGeneral + + + PieceMark + + + 345角瓦 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_075_IFCROOF.ids b/data/output_ids/IFC2X3/IFC2X3_075_IFCROOF.ids new file mode 100644 index 0000000000000000000000000000000000000000..0df920e4777e698afecb0db6885005668cf588be --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_075_IFCROOF.ids @@ -0,0 +1,569 @@ + + + + Roof + + + + + + + IFCROOF + + + + + + + Roof Common + + + RoofCode + + + Roof-B2 + + + + + Roof Common + + + RoofState + + + Existing + + + + + Roof Common + + + Load Bearing + + + false + + + + + Roof Common + + + Exterior + + + true + + + + + Roof Common + + + Pitch Angle + + + 22.5 + + + + + Roof Common + + + Pitch Ratio + + + 1:3 + + + + + Roof Common + + + Nominal Thickness + + + 0.180 + + + + + Roof Common + + + Effective Thickness + + + 0.165 + + + + + Roof Common + + + Insulation Thickness + + + 0.080 + + + + + Roof Common + + + Composite + + + true + + + + + Roof Common + + + Live Load + + + 2.5 + + + + + Roof Common + + + Snow Load + + + 0.7 + + + + + Roof Common + + + Wind Load + + + 0.9 + + + + + Roof Common + + + Uplift Resistance + + + 4.0 + + + + + Roof Common + + + Dead Load + + + 0.9 + + + + + Roof Common + + + Serviceability + + + OK + + + + + Roof Common + + + Fire Resistance + + + EI90 + + + + + Structure + + + Primary Structure + + + SteelBeam + + + + + Structure + + + Support Spacing + + + 2.5 + + + + + Structure + + + Connection Type + + + Welded + + + + + Structure + + + Bearing Detail + + + FixedBearing + + + + + Structure + + + Temporary Support + + + false + + + + + Structure + + + Support Duration Days + + + 10 + + + + + Concrete + + + Concrete Grade + + + C35/45 + + + + + Concrete + + + Concrete Cover + + + 0.025 + + + + + Concrete + + + Rebar Area + + + 0.003 + + + + + Concrete + + + Rebar Spacing + + + 0.125 + + + + + Concrete + + + Prestressed + + + true + + + + + Concrete + + + Tendon Type + + + Bar + + + + + Concrete + + + Prestress Force per Tendon + + + 280.0 + + + + + Steel + + + Steel Grade + + + S275 + + + + + Steel + + + Section Profile + + + H-Section + + + + + Steel + + + Second Moment Iy + + + 9.50e-05 + + + + + Steel + + + Second Moment Iz + + + 3.10e-05 + + + + + Steel + + + Torsion Constant + + + 1.50e-05 + + + + + Steel + + + Bolt Spec + + + M12 + + + + + Insulation + + + Insulation Type + + + PUR + + + + + Insulation + + + Thermal Resistance + + + 3.5 + + + + + Insulation + + + Insulation Fixing + + + Adhesive + + + + + Insulation + + + Formwork + + + Aluminum + + + + + Construction + + + Deck Type + + + PrecastConcrete + + + + + Construction + + + Deck Fixing + + + Adhesive + + + + + Construction + + + Waterproofing Type + + + PVC + + + + + Construction + + + Waterproofing Thickness + + + 0.004 + + + + + Construction + + + Green Roof + + + false + + + + + Green Roof Soil + + + Soil Thickness + + + 0.080 + + + + + Green Roof Soil + + + Green Roof Live Load + + + 0.30 + + + + + Green Roof Soil + + + PlantingSurface + + + 95.0 + + + + + Quantities + + + Projected Area + + + 115.0 + + + + + Quantities + + + Estimated Dead Load + + + 0.9 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_076_IFCWALL.ids b/data/output_ids/IFC2X3/IFC2X3_076_IFCWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..6ef2c3013b4f9c5706c88a4ec1903419d78a7db8 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_076_IFCWALL.ids @@ -0,0 +1,668 @@ + + + + Wall(STR) + + + + + + + IFCWALL + + + + + + + Pset_WallCommon + + + Reference + + + Wall-A1 + + + + + WallCommon + + + Status + + + New + + + + + Pset_WallCommon + + + LoadBearing + + + true + + + + + Pset_WallCommon + + + IsExternal + + + true + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + WALL-RC-200A + + + + + Pset_WallCommon + + + ThermalTransmittance + + + 0.200 + + + + + Pset_WallCommon + + + AcousticRating + + + STC55 + + + + + WallBaseQuantities + + + Height + + + 3.00 + + + + + Condition + + + AssessmentDescription + + + WallType: Loadbearing + + + + + Pset_WallCommon + + + SurfaceSpreadOfFlame + + + ClassA + + + + + WallBaseQuantities + + + GrossFootPrintArea + + + 2.0 + + + + + Pset_WallCommon + + + FireRating + + + EI60 + + + + + WallBaseQuantities + + + NetFootPrintArea + + + 0.8 + + + + + ConcreteElementGeneral + + + StrengthClass + + + C30/37 + + + + + ConcreteElementGeneral + + + ConcreteCover + + + 0.020 + + + + + ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.002 + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + LoadbearingWall + + + + + ConcreteElementGeneral + + + AssemblyPlace + + + OnSite + + + + + Pset_ReinforcementBarPitchOfWall + + + VerticalBarPitch + + + 0.000201 + + + + + Pset_ReinforcementBarPitchOfWall + + + HorizontalBarPitch + + + 0.400 + + + + + Pset_ReinforcementBarPitchOfWall + + + SpacingBarPitch + + + 0.100 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 0.020 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtLinks + + + 0.020 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + SAFE-WALL-01 + + + + + Condition + + + AssessmentType + + + ConditionSurvey + + + + + ConcreteElementGeneral + + + ExposureClass + + + XC4 + + + + + Condition + + + LastAssessmentReport + + + RPT-WALL-01 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 0.010 + + + + + ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 80 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + C-section stud + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + Fixed bracket + + + + + Pset_Warranty + + + WarrantyContent + + + Mineral wool insulation layer + + + + + PrecastConcreteElementGeneral + + + TypeDesignation + + + Sandwich panel + + + + + MaintenanceTriggerCondition + + + ConditionTargetPerformance + + + Moderate + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + LiftingAnchorPositions: Top-left + + + + + WallBaseQuantities + + + NetSideArea + + + 25.0 + + + + + PrecastConcreteElementFabrication + + + ProductionLotId + + + LOT-2025-01 + + + + + Condition + + + AssessmentCondition + + + Wet condition + + + + + WallBaseQuantities + + + NetWeight + + + 1500 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 120 + + + + + WallBaseQuantities + + + Length + + + 0.50 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.060 + + + + + Risk + + + RiskName + + + Combustible joint + + + + + Tolerance + + + OverallTolerance + + + 2 + + + + + Tolerance + + + VerticalTolerance + + + 1.50 + + + + + Tolerance + + + HorizontalTolerance + + + 1 + + + + + PrecastConcreteElementFabrication + + + TypeDesignation + + + PanelType-A + + + + + Pset_WallCommon + + + Combustible + + + true + + + + + EnvironmentalImpactValues + + + Duration + + + P7D + + + + + ConstructionAdministration + + + ProcurementMethod + + + Supplier installation + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + WallCo + + + + + ConstructionOccurence + + + ModelNumber + + + WL-2025-A + + + + + Tolerance + + + PlanarFlatness + + + 6.0 + + + + + Tolerance + + + OverallStraightness + + + 3.0 + + + + + WallBaseQuantities + + + GrossSideArea + + + 18.0 + + + + + WallBaseQuantities + + + GrossVolume + + + 4.50 + + + + + WallBaseQuantities + + + NetVolume + + + 4.30 + + + + + WallBaseQuantities + + + Width + + + 0.200 + + + + + WallBaseQuantities + + + GrossWeight + + + 1800.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_077_IFCWALL.ids b/data/output_ids/IFC2X3/IFC2X3_077_IFCWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..e6202cd01b15a2acef3686e0111999b09fc14510 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_077_IFCWALL.ids @@ -0,0 +1,668 @@ + + + + Wall(STR) + + + + + + + IFCWALL + + + + + + + Wall Basics + + + WallCode + + + Wall-B2 + + + + + Wall Basics + + + InstallState + + + Existing + + + + + Wall Basics + + + SupportRole + + + false + + + + + Wall Basics + + + External + + + false + + + + + Wall Basics + + + CoreMaterial + + + PrecastConcrete + + + + + Wall Basics + + + Nominal Thickness Measure + + + 0.250 + + + + + Wall Basics + + + Effective Thickness + + + 0.220 + + + + + Wall Basics + + + Overall Height + + + 3.20 + + + + + Wall Basics + + + WallType + + + Shear + + + + + Wall Basics + + + Design LiveLoad + + + 3.0 + + + + + Wall Basics + + + Design WindLoad + + + 1.2 + + + + + Wall Basics + + + Fire Resistance Level + + + EI90 + + + + + Wall Basics + + + Heat Loss Coefficient + + + 0.28 + + + + + Concrete Specification + + + ConcreteGrade + + + C40/50 + + + + + Concrete Specification + + + Cover Depth + + + 0.025 + + + + + Concrete Specification + + + ReinforcementArea + + + 0.003 + + + + + Concrete Specification + + + Rebar Spacing + + + 0.125 + + + + + Concrete Specification + + + Fabrication Location + + + Factory + + + + + Reinforcement Layout + + + VerticalBarArea + + + 0.000245 + + + + + Reinforcement Layout + + + VerticalBarCount + + + 8 + + + + + Reinforcement Layout + + + VerticalBarSpacing + + + 0.120 + + + + + Reinforcement Layout + + + HorizontalBarArea + + + 0.000314 + + + + + Reinforcement Layout + + + HorizontalBarSpacing + + + 0.180 + + + + + Reinforcement Layout + + + ShearReinforcement + + + Mesh + + + + + Masonry + + + MasonryUnitType + + + CalciumSilicate + + + + + Masonry + + + MasonryUnitStrength + + + M7.5 + + + + + Masonry + + + MortarType + + + TypeM + + + + + Masonry + + + BedJointThickness + + + 0.008 + + + + + Steel Stud + + + StudSpacing + + + 0.450 + + + + + Steel Stud + + + StudSection + + + Z-section + + + + + Steel Stud + + + BracketType + + + Adjustable + + + + + Steel Stud + + + InsulationType + + + RockWool + + + + + Prefab + + + PanelType + + + GFRC + + + + + Prefab + + + JointStyle + + + Grouted + + + + + Prefab + + + LiftingAnchorPositions + + + Bottom-left + + + + + Prefab + + + PanelWeight + + + 320.0 + + + + + Prefab + + + LotTrackingId + + + LOT-2025-09 + + + + + Retaining Wall + + + RetainedMaterial + + + Rock + + + + + Retaining Wall + + + BackfillSlope + + + 1.8 + + + + + Retaining Wall + + + SoilPressureAtBase + + + 150.0 + + + + + Retaining Wall + + + ToeLength + + + 0.55 + + + + + Retaining Wall + + + HeelLength + + + 0.65 + + + + + Openings + + + HasOpenings + + + false + + + + + Openings + + + OpeningsCount + + + 1 + + + + + Openings + + + TotalOpeningArea + + + 0.90 + + + + + Openings + + + PenetrationsCount + + + 0 + + + + + Construction + + + FormworkType + + + Steel + + + + + Construction + + + TemporarySupportRequired + + + false + + + + + Construction + + + CuringTime + + + 10 + + + + + Construction + + + InstallationSequence + + + Segmental + + + + + Manufacturer Info + + + Brand + + + NeoWall + + + + + Manufacturer Info + + + Model Code + + + WL-3030-B + + + + + Product Materials + + + Overall Length + + + 5.5 + + + + + Quantities + + + Overall Height + + + 3.20 + + + + + Quantities + + + Overall Side Area + + + 19.2 + + + + + Quantities + + + Overall Volume + + + 5.10 + + + + + Quantities + + + Effective Volume + + + 4.85 + + + + + Quantities + + + Overall Width + + + 0.250 + + + + + Quantities + + + Overall Weight + + + 2100.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_078_IFCWALL.ids b/data/output_ids/IFC2X3/IFC2X3_078_IFCWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..2f8b28cf80b1850242aa4e392125195e9243d53a --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_078_IFCWALL.ids @@ -0,0 +1,448 @@ + + + + 耐力壁 + + + + + + + IFCWALL + + + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + W-101 + + + + + EnvironmentalImpactIndicators + + + Reference + + + 耐力壁 + + + + + EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 2F + + + + + Pset_ReinforcementBarPitchOfWall + + + Description + + + Fc24 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 150 + + + + + Pset_ReinforcementBarPitchOfWall + + + Reference + + + ダブル配筋 + + + + + Uncertainty + + + UncertaintyDescription + + + D13 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + D16 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 200 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + D10 + + + + + PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + DOC-WALL-TR-01 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.50 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + W-102 + + + + + Condition + + + AssessmentDescription + + + 壁種別を確認 + + + + + Pset_WallCommon + + + Combustible + + + true + + + + + Pset_WallCommon + + + IsExternal + + + false + + + + + Pset_WallCommon + + + LoadBearing + + + true + + + + + Risk + + + RiskName + + + ひび割れ + + + + + Tolerance + + + ToleranceDescription + + + Fc21 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 18 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.6 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 200 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 288.15 + + + + + EnvironmentalCondition + + + SaltMistLevel + + + 高塩害 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 200 + + + + + Pset_WallCommon + + + ExtendToStructure + + + false + + + + + Pset_WallCommon + + + Compartmentation + + + false + + + + + Pset_Warranty + + + IsExtendedWarranty + + + false + + + + + Pset_WallCommon + + + Reference + + + VERTICAL + + + + + EnvironmentalImpactIndicators + + + IndicatorsUnit + + + 水平配筋基準 + + + + + PrecastConcreteElementGeneral + + + TypeDesignation + + + ダブル配筋 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 303.15 + + + + + EnvironmentalCondition + + + SmokeLevel + + + 中煙環境 + + + + + PrecastConcreteElementGeneral + + + PieceMark + + + D10 + + + + + PrecastConcreteElementGeneral + + + DesignLocationNumber + + + D13 + + + + + EnvironmentalImpactIndicators + + + ClimateChangePerUnit + + + 200 + + + + + Condition + + + AssessmentCondition + + + 施工完了時 + + + + + Pset_ManufacturerOccurrence + + + SerialNumber + + + D13 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_079_IFCSANITARYTERMINALTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_079_IFCSANITARYTERMINALTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..c49983b646d297ec902885c4c95df03366b0b54a --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_079_IFCSANITARYTERMINALTYPE.ids @@ -0,0 +1,536 @@ + + + + 便器仕様の情報確認 + + + + + + + IFCSANITARYTERMINALTYPE + + + + + + + 流量評価 + + + 器具給水係数[点] + + + 2.8 + + + + + 個体台帳 + + + 採用ユニット数 + + + 7 + + + + + 洗浄制御 + + + 洗浄方式 + + + サイホンゼット式 + + + + + 給水計画 + + + 標準洗浄量[L/回] + + + 5 + + + + + 排水計画 + + + 排水算定指数 + + + 2 + + + + + 再利用水条件 + + + 再生水需要係数 + + + 1.7 + + + + + 給水計画 + + + 上水算定指数 + + + 3 + + + + + 供給評価 + + + WFU換算値 + + + 1 + + + + + 供給評価 + + + CWFU換算係数 + + + 1.1 + + + + + 供給評価 + + + HWFU換算係数 + + + 0.9 + + + + + 機種構成 + + + 本体採用型式 + + + CTS-820R + + + + + 機種構成 + + + 洗浄弁採用型式 + + + FV-211K + + + + + 機種構成 + + + 便座採用型式 + + + SW-44N + + + + + 機種構成 + + + 固定金物採用型式 + + + BRK-820S + + + + + 同梱構成 + + + 標準同梱品 + + + 止水栓セット + + + + + 管理記録 + + + 資産管理番号 + + + SAN-2025-1142 + + + + + 管理記録 + + + 設置基準日 + + + 2025-03-14 + + + + + 個体台帳 + + + 管理対象台数 + + + 9 + + + + + エネルギー参照 + + + ガス換算消費量[Nm3/h] + + + 0.0 + + + + + エネルギー参照 + + + 蒸気換算消費量[kg/h] + + + 0 + + + + + エネルギー参照 + + + 補助熱源区分 + + + 非燃焼機器 + + + + + エネルギー参照 + + + 液体燃料換算量[l/h] + + + 0.0 + + + + + 圧力条件 + + + 耐圧試験基準[kPa] + + + 750 + + + + + 圧力条件 + + + 標準使用圧[kPa] + + + 180 + + + + + 圧力条件 + + + 許容最高圧[kPa] + + + 300 + + + + + 温熱条件 + + + 洗浄湯設定温度[℃] + + + 38.5 + + + + + 温熱条件 + + + 給湯入口温度[℃] + + + 55.0 + + + + + 温熱条件 + + + 便座設定温度[℃] + + + 34.0 + + + + + 損失評価 + + + 温水系圧損[kPa] + + + 18 + + + + + 流体条件 + + + 瞬時給水量[l/min] + + + 13 + + + + + 流体条件 + + + 瞬時給湯量[l/min] + + + 4 + + + + + 流体条件 + + + 適用容量区分[号] + + + 12 + + + + + 流体条件 + + + 循環設定流量 + + + 0 + + + + + 資料参照 + + + 技術資料リンク + + + https://assets.sample-facility.jp/docs/plumbing/cts-820r_tech.pdf + + + + + 資料参照 + + + 部品一覧ファイル + + + cts-820r_partslist_rev2.pdf + + + + + 資料参照 + + + 部品一覧リンク + + + https://assets.sample-facility.jp/docs/plumbing/cts-820r_partslist_rev2.pdf + + + + + 施工参照 + + + 施工手順ファイル + + + cts-820r_installguide.pdf + + + + + 施工参照 + + + 施工手順リンク + + + https://assets.sample-facility.jp/docs/plumbing/cts-820r_installguide.pdf + + + + + 保守参照 + + + 保守要領ファイル + + + cts-820r_servicebook.pdf + + + + + 保守参照 + + + 保守要領リンク + + + https://assets.sample-facility.jp/docs/plumbing/cts-820r_servicebook.pdf + + + + + 同梱構成 + + + 付属資料一覧 + + + cts-820r_accessorysheet.pdf + + + + + 図面参照 + + + 納まり図ファイル + + + cts-820r_detail.pdf + + + + + 図面参照 + + + 仕様図ファイル + + + cts-820r_specdrawing.pdf + + + + + 図面参照 + + + 仕様図リンク + + + https://assets.sample-facility.jp/drawings/plumbing/cts-820r_specdrawing.pdf + + + + + 接続寸法 + + + 給水接続径[mm] + + + 15 + + + + + 接続寸法 + + + 給湯接続径[mm] + + + 10 + + + + + 接続寸法 + + + 排水芯高さ[mm] + + + 180 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_080_IFCSANITARYTERMINALTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_080_IFCSANITARYTERMINALTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..345c894354bea027ca43889057bb830e12d044c0 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_080_IFCSANITARYTERMINALTYPE.ids @@ -0,0 +1,536 @@ + + + + 便器・洗面器・流し + + + + + + + IFCSANITARYTERMINALTYPE + + + + + + + 給排水衛生設備 + + + 給水負荷単位 [水栓] + + + 3.2 + + + + + 給排水衛生設備 + + + 給水負荷単位 [洗浄] + + + 5 + + + + + 給排水衛生設備 + + + 給水量情報 + + + 変流量方式 + + + + + 給排水衛生設備 + + + 洗浄水量 [L/回] + + + 5 + + + + + 給排水衛生設備 + + + 上水負荷単位 + + + 3 + + + + + 給排水衛生設備 + + + 中水負荷単位 + + + 2 + + + + + 給排水衛生設備 + + + 汚水負荷単位 + + + 2 + + + + + 機械 + + + WFU + + + 3 + + + + + 機械 + + + CWFU + + + 1.2 + + + + + 機械 + + + HWFU + + + 0.8 + + + + + データ + + + 参考品番A + + + WSU-120 + + + + + データ + + + 参考付属品番A + + + WSU-120-ACC + + + + + データ + + + 参考品番B + + + HWS-65 + + + + + データ + + + 参考付属品番B + + + HWS-65-ACC + + + + + データ + + + 付属品 + + + 取付ボルト一式 + + + + + その他 + + + 製造番号 + + + 2025-WSU-00312 + + + + + その他 + + + 設置年月 + + + 2025-07-24 + + + + + その他 + + + 個数 + + + 4 + + + + + 消費量仕様情報 + + + ガス消費量 [Nm3/h] + + + 4.2 + + + + + 消費量仕様情報 + + + 蒸気消費量 [kg/h] + + + 80 + + + + + 消費量仕様情報 + + + 燃料種別 + + + LPガス + + + + + 消費量仕様情報 + + + 油消費量 [l/h] + + + 0 + + + + + 水圧力仕様情報 + + + コイル耐圧 [kPa] + + + 1000 + + + + + 水圧力仕様情報 + + + 圧力 [kPa] + + + 120 + + + + + 水圧力仕様情報 + + + 最高使用圧力 [kPa] + + + 150 + + + + + 水温度仕様情報 + + + 温水温度 [℃] + + + 42 + + + + + 水温度仕様情報 + + + 給湯水温度 [℃] + + + 55 + + + + + 水温度仕様情報 + + + 沸き上げ温度 [℃] + + + 38 + + + + + 水抵抗仕様情報 + + + 温水圧力損失 [kPa] + + + 45 + + + + + 水量仕様情報 + + + 温水量 [l/min] + + + 28 + + + + + 水量仕様情報 + + + 給湯量 [l/min] + + + 28 + + + + + 水量仕様情報 + + + 号数 [号] + + + 24 + + + + + 水量仕様情報 + + + 風呂追焚循環量 + + + 0 + + + + + 図書仕様情報 + + + テクニカルドキュメントURL + + + https://example.com/docs/WSU-120/tech + + + + + 図書仕様情報 + + + 構成部品リスト + + + parts_v2.pdf + + + + + 図書仕様情報 + + + 構成部品リストURL + + + https://example.com/docs/WSU-120/parts + + + + + 図書仕様情報 + + + 施工要領 + + + install_v2.pdf + + + + + 図書仕様情報 + + + 施工要領URL + + + https://example.com/docs/WSU-120/install + + + + + 図書仕様情報 + + + 取扱・保守要領 + + + manual_v2.pdf + + + + + 図書仕様情報 + + + 取扱・保守要領URL + + + https://example.com/docs/WSU-120/manual + + + + + 図書仕様情報 + + + 付属品リスト + + + accessories_v2.pdf + + + + + 図面仕様情報 + + + 構造図 + + + struct_v2.pdf + + + + + 図面仕様情報 + + + 仕様図 + + + spec_v2.pdf + + + + + 図面仕様情報 + + + 仕様図URL + + + https://example.com/docs/WSU-120/spec + + + + + 配管接続口仕様情報 + + + 給水接続口 [mm] + + + 20 + + + + + 配管接続口仕様情報 + + + 給湯接続口 [mm] + + + 15 + + + + + 配管接続口仕様情報 + + + 排水接続口 [mm] + + + 32 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_081_IFCVALVETYPE.ids b/data/output_ids/IFC2X3/IFC2X3_081_IFCVALVETYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..9c895463813d4bd729909b6d60646a6ece843e43 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_081_IFCVALVETYPE.ids @@ -0,0 +1,481 @@ + + + + Valve + + + + + + + IFCVALVETYPE + + + + + + + ValveTypeCommon + + + Reference + + + Valve-A1 + + + + + ValveTypeCommon + + + Status + + + New + + + + + ManufacturerTypeInformation + + + Manufacturer + + + ValveWorksInc + + + + + ManufacturerTypeInformation + + + ModelLabel + + + VV-2025-A + + + + + Pset_ValveTypeCommon + + + ValvePattern + + + Straight 2 Port + + + + + MaintenanceStrategy + + + MonitoringType + + + RoutineInspection + + + + + Pset_ValveTypeCommon + + + Size + + + 0.050 + + + + + Pset_ValveTypeCommon + + + ValveOperation + + + Lever + + + + + ConstructionAdministration + + + ProcurementMethod + + + Vendor supply + + + + + Pset_ValveTypeCommon + + + FlowCoefficient + + + 12.0 + + + + + ElementSize + + + NominalLength + + + 0.200 + + + + + Pset_ValveTypeCommon + + + CloseOffRating + + + 1.6 + + + + + Pset_ValveTypeCommon + + + WorkingPressure + + + 1.6 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 150.0 + + + + + Pset_ValveTypeCommon + + + ValveMechanism + + + Ball + + + + + Warranty + + + IsExtendedWarranty + + + true + + + + + MaintenanceTriggerPerformance + + + DisposalLevel + + + 12.5 + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 14.5 + + + + + MaintenanceTriggerPerformance + + + PerformanceMaintenanceLevel + + + 0.50 + + + + + MaintenanceTriggerPerformance + + + ReplacementLevel + + + 0.01 + + + + + Pset_ValveTypeCommon + + + TestPressure + + + 0.10 + + + + + ElectricalDeviceCommon + + + RatedVoltage + + + 24 + + + + + ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 1 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 5000000 + + + + + Condition + + + AssessmentCondition + + + Commissioning + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 4-20mA signal spec + + + + + Condition + + + AssessmentType + + + MaterialInspection + + + + + Risk + + + AssociatedProduct + + + Stainless steel trim + + + + + Warranty + + + Exclusions + + + PTFE seat excluded from abrasive service + + + + + ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 09506000123456 + + + + + Warranty + + + WarrantyContent + + + Epoxy coated body + + + + + ElectricalDeviceCommon + + + IP_Code + + + IP65 + + + + + ElectricalDeviceCommon + + + IK_Code + + + IK08 + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + Risk + + + MitigationPlanned + + + Padlock provision + + + + + EnvironmentalImpactValues + + + LeadOutTime + + + P5D + + + + + Condition + + + AssessmentDescription + + + Valve operation verified during commissioning + + + + + ElementSize + + + NominalHeight + + + 1.20 + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P1D + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + Double block configuration + + + + + MaintenanceStrategy + + + AssetCriticality + + + Moderate + + + + + ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_082_IFCVALVETYPE.ids b/data/output_ids/IFC2X3/IFC2X3_082_IFCVALVETYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..7f3f4867a62a1f09686da9014f6f0110e97041a2 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_082_IFCVALVETYPE.ids @@ -0,0 +1,657 @@ + + + + バルブ + + + + + + + IFCVALVETYPE + + + + + + + ElectricalDeviceCommon + + + NumberOfPoles + + + 2 + + + + + ElectricalDeviceCommon + + + RatedCurrent + + + 1 + + + + + ElectricalDeviceCommon + + + RatedVoltage + + + 25 + + + + + ElectricalDeviceCommon + + + NominalFrequencyRange + + + 50 + + + + + ElectricalDeviceCommon + + + PowerFactor + + + 0.95 + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + ElectricalDeviceCommon + + + IP_Code + + + IP54 + + + + + ElectricalDeviceCommon + + + IK_Code + + + IK08 + + + + + ElectricalDeviceCommon + + + EarthingStyle + + + TN-S + + + + + ElectricalDeviceCommon + + + HeatDissipation + + + 32 + + + + + ElectricalDeviceCommon + + + Power + + + 0.2 + + + + + ElectricalDeviceCommon + + + NominalPowerConsumption + + + 0.1 + + + + + ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 2 + + + + + Pset_ValveTypeCommon + + + Size + + + 0.020 + + + + + Pset_ValveTypeCommon + + + TestPressure + + + 2.5 + + + + + Pset_ValveTypeCommon + + + WorkingPressure + + + 1.0 + + + + + Pset_ValveTypeCommon + + + FlowCoefficient + + + 1.0 + + + + + Pset_ValveTypeCommon + + + CloseOffRating + + + 1.0 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.45 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 293.15 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 278.15 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 313.15 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 25 + + + + + EnvironmentalCondition + + + SaltMistLevel + + + 低塩害 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.6 + + + + + EnvironmentalCondition + + + SmokeLevel + + + 低煙環境 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 800 + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P1D + + + + + ValveTypeCommon + + + Reference + + + CHW-25A + + + + + ManufacturerTypeInformation + + + ModelLabel + + + CHW-A25-ACC + + + + + ManufacturerTypeInformation + + + ArticleNumber + + + HWS-20A + + + + + Condition + + + AssessmentDescription + + + 付属品の有無を確認 + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 1 + + + + + Condition + + + AssessmentDate + + + 2021-09-24 + + + + + MaintenanceTriggerPerformance + + + PerformanceMaintenanceLevel + + + 1 + + + + + MaintenanceTriggerPerformance + + + ReplacementLevel + + + 0 + + + + + ManufacturerTypeInformation + + + Manufacturer + + + A社 + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + DOC-VLV-OPS-01 + + + + + Condition + + + LastAssessmentReport + + + RPT-VLV-2025-01 + + + + + Risk + + + AssociatedActivity + + + 設備 + + + + + Warranty + + + WarrantyIdentifier + + + WR-VLV-2025-01 + + + + + Pset_ValveTypeCommon + + + ValvePattern + + + 直線2ポート + + + + + MaintenanceTriggerPerformance + + + DisposalLevel + + + 0 + + + + + Warranty + + + PointOfContact + + + 設備保全部門 + + + + + Warranty + + + WarrantyStartDate + + + 2020-03-23 + + + + + Warranty + + + WarrantyContent + + + 定期点検契約を含む + + + + + Risk + + + AssociatedLocation + + + JPN + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + Rebro + + + + + MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P10D + + + + + Tolerance + + + OverallTolerance + + + 2 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + JIS B0000 + + + + + Condition + + + AssessmentType + + + 材質確認 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 305 + + + + + ElementSize + + + NominalWidth + + + 0.225 + + + + + ElementSize + + + NominalHeight + + + 0.595 + + + + + Pset_ValveTypeCommon + + + ValveOperation + + + 手動ハンドル + + + + + MaintenanceTriggerDuration + + + DurationTargetPerformance + + + P25D + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_083_IFCLIGHTFIXTURETYPE.ids b/data/output_ids/IFC2X3/IFC2X3_083_IFCLIGHTFIXTURETYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..a0f69e4d7181eb222b6b592b9c0f2177e4f371bb --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_083_IFCLIGHTFIXTURETYPE.ids @@ -0,0 +1,503 @@ + + + + LightFixture + + + + + + + IFCLIGHTFIXTURETYPE + + + + + + + Product Basics + + + BrandName + + + LightCo + + + + + Product Basics + + + Model + + + LF-2025-A + + + + + Product Basics + + + ExteriorTone + + + White + + + + + Product Basics + + + InstallMethod + + + Recessed + + + + + Product Basics + + + Mounting Height + + + 2.70 + + + + + Product Basics + + + UnitMass + + + 3.5 + + + + + Product Basics + + + Overall Size + + + 0.200x0.150x0.080 + + + + + Electrical + + + RatedOutput + + + 36.0 + + + + + Electrical + + + SupplyVolt + + + 230.0 + + + + + Electrical + + + LoadAmp + + + 0.16 + + + + + Electrical + + + Driver + + + ConstantCurrent + + + + + Electrical + + + Dimming + + + 0-10V + + + + + Electrical + + + Control Protocol + + + DALI + + + + + Electrical + + + Emergency Mode + + + true + + + + + Electrical + + + Emergency Duration + + + 180 + + + + + Photometry + + + Luminous Flux + + + 3000.0 + + + + + Photometry + + + Efficacy + + + 100.0 + + + + + Photometry + + + CCT + + + 30 + + + + + Photometry + + + CRI + + + 80.0 + + + + + Photometry + + + Beam Angle + + + 30.0 + + + + + Photometry + + + UGR + + + 19.0 + + + + + Photometry + + + IES File + + + luminaireA.ies + + + + + Performance + + + Rated Life + + + 5 + + + + + Performance + + + Lumen Maintenance + + + 0.70 + + + + + Performance + + + Failure Rate + + + 0.0001 + + + + + Performance + + + Energy Class + + + A + + + + + Protection Ratings + + + IP Rating + + + IP65 + + + + + Protection Ratings + + + IK Rating + + + IK08 + + + + + Protection Ratings + + + Operating Temp Range + + + -20 + + + + + Controls + + + Occupancy Sensor + + + true + + + + + Controls + + + Daylight Sensor + + + true + + + + + Controls + + + Dimming Control + + + true + + + + + Controls + + + Emergency Battery + + + true + + + + + Installation + + + Fixing Points + + + 4 + + + + + Installation + + + Maintenance Clearance + + + 0.50 + + + + + Installation + + + Junction Box Position + + + Center + + + + + Installation + + + Installation Date + + + 2025-08-01 + + + + + Installation + + + Handling Notes + + + Install with bracket kit; do not drop + + + + + Maintenance + + + Maintenance Interval + + + 180 + + + + + Maintenance + + + Spare Parts + + + DriverKit + + + + + Maintenance + + + Cleaning + + + WipeClean + + + + + Maintenance + + + Warranty Years + + + 3.0 + + + + + Production + + + Lot ID + + + LOT-2025-01 + + + + + Quantities + + + Gross Weight + + + 4.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_084_IFCLIGHTFIXTURETYPE.ids b/data/output_ids/IFC2X3/IFC2X3_084_IFCLIGHTFIXTURETYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..8480e2dfe21829b9afb79c0727b6952b7bb16679 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_084_IFCLIGHTFIXTURETYPE.ids @@ -0,0 +1,503 @@ + + + + LightFixture + + + + + + + IFCLIGHTFIXTURETYPE + + + + + + + ManufacturerTypeInformation + + + Manufacturer + + + LumenWorks + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + LW-1450 + + + + + Condition + + + AssessmentDescription + + + ExteriorTone: MatteWhite + + + + + MaintenanceStrategy + + + MonitoringType + + + RoutineInspection + + + + + Pset_LightFixtureTypeCommon + + + TotalWattage + + + 2.50 + + + + + LightFixtureTypeCommon + + + NumberOfSources + + + 4 + + + + + ElementSize + + + NominalLength + + + 0.240 + + + + + ElectricalDeviceCommon + + + Power + + + 18.0 + + + + + LightFixtureTypeCommon + + + MaximumPlenumSensibleLoad + + + 120.0 + + + + + LightFixtureTypeCommon + + + MaximumSpaceSensibleLoad + + + 0.15 + + + + + Condition + + + AssessmentType + + + ElectricalInspection + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + SAFE-LGT-01 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + DALI-2 + + + + + LightFixtureTypeCommon + + + Status + + + Existing + + + + + EnvironmentalImpactValues + + + Duration + + + P90D + + + + + LightFixtureTypeCommon + + + SensibleLoadToRadiant + + + 0.25 + + + + + ElectricalDeviceCommon + + + RatedVoltage + + + 110 + + + + + ElectricalDeviceCommon + + + RatedCurrent + + + 0.065 + + + + + ElectricalDeviceCommon + + + HeatDissipation + + + 90.0 + + + + + ElectricalDeviceCommon + + + NominalPowerConsumption + + + 24.0 + + + + + ElectricalDeviceCommon + + + PowerFactor + + + 0.85 + + + + + LightFixtureTypeCommon + + + Reference + + + spotX.ies + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 293.15 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.82 + + + + + Pset_LightFixtureTypeCommon + + + MaintenanceFactor + + + 0.0002 + + + + + Condition + + + AssessmentCondition + + + Commissioning + + + + + ElectricalDeviceCommon + + + IP_Code + + + IP54 + + + + + ElectricalDeviceCommon + + + IK_Code + + + IK07 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + -25 + + + + + Warranty + + + IsExtendedWarranty + + + true + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + ServiceLife + + + ServiceLifeDuration + + + P5Y + + + + + ServiceLife + + + MeanTimeBetweenFailure + + + P1Y + + + + + ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 1 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 400 + + + + + ManufacturerTypeInformation + + + ModelReference + + + Left junction box + + + + + Tolerance + + + ToleranceDescription + + + Mounting alignment tolerance + + + + + Warranty + + + WarrantyContent + + + Secure with safety tether; isolate power before service + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P90D + + + + + ManufacturerTypeInformation + + + ArticleNumber + + + DiffuserPanel + + + + + Warranty + + + Exclusions + + + Clean with compressed air only + + + + + Warranty + + + WarrantyPeriod + + + P2Y + + + + + ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-LGT-01 + + + + + LightFixtureBaseQuantities + + + GrossWeight + + + 4.7 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_085_IFCHEATEXCHANGERTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_085_IFCHEATEXCHANGERTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..8cd05c01e4d12d56915143657dab3fbfea5e6b93 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_085_IFCHEATEXCHANGERTYPE.ids @@ -0,0 +1,690 @@ + + + + HeatExchanger(MEP) + + + + + + + IFCHEATEXCHANGERTYPE + + + + + + + Product Basics + + + Brand + + + HeatExchCo + + + + + Product Basics + + + Model Code + + + HEX-3000A + + + + + Product Basics + + + TypeDescription + + + ShellAndTube + + + + + Product Basics + + + CoreMaterial + + + StainlessSteel + + + + + Product Basics + + + Mounting Direction + + + Horizontal + + + + + Product Basics + + + Unit Weight + + + 250.0 + + + + + Product Basics + + + OverallDimensions + + + 1.20x0.60x0.80 + + + + + Performance + + + Duty + + + 120.0 + + + + + Performance + + + UAValue + + + 800.0 + + + + + Performance + + + OverallHeatTransferCoefficient + + + 450.0 + + + + + Performance + + + ApproachTemperature + + + 5.0 + + + + + Performance + + + LMTD + + + 12.0 + + + + + Performance + + + Efficiency + + + 0.85 + + + + + Performance + + + Fouling Coefficient + + + 0.00020 + + + + + Performance + + + MaxOperatingPressure + + + 10.0 + + + + + Performance + + + MaxDesignTemperature + + + 200.0 + + + + + Performance + + + MinDesignTemperature + + + -20.0 + + + + + Connections + + + PrimaryInletConnectionSize + + + 0.050 + + + + + Connections + + + PrimaryOutletConnectionSize + + + 0.050 + + + + + Connections + + + SecondaryInletConnectionSize + + + 0.025 + + + + + Connections + + + SecondaryOutletConnectionSize + + + 0.025 + + + + + Connections + + + PrimaryDesignFlowRate + + + 2.5 + + + + + Connections + + + SecondaryDesignFlowRate + + + 1.8 + + + + + Connections + + + PrimaryInletTemp + + + 80.0 + + + + + Connections + + + PrimaryOutletTemp + + + 60.0 + + + + + Connections + + + SecondaryInletTemp + + + 30.0 + + + + + Connections + + + SecondaryOutletTemp + + + 45.0 + + + + + Connections + + + PrimaryPressureDrop + + + 0.12 + + + + + Connections + + + SecondaryPressureDrop + + + 0.08 + + + + + Connections + + + ConnectionOrientation + + + Top + + + + + Connections + + + NumberOfConnections + + + 4 + + + + + Geometry + + + HeatTransferArea + + + 12.0 + + + + + Geometry + + + NumberOfPasses + + + 2 + + + + + Geometry + + + Count Of Tubes + + + 120 + + + + + Geometry + + + ShellDiameter + + + 0.600 + + + + + Geometry + + + PlateThickness + + + 0.005 + + + + + Geometry + + + PlateType + + + FramePlate + + + + + Materials + + + Shell Material Type + + + CarbonSteel + + + + + Materials + + + TubeMaterial + + + Copper + + + + + Materials + + + PlateMaterial + + + StainlessSteel + + + + + Materials + + + GasketMaterial + + + Nitrile + + + + + Materials + + + CorrosionAllowance + + + 0.002 + + + + + Controls and Safety + + + HasBypassValve + + + true + + + + + Controls and Safety + + + BypassValveSize + + + 0.050 + + + + + Controls and Safety + + + HasIsolationValves + + + true + + + + + Controls and Safety + + + HasTemperatureSensors + + + true + + + + + Controls and Safety + + + HasPressureSensors + + + true + + + + + Controls and Safety + + + ControlSignalType + + + 4-20mA + + + + + Installation + + + Install Date + + + 2025-08-01 + + + + + Installation + + + MountingPoints + + + 4 + + + + + Installation + + + AnchorageRequirements + + + Concrete anchor M16 at 4 corners + + + + + Installation + + + ClearanceForMaintenance + + + 0.600 + + + + + Installation + + + InsulationType + + + PIR + + + + + Maintenance + + + RecommendedCleaningInterval + + + 365 + + + + + Maintenance + + + AccessForInspection + + + HatchAccess + + + + + Maintenance + + + SparePartsList + + + Spare gaskets;Tube bundle kit;Fixing bolts set + + + + + Maintenance + + + Expected Service Life + + + 20 + + + + + Manufacturer Info + + + Brand + + + HeatExchCo + + + + + Manufacturer Info + + + Model Code + + + HEX-3000A + + + + + Product Materials + + + Lot Code + + + LOT-2025-01 + + + + + Quantities + + + Overall Weight + + + 270.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_086_IFCHEATEXCHANGERTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_086_IFCHEATEXCHANGERTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..acf9c3eee7e2c863920f5337b3618aa8412bfc15 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_086_IFCHEATEXCHANGERTYPE.ids @@ -0,0 +1,635 @@ + + + + 熱交換器 + + + + + + + IFCHEATEXCHANGERTYPE + + + + + + + EnvironmentalImpactIndicators + + + Reference + + + AC/GC + + + + + EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 直入 + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + false + + + + + Uncertainty + + + UncertaintyDescription + + + 付属スイッチ + + + + + ElectricalDeviceCommon + + + NominalFrequencyRange + + + 50 + + + + + ElectricalDeviceCommon + + + NumberOfPoles + + + 4 + + + + + ElectricalDeviceCommon + + + PowerFactor + + + 0.95 + + + + + ElectricalDeviceCommon + + + RatedCurrent + + + 3 + + + + + ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 1 + + + + + ManufacturerTypeInformation + + + ModelReference + + + HEX-AC200-01 + + + + + Warranty + + + IsExtendedWarranty + + + false + + + + + MaintenanceTriggerDuration + + + DurationTargetPerformance + + + P65D + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P71D + + + + + MaintenanceStrategy + + + AssetCriticality + + + High + + + + + MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P0D + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 0 + + + + + MaintenanceTriggerDuration + + + DurationDisposalLevel + + + P250D + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 250 + + + + + MaintenanceTriggerPerformance + + + PerformanceMaintenanceLevel + + + 100000 + + + + + MaintenanceTriggerPerformance + + + ReplacementLevel + + + 250 + + + + + MaintenanceTriggerPerformance + + + DisposalLevel + + + 0 + + + + + ManufacturerTypeInformation + + + ArticleNumber + + + 2024-LED-00123 + + + + + EnvironmentalImpactIndicators + + + ExpectedServiceLife + + + 15 + + + + + ElectricalDeviceCommon + + + RatedVoltage + + + 12 + + + + + ManufacturerTypeInformation + + + ModelLabel + + + HEU-1F-1 + + + + + Condition + + + AssessmentDescription + + + 本体外観に異常なし + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + HEU + + + + + HeatExchangerTypeCommon + + + Reference + + + 低層系統 + + + + + ConstructionAdministration + + + ProcurementMethod + + + 機器一式調達 + + + + + Condition + + + AssessmentCondition + + + 運転時 + + + + + Condition + + + AssessmentType + + + 仕様確認 + + + + + ElectricalDeviceCommon + + + Power + + + 1000 + + + + + ElectricalDeviceCommon + + + NominalPowerConsumption + + + 0.3 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 293.15 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.60 + + + + + ElementSize + + + NominalLength + + + 1.0 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 10 + + + + + ElementSize + + + NominalWidth + + + 1.0 + + + + + HeatExchangerTypeCommon + + + FlowArrangement + + + 対向流 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 100 + + + + + ElectricalDeviceCommon + + + HeatDissipation + + + 0 + + + + + ElementSize + + + NominalHeight + + + 0.2 + + + + + ElementKinematics + + + MinimumTime + + + 0.5 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 303.15 + + + + + Tolerance + + + OverallTolerance + + + 100 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 10 + + + + + Tolerance + + + HorizontalTolerance + + + 500 + + + + + EnvironmentalCondition + + + SaltMistLevel + + + 高湿環境 + + + + + Tolerance + + + VerticalTolerance + + + 500 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.5 + + + + + Tolerance + + + PlanarFlatness + + + 500 + + + + + EnvironmentalCondition + + + SmokeLevel + + + 低煙環境 + + + + + Tolerance + + + OverallStraightness + + + 225 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 595 + + + + + HeatExchangerBaseQuantities + + + GrossWeight + + + 595 + + + + + Tolerance + + + OrthogonalStraightness + + + 100 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_087_IFCUNITARYEQUIPMENTTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_087_IFCUNITARYEQUIPMENTTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..a9b3ff2232d60f9e80574626cd4fb0be730bc22b --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_087_IFCUNITARYEQUIPMENTTYPE.ids @@ -0,0 +1,591 @@ + + + + 空調機情報照査 + + + + + + + IFCUNITARYEQUIPMENTTYPE + + + + + + + 熱性能基準 + + + 基準冷却出力[kW] + + + 38 + + + + + 熱性能基準 + + + 除湿寄与出力[kW] + + + 27 + + + + + 熱性能基準 + + + 基準加熱出力[kW] + + + 61 + + + + + 入口条件 + + + 冬季入口乾球温度[℃] + + + 7 + + + + + 入口条件 + + + 夏季入口乾球温度[℃] + + + 34 + + + + + 構成品管理 + + + 標準同梱品 + + + 防振架台セット + + + + + 系統構成 + + + 枝分岐接続数 + + + 3 + + + + + 静音評価 + + + 外装面音圧[dB(A)] + + + 47 + + + + + 振動評価 + + + 架台伝達係数 + + + 0.58 + + + + + 電源計画 + + + 電源識別コード + + + E-07 + + + + + 電源計画 + + + 配線管路組合せ + + + φ12.7/φ25.4 + + + + + 交換能力 + + + 定格熱交換量[kW] + + + 29 + + + + + 駆動構成 + + + 可変送風対応 + + + true + + + + + 駆動構成 + + + 高効率駆動採用 + + + false + + + + + 駆動構成 + + + 周波数変換制御採用 + + + true + + + + + 個体台帳 + + + 製品管理記号 + + + AHU-XR-26041 + + + + + 個体台帳 + + + 基準据付日 + + + 2025-06-12 + + + + + 個体台帳 + + + 登録台数 + + + 6 + + + + + 風路計画 + + + 総搬送量[m3/h] + + + 8200 + + + + + 風路計画 + + + 供給側搬送量[m3/h] + + + 7800 + + + + + 風路計画 + + + 還流側搬送量[m3/h] + + + 5900 + + + + + 風路計画 + + + 外気導入量[m3/h] + + + 1900 + + + + + 風路計画 + + + 排出側搬送量[m3/h] + + + 1700 + + + + + 流体計画 + + + 冷却系流量[l/min] + + + 210 + + + + + 流体計画 + + + 加熱系流量[l/min] + + + 230 + + + + + 流体計画 + + + 共用系流量[l/min] + + + 440 + + + + + 基準適合 + + + 参照規格 + + + AHRI410 + + + + + 内部構成 + + + 熱交換列数 + + + 6 + + + + + 外装仕様 + + + 筐体材質 + + + 溶融亜鉛めっき鋼板 + + + + + 清浄構成 + + + ろ材仕様 + + + 中性能フィルタ + + + + + 耐久指標 + + + 耐震評価値[G] + + + 1.5 + + + + + 回転体管理 + + + 標準運転段数[min-1] + + + 2 + + + + + 音響性能 + + + 定格運転音圧[dB(A)] + + + 76 + + + + + 熱回収指標 + + + 全熱回収率_夏期[%] + + + 52 + + + + + 熱回収指標 + + + 全熱回収率_冬期[%] + + + 57 + + + + + 熱回収指標 + + + 顕熱回収率[%] + + + 61 + + + + + 外形管理 + + + 機器幅W[mm] + + + 2100 + + + + + 外形管理 + + + 機器奥行D[mm] + + + 2650 + + + + + 外形管理 + + + 機器高さH[mm] + + + 1750 + + + + + 質量管理 + + + 乾燥質量[kg] + + + 940 + + + + + 質量管理 + + + 運用質量[kg] + + + 1310 + + + + + 熱交換構成 + + + 交換器組合せ + + + 冷水コイル単独 + + + + + 加湿構成 + + + 湿度付与方式 + + + 蒸気噴霧式 + + + + + 送風構成 + + + 送風機型式 + + + プラグファン + + + + + 温湿度基準 + + + 室内乾球温度[℃] + + + 24 + + + + + 温湿度基準 + + + 室内湿球温度[℃] + + + 17.8 + + + + + 温湿度基準 + + + 外気乾球温度[℃] + + + 33.2 + + + + + 温湿度基準 + + + 外気湿球温度[℃] + + + 27 + + + + + 温湿度基準 + + + 目標露点温度[℃] + + + 14 + + + + + 抵抗評価 + + + 冷却系損失圧[kPa] + + + 41 + + + + + 抵抗評価 + + + 加熱系損失圧[kPa] + + + 37 + + + + + 抵抗評価 + + + 共用系損失圧[kPa] + + + 39 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_088_IFCUNITARYEQUIPMENTTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_088_IFCUNITARYEQUIPMENTTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..b4f2eab39564e2faa25faeb63f421cd1d52a7fa3 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_088_IFCUNITARYEQUIPMENTTYPE.ids @@ -0,0 +1,591 @@ + + + + 空調機 + + + + + + + IFCUNITARYEQUIPMENTTYPE + + + + + + + 機械-負荷 + + + 設計冷房能力 [kW] + + + 56 + + + + + 機械-負荷 + + + 設計冷房能力_顕熱 [kW] + + + 38 + + + + + 機械-負荷 + + + 設計暖房能力 [kW] + + + 62 + + + + + 機械-負荷 + + + 冬期吸込乾球温度 [℃] + + + 7 + + + + + 機械-負荷 + + + 夏期吸込乾球温度 [℃] + + + 33 + + + + + データ + + + 付属品 + + + 防振ゴムセット + + + + + データ + + + 台数_冷媒分岐ユニット + + + 3 + + + + + データ + + + 騒音レベル [dB(A)] + + + 48 + + + + + データ + + + 振動伝達率 + + + 0.65 + + + + + 電気-負荷 + + + 回路番号 + + + C-07 + + + + + 電気-負荷 + + + 配線配管サイズ + + + φ19.05/9.52 + + + + + 機械 + + + 設計冷却能力 [kW] + + + 32 + + + + + 機械 + + + 送風量制御の有無 + + + true + + + + + 機械 + + + 高効率電動機の有無 + + + true + + + + + 機械 + + + インバーターの有無 + + + true + + + + + その他 + + + 製造番号 + + + 2025-ACU-00456 + + + + + その他 + + + 設置年月 + + + 2023-07-15 + + + + + その他 + + + 個数 + + + 10 + + + + + 風量仕様情報 + + + 送風量 [m3/h] + + + 12000 + + + + + 風量仕様情報 + + + 給気量 [m3/h] + + + 12000 + + + + + 風量仕様情報 + + + 還気量 [m3/h] + + + 8000 + + + + + 風量仕様情報 + + + 外気量 [m3/h] + + + 4000 + + + + + 風量仕様情報 + + + 排気量 [m3/h] + + + 3500 + + + + + 水量仕様情報 + + + 冷水量 [l/min] + + + 280 + + + + + 水量仕様情報 + + + 温水量 [l/min] + + + 300 + + + + + 水量仕様情報 + + + 冷温水量 [l/min] + + + 580 + + + + + 一般仕様情報 + + + 認証・規格 + + + JIS B8601 + + + + + 一般仕様情報 + + + コイル列数 + + + 6 + + + + + 一般仕様情報 + + + 材質 + + + SUS304 + + + + + 一般仕様情報 + + + フィルター形式 + + + 高性能 + + + + + 一般仕様情報 + + + 耐震強度 [G] + + + 1.8 + + + + + 一般仕様情報 + + + 回転数 [min-1] + + + 2 + + + + + 一般仕様情報 + + + 騒音レベル [dB(A)] + + + 78 + + + + + 一般仕様情報 + + + エンタルピ交換効率_冷房 [%] + + + 55 + + + + + 一般仕様情報 + + + エンタルピ交換効率_暖房 [%] + + + 52 + + + + + 一般仕様情報 + + + 温度交換効率 [%] + + + 60 + + + + + 一般仕様情報 + + + 外形寸法 W [mm] + + + 2200 + + + + + 一般仕様情報 + + + 外形寸法 D [mm] + + + 3600 + + + + + 一般仕様情報 + + + 外形寸法 H [mm] + + + 1600 + + + + + 一般仕様情報 + + + 製品質量 [kg] + + + 980 + + + + + 一般仕様情報 + + + 運転質量 [kg] + + + 1415 + + + + + 一般仕様情報 + + + コイル形式 + + + 直膨+温水 + + + + + 一般仕様情報 + + + 加湿方式 + + + スチーム噴霧 + + + + + 一般仕様情報 + + + ファンの種類 + + + プラグファン + + + + + 空気温度仕様情報 + + + 空気温度DB [℃] + + + 24 + + + + + 空気温度仕様情報 + + + 空気温度WB [℃] + + + 17.2 + + + + + 空気温度仕様情報 + + + 外気空気温度DB [℃] + + + 33 + + + + + 空気温度仕様情報 + + + 外気空気温度WB [℃] + + + 26 + + + + + 空気温度仕様情報 + + + 露点温度 [℃] + + + 14 + + + + + 水抵抗仕様情報 + + + 冷水圧力損失 [kPa] + + + 55 + + + + + 水抵抗仕様情報 + + + 温水圧力損失 [kPa] + + + 46 + + + + + 水抵抗仕様情報 + + + 冷温水圧力損失 [kPa] + + + 51 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_089_IFCFLOWTERMINAL.ids b/data/output_ids/IFC2X3/IFC2X3_089_IFCFLOWTERMINAL.ids new file mode 100644 index 0000000000000000000000000000000000000000..51a7b000ce2089c8231ba214ae9a2e65f078264e --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_089_IFCFLOWTERMINAL.ids @@ -0,0 +1,569 @@ + + + + FlowTerminal + + + + + + + IFCFLOWTERMINAL + + + + + + + EnvironmentalImpactIndicators + + + Reference + + + Terminal-01 + + + + + Pset_ElectricalDeviceCommon + + + InsulationStandardClass + + + Class I Appliance + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + DiffuserCo + + + + + ConstructionOccurence + + + ModelNumber + + + FT-2025-A + + + + + ElectricalDeviceCommon + + + EarthingStyle + + + TN-S + + + + + MaintenanceStrategy + + + MonitoringType + + + RoutineInspection + + + + + ElementSize + + + NominalHeight + + + 2.70 + + + + + ElectricalDeviceCommon + + + Power + + + 12.5 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.25 + + + + + Tolerance + + + PlanarFlatness + + + 0.05 + + + + + Tolerance + + + HorizontalFlatness + + + 0.40 + + + + + ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 1 + + + + + ElectricalDeviceCommon + + + NominalPowerConsumption + + + 0.125 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 50.0 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 4.0 + + + + + ElementKinematics + + + LinearRange + + + 30.0 + + + + + Condition + + + AssessmentDescription + + + Slot diffuser + + + + + ElectricalDeviceCommon + + + NumberOfPoles + + + 2 + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 0.50 + + + + + EnvironmentalImpactValues + + + RadioactiveWaste + + + 0.015 + + + + + Pset_Risk + + + RiskType + + + Environmental Issues + + + + + ElectricalDeviceCommon + + + HeatDissipation + + + 5.0 + + + + + Uncertainty + + + LinearUncertainty + + + 3.5 + + + + + Pset_ElectricalDeviceCommon + + + NominalFrequencyRange + + + 50 + + + + + MaintenanceTriggerPerformance + + + DisposalLevel + + + 45.0 + + + + + MaintenanceTriggerPerformance + + + PerformanceMaintenanceLevel + + + 32.0 + + + + + MaintenanceTriggerPerformance + + + ReplacementLevel + + + 0.00 + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + 0-10V control + + + + + Pset_ElectricalDeviceCommon + + + IP_Code + + + IP54 + + + + + Condition + + + AssessmentCondition + + + Commissioning + + + + + MaintenanceTriggerCondition + + + ConditionMaintenanceLevel + + + Moderate + + + + + Condition + + + AssessmentType + + + VisualInspection + + + + + Condition + + + LastAssessmentReport + + + RPT-FT-01 + + + + + ElementSize + + + NominalLength + + + 0.300 + + + + + MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P1D + + + + + EnvironmentalImpactIndicators + + + IndicatorsUnit + + + kgCO2e/unit + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P1D + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 23 37 13 + + + + + ElectricalDeviceCommon + + + RatedCurrent + + + 0.5 + + + + + ElectricalDeviceCommon + + + PowerFactor + + + 0.95 + + + + + ElectricalDeviceCommon + + + RatedVoltage + + + 24 + + + + + ConstructionOccurence + + + AssetIdentifier + + + Zone-01 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + DiffuserCo standard + + + + + ConstructionOccurence + + + TagNumber + + + FT-2025-A + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + ElementSize + + + NominalWidth + + + 0.600 + + + + + BodyGeometryValidation + + + NetVolume + + + 0.200 + + + + + Tolerance + + + OverallTolerance + + + 0.100 + + + + + BodyGeometryValidation + + + NetSurfaceArea + + + 10.0 + + + + + BodyGeometryValidation + + + GrossVolume + + + 11.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_090_IFCFLOWTERMINAL.ids b/data/output_ids/IFC2X3/IFC2X3_090_IFCFLOWTERMINAL.ids new file mode 100644 index 0000000000000000000000000000000000000000..e5bb13c9b4c3559159aabfd59a13b313a4564166 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_090_IFCFLOWTERMINAL.ids @@ -0,0 +1,602 @@ + + + + スプリンクラー + + + + + + + IFCFLOWTERMINAL + + + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.50 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 50 + + + + + Condition + + + AssessmentCondition + + + 竣工時 + + + + + Condition + + + AssessmentType + + + 型式確認 + + + + + Risk + + + AssociatedLocation + + + 低層系統 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 屋内消火栓 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + 閉鎖型 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + false + + + + + ConstructionOccurence + + + ModelNumber + + + HB-1 + + + + + MaintenanceTriggerDuration + + + DurationTargetPerformance + + + P300D + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P1D + + + + + MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P800D + + + + + Pset_Warranty + + + WarrantyContent + + + 架橋ポリエチレン対応 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + JIS B0000 + + + + + MaintenanceTriggerDuration + + + DurationDisposalLevel + + + P25000D + + + + + Risk + + + AssociatedActivity + + + 9 消火設備 + + + + + ConstructionAdministration + + + ProcurementMethod + + + 設備一式調達 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-SP-2025-01 + + + + + Condition + + + AssessmentDescription + + + 耐圧試験および外観確認済み + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 10000 + + + + + Condition + + + AssessmentMethod + + + DOC-SPK-INSP-01 + + + + + Condition + + + LastAssessmentReport + + + RPT-SPK-2025-01 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + SP-53W-01 + + + + + ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 04912345000053 + + + + + Warranty + + + PointOfContact + + + 防災設備窓口 + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + SUB-SP-01 + + + + + ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-SPK-01 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-SPK-SAFE-01 + + + + + Tolerance + + + ToleranceDescription + + + 据付許容差基準書参照 + + + + + ElectricalDeviceCompliance + + + ExplosiveAtmosphereStandardsCompliance + + + false + + + + + Risk + + + RiskName + + + 誤放水 + + + + + Pset_Risk + + + NatureOfRisk + + + 誤作動による放水 + + + + + Risk + + + RiskAssessmentMethodology + + + 定期点検評価 + + + + + Risk + + + MitigationPlanned + + + 保護カバー設置 + + + + + Risk + + + MitigationProposed + + + 年次点検強化 + + + + + Risk + + + AssociatedProduct + + + 散水ヘッド + + + + + Pset_Warranty + + + Exclusions + + + 凍結損傷は保証対象外 + + + + + ConstructionOccurence + + + TagNumber + + + SPK-01 + + + + + Warranty + + + WarrantyPeriod + + + P2Y + + + + + EnergyRequirements + + + EnergySourceLabel + + + 非常電源 + + + + + ServiceLife + + + MeanTimeBetweenFailure + + + P365D + + + + + Condition + + + AssessmentFrequency + + + 30 + + + + + EnergyRequirements + + + EnergyConsumption + + + 44 + + + + + EnergyRequirements + + + PowerDemand + + + 42 + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + DOC-SPK-OPS-01 + + + + + EnergyRequirements + + + EnergyConversionEfficiency + + + 0.85 + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 0 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + A社 + + + + + Condition + + + NextAssessmentDate + + + 2026-01-01 + + + + + ServiceLife + + + ServiceLifeDuration + + + P3650D + + + + + ConstructionOccurence + + + InstallationDate + + + 2025-01-01 + + + + + ConstructionOccurence + + + AssetIdentifier + + + SPK-ZONE1-01 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_091_IFCALARMTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_091_IFCALARMTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..308a5c83f7d69aa1ca186c71b2c9831da387c9af --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_091_IFCALARMTYPE.ids @@ -0,0 +1,525 @@ + + + + Alarm + + + + + + + IFCALARMTYPE + + + + + + + Product Basics + + + Basic Manufacturer + + + SentinelWorks + + + + + Product Basics + + + Submittal Code + + + ALM-2030-B + + + + + Product Basics + + + Alarm Condition + + + Smoke + + + + + Product Basics + + + Normal Status + + + Installed + + + + + Warranty + + + Warranty Summary + + + Battery backup included + + + + + Electrical + + + Protective Earth + + + true + + + + + Service Life + + + Replacement Duration + + + P12D + + + + + Electrical + + + IP Code + + + IP66 + + + + + Administration + + + Procurement Method + + + Turnkey supply + + + + + Electrical + + + Nominal Frequency + + + 60 + + + + + Electrical + + + Power Factor + + + 1.0 + + + + + Electrical + + + Rated Voltage + + + 100.0 + + + + + Electrical + + + Heat Dissipation + + + 85.0 + + + + + Electrical + + + Nominal Power + + + 0.5 + + + + + Environment + + + Storage Temperature + + + 12.0 + + + + + Environment + + + Reference Humidity + + + 0.3 + + + + + Environment + + + Seismic Rating + + + 0.01 + + + + + Condition + + + Assessment Condition + + + Commissioning + + + + + Condition + + + Assessment Type + + + Sensitivity test + + + + + Electrical + + + Rated Current + + + 180.0 + + + + + Electrical + + + Device Power + + + 30.0 + + + + + Environment + + + Reference Temperature + + + 248.15 + + + + + Communications + + + Protocol + + + BACnet + + + + + Communications + + + Connection Mode + + + Wireless + + + + + Documents + + + Operation Manual + + + DOC-ALM-OPS-01 + + + + + Warranty + + + Extended Warranty + + + false + + + + + Service Life + + + Service Life Duration + + + P5Y + + + + + Service Life + + + Mean Time Between Failure + + + P1Y + + + + + Condition + + + Assessment Notes + + + Active state + + + + + Condition + + + Assessment Report + + + RPT-ALM-01 + + + + + Product Basics + + + Model Number + + + SA-220 + + + + + Risk + + + Risk Name + + + False alarm + + + + + Installation + + + Installation Tolerance + + + Mounting tolerance per installation guide + + + + + Product Basics + + + Backup Part Number + + + BKP-ANC-01 + + + + + Risk + + + Associated Location + + + Main entrance wall + + + + + Installation + + + Vertical Tolerance + + + 0.40 + + + + + Warranty + + + Warranty Exclusions + + + Use halogen-free cable; min 1.5sq + + + + + Electrical + + + Number of Poles + + + 14 + + + + + Maintenance + + + Maintenance Interval + + + P270D + + + + + Condition + + + Assessment Date + + + 2025-07-31 + + + + + Product Basics + + + Reference Code + + + MP-007 + + + + + Warranty + + + Warranty Period + + + P3Y + + + + + Warranty + + + Contact Point + + + SentinelWorks support + + + + + Administration + + + Specification Section + + + ALM-2030-B + + + + + Product Basics + + + Trade Item Number + + + 04912345000007 + + + + + Quantities + + + Gross Weight + + + 1.3 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_092_IFCALARMTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_092_IFCALARMTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..c674bc8ec0735df37ec5748355a18d0b54ee5b04 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_092_IFCALARMTYPE.ids @@ -0,0 +1,525 @@ + + + + Alarm + + + + + + + IFCALARMTYPE + + + + + + + ManufacturerTypeInformation + + + Manufacturer + + + SentinelWorks + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + ALM-2030-B + + + + + AlarmTypeCommon + + + AlarmCondition + + + Smoke + + + + + AlarmTypeCommon + + + Status + + + Existing + + + + + Warranty + + + WarrantyContent + + + Battery backup included + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + EnvironmentalImpactValues + + + Duration + + + P12D + + + + + ElectricalDeviceCommon + + + IP_Code + + + IP66 + + + + + ConstructionAdministration + + + ProcurementMethod + + + Turnkey supply + + + + + ElectricalDeviceCommon + + + NominalFrequencyRange + + + 60 + + + + + ElectricalDeviceCommon + + + PowerFactor + + + 1.0 + + + + + ElectricalDeviceCommon + + + RatedVoltage + + + 100.0 + + + + + ElectricalDeviceCommon + + + HeatDissipation + + + 85.0 + + + + + ElectricalDeviceCommon + + + NominalPowerConsumption + + + 0.5 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 12.0 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.3 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.01 + + + + + Condition + + + AssessmentCondition + + + Commissioning + + + + + Condition + + + AssessmentType + + + Sensitivity test + + + + + ElectricalDeviceCommon + + + RatedCurrent + + + 180.0 + + + + + ElectricalDeviceCommon + + + Power + + + 30.0 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 248.15 + + + + + ManufacturerTypeInformation + + + ModelReference + + + BACnet + + + + + ManufacturerTypeInformation + + + ModelLabel + + + Wireless + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + DOC-ALM-OPS-01 + + + + + Warranty + + + IsExtendedWarranty + + + false + + + + + ServiceLife + + + ServiceLifeDuration + + + P5Y + + + + + ServiceLife + + + MeanTimeBetweenFailure + + + P1Y + + + + + Condition + + + AssessmentDescription + + + Active state + + + + + Condition + + + LastAssessmentReport + + + RPT-ALM-01 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-ALM-SAFE-01 + + + + + Risk + + + RiskName + + + False alarm + + + + + Tolerance + + + ToleranceDescription + + + Mounting tolerance per installation guide + + + + + ManufacturerTypeInformation + + + ArticleNumber + + + BKP-ANC-01 + + + + + Risk + + + AssociatedLocation + + + Main entrance wall + + + + + Tolerance + + + VerticalTolerance + + + 0.40 + + + + + Warranty + + + Exclusions + + + Use halogen-free cable; min 1.5sq + + + + + ElectricalDeviceCommon + + + NumberOfPoles + + + 14 + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P270D + + + + + Condition + + + AssessmentDate + + + 2025-07-31 + + + + + AlarmTypeCommon + + + Reference + + + MP-007 + + + + + Warranty + + + WarrantyPeriod + + + P3Y + + + + + Warranty + + + PointOfContact + + + SentinelWorks support + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + ALM-2030-B + + + + + ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + LOT-2030-07 + + + + + AlarmBaseQuantities + + + GrossWeight + + + 1.3 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_093_IFCAIRTERMINALTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_093_IFCAIRTERMINALTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..0b6d7842baf3655592585fa696f7ea8e6b8f863f --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_093_IFCAIRTERMINALTYPE.ids @@ -0,0 +1,525 @@ + + + + AirTerminal + + + + + + + IFCAIRTERMINALTYPE + + + + + + + Product Basics + + + Brand + + + DiffuserCo + + + + + Product Basics + + + Model Code + + + AT-2025-A + + + + + Product Basics + + + Surface Coating + + + PowderCoated + + + + + Product Basics + + + Mounting Category + + + Ceiling + + + + + Product Basics + + + MountingHeight + + + 2.70 + + + + + Product Basics + + + OverallDimensions + + + 0.600x0.300x0.100 + + + + + Product Basics + + + Unit Weight + + + 1.2 + + + + + Air Performance + + + DesignAirFlowRate + + + 0.25 + + + + + Air Performance + + + MinAirFlowRate + + + 0.05 + + + + + Air Performance + + + MaxAirFlowRate + + + 0.40 + + + + + Air Performance + + + ThrowDistance + + + 4.0 + + + + + Air Performance + + + SpreadAngle + + + 30.0 + + + + + Air Performance + + + Pattern Category + + + Slot + + + + + Air Performance + + + SupplyOrExtract + + + Supply + + + + + Duct Connection + + + NominalConnectionSize + + + 0.125 + + + + + Duct Connection + + + ConnectionShape + + + Rectangular + + + + + Duct Connection + + + ConnectionOrientation + + + Horizontal + + + + + Duct Connection + + + RoughInHeight + + + 0.300 + + + + + Duct Connection + + + RoughInDistanceFromWall + + + 0.100 + + + + + Duct Connection + + + ConnectionFlangeStandard + + + DIN + + + + + Performance + + + PressureDropAtDesign + + + 50.0 + + + + + Performance + + + SoundPowerLevel + + + 45.0 + + + + + Performance + + + SoundPressureLevelAtDistance + + + 32.0 + + + + + Performance + + + ThrowVariation + + + 0.10 + + + + + Controls + + + HasMotorizedDamper + + + true + + + + + Controls + + + HasControlDamper + + + true + + + + + Controls + + + ActuatorSupply + + + 24V + + + + + Controls + + + ControlSignalType + + + 0-10V + + + + + Controls + + + HasPositionFeedback + + + true + + + + + Fire and Smoke + + + IsFireDamperRequired + + + true + + + + + Fire and Smoke + + + IsSmokeDamperRequired + + + true + + + + + Fire and Smoke + + + Fire Resistance Level + + + EI60 + + + + + Fire and Smoke + + + FireSealType + + + Intumescent + + + + + Installation + + + FixingDetails + + + Screw fix to ceiling;Clip-in mounting with bracket + + + + + Installation + + + ClearanceForMaintenance + + + 0.50 + + + + + Installation + + + InstallationOrientation + + + Ceiling + + + + + Installation + + + Install Date + + + 2025-08-01 + + + + + Installation + + + HandlingInstructions + + + Install with bracket; avoid impact + + + + + Maintenance + + + MaintenanceInterval + + + 180 + + + + + Maintenance + + + FilterReplacementInterval + + + 90 + + + + + Maintenance + + + AccessForInspection + + + HatchAccess + + + + + Maintenance + + + SparePartsList + + + Filter kit;Fixing screws;Grille + + + + + Manufacturer Info + + + Brand + + + DiffuserCo + + + + + Manufacturer Info + + + Model Code + + + AT-2025-A + + + + + Product Materials + + + Lot Code + + + LOT-2025-01 + + + + + Quantities + + + Overall Weight + + + 11.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_094_IFCAIRTERMINALTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_094_IFCAIRTERMINALTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..104c640569f998d6771684ad5fb8a9ccbab68b18 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_094_IFCAIRTERMINALTYPE.ids @@ -0,0 +1,514 @@ + + + + 排煙口 + + + + + + + IFCAIRTERMINALTYPE + + + + + + + AirTerminalTypeCommon + + + NumberOfSlots + + + 2 + + + + + AirTerminalTypeCommon + + + Reference + + + SMK-AT-01 + + + + + ManufacturerTypeInformation + + + ModelReference + + + SMK-AT-200 + + + + + Condition + + + LastAssessmentReport + + + RPT-SMOKE-2025-01 + + + + + EnvironmentalImpactIndicators + + + Reference + + + 排煙口 + + + + + EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 1台 + + + + + Uncertainty + + + UncertaintyDescription + + + 設置位置補正値 + + + + + ElectricalDeviceCommon + + + NumberOfPoles + + + 2 + + + + + Condition + + + AssessmentDescription + + + 定期点検済み + + + + + EnvironmentalImpactIndicators + + + ExpectedServiceLife + + + 15 + + + + + ElementKinematics + + + MinimumTime + + + 0.2 + + + + + Risk + + + RiskName + + + 排煙性能低下 + + + + + AirTerminalTypeCommon + + + SlotLength + + + 0.600 + + + + + ElectricalDeviceCommon + + + RatedCurrent + + + 2 + + + + + Tolerance + + + ToleranceDescription + + + 公共建築工事標準仕様書(機械設備工事編)令和4年版 + + + + + ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 1 + + + + + ManufacturerTypeInformation + + + ModelLabel + + + 煙感知連動型 + + + + + Risk + + + AssociatedLocation + + + 低層EVホール + + + + + AirTerminalBaseQuantities + + + Perimeter + + + 2.10 + + + + + Warranty + + + PointOfContact + + + 設備担当窓口 + + + + + Warranty + + + Exclusions + + + 消耗部品は除く + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 23 34 00 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.20 + + + + + AirTerminalTypeCommon + + + FinishColour + + + アルミ製 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 300 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 313.15 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 850 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.7 + + + + + Uncertainty + + + VerticalUncertainty + + + 0.020 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + Warranty + + + WarrantyContent + + + 防錆塗装を含む + + + + + ManufacturerTypeInformation + + + ArticleNumber + + + SMK-AT-200 + + + + + Risk + + + AssociatedActivity + + + 3 排煙設備 + + + + + ConstructionAdministration + + + ProcurementMethod + + + 設備一式調達 + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + DOC-SMOKE-OPS-01 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-SMOKE-SAFE-01.pdf + + + + + EnvironmentalImpactIndicators + + + IndicatorsUnit + + + kgCO2e/unit + + + + + ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-SMOKE-2025.pdf + + + + + AirTerminalBaseQuantities + + + GrossWeight + + + 18.5 + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + SUB-SMOKE-01 + + + + + MaintenanceTriggerCondition + + + ConditionMaintenanceLevel + + + + + + + + Condition + + + AssessmentMethod + + + DOC-SMOKE-TEST-01.pdf + + + + + AirTerminalTypeCommon + + + SlotWidth + + + 0.025 + + + + + ElectricalDeviceCommon + + + NominalFrequencyRange + + + 50 + + + + + Condition + + + AssessmentDate + + + 2021-03-23 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_095_IFCPUMPTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_095_IFCPUMPTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..387cb78cfd1a85b880393223a789a6591be7692b --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_095_IFCPUMPTYPE.ids @@ -0,0 +1,536 @@ + + + + ポンプタイプ情報照査用 + + + + + + + IFCPUMPTYPE + + + + + + + 運用分類 + + + 運転用途 + + + 冷温水搬送用 + + + + + 製品台帳 + + + シリーズ名称 + + + VLPシリーズ + + + + + 配置計画 + + + 設置ゾーン + + + 地下機械室B + + + + + 流体系統 + + + 接続回路名 + + + 中温水二次系 + + + + + 本体構成 + + + ポンプ様式 + + + インライン多段ポンプ + + + + + 品質計画 + + + 静粛化オプション + + + 防振ベース付 + + + + + 制御構成 + + + 制御パッケージ + + + 遠方監視対応 + + + + + 水理条件 + + + 定格循環量[l/min] + + + 720 + + + + + 水理条件 + + + 最大処理流量[l/min] + + + 810 + + + + + 圧力条件 + + + 設計差圧[kPa] + + + 260 + + + + + 圧力条件 + + + 戻り側許容圧[kPa] + + + 140 + + + + + 適合情報 + + + 参照基準 + + + ISO9906 + + + + + 材料構成 + + + 接液部主要材質 + + + ステンレス鋳鋼 + + + + + 耐久評価 + + + 許容振動係数[G] + + + 1.1 + + + + + 駆動条件 + + + 標準回転速度[min-1] + + + 1780 + + + + + 音響評価 + + + 定格音圧[dB(A)] + + + 68 + + + + + 外形条件 + + + 本体幅W[mm] + + + 480 + + + + + 外形条件 + + + 本体奥行D[mm] + + + 920 + + + + + 外形条件 + + + 本体高さH[mm] + + + 1180 + + + + + 重量条件 + + + 乾燥時質量[kg] + + + 295 + + + + + 重量条件 + + + 満水運転質量[kg] + + + 342 + + + + + 保守空間 + + + 背面作業余裕[mm] + + + 750 + + + + + 保守空間 + + + 前面作業余裕[mm] + + + 900 + + + + + 保守空間 + + + 左側作業余裕[mm] + + + 500 + + + + + 保守空間 + + + 右側作業余裕[mm] + + + 520 + + + + + 保守空間 + + + 上部引抜余裕[mm] + + + 850 + + + + + 保守空間 + + + 架台下余裕[mm] + + + 120 + + + + + 重量条件 + + + 搬入時総質量[kg] + + + 360 + + + + + 受電条件 + + + 供給周波数[Hz] + + + 60 + + + + + 受電条件 + + + 電源相数 + + + 3 + + + + + 受電条件 + + + 定格電圧[V] + + + 400 + + + + + 駆動条件 + + + 駆動機容量[kW] + + + 15 + + + + + 省エネ評価 + + + 平均運転消費電力[kW] + + + 9.8 + + + + + 駆動条件 + + + 電動機極数 + + + 4 + + + + + 受電条件 + + + 電源引込口数 + + + 2 + + + + + 運転分類 + + + 受電区分 + + + 常用系 + + + + + 起動計画 + + + 起動シーケンス + + + ソフトスタート + + + + + 駆動機仕様 + + + モータ効率区分 + + + IE4 + + + + + BCP対応 + + + バックアップ電源区分 + + + 非常用切替対応 + + + + + 運転制御 + + + 発停トリガー + + + 圧力センサ連動 + + + + + 運転制御 + + + 制御ロジック + + + 差圧一定制御 + + + + + 管理記号 + + + 制御盤参照番号 + + + MCP-VLP-22 + + + + + 管理記号 + + + 系統配線タグ + + + PWR-HYD-2B + + + + + 台数計画 + + + 並列運転台数 + + + 2 + + + + + 保全計画 + + + 定期交換消耗品点数 + + + 4 + + + + + データ管理 + + + 管理版数 + + + 7 + + + + + データ管理 + + + 登録基準日 + + + 2025-09-18 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_096_IFCPUMPTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_096_IFCPUMPTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..21fefc8a6707a6bba07be46941cfa4551cb13b77 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_096_IFCPUMPTYPE.ids @@ -0,0 +1,536 @@ + + + + ポンプ + + + + + + + IFCPUMPTYPE + + + + + + + 所要能力情報 + + + 記号 + + + PCH-2 + + + + + 所要能力情報 + + + 呼称 + + + 空調用ポンプ_横形 + + + + + 所要能力情報 + + + 符号 + + + PCH + + + + + 所要能力情報 + + + 系統名称 + + + 中層系統 + + + + + 所要能力情報 + + + 形式 + + + 立形渦巻ポンプ + + + + + 所要能力情報 + + + 特殊仕様 + + + 耐蝕仕様 + + + + + 所要能力情報 + + + 仕様 + + + 逆止弁一体 + + + + + 所要能力情報 + + + 設計水量 [l/min] + + + 1 + + + + + 水量仕様情報 + + + 吐水量 [l/min] + + + 1 + + + + + 水圧力仕様情報 + + + 揚程 [kPa] + + + 350 + + + + + 水圧力仕様情報 + + + 背圧 [kPa] + + + 80 + + + + + 一般仕様情報 + + + 認証・規格、認証・規格2~5 + + + JIS B1234 + + + + + 一般仕様情報 + + + 材質、材質2~7 + + + 鋳鉄製 + + + + + 一般仕様情報 + + + 耐震強度 [G] + + + 2 + + + + + 一般仕様情報 + + + 回転数 [min-1] + + + 1 + + + + + 一般仕様情報 + + + 騒音レベル [dB(A)] + + + 78 + + + + + 一般仕様情報 + + + 幅 [mm] + + + 1 + + + + + 一般仕様情報 + + + 奥行 [mm] + + + 750 + + + + + 一般仕様情報 + + + 高さ [mm] + + + 900 + + + + + 一般仕様情報 + + + 製品質量 [kg] + + + 320 + + + + + 一般仕様情報 + + + 運転質量 + + + 360 + + + + + 一般仕様情報 + + + 保守空間_背面 [mm] + + + 500 + + + + + 一般仕様情報 + + + 保守空間_前面 [mm] + + + 700 + + + + + 一般仕様情報 + + + 保守空間_左側 [mm] + + + 1 + + + + + 一般仕様情報 + + + 保守空間_右側 [mm] + + + 600 + + + + + 一般仕様情報 + + + 保守空間_上部 [mm] + + + 700 + + + + + 一般仕様情報 + + + 保守空間_下部 [mm] + + + 0 + + + + + 一般仕様情報 + + + 質量 [kg] + + + 380 + + + + + 電気仕様情報 + + + 周波数 [Hz] + + + 60 + + + + + 電気仕様情報 + + + + + + 3 + + + + + 電気仕様情報 + + + 電圧 [V] + + + 400 + + + + + 電気仕様情報 + + + 電動機出力 [kW] + + + 15 + + + + + 電気仕様情報 + + + 消費電力 [kW] + + + 18.2 + + + + + 電気仕様情報 + + + 極数 + + + 4 + + + + + 電気仕様情報 + + + 電源接続口 + + + 1 + + + + + 電気仕様情報 + + + 負荷分類 + + + 2_空調搬送 + + + + + 電気仕様情報 + + + 始動方式 + + + Y-Δ + + + + + 電気仕様情報 + + + 電動機種別 + + + IE3 + + + + + 電気仕様情報 + + + 電源種別 + + + 常用 + + + + + 電気仕様情報 + + + 発停方法 + + + 自動 + + + + + 電気仕様情報 + + + 制御方式 + + + 差圧一定 + + + + + 電気仕様情報 + + + 盤記号 + + + PANEL-1 + + + + + 電気仕様情報 + + + 幹線記号 + + + MFB-1 + + + + + 拡張仕様情報 + + + ユニット数 + + + 2 + + + + + テキスト情報 + + + 消耗品 + + + 1 + + + + + テキスト情報 + + + ファミリー版数 + + + 3 + + + + + テキスト情報 + + + データ作成年月 + + + 2019-04-15 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_097_IFCBOILERTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_097_IFCBOILERTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..dea338d8b2bfd1de08f6b47e1f9d0399f8abe750 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_097_IFCBOILERTYPE.ids @@ -0,0 +1,547 @@ + + + + Boiler + + + + + + + IFCBOILERTYPE + + + + + + + ManufacturerTypeInformation + + + Manufacturer + + + BoilerCo + + + + + BoilerTypeCommon + + + EnergySource + + + NaturalGas + + + + + ElectricalDeviceCommon + + + RatedVoltage + + + 50000.0 + + + + + Condition + + + AssessmentType + + + FuelVerification + + + + + ElectricalDeviceCommon + + + RatedCurrent + + + 0.95 + + + + + Pset_BoilerTypeCommon + + + IsWaterStorageHeater + + + true + + + + + Pset_BoilerTypeCommon + + + PressureRating + + + 10.0 + + + + + Pset_BoilerTypeCommon + + + WaterInletTemperatureRange + + + 200.0 + + + + + Pset_BoilerTypeCommon + + + OutletTemperatureRange + + + 0.300 + + + + + Pset_BoilerTypeCommon + + + NominalPartLoadRatio + + + 48000.0 + + + + + Pset_BoilerTypeCommon + + + NominalEnergyConsumption + + + 5.5 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 353.15 + + + + + Pset_BoilerTypeCommon + + + HeatTransferSurfaceArea + + + 50.0 + + + + + ElectricalDeviceCommon + + + PowerFactor + + + 0.40 + + + + + ElectricalDeviceCommon + + + NumberOfPoles + + + 24 + + + + + ElementSize + + + NominalLength + + + 0.050 + + + + + Pset_BoilerTypeCommon + + + WaterStorageCapacity + + + 0.050 + + + + + ElementSize + + + NominalWidth + + + 0.015 + + + + + ElectricalDeviceCommon + + + NominalPowerConsumption + + + 0.300 + + + + + Pset_BoilerTypeCommon + + + OperatingMode + + + Fixed + + + + + ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 4 + + + + + MaintenanceStrategy + + + MonitoringType + + + RemoteMonitoring + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + 4-20mA signal + + + + + ElectricalDeviceCommon + + + IP_Code + + + IP54 + + + + + ElectricalDeviceCommon + + + IK_Code + + + IK08 + + + + + Condition + + + AssessmentDescription + + + Combustion settings verified + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 350000 + + + + + Condition + + + AssessmentCondition + + + Commissioning + + + + + Risk + + + AssociatedLocation + + + PlantRoom + + + + + Warranty + + + WarrantyPeriod + + + P2Y + + + + + BoilerTypeCommon + + + Reference + + + PR-6 + + + + + Warranty + + + IsExtendedWarranty + + + true + + + + + Warranty + + + Exclusions + + + Ground continuity required + + + + + Condition + + + NextAssessmentDate + + + 2025-08-01 + + + + + Condition + + + LastAssessmentReport + + + RPT-BLR-01 + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P1D + + + + + ConstructionAdministration + + + ProcurementMethod + + + Package supply + + + + + ElementSize + + + NominalHeight + + + 5.0 + + + + + Condition + + + AssessmentFrequency + + + 365 + + + + + MaintenanceStrategy + + + AssetPriority + + + High + + + + + Condition + + + AssessmentDate + + + 2025-06-01 + + + + + EnvironmentalImpactIndicators + + + ExpectedServiceLife + + + 20 + + + + + Warranty + + + PointOfContact + + + BoilerCo service + + + + + ManufacturerTypeInformation + + + ModelLabel + + + BLR-5000 + + + + + ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + BoilerBaseQuantities + + + NetWeight + + + 450.0 + + + + + BoilerBaseQuantities + + + GrossWeight + + + 480.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_098_IFCBOILERTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_098_IFCBOILERTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..23570f6cc393c289513260fd9ec303faa2d11501 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_098_IFCBOILERTYPE.ids @@ -0,0 +1,591 @@ + + + + ボイラー + + + + + + + IFCBOILERTYPE + + + + + + + Condition + + + AssessmentCondition + + + 試運転時 + + + + + ManufacturerTypeInformation + + + ModelLabel + + + 小型貫流ボイラ + + + + + ManufacturerTypeInformation + + + ModelReference + + + BS + + + + + Risk + + + AssociatedLocation + + + 低層系統 + + + + + Condition + + + AssessmentType + + + 型式確認 + + + + + Condition + + + AssessmentDescription + + + 不明 + + + + + Condition + + + LastAssessmentReport + + + 不明 + + + + + ElectricalDeviceCommon + + + RatedCurrent + + + 10 + + + + + ElectricalDeviceCommon + + + RatedVoltage + + + 1000 + + + + + ElectricalDeviceCommon + + + NumberOfPoles + + + 1000 + + + + + Pset_BoilerTypeCommon + + + HeatTransferSurfaceArea + + + 1 + + + + + ElectricalDeviceCommon + + + NominalFrequencyRange + + + 100 + + + + + ElectricalDeviceCommon + + + PowerFactor + + + 1.00 + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + ElectricalDeviceCommon + + + HeatDissipation + + + 980 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + JIS B0000 + + + + + Warranty + + + WarrantyContent + + + 鋼製ボディ + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 1.5 + + + + + ElectricalDeviceCommon + + + Power + + + 80 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 1 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.30 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 298.15 + + + + + ElectricalDeviceCommon + + + NominalPowerConsumption + + + 2800 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 3000000 + + + + + ElementKinematics + + + LinearRange + + + 600 + + + + + Uncertainty + + + LinearUncertainty + + + 2 + + + + + Tolerance + + + OrthogonalStraightness + + + 600 + + + + + Uncertainty + + + HorizontalUncertainty + + + 600 + + + + + Tolerance + + + VerticalStraightness + + + 600 + + + + + Uncertainty + + + VerticalUncertainty + + + 600 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.3 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 333.15 + + + + + EnvironmentalCondition + + + SaltMistLevel + + + 高塩害 + + + + + EnvironmentalCondition + + + SmokeLevel + + + 低煙環境 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 100 + + + + + Tolerance + + + OverallTolerance + + + 100 + + + + + Tolerance + + + HorizontalTolerance + + + 100 + + + + + Tolerance + + + VerticalTolerance + + + 100 + + + + + ElectricalDeviceCommon + + + EarthingStyle + + + TN-S + + + + + ElectricalDeviceCommon + + + IK_Code + + + IK10 + + + + + SoundGeneration + + + SoundCurve + + + 200 + + + + + Pset_BoilerTypeCommon + + + NominalPartLoadRatio + + + 7.5 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 15 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 318.15 + + + + + ServiceLife + + + ServiceLifeDuration + + + P10Y + + + + + Risk + + + AssociatedActivity + + + 1_熱源類 + + + + + ConstructionAdministration + + + ProcurementMethod + + + メーカー直納 + + + + + Risk + + + RiskName + + + 一般 + + + + + Risk + + + RiskAssessmentMethodology + + + 中央発停 + + + + + Risk + + + MitigationPlanned + + + 比例制御 + + + + + Risk + + + MitigationProposed + + + 比例制御 + + + + + Risk + + + AssociatedProduct + + + 比例制御 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_099_IFCTANKTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_099_IFCTANKTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..daf6c32b7d8787306f972cc1eec0cd7255112837 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_099_IFCTANKTYPE.ids @@ -0,0 +1,701 @@ + + + + Tank + + + + + + + IFCTANKTYPE + + + + + + + Product Basics + + + BuilderName + + + TankCo + + + + + Product Basics + + + Model + + + TNK-30000 + + + + + Product Basics + + + Tank Form + + + Vertical + + + + + Product Basics + + + StandDirection + + + Vertical + + + + + Product Basics + + + Support Type + + + Skirt + + + + + Product Basics + + + Buried + + + true + + + + + Product Basics + + + Manway Size + + + 0.600 + + + + + Product Basics + + + Secondary Containment + + + true + + + + + Product Basics + + + Secondary Containment Volume + + + 5.0 + + + + + Geometry + + + TankDiameterValue + + + 3.00 + + + + + Geometry + + + TankHeightValue + + + 6.00 + + + + + Geometry + + + TankLengthValue + + + 8.00 + + + + + Geometry + + + Shell Thickness + + + 0.020 + + + + + Geometry + + + Roof Type + + + Cone + + + + + Geometry + + + Annular Space + + + 0.50 + + + + + Capacity and Levels + + + Nominal Capacity + + + 50.0 + + + + + Capacity and Levels + + + Usable Capacity + + + 48.0 + + + + + Capacity and Levels + + + Max Fill Level + + + 5.80 + + + + + Capacity and Levels + + + Min Operating Level + + + 0.20 + + + + + Capacity and Levels + + + Fill Rate + + + 0.50 + + + + + Materials + + + Shell Material + + + CarbonSteel + + + + + Materials + + + Lining Material + + + Epoxy + + + + + Materials + + + Insulation Type + + + MineralWool + + + + + Materials + + + Corrosion Allowance + + + 0.005 + + + + + Materials + + + Design Code + + + API650 + + + + + Pressure and Temperature + + + Design Pressure + + + 0.50 + + + + + Pressure and Temperature + + + Test Pressure + + + 0.75 + + + + + Pressure and Temperature + + + Max Operating Temperature + + + 120.0 + + + + + Pressure and Temperature + + + Min Operating Temperature + + + -20.0 + + + + + Pressure and Temperature + + + Thermal Expansion Allowance + + + 0.005 + + + + + Connections + + + Inlet Connection Size + + + 0.050 + + + + + Connections + + + Outlet Connection Size + + + 0.050 + + + + + Connections + + + Drain Connection Size + + + 0.050 + + + + + Connections + + + Vent Connection Size + + + 0.050 + + + + + Connections + + + Manway Count + + + 1 + + + + + Connections + + + Nozzle Orientation + + + Top + + + + + Safety + + + Overfill Protection + + + true + + + + + Safety + + + Level Sensors + + + true + + + + + Safety + + + Leak Detection + + + true + + + + + Safety + + + Has Pressure Relief + + + true + + + + + Safety + + + Emergency Venting + + + true + + + + + Monitoring + + + Remote Monitoring + + + true + + + + + Monitoring + + + Control Protocol + + + Modbus + + + + + Monitoring + + + Level Sensor Type + + + Ultrasonic + + + + + Monitoring + + + Alarm Setpoint + + + 0.90 + + + + + Installation + + + Foundation Required + + + true + + + + + Installation + + + Anchorage Spec + + + Concrete pad with M24 anchors x8 + + + + + Installation + + + Lifting Lugs + + + 4 lugs at 90deg + + + + + Installation + + + Maintenance Clearance + + + 1.00 + + + + + Installation + + + Earthing + + + Bonding + + + + + Maintenance + + + Cleaning Interval + + + 365 + + + + + Maintenance + + + Coating Inspection Interval + + + 365 + + + + + Maintenance + + + Spare Parts + + + Gasket set;Level transmitter;Manway seal + + + + + Maintenance + + + Last Inspection Date + + + 2025-06-01 + + + + + Handling and Transport + + + Gross Weight + + + 5000.0 + + + + + Handling and Transport + + + Net Weight + + + 4800.0 + + + + + Handling and Transport + + + Max Section Weight + + + 2000.0 + + + + + Handling and Transport + + + Transport Unit Size + + + 20ftContainer + + + + + Manufacturer Info + + + FabricatorName + + + TankCo + + + + + Manufacturer Info + + + Model + + + TNK-30000 + + + + + Production + + + Lot ID + + + LOT-2025-01 + + + + + Quantities + + + Net Weight + + + 4800.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC2X3/IFC2X3_100_IFCTANKTYPE.ids b/data/output_ids/IFC2X3/IFC2X3_100_IFCTANKTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..7849dda303f2897070479ca4533472238ad5fae2 --- /dev/null +++ b/data/output_ids/IFC2X3/IFC2X3_100_IFCTANKTYPE.ids @@ -0,0 +1,701 @@ + + + + Tank + + + + + + + IFCTANKTYPE + + + + + + + ManufacturerTypeInformation + + + Manufacturer + + + AquaStor + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + VT-45000 + + + + + TankTypeCommon + + + PatternType + + + VERTICALCYLINDER + + + + + Condition + + + AssessmentDescription + + + StandDirection: Vertical + + + + + Condition + + + AssessmentType + + + SupportInspection + + + + + Condition + + + AssessmentCondition + + + Installed condition + + + + + Pset_TankTypeSectional + + + SectionWidth + + + 0.750 + + + + + Warranty + + + WarrantyContent + + + Secondary containment provided + + + + + Pset_TankTypePreformed + + + SecondCurvatureRadius + + + 6.0 + + + + + Pset_TankTypeCommon + + + EffectiveCapacity + + + 57.5 + + + + + Pset_TankTypeCommon + + + OperatingWeight + + + 5400.0 + + + + + Pset_TankTypeSectional + + + SectionLength + + + 10.00 + + + + + ElementSize + + + NominalWidth + + + 0.025 + + + + + ManufacturerTypeInformation + + + ModelReference + + + Dome roof + + + + + Tolerance + + + OrthogonalTolerance + + + 0.40 + + + + + TankTypeCommon + + + TankNominalCapacity + + + 60.0 + + + + + ElementSize + + + NominalLength + + + 57.0 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.45 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 300000 + + + + + Tolerance + + + HorizontalTolerance + + + 0.65 + + + + + ManufacturerTypeInformation + + + ModelLabel + + + Stainless steel shell + + + + + Risk + + + RiskName + + + Corrosion + + + + + Risk + + + RiskAssessmentMethodology + + + Inspection checklist + + + + + Tolerance + + + OverallTolerance + + + 0.006 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + API620 + + + + + Pset_TankTypePreformed + + + FirstCurvatureRadius + + + 0.30 + + + + + Warranty + + + WarrantyIdentifier + + + WR-TNK-2025-01 + + + + + Warranty + + + WarrantyStartDate + + + 2025-07-20 + + + + + Warranty + + + WarrantyPeriod + + + P5Y + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.006 + + + + + Tolerance + + + VerticalTolerance + + + 0.080 + + + + + Tolerance + + + PlanarFlatness + + + 0.080 + + + + + Tolerance + + + HorizontalFlatness + + + 0.050 + + + + + Tolerance + + + SideFlatness + + + 0.050 + + + + + TankTypeSectional + + + NumberOfSections + + + 2 + + + + + ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + Tolerance + + + ToleranceDescription + + + Factory dimensional tolerance + + + + + ConstructionAdministration + + + ProcurementMethod + + + Vendor package supply + + + + + Risk + + + AssociatedProduct + + + Pressure relief equipped + + + + + Risk + + + AssociatedActivity + + + Emergency venting + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + Remote monitoring guide + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + BACnet control spec + + + + + ManufacturerTypeInformation + + + PerformanceCertificate + + + Radar sensor spec + + + + + ElementSize + + + NominalHeight + + + 0.85 + + + + + Risk + + + AssociatedLocation + + + Outdoor utility yard + + + + + Warranty + + + Exclusions + + + Concrete ring beam with M20 anchors x12 + + + + + Condition + + + LastAssessmentReport + + + RPT-TNK-01 + + + + + Tolerance + + + OrthogonalStraightness + + + 1.20 + + + + + ElectricalDeviceCommon + + + IP_Code + + + IP54 + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P180D + + + + + MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P180D + + + + + ManufacturerTypeInformation + + + ArticleNumber + + + SPARE-KIT-01 + + + + + Condition + + + AssessmentDate + + + 2025-07-15 + + + + + TankBaseQuantities + + + GrossWeight + + + 5200.0 + + + + + TankBaseQuantities + + + NetWeight + + + 5000.0 + + + + + TankBaseQuantities + + + TotalSurfaceArea + + + 1800.0 + + + + + TankTypeCommon + + + Reference + + + 40ftContainer + + + + + Warranty + + + PointOfContact + + + AquaStor support + + + + + Tolerance + + + ElevationalFlatness + + + 0.012 + + + + + ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + LOT-2025-08 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 5000.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_001_IFCPROJECT.ids b/data/output_ids/IFC4/IFC4_001_IFCPROJECT.ids new file mode 100644 index 0000000000000000000000000000000000000000..a4c50db7f66a269357f77ab46e90c75459c219a0 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_001_IFCPROJECT.ids @@ -0,0 +1,85 @@ + + + + ProjectInfo + + + + + + + IFCPROJECT + + + + + + + ProjectCommon + + + ProjectType + + + New Build + + + + + ProjectCommon + + + ProjectInvestmentEstimate + + + 15000000.0 + + + + + ProjectCommon + + + FundingSource + + + GovernmentGrant + + + + + ProjectCommon + + + ROI + + + 0.12 + + + + + ProjectCommon + + + NetEarnedValue + + + 500000.0 + + + + + ProjectCommon + + + PaybackPeriod + + + P4Y6M + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_002_IFCPROJECT.ids b/data/output_ids/IFC4/IFC4_002_IFCPROJECT.ids new file mode 100644 index 0000000000000000000000000000000000000000..0ed450a79c15eda2f9b4c900e434b31372a0c096 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_002_IFCPROJECT.ids @@ -0,0 +1,63 @@ + + + + プロジェクト情報 + + + + + + + IFCPROJECT + + + + + + + ProjectCommon + + + FundingSource + + + 投資家からの資金調達及び自己資金がメイン。一部銀行融資あり。 + + + + + ProjectCommon + + + ProjectInvestmentEstimate + + + 120000000 + + + + + ProjectCommon + + + PaybackPeriod + + + P3Y + + + + + ProjectCommon + + + ProjectType + + + 既存ビルのリノベーション工事。 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_003_IFCPROJECT.ids b/data/output_ids/IFC4/IFC4_003_IFCPROJECT.ids new file mode 100644 index 0000000000000000000000000000000000000000..b90c4607ffd482221851753f4a43335bd410cc2c --- /dev/null +++ b/data/output_ids/IFC4/IFC4_003_IFCPROJECT.ids @@ -0,0 +1,85 @@ + + + + ProjectInfo + + + + + + + IFCPROJECT + + + + + + + Project Information + + + Project Category + + + Residential + + + + + Project Information + + + Estimated Cost + + + 20000000.0 + + + + + Project Information + + + Financing Method + + + OwnerEquity + + + + + Project Information + + + Expected Return + + + 0.18 + + + + + Project Information + + + Net Profit + + + 1200000.0 + + + + + Project Information + + + Payback Period + + + P3Y6M + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_004_IFCPROJECT.ids b/data/output_ids/IFC4/IFC4_004_IFCPROJECT.ids new file mode 100644 index 0000000000000000000000000000000000000000..f70fb827871b2b62d090ec65ec6b098950a60689 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_004_IFCPROJECT.ids @@ -0,0 +1,63 @@ + + + + ProjectInfo + + + + + + + IFCPROJECT + + + + + + + ProjectCommon + + + ProjectType + + + Second Type Project + + + + + ProjectCommon + + + ROI + + + 23.5 + + + + + ProjectCommon + + + NetEarnedValue + + + 200 + + + + + ProjectCommon + + + PaybackPeriod + + + P1Y + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_005_IFCPROJECT.ids b/data/output_ids/IFC4/IFC4_005_IFCPROJECT.ids new file mode 100644 index 0000000000000000000000000000000000000000..9360e110ee9073814d1280c0f11c21626ef5d608 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_005_IFCPROJECT.ids @@ -0,0 +1,85 @@ + + + + ProjectInfo + + + + + + + IFCPROJECT + + + + + + + Common + + + Project Category + + + Commercial + + + + + Common + + + Estimated Cost + + + 7500000.0 + + + + + Common + + + Financing Method + + + OwnerEquity + + + + + Common + + + Expected Return + + + 0.095 + + + + + Common + + + Net Profit + + + 350000.0 + + + + + Common + + + Payback Period + + + P5Y5M + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_006_IFCSITE.ids b/data/output_ids/IFC4/IFC4_006_IFCSITE.ids new file mode 100644 index 0000000000000000000000000000000000000000..794e8d8d0d746e06c47cfd61d5c58a3350bff0c6 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_006_IFCSITE.ids @@ -0,0 +1,239 @@ + + + + 位置情報 + + + + + + + IFCSITE + + + + + + + SiteWeather + + + MinAmbientTemp + + + -8.6 + + + + + Pset_PropertyAgreement + + + Restrictions + + + 夜間照明は海側遮光ルーバーを設ける + + + + + Address + + + UserDefinedPurpose + + + 沿岸観測・保守支援用地 + + + + + Pset_SiteCommon + + + FloorAreaRatio + + + 1.80 + + + + + Pset_LandRegistration + + + LandID + + + AKT-COAST-47C + + + + + PropertyAgreement + + + TrackingIdentifier + + + LEASE-AKT-COAST-27 + + + + + Pset_SiteCommon + + + TotalArea + + + 6115.4 + + + + + Address + + + Description + + + 日本海沿岸の観測設備と保守車両基地を兼ねる敷地 + + + + + SiteWeather + + + MaxAmbientTemp + + + 31.2 + + + + + Pset_PropertyAgreement + + + CommencementDate + + + 2026-04-01 + + + + + Pset_LandRegistration + + + LandTitleID + + + 秋田(港湾)第88421号 + + + + + Address + + + InternalLocation + + + 飯島北ふ頭東区画 + + + + + PropertyAgreement + + + Duration + + + P27Y + + + + + Pset_SiteCommon + + + BuildableArea + + + 4280.0 + + + + + Pset_PropertyAgreement + + + ConditionTermination + + + 返還時は観測基礎と埋設配管を撤去する + + + + + Pset_LandRegistration + + + IsPermanentID + + + false + + + + + Pset_SiteCommon + + + BuildingHeightLimit + + + 18.0 + + + + + Address + + + WWWHomePageURL + + + https://example.jp/sites/akita-coast-observation + + + + + PropertyAgreement + + + AgreementDate + + + 2026-01-19 + + + + + Pset_SiteCommon + + + SiteCoverageRatio + + + 0.35 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_007_IFCSITE.ids b/data/output_ids/IFC4/IFC4_007_IFCSITE.ids new file mode 100644 index 0000000000000000000000000000000000000000..6548c08a2c09554485e21b0587740154427f47c5 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_007_IFCSITE.ids @@ -0,0 +1,448 @@ + + + + 敷地仕様 + + + + + + + IFCSITE + + + + + + + 基本台帳 + + + 管理ID + + + LOT-A17 + + + + + 基本台帳 + + + 登録名称 + + + 名古屋南テクニカルヤード + + + + + 基本台帳 + + + 所在表記 + + + 愛知県名古屋市港区潮見町7-4 + + + + + 基本台帳 + + + 郵便識別 + + + 4550016 + + + + + 基本台帳 + + + 台帳番地 + + + 名古屋市港区潮見町7番4 + + + + + 面積基準 + + + 有効敷地面積 + + + 1245.30 + + + + + 座標基準 + + + 緯度値 + + + 35.0921 + + + + + 座標基準 + + + 経度値 + + + 136.8798 + + + + + 座標基準 + + + 標高基準値 + + + 11.5 + + + + + 座標基準 + + + 測量原点名 + + + TP-1 + + + + + 座標基準 + + + 採用座標系 + + + JGD2011平面直角第VII系 + + + + + 方位管理 + + + 北基準回転角 + + + 135 + + + + + 規制整理 + + + 計画区分 + + + 市街化区域 + + + + + 規制整理 + + + 地域指定 + + + 工業地域 + + + + + 規制整理 + + + 建築可能被覆率 + + + 70 + + + + + 規制整理 + + + 許容延床倍率 + + + 400 + + + + + 規制整理 + + + 防災指定 + + + 準防火地域 + + + + + 規制整理 + + + 高さ制限帯 + + + 第2種高度地区 + + + + + 接道条件 + + + 前面道路分類 + + + 建基法42条1項1号 + + + + + 行政記録 + + + 審査受付番号 + + + 第R06計確-1842号 + + + + + 行政記録 + + + 認定交付日 + + + 2025-02-06 + + + + + 地盤評価 + + + 支持層ランク + + + GD-2 + + + + + 地盤評価 + + + 許容地耐力度 + + + 180 + + + + + ハザード確認 + + + 浸水リスク帯 + + + 0.5m未満区域 + + + + + ハザード確認 + + + 基準風速帯 + + + 基準風速34m/s + + + + + ハザード確認 + + + 降雪条件 + + + 一般区域 + + + + + ハザード確認 + + + 地震地域係数区分 + + + Z=1.0地域 + + + + + 供給接続 + + + 前面道路有効幅 + + + 12 + + + + + 供給接続 + + + 接続道路呼称 + + + 潮見幹線 + + + + + 供給接続 + + + 上水引込口径 + + + 100 + + + + + 供給接続 + + + 下水受入可否 + + + true + + + + + 供給接続 + + + ガス供給可否 + + + true + + + + + 供給接続 + + + 受電契約上限 + + + 320 + + + + + 供給接続 + + + 通信導入方式 + + + ダークファイバ対応 + + + + + 実施予定 + + + 着手計画日 + + + 2025-03-01 + + + + + 実施予定 + + + 実着手日 + + + 2025-03-18 + + + + + 実施予定 + + + 竣工目標日 + + + 2027-02-20 + + + + + 実施予定 + + + 実竣工日 + + + 2027-03-05 + + + + + 実施予定 + + + 事業区分 + + + 新築 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_008_IFCSITE.ids b/data/output_ids/IFC4/IFC4_008_IFCSITE.ids new file mode 100644 index 0000000000000000000000000000000000000000..13cbbd4830534573b9b98681ba99384088d3cd01 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_008_IFCSITE.ids @@ -0,0 +1,448 @@ + + + + 敷地情報 + + + + + + + IFCSITE + + + + + + + 敷地識別情報 + + + 敷地コード + + + SITE-003 + + + + + 敷地識別情報 + + + 敷地名称 + + + 札幌支店敷地 + + + + + 敷地識別情報 + + + 敷地住所 + + + 北海道札幌市中央区北一条西1-1-1 + + + + + 敷地識別情報 + + + 敷地郵便番号 + + + 600001 + + + + + 敷地識別情報 + + + 敷地地番 + + + 札幌市中央区北一条西一丁目1番 + + + + + 敷地識別情報 + + + 敷地面積 + + + 2200 + + + + + 敷地位置情報 + + + 北緯 + + + 43.0618 + + + + + 敷地位置情報 + + + 東経 + + + 141.3545 + + + + + 敷地位置情報 + + + 標高TP + + + 5 + + + + + 敷地位置情報 + + + 基準点名称 + + + TP + + + + + 敷地位置情報 + + + 測地系 + + + JGD2000 + + + + + 敷地位置情報 + + + 方位基準角 + + + 180 + + + + + 法規行政情報 + + + 都市計画区域 + + + 市街化区域 + + + + + 法規行政情報 + + + 用途地域 + + + 近隣商業地域 + + + + + 法規行政情報 + + + 建蔽率許容値 + + + 70 + + + + + 法規行政情報 + + + 容積率許容値 + + + 400 + + + + + 法規行政情報 + + + 防火地域区分 + + + 防火地域 + + + + + 法規行政情報 + + + 高度地区区分 + + + 無指定 + + + + + 法規行政情報 + + + 道路種別 + + + 建基法42条1項2号 + + + + + 法規行政情報 + + + 確認申請番号 + + + 第R06建確-9012号 + + + + + 法規行政情報 + + + 確認済証交付日 + + + 2025-02-20 + + + + + 環境条件情報 + + + 地盤等級 + + + GL-1 + + + + + 環境条件情報 + + + 地耐力 + + + 200 + + + + + 環境条件情報 + + + 浸水想定区分 + + + 浸水想定区域内 + + + + + 環境条件情報 + + + 風荷重区分 + + + 基準風速36m/s + + + + + 環境条件情報 + + + 積雪荷重区分 + + + 多雪区域 + + + + + 環境条件情報 + + + 地震動区分 + + + 耐震等級1 + + + + + インフラ接続情報 + + + 接道幅員 + + + 10 + + + + + インフラ接続情報 + + + 道路名称 + + + 北一条通 + + + + + インフラ接続情報 + + + 上水道引込径 + + + 100 + + + + + インフラ接続情報 + + + 下水道接続 + + + true + + + + + インフラ接続情報 + + + ガス引込 + + + true + + + + + インフラ接続情報 + + + 電力契約容量 + + + 300 + + + + + インフラ接続情報 + + + 通信引込種別 + + + 5G + + + + + 工程情報 + + + 着工予定日 + + + 2025-05-15 + + + + + 工程情報 + + + 着工日 + + + 2025-06-01 + + + + + 工程情報 + + + 完了予定日 + + + 2027-03-31 + + + + + 工程情報 + + + 完了日 + + + 2027-04-15 + + + + + 工程情報 + + + 工事種別 + + + 新築 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_009_IFCSITE.ids b/data/output_ids/IFC4/IFC4_009_IFCSITE.ids new file mode 100644 index 0000000000000000000000000000000000000000..c54629481541774858b0704828b555535a7ed565 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_009_IFCSITE.ids @@ -0,0 +1,316 @@ + + + + SiteInfo + + + + + + + IFCSITE + + + + + + + Pset_SiteCommon + + + Reference + + + Site-A + + + + + Pset_SiteCommon + + + BuildableArea + + + 1200.0 + + + + + Pset_SiteCommon + + + SiteCoverageRatio + + + 0.6 + + + + + Pset_SiteCommon + + + FloorAreaRatio + + + 2.5 + + + + + Pset_SiteCommon + + + BuildingHeightLimit + + + 15.0 + + + + + Pset_SiteCommon + + + TotalArea + + + 2000.0 + + + + + Pset_LandRegistration + + + LandID + + + LAND-2023-01 + + + + + Pset_LandRegistration + + + IsPermanentID + + + true + + + + + Pset_LandRegistration + + + LandTitleID + + + TITLE-9876 + + + + + Address + + + Purpose + + + Residential + + + + + Address + + + Description + + + Large sloped site with river boundary + + + + + Address + + + UserDefinedPurpose + + + FutureDevelopment + + + + + Address + + + InternalLocation + + + Block A Lot 3 + + + + + Address + + + AddressLines + + + 123 Example St. + + + + + Address + + + PostalBox + + + PO Box 123 + + + + + Address + + + Town + + + Tokyo + + + + + Address + + + Region + + + Kanto + + + + + Address + + + PostalCode + + + 100-0001 + + + + + Address + + + Country + + + Japan + + + + + Address + + + TelephoneNumbers + + + +81-3-1234-5678 + + + + + Address + + + FacsimileNumbers + + + +81-3-1234-5679 + + + + + Address + + + PagerNumber + + + 1 + + + + + Address + + + ElectronicMailAddresses + + + info@example.com + + + + + Address + + + WWWHomePageURL + + + https://example.com + + + + + Address + + + MessagingIDs + + + slack:org_channel + + + + + Qto_SiteBaseQuantities + + + GrossPerimeter + + + 180.0 + + + + + Qto_SiteBaseQuantities + + + GrossArea + + + 2500.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_010_IFCSITE.ids b/data/output_ids/IFC4/IFC4_010_IFCSITE.ids new file mode 100644 index 0000000000000000000000000000000000000000..43931091a3de3d3d1d4207c711de9b85108d0c94 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_010_IFCSITE.ids @@ -0,0 +1,426 @@ + + + + 敷地情報 + + + + + + + IFCSITE + + + + + + + Pset_SiteCommon + + + FloorAreaRatio + + + 1.80 + + + + + Address + + + Country + + + JP + + + + + Pset_PropertyAgreement + + + ConditionTermination + + + 計測杭を撤去し原状回復する + + + + + Address + + + Town + + + つくば市 + + + + + Pset_LandRegistration + + + LandID + + + LAND-IBK-0471 + + + + + Address + + + TelephoneNumbers + + + 029-555-2400|029-555-2401 + + + + + SiteWeather + + + MinAmbientTemp + + + -7.8 + + + + + Address + + + UserDefinedPurpose + + + 次世代材料検証用地 + + + + + PropertyAgreement + + + AgreementVersion + + + RevB + + + + + Pset_SiteCommon + + + BuildableArea + + + 4280.5 + + + + + Address + + + PostalCode + + + 305-0818 + + + + + PropertyAgreement + + + AgreementDate + + + 2032-04-01 + + + + + Address + + + FacsimileNumbers + + + 029-555-2409 + + + + + Pset_SiteCommon + + + Reference + + + TSK-SITE-NF-A + + + + + Address + + + PostalBox + + + つくば中央私書箱41号 + + + + + Pset_PropertyAgreement + + + PropertyName + + + 学園南四丁目8番2外 + + + + + Address + + + Description + + + 北関東先端試験敷地 + + + + + Pset_LandRegistration + + + LandTitleID + + + 茨城つくば第20458号 + + + + + Pset_PropertyAgreement + + + Restrictions + + + 夜間搬入は22時以降禁止 + + + + + Address + + + Region + + + 茨城県 + + + + + SiteWeather + + + MaxAmbientTemp + + + 35.2 + + + + + Address + + + ElectronicMailAddresses + + + site-admin@northfield.example|safety@northfield.example + + + + + PropertyAgreement + + + Duration + + + P20Y + + + + + Address + + + WWWHomePageURL + + + https://northfield.example/site/overview + + + + + Pset_PropertyAgreement + + + ConditionCommencement + + + 仮囲い設置と地耐力確認完了後に引渡し + + + + + Pset_SiteCommon + + + BuildingHeightLimit + + + 18.5 + + + + + Address + + + InternalLocation + + + 西ゲート管理区画 + + + + + Pset_PropertyAgreement + + + CommencementDate + + + 2032-05-01 + + + + + Pset_LandRegistration + + + IsPermanentID + + + false + + + + + Address + + + MessagingIDs + + + sip:site.ops@northfield.example|ftp://files.northfield.example/site-address + + + + + PropertyAgreement + + + TrackingIdentifier + + + LEASE-NF-2032-01 + + + + + Pset_SiteCommon + + + SiteCoverageRatio + + + 0.42 + + + + + Address + + + PagerNumber + + + 91-5520 + + + + + Address + + + AddressLines + + + 茨城県つくば市学園南4-8-2|E-3街区 + + + + + Pset_PropertyAgreement + + + Options + + + 再契約時は騒音観測設備の残置協議を行う + + + + + Pset_SiteCommon + + + TotalArea + + + 6120.0 + + + + + Pset_PropertyAgreement + + + TerminationDate + + + 2052-04-30 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_011_IFCBUILDING.ids b/data/output_ids/IFC4/IFC4_011_IFCBUILDING.ids new file mode 100644 index 0000000000000000000000000000000000000000..1f1d0b34423fb59dda797d53be61924ef8c9d7dd --- /dev/null +++ b/data/output_ids/IFC4/IFC4_011_IFCBUILDING.ids @@ -0,0 +1,437 @@ + + + + BuildingInfo + + + + + + + IFCBUILDING + + + + + + + Building Information + + + BuildingNameTag + + + Building-A + + + + + Building Information + + + GlobalId + + + BLDG-01 + + + + + Building Information + + + IsPermanent + + + true + + + + + Building Information + + + Construction Method + + + SteelFrame + + + + + Building Information + + + Fire Protection Class + + + Class1 + + + + + Building Information + + + Sprinkler + + + true + + + + + Building Information + + + Automatic Sprinkler + + + true + + + + + Building Information + + + Main Use + + + Residential + + + + + Building Information + + + Total Area + + + 1200.0 + + + + + Building Information + + + Usable Area + + + 1100.0 + + + + + Building Information + + + Floors Above Ground + + + 5 + + + + + Building Information + + + Year Built + + + 1984 + + + + + Building Information + + + Year Renovated + + + 2017 + + + + + Building Information + + + Heritage Listed + + + true + + + + + Building Information + + + Reference Height + + + 0.0 + + + + + Building Information + + + Elevation Terrain + + + 2.0 + + + + + Building Information + + + Ancillary Fire Use + + + Storage + + + + + Building Information + + + Fire Use + + + Office + + + + + Usecase + + + Market Type + + + Premium + + + + + Usecase + + + Market Subtype + + + Retail + + + + + Usecase + + + ApprovalState + + + Approved + + + + + Usecase + + + Rental Rates + + + 1200.0 + + + + + Address Information + + + MainUse + + + PrimaryOffice + + + + + Address Information + + + Street + + + 123 Example St. + + + + + Address Information + + + Suburb + + + PO Box 123 + + + + + Address Information + + + City + + + Tokyo + + + + + Address Information + + + State + + + Kanto + + + + + Address Information + + + Postcode + + + 100-0001 + + + + + Address Information + + + Nation + + + Japan + + + + + Address Information + + + Email + + + info@company.com + + + + + Address Information + + + Website + + + https://example.com + + + + + Quantities + + + BuildingHeightM + + + 12.5 + + + + + Quantities + + + Roof Height + + + 11.0 + + + + + Quantities + + + Building Area + + + 200.0 + + + + + Quantities + + + Gross Building Area + + + 1500.0 + + + + + Quantities + + + Net Building Area + + + 1400.0 + + + + + Quantities + + + Gross Volume + + + 12000.0 + + + + + Quantities + + + Net Volume + + + 11500.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_012_IFCBUILDING.ids b/data/output_ids/IFC4/IFC4_012_IFCBUILDING.ids new file mode 100644 index 0000000000000000000000000000000000000000..4abc6515c68739e4e1bdaa822285252c45c38904 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_012_IFCBUILDING.ids @@ -0,0 +1,437 @@ + + + + BuildingInfo + + + + + + + IFCBUILDING + + + + + + + Address + + + Description + + + Mailing and visitor contact address for the east campus administration building + + + + + Address + + + UserDefinedPurpose + + + AssetCorrespondence + + + + + Address + + + InternalLocation + + + Concierge Desk Level 01 + + + + + Address + + + AddressLines + + + 88 Meridian Loop; East Campus + + + + + Address + + + PostalBox + + + PO Box 481 + + + + + Address + + + Town + + + Rivermouth + + + + + Address + + + Region + + + South County + + + + + Address + + + PostalCode + + + RM48TZ + + + + + Address + + + Country + + + GB + + + + + Address + + + TelephoneNumbers + + + +44-20-5550-0188; +44-20-5550-0199 + + + + + Address + + + FacsimileNumbers + + + +44-20-5550-0177 + + + + + Address + + + PagerNumber + + + ENG-4427 + + + + + Address + + + ElectronicMailAddresses + + + facilities@rivermouth-example.test; reception@rivermouth-example.test + + + + + Address + + + WWWHomePageURL + + + https://rivermouth-example.test/buildings/east-campus + + + + + Address + + + MessagingIDs + + + sip:ops@rivermouth-example.test; ftp://files.rivermouth-example.test/handover + + + + + Pset_BuildingCommon + + + BuildingID + + + RM-BLDG-27 + + + + + Pset_BuildingCommon + + + IsPermanentID + + + false + + + + + Pset_BuildingCommon + + + ConstructionMethod + + + Cross-laminated timber hybrid + + + + + Pset_BuildingCommon + + + FireProtectionClass + + + Enhanced compartmentation class + + + + + Pset_BuildingCommon + + + SprinklerProtection + + + true + + + + + Pset_BuildingCommon + + + OccupancyType + + + Education and administration + + + + + Pset_BuildingCommon + + + GrossPlannedArea + + + 18640.5 + + + + + BuildingCommon + + + NumberOfStoreys + + + 9 + + + + + Pset_BuildingCommon + + + IsLandmarked + + + UNKNOWN + + + + + BuildingCommon + + + ElevationOfRefHeight + + + 112.35 + + + + + BuildingCommon + + + ElevationOfTerrain + + + 108.90 + + + + + Pset_BuildingUseAdjacent + + + MarketCategory + + + Healthcare + + + + + Pset_BuildingUseAdjacent + + + MarketSubCategory + + + Outpatient clinic + + + + + Pset_BuildingUseAdjacent + + + PlanningControlStatus + + + Special review corridor + + + + + Pset_BuildingUseAdjacent + + + NarrativeText + + + Adjacent parcel reserved for a medical facility with extended evening operation + + + + + Pset_OutsideDesignCriteria + + + HeatingDryBulb + + + -7.5 + + + + + Pset_OutsideDesignCriteria + + + HeatingWetBulb + + + -8.8 + + + + + Pset_OutsideDesignCriteria + + + HeatingDesignDay + + + 2026-01-22T05:30:00 + + + + + Pset_OutsideDesignCriteria + + + CoolingDryBulb + + + 31.8 + + + + + Pset_OutsideDesignCriteria + + + CoolingWetBulb + + + 23.9 + + + + + Pset_OutsideDesignCriteria + + + CoolingDesignDay + + + 2026-07-19T15:00:00 + + + + + Pset_OutsideDesignCriteria + + + WeatherDataStation + + + Rivermouth aerodrome archive station + + + + + Pset_OutsideDesignCriteria + + + WeatherDataDate + + + 2025-09-01T00:00:00 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_013_IFCBUILDING.ids b/data/output_ids/IFC4/IFC4_013_IFCBUILDING.ids new file mode 100644 index 0000000000000000000000000000000000000000..0e2ffa73cd36b6466f30c26bc1fa578444cbde01 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_013_IFCBUILDING.ids @@ -0,0 +1,437 @@ + + + + BuildingInfo + + + + + + + IFCBUILDING + + + + + + + Building Info + + + Display Name + + + Building-B + + + + + Building Info + + + Building ID + + + BLDG-02 + + + + + Building Info + + + Is Permanent + + + false + + + + + Building Info + + + Construction Method + + + Timber + + + + + Building Info + + + Fire Protection Class + + + Class3 + + + + + Building Info + + + Sprinkler + + + false + + + + + Building Info + + + Automatic Sprinkler + + + false + + + + + Building Info + + + Main Use + + + Office + + + + + Building Info + + + Total Area + + + 1500.0 + + + + + Building Info + + + Usable Area + + + 1400.0 + + + + + Building Info + + + Floors Above Ground + + + 3 + + + + + Building Info + + + Date Built + + + 1998-05-20 + + + + + Building Info + + + Renovation Date + + + 2015-03-10 + + + + + Building Info + + + Heritage Listed + + + false + + + + + Building Info + + + Reference Height + + + 1.0 + + + + + Building Info + + + Elevation Terrain + + + 1.5 + + + + + Building Info + + + Ancillary Fire Use + + + Garage + + + + + Building Info + + + Fire Use + + + Retail + + + + + Usecase + + + Market Type + + + Economy + + + + + Usecase + + + Market Subtype + + + HighStreet + + + + + Usecase + + + State + + + Pending + + + + + Usecase + + + Rental Rates + + + 1300.0 + + + + + Address Info + + + Intended Use + + + Headquarters + + + + + Address Info + + + Street + + + 456 Sample Rd. + + + + + Address Info + + + PO Box + + + PO Box 456 + + + + + Address Info + + + City + + + Osaka + + + + + Address Info + + + Region Name + + + Kansai + + + + + Address Info + + + Postcode + + + 530-0001 + + + + + Address Info + + + Country Name + + + Japan + + + + + Address Info + + + Email + + + hello@company.jp + + + + + Address Info + + + Website + + + https://example.org + + + + + Building Quantities + + + Measured Height + + + 15.0 + + + + + Building Quantities + + + Roof Height + + + 10.0 + + + + + Building Quantities + + + Building Area + + + 250.0 + + + + + Building Quantities + + + Gross Building Area + + + 1600.0 + + + + + Building Quantities + + + Net Building Area + + + 1500.0 + + + + + Building Quantities + + + Gross Volume + + + 13000.0 + + + + + Building Quantities + + + Net Volume + + + 12500.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_014_IFCBUILDING.ids b/data/output_ids/IFC4/IFC4_014_IFCBUILDING.ids new file mode 100644 index 0000000000000000000000000000000000000000..464d54e74cafe61b73421189c99400bcf6eb1148 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_014_IFCBUILDING.ids @@ -0,0 +1,492 @@ + + + + 建物情報 + + + + + + + IFCBUILDING + + + + + + + Pset_BuildingCommon + + + Reference + + + TOKYO-HQ-BLDG + + + + + Pset_BuildingCommon + + + BuildingID + + + BLDG-001 + + + + + Pset_BuildingCommon + + + IsPermanentID + + + true + + + + + Pset_BuildingCommon + + + ConstructionMethod + + + 鉄骨造 + + + + + Pset_BuildingCommon + + + FireProtectionClass + + + 耐火建築物 + + + + + Pset_BuildingCommon + + + SprinklerProtection + + + true + + + + + Pset_BuildingCommon + + + SprinklerProtectionAutomatic + + + true + + + + + Pset_BuildingCommon + + + OccupancyType + + + 事務所 + + + + + Pset_BuildingCommon + + + GrossPlannedArea + + + 18500.0 + + + + + Pset_BuildingCommon + + + NetPlannedArea + + + 16320.0 + + + + + BuildingCommon + + + NumberOfStoreys + + + 14 + + + + + Pset_BuildingCommon + + + YearOfConstruction + + + 2027 + + + + + Pset_BuildingCommon + + + YearOfLastRefurbishment + + + 2042 + + + + + Pset_BuildingCommon + + + IsLandmarked + + + false + + + + + BuildingCommon + + + ElevationOfRefHeight + + + 0.0 + + + + + Pset_BuildingUse + + + MarketCategory + + + 大規模オフィス + + + + + Pset_BuildingUse + + + MarketSubCategory + + + 本社機能 + + + + + Pset_BuildingUse + + + PlanningControlStatus + + + 確認済 + + + + + Pset_BuildingUse + + + NarrativeText + + + 本社執務機能と会議機能を併設 + + + + + Pset_BuildingUse + + + VacancyRateInCategoryNow + + + 0.02 + + + + + Pset_BuildingUse + + + TenureModesAvailableNow + + + 自社保有 + + + + + Pset_BuildingUse + + + MarketSubCategoriesAvailableNow + + + 執務, 会議, 共用 + + + + + Pset_BuildingUse + + + RentalRatesInCategoryNow + + + 680000.0 + + + + + Pset_BuildingUse + + + VacancyRateInCategoryFuture + + + 0.05 + + + + + Pset_BuildingUse + + + TenureModesAvailableFuture + + + 自社保有または賃貸 + + + + + Pset_BuildingUse + + + MarketSubCategoriesAvailableFuture + + + 執務, 会議, 交流 + + + + + Pset_BuildingUse + + + RentalRatesInCategoryFuture + + + 720000.0 + + + + + Pset_OutsideDesignCriteria + + + HeatingDryBulb + + + -1.5 + + + + + Pset_OutsideDesignCriteria + + + HeatingWetBulb + + + -3.0 + + + + + Pset_OutsideDesignCriteria + + + HeatingDesignDay + + + 2027-01-20T06:00:00 + + + + + Pset_OutsideDesignCriteria + + + CoolingDryBulb + + + 34.0 + + + + + Pset_OutsideDesignCriteria + + + CoolingWetBulb + + + 27.0 + + + + + Pset_OutsideDesignCriteria + + + CoolingDesignDay + + + 2027-08-07T14:00:00 + + + + + Pset_OutsideDesignCriteria + + + WeatherDataStation + + + 東京管区気象台 + + + + + Pset_OutsideDesignCriteria + + + WeatherDataDate + + + 2026-10-01T09:00:00 + + + + + Pset_OutsideDesignCriteria + + + PrevailingWindDirection + + + 180.0 + + + + + Pset_OutsideDesignCriteria + + + PrevailingWindVelocity + + + 3.8 + + + + + SpaceLightingDesign + + + ArtificialLighting + + + true + + + + + SpaceLightingDesign + + + Illuminance + + + 750.0 + + + + + SpaceOccupancyRequirements + + + OccupancyType + + + 事務所 + + + + + SpaceOccupancyRequirements + + + OccupancyNumber + + + 850 + + + + + SpaceOccupancyRequirements + + + OccupancyNumberPeak + + + 1020 + + + + + SpaceOccupancyRequirements + + + AreaPerOccupant + + + 19.2 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_015_IFCBUILDING.ids b/data/output_ids/IFC4/IFC4_015_IFCBUILDING.ids new file mode 100644 index 0000000000000000000000000000000000000000..baedc176a32d29cf52e0e2cb30622e6ea53b5074 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_015_IFCBUILDING.ids @@ -0,0 +1,492 @@ + + + + 建物情報 + + + + + + + IFCBUILDING + + + + + + + 建物識別情報 + + + 建物コード + + + BLDG-001 + + + + + 建物識別情報 + + + 建物名称 + + + 東京本社ビル + + + + + 建物識別情報 + + + 棟番号 + + + A棟 + + + + + 建物識別情報 + + + 建物種別 + + + 本館 + + + + + 建物識別情報 + + + 階数 + + + 12 + + + + + 建物識別情報 + + + 最高高さ + + + 58.7 + + + + + 建物位置情報 + + + 建物住所 + + + 東京都新宿区四谷1-1-1 + + + + + 建物位置情報 + + + 建物郵便番号 + + + 1600004 + + + + + 建物位置情報 + + + 建物地番 + + + 新宿区四谷一丁目1番 + + + + + 建物位置情報 + + + 北緯 + + + 35.6895 + + + + + 建物位置情報 + + + 東経 + + + 139.6917 + + + + + 建物位置情報 + + + 標高 + + + 28.5 + + + + + 建物位置情報 + + + 測地系 + + + JGD2011 + + + + + 建物法規情報 + + + 主要用途 + + + 事務所 + + + + + 建物法規情報 + + + 確認申請番号 + + + 第R05建確-5678号 + + + + + 建物法規情報 + + + 確認済証交付日 + + + 2025-04-01 + + + + + 建物法規情報 + + + 許可番号 + + + 特定建築許可-2025-001 + + + + + 建物法規情報 + + + 防火地域区分 + + + 準防火地域 + + + + + 建物法規情報 + + + 用途地域 + + + 商業地域 + + + + + 建物法規情報 + + + 延床面積 + + + 15200 + + + + + 建物法規情報 + + + 建築面積 + + + 1450 + + + + + 建物構造情報 + + + 高さ制限区分 + + + 第2種高度地区 + + + + + 建物構造情報 + + + 構造種別 + + + RC造 + + + + + 建物構造情報 + + + 耐火構造区分 + + + 耐火建築物 + + + + + 建物構造情報 + + + 地上階数 + + + 12 + + + + + 建物構造情報 + + + 地下階数 + + + 2 + + + + + 建物構造情報 + + + 基準階高 + + + 3600 + + + + + 建物環境性能情報 + + + 塔屋階数 + + + 1 + + + + + 建物環境性能情報 + + + 省エネ性能評価 + + + BELS★★★ + + + + + 建物環境性能情報 + + + ZEB区分 + + + ZEB Ready + + + + + 建物環境性能情報 + + + CASBEEランク + + + Aランク + + + + + 建物FM情報 + + + 再エネ設備有無 + + + true + + + + + 建物FM情報 + + + FM建物ID + + + FM-BLDG-001 + + + + + 建物FM情報 + + + 管理部門 + + + 総務部 + + + + + 建物FM情報 + + + 清掃区分 + + + A + + + + + 建物FM情報 + + + セキュリティ区分 + + + 制限区域 + + + + + 建物FM情報 + + + 耐用年数 + + + 60 + + + + + 建物工程情報 + + + 竣工年月日 + + + 2026-03-15 + + + + + 建物工程情報 + + + 建築着工予定日 + + + 2025-04-01 + + + + + 建物工程情報 + + + 建築着工日 + + + 2025-04-15 + + + + + 建物工程情報 + + + 建築完了予定日 + + + 2026-02-28 + + + + + 建物工程情報 + + + 建築完了日 + + + 2026-03-15 + + + + + 建物工程情報 + + + 引渡状態 + + + + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_016_IFCBUILDINGSTOREY.ids b/data/output_ids/IFC4/IFC4_016_IFCBUILDINGSTOREY.ids new file mode 100644 index 0000000000000000000000000000000000000000..3cbd9904e767d2a277cce2bec5e4a6e15b1cdcf3 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_016_IFCBUILDINGSTOREY.ids @@ -0,0 +1,382 @@ + + + + 階層情報 + + + + + + + IFCBUILDINGSTOREY + + + + + + + 基本情報 + + + 階コード + + + B1F + + + + + 基本情報 + + + 出入口階 + + + false + + + + + 基本情報 + + + 地上階 + + + false + + + + + 基本情報 + + + スプリンクラー有無 + + + true + + + + + 基本情報 + + + 自動スプリンクラー有無 + + + true + + + + + 基本情報 + + + 積載耐力 + + + 6.0 + + + + + 面積情報 + + + 計画面積 + + + 2980.0 + + + + + 面積情報 + + + 正味計画面積 + + + 2560.0 + + + + + 高さ情報 + + + SSL基準高さ + + + -3.00 + + + + + 高さ情報 + + + FFL基準高さ + + + -2.85 + + + + + 運用情報 + + + 契約管理番号 + + + AGR-B1-01 + + + + + 運用情報 + + + 契約版数 + + + 第2版 + + + + + 運用情報 + + + 契約日 + + + 2025-04-01 + + + + + 運用情報 + + + 階名称 + + + 地下1階 + + + + + 運用情報 + + + 利用開始日 + + + 2025-05-01 + + + + + 運用情報 + + + 利用終了日 + + + 2045-04-30 + + + + + 運用情報 + + + 利用期間 + + + 20年 + + + + + 運用情報 + + + 利用条件 + + + 防災設備検査完了後に供用開始 + + + + + 運用情報 + + + 利用制限 + + + 危険物の常設保管は禁止 + + + + + 空調情報 + + + 空調備考 + + + 地下階空調系統 + + + + + 空調情報 + + + 空調方式 + + + ダクト式 + + + + + 空調情報 + + + 総風量 + + + 4.8 + + + + + 空調情報 + + + 熱取得量 + + + 12.0 + + + + + 空調情報 + + + 顕熱風量 + + + 3.9 + + + + + 空調情報 + + + 顕熱取得量 + + + 8.5 + + + + + 空調情報 + + + 損失熱量 + + + 1.4 + + + + + 数量情報 + + + 総階高 + + + 3.4 + + + + + 数量情報 + + + 有効階高 + + + 3.1 + + + + + 数量情報 + + + 外周長 + + + 62.0 + + + + + 数量情報 + + + 総床面積 + + + 2980.0 + + + + + 数量情報 + + + 正味床面積 + + + 2560.0 + + + + + 数量情報 + + + 総体積 + + + 1200.0 + + + + + 数量情報 + + + 正味体積 + + + 1000.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_017_IFCBUILDINGSTOREY.ids b/data/output_ids/IFC4/IFC4_017_IFCBUILDINGSTOREY.ids new file mode 100644 index 0000000000000000000000000000000000000000..9fef995eee88cd2afe4ec14f2b788ab4a4b57560 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_017_IFCBUILDINGSTOREY.ids @@ -0,0 +1,272 @@ + + + + StoreyInfo + + + + + + + IFCBUILDINGSTOREY + + + + + + + Pset_BuildingStoreyCommon + + + Reference + + + ST-03 + + + + + Pset_BuildingStoreyCommon + + + EntranceLevel + + + false + + + + + Pset_BuildingStoreyCommon + + + AboveGround + + + true + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtection + + + true + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtectionAutomatic + + + true + + + + + Pset_BuildingStoreyCommon + + + LoadBearingCapacity + + + 4.5 + + + + + Pset_BuildingStoreyCommon + + + GrossPlannedArea + + + 980.0 + + + + + Pset_BuildingStoreyCommon + + + NetPlannedArea + + + 860.0 + + + + + BuildingStoreyCommon + + + ElevationOfSSLRelative + + + 6.40 + + + + + BuildingStoreyCommon + + + ElevationOfFFLRelative + + + 6.55 + + + + + PropertyAgreement + + + TrackingIdentifier + + + ST03-LEASE-01 + + + + + PropertyAgreement + + + AgreementVersion + + + Rev-A + + + + + PropertyAgreement + + + AgreementDate + + + 2026-03-01 + + + + + Pset_PropertyAgreement + + + PropertyName + + + Level 03 Office Floor + + + + + Pset_PropertyAgreement + + + CommencementDate + + + 2026-04-01 + + + + + Pset_PropertyAgreement + + + TerminationDate + + + 2041-03-31 + + + + + PropertyAgreement + + + Duration + + + P15Y + + + + + Pset_PropertyAgreement + + + Options + + + Tenant fit-out allowed after approval + + + + + Pset_PropertyAgreement + + + ConditionCommencement + + + HVAC balancing completed + + + + + Pset_PropertyAgreement + + + Restrictions + + + Heavy archive storage prohibited + + + + + Pset_PropertyAgreement + + + ConditionTermination + + + Reinstate ceiling grid at handover + + + + + SpaceCommon + + + Reference + + + ST03-ZONE-A + + + + + SpaceCommon + + + IsExternal + + + false + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_018_IFCBUILDINGSTOREY.ids b/data/output_ids/IFC4/IFC4_018_IFCBUILDINGSTOREY.ids new file mode 100644 index 0000000000000000000000000000000000000000..b75dac5d6f956f62c4e8f39043974a4efe503e2d --- /dev/null +++ b/data/output_ids/IFC4/IFC4_018_IFCBUILDINGSTOREY.ids @@ -0,0 +1,360 @@ + + + + 階層情報 + + + + + + + IFCBUILDINGSTOREY + + + + + + + Pset_BuildingStoreyCommon + + + Reference + + + B1F + + + + + Pset_BuildingStoreyCommon + + + EntranceLevel + + + false + + + + + Pset_BuildingStoreyCommon + + + AboveGround + + + false + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtection + + + true + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtectionAutomatic + + + true + + + + + Pset_BuildingStoreyCommon + + + LoadBearingCapacity + + + 6.0 + + + + + Pset_BuildingStoreyCommon + + + GrossPlannedArea + + + 2980.0 + + + + + Pset_BuildingStoreyCommon + + + NetPlannedArea + + + 2560.0 + + + + + BuildingStoreyCommon + + + ElevationOfSSLRelative + + + -3.00 + + + + + BuildingStoreyCommon + + + ElevationOfFFLRelative + + + -2.85 + + + + + PropertyAgreement + + + TrackingIdentifier + + + AGR-B1-01 + + + + + PropertyAgreement + + + AgreementVersion + + + 第2版 + + + + + PropertyAgreement + + + AgreementDate + + + 2025-04-01 + + + + + Pset_PropertyAgreement + + + PropertyName + + + 地下1階 + + + + + Pset_PropertyAgreement + + + CommencementDate + + + 2025-05-01 + + + + + Pset_PropertyAgreement + + + TerminationDate + + + 2045-04-30 + + + + + PropertyAgreement + + + Duration + + + P20Y + + + + + Pset_PropertyAgreement + + + Options + + + 搬入動線は夜間優先とする + + + + + Pset_PropertyAgreement + + + ConditionCommencement + + + 防災設備検査完了後に供用開始 + + + + + Pset_PropertyAgreement + + + Restrictions + + + 危険物の常設保管は禁止 + + + + + Pset_PropertyAgreement + + + ConditionTermination + + + 原状回復のうえ返却 + + + + + AirSideSystemInformation + + + Description + + + 地下階空調系統 + + + + + AirSideSystemInformation + + + TotalAirFlow + + + 4.8 + + + + + AirSideSystemInformation + + + EnergyGainTotal + + + 12.0 + + + + + AirSideSystemInformation + + + AirFlowSensible + + + 3.9 + + + + + AirSideSystemInformation + + + EnergyGainSensible + + + 8.5 + + + + + AirSideSystemInformation + + + EnergyLoss + + + 1.4 + + + + + AirSideSystemInformation + + + InfiltrationDiversitySummer + + + 0.25 + + + + + AirSideSystemInformation + + + InfiltrationDiversityWinter + + + 0.18 + + + + + AirSideSystemInformation + + + HeatingTemperatureDelta + + + 18.0 + + + + + AirSideSystemInformation + + + CoolingTemperatureDelta + + + 10.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_019_IFCBUILDINGSTOREY.ids b/data/output_ids/IFC4/IFC4_019_IFCBUILDINGSTOREY.ids new file mode 100644 index 0000000000000000000000000000000000000000..d52fc0ede0989b82bc7f4397539b9068006357a4 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_019_IFCBUILDINGSTOREY.ids @@ -0,0 +1,272 @@ + + + + StoreyInfo + + + + + + + IFCBUILDINGSTOREY + + + + + + + Common + + + StoreyCode + + + Storey-01 + + + + + Common + + + EntranceFlag + + + true + + + + + Common + + + Above Ground + + + true + + + + + Common + + + Sprinkler + + + true + + + + + Common + + + Auto Sprinkler + + + true + + + + + Common + + + Max Loadbearing + + + 2.5 + + + + + Common + + + Planned Area + + + 350.0 + + + + + Common + + + Net Planned Area + + + 320.0 + + + + + Common + + + Elevation - SSL Relative + + + 0.00 + + + + + Common + + + Elevation - FFL Relative + + + 0.10 + + + + + Air System + + + AirSystemNote + + + Main AHU serving north zone + + + + + Air System + + + Type of Air System + + + VAV + + + + + Air System + + + Distribution Type for Air + + + Ducted + + + + + Air System + + + Total Air Flow + + + 1.2 + + + + + Air System + + + Energy Gain + + + 5.5 + + + + + Air System + + + Fan Power + + + 0.75 + + + + + Quantity Information + + + Gross Height + + + 3.2 + + + + + Quantity Information + + + Net Height + + + 3.0 + + + + + Quantity Information + + + Gross Perimeter + + + 60.0 + + + + + Quantity Information + + + Gross Floor Area + + + 350.0 + + + + + Quantity Information + + + Net Floor Area + + + 320.0 + + + + + Quantity Information + + + Gross Volume + + + 1120.0 + + + + + Quantity Information + + + Net Volume + + + 960.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_020_IFCBUILDINGSTOREY.ids b/data/output_ids/IFC4/IFC4_020_IFCBUILDINGSTOREY.ids new file mode 100644 index 0000000000000000000000000000000000000000..f8f656c7d243d4917b8e7e48374e29a0020edf91 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_020_IFCBUILDINGSTOREY.ids @@ -0,0 +1,272 @@ + + + + StoreyInfo + + + + + + + IFCBUILDINGSTOREY + + + + + + + Pset_BuildingStoreyCommon + + + Reference + + + Storey-02 + + + + + Pset_BuildingStoreyCommon + + + EntranceLevel + + + true + + + + + Pset_BuildingStoreyCommon + + + AboveGround + + + false + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtection + + + false + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtectionAutomatic + + + false + + + + + Pset_BuildingStoreyCommon + + + LoadBearingCapacity + + + 2.8 + + + + + Pset_BuildingStoreyCommon + + + GrossPlannedArea + + + 360.0 + + + + + Pset_BuildingStoreyCommon + + + NetPlannedArea + + + 330.0 + + + + + BuildingStoreyCommon + + + ElevationOfSSLRelative + + + 0.50 + + + + + BuildingStoreyCommon + + + ElevationOfFFLRelative + + + 0.60 + + + + + AirSideSystemInformation + + + Description + + + Main AHU serving south zone + + + + + AirSideSystemInformation + + + AirSideSystemType + + + FCU + + + + + AirSideSystemInformation + + + AirSideSystemDistributionType + + + Ducted + + + + + AirSideSystemInformation + + + TotalAirFlow + + + 1.5 + + + + + AirSideSystemInformation + + + EnergyGainTotal + + + 6.0 + + + + + AirSideSystemInformation + + + FanPower + + + 0.85 + + + + + Qto_BuildingStoreyBaseQuantities + + + GrossHeight + + + 3.4 + + + + + BuildingStoreyBaseQuantities + + + NetHeight + + + 3.1 + + + + + Qto_BuildingStoreyBaseQuantities + + + GrossPerimeter + + + 62.0 + + + + + Qto_BuildingStoreyBaseQuantities + + + GrossFloorArea + + + 360.0 + + + + + Qto_BuildingStoreyBaseQuantities + + + NetFloorArea + + + 330.0 + + + + + Qto_BuildingStoreyBaseQuantities + + + GrossVolume + + + 1200.0 + + + + + Qto_BuildingStoreyBaseQuantities + + + NetVolume + + + 1000.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_021_IFCSPACE.ids b/data/output_ids/IFC4/IFC4_021_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..8e5bb5dc4628ae4b59270eee23015e6b5593c9f3 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_021_IFCSPACE.ids @@ -0,0 +1,1075 @@ + + + + SpaceInfo + + + + + + + IFCSPACE + + + + + + + Space Basics + + + Element Code + + + Space-101 + + + + + Space Basics + + + Exterior + + + true + + + + + Space Basics + + + Overall Target Area + + + 120.0 + + + + + Space Basics + + + Effective Target Area + + + 110.0 + + + + + Space Basics + + + Public Access + + + true + + + + + Space Basics + + + Accessibility + + + true + + + + + Finish Requirements + + + Floor Finish + + + Carpet + + + + + Finish Requirements + + + Floor Finish Thickness + + + 0.010 + + + + + Finish Requirements + + + Wall Finish + + + Paint + + + + + Finish Requirements + + + Wall Finish Thickness + + + 0.005 + + + + + Finish Requirements + + + Ceiling Finish + + + AcousticTile + + + + + Finish Requirements + + + Ceiling Finish Thickness + + + 0.010 + + + + + Finish Requirements + + + Baseboard + + + PVC + + + + + Finish Requirements + + + Baseboard Height + + + 0.075 + + + + + Finish Requirements + + + Trim Style + + + Simple + + + + + Finish Requirements + + + Trim Height + + + 0.050 + + + + + Finish Requirements + + + Hidden Floor Zone + + + true + + + + + Finish Requirements + + + Hidden Floor Offset + + + 0.020 + + + + + Finish Requirements + + + Hidden Ceiling Zone + + + true + + + + + Finish Requirements + + + Hidden Ceiling Offset + + + 0.150 + + + + + Lighting Plan + + + Artificial Lighting Flag + + + true + + + + + Lighting Plan + + + Lighting Level + + + 300.0 + + + + + Occupancy Plan + + + Occupancy Category + + + Office + + + + + Occupancy Plan + + + Headcount + + + 15 + + + + + Occupancy Plan + + + Peak Headcount + + + 20 + + + + + Occupancy Plan + + + Daily Occupancy Hours + + + 8.0 + + + + + Occupancy Plan + + + Area Per Person + + + 7.5 + + + + + Occupancy Plan + + + Min Headroom + + + 2.4 + + + + + Occupancy Plan + + + View Preferred + + + true + + + + + HVAC Targets + + + Target Temperature + + + 22.0 + + + + + HVAC Targets + + + Temperature Upper Limit + + + 24.0 + + + + + HVAC Targets + + + Temperature Lower Limit + + + 20.0 + + + + + HVAC Targets + + + Temperature Summer Upper Limit + + + 26.0 + + + + + HVAC Targets + + + Temperature Summer Lower Limit + + + 22.0 + + + + + HVAC Targets + + + Temperature Winter Upper Limit + + + 21.0 + + + + + HVAC Targets + + + Temperature Winter Lower Limit + + + 18.0 + + + + + HVAC Targets + + + Humidity Target + + + 0.50 + + + + + HVAC Targets + + + Humidity Upper Limit + + + 0.60 + + + + + HVAC Targets + + + Humidity Lower Limit + + + 0.40 + + + + + HVAC Targets + + + Summer Humidity Level + + + 0.55 + + + + + HVAC Targets + + + Winter Humidity Level + + + 0.45 + + + + + HVAC Targets + + + Heating Disabled + + + true + + + + + HVAC Targets + + + Passive Ventilation + + + true + + + + + HVAC Targets + + + Passive Ventilation Flow + + + 0.5 + + + + + HVAC Targets + + + Forced Ventilation + + + true + + + + + HVAC Targets + + + Forced Ventilation Flow + + + 1.2 + + + + + HVAC Targets + + + Cooling Service + + + true + + + + + HVAC Targets + + + Central Cooling + + + true + + + + + HVAC Targets + + + Air Handling Unit Name + + + AHU-1 + + + + + Airflow Sizing + + + Cooling Airflow Target + + + 1.5 + + + + + Airflow Sizing + + + Heating Airflow Target + + + 1.2 + + + + + Airflow Sizing + + + Sensible Heat Load + + + 3.5 + + + + + Airflow Sizing + + + Total Heat Load + + + 5.0 + + + + + Airflow Sizing + + + Overall Heat Decrease + + + 4.0 + + + + + Airflow Sizing + + + Cooling Dry-bulb Temp + + + 26.0 + + + + + Airflow Sizing + + + Cooling RH Level + + + 0.55 + + + + + Airflow Sizing + + + Heating Dry-bulb Temp + + + 20.0 + + + + + Airflow Sizing + + + Heating RH Level + + + 0.40 + + + + + Airflow Sizing + + + Ventilation Airflow Target + + + 1.5 + + + + + Airflow Sizing + + + Airflow Target + + + 1.3 + + + + + Airflow Sizing + + + Ceiling Return-Air Plenum + + + true + + + + + Airflow Sizing + + + Boundary Area Heat Decrease + + + 1.2 + + + + + Airside System + + + Air System Notes + + + Main AHU serves east wing + + + + + Airside System + + + Air Side System Category + + + VAV + + + + + Airside System + + + Air Side System Distribution Category + + + Ducted + + + + + Airside System + + + Overall Air Flow + + + 2.0 + + + + + Airside System + + + Energy Increase Overall + + + 6.0 + + + + + Airside System + + + Sensible Airflow + + + 1.5 + + + + + Airside System + + + Energy Increase Sensible + + + 4.0 + + + + + Airside System + + + Energy Decrease + + + 3.5 + + + + + Airside System + + + Infiltration Factor Summer + + + 0.8 + + + + + Airside System + + + Infiltration Factor Winter + + + 0.7 + + + + + Airside System + + + Appliance Factor + + + 0.6 + + + + + Airside System + + + Heating Temperature Gap + + + 10.0 + + + + + Airside System + + + Cooling Temperature Gap + + + 8.0 + + + + + Airside System + + + Ventilation Setting + + + 2.3 + + + + + Airside System + + + Fan Power Demand + + + 0.75 + + + + + Thermal Load + + + Occupancy Factor + + + 0.6 + + + + + Thermal Load + + + Lighting Factor + + + 0.8 + + + + + Thermal Load + + + ApplianceDiversity (ThermalLoad) + + + 0.6 + + + + + Thermal Load + + + Outside Air per Person + + + 0.01 + + + + + Thermal Load + + + Receptacle Load Density + + + 0.05 + + + + + Thermal Load + + + Appliance Percentage Load To Radiant + + + 0.3 + + + + + Thermal Load + + + Lighting Load Density + + + 0.010 + + + + + Thermal Load + + + Lighting Percentage Load To Return Air + + + 0.2 + + + + + Thermal Load + + + Overall Cooling Load + + + 6.5 + + + + + Thermal Load + + + Overall Heating Load + + + 5.0 + + + + + Thermal Load + + + InfiltrationDiversitySummer (ThermalLoad) + + + 0.8 + + + + + Thermal Load + + + InfiltrationDiversityWinter (ThermalLoad) + + + 0.7 + + + + + Thermal Load + + + Load Safety Factor + + + 1.2 + + + + + Fire Safety + + + Fire Risk Factor + + + 0.2 + + + + + Fire Safety + + + Combustible Storage + + + None + + + + + Fire Safety + + + FireExit (Space) + + + true + + + + + Fire Safety + + + Sprinkler Coverage + + + true + + + + + Fire Safety + + + Auto Sprinkler Coverage + + + true + + + + + Fire Safety + + + Air Pressurization Mode + + + true + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_022_IFCSPACE.ids b/data/output_ids/IFC4/IFC4_022_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..951a485140962f1e139815f2e348e04d491d31cd --- /dev/null +++ b/data/output_ids/IFC4/IFC4_022_IFCSPACE.ids @@ -0,0 +1,448 @@ + + + + 空間情報 + + + + + + + IFCSPACE + + + + + + + PropertyAgreement + + + AgreementDate + + + 2025-08-19 + + + + + Pset_PropertyAgreement + + + PropertyName + + + 建物資産管理室 + + + + + Pset_SpaceCoveringRequirements + + + ConcealedFlooring + + + true + + + + + Pset_SpaceCoveringRequirements + + + ConcealedCeiling + + + false + + + + + SpaceLightingDesign + + + ArtificialLighting + + + true + + + + + Pset_SpaceOccupancyRequirements + + + IsOutlookDesirable + + + false + + + + + ThermalLoad + + + ReceptacleLoadIntensity + + + 125.6 + + + + + SpaceAirHandlingDimensioning + + + CeilingRAPlenum + + + true + + + + + Pset_SpaceCommon + + + IsExternal + + + false + + + + + Pset_PropertyAgreement + + + Options + + + 24時間警備を実施 + + + + + ProcessCapacity + + + ProcessPerformance + + + P1M + + + + + Pset_PropertyAgreement + + + Restrictions + + + 日常清掃は管理会社指定 + + + + + AirSideSystemInformation + + + Description + + + 備品管理対象空間 + + + + + Pset_SpaceCommon + + + PubliclyAccessible + + + true + + + + + Pset_SpaceCommon + + + HandicapAccessible + + + false + + + + + Pset_SpaceFireSafetyRequirements + + + FlammableStorage + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + FireExit + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + SprinklerProtection + + + false + + + + + Pset_SpaceFireSafetyRequirements + + + SprinklerProtectionAutomatic + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + AirPressurization + + + true + + + + + SpaceHVACDesign + + + DiscontinuedHeating + + + true + + + + + SpaceHVACDesign + + + NaturalVentilation + + + false + + + + + SpaceHVACDesign + + + AirHandlingName + + + ボイラー併用空調 + + + + + SpaceHVACDesign + + + MechanicalVentilation + + + false + + + + + SpaceHVACDesign + + + AirConditioning + + + true + + + + + SpaceHVACDesign + + + AirConditioningCentral + + + false + + + + + SpaceCoveringRequirements + + + ConcealedFlooringOffset + + + 0.050 + + + + + SpaceCoveringRequirements + + + ConcealedCeilingOffset + + + 0.000 + + + + + SpaceLightingDesign + + + Illuminance + + + 500.0 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyType + + + 執務空間 + + + + + SpaceAirHandlingDimensioning + + + DesignAirFlow + + + 0.85 + + + + + Pset_SpaceCommon + + + GrossPlannedArea + + + 45.2 + + + + + PropertyAgreement + + + Duration + + + P10Y + + + + + Pset_SpaceFireSafetyRequirements + + + FireRiskFactor + + + + + + + + ThermalLoad + + + LoadSafetyFactor + + + 1.10 + + + + + SpaceAirHandlingDimensioning + + + VentilationDesignAirFlow + + + 0.65 + + + + + ProcessCapacity + + + DownstreamConnections + + + 光ファイバー回線 + + + + + PropertyAgreement + + + AgreementVersion + + + 第1版 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyNumber + + + 1 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_023_IFCSPACE.ids b/data/output_ids/IFC4/IFC4_023_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..972f5e19540807e3572e9a5474c13dc7f5abe064 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_023_IFCSPACE.ids @@ -0,0 +1,448 @@ + + + + 空間情報チェック + + + + + + + IFCSPACE + + + + + + + 基本管理 + + + 最終確認日 + + + 2026-01-18 + + + + + 資産管理 + + + 管理区分 + + + 共用資産 + + + + + 維持計画 + + + 長期更新対象 + + + true + + + + + 維持計画 + + + 中期改修対象 + + + false + + + + + 運用管理 + + + 外部運営管理対象 + + + true + + + + + 環境評価 + + + エネルギー計測対象 + + + false + + + + + 環境評価 + + + 内部発熱負荷 + + + 146.5 + + + + + 保全履歴 + + + 設備更新履歴管理 + + + true + + + + + 利用契約 + + + テナント運用対象 + + + false + + + + + 防犯運用 + + + 警備レベル + + + 巡回警備 + + + + + 清掃計画 + + + 定期清掃頻度 + + + 月次清掃 + + + + + 清掃計画 + + + 日常清掃方式 + + + 平日日常清掃 + + + + + 備品運用 + + + 備品台帳対象 + + + 重点管理対象 + + + + + 設備条件 + + + PH設備対象 + + + true + + + + + 設備条件 + + + RI設備対象 + + + false + + + + + 配管条件 + + + ガス配管要否 + + + true + + + + + 配管条件 + + + 衛生配管要否 + + + true + + + + + 排水条件 + + + 汚水接続要否 + + + false + + + + + 設備条件 + + + 専用器具設置要否 + + + true + + + + + 給湯条件 + + + 給湯供給要否 + + + true + + + + + 給湯条件 + + + 飲用給湯要否 + + + true + + + + + 給湯条件 + + + 雑用給湯要否 + + + false + + + + + 給湯条件 + + + 給湯システム種別 + + + 中央熱源方式 + + + + + 温度条件 + + + 高温運用要否 + + + false + + + + + 排水条件 + + + 雑排水接続要否 + + + true + + + + + 衛生管理 + + + 滅菌対応要否 + + + false + + + + + 給水条件 + + + 上水供給要否 + + + true + + + + + 排水条件 + + + 厨房排水接続要否 + + + true + + + + + 給水条件 + + + 中水利用要否 + + + false + + + + + エネルギー供給 + + + 都市ガス接続要否 + + + true + + + + + 医療対応 + + + 透析対応要否 + + + false + + + + + エネルギー供給 + + + ガス消費原単位 + + + 24.3 + + + + + 保証情報 + + + 防水保証区分 + + + 10年保証 + + + + + 居住性能 + + + 音響快適性 + + + 静穏 + + + + + 居住性能 + + + 空気質評価 + + + 高水準 + + + + + 居住性能 + + + 採光評価 + + + 明るい + + + + + 情報基盤 + + + 通信対応区分 + + + 光ファイバー対応 + + + + + 居住性能 + + + 温熱快適性 + + + 良好 + + + + + 空間管理 + + + 室管理番号 + + + 7 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_024_IFCSPACE.ids b/data/output_ids/IFC4/IFC4_024_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..1bb4c12734212d92423c379c320a7101d6e62b4e --- /dev/null +++ b/data/output_ids/IFC4/IFC4_024_IFCSPACE.ids @@ -0,0 +1,448 @@ + + + + 空間情報 + + + + + + + IFCSPACE + + + + + + + 識別情報 + + + 更新 + + + 2025-09-01 + + + + + 識別情報 + + + 資産区分 + + + 設備資産 + + + + + 識別情報 + + + 保全_10年 + + + false + + + + + 識別情報 + + + 保全_5年 + + + true + + + + + 識別情報 + + + LLC管理対象 + + + false + + + + + 識別情報 + + + エネルギーコスト + + + true + + + + + 識別情報 + + + 熱負荷_人・照明・日射 + + + 110 + + + + + 識別情報 + + + 固定資産修繕履歴 + + + false + + + + + 識別情報 + + + 賃貸管理 + + + true + + + + + 識別情報 + + + 警備区分 + + + 無人監視 + + + + + 識別情報 + + + 定期清掃区分 + + + 隔月清掃 + + + + + 識別情報 + + + 日常清掃区分 + + + 日常清掃あり + + + + + 識別情報 + + + 備品管理区分 + + + 備品管理対象 + + + + + 識別情報 + + + PH要否 + + + false + + + + + 識別情報 + + + RI要否 + + + true + + + + + 識別情報 + + + ガス + + + false + + + + + 識別情報 + + + 衛生器具・給排水 + + + true + + + + + 識別情報 + + + 汚水要否 + + + true + + + + + 識別情報 + + + 器具 + + + false + + + + + 識別情報 + + + 給湯 + + + false + + + + + 識別情報 + + + 給湯飲用要否 + + + false + + + + + 識別情報 + + + 給湯雑湯用要否 + + + false + + + + + 識別情報 + + + 給湯方式 + + + 地熱利用 + + + + + 識別情報 + + + 高温要否 + + + true + + + + + 識別情報 + + + 雑排水要否 + + + false + + + + + 識別情報 + + + 消毒要否 + + + true + + + + + 識別情報 + + + 上水要否 + + + true + + + + + 識別情報 + + + 厨房排水要否 + + + true + + + + + 識別情報 + + + 中水要否 + + + false + + + + + 識別情報 + + + 都市ガス要否 + + + false + + + + + 識別情報 + + + 透析要否 + + + true + + + + + 識別情報 + + + 都市ガス単位面積消費量 + + + 0 + + + + + 識別情報 + + + 防水保障 + + + 15年保証 + + + + + 識別情報 + + + 音環境 + + + 悪い + + + + + 識別情報 + + + 空気環境 + + + 不適 + + + + + 識別情報 + + + 光環境 + + + 不足 + + + + + 識別情報 + + + 情報化対応性 + + + 光ファイバー対応 + + + + + 識別情報 + + + 熱環境 + + + 普通 + + + + + 識別情報 + + + 室昇順番号 + + + 10 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_025_IFCSPACE.ids b/data/output_ids/IFC4/IFC4_025_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..bd869bba3456ca96c0f0b8b920f9f43da104b58d --- /dev/null +++ b/data/output_ids/IFC4/IFC4_025_IFCSPACE.ids @@ -0,0 +1,1075 @@ + + + + SpaceInfo + + + + + + + IFCSPACE + + + + + + + Pset_SpaceCommon + + + Reference + + + Space-201 + + + + + Pset_SpaceCommon + + + IsExternal + + + true + + + + + Pset_SpaceCommon + + + GrossPlannedArea + + + 132.0 + + + + + Pset_SpaceCommon + + + NetPlannedArea + + + 121.0 + + + + + Pset_SpaceCommon + + + PubliclyAccessible + + + true + + + + + Pset_SpaceCommon + + + HandicapAccessible + + + true + + + + + Pset_SpaceCoveringRequirements + + + FloorCovering + + + Rubber + + + + + Pset_SpaceCoveringRequirements + + + FloorCoveringThickness + + + 0.011 + + + + + Pset_SpaceCoveringRequirements + + + WallCovering + + + GypsumBoard + + + + + Pset_SpaceCoveringRequirements + + + WallCoveringThickness + + + 0.006 + + + + + Pset_SpaceCoveringRequirements + + + CeilingCovering + + + Gypsum + + + + + Pset_SpaceCoveringRequirements + + + CeilingCoveringThickness + + + 0.011 + + + + + Pset_SpaceCoveringRequirements + + + SkirtingBoard + + + Aluminum + + + + + Pset_SpaceCoveringRequirements + + + SkirtingBoardHeight + + + 0.083 + + + + + Pset_SpaceCoveringRequirements + + + Molding + + + Cove + + + + + Pset_SpaceCoveringRequirements + + + MoldingHeight + + + 0.055 + + + + + Pset_SpaceCoveringRequirements + + + ConcealedFlooring + + + true + + + + + SpaceCoveringRequirements + + + ConcealedFlooringOffset + + + 0.022 + + + + + Pset_SpaceCoveringRequirements + + + ConcealedCeiling + + + true + + + + + SpaceCoveringRequirements + + + ConcealedCeilingOffset + + + 0.165 + + + + + SpaceLightingDesign + + + ArtificialLighting + + + true + + + + + SpaceLightingDesign + + + Illuminance + + + 330.0 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyType + + + MeetingRoom + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyNumber + + + 17 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyNumberPeak + + + 22 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyTimePerDay + + + 8.8 + + + + + Pset_SpaceOccupancyRequirements + + + AreaPerOccupant + + + 8.2 + + + + + Pset_SpaceOccupancyRequirements + + + MinimumHeadroom + + + 2.6 + + + + + Pset_SpaceOccupancyRequirements + + + IsOutlookDesirable + + + true + + + + + SpaceHVACDesign + + + TemperatureSetPoint + + + 24.2 + + + + + SpaceHVACDesign + + + TemperatureMax + + + 26.4 + + + + + SpaceHVACDesign + + + TemperatureMin + + + 22.0 + + + + + SpaceHVACDesign + + + TemperatureSummerMax + + + 28.6 + + + + + SpaceHVACDesign + + + TemperatureSummerMin + + + 24.2 + + + + + SpaceHVACDesign + + + TemperatureWinterMax + + + 23.1 + + + + + SpaceHVACDesign + + + TemperatureWinterMin + + + 19.8 + + + + + SpaceHVACDesign + + + HumiditySetPoint + + + 0.55 + + + + + SpaceHVACDesign + + + HumidityMax + + + 0.66 + + + + + SpaceHVACDesign + + + HumidityMin + + + 0.44 + + + + + SpaceHVACDesign + + + HumiditySummer + + + 0.61 + + + + + SpaceHVACDesign + + + HumidityWinter + + + 0.50 + + + + + SpaceHVACDesign + + + DiscontinuedHeating + + + true + + + + + SpaceHVACDesign + + + NaturalVentilation + + + true + + + + + SpaceHVACDesign + + + NaturalVentilationRate + + + 0.55 + + + + + SpaceHVACDesign + + + MechanicalVentilation + + + true + + + + + SpaceHVACDesign + + + MechanicalVentilationRate + + + 1.32 + + + + + SpaceHVACDesign + + + AirConditioning + + + true + + + + + SpaceHVACDesign + + + AirConditioningCentral + + + true + + + + + SpaceHVACDesign + + + AirHandlingName + + + AHU-2 + + + + + SpaceAirHandlingDimensioning + + + CoolingDesignAirFlow + + + 1.65 + + + + + SpaceAirHandlingDimensioning + + + HeatingDesignAirFlow + + + 1.32 + + + + + SpaceAirHandlingDimensioning + + + SensibleHeatGain + + + 3.85 + + + + + SpaceAirHandlingDimensioning + + + TotalHeatGain + + + 5.50 + + + + + SpaceAirHandlingDimensioning + + + TotalHeatLoss + + + 4.40 + + + + + SpaceAirHandlingDimensioning + + + CoolingDryBulb + + + 28.6 + + + + + SpaceAirHandlingDimensioning + + + CoolingRelativeHumidity + + + 0.61 + + + + + SpaceAirHandlingDimensioning + + + HeatingDryBulb + + + 22.0 + + + + + SpaceAirHandlingDimensioning + + + HeatingRelativeHumidity + + + 0.44 + + + + + SpaceAirHandlingDimensioning + + + VentilationDesignAirFlow + + + 1.65 + + + + + SpaceAirHandlingDimensioning + + + DesignAirFlow + + + 1.43 + + + + + SpaceAirHandlingDimensioning + + + CeilingRAPlenum + + + true + + + + + SpaceAirHandlingDimensioning + + + BoundaryAreaHeatLoss + + + 1.32 + + + + + AirSideSystemInformation + + + Description + + + Central AHU serves west wing + + + + + Pset_AirSideSystemInformation + + + AirSideSystemType + + + VRF + + + + + Pset_AirSideSystemInformation + + + AirSideSystemDistributionType + + + Underfloor + + + + + AirSideSystemInformation + + + TotalAirFlow + + + 2.20 + + + + + Pset_AirSideSystemInformation + + + EnergyGainTotal + + + 6.60 + + + + + AirSideSystemInformation + + + AirFlowSensible + + + 1.65 + + + + + Pset_AirSideSystemInformation + + + EnergyGainSensible + + + 4.40 + + + + + Pset_AirSideSystemInformation + + + EnergyLoss + + + 3.85 + + + + + Pset_AirSideSystemInformation + + + InfiltrationDiversitySummer + + + 0.88 + + + + + Pset_AirSideSystemInformation + + + InfiltrationDiversityWinter + + + 0.77 + + + + + Pset_AirSideSystemInformation + + + ApplianceDiversity + + + 0.66 + + + + + Pset_AirSideSystemInformation + + + HeatingTemperatureDelta + + + 11.0 + + + + + Pset_AirSideSystemInformation + + + CoolingTemperatureDelta + + + 8.8 + + + + + Pset_AirSideSystemInformation + + + Ventilation + + + 1.0 + + + + + Pset_AirSideSystemInformation + + + FanPower + + + 0.83 + + + + + ThermalLoad + + + OccupancyDiversity + + + 0.66 + + + + + ThermalLoad + + + LightingDiversity + + + 0.88 + + + + + ThermalLoad + + + ApplianceDiversity + + + 0.66 + + + + + ThermalLoad + + + OutsideAirPerPerson + + + 0.011 + + + + + ThermalLoad + + + ReceptacleLoadIntensity + + + 0.055 + + + + + ThermalLoad + + + AppliancePercentLoadToRadiant + + + 0.33 + + + + + ThermalLoad + + + LightingLoadIntensity + + + 0.011 + + + + + ThermalLoad + + + LightingPercentLoadToReturnAir + + + 0.22 + + + + + ThermalLoad + + + TotalCoolingLoad + + + 7.15 + + + + + ThermalLoad + + + TotalHeatingLoad + + + 5.50 + + + + + ThermalLoad + + + InfiltrationDiversitySummer + + + 0.88 + + + + + ThermalLoad + + + InfiltrationDiversityWinter + + + 0.77 + + + + + ThermalLoad + + + LoadSafetyFactor + + + 1.32 + + + + + Pset_SpaceFireSafetyRequirements + + + FireRiskFactor + + + 0.2 + + + + + Pset_SpaceFireSafetyRequirements + + + FlammableStorage + + + false + + + + + Pset_SpaceFireSafetyRequirements + + + FireExit + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + SprinklerProtection + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + SprinklerProtectionAutomatic + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + AirPressurization + + + false + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_026_IFCSPACE.ids b/data/output_ids/IFC4/IFC4_026_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..265eb5ef5b698678946c3ee66691eaa0acd51752 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_026_IFCSPACE.ids @@ -0,0 +1,448 @@ + + + + 空間情報 + + + + + + + IFCSPACE + + + + + + + PropertyAgreement + + + AgreementDate + + + 2025-08-22 + + + + + AirSideSystemInformation + + + Description + + + 建物附属設備を収容 + + + + + Pset_SpaceCommon + + + IsExternal + + + false + + + + + Pset_SpaceCommon + + + PubliclyAccessible + + + false + + + + + Pset_SpaceOccupancyRequirements + + + IsOutlookDesirable + + + false + + + + + Pset_SpaceCommon + + + HandicapAccessible + + + false + + + + + Pset_SpaceCommon + + + GrossPlannedArea + + + 12.8 + + + + + Pset_SpaceCommon + + + Reference + + + SPACE-026 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyType + + + 設備管理室 + + + + + Pset_PropertyAgreement + + + Options + + + 夜間警備あり + + + + + ProcessCapacity + + + ProcessPerformance + + + P7D + + + + + Pset_PropertyAgreement + + + Restrictions + + + 日常清掃対象外 + + + + + Pset_PropertyAgreement + + + ConditionTermination + + + 備品管理対象外 + + + + + SpaceHVACDesign + + + NaturalVentilation + + + false + + + + + SpaceHVACDesign + + + MechanicalVentilation + + + true + + + + + SpaceHVACDesign + + + AirConditioning + + + false + + + + + SpaceHVACDesign + + + AirConditioningCentral + + + true + + + + + SpaceHVACDesign + + + DiscontinuedHeating + + + true + + + + + SpaceAirHandlingDimensioning + + + CeilingRAPlenum + + + false + + + + + SpaceAirHandlingDimensioning + + + DesignAirFlow + + + 1.10 + + + + + SpaceAirHandlingDimensioning + + + VentilationDesignAirFlow + + + 0.55 + + + + + SpaceAirHandlingDimensioning + + + CoolingDesignAirFlow + + + 0.85 + + + + + Pset_AirSideSystemInformation + + + AirSideSystemDistributionType + + + セントラル方式 + + + + + SpaceAirHandlingDimensioning + + + HeatingDesignAirFlow + + + 0.60 + + + + + SpaceAirHandlingDimensioning + + + BoundaryAreaHeatLoss + + + 18.0 + + + + + SpaceHVACDesign + + + NaturalVentilationRate + + + 0.15 + + + + + SpaceHVACDesign + + + MechanicalVentilationRate + + + 1.10 + + + + + AirSideSystemInformation + + + TotalAirFlow + + + 1.30 + + + + + SpaceHVACDesign + + + AirHandlingName + + + AHU-CENT-01 + + + + + Pset_AirSideSystemInformation + + + AirSideSystemType + + + セントラル空調 + + + + + Pset_PropertyAgreement + + + CommencementDate + + + 2025-09-01 + + + + + Pset_SpaceCommon + + + NetPlannedArea + + + 10.5 + + + + + PropertyAgreement + + + Duration + + + P5Y + + + + + PropertyAgreement + + + AgreementVersion + + + 第1版 + + + + + ThermalLoad + + + LoadSafetyFactor + + + 1.15 + + + + + Pset_AirSideSystemInformation + + + Ventilation + + + 0.50 + + + + + ProcessCapacity + + + DownstreamConnections + + + 5G屋内局 + + + + + PropertyAgreement + + + TrackingIdentifier + + + SPACE-026-OPS + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyNumber + + + 2 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_027_IFCWALL.ids b/data/output_ids/IFC4/IFC4_027_IFCWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..add0d6b60f1a89cef7c461aa6b50ccce9509cf54 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_027_IFCWALL.ids @@ -0,0 +1,811 @@ + + + + Wall + + + + + + + IFCWALL + + + + + + + Wall Basics + + + Drawing Reference + + + DrawingA1 + + + + + Wall Basics + + + WallCondition + + + New + + + + + Wall Basics + + + Sound Rating + + + Rw45 + + + + + Wall Basics + + + Fire Resistance + + + 2h + + + + + Wall Basics + + + FireLoadFlag + + + true + + + + + Wall Basics + + + Flame Spread Class + + + Class0 + + + + + Wall Basics + + + U-Value + + + 0.35 + + + + + Wall Basics + + + Exterior + + + true + + + + + Wall Basics + + + Load Bearing + + + true + + + + + Wall Basics + + + Extend to Structure + + + true + + + + + Wall Basics + + + Compartment Divider + + + true + + + + + Concrete Specification + + + Fabrication Location + + + OnSite + + + + + Concrete Specification + + + Casting Method + + + In-situ + + + + + Concrete Specification + + + Structural Role + + + Loadbearing + + + + + Concrete Specification + + + Concrete Strength + + + C30/37 + + + + + Concrete Specification + + + Exposure Class + + + XC4 + + + + + Concrete Specification + + + Rebar Volume Ratio + + + 0.01 + + + + + Concrete Specification + + + Rebar Area Ratio + + + 0.005 + + + + + Concrete Specification + + + Dimensional Accuracy + + + Class1 + + + + + Concrete Specification + + + Construction Tolerance + + + 5mm + + + + + Concrete Specification + + + Concrete Cover + + + 0.020 + + + + + Concrete Specification + + + Cover at Main Bars + + + 0.040 + + + + + Concrete Specification + + + Cover at Ties + + + 0.025 + + + + + Concrete Specification + + + Rebar Grade + + + SD345 + + + + + Precast Fabrication + + + Product Type Code + + + WALL_PRE_001 + + + + + Precast Fabrication + + + Production Lot + + + LOT20230801 + + + + + Precast Fabrication + + + Serial Number + + + SN00123 + + + + + Precast Fabrication + + + Piece Mark + + + PM-12 + + + + + Precast Fabrication + + + As-Built Location + + + L-101 + + + + + Precast Fabrication + + + Production Date + + + 2025-08-01 + + + + + Precast Fabrication + + + Erection Date + + + 2025-08-20 + + + + + Precast Panel Specification + + + Panel Type + + + Panel-100 + + + + + Precast Panel Specification + + + Corner Chamfer + + + 0.010 + + + + + Precast Panel Specification + + + Manufacturing Tolerance + + + T1 + + + + + Precast Panel Specification + + + Form Stripping Strength + + + 5.0 + + + + + Precast Panel Specification + + + Lifting Strength + + + 50.0 + + + + + Precast Panel Specification + + + Release Strength + + + 2.0 + + + + + Precast Panel Specification + + + Minimum Support Length + + + 0.200 + + + + + Precast Panel Specification + + + Initial Tension + + + 100.0 + + + + + Precast Panel Specification + + + Tendon Relaxation + + + 0.035 + + + + + Precast Panel Specification + + + Transport Strength + + + 80.0 + + + + + Precast Panel Specification + + + Transport Support Description + + + Two-point support with wooden cradle + + + + + Precast Panel Specification + + + Transport Support Doc Ref + + + DOC-TR-001 + + + + + Precast Panel Specification + + + Hollow Core Plugging + + + true + + + + + Precast Panel Specification + + + Midspan Camber + + + 0.005 + + + + + Precast Panel Specification + + + Batter at Start + + + 0.005 + + + + + Precast Panel Specification + + + Batter at End + + + 0.005 + + + + + Precast Panel Specification + + + Twist + + + 0.5 + + + + + Precast Panel Specification + + + SegmentOffset + + + 0.002 + + + + + Precast Panel Specification + + + Piece Mark (General) + + + PM-01 + + + + + Precast Panel Specification + + + Design Location + + + D-100 + + + + + Reinforcement Layout + + + Layout Description + + + Vertical bars 100 mm + + + + + Reinforcement Layout + + + Layout Reference + + + Ref-01 + + + + + Reinforcement Layout + + + Bar Arrangement + + + Grid + + + + + Reinforcement Layout + + + Vertical Bar Spacing + + + 0.100 + + + + + Reinforcement Layout + + + Horizontal Bar Spacing + + + 0.200 + + + + + Reinforcement Layout + + + Auxiliary Spacing + + + 0.050 + + + + + Barrier Features + + + Movable + + + true + + + + + Barrier Features + + + Terminal Segment + + + true + + + + + Barrier Features + + + Transition Segment + + + true + + + + + Barrier Features + + + Terminal Type + + + TypeA + + + + + Quantities + + + RunLength + + + 6.0 + + + + + Quantities + + + PanelBreadth + + + 0.20 + + + + + Quantities + + + RiseMeasure + + + 2.7 + + + + + Quantities + + + Gross Footprint Area + + + 12.0 + + + + + Quantities + + + Net Footprint Area + + + 11.5 + + + + + Quantities + + + Gross Side Area + + + 24.0 + + + + + Quantities + + + Net Side Area + + + 23.5 + + + + + Quantities + + + Gross Volume + + + 36.0 + + + + + Quantities + + + Net Volume + + + 35.0 + + + + + Quantities + + + Gross Weight + + + 4500.0 + + + + + Quantities + + + Net Weight + + + 4300.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_028_IFCWALL.ids b/data/output_ids/IFC4/IFC4_028_IFCWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..3e468cc845f90e0f31ee33b7c84a1a250be12ccb --- /dev/null +++ b/data/output_ids/IFC4/IFC4_028_IFCWALL.ids @@ -0,0 +1,811 @@ + + + + Wall(ARC) + + + + + + + IFCWALL + + + + + + + Pset_WallCommon + + + Reference + + + DrawingB2 + + + + + Pset_WallCommon + + + Status + + + New + + + + + Pset_WallCommon + + + AcousticRating + + + Rw50 + + + + + Pset_WallCommon + + + FireRating + + + 1h + + + + + Pset_WallCommon + + + Combustible + + + false + + + + + Pset_WallCommon + + + SurfaceSpreadOfFlame + + + Class1 + + + + + Pset_WallCommon + + + ThermalTransmittance + + + 0.30 + + + + + Pset_WallCommon + + + IsExternal + + + false + + + + + Pset_WallCommon + + + LoadBearing + + + true + + + + + Pset_WallCommon + + + ExtendToStructure + + + false + + + + + Pset_WallCommon + + + Compartmentation + + + true + + + + + ConcreteElementGeneral + + + AssemblyPlace + + + OffSite + + + + + ConcreteElementGeneral + + + CastingMethod + + + In-situ + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + ShearWall + + + + + Pset_ConcreteElementGeneral + + + StrengthClass + + + C35/45 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + XC2 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 0.012 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.006 + + + + + Pset_ConcreteElementGeneral + + + DimensionalAccuracyClass + + + Class2 + + + + + Pset_ConcreteElementGeneral + + + ConstructionToleranceClass + + + 3mm + + + + + Pset_ConcreteElementGeneral + + + ConcreteCover + + + 0.025 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 0.045 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtLinks + + + 0.020 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementStrengthClass + + + SD390 + + + + + PrecastConcreteElementFabrication + + + TypeDesignation + + + WALL_PRE_002 + + + + + Pset_PrecastConcreteElementFabrication + + + ProductionLotId + + + LOT20250910 + + + + + Pset_PrecastConcreteElementFabrication + + + SerialNumber + + + SN07890 + + + + + Pset_PrecastConcreteElementFabrication + + + PieceMark + + + PM-14 + + + + + Pset_PrecastConcreteElementFabrication + + + AsBuiltLocationNumber + + + L-201 + + + + + Pset_PrecastConcreteElementFabrication + + + ActualProductionDate + + + 2025-09-05T00:00:00 + + + + + Pset_PrecastConcreteElementFabrication + + + ActualErectionDate + + + 2025-09-25T00:00:00 + + + + + PrecastConcreteElementGeneral + + + TypeDesignation + + + Panel-120 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 0.012 + + + + + Pset_PrecastConcreteElementGeneral + + + ManufacturingToleranceClass + + + T2 + + + + + Pset_PrecastConcreteElementGeneral + + + FormStrippingStrength + + + 6.5 + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 60.0 + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 2.5 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.250 + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 110.0 + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 0.030 + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 85.0 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + Four-point slings with spreader + + + + + PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + DOC-TR-012 + + + + + Pset_PrecastConcreteElementGeneral + + + HollowCorePlugging + + + false + + + + + Pset_PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 0.006 + + + + + Pset_PrecastConcreteElementGeneral + + + BatterAtStart + + + 0.006 + + + + + Pset_PrecastConcreteElementGeneral + + + BatterAtEnd + + + 0.006 + + + + + Pset_PrecastConcreteElementGeneral + + + Twisting + + + 0.6 + + + + + Pset_PrecastConcreteElementGeneral + + + Shortening + + + 0.003 + + + + + Pset_PrecastConcreteElementGeneral + + + PieceMark + + + PM-03 + + + + + Pset_PrecastConcreteElementGeneral + + + DesignLocationNumber + + + D-200 + + + + + Pset_ReinforcementBarPitchOfWall + + + Description + + + Vertical 150 mm + + + + + Pset_ReinforcementBarPitchOfWall + + + Reference + + + Ref-02 + + + + + Pset_ReinforcementBarPitchOfWall + + + BarAllocationType + + + Single + + + + + Pset_ReinforcementBarPitchOfWall + + + VerticalBarPitch + + + 0.120 + + + + + Pset_ReinforcementBarPitchOfWall + + + HorizontalBarPitch + + + 0.220 + + + + + Pset_ReinforcementBarPitchOfWall + + + SpacingBarPitch + + + 0.060 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 20.0 + + + + + MaintenanceStrategy + + + AssetCriticality + + + High + + + + + Pset_Condition + + + AssessmentDescription + + + Non-combustible interior wall assembly + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + TypeB + + + + + Qto_WallBaseQuantities + + + Length + + + 7.5 + + + + + Qto_WallBaseQuantities + + + Width + + + 0.22 + + + + + Qto_WallBaseQuantities + + + Height + + + 2.9 + + + + + WallBaseQuantities + + + GrossFootPrintArea + + + 13.0 + + + + + WallBaseQuantities + + + NetFootPrintArea + + + 12.5 + + + + + Qto_WallBaseQuantities + + + GrossSideArea + + + 26.0 + + + + + Qto_WallBaseQuantities + + + NetSideArea + + + 25.4 + + + + + Qto_WallBaseQuantities + + + GrossVolume + + + 38.0 + + + + + Qto_WallBaseQuantities + + + NetVolume + + + 36.5 + + + + + Qto_WallBaseQuantities + + + GrossWeight + + + 4700.0 + + + + + Qto_WallBaseQuantities + + + NetWeight + + + 4400.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_029_IFCDOOR.ids b/data/output_ids/IFC4/IFC4_029_IFCDOOR.ids new file mode 100644 index 0000000000000000000000000000000000000000..5321b0673a4b081d97c39f1e06a7fd7a4e329d27 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_029_IFCDOOR.ids @@ -0,0 +1,393 @@ + + + + Door + + + + + + + IFCDOOR + + + + + + + Door Basics + + + Element Code + + + Door-A1 + + + + + Door Basics + + + Stage + + + New + + + + + Door Basics + + + Fire Resistance Level + + + 30min + + + + + Door Basics + + + Sound Rating + + + Rw32 + + + + + Door Basics + + + Glazing Ratio + + + 0.25 + + + + + Door Basics + + + Exterior + + + true + + + + + Door Basics + + + Heat Loss Coefficient + + + 1.8 + + + + + Door Basics + + + Accessibility + + + true + + + + + Door Basics + + + Fire Egress + + + true + + + + + Door Basics + + + Self-Closing Function + + + true + + + + + Door Basics + + + Smoke Barrier Function + + + true + + + + + Door Basics + + + Drive Assisted Operation + + + true + + + + + Door Basics + + + Air Leakage + + + 0.5 + + + + + Lining + + + Frame Lining Depth + + + 0.030 + + + + + Lining + + + Frame Lining Thickness + + + 0.012 + + + + + Lining + + + Threshold Depth Measure + + + 0.040 + + + + + Lining + + + Threshold Thickness Measure + + + 0.010 + + + + + Lining + + + Transom Thickness Measure + + + 0.015 + + + + + Lining + + + Transom Offset Measure + + + 0.005 + + + + + Lining + + + Frame Lining Offset + + + 0.003 + + + + + Lining + + + Threshold Offset Measure + + + 0.0 + + + + + Lining + + + Casing Thickness Measure + + + 0.008 + + + + + Lining + + + Casing Depth Measure + + + 0.020 + + + + + Lining + + + Panel Offset X + + + 0.005 + + + + + Lining + + + Panel Offset Y + + + 0.002 + + + + + Door Panel + + + Door Panel Depth + + + 0.040 + + + + + Door Panel + + + Door Panel Operation + + + SingleSwing + + + + + Door Panel + + + Door Panel Width + + + 0.900 + + + + + Door Panel + + + Door Panel Position + + + Left + + + + + Manufacturer Info + + + Brand + + + AcmeDoors + + + + + Manufacturer Info + + + Model Code + + + MDL-2024-A + + + + + Product Materials + + + Surface Coating + + + PaintedOak + + + + + Product Materials + + + CoreMaterial + + + SolidWood + + + + + Product Materials + + + Frame Material Type + + + Steel + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_030_IFCDOOR.ids b/data/output_ids/IFC4/IFC4_030_IFCDOOR.ids new file mode 100644 index 0000000000000000000000000000000000000000..777e1524cfc20f210130da5b9cd39dfec26d5603 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_030_IFCDOOR.ids @@ -0,0 +1,591 @@ + + + + ドア + + + + + + + IFCDOOR + + + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + 片開き + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 玄関用ドア + + + + + Pset_DoorCommon + + + Reference + + + 木製 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + D-101 + + + + + Uncertainty + + + UncertaintyDescription + + + 内部 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + 特記事項なし + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P20D + + + + + MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P2300D + + + + + Qto_DoorBaseQuantities + + + Width + + + 9 + + + + + DoorPanelProperties + + + PanelWidth + + + 0.95 + + + + + MaintenanceTriggerDuration + + + DurationDisposalLevel + + + P2400D + + + + + Qto_DoorBaseQuantities + + + Height + + + 2.0 + + + + + Pset_Condition + + + AssessmentDescription + + + A-4等級 + + + + + Pset_DoorCommon + + + AcousticRating + + + T-2 + + + + + Risk + + + RiskName + + + W-2 + + + + + Tolerance + + + ToleranceDescription + + + 耐震等級2 + + + + + Pset_DoorCommon + + + HygrothermalRating + + + H-2 + + + + + Pset_DoorCommon + + + FireRating + + + 不燃 + + + + + DoorLiningProperties + + + LiningDepth + + + 0.105 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 0 + + + + + ConstructionOccurence + + + AssetIdentifier + + + ENT-DOOR-01 + + + + + Risk + + + AssociatedLocation + + + 南面 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 木製標準仕様 + + + + + Condition + + + AssessmentType + + + 外観確認 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.40 + + + + + Risk + + + AssociatedProduct + + + レバーハンドル + + + + + Pset_DoorCommon + + + IsExternal + + + true + + + + + Tolerance + + + ToleranceBasis + + + 組立 + + + + + Pset_DoorCommon + + + SelfClosing + + + true + + + + + Pset_DoorCommon + + + HandicapAccessible + + + false + + + + + Pset_DoorCommon + + + SecurityRating + + + 電気錠仕様 + + + + + DoorPanelProperties + + + PanelOperation + + + 片開き + + + + + MaintenanceTriggerPerformance + + + PerformanceMaintenanceLevel + + + 2 + + + + + DoorPanelProperties + + + PanelDepth + + + 0.040 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 30 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 25.0 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 20.0 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + ステンレス建具工業 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 25.0 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 600 + + + + + Pset_ManufacturerOccurrence + + + SerialNumber + + + HW-STEEL-01 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + FIN-MEL-01 + + + + + Pset_Condition + + + AssessmentCondition + + + 竣工時 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 20 + + + + + MaintenanceTriggerPerformance + + + ReplacementLevel + + + 1000 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.50 + + + + + EnvironmentalCondition + + + SmokeLevel + + + Low + + + + + Qto_DoorBaseQuantities + + + Perimeter + + + 5.8 + + + + + DoorPanelProperties + + + PanelPosition + + + LEFT + + + + + Risk + + + NatureOfRisk + + + 木製面材の傷 + + + + + Pset_DoorCommon + + + FireExit + + + true + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_031_IFCWINDOW.ids b/data/output_ids/IFC4/IFC4_031_IFCWINDOW.ids new file mode 100644 index 0000000000000000000000000000000000000000..906e5db108d546d413e9afe3287cfc648764e9ee --- /dev/null +++ b/data/output_ids/IFC4/IFC4_031_IFCWINDOW.ids @@ -0,0 +1,602 @@ + + + + WINDOW INFO + + + + + + + IFCWINDOW + + + + + + + 性能検証 + + + 遮音コンセプト + + + 外部騒音配慮型 + + + + + 製品分類 + + + 管理記号 + + + WX-914 + + + + + 可動範囲 + + + 開口クリア高[mm] + + + 1320 + + + + + 外観計画 + + + 発色テーマ + + + ダークグラファイト + + + + + 防虫計画 + + + 防虫建具形式 + + + 内付ロール網戸 + + + + + 取付基準 + + + 基準高さ + + + FL+950 + + + + + 内装納まり + + + 窓台材 + + + 人工大理石カウンター + + + + + 表面保護 + + + 保護層平均厚[μm] + + + 62.5 + + + + + 位置参照 + + + 主対象室 + + + ラウンジ + + + + + 施錠仕様 + + + 補助錠形式 + + + 補助ロックユニット + + + + + 開口寸法 + + + 基準幅[mm] + + + 920 + + + + + 排水納まり + + + 下端ドリップ材 + + + ステンレス水切プレート + + + + + 安全仕様 + + + 防災ガラス構成 + + + 網入り耐熱合わせガラス + + + + + 外装保護 + + + 前面スクリーン形式 + + + パンチングメタルパネル + + + + + 可動範囲 + + + 残留かぶり寸法[mm] + + + 34 + + + + + 性能検証 + + + 断熱コンセプト + + + 日射抑制型 + + + + + 操作部品 + + + 操作具装備有無 + + + false + + + + + 製品分類 + + + 開口ユニット種別 + + + ハイサイドライト + + + + + 外装保護 + + + スクリーン有効高[mm] + + + 1280 + + + + + 施錠仕様 + + + 主錠機能 + + + ダブルロック + + + + + 開閉計画 + + + 作動モード + + + 内倒し窓 + + + + + 充填固定 + + + 固定シール材 + + + EPDMガスケット + + + + + 落下防止構成 + + + 保護バー固定方式 + + + スラブ下固定 + + + + + 開口寸法 + + + 基準高さ[mm] + + + 1450 + + + + + 図面連携 + + + 注記メモ + + + 避難経路側のため開放制限あり + + + + + 内装納まり + + + フレーム見込[mm] + + + 88 + + + + + 性能検証 + + + 気密グレード + + + 高気密仕様 + + + + + 防虫計画 + + + ネット素材 + + + ポリエステルネット + + + + + 可動範囲 + + + 開口クリア幅A[mm] + + + 520 + + + + + 施錠仕様 + + + 補助錠機能 + + + 誤開放防止 + + + + + 位置参照 + + + 副対象面 + + + 北東面 + + + + + 外装保護 + + + 支持金物方式 + + + 溶接プレート止め + + + + + 設置条件 + + + 面区分 + + + 中庭側 + + + + + 可動範囲 + + + 開口クリア幅B[mm] + + + 310 + + + + + 表面保護 + + + 表層処理方式 + + + 粉体焼付塗装 + + + + + 落下防止構成 + + + 保護バー列数 + + + 2 + + + + + 防虫計画 + + + ネット中桟数 + + + 1 + + + + + 内装納まり + + + 周縁フレーム材 + + + タモ集成材枠 + + + + + 透過材仕様 + + + ガラス総厚[mm] + + + 28 + + + + + 操作部品 + + + 操作具形式 + + + バーグリップ + + + + + 性能検証 + + + 止水クラス + + + 強雨対応 + + + + + 外装保護 + + + スクリーン離隔[mm] + + + 95 + + + + + 収納構成 + + + 上部収納ユニット + + + 埋込スクリーンケース + + + + + 可動範囲 + + + 障子見付寸法[mm] + + + 48 + + + + + 施錠仕様 + + + 主錠形式 + + + 鎌錠 + + + + + 性能検証 + + + 耐風圧カテゴリ + + + 沿岸部対応 + + + + + 落下防止構成 + + + 保護バー形式 + + + 縦手すり + + + + + 可動範囲 + + + 障子見込寸法[mm] + + + 82 + + + + + 内装納まり + + + 窓台突出寸法[mm] + + + 210 + + + + + 透過材仕様 + + + 透過ユニット構成 + + + Low-Eトリプルガラス + + + + + 外装保護 + + + スクリーン有効幅[mm] + + + 980 + + + + + 防虫計画 + + + 脱落抑制方式 + + + 逆走防止ストッパー付 + + + + + 内装納まり + + + フレーム逃げ寸法[mm] + + + 12 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_032_IFCWINDOW.ids b/data/output_ids/IFC4/IFC4_032_IFCWINDOW.ids new file mode 100644 index 0000000000000000000000000000000000000000..7abbe0d1bceba75b9aebd783c1fedfcaa2fb1827 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_032_IFCWINDOW.ids @@ -0,0 +1,602 @@ + + + + + + + + + + + IFCWINDOW + + + + + + + 仕上げ・下地情報 + + + 色調 + + + ダークグレー + + + + + 仕上げ・下地情報 + + + 表面処理 + + + フッ素樹脂塗装 + + + + + 仕上げ・下地情報 + + + 膜厚_塗膜厚 [μm] + + + 25 + + + + + 識別情報 + + + 開閉形式 + + + 縦すべり出し窓 + + + + + 識別情報 + + + 建具種類 + + + 腰高窓 + + + + + 識別情報 + + + 建具番号 + + + W-402 + + + + + 識別情報 + + + 内外区分 + + + 外部 + + + + + 図面情報 + + + 備考 + + + 要現場確認 + + + + + 寸法情報 + + + 高さ [mm] + + + 2 + + + + + 寸法情報 + + + 幅 [mm] + + + 1 + + + + + 性能情報 + + + 気密性能 + + + A-3等級 + + + + + 性能情報 + + + 遮音性能 + + + T-1 + + + + + 性能情報 + + + 水密性能 + + + W-4 + + + + + 性能情報 + + + 耐風圧性能 + + + S-2 + + + + + 性能情報 + + + 断熱性能 + + + H-3 + + + + + 性能情報 + + + 防火性能 + + + 網入りガラス仕様 + + + + + 配置情報 + + + 基準レベル + + + GL + + + + + 配置情報 + + + 建具場所_主 + + + リビング + + + + + 配置情報 + + + 建具場所_副 + + + 東面 + + + + + 識別情報 + + + 額縁_種類 + + + 木枠 + + + + + 識別情報 + + + 膳板_種類 + + + 人工大理石膳板 + + + + + 寸法情報 + + + 額縁_見付 [mm] + + + 40 + + + + + 寸法情報 + + + 額縁チリ [mm] + + + 12 + + + + + 寸法情報 + + + 膳板見付 [mm] + + + 25 + + + + + 識別情報 + + + ブラインドBOX_種類 + + + アルミBOX + + + + + 識別情報 + + + 手すり_種類 + + + 縦手すり + + + + + 識別情報 + + + 手すり取付方法 + + + 先付 + + + + + 識別情報 + + + 手すり本数 + + + 1 + + + + + 識別情報 + + + 面格子_種類 + + + 横格子 + + + + + 識別情報 + + + 面格子ブラケット_種類 + + + 直付 + + + + + 識別情報 + + + 面格子取付 [mm] + + + 45 + + + + + 寸法情報 + + + 面格子_高さ [mm] + + + 1000 + + + + + 寸法情報 + + + 面格子_幅 [mm] + + + 1200 + + + + + 仕上げ・下地情報 + + + 網_材質 + + + ペット対応網 + + + + + 識別情報 + + + 網戸_種類 + + + 横引きロール網戸 + + + + + 識別情報 + + + 網戸落下防止部品_種類 + + + 落下防止金具なし + + + + + 寸法情報 + + + 網戸中桟_本数 + + + 1 + + + + + 識別情報 + + + 引手・ハンドル_種類 + + + レバーハンドル + + + + + 識別情報 + + + 引手・ハンドル_有無 + + + true + + + + + 識別情報 + + + クレセント_機能 + + + 施錠機能付き + + + + + 識別情報 + + + クレセント_種類 + + + ワンタッチクレセント + + + + + 識別情報 + + + 補助クレセント_機能 + + + なし + + + + + 識別情報 + + + 補助クレセント_種類 + + + なし + + + + + 識別情報 + + + ガラス押さえ + + + 樹脂押縁 + + + + + 寸法情報 + + + 引残し寸法 [mm] + + + 20 + + + + + 寸法情報 + + + 障子見込 [mm] + + + 65 + + + + + 寸法情報 + + + 障子見付 [mm] + + + 35 + + + + + 寸法情報 + + + 有効開口幅_右 [mm] + + + 450 + + + + + 寸法情報 + + + 有効開口幅_左 [mm] + + + 450 + + + + + 寸法情報 + + + 有効高さ [mm] + + + 1900 + + + + + 識別情報 + + + ガラス_種類 + + + Low-E複層ガラス + + + + + 寸法情報 + + + ガラス_厚さ [mm] + + + 6 + + + + + 識別情報 + + + 水切り_種類 + + + ステンレス水切り + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_033_IFCSLAB.ids b/data/output_ids/IFC4/IFC4_033_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..cd8da570f0a178aeb2cc2921d47f3a2511fb7aa2 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_033_IFCSLAB.ids @@ -0,0 +1,371 @@ + + + + Slab + + + + + + + IFCSLAB + + + + + + + Pset_ReinforcementBarPitchOfSlab + + + Description + + + Hollow core slab reinforcement pitch schedule for zone B + + + + + Pset_PrecastConcreteElementFabrication + + + ProductionLotId + + + LOT-26-04-B17 + + + + + Pset_ConcreteElementGeneral + + + StrengthClass + + + C35/45 + + + + + Qto_SlabBaseQuantities + + + NetArea + + + 22.64 + + + + + Pset_PrecastSlab + + + EdgeDistanceToFirstAxis + + + 0.180 + + + + + Pset_PrecastConcreteElementGeneral + + + FormStrippingStrength + + + 18.0 + + + + + Pset_SlabCommon + + + PitchAngle + + + 0.087266 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongOutsideTopBarPitch + + + 0.150 + + + + + Pset_PrecastConcreteElementGeneral + + + BatterAtStart + + + 0.003490 + + + + + Qto_SlabBaseQuantities + + + GrossWeight + + + 18650.0 + + + + + Pset_PrecastSlab + + + DistanceBetweenComponentAxes + + + 1.200 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + XC4 + + + + + Pset_PrecastConcreteElementFabrication + + + SerialNumber + + + SN-SLB-260418-07 + + + + + Pset_PrecastConcreteElementGeneral + + + ManufacturingToleranceClass + + + MT2 + + + + + Pset_SlabCommon + + + Combustible + + + false + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideCenterTopBarPitch + + + 0.125 + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 32.0 + + + + + Qto_SlabBaseQuantities + + + NetVolume + + + 5.12 + + + + + Pset_PrecastSlab + + + AngleBetweenComponentAxes + + + 1.570796 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.090 + + + + + Pset_SlabCommon + + + Compartmentation + + + true + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideCenterLowerBarPitch + + + 0.175 + + + + + Pset_PrecastConcreteElementFabrication + + + ActualProductionDate + + + 2026-04-18T09:30:00 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.0042 + + + + + Qto_SlabBaseQuantities + + + NetWeight + + + 17980.0 + + + + + Pset_PrecastConcreteElementGeneral + + + HollowCorePlugging + + + SealedWithConcrete + + + + + Pset_PrecastSlab + + + AngleToFirstAxis + + + 0.785398 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortOutsideLowerBarPitch + + + 0.140 + + + + + Pset_PrecastConcreteElementGeneral + + + Twisting + + + 0.001745 + + + + + Pset_PrecastConcreteElementFabrication + + + AsBuiltLocationNumber + + + GRID-C4-L2 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 0.030 + + + + + Pset_PrecastConcreteElementGeneral + + + DesignLocationNumber + + + ZN-2F-C4 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_034_IFCSLAB.ids b/data/output_ids/IFC4/IFC4_034_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..333753909a869e8e94e68b84795dc6ce80aafc5b --- /dev/null +++ b/data/output_ids/IFC4/IFC4_034_IFCSLAB.ids @@ -0,0 +1,613 @@ + + + + 天井(意匠) + + + + + + + IFCSLAB + + + + + + + Pset_Condition + + + AssessmentCondition + + + 竣工時 + + + + + Pset_SlabCommon + + + IsExternal + + + false + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + NM-1234 + + + + + ConstructionOccurence + + + ModelNumber + + + F-201 + + + + + Pset_PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 0.01 + + + + + Qto_SlabBaseQuantities + + + Perimeter + + + 150 + + + + + BodyGeometryValidation + + + GrossSurfaceArea + + + 25 + + + + + BodyGeometryValidation + + + GrossVolume + + + 3.5 + + + + + Pset_SlabCommon + + + AcousticRating + + + ΔL-40 + + + + + Pset_SlabCommon + + + FireRating + + + 1時間耐火 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 30 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.80 + + + + + Pset_Condition + + + AssessmentDescription + + + 高性能仕様 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 0 + + + + + Pset_PrecastSlab + + + EdgeDistanceToFirstAxis + + + 0.150 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 合板仕上 + + + + + Pset_SlabCommon + + + Combustible + + + false + + + + + PrecastSlab + + + NominalThickness + + + 0.020 + + + + + Pset_PrecastSlab + + + ToppingType + + + フローリング + + + + + Pset_SlabCommon + + + SurfaceSpreadOfFlame + + + 準不燃 + + + + + Pset_PrecastSlab + + + NominalToppingThickness + + + 0.050 + + + + + PrecastConcreteElementFabrication + + + TypeDesignation + + + 押出法ポリスチレンフォーム + + + + + Condition + + + AssessmentType + + + 防水仕様確認 + + + + + Pset_SlabCommon + + + Compartmentation + + + true + + + + + EnvironmentalCondition + + + SeismicResistance + + + 1.2 + + + + + Qto_SlabBaseQuantities + + + Depth + + + 0.020 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCover + + + 0.025 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 600 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 1800 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 29.0 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 29.0 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 8.0 + + + + + Warranty + + + WarrantyPeriod + + + P1Y + + + + + ConstructionOccurence + + + AssetIdentifier + + + OFFICE-SLAB-01 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + false + + + + + Pset_PrecastConcreteElementGeneral + + + ManufacturingToleranceClass + + + ORDINARY + + + + + Qto_SlabBaseQuantities + + + Width + + + 200 + + + + + Pset_PrecastSlab + + + DistanceBetweenComponentAxes + + + 0.150 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 0.030 + + + + + Pset_PrecastSlab + + + AngleToFirstAxis + + + 0 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtLinks + + + 0.020 + + + + + Pset_ReinforcementBarPitchOfSlab + + + Description + + + Top reinforcement uses D13 bars + + + + + Pset_ReinforcementBarPitchOfSlab + + + Reference + + + D10 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 0.020 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongOutsideTopBarPitch + + + 0.200 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideCenterTopBarPitch + + + 0.200 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideEndTopBarPitch + + + 0.200 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortOutsideTopBarPitch + + + 0.200 + + + + + Pset_Warranty + + + Exclusions + + + なし + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideCenterTopBarPitch + + + 0.200 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideEndTopBarPitch + + + 0.200 + + + + + Risk + + + MitigationPlanned + + + なし + + + + + Qto_SlabBaseQuantities + + + NetWeight + + + 2000 + + + + + Risk + + + AssociatedProduct + + + D10鉄筋 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_035_IFCSTAIR.ids b/data/output_ids/IFC4/IFC4_035_IFCSTAIR.ids new file mode 100644 index 0000000000000000000000000000000000000000..11302f84c740feb23d02f1ecf5c88668b048ebf6 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_035_IFCSTAIR.ids @@ -0,0 +1,536 @@ + + + + Stair + + + + + + + IFCSTAIR + + + + + + + Stair Basics + + + Stair Form + + + Straight + + + + + Stair Basics + + + Exterior + + + false + + + + + Stair Basics + + + SurfaceSpec + + + PowderCoated + + + + + Stair Basics + + + Load Bearing + + + true + + + + + Stair Basics + + + StairCondition + + + Existing + + + + + Geometry + + + Riser Count + + + 18 + + + + + Geometry + + + Tread Count + + + 17 + + + + + Geometry + + + Riser Height + + + 0.16 + + + + + Geometry + + + Tread Depth + + + 0.27 + + + + + Geometry + + + Nosing Projection + + + 0.025 + + + + + Geometry + + + Stair Width + + + 1.10 + + + + + Geometry + + + Landing Length + + + 1.80 + + + + + Geometry + + + ClearanceTop + + + 2.10 + + + + + Geometry + + + Slope Angle + + + 31.0 + + + + + Performance + + + Egress Capacity + + + 180.0 + + + + + Performance + + + Max Occupant Load + + + 80 + + + + + Performance + + + Flow Rate per Person + + + 0.35 + + + + + Performance + + + Slip Resistance + + + R12 + + + + + Handrail + + + Handrail Required + + + true + + + + + Handrail + + + Handrail Height + + + 0.92 + + + + + Handrail + + + Handrail Continuity + + + Continuous + + + + + Handrail + + + Balustrade Type + + + Metal + + + + + Materials + + + Tread Material + + + PrecastConcrete + + + + + Materials + + + Riser Material + + + PrecastConcrete + + + + + Materials + + + Stringer Material + + + Steel + + + + + Materials + + + Coating + + + PowderCoat + + + + + Fire Safety + + + Fire Rated + + + true + + + + + Fire Safety + + + Fire Resistance + + + EI90 + + + + + Fire Safety + + + Smoke Protected + + + true + + + + + Construction + + + Fabrication Location + + + Factory + + + + + Construction + + + Prefab ID + + + PF-02 + + + + + Construction + + + Tolerance + + + 3mm + + + + + Accessibility + + + Tactile Warning + + + true + + + + + Accessibility + + + Contrasting Nosings + + + true + + + + + Accessibility + + + Accessible Route + + + Accessible + + + + + Installation + + + Installation Date + + + 2025-09-10 + + + + + Installation + + + Fixing Details + + + Chemical anchors to slab; Bracket fix to precast wall + + + + + Installation + + + Lifting Points + + + 3 lifting points along stringer + + + + + Installation + + + Temporary Support + + + false + + + + + Manufacturer Info + + + MakerName + + + StepMasters + + + + + Manufacturer Info + + + Model + + + STR-2026-B + + + + + Stair Quantities + + + Riser Count + + + 18 + + + + + Stair Quantities + + + Tread Count + + + 17 + + + + + Stair Quantities + + + StairRun + + + 3.60 + + + + + Stair Quantities + + + StairRise + + + 2.40 + + + + + Stair Quantities + + + PlanExtent + + + 3.96 + + + + + Stair Quantities + + + SolidVolumeCalc + + + 1.20 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_036_IFCSTAIR.ids b/data/output_ids/IFC4/IFC4_036_IFCSTAIR.ids new file mode 100644 index 0000000000000000000000000000000000000000..4876118b03fb08d3768d7f26b44b3f062b79c02f --- /dev/null +++ b/data/output_ids/IFC4/IFC4_036_IFCSTAIR.ids @@ -0,0 +1,525 @@ + + + + Stair + + + + + + + IFCSTAIR + + + + + + + PrecastConcreteElementFabrication + + + TypeDesignation + + + Winder + + + + + Pset_StairCommon + + + IsExternal + + + false + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + PowderCoatedFinish + + + + + StairCommon + + + LoadBearing + + + false + + + + + Pset_StairCommon + + + Status + + + New + + + + + Pset_StairCommon + + + NumberOfRiser + + + 18 + + + + + Pset_StairCommon + + + NumberOfTreads + + + 17 + + + + + Pset_StairCommon + + + RiserHeight + + + 0.16 + + + + + Pset_StairCommon + + + TreadLength + + + 0.27 + + + + + Pset_StairCommon + + + NosingLength + + + 0.02 + + + + + Pset_StairCommon + + + WalkingLineOffset + + + 1.10 + + + + + Pset_StairCommon + + + TreadLengthAtOffset + + + 0.300 + + + + + Pset_StairCommon + + + TreadLengthAtInnerSide + + + 0.210 + + + + + Pset_StairCommon + + + RequiredHeadroom + + + 2.800 + + + + + Pset_StairCommon + + + WaistThickness + + + 0.150 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 0.080 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.250 + + + + + Pset_Condition + + + AssessmentCondition + + + Wet condition + + + + + Pset_StairCommon + + + HasNonSkidSurface + + + false + + + + + Pset_StairCommon + + + Reference + + + Continuous + + + + + PrecastConcreteElementGeneral + + + TypeDesignation + + + MetalStair + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WAR-STAIR-2026-02 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-STAIR-SAFE-02 + + + + + Tolerance + + + OverallTolerance + + + 0.006 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + PolyurethaneFinish + + + + + Pset_StairCommon + + + FireExit + + + false + + + + + Pset_StairCommon + + + FireRating + + + EI90 + + + + + Pset_StairCommon + + + HandicapAccessible + + + false + + + + + ConcreteElementGeneral + + + AssemblyPlace + + + Factory + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + PF-02 + + + + + Tolerance + + + ToleranceDescription + + + 3mm + + + + + Condition + + + LastAssessmentReport + + + RPT-NONSKID-01 + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + ACC-NG + + + + + Condition + + + AssessmentMethod + + + DOC-ACCESS-01 + + + + + InstallationOccurrence + + + InstallationDate + + + 2025-10-05 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 05 51 00 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + LiftingPoints: 2 lifting eyes midspan + + + + + Condition + + + AssessmentType + + + DimensionalInspection + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + AscendWorks + + + + + ConstructionOccurence + + + ModelNumber + + + STR-2026-B + + + + + Pset_PrecastConcreteElementFabrication + + + PieceMark + + + R18 + + + + + ConstructionOccurence + + + TagNumber + + + T17 + + + + + ElementKinematics + + + LinearRange + + + 3.60 + + + + + Pset_Condition + + + AssessmentDescription + + + Riser dimensions verified + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 4.20 + + + + + ElementKinematics + + + MinimumTime + + + 1.25 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_037_IFCROOF.ids b/data/output_ids/IFC4/IFC4_037_IFCROOF.ids new file mode 100644 index 0000000000000000000000000000000000000000..c141ed0ae07b78c8d8b2d4ef0b94ff47c33b9ceb --- /dev/null +++ b/data/output_ids/IFC4/IFC4_037_IFCROOF.ids @@ -0,0 +1,437 @@ + + + + Roof + + + + + + + IFCROOF + + + + + + + Info + + + RoofCode + + + Roof-A1 + + + + + Info + + + StateFlag + + + New + + + + + Info + + + ExteriorFlag + + + true + + + + + Info + + + Structural Support + + + true + + + + + Info + + + Heat Loss Coefficient + + + 0.20 + + + + + Info + + + Fire Resistance Level + + + EI60 + + + + + Info + + + Sound Rating + + + Rw45 + + + + + Info + + + Flame Spread Class + + + Class0 + + + + + Info + + + RoofPitch + + + 30.0 + + + + + Info + + + RoofPitchString + + + 1:4 + + + + + Info + + + EavesOverhang + + + 0.5 + + + + + Info + + + ParapetHeight + + + 1.0 + + + + + Finish Specification + + + Surface Coating + + + SinglePly + + + + + Finish Specification + + + FinishManufacturer + + + AcmeRoofing + + + + + Finish Specification + + + FinishThickness + + + 0.0015 + + + + + Finish Specification + + + Coating Color + + + DarkGrey + + + + + Finish Specification + + + FinishPattern + + + Shingle + + + + + Finish Specification + + + DrainageType + + + InternalGutter + + + + + Finish Specification + + + Access Category + + + RoofAccessHatch + + + + + Construction + + + Nominal Thickness Measure + + + 0.200 + + + + + Construction + + + ActualThickness + + + 0.210 + + + + + Construction + + + InsulationType + + + PIR + + + + + Construction + + + InsulationThickness + + + 0.050 + + + + + Construction + + + WaterproofingType + + + BituminousMembrane + + + + + Construction + + + WaterproofingThickness + + + 0.003 + + + + + Construction + + + EdgeDetail + + + DripEdge + + + + + Construction + + + EavesGutterSize + + + 0.100 + + + + + Drainage + + + HasGutters + + + true + + + + + Drainage + + + NumberOfDownpipes + + + 4 + + + + + Drainage + + + OverflowProvision + + + true + + + + + Manufacturer Info + + + Brand + + + RoofCo + + + + + Manufacturer Info + + + Model Code + + + RF-2024-A + + + + + Product Materials + + + CoreMaterial + + + Timber + + + + + Product Materials + + + FixingType + + + MechanicalFix + + + + + Quantities + + + Overall Area + + + 120.0 + + + + + Quantities + + + Projected Area Estimate + + + 110.0 + + + + + Practical + + + Note1 + + + Provide maintenance access at northeast corner + + + + + Practical + + + Note2 + + + Verify fall for drainage + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_038_IFCROOF.ids b/data/output_ids/IFC4/IFC4_038_IFCROOF.ids new file mode 100644 index 0000000000000000000000000000000000000000..43d3d4fb599a995d9ea74c2441cf14e5fe38d1b3 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_038_IFCROOF.ids @@ -0,0 +1,536 @@ + + + + 屋根 + + + + + + + IFCROOF + + + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.1 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 1800.0 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 12.0 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 1800 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 60 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 50 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 40 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 1.2 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 1 + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + 構造用合板 + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + ゴムアスファルト + + + + + Condition + + + AssessmentType + + + 仕上確認 + + + + + Pset_RoofCommon + + + Reference + + + フッ素焼付塗装 + + + + + Pset_RoofCommon + + + ThermalTransmittance + + + 2.0 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + ポリエチレンフィルム + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + 波板 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 18 + + + + + Pset_PrecastConcreteElementGeneral + + + FormStrippingStrength + + + 15.0 + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 60.0 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + 硬質ウレタンフォーム + + + + + Pset_RoofCommon + + + IsExternal + + + true + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 15.0 + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P40D + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 100.0 + + + + + PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + TRN-ROOF-01 + + + + + Pset_Condition + + + AssessmentDescription + + + 遮熱層の状態確認 + + + + + Risk + + + RiskName + + + 縦葺き + + + + + Tolerance + + + ToleranceDescription + + + 機械固定工法 + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 0.016 + + + + + Pset_PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 0.0012 + + + + + Pset_PrecastConcreteElementGeneral + + + Shortening + + + 0.005 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 合板 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + RFG-01 + + + + + Risk + + + AssociatedProduct + + + 粘土瓦 + + + + + Risk + + + AssociatedActivity + + + 瓦棒葺き + + + + + EnvironmentalCondition + + + SaltMistLevel + + + Low + + + + + EnvironmentalCondition + + + SmokeLevel + + + Low + + + + + Uncertainty + + + HorizontalUncertainty + + + 0.009 + + + + + Pset_ManufacturerOccurrence + + + SerialNumber + + + ROOF-PLY-01 + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + DOC-RFG-01 + + + + + PrecastConcreteElementGeneral + + + TypeDesignation + + + 和瓦 + + + + + ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-ROOF-01 + + + + + Condition + + + LastAssessmentReport + + + RPT-ROOF-01 + + + + + Risk + + + MitigationPlanned + + + なし + + + + + ServiceLife + + + ServiceLifeDuration + + + P15Y + + + + + ServiceLife + + + MeanTimeBetweenFailure + + + P2Y + + + + + Tolerance + + + ToleranceBasis + + + メーカー標準施工図 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_039_IFCCOLUMN.ids b/data/output_ids/IFC4/IFC4_039_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..b536ae6c9b8b24f8c3f72ed31ef9a9c871e218c9 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_039_IFCCOLUMN.ids @@ -0,0 +1,613 @@ + + + + 柱のBIM情報確認 + + + + + + + IFCCOLUMN + + + + + + + 企画属性 + + + 意匠シリーズ + + + 木目化粧型 + + + + + 企画属性 + + + 断面バリエーション + + + 八角形 + + + + + 法規属性 + + + 防火区画対応区分 + + + 特定防火設備周辺 + + + + + 位置参照属性 + + + 通り芯参照 + + + G2-C5 + + + + + 下地仕様属性 + + + 基材パネル種別 + + + けい酸カルシウム板 + + + + + 下地仕様属性 + + + 下地処理区分 + + + シーラー処理 + + + + + 化粧仕様属性 + + + 化粧層厚さ[mm] + + + 18 + + + + + 化粧仕様属性 + + + 化粧材種別 + + + 左官調樹脂仕上 + + + + + 化粧仕様属性 + + + 色調コード + + + N-85近似 + + + + + 断面計画属性 + + + 長辺寸法[mm] + + + 650 + + + + + 断面計画属性 + + + 短辺寸法[mm] + + + 420 + + + + + 断面計画属性 + + + 角部面取り半径[mm] + + + 45 + + + + + 被覆計画属性 + + + 被覆層厚さ[mm] + + + 32 + + + + + 被覆計画属性 + + + 被覆方式 + + + 成形耐火板巻き + + + + + 納まり計画属性 + + + 見付調整厚[mm] + + + 12 + + + + + 干渉調整属性 + + + 先行確定対象 + + + false + + + + + 座標補正属性 + + + 下端補正量X + + + -15 + + + + + 座標補正属性 + + + 下端補正量Y + + + 25 + + + + + 座標補正属性 + + + 下端補正量Z + + + 0 + + + + + 座標補正属性 + + + 上端補正量X + + + 10 + + + + + 座標補正属性 + + + 上端補正量Y + + + -5 + + + + + 座標補正属性 + + + 上端補正量Z + + + 20 + + + + + 接合参照属性 + + + 下端接合参照ID + + + COLBASE-7A21 + + + + + 接合参照属性 + + + 上端接合参照ID + + + COLTOP-9B34 + + + + + 縦筋計画属性 + + + 主縦筋呼び径 + + + D29 + + + + + 縦筋計画属性 + + + 下端定着方式 + + + 機械式定着 + + + + + 縦筋計画属性 + + + 下端定着余裕長 + + + 48 + + + + + 縦筋計画属性 + + + 下端余長管理値 + + + 70 + + + + + 縦筋計画属性 + + + 上端定着方式 + + + 直定着 + + + + + 縦筋計画属性 + + + 上端定着余裕長 + + + 42 + + + + + 縦筋計画属性 + + + 上端余長管理値 + + + 55 + + + + + 補助筋計画属性 + + + 補助縦筋呼び径 + + + D16 + + + + + 補助筋計画属性 + + + 下端補助縦筋本数 + + + 6 + + + + + 補助筋計画属性 + + + 上端補助縦筋本数 + + + 10 + + + + + 拘束筋計画属性 + + + 拘束筋呼び径 + + + D13 + + + + + 拘束筋計画属性 + + + 拘束筋鋼種 + + + SD390 + + + + + 拘束筋計画属性 + + + 接合域ピッチ[mm] + + + 90 + + + + + 拘束筋計画属性 + + + 接合域補強筋呼び径 + + + D16 + + + + + 拘束筋計画属性 + + + 下端拘束ピッチ[mm] + + + 110 + + + + + 拘束筋計画属性 + + + 上端拘束ピッチ[mm] + + + 125 + + + + + 中子筋計画属性 + + + 中子筋呼び径 + + + D10 + + + + + 中子筋計画属性 + + + 下端中子筋本数X + + + 2 + + + + + 中子筋計画属性 + + + 下端中子筋本数Y + + + 3 + + + + + 中子筋計画属性 + + + 上端中子筋本数X + + + 2 + + + + + 中子筋計画属性 + + + 上端中子筋本数Y + + + 3 + + + + + 端部寸法属性 + + + 下端外形寸法X[mm] + + + 720 + + + + + 端部寸法属性 + + + 下端外形寸法Y[mm] + + + 520 + + + + + 端部寸法属性 + + + 上端外形寸法X[mm] + + + 680 + + + + + 端部寸法属性 + + + 上端外形寸法Y[mm] + + + 480 + + + + + 配筋座標属性 + + + 多段筋離隔寸法[mm] + + + 180 + + + + + 配筋座標属性 + + + 主筋1列目芯位置X[mm] + + + 210 + + + + + 配筋座標属性 + + + 主筋1列目芯位置基準[mm] + + + 260 + + + + + 配筋座標属性 + + + 主筋1列目芯位置Y[mm] + + + 230 + + + + + 配筋座標属性 + + + 下端主筋1列目本数X + + + 5 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_040_IFCCOLUMN.ids b/data/output_ids/IFC4/IFC4_040_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..ed7ff4586c28bd215136843d85f557518471a35d --- /dev/null +++ b/data/output_ids/IFC4/IFC4_040_IFCCOLUMN.ids @@ -0,0 +1,613 @@ + + + + 意匠としての柱の情報確認 + + + + + + + IFCCOLUMN + + + + + + + 意匠テーマ + + + デザインコンセプト + + + 静謐モダン + + + + + 色彩計画 + + + 基調カラー + + + スモーキーグレージュ + + + + + 表層計画 + + + 主仕上材 + + + リブ木質パネル + + + + + 光環境連携 + + + 演出照明方式 + + + 間接アップライト + + + + + 納まり計画 + + + 見切材タイプ + + + 真鍮ヘアライン + + + + + 空間演出 + + + 視認印象 + + + やわらかな存在感 + + + + + 表層計画 + + + 化粧見付寸法[mm] + + + 28 + + + + + 保全計画 + + + 表面保護仕様 + + + 高耐汚染コート + + + + + 音環境 + + + 吸音仕上区分 + + + 微穿孔吸音仕上 + + + + + 意匠寸法 + + + 正面見付幅[mm] + + + 620 + + + + + 意匠寸法 + + + 側面見付幅[mm] + + + 580 + + + + + 意匠寸法 + + + コーナー面取り寸法[mm] + + + 35 + + + + + 表層計画 + + + 化粧層厚[mm] + + + 9 + + + + + 表層計画 + + + 表面テクスチャ + + + オーク柾目 + + + + + 造作調整 + + + ふかし見込寸法[mm] + + + 65 + + + + + 光環境連携 + + + 発光演出有無 + + + true + + + + + 装飾帯計画 + + + 横ライン開始高さ[mm] + + + 900 + + + + + 装飾帯計画 + + + 横ライン終了高さ[mm] + + + 3150 + + + + + 装飾帯計画 + + + 横ライン奥行[mm] + + + 18 + + + + + サイン連携 + + + サイン位置X[mm] + + + 240 + + + + + サイン連携 + + + サイン位置Y[mm] + + + 1650 + + + + + サイン連携 + + + サイン位置Z[mm] + + + 22 + + + + + 管理情報 + + + 仕上識別コード + + + FIN-COL-AR12 + + + + + 管理情報 + + + 照明回路名 + + + LGT-ENT-07 + + + + + 脚元意匠 + + + 巾木タイプ + + + ステンレスフラット巾木 + + + + + 脚元意匠 + + + 納まり方式 + + + 壁面埋込 + + + + + 脚元意匠 + + + 巾木高さ[mm] + + + 75 + + + + + 脚元意匠 + + + コーナー役物数 + + + 2 + + + + + 見切意匠 + + + ライン形状 + + + シャドー目地 + + + + + 見切意匠 + + + 目地幅[mm] + + + 12 + + + + + 見切意匠 + + + 目地深さ[mm] + + + 15 + + + + + アクセント構成 + + + アクセント材種 + + + ブロンズミラー + + + + + アクセント構成 + + + アクセントパネル枚数 + + + 4 + + + + + アクセント構成 + + + ルーバー本数 + + + 6 + + + + + 触感設計 + + + 接触部仕上 + + + ソフトマット塗装 + + + + + 触感設計 + + + 意匠グレード + + + 上質仕様 + + + + + 開口連携 + + + 隣接開口クリアランス[mm] + + + 180 + + + + + 開口連携 + + + 窓台連続見切材 + + + アルミ押出形材 + + + + + 開口連携 + + + 床見切離隔[mm] + + + 25 + + + + + 開口連携 + + + 天井見切離隔[mm] + + + 40 + + + + + 保護部材 + + + コーナーガード材 + + + 透明アクリルガード + + + + + 保護部材 + + + ガード本数_正面 + + + 2 + + + + + 保護部材 + + + ガード本数_側面 + + + 1 + + + + + 保護部材 + + + 固定点数_上部 + + + 3 + + + + + 保護部材 + + + 固定点数_下部 + + + 3 + + + + + 意匠寸法 + + + 脚部見付幅[mm] + + + 640 + + + + + 意匠寸法 + + + 脚部奥行寸法[mm] + + + 610 + + + + + 意匠寸法 + + + 頭部見付幅[mm] + + + 520 + + + + + 意匠寸法 + + + 頭部奥行寸法[mm] + + + 500 + + + + + リズム計画 + + + スリット中心間隔[mm] + + + 150 + + + + + リズム計画 + + + 第1スリット位置X[mm] + + + 210 + + + + + リズム計画 + + + 第1スリット位置中央[mm] + + + 275 + + + + + リズム計画 + + + 第1スリット位置Y[mm] + + + 195 + + + + + リズム計画 + + + 正面スリット本数 + + + 5 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_041_IFCBEAM.ids b/data/output_ids/IFC4/IFC4_041_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..2afdc2bb69f29761b68fdc3d39175b03b2d431d9 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_041_IFCBEAM.ids @@ -0,0 +1,492 @@ + + + + Beam(ARC) + + + + + + + IFCBEAM + + + + + + + Pset_BeamCommon + + + Reference + + + Beam-A1 + + + + + Pset_BeamCommon + + + Status + + + New + + + + + Pset_BeamCommon + + + IsExternal + + + true + + + + + BeamCommon + + + LoadBearing + + + true + + + + + Pset_BeamCommon + + + FireRating + + + EI60 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-BEAM-A1 + + + + + Pset_BeamCommon + + + ThermalTransmittance + + + 1.2 + + + + + Tolerance + + + OverallTolerance + + + 0.004 + + + + + Tolerance + + + VerticalTolerance + + + 0.003 + + + + + Pset_BeamCommon + + + Slope + + + 0.0015 + + + + + Tolerance + + + PlanarFlatness + + + 0.002 + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + PrimaryBeam + + + + + Pset_ConcreteElementGeneral + + + DimensionalAccuracyClass + + + Normal + + + + + Qto_BeamBaseQuantities + + + Length + + + 0.300 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.150 + + + + + Pset_ReinforcementBarPitchOfBeam + + + SpacingBarPitch + + + 0.310 + + + + + Pset_ReinforcementBarPitchOfBeam + + + StirrupBarPitch + + + 0.155 + + + + + MaintenanceStrategy + + + AssetCriticality + + + MEDIUM + + + + + PrecastConcreteElementFabrication + + + TypeDesignation + + + I-shape + + + + + Pset_Warranty + + + WarrantyStartDate + + + 2025-04-01 + + + + + Pset_PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 0.005 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + Top + + + + + MaintenanceStrategy + + + MonitoringType + + + VisualInspection + + + + + Tolerance + + + OverallStraightness + + + 0.00005 + + + + + Risk + + + RiskType + + + Chemical Effects + + + + + Qto_BeamBaseQuantities + + + CrossSectionArea + + + 0.075 + + + + + Qto_BeamBaseQuantities + + + GrossSurfaceArea + + + 4.60 + + + + + BodyGeometryValidation + + + SurfaceGenusAfterFeatures + + + 2 + + + + + Pset_ConcreteElementGeneral + + + ConstructionToleranceClass + + + Standard + + + + + MaintenanceStrategy + + + AssetPriority + + + MEDIUM + + + + + Pset_PrecastConcreteElementGeneral + + + ManufacturingToleranceClass + + + Standard + + + + + ConstructionOccurence + + + AssetIdentifier + + + Chamfer5 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + BeamCo + + + + + ConstructionOccurence + + + ModelNumber + + + BM-2024-A + + + + + Warranty + + + PointOfContact + + + BeamCo service desk + + + + + ConstructionOccurence + + + TagNumber + + + ISO9001 + + + + + Pset_BeamCommon + + + Span + + + 6.0 + + + + + Qto_BeamBaseQuantities + + + GrossVolume + + + 0.405 + + + + + Qto_BeamBaseQuantities + + + NetVolume + + + 0.390 + + + + + Qto_BeamBaseQuantities + + + OuterSurfaceArea + + + 4.2 + + + + + Pset_Warranty + + + WarrantyContent + + + Coordinate beam depth with services + + + + + PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + BOLT-END-ACCESS-01 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + Temporary bracing required during erection + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_042_IFCBEAM.ids b/data/output_ids/IFC4/IFC4_042_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..c284dbc0b8c9cc3225bd8c98656c6133f3286145 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_042_IFCBEAM.ids @@ -0,0 +1,184 @@ + + + + 梁(意匠) + + + + + + + IFCBEAM + + + + + + + Pset_Condition + + + AssessmentCondition + + + 施工完了時 + + + + + Pset_BeamCommon + + + IsExternal + + + false + + + + + Pset_PrecastConcreteElementFabrication + + + AsBuiltLocationNumber + + + 2FL + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + 木目化粧梁 + + + + + Pset_BeamCommon + + + FireRating + + + 不燃 + + + + + Qto_BeamBaseQuantities + + + Length + + + 25 + + + + + Pset_Condition + + + AssessmentDescription + + + 表面仕上げを現場見本で確認 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 09 90 00 + + + + + Pset_PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 20 + + + + + Pset_BeamCommon + + + Span + + + 600 + + + + + Qto_BeamBaseQuantities + + + GrossWeight + + + 400 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 300 + + + + + Tolerance + + + PlanarFlatness + + + 2 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 25 + + + + + Qto_BeamBaseQuantities + + + OuterSurfaceArea + + + 32 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_043_IFCCURTAINWALL.ids b/data/output_ids/IFC4/IFC4_043_IFCCURTAINWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..e4e78ee8efa17f4e1455a053f88f9b5bc0cc250b --- /dev/null +++ b/data/output_ids/IFC4/IFC4_043_IFCCURTAINWALL.ids @@ -0,0 +1,624 @@ + + + + CurtainWall + + + + + + + IFCCURTAINWALL + + + + + + + System Basics + + + System ID + + + CurtainWall-C3 + + + + + System Basics + + + CurtainState + + + Existing + + + + + System Basics + + + Exterior + + + true + + + + + System Basics + + + Glazing Ratio + + + 0.68 + + + + + System Basics + + + Frame Material + + + Timber + + + + + System Basics + + + Module Width + + + 1.00 + + + + + System Basics + + + Module Height + + + 2.70 + + + + + System Basics + + + Panel Type + + + Glass + + + + + System Basics + + + Operable Ratio + + + 0.30 + + + + + System Basics + + + Integrated Shading + + + false + + + + + System Basics + + + System U-Value + + + 1.90 + + + + + System Basics + + + Wind Load Class + + + WL2 + + + + + System Basics + + + Water Tightness + + + Class4 + + + + + System Basics + + + Sound Rating + + + Rw38 + + + + + System Basics + + + Maintenance Access + + + CatA + + + + + System Basics + + + Cleaning Method + + + BMU + + + + + System Basics + + + Drainage + + + ExternalDrains + + + + + Panel Specification + + + Panel Width + + + 1.00 + + + + + Panel Specification + + + Panel Height + + + 2.70 + + + + + Panel Specification + + + Panel Thickness + + + 0.018 + + + + + Panel Specification + + + Panel Material + + + LaminatedGlass + + + + + Panel Specification + + + Panel Finish + + + Satin + + + + + Panel Specification + + + Glazing Reference + + + Low-E + + + + + Panel Specification + + + Opaque Panel + + + true + + + + + Mullion Specification + + + Mullion Depth + + + 0.070 + + + + + Mullion Specification + + + Mullion Width + + + 0.045 + + + + + Mullion Specification + + + Mullion Profile + + + T-Shaped + + + + + Mullion Specification + + + Mullion Material + + + Steel + + + + + Mullion Specification + + + Mullion Finish + + + MillFinish + + + + + Mullion Specification + + + Mullion Spacing + + + 1.00 + + + + + Transom Specification + + + Transom Depth + + + 0.070 + + + + + Transom Specification + + + Transom Width + + + 0.045 + + + + + Transom Specification + + + Transom Profile + + + Curved + + + + + Transom Specification + + + Transom Material + + + Steel + + + + + Transom Specification + + + Transom Finish + + + MillFinish + + + + + Frame Specification + + + Frame Depth + + + 0.110 + + + + + Frame Specification + + + Frame Width + + + 0.045 + + + + + Frame Specification + + + Thermal Break + + + false + + + + + Frame Specification + + + Frame Color + + + Silver + + + + + Glazing Performance + + + Glazing U-Value + + + 1.60 + + + + + Glazing Performance + + + SHGC + + + 0.28 + + + + + Glazing Performance + + + Visible Transmittance + + + 0.58 + + + + + Glazing Performance + + + Tempered + + + true + + + + + Glazing Performance + + + Laminated + + + false + + + + + Manufacturer Info + + + SupplierName + + + SkyLine + + + + + Manufacturer Info + + + Model + + + CW-450 + + + + + Product Materials + + + Surface Finish + + + Anodized + + + + + Product Materials + + + Core Material + + + Composite + + + + + Quantities + + + SpanAcross + + + 8.0 + + + + + Quantities + + + PanelRise + + + 3.2 + + + + + Quantities + + + ExposedSurface + + + 25.6 + + + + + Quantities + + + Glazing Area + + + 17.5 + + + + + Quantities + + + Frame Length + + + 34.0 + + + + + Quantities + + + Panel Count + + + 8 + + + + + Quantities + + + Gross Perimeter + + + 22.4 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_044_IFCCURTAINWALL.ids b/data/output_ids/IFC4/IFC4_044_IFCCURTAINWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..948cef3685e9391e88438dd70cafa11dd369a6b3 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_044_IFCCURTAINWALL.ids @@ -0,0 +1,624 @@ + + + + CurtainWall + + + + + + + IFCCURTAINWALL + + + + + + + Pset_CurtainWallCommon + + + Reference + + + CurtainWall-B2 + + + + + Pset_CurtainWallCommon + + + Status + + + New + + + + + Pset_CurtainWallCommon + + + IsExternal + + + false + + + + + Pset_CurtainWallCommon + + + ThermalTransmittance + + + 0.52 + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 09506000234561 + + + + + Qto_CurtainWallQuantities + + + Width + + + 1.35 + + + + + Qto_CurtainWallQuantities + + + Height + + + 3.20 + + + + + MaintenanceStrategy + + + MonitoringType + + + RoutineInspection + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + CW-MOD-300 + + + + + Pset_CurtainWallCommon + + + Combustible + + + true + + + + + Qto_CurtainWallQuantities + + + GrossSideArea + + + 1.60 + + + + + Pset_CurtainWallCommon + + + FireRating + + + WL4 + + + + + Pset_CurtainWallCommon + + + SurfaceSpreadOfFlame + + + Class2 + + + + + Pset_CurtainWallCommon + + + AcousticRating + + + Rw40 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-CW-SAFE-01 + + + + + ConstructionAdministration + + + ProcurementMethod + + + Specialty subcontract + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 08 44 13 + + + + + Qto_CurtainWallQuantities + + + NetSideArea + + + 1.35 + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + SUB-CW-203 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + Unitized facade module + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + Series 300 thermal break + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + Pset_ManufacturerTypeInformation + + + AssemblyPlace + + + FACTORY + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + DOC-CW-OPS-01 + + + + + ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-CW-AAMA-01 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-CW-2025-01 + + + + + Pset_Warranty + + + WarrantyStartDate + + + 2025-09-01 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Warranty + + + WarrantyPeriod + + + P10Y + + + + + Pset_Warranty + + + WarrantyContent + + + Module finish and gaskets covered under manufacturer warranty + + + + + Warranty + + + PointOfContact + + + NeoFacade service team + + + + + Pset_Warranty + + + Exclusions + + + Glass breakage from impact is excluded + + + + + Tolerance + + + ToleranceDescription + + + Module alignment tolerance per approved shop drawings + + + + + Tolerance + + + OverallTolerance + + + 0.005 + + + + + Tolerance + + + HorizontalTolerance + + + 0.004 + + + + + Tolerance + + + VerticalTolerance + + + 0.004 + + + + + Tolerance + + + PlanarFlatness + + + 0.003 + + + + + Tolerance + + + ElevationalFlatness + + + 0.004 + + + + + Pset_Condition + + + AssessmentDescription + + + Frame finish visually confirmed + + + + + Pset_Condition + + + AssessmentDate + + + 2025-10-12 + + + + + Pset_Condition + + + AssessmentCondition + + + Weather-tight + + + + + Condition + + + AssessmentType + + + Facade inspection + + + + + Condition + + + AssessmentMethod + + + DOC-CW-INSP-01 + + + + + Condition + + + LastAssessmentReport + + + RPT-CW-2025-10 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + NeoFacade + + + + + ConstructionOccurence + + + ModelNumber + + + CW-300 + + + + + Condition + + + NextAssessmentDate + + + 2026-10-12 + + + + + Condition + + + AssessmentFrequency + + + 8760 + + + + + MaintenanceStrategy + + + AssetCriticality + + + HIGH + + + + + MaintenanceStrategy + + + AssetPriority + + + HIGH + + + + + MaintenanceTriggerCondition + + + ConditionMaintenanceLevel + + + Moderate + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P365D + + + + + Qto_CurtainWallQuantities + + + Length + + + 48.0 + + + + + Risk + + + RiskName + + + Seal failure + + + + + Risk + + + MitigationPlanned + + + Inspect perimeter joints annually + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_045_IFCCOVERING.ids b/data/output_ids/IFC4/IFC4_045_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..03ed13076e7b6c60a53aab94b4eb2b4876dce70d --- /dev/null +++ b/data/output_ids/IFC4/IFC4_045_IFCCOVERING.ids @@ -0,0 +1,492 @@ + + + + Ceiling + + + + + + + IFCCOVERING + + + + + + + Ceiling + + + CeilingCode + + + Ceiling-B2 + + + + + Ceiling + + + PlanState + + + Proposed + + + + + Ceiling + + + Exterior + + + false + + + + + Ceiling + + + Surface Coating + + + MetalPanel + + + + + Ceiling + + + FinishThickness + + + 0.012 + + + + + Ceiling + + + Coating Color + + + OffWhite + + + + + Ceiling + + + Fire Resistance Level + + + EI60 + + + + + Ceiling + + + HeatPassLevel + + + 0.22 + + + + + Ceiling + + + IsRemovable + + + true + + + + + Acoustics + + + SoundAbsorptionClass + + + ClassB + + + + + Acoustics + + + NRC + + + 0.65 + + + + + Acoustics + + + OctaveBandAbsorption + + + 0.15 + + + + + Acoustics + + + NoiseReductionCoefficient + + + 0.58 + + + + + Finish Specification + + + TileType + + + Gypsum + + + + + Finish Specification + + + Tile Size + + + 0.600 + + + + + Finish Specification + + + Tile Layout + + + Linear + + + + + Finish Specification + + + Tile EdgeType + + + Beveled + + + + + Finish Specification + + + SuspensionSystem + + + Exposed + + + + + Finish Specification + + + GridPitch + + + 1.100 + + + + + Finish Specification + + + GridType + + + Narrow + + + + + Integrated Services + + + Has Integrated Lighting + + + false + + + + + Integrated Services + + + RecessDepth + + + 0.060 + + + + + Integrated Services + + + CutoutSize + + + 0.400 + + + + + Integrated Services + + + Has Integrated Sprinkler + + + false + + + + + Integrated Services + + + ServiceZoneHeight + + + 0.180 + + + + + Installation + + + Installation Height Offset + + + 2.800 + + + + + Installation + + + FixingType + + + ScrewFix + + + + + Installation + + + AccessForMaintenance + + + true + + + + + Installation + + + Install Date + + + 2025-07-15 + + + + + Maintenance + + + Interval + + + 90 + + + + + Maintenance + + + Cleaning + + + Vacuum + + + + + Maintenance + + + Warranty Duration + + + 7.0 + + + + + Manufacturer Info + + + Brand + + + SkyCeilSystems + + + + + Manufacturer Info + + + Model Code + + + CL-305 + + + + + Product Materials + + + Finish (resource) + + + PowderCoated + + + + + Product Materials + + + CoreMaterial + + + Gypsum + + + + + Quantities + + + Measured Area + + + 18.5 + + + + + Quantities + + + Measured Thickness + + + 0.012 + + + + + Quantities + + + Boundary Length + + + 5.8 + + + + + Quantities + + + Measured Volume + + + 0.22 + + + + + Practical + + + Note1 + + + Provide maintenance hatches + + + + + Practical + + + Note2 + + + Seal perimeter gaps + + + + + Practical + + + Note3 + + + Verify seismic bracing + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_046_IFCCOVERING.ids b/data/output_ids/IFC4/IFC4_046_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..fed86c453017e417ca42205d5cff43b0a2082dc8 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_046_IFCCOVERING.ids @@ -0,0 +1,206 @@ + + + + 天井 + + + + + + + IFCCOVERING + + + + + + + Pset_CoveringCommon + + + Finish + + + 木下地 + + + + + Pset_CoveringCommon + + + FireRating + + + 準不燃 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.10 + + + + + Pset_Condition + + + AssessmentDate + + + 2025-06-01 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-CEIL-JP-01 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 80 + + + + + EnvironmentalImpactIndicators + + + IndicatorsUnit + + + kgCO2e/平方m + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + 内部 + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 1/30 + + + + + Tolerance + + + OverallTolerance + + + 3 + + + + + Qto_CoveringBaseQuantities + + + GrossArea + + + 20 + + + + + Pset_CoveringCommon + + + AcousticRating + + + D-55 + + + + + Pset_CoveringCommon + + + Combustible + + + false + + + + + Pset_CoveringCommon + + + FlammabilityRating + + + 耐火1時間 + + + + + Uncertainty + + + UncertaintyDescription + + + GL + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P2D + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_047_IFCCOVERING.ids b/data/output_ids/IFC4/IFC4_047_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..42fa20d6942521dbd9ccaf319f5d2eb19e57c46d --- /dev/null +++ b/data/output_ids/IFC4/IFC4_047_IFCCOVERING.ids @@ -0,0 +1,514 @@ + + + + 仕上げ材の情報仕様の照査 + + + + + + + IFCCOVERING + + + + + + + 管理分類 + + + 運用グレード + + + 高頻度更新材 + + + + + 意匠配色 + + + 色相系統 + + + スモークベージュ + + + + + 寸法基準 + + + モジュール規格 + + + 910×1820対応 + + + + + 厚み設定 + + + 化粧層厚さ[mm] + + + 4 + + + + + 施工条件 + + + 割付ルール + + + ランダム貼り + + + + + 製品区分 + + + 対象部位 + + + 内部壁仕上 + + + + + 寸法基準 + + + 標準パネル寸法 + + + 455×910mm + + + + + 表面設計 + + + テクスチャ形態 + + + 微細エンボス + + + + + 材料構成 + + + 表装素材 + + + PVCシート + + + + + 寸法基準 + + + 有効働き寸法[mm] + + + 303 + + + + + 厚み設定 + + + 基材厚さ[mm] + + + 12 + + + + + 表面設計 + + + 素地感 + + + 半艶 + + + + + 安全性能 + + + 防滑対応 + + + false + + + + + 耐候性能 + + + 凍結融解対応 + + + true + + + + + 表面設計 + + + コーティング種別 + + + UVトップコート + + + + + 施工方式 + + + 固定方法 + + + 接着併用工法 + + + + + 意匠構成 + + + 割付パターン + + + 市松割り + + + + + 厚み設定 + + + 製品総厚[mm] + + + 21 + + + + + 端部処理 + + + 納まり形状 + + + 面取りエッジ + + + + + 端部処理 + + + 上端見切材 + + + ステンレス見切 + + + + + 材料構成 + + + 内部コア材 + + + 高密度MDF + + + + + 材料構成 + + + 表層化粧材 + + + メラミン化粧板 + + + + + 納まり寸法 + + + 立上り見付[mm] + + + 35 + + + + + 下地調整 + + + 下地スペーサ厚[mm] + + + 14 + + + + + 下地調整 + + + 下地パネル種別 + + + 石膏ボード12.5mm + + + + + 意匠配色 + + + カラーバリエーション + + + チャコールオーク + + + + + 複合仕様 + + + 下貼り材種 + + + 不織布積層材 + + + + + 厚み設定 + + + 複合パネル厚[mm] + + + 32 + + + + + 材料構成 + + + 天然材種 + + + ウォルナット + + + + + 仕上げ体系 + + + 最終仕上区分 + + + オイルフィニッシュ + + + + + 管理分類 + + + シリーズ記号 + + + FIN-Q7 + + + + + 寸法基準 + + + 基準ユニット + + + 600×600mm + + + + + ユニット構成 + + + モジュール寸法 + + + 600×1200mm + + + + + ユニット構成 + + + 中間層素材 + + + ケイ酸カルシウム複合板 + + + + + 設備連携 + + + 床吹出口対応 + + + false + + + + + 仕上げ体系 + + + 表面処理系統 + + + 抗菌クリア塗装 + + + + + 下地調整 + + + 下地モルタル仕上 + + + 刷毛引き + + + + + 施工方式 + + + 支持構法 + + + 直貼り工法 + + + + + 納まり寸法 + + + 仕上基準高[mm] + + + 120 + + + + + 性能評価 + + + 面内耐荷重等級 + + + 8 + + + + + 材料構成 + + + 機能分類 + + + 吸音系複合材 + + + + + 材料構成 + + + 木質系樹種 + + + メープル + + + + + 商品管理 + + + 製品グレード + + + スタンダード + + + + + 仕上げ体系 + + + 着色方式 + + + 自然着色塗装 + + + + + 施工方式 + + + 下張り構法 + + + 浮き床工法 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_048_IFCCOVERING.ids b/data/output_ids/IFC4/IFC4_048_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..d502ad877496ec7f963949a2083d2b751e513627 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_048_IFCCOVERING.ids @@ -0,0 +1,514 @@ + + + + 仕上げ材:壁紙、フローリング等 + + + + + + + IFCCOVERING + + + + + + + 識別情報 + + + 種別 + + + テラコッタタイル + + + + + 材料情報 + + + 材質 + + + 陶器質 + + + + + 寸法情報 + + + サイズ + + + 200角 + + + + + 材料情報 + + + 厚さ [mm] + + + 12 + + + + + 仕上げ・下地情報 + + + 張り方 + + + 市松貼り + + + + + 識別情報 + + + 種類 + + + 外壁タイル + + + + + 寸法情報 + + + 寸法 + + + 600×1200mm + + + + + 材料情報 + + + 形状 + + + フラット + + + + + 材料情報 + + + 表面材質 + + + 真鍮 + + + + + 材料情報 + + + 働き幅 [mm] + + + 90 + + + + + 材料情報 + + + 板厚 [mm] + + + 7 + + + + + 材料情報 + + + 素地 + + + ホーニング + + + + + 材料情報 + + + 耐滑り性 + + + true + + + + + 材料情報 + + + 耐凍害性 + + + true + + + + + 材料情報 + + + 釉薬 + + + 光沢釉 + + + + + 識別情報 + + + 工法 + + + 弾性接着工法 + + + + + 寸法情報 + + + 形状 + + + ランダムパターン + + + + + 寸法情報 + + + 厚さ [mm] + + + 16 + + + + + 材料情報 + + + エッジ + + + メラミンエッジ + + + + + 材料情報 + + + 笠木 + + + 人工大理石笠木 + + + + + 材料情報 + + + 芯材 + + + アルミハニカム + + + + + 材料情報 + + + 表面材 + + + HPL + + + + + 寸法情報 + + + 高さ [mm] + + + 23 + + + + + 仕上げ・下地情報 + + + 高さ [mm] + + + 9 + + + + + 仕上げ・下地情報 + + + 材質 + + + 石膏ボード + + + + + 材料情報 + + + 色柄 + + + アイボリー + + + + + 識別情報 材料情報 + + + 種類 + + + 積層 + + + + + 寸法情報 + + + 仕上厚さ [mm] + + + 19 + + + + + 材料情報 + + + 材種 + + + タモ + + + + + 仕上げ・下地情報 + + + 仕上 + + + ウレタン艶消し + + + + + 識別情報 + + + カスタム種別 + + + 仕上げ材E + + + + + 寸法情報 + + + モジュールサイズ + + + 450角 + + + + + 材料情報 + + + パネルサイズ + + + 300×600mm + + + + + 材料情報 + + + パネル材質 + + + ステンレスパネル + + + + + 材料情報 + + + 床吹出空調仕様 + + + false + + + + + 仕上げ・下地情報 + + + パネル仕上 + + + 木目調化粧 + + + + + 仕上げ・下地情報 + + + 下地コンクリートの仕上 + + + 金ゴテ仕上 + + + + + 識別情報 + + + 支持工法 + + + 支持脚工法 + + + + + 寸法情報 + + + 床高さ [mm] + + + 350 + + + + + 性能情報 + + + 所定荷重 + + + 6 + + + + + 材料情報 + + + 種別 + + + 石質系 + + + + + 材料情報 + + + 樹種 + + + カリン + + + + + 材料情報 + + + 品名・種類 + + + プライム + + + + + 仕上げ・下地情報 + + + 塗装 + + + 水性ウレタン + + + + + 識別情報 + + + 床暖房対応工法 + + + 床暖房対応直貼り + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_049_IFCCOVERING.ids b/data/output_ids/IFC4/IFC4_049_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..990c4993f41f8e3b8b3ec70b10ccf4fad2a21411 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_049_IFCCOVERING.ids @@ -0,0 +1,426 @@ + + + + Covering + + + + + + + IFCCOVERING + + + + + + + Pset_CoveringCommon + + + Reference + + + Covering-A1 + + + + + Pset_CoveringCommon + + + Status + + + New + + + + + Pset_CoveringCommon + + + IsExternal + + + true + + + + + Pset_CoveringCommon + + + Finish + + + Vinyl + + + + + Qto_CoveringBaseQuantities + + + NetArea + + + 22.8 + + + + + Pset_CoveringCommon + + + ThermalTransmittance + + + 0.005 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-COV-A1 + + + + + Pset_Warranty + + + WarrantyStartDate + + + 2025-08-01 + + + + + Pset_CoveringCommon + + + FireRating + + + R9 + + + + + Pset_CoveringCommon + + + AcousticRating + + + Rw20 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Tolerance + + + OverallTolerance + + + 0.002 + + + + + Pset_CoveringCommon + + + FragilityRating + + + Horizontal + + + + + Tolerance + + + HorizontalTolerance + + + 0.0015 + + + + + Tiling + + + TileWidth + + + 0.300 + + + + + Tolerance + + + VerticalTolerance + + + 0.0015 + + + + + Tolerance + + + PlanarFlatness + + + 0.001 + + + + + Pset_CoveringCommon + + + SurfaceSpreadOfFlame + + + Beveled + + + + + Condition + + + AssessmentType + + + MaterialReview + + + + + Tiling + + + Permeability + + + 0.002 + + + + + Pset_Condition + + + AssessmentDate + + + 2025-08-10 + + + + + InstallationOccurrence + + + InstallationDate + + + 2025-08-01 + + + + + Pset_Condition + + + AssessmentCondition + + + Serviceable + + + + + MaintenanceStrategy + + + MonitoringType + + + VisualInspection + + + + + Condition + + + AssessmentMethod + + + DOC-COV-INSP-01 + + + + + Risk + + + RiskType + + + Environmental Issues + + + + + MaintenanceStrategy + + + AssetFrailty + + + LOW + + + + + MaintenanceTriggerDuration + + + DurationTargetPerformance + + + P180D + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P180D + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 0.95 + + + + + Warranty + + + WarrantyPeriod + + + P5D + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + CoverCo + + + + + ConstructionOccurence + + + ModelNumber + + + CV-2024-A + + + + + Pset_CoveringCommon + + + Combustible + + + false + + + + + BodyGeometryValidation + + + GrossSurfaceArea + + + 24.5 + + + + + Qto_CoveringBaseQuantities + + + GrossArea + + + 24.0 + + + + + Qto_CoveringBaseQuantities + + + Width + + + 0.005 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_050_IFCCOVERING.ids b/data/output_ids/IFC4/IFC4_050_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..b83e9f01f6ce1fa7cd6363aa6da91e29c0d904e8 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_050_IFCCOVERING.ids @@ -0,0 +1,514 @@ + + + + 仕上材 + + + + + + + IFCCOVERING + + + + + + + Pset_CoveringCommon + + + Status + + + New + + + + + Pset_CoveringCommon + + + AcousticRating + + + ΔLL(I)-4 + + + + + Pset_CoveringCommon + + + FragilityRating + + + + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 12 + + + + + Pset_CoveringCommon + + + Combustible + + + false + + + + + Pset_CoveringCommon + + + ThermalTransmittance + + + 1.8 + + + + + Tiling + + + TileLength + + + 600 + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 04912345678901 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + FIN-PNL-01 + + + + + Qto_CoveringBaseQuantities + + + Width + + + 150 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + 乾式化粧パネル + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 内装仕上げ標準品 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + 東都内装 + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + Pset_CoveringCommon + + + Finish + + + 有釉 + + + + + Pset_ManufacturerTypeInformation + + + AssemblyPlace + + + 工場 + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + DOC-FIN-OPS-01 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-FIN-SAFE-01 + + + + + ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-FIN-01 + + + + + ConstructionAdministration + + + ProcurementMethod + + + 内装一式調達 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 09 77 23 + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + SUB-FIN-03 + + + + + Qto_CoveringBaseQuantities + + + NetArea + + + 24 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.55 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 293.15 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 303.15 + + + + + EnvironmentalCondition + + + SaltMistLevel + + + + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 450 + + + + + MaintenanceStrategy + + + AssetCriticality + + + + + + + + Pset_CoveringCommon + + + SurfaceSpreadOfFlame + + + ウレタン塗装 + + + + + Pset_CoveringCommon + + + Reference + + + 仕上げ材A + + + + + Tiling + + + TileWidth + + + 600 + + + + + MaintenanceStrategy + + + AssetPriority + + + + + + + + MaintenanceStrategy + + + MonitoringType + + + 目視点検 + + + + + Pset_CoveringCommon + + + IsExternal + + + true + + + + + MaintenanceTriggerCondition + + + ConditionTargetPerformance + + + + + + + + MaintenanceTriggerCondition + + + ConditionMaintenanceLevel + + + + + + + + MaintenanceTriggerCondition + + + ConditionReplacementLevel + + + + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P180D + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 3.0 + + + + + MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P365D + + + + + Risk + + + RiskName + + + 仕上げ浮き + + + + + Risk + + + NatureOfRisk + + + 接着層の剥離 + + + + + Pset_CoveringCommon + + + FlammabilityRating + + + クリア塗装 + + + + + Risk + + + MitigationPlanned + + + 定期点検で打診確認 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_051_IFCCOVERING.ids b/data/output_ids/IFC4/IFC4_051_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..44338983dc3517d2aa0bdee733dce721d6a966dc --- /dev/null +++ b/data/output_ids/IFC4/IFC4_051_IFCCOVERING.ids @@ -0,0 +1,492 @@ + + + + Ceiling + + + + + + + IFCCOVERING + + + + + + + Ceiling Basics + + + CeilingCode + + + Ceiling-A1 + + + + + Ceiling Basics + + + InstallState + + + New + + + + + Ceiling Basics + + + Is External + + + true + + + + + Ceiling Basics + + + SurfaceTone + + + AcousticTile + + + + + Ceiling Basics + + + Finish Thickness + + + 0.015 + + + + + Ceiling Basics + + + Finish Color + + + White + + + + + Ceiling Basics + + + Fire Resistance + + + EI30 + + + + + Ceiling Basics + + + U-Value + + + 0.25 + + + + + Ceiling Basics + + + Removable + + + true + + + + + Acoustics + + + Absorption Class + + + ClassA + + + + + Acoustics + + + NRC + + + 0.70 + + + + + Acoustics + + + Octave Band Absorption + + + 0.10 + + + + + Acoustics + + + Noise Reduction Coefficient + + + 0.60 + + + + + Finish Specification + + + Tile Type + + + MineralFiber + + + + + Finish Specification + + + Tile Size + + + 0.600 + + + + + Finish Specification + + + Tile Layout + + + Grid + + + + + Finish Specification + + + Tile Edge + + + Square + + + + + Finish Specification + + + Suspension System + + + T-bar + + + + + Finish Specification + + + Hanger Spacing + + + 1.200 + + + + + Finish Specification + + + Grid Type + + + Standard + + + + + Integrated Services + + + Integrated Lighting + + + true + + + + + Integrated Services + + + Light Recess Depth + + + 0.050 + + + + + Integrated Services + + + Light Cutout Size + + + 0.300 + + + + + Integrated Services + + + Integrated Sprinkler + + + true + + + + + Integrated Services + + + Service Zone Height + + + 0.150 + + + + + Installation + + + Installation Height + + + 2.700 + + + + + Installation + + + Fixing Method + + + Adhesive + + + + + Installation + + + Maintenance Access + + + true + + + + + Installation + + + Installation Date + + + 2025-08-01 + + + + + Maintenance + + + Maintenance Interval + + + 180 + + + + + Maintenance + + + Cleaning + + + Dusting + + + + + Maintenance + + + Warranty Years + + + 5.0 + + + + + Manufacturer Info + + + MakerLabel + + + CeilingCo + + + + + Manufacturer Info + + + Model + + + CL-2024-A + + + + + Product Materials + + + Surface Finish + + + Painted + + + + + Product Materials + + + Core Material + + + MineralFiber + + + + + Quantities + + + CeilingSurface + + + 24.0 + + + + + Quantities + + + LayerDepth + + + 0.010 + + + + + Quantities + + + EdgeLength + + + 6.0 + + + + + Quantities + + + FillAmount + + + 0.24 + + + + + Notes + + + Note 1 + + + Provide access for services + + + + + Notes + + + Note 2 + + + Ensure acoustic seal at junctions + + + + + Notes + + + Note 3 + + + Verify suspension deflection under load + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_052_IFCFURNITURETYPE.ids b/data/output_ids/IFC4/IFC4_052_IFCFURNITURETYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..da280f9c469fb09d8eb22c972350b57e1c3dd193 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_052_IFCFURNITURETYPE.ids @@ -0,0 +1,481 @@ + + + + Furniture + + + + + + + IFCFURNITURETYPE + + + + + + + FurnitureTypeCommon + + + Reference + + + Chair-02 + + + + + FurnitureTypeCommon + + + Status + + + New + + + + + FurnitureTypeCommon + + + Style + + + Scandinavian + + + + + FurnitureTypeCommon + + + IsBuiltIn + + + false + + + + + ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 00850123000011 + + + + + ManufacturerTypeInformation + + + ModelReference + + + PowderCoat finish + + + + + FurnitureTypeCommon + + + MainColour + + + Walnut + + + + + ManufacturerTypeInformation + + + ModelLabel + + + MDF core + + + + + EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + WoolBlend upholstery + + + + + Warranty + + + IsExtendedWarranty + + + false + + + + + Condition + + + AssessmentDate + + + 2025-04-20 + + + + + Tolerance + + + ToleranceDescription + + + Ergonomic level 2 + + + + + Warranty + + + WarrantyStartDate + + + 2025-05-01 + + + + + ManufacturerTypeInformation + + + ArticleNumber + + + CABLETRAY-01 + + + + + Warranty + + + WarrantyIdentifier + + + NONE + + + + + ManufacturerTypeInformation + + + Manufacturer + + + NordicWorks + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + CH-2025-A + + + + + ConstructionAdministration + + + ProcurementMethod + + + Direct purchase + + + + + Warranty + + + WarrantyPeriod + + + P3Y + + + + + Tolerance + + + PlanarFlatness + + + 0.004 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 12 51 23 + + + + + Warranty + + + WarrantyContent + + + Bolt to concrete slab; use M8 anchors + + + + + Condition + + + AssessmentDescription + + + Surface durability checked against mockup + + + + + EnvironmentalImpactIndicators + + + Reference + + + TopAccess + + + + + Warranty + + + Exclusions + + + Avoid solvents; clean with mild soap + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P120D + + + + + MaintenanceTriggerDuration + + + DurationTargetPerformance + + + P30D + + + + + EnvironmentalImpactIndicators + + + ExpectedServiceLife + + + 10 + + + + + FurnitureTypeCommon + + + NominalLength + + + 1.20 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.45 + + + + + FurnitureTypeCommon + + + NominalHeight + + + 0.80 + + + + + FurnitureTypeCommon + + + NominalDepth + + + 0.47 + + + + + Tolerance + + + OrthogonalTolerance + + + 0.35 + + + + + MaintenanceStrategy + + + AccidentResponse + + + REPAIR + + + + + Tolerance + + + HorizontalTolerance + + + 0.30 + + + + + Tolerance + + + VerticalTolerance + + + 15.0 + + + + + Tolerance + + + OverallStraightness + + + 1.20 + + + + + Tolerance + + + HorizontalStraightness + + + 0.50 + + + + + Tolerance + + + SideFlatness + + + 0.80 + + + + + Tolerance + + + OverallTolerance + + + 0.48 + + + + + Tolerance + + + HorizontalFlatness + + + 16.0 + + + + + Tolerance + + + ElevationalFlatness + + + 0.005 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_053_IFCCOLUMN.ids b/data/output_ids/IFC4/IFC4_053_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..594e61b225defc10380214fc5703caf539ba6d91 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_053_IFCCOLUMN.ids @@ -0,0 +1,437 @@ + + + + Column + + + + + + + IFCCOLUMN + + + + + + + Basics + + + ColumnCode + + + Column-A1 + + + + + Basics + + + InstallState + + + New + + + + + Basics + + + SupportRole + + + true + + + + + Basics + + + ExteriorFlag + + + true + + + + + Basics + + + FireGradeText + + + EI60 + + + + + Basics + + + HeatPassLevel + + + 1.2 + + + + + Basics + + + SoundGrade + + + Rw45 + + + + + Concrete Specification + + + Fabrication Location + + + OnSite + + + + + Concrete Specification + + + Casting Approach + + + In-situ + + + + + Concrete Specification + + + Structural Grade + + + Loadbearing + + + + + Concrete Specification + + + Strength Grade + + + C30/37 + + + + + Concrete Specification + + + Exposure Category + + + XC4 + + + + + Concrete Specification + + + Rebar Volume Proportion + + + 0.01 + + + + + Concrete Specification + + + Rebar Area Proportion + + + 0.005 + + + + + Concrete Specification + + + Cover Depth + + + 0.020 + + + + + Concrete Specification + + + Main Bar Cover Depth + + + 0.040 + + + + + Concrete Specification + + + Link Cover Depth + + + 0.025 + + + + + Concrete Specification + + + Rebar Grade + + + SD345 + + + + + Reinforcement Layout + + + Reinforcement Notes + + + Vertical bars 100 mm + + + + + Reinforcement Layout + + + Element Code + + + Ref-Column-01 + + + + + Reinforcement Layout + + + Rebar Bar Category + + + MainBar + + + + + Reinforcement Layout + + + Hoop Bar Interval + + + 0.100 + + + + + Reinforcement Layout + + + XDirection Tie Hoop Bar Interval + + + 0.100 + + + + + Reinforcement Layout + + + X Tie Hoop Count + + + 4 + + + + + Reinforcement Layout + + + YDirection Tie Hoop Bar Interval + + + 0.100 + + + + + Reinforcement Layout + + + Y Tie Hoop Count + + + 4 + + + + + Reinforcement Definition + + + DefinitionType + + + Precast + + + + + Reinforcement Definition + + + ReinforcementSectionDefinitions + + + Tied section: 4Ø16 + + + + + Manufacturer Info + + + Brand + + + ColumnWorksInc + + + + + Manufacturer Info + + + Model Code + + + COL-2024-A + + + + + Product Materials + + + CoreMaterial + + + ReinforcedConcrete + + + + + Product Materials + + + Surface Coating + + + Painted + + + + + Column Quantities + + + Overall Length + + + 3.0 + + + + + Column Quantities + + + Profile Area + + + 0.09 + + + + + Column Quantities + + + Overall Volume + + + 0.27 + + + + + Column Quantities + + + Effective Volume + + + 0.25 + + + + + Column Quantities + + + Outer Surface Area Estimate + + + 1.08 + + + + + Column Quantities + + + Overall Weight + + + 2100.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_054_IFCCOLUMN.ids b/data/output_ids/IFC4/IFC4_054_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..1ff964f53f4f7de11e312cada0390b08194106d7 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_054_IFCCOLUMN.ids @@ -0,0 +1,503 @@ + + + + 柱(構造) + + + + + + + IFCCOLUMN + + + + + + + Pset_ColumnCommon + + + IsExternal + + + true + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.50 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 30 + + + + + Pset_ColumnCommon + + + LoadBearing + + + false + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 20 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 10 + + + + + Pset_ColumnCommon + + + Slope + + + 0 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + GUID-ABC123 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + GUID-DEF456 + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + D25 + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + ヘッドバー + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtLinks + + + 40 + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 60 + + + + + Pset_ColumnCommon + + + Reference + + + フック定着 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 45 + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 55 + + + + + Uncertainty + + + UncertaintyDescription + + + D19 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 8 + + + + + BodyGeometryValidation + + + SurfaceGenusAfterFeatures + + + 8 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + D10 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + SD295 + + + + + Qto_ColumnBaseQuantities + + + GrossWeight + + + 100 + + + + + PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + DOC-COL-TR-01 + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 150 + + + + + Qto_ColumnBaseQuantities + + + NetWeight + + + 130 + + + + + Pset_ReinforcementBarPitchOfColumn + + + Description + + + D13 + + + + + ReinforcementBarPitchOfColumn + + + XDirectionTieHoopCount + + + 4 + + + + + ReinforcementBarPitchOfColumn + + + YDirectionTieHoopCount + + + 4 + + + + + Qto_ColumnBaseQuantities + + + GrossSurfaceArea + + + 4 + + + + + Pset_Condition + + + AssessmentDate + + + 2025-04-01 + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 04987654321012 + + + + + Qto_ColumnBaseQuantities + + + Length + + + 600 + + + + + BodyGeometryValidation + + + GrossVolume + + + 0.48 + + + + + Qto_ColumnBaseQuantities + + + OuterSurfaceArea + + + 500 + + + + + BodyGeometryValidation + + + NetVolume + + + 0.45 + + + + + Qto_ColumnBaseQuantities + + + GrossVolume + + + 200 + + + + + Pset_ReinforcementBarPitchOfColumn + + + HoopBarPitch + + + 250 + + + + + Qto_ColumnBaseQuantities + + + NetVolume + + + 200 + + + + + Pset_ReinforcementBarPitchOfColumn + + + Reference + + + X方向4本 + + + + + Pset_ReinforcementBarPitchOfColumn + + + XDirectionTieHoopBarPitch + + + 120 + + + + + Qto_ColumnBaseQuantities + + + CrossSectionArea + + + 130 + + + + + Pset_ReinforcementBarPitchOfColumn + + + YDirectionTieHoopBarPitch + + + 140 + + + + + Qto_ColumnBaseQuantities + + + NetSurfaceArea + + + 6 + + + + + Tolerance + + + PlanarFlatness + + + 5 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_055_IFCCOLUMN.ids b/data/output_ids/IFC4/IFC4_055_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..f9bab3ed4bfc256997a2ecd1355576e898be6b9d --- /dev/null +++ b/data/output_ids/IFC4/IFC4_055_IFCCOLUMN.ids @@ -0,0 +1,503 @@ + + + + 柱の構造情報の整理 + + + + + + + IFCCOLUMN + + + + + + + 節点調整 + + + 接合優先フラグ + + + true + + + + + 下端補正 + + + 基部補正量_A + + + 28 + + + + + 下端補正 + + + 基部補正量_B + + + 36 + + + + + 下端補正 + + + 基部補正量_H + + + 12 + + + + + 上端補正 + + + 頂部補正量_A + + + 22 + + + + + 上端補正 + + + 頂部補正量_B + + + 14 + + + + + 上端補正 + + + 頂部補正量_H + + + 6 + + + + + 接点参照 + + + 基部接続キー + + + STR-ND-48A + + + + + 接点参照 + + + 頂部接続キー + + + STR-ND-48B + + + + + 主筋仕様 + + + 外周主筋呼び名 + + + D32 + + + + + 定着条件 + + + 基部定着方式 + + + 機械式定着 + + + + + 定着条件 + + + 基部定着寸法 + + + 58 + + + + + 定着条件 + + + 基部余裕長 + + + 82 + + + + + 定着条件 + + + 頂部定着方式 + + + プレート定着 + + + + + 定着条件 + + + 頂部定着寸法 + + + 54 + + + + + 定着条件 + + + 頂部余裕長 + + + 68 + + + + + 芯材仕様 + + + 中心補強筋呼び名 + + + D19 + + + + + 芯材仕様 + + + 基部中心補強本数 + + + 12 + + + + + 芯材仕様 + + + 頂部中心補強本数 + + + 14 + + + + + 横補強仕様 + + + 閉鎖筋呼び径 + + + D13 + + + + + 横補強仕様 + + + 閉鎖筋材質区分 + + + SD345 + + + + + 横補強仕様 + + + 接合域ピッチ + + + 75 + + + + + 横補強仕様 + + + 接合域閉鎖筋呼び径 + + + D16 + + + + + 横補強仕様 + + + 基部ピッチ + + + 105 + + + + + 横補強仕様 + + + 頂部ピッチ + + + 95 + + + + + 補助拘束仕様 + + + 中子筋呼び径 + + + D10 + + + + + 補助拘束仕様 + + + 基部中子筋本数_A方向 + + + 4 + + + + + 補助拘束仕様 + + + 基部中子筋本数_B方向 + + + 5 + + + + + 補助拘束仕様 + + + 頂部中子筋本数_A方向 + + + 3 + + + + + 補助拘束仕様 + + + 頂部中子筋本数_B方向 + + + 4 + + + + + 断面管理 + + + 基部断面寸法_A + + + 720 + + + + + 断面管理 + + + 基部断面寸法_B + + + 680 + + + + + 断面管理 + + + 頂部断面寸法_A + + + 610 + + + + + 断面管理 + + + 頂部断面寸法_B + + + 560 + + + + + 多段配筋座標 + + + 段間離隔_A方向 + + + 165 + + + + + 多段配筋座標 + + + 第1層主筋芯_A方向 + + + 235 + + + + + 多段配筋座標 + + + 第1層主筋芯_中央 + + + 290 + + + + + 多段配筋座標 + + + 第1層主筋芯_B方向 + + + 225 + + + + + 多段配筋座標 + + + 基部第1層主筋本数_A方向 + + + 5 + + + + + 多段配筋座標 + + + 基部主筋群重心_A方向 + + + 142 + + + + + 多段配筋座標 + + + 基部主筋群重心_B方向 + + + 158 + + + + + 多段配筋座標 + + + 基部片側主筋総数_A方向 + + + 18 + + + + + 多段配筋座標 + + + 基部第1層主筋本数_B方向 + + + 7 + + + + + 多段配筋座標 + + + 基部片側主筋総数_B方向 + + + 20 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_056_IFCCOLUMN.ids b/data/output_ids/IFC4/IFC4_056_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..847aaaff21404db7a13a232f125a27e1c85cd182 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_056_IFCCOLUMN.ids @@ -0,0 +1,503 @@ + + + + 柱(構造) + + + + + + + IFCCOLUMN + + + + + + + 配置情報 + + + 柱勝ちか否か + + + true + + + + + 配置情報 + + + 柱脚オフセット_X + + + 60 + + + + + 配置情報 + + + 柱脚オフセット_Y + + + 35 + + + + + 配置情報 + + + 柱脚オフセット_Z + + + 10 + + + + + 配置情報 + + + 柱頭オフセット_X + + + 25 + + + + + 配置情報 + + + 柱頭オフセット_Y + + + 12 + + + + + 配置情報 + + + 柱頭オフセット_Z + + + 0 + + + + + 配置情報 + + + 柱脚節点_GUID + + + GUID-JKL012 + + + + + 配置情報 + + + 柱頭節点_GUID + + + GUID-PQR678 + + + + + 配筋情報 + + + 主筋径 + + + D29 + + + + + 配筋情報 + + + 柱脚主筋定着タイプ + + + ヘッドバー + + + + + 配筋情報 + + + 柱脚主筋定着長 + + + 55 + + + + + 配筋情報 + + + 柱脚主筋余長 + + + 80 + + + + + 配筋情報 + + + 柱頭主筋定着タイプ + + + フック定着 + + + + + 配筋情報 + + + 柱頭主筋定着長 + + + 48 + + + + + 配筋情報 + + + 柱頭主筋余長 + + + 60 + + + + + 配筋情報 + + + 芯鉄筋径 + + + D19 + + + + + 配筋情報 + + + 柱脚芯鉄筋本数 + + + 12 + + + + + 配筋情報 + + + 柱頭芯鉄筋本数 + + + 10 + + + + + 配筋情報 + + + 帯筋径 + + + D13 + + + + + 配筋情報 + + + 帯筋種別 + + + SD295 + + + + + 配筋情報 + + + 仕口部帯筋間隔 + + + 110 + + + + + 配筋情報 + + + 仕口部帯筋径 + + + D12 + + + + + 配筋情報 + + + 柱脚帯筋間隔 + + + 160 + + + + + 配筋情報 + + + 柱頭帯筋間隔 + + + 140 + + + + + 配筋情報 + + + 幅止筋径 + + + D13 + + + + + 配筋情報 + + + 柱脚幅止め筋本数_X方向 + + + 8 + + + + + 配筋情報 + + + 柱脚幅止め筋本数_Y方向 + + + 8 + + + + + 配筋情報 + + + 柱頭幅止め筋本数_X方向 + + + 8 + + + + + 配筋情報 + + + 柱頭幅止め筋本数_Y方向 + + + 8 + + + + + 寸法情報 + + + 柱脚幅X + + + 700 + + + + + 寸法情報 + + + 柱脚幅Y + + + 700 + + + + + 寸法情報 + + + 柱頭幅X + + + 540 + + + + + 寸法情報 + + + 柱頭幅Y + + + 540 + + + + + 配筋情報 + + + 多段筋中心間距離_水平方向 + + + 160 + + + + + 配筋情報 + + + 主筋1段目芯位置_X方向 + + + 220 + + + + + 配筋情報 + + + 主筋1段目芯位置 + + + 270 + + + + + 配筋情報 + + + 主筋1段目芯位置_Y方向 + + + 220 + + + + + 配筋情報 + + + 柱脚主筋1段目本数_X方向 + + + 8 + + + + + 配筋情報 + + + 柱脚主筋重心位置_X方向 + + + 130 + + + + + 配筋情報 + + + 柱脚主筋重心位置_Y方向 + + + 140 + + + + + 配筋情報 + + + 柱脚主筋片側総本数_X方向 + + + 180 + + + + + 配筋情報 + + + 柱脚主筋1段目本数_Y方向 + + + 10 + + + + + 配筋情報 + + + 柱脚主筋片側総本数_Y方向 + + + 220 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_057_IFCBEAM.ids b/data/output_ids/IFC4/IFC4_057_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..7401e9b0a2fa7260780885ad4abf8654e3877749 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_057_IFCBEAM.ids @@ -0,0 +1,360 @@ + + + + Beam(STR) + + + + + + + IFCBEAM + + + + + + + Pset_BeamCommon + + + Reference + + + CentralBeam-01 + + + + + Pset_BeamCommon + + + Status + + + New + + + + + BeamCommon + + + LoadBearing + + + true + + + + + Pset_BeamCommon + + + IsExternal + + + true + + + + + Pset_BeamCommon + + + FireRating + + + EI60 + + + + + Pset_BeamCommon + + + ThermalTransmittance + + + 1.2 + + + + + Qto_BeamBaseQuantities + + + CrossSectionArea + + + 0.09 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 8.10e-05 + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 2.70e-05 + + + + + ElementKinematics + + + MaximumConstantSpeed + + + 1.20e-05 + + + + + Tolerance + + + ElevationalFlatness + + + 5.40e-04 + + + + + Tolerance + + + HorizontalFlatness + + + 1.80e-04 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + Steel + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + S355 + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 355.0 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + C30/37 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + XC4 + + + + + Pset_ReinforcementBarPitchOfBeam + + + Reference + + + MainBar + + + + + Pset_ReinforcementBarPitchOfBeam + + + StirrupBarPitch + + + 0.000201 + + + + + Pset_ReinforcementBarPitchOfBeam + + + SpacingBarPitch + + + 4 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.100 + + + + + Tolerance + + + OverallStraightness + + + 0.008 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.01 + + + + + Pset_PrecastConcreteElementGeneral + + + DesignLocationNumber + + + GRID-B2 + + + + + MaintenanceStrategy + + + AssetCriticality + + + Moderate + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + Check camber and connections + + + + + Qto_BeamBaseQuantities + + + Length + + + 6.0 + + + + + Qto_BeamBaseQuantities + + + GrossSurfaceArea + + + 0.09 + + + + + Qto_BeamBaseQuantities + + + OuterSurfaceArea + + + 4.2 + + + + + Qto_BeamBaseQuantities + + + GrossVolume + + + 0.405 + + + + + Qto_BeamBaseQuantities + + + NetVolume + + + 0.390 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_058_IFCBEAM.ids b/data/output_ids/IFC4/IFC4_058_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..92bc47f4c4cd8b233bdf3778fae1004439728788 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_058_IFCBEAM.ids @@ -0,0 +1,448 @@ + + + + 梁(構造) + + + + + + + IFCBEAM + + + + + + + Pset_Condition + + + AssessmentCondition + + + B-101 + + + + + Pset_BeamCommon + + + Reference + + + 大梁 + + + + + Pset_PrecastConcreteElementFabrication + + + PieceMark + + + 2FL + + + + + Risk + + + RiskName + + + SN490 + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + SM490 + + + + + Pset_BeamCommon + + + Status + + + 既存 + + + + + BeamCommon + + + LoadBearing + + + true + + + + + Pset_ReinforcementBarPitchOfBeam + + + Description + + + 梁端部補強筋の標準ピッチ + + + + + PrecastConcreteElementFabrication + + + TypeDesignation + + + SN490梁 + + + + + Pset_PrecastConcreteElementFabrication + + + AsBuiltLocationNumber + + + 通り芯 + + + + + Qto_BeamBaseQuantities + + + Length + + + 200 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + 梁下端 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 150 + + + + + Qto_BeamBaseQuantities + + + CrossSectionArea + + + 0.18 + + + + + Pset_BeamCommon + + + Span + + + 600 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 300 + + + + + Pset_Warranty + + + WarrantyStartDate + + + 2025-04-01 + + + + + Qto_BeamBaseQuantities + + + GrossWeight + + + 22 + + + + + Qto_BeamBaseQuantities + + + NetWeight + + + 15 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + BEAM-WARRANTY-01 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 500 + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 200 + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 150 + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 180 + + + + + Pset_ReinforcementBarPitchOfBeam + + + SpacingBarPitch + + + 120 + + + + + Warranty + + + WarrantyPeriod + + + P7Y + + + + + Warranty + + + PointOfContact + + + 構造監理窓口 + + + + + Qto_BeamBaseQuantities + + + OuterSurfaceArea + + + 32 + + + + + Risk + + + NatureOfRisk + + + 端部腐食 + + + + + Pset_Warranty + + + WarrantyContent + + + 延長保証対象 + + + + + Qto_BeamBaseQuantities + + + GrossSurfaceArea + + + 450 + + + + + Risk + + + MitigationPlanned + + + 防錆塗装を定期確認 + + + + + Qto_BeamBaseQuantities + + + NetSurfaceArea + + + 220 + + + + + Pset_BeamCommon + + + FireRating + + + 2時間耐火 + + + + + Qto_BeamBaseQuantities + + + GrossVolume + + + 180 + + + + + Qto_BeamBaseQuantities + + + NetVolume + + + 250 + + + + + Tolerance + + + OverallTolerance + + + 150 + + + + + Tolerance + + + HorizontalTolerance + + + 120 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_059_IFCBEAM.ids b/data/output_ids/IFC4/IFC4_059_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..0ae56da6eb40a66723927bcb478fb78492f0b2ac --- /dev/null +++ b/data/output_ids/IFC4/IFC4_059_IFCBEAM.ids @@ -0,0 +1,360 @@ + + + + Infomation Check + + + + + + + IFCBEAM + + + + + + + Identification Data + + + MemberTag + + + B-STR-118 + + + + + Identification Data + + + LifecycleStage + + + Fabrication + + + + + Design Intent + + + IsPrimaryMember + + + true + + + + + Design Intent + + + IsTransferBeam + + + false + + + + + Resistance Criteria + + + FireRatingClass + + + R120 + + + + + Performance Parameters + + + DampingRatio + + + 0.035 + + + + + Section Geometry + + + GrossSectionArea + + + 0.162 + + + + + Section Geometry + + + StrongAxisInertia + + + 9.40e-04 + + + + + Section Geometry + + + WeakAxisInertia + + + 2.85e-04 + + + + + Section Geometry + + + TorsionalRigidityIndex + + + 1.15e-04 + + + + + Strength Metrics + + + TopFiberSectionModulus + + + 3.45e-03 + + + + + Strength Metrics + + + BottomFiberSectionModulus + + + 3.12e-03 + + + + + Material Specification + + + MatrixMaterial + + + ReinforcedConcrete + + + + + Material Specification + + + RebarGrade + + + SD390 + + + + + Material Specification + + + ElasticModulus + + + 31500.0 + + + + + Durability Criteria + + + ChlorideClass + + + Cl0.30 + + + + + Durability Criteria + + + ExposureEnvironment + + + CoastalSheltered + + + + + Connection Requirements + + + BearingCondition + + + Monolithic connection to cast-in-place column + + + + + Embedded Hardware + + + AnchorPlateArea + + + 0.0084 + + + + + Embedded Hardware + + + ShearStudCount + + + 6 + + + + + Fabrication Controls + + + CastInCamber + + + 0.010 + + + + + Fabrication Controls + + + BearingSeatLength + + + 0.180 + + + + + Service Checks + + + UtilizationIndex + + + 0.74 + + + + + Verification Matrix + + + ControllingLoadSet + + + ULS-Seismic-07 + + + + + Verification Matrix + + + CrackWidthStatus + + + WithinLimit + + + + + Verification Matrix + + + ReviewMemo + + + Check congestion near opening zone + + + + + Quantity Summary + + + StructuralSpan + + + 9.6 + + + + + Quantity Summary + + + FormworkArea + + + 7.4 + + + + + Quantity Summary + + + ExposedFaceArea + + + 4.1 + + + + + Quantity Summary + + + ConcreteGrossVolume + + + 1.555 + + + + + Quantity Summary + + + ConcreteNetVolume + + + 1.487 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_060_IFCBEAM.ids b/data/output_ids/IFC4/IFC4_060_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..e41fd44ea84e676c1f69f69e4c81a3d7d6c979f7 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_060_IFCBEAM.ids @@ -0,0 +1,360 @@ + + + + Beam(STR) + + + + + + + IFCBEAM + + + + + + + Pset_BeamCommon + + + Reference + + + SpandrelBeam-A3 + + + + + Pset_BeamCommon + + + Status + + + New + + + + + BeamCommon + + + LoadBearing + + + true + + + + + Pset_BeamCommon + + + IsExternal + + + false + + + + + Pset_BeamCommon + + + FireRating + + + EI120 + + + + + Pset_BeamCommon + + + ThermalTransmittance + + + 0.60 + + + + + Qto_BeamBaseQuantities + + + CrossSectionArea + + + 0.08 + + + + + Tolerance + + + VerticalTolerance + + + 9.20e-05 + + + + + Tolerance + + + HorizontalTolerance + + + 3.10e-05 + + + + + Pset_EnvironmentalImpactIndicators + + + WaterConsumptionPerUnit + + + 1.50e-05 + + + + + ElementKinematics + + + MinimumTime + + + 6.10e-04 + + + + + ElementKinematics + + + LinearRange + + + 2.10e-04 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + SAFE-BEAM-01 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementStrengthClass + + + S355 + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 355.0 + + + + + Pset_ConcreteElementGeneral + + + StrengthClass + + + C30/37 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + XD2 + + + + + Pset_ReinforcementBarPitchOfBeam + + + Description + + + MainBar + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 0.000226 + + + + + Pset_ReinforcementBarPitchOfBeam + + + StirrupBarPitch + + + 5 + + + + + Pset_ReinforcementBarPitchOfBeam + + + SpacingBarPitch + + + 0.100 + + + + + Tolerance + + + VerticalStraightness + + + 0.009 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.014 + + + + + Pset_Condition + + + AssessmentDescription + + + DesignLoadCase: ULS + + + + + Pset_Condition + + + AssessmentCondition + + + OK + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + Allow for camber 10 mm + + + + + Qto_BeamBaseQuantities + + + Length + + + 5.8 + + + + + Qto_BeamBaseQuantities + + + GrossSurfaceArea + + + 0.085 + + + + + Qto_BeamBaseQuantities + + + OuterSurfaceArea + + + 3.9 + + + + + Qto_BeamBaseQuantities + + + GrossVolume + + + 0.360 + + + + + Qto_BeamBaseQuantities + + + NetVolume + + + 0.346 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_061_IFCBEAM.ids b/data/output_ids/IFC4/IFC4_061_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..8c3e09809ec277231c9be2f72ebbf811f3c8e258 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_061_IFCBEAM.ids @@ -0,0 +1,360 @@ + + + + Beam(STR) + + + + + + + IFCBEAM + + + + + + + Informations + + + BeamCode + + + TransferBeam-B2 + + + + + Informations + + + RenewalState + + + ToBeReplaced + + + + + Informations + + + SupportRole + + + true + + + + + Informations + + + Exterior + + + false + + + + + Informations + + + Fire Resistance Level + + + EI45 + + + + + Informations + + + Heat Loss Coefficient + + + 0.70 + + + + + Section Properties + + + Profile Area + + + 0.11 + + + + + Section Properties + + + Inertia About Y + + + 7.50e-05 + + + + + Section Properties + + + Inertia About Z + + + 2.60e-05 + + + + + Section Properties + + + Torsional Constant X Axis + + + 1.10e-05 + + + + + Section Properties + + + SectionModulusY + + + 5.90e-04 + + + + + Section Properties + + + SectionModulusZ + + + 2.00e-04 + + + + + Manufacturer Info + + + CoreMaterial + + + Steel + + + + + Manufacturer Info + + + SteelGrade + + + S355 + + + + + Manufacturer Info + + + YieldStrength + + + 355.0 + + + + + Manufacturer Info + + + ConcreteStrengthClass + + + C35/45 + + + + + Manufacturer Info + + + Exposure Category + + + XA2 + + + + + Reinforcement Layout + + + Rebar Bar Category + + + MainBar + + + + + Reinforcement Layout + + + LongitudinalBarArea + + + 0.000280 + + + + + Reinforcement Layout + + + LongitudinalBarCount + + + 6 + + + + + Reinforcement Layout + + + Hoop Bar Interval + + + 0.120 + + + + + Reinforcement Layout + + + StirrupDiameter + + + 0.010 + + + + + Reinforcement Layout + + + Rebar Area Proportion + + + 0.013 + + + + + Design Checks + + + DesignLoadCase + + + ULS + + + + + Design Checks + + + ServiceabilityLimitState + + + OK + + + + + Design Checks + + + DesignComment + + + Check anchorage at supports + + + + + Beam Quantities + + + Overall Length + + + 7.5 + + + + + Beam Quantities + + + Profile Area + + + 0.11 + + + + + Beam Quantities + + + Outer Surface Area Estimate + + + 5.3 + + + + + Beam Quantities + + + Overall Volume + + + 0.825 + + + + + Beam Quantities + + + Effective Volume + + + 0.802 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_062_IFCSLAB.ids b/data/output_ids/IFC4/IFC4_062_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..e5b132a12a98858f85125c10b5bf1e48751d9737 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_062_IFCSLAB.ids @@ -0,0 +1,415 @@ + + + + 天井(構造) + + + + + + + IFCSLAB + + + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + F-201 + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + 2FL + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 居室 + + + + + Qto_SlabBaseQuantities + + + GrossWeight + + + 0.8 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.30 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 4.0 + + + + + Qto_SlabBaseQuantities + + + Depth + + + 2.0 + + + + + Pset_SlabCommon + + + PitchAngle + + + 1.5 + + + + + Pset_ReinforcementBarPitchOfSlab + + + Description + + + Fc24 + + + + + Pset_ReinforcementBarPitchOfSlab + + + Reference + + + 合板型枠 + + + + + Pset_PrecastSlab + + + DistanceBetweenComponentAxes + + + 150.0 + + + + + Pset_SlabCommon + + + Reference + + + D13 + + + + + Uncertainty + + + UncertaintyDescription + + + D10 + + + + + Qto_SlabBaseQuantities + + + GrossVolume + + + 100.0 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + D16 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + D10 + + + + + Pset_PrecastSlab + + + EdgeDistanceToFirstAxis + + + 120.0 + + + + + PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + DOC-SLAB-TR-01 + + + + + Pset_Condition + + + AssessmentDescription + + + D10 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongOutsideTopBarPitch + + + 110 + + + + + Risk + + + RiskName + + + D13 + + + + + Tolerance + + + ToleranceDescription + + + D10 + + + + + Qto_SlabBaseQuantities + + + Width + + + 130 + + + + + EnvironmentalImpactIndicators + + + IndicatorsUnit + + + kgCO2e/㎡ + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 03 30 00 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideCenterTopBarPitch + + + 90 + + + + + Risk + + + RiskType + + + Chemical Effects + + + + + PrecastSlab + + + TypeDesignation + + + PC床版A + + + + + Qto_SlabBaseQuantities + + + Length + + + 80 + + + + + Pset_PrecastConcreteElementFabrication + + + PieceMark + + + D13 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-SLAB-SAFE-01 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortOutsideTopBarPitch + + + 85 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + D13 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + D10 + + + + + Qto_SlabBaseQuantities + + + NetWeight + + + 100 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideCenterTopBarPitch + + + 95 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_063_IFCSLAB.ids b/data/output_ids/IFC4/IFC4_063_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..6d6503a55635bca297a35d3b5e59f6b1d54664e4 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_063_IFCSLAB.ids @@ -0,0 +1,415 @@ + + + + スラブの確認 + + + + + + + IFCSLAB + + + + + + + 運用台帳 + + + 部材管理番号 + + + SL-R17 + + + + + 区画参照 + + + 配置ブロック + + + 北棟C区画 + + + + + 使用計画 + + + 利用カテゴリ + + + 研究ラボ + + + + + 評価条件 + + + 常時付加荷重 + + + 1.4 + + + + + 評価条件 + + + 可変荷重区分A + + + 4.2 + + + + + 評価条件 + + + 可変荷重区分B + + + 3.1 + + + + + 評価条件 + + + 可変荷重区分C + + + 2.2 + + + + + 評価条件 + + + 水平応答係数 + + + 1.6 + + + + + 素材計画 + + + 躯体強度区分 + + + Fc33 + + + + + 仮設計画 + + + 成形部材種別 + + + 鋼製デッキフォーム + + + + + 形状パラメータ + + + 有効厚 + + + 210.0 + + + + + 補強テンプレートA + + + 構成材1 + + + D19 + + + + + 補強テンプレートA + + + 構成材2 + + + D16 + + + + + 補強テンプレートA + + + 設定ピッチ1 + + + 125.0 + + + + + 補強テンプレートB + + + 構成材1 + + + D22 + + + + + 補強テンプレートB + + + 構成材2 + + + D16 + + + + + 補強テンプレートB + + + 設定ピッチ1 + + + 145.0 + + + + + 補強テンプレートC + + + 構成材1 + + + D22 + + + + + 補強テンプレートC + + + 構成材2 + + + D16 + + + + + 補強テンプレートC + + + 設定ピッチ1 + + + 135.0 + + + + + 補強テンプレートC + + + 構成材3 + + + D19 + + + + + 補強テンプレートC + + + 構成材4 + + + D16 + + + + + 補強テンプレートC + + + 設定ピッチ2 + + + 160.0 + + + + + 補強テンプレートD + + + 構成材1 + + + D16 + + + + + 補強テンプレートD + + + 構成材2 + + + D13 + + + + + 補強テンプレートD + + + 設定ピッチ1 + + + 105.0 + + + + + 補強テンプレートD + + + 構成材3 + + + D22 + + + + + 補強テンプレートD + + + 構成材4 + + + D19 + + + + + 補強テンプレートD + + + 設定ピッチ2 + + + 95.0 + + + + + 補強テンプレートE + + + 構成材1 + + + D16 + + + + + 補強テンプレートE + + + 構成材2 + + + D13 + + + + + 補強テンプレートE + + + 設定ピッチ1 + + + 115.0 + + + + + 補強テンプレートE + + + 構成材3 + + + D19 + + + + + 補強テンプレートE + + + 構成材4 + + + D16 + + + + + 補強テンプレートE + + + 設定ピッチ2 + + + 135.0 + + + + + 幾何制御 + + + 回転設定角 + + + 67.5 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_064_IFCSLAB.ids b/data/output_ids/IFC4/IFC4_064_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..b71288f7221e316d27c59922321dde18184283a1 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_064_IFCSLAB.ids @@ -0,0 +1,415 @@ + + + + 天井(構造) + + + + + + + IFCSLAB + + + + + + + 識別情報 + + + 符号 + + + F-402 + + + + + 配置情報 + + + 所属階 + + + B1F + + + + + 荷重情報 + + + 室用途 + + + 厨房 + + + + + 荷重情報 + + + 仕上げ重量 + + + 0.6 + + + + + 荷重情報 + + + 積載荷重 [床用] + + + 2.5 + + + + + 荷重情報 + + + 積載荷重 [小梁用] + + + 3.5 + + + + + 荷重情報 + + + 積載荷重 [架構用] + + + 1.8 + + + + + 荷重情報 + + + 積載荷重 [地震用] + + + 1.2 + + + + + 材料情報_コンクリート + + + コンクリート強度 + + + Fc30 + + + + + 材料情報_型枠 + + + 製品種別 + + + アルミ型枠 + + + + + 寸法情報_断面 + + + 厚さ + + + 140.0 + + + + + 配筋情報_主筋方向_端部 + + + 上端筋 径1 + + + D19 + + + + + 配筋情報_主筋方向_端部 + + + 上端筋 径2 + + + D13 + + + + + 配筋情報_主筋方向_端部 + + + 上端筋 ピッチ + + + 90.0 + + + + + 配筋情報_主筋方向_端部 + + + 下端筋 径1 + + + D19 + + + + + 配筋情報_主筋方向_端部 + + + 下端筋 径2 + + + D13 + + + + + 配筋情報_主筋方向_端部 + + + 下端筋 ピッチ + + + 110.0 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径1 + + + D19 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径2 + + + D13 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径3 + + + 105 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径4 + + + D19 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径5 + + + D13 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径6 + + + 135 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径7 + + + D19 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径8 + + + D13 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径9 + + + 85 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径10 + + + D22 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径11 + + + D16 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径12 + + + 75 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径13 + + + D19 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径14 + + + D13 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径15 + + + 90 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径16 + + + D19 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径17 + + + D13 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径18 + + + 95 + + + + + 配筋情報_配筋角度 + + + 上端筋 径19 + + + 100 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_065_IFCSLAB.ids b/data/output_ids/IFC4/IFC4_065_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..5c72103eefa64475ae88c9a6dc74aa103f4d50b7 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_065_IFCSLAB.ids @@ -0,0 +1,602 @@ + + + + Slab + + + + + + + IFCSLAB + + + + + + + Pset_SlabCommon + + + Reference + + + Slab-A1 + + + + + Pset_SlabCommon + + + Status + + + New + + + + + Pset_SlabCommon + + + LoadBearing + + + true + + + + + Pset_SlabCommon + + + IsExternal + + + true + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + ReinforcedConcrete + + + + + PrecastSlab + + + NominalThickness + + + 0.200 + + + + + Pset_SlabCommon + + + ThermalTransmittance + + + 0.180 + + + + + Pset_SlabCommon + + + PitchAngle + + + 0.005 + + + + + Pset_SlabCommon + + + FireRating + + + REI60 + + + + + Pset_SlabCommon + + + AcousticRating + + + Rw55 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + XC4 + + + + + ConcreteElementGeneral + + + AssemblyPlace + + + OnSite + + + + + ConcreteElementGeneral + + + CastingMethod + + + In-situ + + + + + Pset_ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 0.01 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.005 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCover + + + 0.020 + + + + + Tolerance + + + HorizontalTolerance + + + 0.00005 + + + + + Tolerance + + + OverallStraightness + + + 0.0005 + + + + + Pset_ReinforcementBarPitchOfSlab + + + Description + + + Longitudinal bars at 150 mm + + + + + Pset_ReinforcementBarPitchOfSlab + + + Reference + + + Ref-Slab-01 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideEndLowerBarPitch + + + 0.000201 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideCenterLowerBarPitch + + + 4 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideCenterLowerBarPitch + + + 0.000201 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideEndTopBarPitch + + + 6 + + + + + Qto_SlabBaseQuantities + + + Perimeter + + + 20.0 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortOutsideTopBarPitch + + + 0.005 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortOutsideLowerBarPitch + + + 0.100 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideEndLowerBarPitch + + + 0.020 + + + + + Pset_Warranty + + + WarrantyContent + + + Extended warranty available + + + + + Pset_PrecastSlab + + + ToppingType + + + ConcreteTopping + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 100.0 + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 0.035 + + + + + Pset_PrecastSlab + + + EdgeDistanceToFirstAxis + + + 250.0 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-SLAB-01 + + + + + Pset_SlabCommon + + + Compartmentation + + + true + + + + + BodyGeometryValidation + + + SurfaceGenusAfterFeatures + + + 14 + + + + + Pset_PrecastConcreteElementFabrication + + + ProductionLotId + + + SinglePour + + + + + Pset_ConcreteElementGeneral + + + ConstructionToleranceClass + + + Class1 + + + + + Pset_SlabCommon + + + Combustible + + + true + + + + + BodyGeometryValidation + + + NetSurfaceArea + + + 0.50 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 2 + + + + + Tolerance + + + OverallTolerance + + + 0.100 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + SlabCo + + + + + ConstructionOccurence + + + ModelNumber + + + SLB-2025-A + + + + + ConstructionOccurence + + + TagNumber + + + SLAB-T01 + + + + + ConstructionOccurence + + + AssetIdentifier + + + STR-SLAB-01 + + + + + Qto_SlabBaseQuantities + + + Length + + + 6.0 + + + + + Qto_SlabBaseQuantities + + + Width + + + 4.0 + + + + + Qto_SlabBaseQuantities + + + GrossArea + + + 24.0 + + + + + Qto_SlabBaseQuantities + + + GrossVolume + + + 5.76 + + + + + Qto_SlabBaseQuantities + + + NetVolume + + + 5.50 + + + + + Qto_SlabBaseQuantities + + + Depth + + + 0.200 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_066_IFCFOOTING.ids b/data/output_ids/IFC4/IFC4_066_IFCFOOTING.ids new file mode 100644 index 0000000000000000000000000000000000000000..055e380ed261d69d9e81f3a279b0e0c94f8d6325 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_066_IFCFOOTING.ids @@ -0,0 +1,525 @@ + + + + 基礎 + + + + + + + IFCFOOTING + + + + + + + Pset_Condition + + + AssessmentCondition + + + 竣工時 + + + + + Pset_PrecastConcreteElementFabrication + + + AsBuiltLocationNumber + + + B1F + + + + + Qto_FootingBaseQuantities + + + Length + + + 150 + + + + + Qto_FootingBaseQuantities + + + Width + + + 200 + + + + + Qto_FootingBaseQuantities + + + Height + + + 100 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 120 + + + + + Pset_PrecastConcreteElementGeneral + + + BatterAtStart + + + 0.0 + + + + + Risk + + + RiskName + + + 不同沈下 + + + + + Qto_FootingBaseQuantities + + + CrossSectionArea + + + 2400 + + + + + Qto_FootingBaseQuantities + + + OuterSurfaceArea + + + 2400 + + + + + Qto_FootingBaseQuantities + + + GrossSurfaceArea + + + 600.0 + + + + + Pset_ReinforcementBarCountOfIndependentFooting + + + Description + + + 独立基礎上端筋本数 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 8 + + + + + Pset_ReinforcementBarCountOfIndependentFooting + + + Reference + + + D19 + + + + + ReinforcementBarCountOfIndependentFooting + + + XDirectionUpperBarCount + + + 10 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WAR-FTG-01 + + + + + ReinforcementBarCountOfIndependentFooting + + + YDirectionUpperBarCount + + + 8 + + + + + Warranty + + + PointOfContact + + + 構造担当窓口 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + CrossingUpperBarPitch + + + 10 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + Reference + + + D10 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + CrossingLowerBarPitch + + + 20 + + + + + Qto_FootingBaseQuantities + + + NetVolume + + + 50.0 + + + + + Qto_FootingBaseQuantities + + + GrossWeight + + + 250 + + + + + Qto_FootingBaseQuantities + + + NetWeight + + + 1000 + + + + + Qto_FootingBaseQuantities + + + GrossVolume + + + 30.0 + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 04912345000018 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + 独立基礎標準タイプ + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 1500 + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 1500 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 耐圧盤併用型 + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 1500 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + 関東基礎工業 + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + Description + + + 連続基礎交差筋ピッチ + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 750 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + D22 + + + + + ReinforcementBarCountOfIndependentFooting + + + XDirectionLowerBarCount + + + 10 + + + + + Risk + + + RiskType + + + Chemical Effects + + + + + ReinforcementBarCountOfIndependentFooting + + + YDirectionLowerBarCount + + + 10 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + D13 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 6 + + + + + Pset_PrecastConcreteElementGeneral + + + FormStrippingStrength + + + 650 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 150 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-FTG-SAFE-01 + + + + + Pset_Condition + + + AssessmentDescription + + + 躯体形状確認済み + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_067_IFCFOOTING.ids b/data/output_ids/IFC4/IFC4_067_IFCFOOTING.ids new file mode 100644 index 0000000000000000000000000000000000000000..94ea8801f1409f5a8041c66b3085feacf932af9f --- /dev/null +++ b/data/output_ids/IFC4/IFC4_067_IFCFOOTING.ids @@ -0,0 +1,613 @@ + + + + Footing + + + + + + + IFCFOOTING + + + + + + + Foundation Information + + + FootingCode + + + Footing-A1 + + + + + Foundation Information + + + Footing Type + + + Isolated + + + + + Foundation Information + + + Load Bearing + + + true + + + + + Foundation Information + + + Exterior + + + true + + + + + Foundation Information + + + Base Area + + + 1.44 + + + + + Foundation Information + + + Footing Length + + + 1.20 + + + + + Foundation Basics + + + Footing Width + + + 1.20 + + + + + Foundation Basics + + + Footing Thickness + + + 0.500 + + + + + Foundation Basics + + + Excavation Depth + + + 3.00 + + + + + Foundation Basics + + + Bearing Capacity + + + 600.0 + + + + + Foundation Basics + + + Allowable Settlement + + + 0.020 + + + + + Foundation Basics + + + Bearing Stratum Depth + + + 5.00 + + + + + Foundation Basics + + + Anchors Required + + + true + + + + + Foundation Basics + + + Anchor Bolt Diameter + + + 0.020 + + + + + Concrete Specification + + + Fabrication Location + + + OnSite + + + + + Concrete Specification + + + Casting Method + + + In-situ + + + + + Concrete Specification + + + Structural Role + + + Primary + + + + + Concrete Specification + + + Concrete Strength + + + C30/37 + + + + + Concrete Specification + + + Exposure Class + + + XC4 + + + + + Concrete Specification + + + Rebar Volume Ratio + + + 0.01 + + + + + Concrete Specification + + + Rebar Area Ratio + + + 0.004 + + + + + Concrete Specification + + + Concrete Cover + + + 0.050 + + + + + Concrete Specification + + + Rebar Grade + + + SD345 + + + + + Reinforcement + + + Top Reinforcement Area + + + 0.00050 + + + + + Reinforcement + + + Bottom Reinforcement Area + + + 0.00050 + + + + + Reinforcement + + + Longitudinal Spacing + + + 0.150 + + + + + Reinforcement + + + Transverse Spacing + + + 0.150 + + + + + Reinforcement + + + Mesh Type + + + WeldedMesh + + + + + Reinforcement + + + Stirrup Diameter + + + 0.008 + + + + + Reinforcement + + + Lap Splice Length + + + 0.500 + + + + + Pile Cap Info + + + Pile Cap + + + true + + + + + Pile Cap Info + + + Pile Count + + + 4 + + + + + Pile Cap Info + + + Pile Diameter + + + 0.600 + + + + + Pile Cap Info + + + Pile Length + + + 12.0 + + + + + Pile Cap Info + + + Pile Capacity + + + 1000.0 + + + + + Pile Cap Info + + + Pile Material + + + Concrete + + + + + Construction + + + Formwork + + + Timber + + + + + Construction + + + Pour Sequence + + + SinglePour + + + + + Construction + + + Curing Days + + + 7 + + + + + Construction + + + Temporary Support + + + true + + + + + Construction + + + Backfill Type + + + ImportedFill + + + + + Soil Conditions + + + Soil Type + + + Sand + + + + + Soil Conditions + + + Groundwater Level + + + 1.50 + + + + + Soil Conditions + + + SPT N-Value + + + 15 + + + + + Soil Conditions + + + Ground Improvement + + + true + + + + + Soil Conditions + + + Design Bearing Pressure + + + 200.0 + + + + + Manufacturer Info + + + SupplierTag + + + DeepPileCo + + + + + Manufacturer Info + + + Model + + + FT-2025-A + + + + + Production + + + Lot ID + + + LOT-2025-01 + + + + + Parameter + + + FootingLongSide + + + 1.20 + + + + + Parameter + + + FootingShortSide + + + 1.20 + + + + + Parameter + + + Cross-sectional Area + + + 1.44 + + + + + Parameter + + + Gross Volume + + + 0.72 + + + + + Parameter + + + Gross Weight + + + 5400.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_068_IFCFOOTING.ids b/data/output_ids/IFC4/IFC4_068_IFCFOOTING.ids new file mode 100644 index 0000000000000000000000000000000000000000..587de79c2044491c7e08f463d69040f1bee7fa8f --- /dev/null +++ b/data/output_ids/IFC4/IFC4_068_IFCFOOTING.ids @@ -0,0 +1,613 @@ + + + + Footing + + + + + + + IFCFOOTING + + + + + + + Pset_FootingCommon + + + Reference + + + Footing-B2 + + + + + Pset_FootingCommon + + + Status + + + Existing + + + + + FootingCommon + + + LoadBearing + + + true + + + + + Pset_Warranty + + + IsExtendedWarranty + + + false + + + + + Qto_FootingBaseQuantities + + + CrossSectionArea + + + 2.25 + + + + + Qto_FootingBaseQuantities + + + Height + + + 1.50 + + + + + Qto_FootingBaseQuantities + + + NetVolume + + + 1.50 + + + + + Pset_Condition + + + AssessmentDescription + + + FootingThickness: 0.600 + + + + + Qto_FootingBaseQuantities + + + OuterSurfaceArea + + + 2.80 + + + + + Tolerance + + + VerticalTolerance + + + 800.0 + + + + + Tolerance + + + OverallTolerance + + + 0.015 + + + + + Qto_FootingBaseQuantities + + + GrossSurfaceArea + + + 6.50 + + + + + Pset_PrecastConcreteElementGeneral + + + HollowCorePlugging + + + true + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 0.022 + + + + + ConcreteElementGeneral + + + AssemblyPlace + + + OnSite + + + + + ConcreteElementGeneral + + + CastingMethod + + + Precast + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + Secondary + + + + + Pset_ConcreteElementGeneral + + + StrengthClass + + + C35/45 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + XC3 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 0.012 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.005 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCover + + + 0.060 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementStrengthClass + + + SD390 + + + + + Tolerance + + + HorizontalTolerance + + + 0.00060 + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 0.00070 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + Reference + + + 0.200 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + CrossingUpperBarPitch + + + 0.180 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + Description + + + PrefabricatedCage + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + CrossingLowerBarPitch + + + 0.010 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.550 + + + + + Pset_Warranty + + + WarrantyContent + + + Load bearing footing + + + + + ReinforcementBarCountOfIndependentFooting + + + YDirectionUpperBarCount + + + 6 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-FTG-B2 + + + + + Pset_Warranty + + + WarrantyStartDate + + + 2025-05-15 + + + + + Qto_FootingBaseQuantities + + + GrossWeight + + + 1200.0 + + + + + Warranty + + + WarrantyPeriod + + + P8Y + + + + + Pset_Condition + + + AssessmentDate + + + 2025-06-01 + + + + + Condition + + + AssessmentMethod + + + DOC-FTG-INSP-01 + + + + + EnvironmentalImpactValues + + + Duration + + + P10D + + + + + Pset_Condition + + + AssessmentCondition + + + Post-installation + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.65 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 38 + + + + + Tolerance + + + ToleranceDescription + + + Foundation top set-out tolerance verified before pour + + + + + Pset_ConcreteElementGeneral + + + ConstructionToleranceClass + + + 25 + + + + + Condition + + + AssessmentType + + + VisualInspection + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 250.0 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + BaseWorksLtd + + + + + ConstructionOccurence + + + ModelNumber + + + FT-2030-B + + + + + Pset_PrecastConcreteElementFabrication + + + ProductionLotId + + + LOT-2030-07 + + + + + Qto_FootingBaseQuantities + + + Length + + + 1.50 + + + + + Qto_FootingBaseQuantities + + + Width + + + 1.50 + + + + + Tolerance + + + PlanarFlatness + + + 0.012 + + + + + Qto_FootingBaseQuantities + + + GrossVolume + + + 0.90 + + + + + Qto_FootingBaseQuantities + + + NetWeight + + + 6800.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_069_IFCFOOTING.ids b/data/output_ids/IFC4/IFC4_069_IFCFOOTING.ids new file mode 100644 index 0000000000000000000000000000000000000000..97aa9501eca264c24b7a376c7161c82e2b27a872 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_069_IFCFOOTING.ids @@ -0,0 +1,613 @@ + + + + Footing + + + + + + + IFCFOOTING + + + + + + + Foundation Basics + + + FootingCode + + + Footing-C3 + + + + + Foundation Basics + + + FootingType + + + Combined + + + + + Foundation Basics + + + SupportRole + + + true + + + + + Foundation Basics + + + ExteriorFlag + + + true + + + + + Foundation Basics + + + BaseArea + + + 3.60 + + + + + Foundation Basics + + + LongSide + + + 2.00 + + + + + Foundation Basics + + + ShortSide + + + 1.80 + + + + + Foundation Basics + + + BaseDepth + + + 0.700 + + + + + Foundation Basics + + + ExcavationDepth + + + 3.50 + + + + + Foundation Basics + + + BearingCapacity + + + 900.0 + + + + + Foundation Basics + + + Allowable + + + 0.025 + + + + + Foundation Basics + + + BearingStratumDepth + + + 8.00 + + + + + Foundation Basics + + + AnchorsRequired + + + false + + + + + Foundation Basics + + + Anchor Bolt Diameter Measure + + + 0.024 + + + + + Concrete Specification + + + Fabrication Location + + + Factory + + + + + Concrete Specification + + + Casting Approach + + + Precast + + + + + Concrete Specification + + + Structural Grade + + + Primary + + + + + Concrete Specification + + + Strength Grade + + + C40/50 + + + + + Concrete Specification + + + Exposure Category + + + XS3 + + + + + Concrete Specification + + + Rebar Volume Proportion + + + 0.009 + + + + + Concrete Specification + + + Rebar Area Proportion + + + 0.003 + + + + + Concrete Specification + + + Cover Depth + + + 0.070 + + + + + Concrete Specification + + + Rebar Grade + + + SD295 + + + + + Reinforcement + + + TopReinforcementArea + + + 0.00045 + + + + + Reinforcement + + + BottomReinforcementArea + + + 0.00060 + + + + + Reinforcement + + + Longitudinal Bar Spacing Measure + + + 0.250 + + + + + Reinforcement + + + Transverse Bar Spacing Measure + + + 0.220 + + + + + Reinforcement + + + MeshType + + + WeldedMesh + + + + + Reinforcement + + + StirrupDiameter + + + 0.012 + + + + + Reinforcement + + + LapSpliceLength + + + 0.650 + + + + + Pile Cap Info + + + IsPileCap + + + false + + + + + Pile Cap Info + + + PileCount + + + 9 + + + + + Pile Cap Info + + + PileDiameter + + + 1.000 + + + + + Pile Cap Info + + + PileLength + + + 18.0 + + + + + Pile Cap Info + + + PileCapacity + + + 1500.0 + + + + + Pile Cap Info + + + PileMaterial + + + Concrete + + + + + Construction + + + FormworkType + + + Aluminum + + + + + Construction + + + ConcretePourSequence + + + SinglePour + + + + + Construction + + + CuringTime + + + 5 + + + + + Construction + + + TemporarySupportRequired + + + true + + + + + Construction + + + BackfillType + + + LeanConcrete + + + + + Soil Conditions + + + SoilType + + + Clay + + + + + Soil Conditions + + + GroundWaterLevel + + + 0.90 + + + + + Soil Conditions + + + SPT_NValue + + + 10 + + + + + Soil Conditions + + + GroundImprovementRequired + + + true + + + + + Soil Conditions + + + SoilBearingPressureDesign + + + 180.0 + + + + + Manufacturer Info + + + Brand + + + GeoAnchorWorks + + + + + Manufacturer Info + + + Model Code + + + FT-2026-C + + + + + Product Materials + + + Lot Code + + + LOT-2026-02 + + + + + Quantities + + + Overall Length + + + 2.00 + + + + + Quantities + + + Overall Width + + + 1.80 + + + + + Quantities + + + Profile Area + + + 3.60 + + + + + Quantities + + + Overall Volume + + + 1.26 + + + + + Quantities + + + Overall Weight + + + 9800.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_070_IFCPILE.ids b/data/output_ids/IFC4/IFC4_070_IFCPILE.ids new file mode 100644 index 0000000000000000000000000000000000000000..46af7a571f4fd862ef6cd4a551223fab33e26bb9 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_070_IFCPILE.ids @@ -0,0 +1,503 @@ + + + + + + + + + + + IFCPILE + + + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + P-101 + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + 場所打ちコンクリート杭 + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + B1F + + + + + Pset_PileCommon + + + Reference + + + Fc30 + + + + + Uncertainty + + + UncertaintyDescription + + + STK400 + + + + + Qto_PileBaseQuantities + + + Length + + + 15000.0 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.60 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 1000.0 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 3000.0 + + + + + Qto_PileBaseQuantities + + + CrossSectionArea + + + 1.5 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 15 + + + + + Uncertainty + + + VerticalUncertainty + + + 2000 + + + + + Qto_PileBaseQuantities + + + GrossVolume + + + 12 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 40 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + D25 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 12 + + + + + BodyGeometryValidation + + + SurfaceGenusAfterFeatures + + + 8 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + D10 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 278.15 + + + + + PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + DOC-PILE-TR-01 + + + + + BodyGeometryValidation + + + NetSurfaceArea + + + 4 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.3 + + + + + Pset_Condition + + + AssessmentDescription + + + 鋼材仕様を確認 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 323.15 + + + + + EnvironmentalCondition + + + SmokeLevel + + + 低煙環境 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 850 + + + + + Risk + + + RiskName + + + 施工リスク + + + + + BodyGeometryValidation + + + GrossSurfaceArea + + + 800 + + + + + EnvironmentalCondition + + + SaltMistLevel + + + 低塩害 + + + + + Uncertainty + + + HorizontalUncertainty + + + 2000 + + + + + Pset_EnvironmentalImpactIndicators + + + ClimateChangePerUnit + + + 7000 + + + + + Tolerance + + + ToleranceDescription + + + Fc15 + + + + + Pset_ConcreteElementGeneral + + + StrengthClass + + + Fc25 + + + + + PrecastConcreteElementGeneral + + + TypeDesignation + + + PC + + + + + ConstructionAdministration + + + ProcurementMethod + + + 専門工事会社調達 + + + + + Pset_EnvironmentalImpactIndicators + + + WaterConsumptionPerUnit + + + 8 + + + + + Qto_PileBaseQuantities + + + OuterSurfaceArea + + + 12 + + + + + Condition + + + LastAssessmentReport + + + 報告書未登録 + + + + + Pset_ManufacturerOccurrence + + + SerialNumber + + + C種 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 標準杭モデル + + + + + Pset_Warranty + + + WarrantyContent + + + 標準保証対象 + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + 杭施工要領.pdf + + + + + Condition + + + AssessmentType + + + 外観点検 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_071_IFCPILE.ids b/data/output_ids/IFC4/IFC4_071_IFCPILE.ids new file mode 100644 index 0000000000000000000000000000000000000000..9e6f6e510c67a02eef5fb6cb2f8f4ec1e9d09ced --- /dev/null +++ b/data/output_ids/IFC4/IFC4_071_IFCPILE.ids @@ -0,0 +1,503 @@ + + + + IDS作成 + + + + + + + IFCPILE + + + + + + + 基本属性 + + + 管理記号 + + + PK-T09 + + + + + 施工計画 + + + 施工シリーズ + + + 回転圧入埋設杭 + + + + + 位置条件 + + + 基準グリッド + + + G3通り + + + + + 材料仕様_本体 + + + 設計基準強度 + + + Fc30 + + + + + 材料仕様_外殻 + + + 外殻鋼材規格 + + + SKK490 + + + + + 形状諸元_全体 + + + 設計有効長 + + + 18250.0 + + + + + 形状諸元_頭部 + + + 頭部最大径 + + + 1450.0 + + + + + 形状諸元_軸部 + + + 軸部代表径 + + + 1000.0 + + + + + 形状諸元_先端 + + + 先端拡径 + + + 1850.0 + + + + + 頭部詳細 + + + 頭部ストレート長 + + + 2600.0 + + + + + 頭部詳細 + + + 頭部テーパー長 + + + 1550.0 + + + + + 先端詳細 + + + 先端勾配角 + + + 9.5 + + + + + 先端詳細 + + + 先端有効長 + + + 2100.0 + + + + + 外殻詳細 + + + 外殻有効長 + + + 9800.0 + + + + + 外殻詳細 + + + 外殻板厚 + + + 28.0 + + + + + 補強仕様_領域A_主筋 + + + 呼び名 + + + D25 + + + + + 補強仕様_領域A_主筋 + + + 配置総数 + + + 18 + + + + + 補強仕様_領域A_主筋 + + + 最外段本数 + + + 8 + + + + + 補強仕様_領域A_拘束筋 + + + 呼び名 + + + D16 + + + + + 補強仕様_領域A_拘束筋 + + + 配置ピッチ + + + 100.0 + + + + + 補強仕様_領域A_芯材 + + + 呼び名 + + + D32 + + + + + 補強仕様_領域A_芯材 + + + 芯材本数 + + + 4 + + + + + 支持性能 + + + 短期基準支持力 + + + 4100 + + + + + 材料仕様_外殻 + + + 主要鋼管グレード + + + SKK540 + + + + + 施工記録 + + + 施工時偏位_X + + + 18 + + + + + 施工記録 + + + 施工時偏位_Y + + + -22 + + + + + 施工記録 + + + 施工時偏位_Z + + + 12 + + + + + 工法管理 + + + 施工方式名称 + + + 中掘拡底埋込み工法 + + + + + 寸法整理 + + + 代表外径コード + + + φ1000級 + + + + + 寸法整理 + + + 鋼管部板厚[mm] + + + 22 + + + + + 寸法整理 + + + 鋼管部延長[mm] + + + 3200 + + + + + 寸法整理 + + + 総設計長[mm] + + + 9600 + + + + + 材料配合 + + + 周面固定材強度区分 + + + Fc21 + + + + + 材料配合 + + + 先端固化材強度区分 + + + Fc36 + + + + + 製品分類 + + + 既製体種別 + + + SC杭 + + + + + 製品分類 + + + 施工分類 + + + 埋込み工法 + + + + + 軸部整理 + + + 軸部外径[mm] + + + 1000 + + + + + 軸部整理 + + + 軸部板厚[mm] + + + 22 + + + + + 製品管理 + + + 供給会社 + + + 東都パイル製作所 + + + + + 製品管理 + + + 仕様ランク + + + 高支持型 + + + + + 製品管理 + + + 製品識別コード + + + SC-1000H + + + + + 継手管理 + + + 継手設置深度 + + + GL-8.2m + + + + + 継手管理 + + + 継手方式 + + + ねじ式継手 + + + + + 緊張材仕様 + + + PC鋼材規格 + + + SBPR1080/1230 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_072_IFCPILE.ids b/data/output_ids/IFC4/IFC4_072_IFCPILE.ids new file mode 100644 index 0000000000000000000000000000000000000000..cc8417e814c0b198df68da3b7091266cbd2761a0 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_072_IFCPILE.ids @@ -0,0 +1,503 @@ + + + + + + + + + + + IFCPILE + + + + + + + 製品情報 + + + メーカー + + + 東都パイル + + + + + 製品情報 + + + 杭の種類 + + + A種 + + + + + 製品情報 + + + 製品型番 + + + PRC-700A + + + + + 接合情報 + + + 継杭の位置 + + + GL-5.0m + + + + + 接合情報 + + + 杭継手の種類 + + + 溶接式継手 + + + + + 材料情報 + + + PC鋼棒強度 + + + SBPR1080/1230 + + + + + 識別情報 + + + 符号 + + + P-214 + + + + + 識別情報 + + + 工法名 + + + アースドリル杭 + + + + + 配置情報 + + + 所属階 + + + 2F + + + + + 材料情報_コンクリート + + + コンクリート強度 + + + Fc33 + + + + + 材料情報_鋼材 + + + 鋼管材質 + + + STK490 + + + + + 寸法情報_長さ + + + 全長 + + + 14000.0 + + + + + 寸法情報_断面 + + + 拡頭径 + + + 1100.0 + + + + + 寸法情報_断面 + + + 軸部径 + + + 800.0 + + + + + 寸法情報_断面 + + + 拡底径 + + + 1600.0 + + + + + 寸法情報_拡頭部 + + + 長さ + + + 2600.0 + + + + + 寸法情報_拡頭部 + + + 切替長さ + + + 1300.0 + + + + + 寸法情報_拡底部 + + + 傾斜角度 + + + 10.0 + + + + + 寸法情報_拡底部 + + + 立ち上がり長さ + + + 1600.0 + + + + + 寸法情報_鋼管 + + + 長さ + + + 10000.0 + + + + + 寸法情報_鋼管 + + + 厚さ + + + 25.0 + + + + + 配筋情報_ゾーン1_主筋 + + + + + + D29 + + + + + 配筋情報_ゾーン1_主筋 + + + 総本数 + + + 10 + + + + + 配筋情報_ゾーン1_主筋 + + + 1段目本数 + + + 6 + + + + + 配筋情報_ゾーン1_帯筋 + + + + + + D10 + + + + + 配筋情報_ゾーン1_帯筋 + + + ピッチ + + + 120.0 + + + + + 配筋情報_ゾーン1_芯鉄筋 + + + + + + D32 + + + + + 配筋情報_ゾーン1_芯鉄筋 + + + 本数 + + + 2 + + + + + 荷重情報 + + + 長期許容支持力 + + + 2800 + + + + + 材料情報 + + + 杭鋼管部材質 + + + SKK490 + + + + + 施工情報 + + + 杭偏芯実績値_X + + + -40 + + + + + 施工情報 + + + 杭偏芯実績値_Y + + + 30 + + + + + 施工情報 + + + 杭偏芯実績値_Z + + + -15 + + + + + 識別情報 + + + 杭工法名 + + + オールケーシング工法 + + + + + 寸法情報 + + + 杭外径 + + + 700 + + + + + 寸法情報 + + + 杭鋼管部厚さ + + + 9 + + + + + 寸法情報 + + + 杭鋼管部長さ + + + 1800 + + + + + 寸法情報 + + + 杭全長 + + + 6500 + + + + + 材料情報 + + + 杭周固定液強度 + + + Fc12 + + + + + 材料情報 + + + 根固め液強度 + + + Fc20 + + + + + 識別情報 + + + 既成杭構造種別 + + + PRC + + + + + 識別情報 + + + 杭工法分類 + + + オールケーシング工法 + + + + + 寸法情報 + + + 軸部外径 + + + 700 + + + + + 寸法情報 + + + 軸部厚さ + + + 9 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_073_IFCROOF.ids b/data/output_ids/IFC4/IFC4_073_IFCROOF.ids new file mode 100644 index 0000000000000000000000000000000000000000..bf3b18a1c0e056bb5be4e8530b9b09b928fdd4d4 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_073_IFCROOF.ids @@ -0,0 +1,558 @@ + + + + Roof + + + + + + + IFCROOF + + + + + + + Pset_RoofCommon + + + Reference + + + Roof-A1 + + + + + Pset_RoofCommon + + + Status + + + New + + + + + RoofCommon + + + LoadBearing + + + true + + + + + Pset_RoofCommon + + + IsExternal + + + true + + + + + Pset_RoofCommon + + + ThermalTransmittance + + + 30.0 + + + + + Pset_RoofCommon + + + AcousticRating + + + 1:4 + + + + + Qto_RoofBaseQuantities + + + GrossArea + + + 120.0 + + + + + BodyGeometryValidation + + + GrossSurfaceArea + + + 126.0 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 0.050 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 2.0 + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 1.0 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.8 + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 5.0 + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 09506000452001 + + + + + Pset_Condition + + + AssessmentCondition + + + OK + + + + + Pset_RoofCommon + + + FireRating + + + EI60 + + + + + Risk + + + RiskType + + + Event + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-ROOF-01 + + + + + MaintenanceStrategy + + + MonitoringType + + + RoutineInspection + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + PadBearing + + + + + Condition + + + AssessmentType + + + ConditionSurvey + + + + + BodyGeometryValidation + + + SurfaceGenusAfterFeatures + + + 14 + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + C30/37 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCover + + + 0.020 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.002 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 0.150 + + + + + Pset_Warranty + + + WarrantyContent + + + External structural roof + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 250.0 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + S355 + + + + + Risk + + + MitigationProposed + + + I-Section + + + + + Tolerance + + + OverallTolerance + + + 8.10e-05 + + + + + Tolerance + + + HorizontalTolerance + + + 2.70e-05 + + + + + ElementKinematics + + + MaximumConstantSpeed + + + 1.20e-05 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + M16 + + + + + Risk + + + MitigationPlanned + + + Inspect membrane seams after severe weather + + + + + Pset_PrecastConcreteElementGeneral + + + FormStrippingStrength + + + 3.0 + + + + + ConstructionAdministration + + + ProcurementMethod + + + Direct purchase + + + + + Pset_Condition + + + AssessmentDate + + + 2025-09-10 + + + + + Pset_Warranty + + + WarrantyStartDate + + + 2025-08-20 + + + + + Pset_Warranty + + + Exclusions + + + Welded connection maintenance note + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + BituminousMembrane + + + + + Pset_ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 0.003 + + + + + Pset_Condition + + + AssessmentDescription + + + External exposure confirmed + + + + + BodyGeometryValidation + + + NetSurfaceArea + + + 0.100 + + + + + ElementKinematics + + + LinearRange + + + 0.25 + + + + + Qto_RoofBaseQuantities + + + NetArea + + + 120.0 + + + + + Qto_RoofBaseQuantities + + + ProjectedArea + + + 110.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_074_IFCROOF.ids b/data/output_ids/IFC4/IFC4_074_IFCROOF.ids new file mode 100644 index 0000000000000000000000000000000000000000..20dd942b90b876f1c99dcddb85b72f1d26949704 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_074_IFCROOF.ids @@ -0,0 +1,536 @@ + + + + 屋根構造材 + + + + + + + IFCROOF + + + + + + + Pset_PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 0.01 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 1200 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 293.15 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 45 + + + + + EnvironmentalCondition + + + SaltMistLevel + + + 高塩害地域 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.8 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 900 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 60 + + + + + Pset_Condition + + + AssessmentCondition + + + 竣工時 + + + + + Pset_Condition + + + AssessmentDescription + + + 断熱層にロックウールを採用 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + ガルバリウム鋼板メーカーA + + + + + Pset_RoofCommon + + + FireRating + + + 吹付タイル仕上げ1時間耐火 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 25 + + + + + Pset_Warranty + + + WarrantyContent + + + アスファルトルーフィングを含む防水保証 + + + + + PrecastConcreteElementGeneral + + + TypeDesignation + + + 折板屋根パネル + + + + + Pset_PrecastConcreteElementGeneral + + + BatterAtStart + + + 0.012 + + + + + Pset_PrecastConcreteElementGeneral + + + BatterAtEnd + + + 0.015 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 150 + + + + + Condition + + + AssessmentType + + + 断熱仕様確認 + + + + + Pset_RoofCommon + + + IsExternal + + + true + + + + + Pset_PrecastConcreteElementGeneral + + + Shortening + + + 0.0015 + + + + + Tolerance + + + VerticalTolerance + + + 40 + + + + + Qto_RoofBaseQuantities + + + GrossArea + + + 100 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + ステンレス鋼板屋根仕様 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + アルミ箔遮熱シート仕様 + + + + + Pset_RoofCommon + + + Reference + + + ROOF-TATE-01 + + + + + ConstructionAdministration + + + ProcurementMethod + + + 専門業者手配 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCover + + + 6 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 4 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtLinks + + + 8 + + + + + Pset_Warranty + + + Exclusions + + + 合板下地の端部補修は保証対象外 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + RF-ROOF-001 + + + + + Pset_RoofCommon + + + AcousticRating + + + 粘土瓦屋根55dB + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025年製 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 85 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.65 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 12 + + + + + Risk + + + AssociatedProduct + + + ALCパネル屋根構成 + + + + + Warranty + + + PointOfContact + + + ゴムアス保証窓口 + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + GTIN-SUS-ROOF-01 + + + + + Risk + + + RiskName + + + 落下 + + + + + Risk + + + AssociatedLocation + + + 棟部周辺 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + SPEC-JIS1 + + + + + Tolerance + + + OverallTolerance + + + 15 + + + + + Tolerance + + + HorizontalTolerance + + + 3 + + + + + Pset_PrecastConcreteElementGeneral + + + PieceMark + + + 345角瓦 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_075_IFCROOF.ids b/data/output_ids/IFC4/IFC4_075_IFCROOF.ids new file mode 100644 index 0000000000000000000000000000000000000000..1e0c74cecd4548afc80539d918b9c684aed54e44 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_075_IFCROOF.ids @@ -0,0 +1,569 @@ + + + + Roof + + + + + + + IFCROOF + + + + + + + Roof Common + + + RoofCode + + + Roof-B2 + + + + + Roof Common + + + RoofState + + + Existing + + + + + Roof Common + + + Load Bearing + + + false + + + + + Roof Common + + + Exterior + + + true + + + + + Roof Common + + + Pitch Angle + + + 22.5 + + + + + Roof Common + + + Pitch Ratio + + + 1:3 + + + + + Roof Common + + + Nominal Thickness + + + 0.180 + + + + + Roof Common + + + Effective Thickness + + + 0.165 + + + + + Roof Common + + + Insulation Thickness + + + 0.080 + + + + + Roof Common + + + Composite + + + true + + + + + Roof Common + + + Live Load + + + 2.5 + + + + + Roof Common + + + Snow Load + + + 0.7 + + + + + Roof Common + + + Wind Load + + + 0.9 + + + + + Roof Common + + + Uplift Resistance + + + 4.0 + + + + + Roof Common + + + Dead Load + + + 0.9 + + + + + Roof Common + + + Serviceability + + + OK + + + + + Roof Common + + + Fire Resistance + + + EI90 + + + + + Structure + + + Primary Structure + + + SteelBeam + + + + + Structure + + + Support Spacing + + + 2.5 + + + + + Structure + + + Connection Type + + + Welded + + + + + Structure + + + Bearing Detail + + + FixedBearing + + + + + Structure + + + Temporary Support + + + false + + + + + Structure + + + Support Duration Days + + + 10 + + + + + Concrete + + + Concrete Grade + + + C35/45 + + + + + Concrete + + + Concrete Cover + + + 0.025 + + + + + Concrete + + + Rebar Area + + + 0.003 + + + + + Concrete + + + Rebar Spacing + + + 0.125 + + + + + Concrete + + + Prestressed + + + true + + + + + Concrete + + + Tendon Type + + + Bar + + + + + Concrete + + + Prestress Force per Tendon + + + 280.0 + + + + + Steel + + + Steel Grade + + + S275 + + + + + Steel + + + Section Profile + + + H-Section + + + + + Steel + + + Second Moment Iy + + + 9.50e-05 + + + + + Steel + + + Second Moment Iz + + + 3.10e-05 + + + + + Steel + + + Torsion Constant + + + 1.50e-05 + + + + + Steel + + + Bolt Spec + + + M12 + + + + + Insulation + + + Insulation Type + + + PUR + + + + + Insulation + + + Thermal Resistance + + + 3.5 + + + + + Insulation + + + Insulation Fixing + + + Adhesive + + + + + Insulation + + + Formwork + + + Aluminum + + + + + Construction + + + Deck Type + + + PrecastConcrete + + + + + Construction + + + Deck Fixing + + + Adhesive + + + + + Construction + + + Waterproofing Type + + + PVC + + + + + Construction + + + Waterproofing Thickness + + + 0.004 + + + + + Construction + + + Green Roof + + + false + + + + + Green Roof Soil + + + Soil Thickness + + + 0.080 + + + + + Green Roof Soil + + + Green Roof Live Load + + + 0.30 + + + + + Green Roof Soil + + + PlantingSurface + + + 95.0 + + + + + Quantities + + + Projected Area + + + 115.0 + + + + + Quantities + + + Estimated Dead Load + + + 0.9 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_076_IFCWALL.ids b/data/output_ids/IFC4/IFC4_076_IFCWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..7e113383676f1a68790878b9c1e8c387b340de5e --- /dev/null +++ b/data/output_ids/IFC4/IFC4_076_IFCWALL.ids @@ -0,0 +1,668 @@ + + + + Wall(STR) + + + + + + + IFCWALL + + + + + + + Pset_WallCommon + + + Reference + + + Wall-A1 + + + + + Pset_WallCommon + + + Status + + + New + + + + + Pset_WallCommon + + + LoadBearing + + + true + + + + + Pset_WallCommon + + + IsExternal + + + true + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + WALL-RC-200A + + + + + Pset_WallCommon + + + ThermalTransmittance + + + 0.200 + + + + + Pset_WallCommon + + + AcousticRating + + + STC55 + + + + + Qto_WallBaseQuantities + + + Height + + + 3.00 + + + + + Pset_Condition + + + AssessmentDescription + + + WallType: Loadbearing + + + + + Pset_WallCommon + + + SurfaceSpreadOfFlame + + + ClassA + + + + + WallBaseQuantities + + + GrossFootPrintArea + + + 2.0 + + + + + Pset_WallCommon + + + FireRating + + + EI60 + + + + + WallBaseQuantities + + + NetFootPrintArea + + + 0.8 + + + + + Pset_ConcreteElementGeneral + + + StrengthClass + + + C30/37 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCover + + + 0.020 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.002 + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + LoadbearingWall + + + + + ConcreteElementGeneral + + + AssemblyPlace + + + OnSite + + + + + Pset_ReinforcementBarPitchOfWall + + + VerticalBarPitch + + + 0.000201 + + + + + Pset_ReinforcementBarPitchOfWall + + + HorizontalBarPitch + + + 0.400 + + + + + Pset_ReinforcementBarPitchOfWall + + + SpacingBarPitch + + + 0.100 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 0.020 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtLinks + + + 0.020 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + SAFE-WALL-01 + + + + + Condition + + + AssessmentType + + + ConditionSurvey + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + XC4 + + + + + Condition + + + LastAssessmentReport + + + RPT-WALL-01 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 0.010 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 80 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + C-section stud + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + Fixed bracket + + + + + Pset_Warranty + + + WarrantyContent + + + Mineral wool insulation layer + + + + + PrecastConcreteElementGeneral + + + TypeDesignation + + + Sandwich panel + + + + + MaintenanceTriggerCondition + + + ConditionTargetPerformance + + + Moderate + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + LiftingAnchorPositions: Top-left + + + + + Qto_WallBaseQuantities + + + NetSideArea + + + 25.0 + + + + + Pset_PrecastConcreteElementFabrication + + + ProductionLotId + + + LOT-2025-01 + + + + + Pset_Condition + + + AssessmentCondition + + + Wet condition + + + + + Qto_WallBaseQuantities + + + NetWeight + + + 1500 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 120 + + + + + Qto_WallBaseQuantities + + + Length + + + 0.50 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.060 + + + + + Risk + + + RiskName + + + Combustible joint + + + + + Tolerance + + + OverallTolerance + + + 2 + + + + + Tolerance + + + VerticalTolerance + + + 1.50 + + + + + Tolerance + + + HorizontalTolerance + + + 1 + + + + + PrecastConcreteElementFabrication + + + TypeDesignation + + + PanelType-A + + + + + Pset_WallCommon + + + Combustible + + + true + + + + + EnvironmentalImpactValues + + + Duration + + + P7D + + + + + ConstructionAdministration + + + ProcurementMethod + + + Supplier installation + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + WallCo + + + + + ConstructionOccurence + + + ModelNumber + + + WL-2025-A + + + + + Tolerance + + + PlanarFlatness + + + 6.0 + + + + + Tolerance + + + OverallStraightness + + + 3.0 + + + + + Qto_WallBaseQuantities + + + GrossSideArea + + + 18.0 + + + + + Qto_WallBaseQuantities + + + GrossVolume + + + 4.50 + + + + + Qto_WallBaseQuantities + + + NetVolume + + + 4.30 + + + + + Qto_WallBaseQuantities + + + Width + + + 0.200 + + + + + Qto_WallBaseQuantities + + + GrossWeight + + + 1800.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_077_IFCWALL.ids b/data/output_ids/IFC4/IFC4_077_IFCWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..67a9c8fe7acce698952c13b53eb1912cb10b06c6 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_077_IFCWALL.ids @@ -0,0 +1,668 @@ + + + + Wall(STR) + + + + + + + IFCWALL + + + + + + + Wall Basics + + + WallCode + + + Wall-B2 + + + + + Wall Basics + + + InstallState + + + Existing + + + + + Wall Basics + + + SupportRole + + + false + + + + + Wall Basics + + + External + + + false + + + + + Wall Basics + + + CoreMaterial + + + PrecastConcrete + + + + + Wall Basics + + + Nominal Thickness Measure + + + 0.250 + + + + + Wall Basics + + + Effective Thickness + + + 0.220 + + + + + Wall Basics + + + Overall Height + + + 3.20 + + + + + Wall Basics + + + WallType + + + Shear + + + + + Wall Basics + + + Design LiveLoad + + + 3.0 + + + + + Wall Basics + + + Design WindLoad + + + 1.2 + + + + + Wall Basics + + + Fire Resistance Level + + + EI90 + + + + + Wall Basics + + + Heat Loss Coefficient + + + 0.28 + + + + + Concrete Specification + + + ConcreteGrade + + + C40/50 + + + + + Concrete Specification + + + Cover Depth + + + 0.025 + + + + + Concrete Specification + + + ReinforcementArea + + + 0.003 + + + + + Concrete Specification + + + Rebar Spacing + + + 0.125 + + + + + Concrete Specification + + + Fabrication Location + + + Factory + + + + + Reinforcement Layout + + + VerticalBarArea + + + 0.000245 + + + + + Reinforcement Layout + + + VerticalBarCount + + + 8 + + + + + Reinforcement Layout + + + VerticalBarSpacing + + + 0.120 + + + + + Reinforcement Layout + + + HorizontalBarArea + + + 0.000314 + + + + + Reinforcement Layout + + + HorizontalBarSpacing + + + 0.180 + + + + + Reinforcement Layout + + + ShearReinforcement + + + Mesh + + + + + Masonry + + + MasonryUnitType + + + CalciumSilicate + + + + + Masonry + + + MasonryUnitStrength + + + M7.5 + + + + + Masonry + + + MortarType + + + TypeM + + + + + Masonry + + + BedJointThickness + + + 0.008 + + + + + Steel Stud + + + StudSpacing + + + 0.450 + + + + + Steel Stud + + + StudSection + + + Z-section + + + + + Steel Stud + + + BracketType + + + Adjustable + + + + + Steel Stud + + + InsulationType + + + RockWool + + + + + Prefab + + + PanelType + + + GFRC + + + + + Prefab + + + JointStyle + + + Grouted + + + + + Prefab + + + LiftingAnchorPositions + + + Bottom-left + + + + + Prefab + + + PanelWeight + + + 320.0 + + + + + Prefab + + + LotTrackingId + + + LOT-2025-09 + + + + + Retaining Wall + + + RetainedMaterial + + + Rock + + + + + Retaining Wall + + + BackfillSlope + + + 1.8 + + + + + Retaining Wall + + + SoilPressureAtBase + + + 150.0 + + + + + Retaining Wall + + + ToeLength + + + 0.55 + + + + + Retaining Wall + + + HeelLength + + + 0.65 + + + + + Openings + + + HasOpenings + + + false + + + + + Openings + + + OpeningsCount + + + 1 + + + + + Openings + + + TotalOpeningArea + + + 0.90 + + + + + Openings + + + PenetrationsCount + + + 0 + + + + + Construction + + + FormworkType + + + Steel + + + + + Construction + + + TemporarySupportRequired + + + false + + + + + Construction + + + CuringTime + + + 10 + + + + + Construction + + + InstallationSequence + + + Segmental + + + + + Manufacturer Info + + + Brand + + + NeoWall + + + + + Manufacturer Info + + + Model Code + + + WL-3030-B + + + + + Product Materials + + + Overall Length + + + 5.5 + + + + + Quantities + + + Overall Height + + + 3.20 + + + + + Quantities + + + Overall Side Area + + + 19.2 + + + + + Quantities + + + Overall Volume + + + 5.10 + + + + + Quantities + + + Effective Volume + + + 4.85 + + + + + Quantities + + + Overall Width + + + 0.250 + + + + + Quantities + + + Overall Weight + + + 2100.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_078_IFCWALL.ids b/data/output_ids/IFC4/IFC4_078_IFCWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..027bd5a280cf398f1d332bb5e05654ded98d8ebe --- /dev/null +++ b/data/output_ids/IFC4/IFC4_078_IFCWALL.ids @@ -0,0 +1,448 @@ + + + + 耐力壁 + + + + + + + IFCWALL + + + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + W-101 + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + 耐力壁 + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 2F + + + + + Pset_ReinforcementBarPitchOfWall + + + Description + + + Fc24 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 150 + + + + + Pset_ReinforcementBarPitchOfWall + + + Reference + + + ダブル配筋 + + + + + Uncertainty + + + UncertaintyDescription + + + D13 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + D16 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 200 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + D10 + + + + + PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + DOC-WALL-TR-01 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.50 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + W-102 + + + + + Pset_Condition + + + AssessmentDescription + + + 壁種別を確認 + + + + + Pset_WallCommon + + + Combustible + + + true + + + + + Pset_WallCommon + + + IsExternal + + + false + + + + + Pset_WallCommon + + + LoadBearing + + + true + + + + + Risk + + + RiskName + + + ひび割れ + + + + + Tolerance + + + ToleranceDescription + + + Fc21 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 18 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.6 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 200 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 288.15 + + + + + EnvironmentalCondition + + + SaltMistLevel + + + 高塩害 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 200 + + + + + Pset_WallCommon + + + ExtendToStructure + + + false + + + + + Pset_WallCommon + + + Compartmentation + + + false + + + + + Pset_Warranty + + + IsExtendedWarranty + + + false + + + + + Pset_WallCommon + + + Reference + + + VERTICAL + + + + + EnvironmentalImpactIndicators + + + IndicatorsUnit + + + 水平配筋基準 + + + + + PrecastConcreteElementGeneral + + + TypeDesignation + + + ダブル配筋 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 303.15 + + + + + EnvironmentalCondition + + + SmokeLevel + + + 中煙環境 + + + + + Pset_PrecastConcreteElementGeneral + + + PieceMark + + + D10 + + + + + Pset_PrecastConcreteElementGeneral + + + DesignLocationNumber + + + D13 + + + + + Pset_EnvironmentalImpactIndicators + + + ClimateChangePerUnit + + + 200 + + + + + Pset_Condition + + + AssessmentCondition + + + 施工完了時 + + + + + Pset_ManufacturerOccurrence + + + SerialNumber + + + D13 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_079_IFCSANITARYTERMINALTYPE.ids b/data/output_ids/IFC4/IFC4_079_IFCSANITARYTERMINALTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..99f7cf7164d4ffac8cc2d550bbc6c84640c06c83 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_079_IFCSANITARYTERMINALTYPE.ids @@ -0,0 +1,536 @@ + + + + 便器仕様の情報確認 + + + + + + + IFCSANITARYTERMINALTYPE + + + + + + + 流量評価 + + + 器具給水係数[点] + + + 2.8 + + + + + 個体台帳 + + + 採用ユニット数 + + + 7 + + + + + 洗浄制御 + + + 洗浄方式 + + + サイホンゼット式 + + + + + 給水計画 + + + 標準洗浄量[L/回] + + + 5 + + + + + 排水計画 + + + 排水算定指数 + + + 2 + + + + + 再利用水条件 + + + 再生水需要係数 + + + 1.7 + + + + + 給水計画 + + + 上水算定指数 + + + 3 + + + + + 供給評価 + + + WFU換算値 + + + 1 + + + + + 供給評価 + + + CWFU換算係数 + + + 1.1 + + + + + 供給評価 + + + HWFU換算係数 + + + 0.9 + + + + + 機種構成 + + + 本体採用型式 + + + CTS-820R + + + + + 機種構成 + + + 洗浄弁採用型式 + + + FV-211K + + + + + 機種構成 + + + 便座採用型式 + + + SW-44N + + + + + 機種構成 + + + 固定金物採用型式 + + + BRK-820S + + + + + 同梱構成 + + + 標準同梱品 + + + 止水栓セット + + + + + 管理記録 + + + 資産管理番号 + + + SAN-2025-1142 + + + + + 管理記録 + + + 設置基準日 + + + 2025-03-14 + + + + + 個体台帳 + + + 管理対象台数 + + + 9 + + + + + エネルギー参照 + + + ガス換算消費量[Nm3/h] + + + 0.0 + + + + + エネルギー参照 + + + 蒸気換算消費量[kg/h] + + + 0 + + + + + エネルギー参照 + + + 補助熱源区分 + + + 非燃焼機器 + + + + + エネルギー参照 + + + 液体燃料換算量[l/h] + + + 0.0 + + + + + 圧力条件 + + + 耐圧試験基準[kPa] + + + 750 + + + + + 圧力条件 + + + 標準使用圧[kPa] + + + 180 + + + + + 圧力条件 + + + 許容最高圧[kPa] + + + 300 + + + + + 温熱条件 + + + 洗浄湯設定温度[℃] + + + 38.5 + + + + + 温熱条件 + + + 給湯入口温度[℃] + + + 55.0 + + + + + 温熱条件 + + + 便座設定温度[℃] + + + 34.0 + + + + + 損失評価 + + + 温水系圧損[kPa] + + + 18 + + + + + 流体条件 + + + 瞬時給水量[l/min] + + + 13 + + + + + 流体条件 + + + 瞬時給湯量[l/min] + + + 4 + + + + + 流体条件 + + + 適用容量区分[号] + + + 12 + + + + + 流体条件 + + + 循環設定流量 + + + 0 + + + + + 資料参照 + + + 技術資料リンク + + + https://assets.sample-facility.jp/docs/plumbing/cts-820r_tech.pdf + + + + + 資料参照 + + + 部品一覧ファイル + + + cts-820r_partslist_rev2.pdf + + + + + 資料参照 + + + 部品一覧リンク + + + https://assets.sample-facility.jp/docs/plumbing/cts-820r_partslist_rev2.pdf + + + + + 施工参照 + + + 施工手順ファイル + + + cts-820r_installguide.pdf + + + + + 施工参照 + + + 施工手順リンク + + + https://assets.sample-facility.jp/docs/plumbing/cts-820r_installguide.pdf + + + + + 保守参照 + + + 保守要領ファイル + + + cts-820r_servicebook.pdf + + + + + 保守参照 + + + 保守要領リンク + + + https://assets.sample-facility.jp/docs/plumbing/cts-820r_servicebook.pdf + + + + + 同梱構成 + + + 付属資料一覧 + + + cts-820r_accessorysheet.pdf + + + + + 図面参照 + + + 納まり図ファイル + + + cts-820r_detail.pdf + + + + + 図面参照 + + + 仕様図ファイル + + + cts-820r_specdrawing.pdf + + + + + 図面参照 + + + 仕様図リンク + + + https://assets.sample-facility.jp/drawings/plumbing/cts-820r_specdrawing.pdf + + + + + 接続寸法 + + + 給水接続径[mm] + + + 15 + + + + + 接続寸法 + + + 給湯接続径[mm] + + + 10 + + + + + 接続寸法 + + + 排水芯高さ[mm] + + + 180 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_080_IFCSANITARYTERMINALTYPE.ids b/data/output_ids/IFC4/IFC4_080_IFCSANITARYTERMINALTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..8746896d8621ba445ad7b93f50561732ad9aa08b --- /dev/null +++ b/data/output_ids/IFC4/IFC4_080_IFCSANITARYTERMINALTYPE.ids @@ -0,0 +1,536 @@ + + + + 便器・洗面器・流し + + + + + + + IFCSANITARYTERMINALTYPE + + + + + + + 給排水衛生設備 + + + 給水負荷単位 [水栓] + + + 3.2 + + + + + 給排水衛生設備 + + + 給水負荷単位 [洗浄] + + + 5 + + + + + 給排水衛生設備 + + + 給水量情報 + + + 変流量方式 + + + + + 給排水衛生設備 + + + 洗浄水量 [L/回] + + + 5 + + + + + 給排水衛生設備 + + + 上水負荷単位 + + + 3 + + + + + 給排水衛生設備 + + + 中水負荷単位 + + + 2 + + + + + 給排水衛生設備 + + + 汚水負荷単位 + + + 2 + + + + + 機械 + + + WFU + + + 3 + + + + + 機械 + + + CWFU + + + 1.2 + + + + + 機械 + + + HWFU + + + 0.8 + + + + + データ + + + 参考品番A + + + WSU-120 + + + + + データ + + + 参考付属品番A + + + WSU-120-ACC + + + + + データ + + + 参考品番B + + + HWS-65 + + + + + データ + + + 参考付属品番B + + + HWS-65-ACC + + + + + データ + + + 付属品 + + + 取付ボルト一式 + + + + + その他 + + + 製造番号 + + + 2025-WSU-00312 + + + + + その他 + + + 設置年月 + + + 2025-07-24 + + + + + その他 + + + 個数 + + + 4 + + + + + 消費量仕様情報 + + + ガス消費量 [Nm3/h] + + + 4.2 + + + + + 消費量仕様情報 + + + 蒸気消費量 [kg/h] + + + 80 + + + + + 消費量仕様情報 + + + 燃料種別 + + + LPガス + + + + + 消費量仕様情報 + + + 油消費量 [l/h] + + + 0 + + + + + 水圧力仕様情報 + + + コイル耐圧 [kPa] + + + 1000 + + + + + 水圧力仕様情報 + + + 圧力 [kPa] + + + 120 + + + + + 水圧力仕様情報 + + + 最高使用圧力 [kPa] + + + 150 + + + + + 水温度仕様情報 + + + 温水温度 [℃] + + + 42 + + + + + 水温度仕様情報 + + + 給湯水温度 [℃] + + + 55 + + + + + 水温度仕様情報 + + + 沸き上げ温度 [℃] + + + 38 + + + + + 水抵抗仕様情報 + + + 温水圧力損失 [kPa] + + + 45 + + + + + 水量仕様情報 + + + 温水量 [l/min] + + + 28 + + + + + 水量仕様情報 + + + 給湯量 [l/min] + + + 28 + + + + + 水量仕様情報 + + + 号数 [号] + + + 24 + + + + + 水量仕様情報 + + + 風呂追焚循環量 + + + 0 + + + + + 図書仕様情報 + + + テクニカルドキュメントURL + + + https://example.com/docs/WSU-120/tech + + + + + 図書仕様情報 + + + 構成部品リスト + + + parts_v2.pdf + + + + + 図書仕様情報 + + + 構成部品リストURL + + + https://example.com/docs/WSU-120/parts + + + + + 図書仕様情報 + + + 施工要領 + + + install_v2.pdf + + + + + 図書仕様情報 + + + 施工要領URL + + + https://example.com/docs/WSU-120/install + + + + + 図書仕様情報 + + + 取扱・保守要領 + + + manual_v2.pdf + + + + + 図書仕様情報 + + + 取扱・保守要領URL + + + https://example.com/docs/WSU-120/manual + + + + + 図書仕様情報 + + + 付属品リスト + + + accessories_v2.pdf + + + + + 図面仕様情報 + + + 構造図 + + + struct_v2.pdf + + + + + 図面仕様情報 + + + 仕様図 + + + spec_v2.pdf + + + + + 図面仕様情報 + + + 仕様図URL + + + https://example.com/docs/WSU-120/spec + + + + + 配管接続口仕様情報 + + + 給水接続口 [mm] + + + 20 + + + + + 配管接続口仕様情報 + + + 給湯接続口 [mm] + + + 15 + + + + + 配管接続口仕様情報 + + + 排水接続口 [mm] + + + 32 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_081_IFCVALVETYPE.ids b/data/output_ids/IFC4/IFC4_081_IFCVALVETYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..3c71885e01b1cb7dbe102e1ab8fb8ebc67299f51 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_081_IFCVALVETYPE.ids @@ -0,0 +1,481 @@ + + + + Valve + + + + + + + IFCVALVETYPE + + + + + + + ValveTypeCommon + + + Reference + + + Valve-A1 + + + + + ValveTypeCommon + + + Status + + + New + + + + + ManufacturerTypeInformation + + + Manufacturer + + + ValveWorksInc + + + + + ManufacturerTypeInformation + + + ModelLabel + + + VV-2025-A + + + + + ValveTypeCommon + + + ValvePattern + + + Straight 2 Port + + + + + MaintenanceStrategy + + + MonitoringType + + + RoutineInspection + + + + + ValveTypeCommon + + + Size + + + 0.050 + + + + + ValveTypeCommon + + + ValveOperation + + + Lever + + + + + ConstructionAdministration + + + ProcurementMethod + + + Vendor supply + + + + + ValveTypeCommon + + + FlowCoefficient + + + 12.0 + + + + + ElementSize + + + NominalLength + + + 0.200 + + + + + ValveTypeCommon + + + CloseOffRating + + + 1.6 + + + + + ValveTypeCommon + + + WorkingPressure + + + 1.6 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 150.0 + + + + + ValveTypeCommon + + + ValveMechanism + + + Ball + + + + + Warranty + + + IsExtendedWarranty + + + true + + + + + MaintenanceTriggerPerformance + + + DisposalLevel + + + 12.5 + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 14.5 + + + + + MaintenanceTriggerPerformance + + + PerformanceMaintenanceLevel + + + 0.50 + + + + + MaintenanceTriggerPerformance + + + ReplacementLevel + + + 0.01 + + + + + ValveTypeCommon + + + TestPressure + + + 0.10 + + + + + ElectricalDeviceCommon + + + RatedVoltage + + + 24 + + + + + ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 1 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 5000000 + + + + + Condition + + + AssessmentCondition + + + Commissioning + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 4-20mA signal spec + + + + + Condition + + + AssessmentType + + + MaterialInspection + + + + + Risk + + + AssociatedProduct + + + Stainless steel trim + + + + + Warranty + + + Exclusions + + + PTFE seat excluded from abrasive service + + + + + ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 09506000123456 + + + + + Warranty + + + WarrantyContent + + + Epoxy coated body + + + + + ElectricalDeviceCommon + + + IP_Code + + + IP65 + + + + + ElectricalDeviceCommon + + + IK_Code + + + IK08 + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + Risk + + + MitigationPlanned + + + Padlock provision + + + + + EnvironmentalImpactValues + + + LeadOutTime + + + P5D + + + + + Condition + + + AssessmentDescription + + + Valve operation verified during commissioning + + + + + ElementSize + + + NominalHeight + + + 1.20 + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P1D + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + Double block configuration + + + + + MaintenanceStrategy + + + AssetCriticality + + + Moderate + + + + + ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_082_IFCVALVETYPE.ids b/data/output_ids/IFC4/IFC4_082_IFCVALVETYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..118debd61f2c13ba4592cb130771048cb8d5e8c8 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_082_IFCVALVETYPE.ids @@ -0,0 +1,657 @@ + + + + バルブ + + + + + + + IFCVALVETYPE + + + + + + + ElectricalDeviceCommon + + + NumberOfPoles + + + 2 + + + + + ElectricalDeviceCommon + + + RatedCurrent + + + 1 + + + + + ElectricalDeviceCommon + + + RatedVoltage + + + 25 + + + + + ElectricalDeviceCommon + + + NominalFrequencyRange + + + 50 + + + + + ElectricalDeviceCommon + + + PowerFactor + + + 0.95 + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + ElectricalDeviceCommon + + + IP_Code + + + IP54 + + + + + ElectricalDeviceCommon + + + IK_Code + + + IK08 + + + + + ElectricalDeviceCommon + + + EarthingStyle + + + TN-S + + + + + ElectricalDeviceCommon + + + HeatDissipation + + + 32 + + + + + ElectricalDeviceCommon + + + Power + + + 0.2 + + + + + ElectricalDeviceCommon + + + NominalPowerConsumption + + + 0.1 + + + + + ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 2 + + + + + ValveTypeCommon + + + Size + + + 0.020 + + + + + ValveTypeCommon + + + TestPressure + + + 2.5 + + + + + ValveTypeCommon + + + WorkingPressure + + + 1.0 + + + + + ValveTypeCommon + + + FlowCoefficient + + + 1.0 + + + + + ValveTypeCommon + + + CloseOffRating + + + 1.0 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.45 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 293.15 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 278.15 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 313.15 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 25 + + + + + EnvironmentalCondition + + + SaltMistLevel + + + 低塩害 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.6 + + + + + EnvironmentalCondition + + + SmokeLevel + + + 低煙環境 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 800 + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P1D + + + + + ValveTypeCommon + + + Reference + + + CHW-25A + + + + + ManufacturerTypeInformation + + + ModelLabel + + + CHW-A25-ACC + + + + + ManufacturerTypeInformation + + + ArticleNumber + + + HWS-20A + + + + + Condition + + + AssessmentDescription + + + 付属品の有無を確認 + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 1 + + + + + Condition + + + AssessmentDate + + + 2021-09-24 + + + + + MaintenanceTriggerPerformance + + + PerformanceMaintenanceLevel + + + 1 + + + + + MaintenanceTriggerPerformance + + + ReplacementLevel + + + 0 + + + + + ManufacturerTypeInformation + + + Manufacturer + + + A社 + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + DOC-VLV-OPS-01 + + + + + Condition + + + LastAssessmentReport + + + RPT-VLV-2025-01 + + + + + Risk + + + AssociatedActivity + + + 設備 + + + + + Warranty + + + WarrantyIdentifier + + + WR-VLV-2025-01 + + + + + ValveTypeCommon + + + ValvePattern + + + 直線2ポート + + + + + MaintenanceTriggerPerformance + + + DisposalLevel + + + 0 + + + + + Warranty + + + PointOfContact + + + 設備保全部門 + + + + + Warranty + + + WarrantyStartDate + + + 2020-03-23 + + + + + Warranty + + + WarrantyContent + + + 定期点検契約を含む + + + + + Risk + + + AssociatedLocation + + + JPN + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + Rebro + + + + + MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P10D + + + + + Tolerance + + + OverallTolerance + + + 2 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + JIS B0000 + + + + + Condition + + + AssessmentType + + + 材質確認 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 305 + + + + + ElementSize + + + NominalWidth + + + 0.225 + + + + + ElementSize + + + NominalHeight + + + 0.595 + + + + + ValveTypeCommon + + + ValveOperation + + + 手動ハンドル + + + + + MaintenanceTriggerDuration + + + DurationTargetPerformance + + + P25D + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_083_IFCLIGHTFIXTURETYPE.ids b/data/output_ids/IFC4/IFC4_083_IFCLIGHTFIXTURETYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..6cdf51348d6739813b61db73f0d84bc2463a5421 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_083_IFCLIGHTFIXTURETYPE.ids @@ -0,0 +1,503 @@ + + + + LightFixture + + + + + + + IFCLIGHTFIXTURETYPE + + + + + + + Product Basics + + + BrandName + + + LightCo + + + + + Product Basics + + + Model + + + LF-2025-A + + + + + Product Basics + + + ExteriorTone + + + White + + + + + Product Basics + + + InstallMethod + + + Recessed + + + + + Product Basics + + + Mounting Height + + + 2.70 + + + + + Product Basics + + + UnitMass + + + 3.5 + + + + + Product Basics + + + Overall Size + + + 0.200x0.150x0.080 + + + + + Electrical + + + RatedOutput + + + 36.0 + + + + + Electrical + + + SupplyVolt + + + 230.0 + + + + + Electrical + + + LoadAmp + + + 0.16 + + + + + Electrical + + + Driver + + + ConstantCurrent + + + + + Electrical + + + Dimming + + + 0-10V + + + + + Electrical + + + Control Protocol + + + DALI + + + + + Electrical + + + Emergency Mode + + + true + + + + + Electrical + + + Emergency Duration + + + 180 + + + + + Photometry + + + Luminous Flux + + + 3000.0 + + + + + Photometry + + + Efficacy + + + 100.0 + + + + + Photometry + + + CCT + + + 30 + + + + + Photometry + + + CRI + + + 80.0 + + + + + Photometry + + + Beam Angle + + + 30.0 + + + + + Photometry + + + UGR + + + 19.0 + + + + + Photometry + + + IES File + + + luminaireA.ies + + + + + Performance + + + Rated Life + + + 5 + + + + + Performance + + + Lumen Maintenance + + + 0.70 + + + + + Performance + + + Failure Rate + + + 0.0001 + + + + + Performance + + + Energy Class + + + A + + + + + Protection Ratings + + + IP Rating + + + IP65 + + + + + Protection Ratings + + + IK Rating + + + IK08 + + + + + Protection Ratings + + + Operating Temp Range + + + -20 + + + + + Controls + + + Occupancy Sensor + + + true + + + + + Controls + + + Daylight Sensor + + + true + + + + + Controls + + + Dimming Control + + + true + + + + + Controls + + + Emergency Battery + + + true + + + + + Installation + + + Fixing Points + + + 4 + + + + + Installation + + + Maintenance Clearance + + + 0.50 + + + + + Installation + + + Junction Box Position + + + Center + + + + + Installation + + + Installation Date + + + 2025-08-01 + + + + + Installation + + + Handling Notes + + + Install with bracket kit; do not drop + + + + + Maintenance + + + Maintenance Interval + + + 180 + + + + + Maintenance + + + Spare Parts + + + DriverKit + + + + + Maintenance + + + Cleaning + + + WipeClean + + + + + Maintenance + + + Warranty Years + + + 3.0 + + + + + Production + + + Lot ID + + + LOT-2025-01 + + + + + Quantities + + + Gross Weight + + + 4.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_084_IFCLIGHTFIXTURETYPE.ids b/data/output_ids/IFC4/IFC4_084_IFCLIGHTFIXTURETYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..df72b11abbee8665d316b5169f694fce2670ea80 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_084_IFCLIGHTFIXTURETYPE.ids @@ -0,0 +1,503 @@ + + + + LightFixture + + + + + + + IFCLIGHTFIXTURETYPE + + + + + + + ManufacturerTypeInformation + + + Manufacturer + + + LumenWorks + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + LW-1450 + + + + + Condition + + + AssessmentDescription + + + ExteriorTone: MatteWhite + + + + + MaintenanceStrategy + + + MonitoringType + + + RoutineInspection + + + + + LightFixtureTypeCommon + + + TotalWattage + + + 2.50 + + + + + LightFixtureTypeCommon + + + NumberOfSources + + + 4 + + + + + ElementSize + + + NominalLength + + + 0.240 + + + + + ElectricalDeviceCommon + + + Power + + + 18.0 + + + + + LightFixtureTypeCommon + + + MaximumPlenumSensibleLoad + + + 120.0 + + + + + LightFixtureTypeCommon + + + MaximumSpaceSensibleLoad + + + 0.15 + + + + + Condition + + + AssessmentType + + + ElectricalInspection + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + SAFE-LGT-01 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + DALI-2 + + + + + LightFixtureTypeCommon + + + Status + + + Existing + + + + + EnvironmentalImpactValues + + + Duration + + + P90D + + + + + LightFixtureTypeCommon + + + SensibleLoadToRadiant + + + 0.25 + + + + + ElectricalDeviceCommon + + + RatedVoltage + + + 110 + + + + + ElectricalDeviceCommon + + + RatedCurrent + + + 0.065 + + + + + ElectricalDeviceCommon + + + HeatDissipation + + + 90.0 + + + + + ElectricalDeviceCommon + + + NominalPowerConsumption + + + 24.0 + + + + + ElectricalDeviceCommon + + + PowerFactor + + + 0.85 + + + + + LightFixtureTypeCommon + + + Reference + + + spotX.ies + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 293.15 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.82 + + + + + LightFixtureTypeCommon + + + MaintenanceFactor + + + 0.0002 + + + + + Condition + + + AssessmentCondition + + + Commissioning + + + + + ElectricalDeviceCommon + + + IP_Code + + + IP54 + + + + + ElectricalDeviceCommon + + + IK_Code + + + IK07 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + -25 + + + + + Warranty + + + IsExtendedWarranty + + + true + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + ServiceLife + + + ServiceLifeDuration + + + P5Y + + + + + ServiceLife + + + MeanTimeBetweenFailure + + + P1Y + + + + + ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 1 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 400 + + + + + ManufacturerTypeInformation + + + ModelReference + + + Left junction box + + + + + Tolerance + + + ToleranceDescription + + + Mounting alignment tolerance + + + + + Warranty + + + WarrantyContent + + + Secure with safety tether; isolate power before service + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P90D + + + + + ManufacturerTypeInformation + + + ArticleNumber + + + DiffuserPanel + + + + + Warranty + + + Exclusions + + + Clean with compressed air only + + + + + Warranty + + + WarrantyPeriod + + + P2Y + + + + + ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-LGT-01 + + + + + LightFixtureBaseQuantities + + + GrossWeight + + + 4.7 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_085_IFCHEATEXCHANGERTYPE.ids b/data/output_ids/IFC4/IFC4_085_IFCHEATEXCHANGERTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..7bd149dc2186ddd58f0bca068b46211975e6af72 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_085_IFCHEATEXCHANGERTYPE.ids @@ -0,0 +1,690 @@ + + + + HeatExchanger(MEP) + + + + + + + IFCHEATEXCHANGERTYPE + + + + + + + Product Basics + + + Brand + + + HeatExchCo + + + + + Product Basics + + + Model Code + + + HEX-3000A + + + + + Product Basics + + + TypeDescription + + + ShellAndTube + + + + + Product Basics + + + CoreMaterial + + + StainlessSteel + + + + + Product Basics + + + Mounting Direction + + + Horizontal + + + + + Product Basics + + + Unit Weight + + + 250.0 + + + + + Product Basics + + + OverallDimensions + + + 1.20x0.60x0.80 + + + + + Performance + + + Duty + + + 120.0 + + + + + Performance + + + UAValue + + + 800.0 + + + + + Performance + + + OverallHeatTransferCoefficient + + + 450.0 + + + + + Performance + + + ApproachTemperature + + + 5.0 + + + + + Performance + + + LMTD + + + 12.0 + + + + + Performance + + + Efficiency + + + 0.85 + + + + + Performance + + + Fouling Coefficient + + + 0.00020 + + + + + Performance + + + MaxOperatingPressure + + + 10.0 + + + + + Performance + + + MaxDesignTemperature + + + 200.0 + + + + + Performance + + + MinDesignTemperature + + + -20.0 + + + + + Connections + + + PrimaryInletConnectionSize + + + 0.050 + + + + + Connections + + + PrimaryOutletConnectionSize + + + 0.050 + + + + + Connections + + + SecondaryInletConnectionSize + + + 0.025 + + + + + Connections + + + SecondaryOutletConnectionSize + + + 0.025 + + + + + Connections + + + PrimaryDesignFlowRate + + + 2.5 + + + + + Connections + + + SecondaryDesignFlowRate + + + 1.8 + + + + + Connections + + + PrimaryInletTemp + + + 80.0 + + + + + Connections + + + PrimaryOutletTemp + + + 60.0 + + + + + Connections + + + SecondaryInletTemp + + + 30.0 + + + + + Connections + + + SecondaryOutletTemp + + + 45.0 + + + + + Connections + + + PrimaryPressureDrop + + + 0.12 + + + + + Connections + + + SecondaryPressureDrop + + + 0.08 + + + + + Connections + + + ConnectionOrientation + + + Top + + + + + Connections + + + NumberOfConnections + + + 4 + + + + + Geometry + + + HeatTransferArea + + + 12.0 + + + + + Geometry + + + NumberOfPasses + + + 2 + + + + + Geometry + + + Count Of Tubes + + + 120 + + + + + Geometry + + + ShellDiameter + + + 0.600 + + + + + Geometry + + + PlateThickness + + + 0.005 + + + + + Geometry + + + PlateType + + + FramePlate + + + + + Materials + + + Shell Material Type + + + CarbonSteel + + + + + Materials + + + TubeMaterial + + + Copper + + + + + Materials + + + PlateMaterial + + + StainlessSteel + + + + + Materials + + + GasketMaterial + + + Nitrile + + + + + Materials + + + CorrosionAllowance + + + 0.002 + + + + + Controls and Safety + + + HasBypassValve + + + true + + + + + Controls and Safety + + + BypassValveSize + + + 0.050 + + + + + Controls and Safety + + + HasIsolationValves + + + true + + + + + Controls and Safety + + + HasTemperatureSensors + + + true + + + + + Controls and Safety + + + HasPressureSensors + + + true + + + + + Controls and Safety + + + ControlSignalType + + + 4-20mA + + + + + Installation + + + Install Date + + + 2025-08-01 + + + + + Installation + + + MountingPoints + + + 4 + + + + + Installation + + + AnchorageRequirements + + + Concrete anchor M16 at 4 corners + + + + + Installation + + + ClearanceForMaintenance + + + 0.600 + + + + + Installation + + + InsulationType + + + PIR + + + + + Maintenance + + + RecommendedCleaningInterval + + + 365 + + + + + Maintenance + + + AccessForInspection + + + HatchAccess + + + + + Maintenance + + + SparePartsList + + + Spare gaskets;Tube bundle kit;Fixing bolts set + + + + + Maintenance + + + Expected Service Life + + + 20 + + + + + Manufacturer Info + + + Brand + + + HeatExchCo + + + + + Manufacturer Info + + + Model Code + + + HEX-3000A + + + + + Product Materials + + + Lot Code + + + LOT-2025-01 + + + + + Quantities + + + Overall Weight + + + 270.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_086_IFCHEATEXCHANGERTYPE.ids b/data/output_ids/IFC4/IFC4_086_IFCHEATEXCHANGERTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..f59fe662e7dc1d637b4bdeb3914d687d4563bcb0 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_086_IFCHEATEXCHANGERTYPE.ids @@ -0,0 +1,635 @@ + + + + 熱交換器 + + + + + + + IFCHEATEXCHANGERTYPE + + + + + + + EnvironmentalImpactIndicators + + + Reference + + + AC/GC + + + + + EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 直入 + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + false + + + + + Uncertainty + + + UncertaintyDescription + + + 付属スイッチ + + + + + ElectricalDeviceCommon + + + NominalFrequencyRange + + + 50 + + + + + ElectricalDeviceCommon + + + NumberOfPoles + + + 4 + + + + + ElectricalDeviceCommon + + + PowerFactor + + + 0.95 + + + + + ElectricalDeviceCommon + + + RatedCurrent + + + 3 + + + + + ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 1 + + + + + ManufacturerTypeInformation + + + ModelReference + + + HEX-AC200-01 + + + + + Warranty + + + IsExtendedWarranty + + + false + + + + + MaintenanceTriggerDuration + + + DurationTargetPerformance + + + P65D + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P71D + + + + + MaintenanceStrategy + + + AssetCriticality + + + High + + + + + MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P0D + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 0 + + + + + MaintenanceTriggerDuration + + + DurationDisposalLevel + + + P250D + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 250 + + + + + MaintenanceTriggerPerformance + + + PerformanceMaintenanceLevel + + + 100000 + + + + + MaintenanceTriggerPerformance + + + ReplacementLevel + + + 250 + + + + + MaintenanceTriggerPerformance + + + DisposalLevel + + + 0 + + + + + ManufacturerTypeInformation + + + ArticleNumber + + + 2024-LED-00123 + + + + + EnvironmentalImpactIndicators + + + ExpectedServiceLife + + + 15 + + + + + ElectricalDeviceCommon + + + RatedVoltage + + + 12 + + + + + ManufacturerTypeInformation + + + ModelLabel + + + HEU-1F-1 + + + + + Condition + + + AssessmentDescription + + + 本体外観に異常なし + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + HEU + + + + + HeatExchangerTypeCommon + + + Reference + + + 低層系統 + + + + + ConstructionAdministration + + + ProcurementMethod + + + 機器一式調達 + + + + + Condition + + + AssessmentCondition + + + 運転時 + + + + + Condition + + + AssessmentType + + + 仕様確認 + + + + + ElectricalDeviceCommon + + + Power + + + 1000 + + + + + ElectricalDeviceCommon + + + NominalPowerConsumption + + + 0.3 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 293.15 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.60 + + + + + ElementSize + + + NominalLength + + + 1.0 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 10 + + + + + ElementSize + + + NominalWidth + + + 1.0 + + + + + HeatExchangerTypeCommon + + + FlowArrangement + + + 対向流 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 100 + + + + + ElectricalDeviceCommon + + + HeatDissipation + + + 0 + + + + + ElementSize + + + NominalHeight + + + 0.2 + + + + + ElementKinematics + + + MinimumTime + + + 0.5 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 303.15 + + + + + Tolerance + + + OverallTolerance + + + 100 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 10 + + + + + Tolerance + + + HorizontalTolerance + + + 500 + + + + + EnvironmentalCondition + + + SaltMistLevel + + + 高湿環境 + + + + + Tolerance + + + VerticalTolerance + + + 500 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.5 + + + + + Tolerance + + + PlanarFlatness + + + 500 + + + + + EnvironmentalCondition + + + SmokeLevel + + + 低煙環境 + + + + + Tolerance + + + OverallStraightness + + + 225 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 595 + + + + + HeatExchangerBaseQuantities + + + GrossWeight + + + 595 + + + + + Tolerance + + + OrthogonalStraightness + + + 100 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_087_IFCUNITARYEQUIPMENTTYPE.ids b/data/output_ids/IFC4/IFC4_087_IFCUNITARYEQUIPMENTTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..074e461a4d59c5a33e97d197a3d92f05cb0a50b6 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_087_IFCUNITARYEQUIPMENTTYPE.ids @@ -0,0 +1,591 @@ + + + + 空調機情報照査 + + + + + + + IFCUNITARYEQUIPMENTTYPE + + + + + + + 熱性能基準 + + + 基準冷却出力[kW] + + + 38 + + + + + 熱性能基準 + + + 除湿寄与出力[kW] + + + 27 + + + + + 熱性能基準 + + + 基準加熱出力[kW] + + + 61 + + + + + 入口条件 + + + 冬季入口乾球温度[℃] + + + 7 + + + + + 入口条件 + + + 夏季入口乾球温度[℃] + + + 34 + + + + + 構成品管理 + + + 標準同梱品 + + + 防振架台セット + + + + + 系統構成 + + + 枝分岐接続数 + + + 3 + + + + + 静音評価 + + + 外装面音圧[dB(A)] + + + 47 + + + + + 振動評価 + + + 架台伝達係数 + + + 0.58 + + + + + 電源計画 + + + 電源識別コード + + + E-07 + + + + + 電源計画 + + + 配線管路組合せ + + + φ12.7/φ25.4 + + + + + 交換能力 + + + 定格熱交換量[kW] + + + 29 + + + + + 駆動構成 + + + 可変送風対応 + + + true + + + + + 駆動構成 + + + 高効率駆動採用 + + + false + + + + + 駆動構成 + + + 周波数変換制御採用 + + + true + + + + + 個体台帳 + + + 製品管理記号 + + + AHU-XR-26041 + + + + + 個体台帳 + + + 基準据付日 + + + 2025-06-12 + + + + + 個体台帳 + + + 登録台数 + + + 6 + + + + + 風路計画 + + + 総搬送量[m3/h] + + + 8200 + + + + + 風路計画 + + + 供給側搬送量[m3/h] + + + 7800 + + + + + 風路計画 + + + 還流側搬送量[m3/h] + + + 5900 + + + + + 風路計画 + + + 外気導入量[m3/h] + + + 1900 + + + + + 風路計画 + + + 排出側搬送量[m3/h] + + + 1700 + + + + + 流体計画 + + + 冷却系流量[l/min] + + + 210 + + + + + 流体計画 + + + 加熱系流量[l/min] + + + 230 + + + + + 流体計画 + + + 共用系流量[l/min] + + + 440 + + + + + 基準適合 + + + 参照規格 + + + AHRI410 + + + + + 内部構成 + + + 熱交換列数 + + + 6 + + + + + 外装仕様 + + + 筐体材質 + + + 溶融亜鉛めっき鋼板 + + + + + 清浄構成 + + + ろ材仕様 + + + 中性能フィルタ + + + + + 耐久指標 + + + 耐震評価値[G] + + + 1.5 + + + + + 回転体管理 + + + 標準運転段数[min-1] + + + 2 + + + + + 音響性能 + + + 定格運転音圧[dB(A)] + + + 76 + + + + + 熱回収指標 + + + 全熱回収率_夏期[%] + + + 52 + + + + + 熱回収指標 + + + 全熱回収率_冬期[%] + + + 57 + + + + + 熱回収指標 + + + 顕熱回収率[%] + + + 61 + + + + + 外形管理 + + + 機器幅W[mm] + + + 2100 + + + + + 外形管理 + + + 機器奥行D[mm] + + + 2650 + + + + + 外形管理 + + + 機器高さH[mm] + + + 1750 + + + + + 質量管理 + + + 乾燥質量[kg] + + + 940 + + + + + 質量管理 + + + 運用質量[kg] + + + 1310 + + + + + 熱交換構成 + + + 交換器組合せ + + + 冷水コイル単独 + + + + + 加湿構成 + + + 湿度付与方式 + + + 蒸気噴霧式 + + + + + 送風構成 + + + 送風機型式 + + + プラグファン + + + + + 温湿度基準 + + + 室内乾球温度[℃] + + + 24 + + + + + 温湿度基準 + + + 室内湿球温度[℃] + + + 17.8 + + + + + 温湿度基準 + + + 外気乾球温度[℃] + + + 33.2 + + + + + 温湿度基準 + + + 外気湿球温度[℃] + + + 27 + + + + + 温湿度基準 + + + 目標露点温度[℃] + + + 14 + + + + + 抵抗評価 + + + 冷却系損失圧[kPa] + + + 41 + + + + + 抵抗評価 + + + 加熱系損失圧[kPa] + + + 37 + + + + + 抵抗評価 + + + 共用系損失圧[kPa] + + + 39 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_088_IFCUNITARYEQUIPMENTTYPE.ids b/data/output_ids/IFC4/IFC4_088_IFCUNITARYEQUIPMENTTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..2571414ebc7147acc9a98f9d70b6a170de612385 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_088_IFCUNITARYEQUIPMENTTYPE.ids @@ -0,0 +1,591 @@ + + + + 空調機 + + + + + + + IFCUNITARYEQUIPMENTTYPE + + + + + + + 機械-負荷 + + + 設計冷房能力 [kW] + + + 56 + + + + + 機械-負荷 + + + 設計冷房能力_顕熱 [kW] + + + 38 + + + + + 機械-負荷 + + + 設計暖房能力 [kW] + + + 62 + + + + + 機械-負荷 + + + 冬期吸込乾球温度 [℃] + + + 7 + + + + + 機械-負荷 + + + 夏期吸込乾球温度 [℃] + + + 33 + + + + + データ + + + 付属品 + + + 防振ゴムセット + + + + + データ + + + 台数_冷媒分岐ユニット + + + 3 + + + + + データ + + + 騒音レベル [dB(A)] + + + 48 + + + + + データ + + + 振動伝達率 + + + 0.65 + + + + + 電気-負荷 + + + 回路番号 + + + C-07 + + + + + 電気-負荷 + + + 配線配管サイズ + + + φ19.05/9.52 + + + + + 機械 + + + 設計冷却能力 [kW] + + + 32 + + + + + 機械 + + + 送風量制御の有無 + + + true + + + + + 機械 + + + 高効率電動機の有無 + + + true + + + + + 機械 + + + インバーターの有無 + + + true + + + + + その他 + + + 製造番号 + + + 2025-ACU-00456 + + + + + その他 + + + 設置年月 + + + 2023-07-15 + + + + + その他 + + + 個数 + + + 10 + + + + + 風量仕様情報 + + + 送風量 [m3/h] + + + 12000 + + + + + 風量仕様情報 + + + 給気量 [m3/h] + + + 12000 + + + + + 風量仕様情報 + + + 還気量 [m3/h] + + + 8000 + + + + + 風量仕様情報 + + + 外気量 [m3/h] + + + 4000 + + + + + 風量仕様情報 + + + 排気量 [m3/h] + + + 3500 + + + + + 水量仕様情報 + + + 冷水量 [l/min] + + + 280 + + + + + 水量仕様情報 + + + 温水量 [l/min] + + + 300 + + + + + 水量仕様情報 + + + 冷温水量 [l/min] + + + 580 + + + + + 一般仕様情報 + + + 認証・規格 + + + JIS B8601 + + + + + 一般仕様情報 + + + コイル列数 + + + 6 + + + + + 一般仕様情報 + + + 材質 + + + SUS304 + + + + + 一般仕様情報 + + + フィルター形式 + + + 高性能 + + + + + 一般仕様情報 + + + 耐震強度 [G] + + + 1.8 + + + + + 一般仕様情報 + + + 回転数 [min-1] + + + 2 + + + + + 一般仕様情報 + + + 騒音レベル [dB(A)] + + + 78 + + + + + 一般仕様情報 + + + エンタルピ交換効率_冷房 [%] + + + 55 + + + + + 一般仕様情報 + + + エンタルピ交換効率_暖房 [%] + + + 52 + + + + + 一般仕様情報 + + + 温度交換効率 [%] + + + 60 + + + + + 一般仕様情報 + + + 外形寸法 W [mm] + + + 2200 + + + + + 一般仕様情報 + + + 外形寸法 D [mm] + + + 3600 + + + + + 一般仕様情報 + + + 外形寸法 H [mm] + + + 1600 + + + + + 一般仕様情報 + + + 製品質量 [kg] + + + 980 + + + + + 一般仕様情報 + + + 運転質量 [kg] + + + 1415 + + + + + 一般仕様情報 + + + コイル形式 + + + 直膨+温水 + + + + + 一般仕様情報 + + + 加湿方式 + + + スチーム噴霧 + + + + + 一般仕様情報 + + + ファンの種類 + + + プラグファン + + + + + 空気温度仕様情報 + + + 空気温度DB [℃] + + + 24 + + + + + 空気温度仕様情報 + + + 空気温度WB [℃] + + + 17.2 + + + + + 空気温度仕様情報 + + + 外気空気温度DB [℃] + + + 33 + + + + + 空気温度仕様情報 + + + 外気空気温度WB [℃] + + + 26 + + + + + 空気温度仕様情報 + + + 露点温度 [℃] + + + 14 + + + + + 水抵抗仕様情報 + + + 冷水圧力損失 [kPa] + + + 55 + + + + + 水抵抗仕様情報 + + + 温水圧力損失 [kPa] + + + 46 + + + + + 水抵抗仕様情報 + + + 冷温水圧力損失 [kPa] + + + 51 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_089_IFCFLOWTERMINAL.ids b/data/output_ids/IFC4/IFC4_089_IFCFLOWTERMINAL.ids new file mode 100644 index 0000000000000000000000000000000000000000..5737badca86f817e96eab601993cb1467d23934e --- /dev/null +++ b/data/output_ids/IFC4/IFC4_089_IFCFLOWTERMINAL.ids @@ -0,0 +1,569 @@ + + + + FlowTerminal + + + + + + + IFCFLOWTERMINAL + + + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + Terminal-01 + + + + + Pset_ElectricalDeviceCommon + + + InsulationStandardClass + + + Class I Appliance + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + DiffuserCo + + + + + ConstructionOccurence + + + ModelNumber + + + FT-2025-A + + + + + ElectricalDeviceCommon + + + EarthingStyle + + + TN-S + + + + + MaintenanceStrategy + + + MonitoringType + + + RoutineInspection + + + + + ElementSize + + + NominalHeight + + + 2.70 + + + + + ElectricalDeviceCommon + + + Power + + + 12.5 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.25 + + + + + Tolerance + + + PlanarFlatness + + + 0.05 + + + + + Tolerance + + + HorizontalFlatness + + + 0.40 + + + + + ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 1 + + + + + ElectricalDeviceCommon + + + NominalPowerConsumption + + + 0.125 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 50.0 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 4.0 + + + + + ElementKinematics + + + LinearRange + + + 30.0 + + + + + Pset_Condition + + + AssessmentDescription + + + Slot diffuser + + + + + ElectricalDeviceCommon + + + NumberOfPoles + + + 2 + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 0.50 + + + + + Pset_EnvironmentalImpactValues + + + RadioactiveWaste + + + 0.015 + + + + + Risk + + + RiskType + + + Environmental Issues + + + + + ElectricalDeviceCommon + + + HeatDissipation + + + 5.0 + + + + + Uncertainty + + + LinearUncertainty + + + 3.5 + + + + + Pset_ElectricalDeviceCommon + + + NominalFrequencyRange + + + 50 + + + + + MaintenanceTriggerPerformance + + + DisposalLevel + + + 45.0 + + + + + MaintenanceTriggerPerformance + + + PerformanceMaintenanceLevel + + + 32.0 + + + + + MaintenanceTriggerPerformance + + + ReplacementLevel + + + 0.00 + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + 0-10V control + + + + + Pset_ElectricalDeviceCommon + + + IP_Code + + + IP54 + + + + + Pset_Condition + + + AssessmentCondition + + + Commissioning + + + + + MaintenanceTriggerCondition + + + ConditionMaintenanceLevel + + + Moderate + + + + + Condition + + + AssessmentType + + + VisualInspection + + + + + Condition + + + LastAssessmentReport + + + RPT-FT-01 + + + + + ElementSize + + + NominalLength + + + 0.300 + + + + + MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P1D + + + + + EnvironmentalImpactIndicators + + + IndicatorsUnit + + + kgCO2e/unit + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P1D + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 23 37 13 + + + + + Pset_ElectricalDeviceCommon + + + RatedCurrent + + + 0.5 + + + + + Pset_ElectricalDeviceCommon + + + PowerFactor + + + 0.95 + + + + + Pset_ElectricalDeviceCommon + + + RatedVoltage + + + 24 + + + + + ConstructionOccurence + + + AssetIdentifier + + + Zone-01 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + DiffuserCo standard + + + + + ConstructionOccurence + + + TagNumber + + + FT-2025-A + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + ElementSize + + + NominalWidth + + + 0.600 + + + + + BodyGeometryValidation + + + NetVolume + + + 0.200 + + + + + Tolerance + + + OverallTolerance + + + 0.100 + + + + + BodyGeometryValidation + + + NetSurfaceArea + + + 10.0 + + + + + BodyGeometryValidation + + + GrossVolume + + + 11.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_090_IFCFLOWTERMINAL.ids b/data/output_ids/IFC4/IFC4_090_IFCFLOWTERMINAL.ids new file mode 100644 index 0000000000000000000000000000000000000000..83979673e3060c5a93ee8a3946a51cc1647ca19b --- /dev/null +++ b/data/output_ids/IFC4/IFC4_090_IFCFLOWTERMINAL.ids @@ -0,0 +1,602 @@ + + + + スプリンクラー + + + + + + + IFCFLOWTERMINAL + + + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.50 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 50 + + + + + Pset_Condition + + + AssessmentCondition + + + 竣工時 + + + + + Condition + + + AssessmentType + + + 型式確認 + + + + + Risk + + + AssociatedLocation + + + 低層系統 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 屋内消火栓 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + 閉鎖型 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + false + + + + + ConstructionOccurence + + + ModelNumber + + + HB-1 + + + + + MaintenanceTriggerDuration + + + DurationTargetPerformance + + + P300D + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P1D + + + + + MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P800D + + + + + Pset_Warranty + + + WarrantyContent + + + 架橋ポリエチレン対応 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + JIS B0000 + + + + + MaintenanceTriggerDuration + + + DurationDisposalLevel + + + P25000D + + + + + Risk + + + AssociatedActivity + + + 9 消火設備 + + + + + ConstructionAdministration + + + ProcurementMethod + + + 設備一式調達 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-SP-2025-01 + + + + + Pset_Condition + + + AssessmentDescription + + + 耐圧試験および外観確認済み + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 10000 + + + + + Condition + + + AssessmentMethod + + + DOC-SPK-INSP-01 + + + + + Condition + + + LastAssessmentReport + + + RPT-SPK-2025-01 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + SP-53W-01 + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 04912345000053 + + + + + Warranty + + + PointOfContact + + + 防災設備窓口 + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + SUB-SP-01 + + + + + ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-SPK-01 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-SPK-SAFE-01 + + + + + Tolerance + + + ToleranceDescription + + + 据付許容差基準書参照 + + + + + ElectricalDeviceCompliance + + + ExplosiveAtmosphereStandardsCompliance + + + false + + + + + Risk + + + RiskName + + + 誤放水 + + + + + Risk + + + NatureOfRisk + + + 誤作動による放水 + + + + + Risk + + + RiskAssessmentMethodology + + + 定期点検評価 + + + + + Risk + + + MitigationPlanned + + + 保護カバー設置 + + + + + Risk + + + MitigationProposed + + + 年次点検強化 + + + + + Risk + + + AssociatedProduct + + + 散水ヘッド + + + + + Pset_Warranty + + + Exclusions + + + 凍結損傷は保証対象外 + + + + + ConstructionOccurence + + + TagNumber + + + SPK-01 + + + + + Warranty + + + WarrantyPeriod + + + P2Y + + + + + EnergyRequirements + + + EnergySourceLabel + + + 非常電源 + + + + + ServiceLife + + + MeanTimeBetweenFailure + + + P365D + + + + + Condition + + + AssessmentFrequency + + + 30 + + + + + EnergyRequirements + + + EnergyConsumption + + + 44 + + + + + EnergyRequirements + + + PowerDemand + + + 42 + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + DOC-SPK-OPS-01 + + + + + EnergyRequirements + + + EnergyConversionEfficiency + + + 0.85 + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 0 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + A社 + + + + + Condition + + + NextAssessmentDate + + + 2026-01-01 + + + + + ServiceLife + + + ServiceLifeDuration + + + P3650D + + + + + ConstructionOccurence + + + InstallationDate + + + 2025-01-01 + + + + + ConstructionOccurence + + + AssetIdentifier + + + SPK-ZONE1-01 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_091_IFCALARMTYPE.ids b/data/output_ids/IFC4/IFC4_091_IFCALARMTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..12f6a2ab800b1a03e8b02e6efb69afe7dcb5e71a --- /dev/null +++ b/data/output_ids/IFC4/IFC4_091_IFCALARMTYPE.ids @@ -0,0 +1,525 @@ + + + + Alarm + + + + + + + IFCALARMTYPE + + + + + + + Product Basics + + + Basic Manufacturer + + + SentinelWorks + + + + + Product Basics + + + Submittal Code + + + ALM-2030-B + + + + + Product Basics + + + Alarm Condition + + + Smoke + + + + + Product Basics + + + Normal Status + + + Installed + + + + + Warranty + + + Warranty Summary + + + Battery backup included + + + + + Electrical + + + Protective Earth + + + true + + + + + Service Life + + + Replacement Duration + + + P12D + + + + + Electrical + + + IP Code + + + IP66 + + + + + Administration + + + Procurement Method + + + Turnkey supply + + + + + Electrical + + + Nominal Frequency + + + 60 + + + + + Electrical + + + Power Factor + + + 1.0 + + + + + Electrical + + + Rated Voltage + + + 100.0 + + + + + Electrical + + + Heat Dissipation + + + 85.0 + + + + + Electrical + + + Nominal Power + + + 0.5 + + + + + Environment + + + Storage Temperature + + + 12.0 + + + + + Environment + + + Reference Humidity + + + 0.3 + + + + + Environment + + + Seismic Rating + + + 0.01 + + + + + Condition + + + Assessment Condition + + + Commissioning + + + + + Condition + + + Assessment Type + + + Sensitivity test + + + + + Electrical + + + Rated Current + + + 180.0 + + + + + Electrical + + + Device Power + + + 30.0 + + + + + Environment + + + Reference Temperature + + + 248.15 + + + + + Communications + + + Protocol + + + BACnet + + + + + Communications + + + Connection Mode + + + Wireless + + + + + Documents + + + Operation Manual + + + DOC-ALM-OPS-01 + + + + + Warranty + + + Extended Warranty + + + false + + + + + Service Life + + + Service Life Duration + + + P5Y + + + + + Service Life + + + Mean Time Between Failure + + + P1Y + + + + + Condition + + + Assessment Notes + + + Active state + + + + + Condition + + + Assessment Report + + + RPT-ALM-01 + + + + + Product Basics + + + Model Number + + + SA-220 + + + + + Risk + + + Risk Name + + + False alarm + + + + + Installation + + + Installation Tolerance + + + Mounting tolerance per installation guide + + + + + Product Basics + + + Backup Part Number + + + BKP-ANC-01 + + + + + Risk + + + Associated Location + + + Main entrance wall + + + + + Installation + + + Vertical Tolerance + + + 0.40 + + + + + Warranty + + + Warranty Exclusions + + + Use halogen-free cable; min 1.5sq + + + + + Electrical + + + Number of Poles + + + 14 + + + + + Maintenance + + + Maintenance Interval + + + P270D + + + + + Condition + + + Assessment Date + + + 2025-07-31 + + + + + Product Basics + + + Reference Code + + + MP-007 + + + + + Warranty + + + Warranty Period + + + P3Y + + + + + Warranty + + + Contact Point + + + SentinelWorks support + + + + + Administration + + + Specification Section + + + ALM-2030-B + + + + + Product Basics + + + Trade Item Number + + + 04912345000007 + + + + + Quantities + + + Gross Weight + + + 1.3 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_092_IFCALARMTYPE.ids b/data/output_ids/IFC4/IFC4_092_IFCALARMTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..afba1b25cabeae2a8c80d5306c23e3be6b4017e5 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_092_IFCALARMTYPE.ids @@ -0,0 +1,525 @@ + + + + Alarm + + + + + + + IFCALARMTYPE + + + + + + + ManufacturerTypeInformation + + + Manufacturer + + + SentinelWorks + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + ALM-2030-B + + + + + AlarmTypeCommon + + + AlarmCondition + + + Smoke + + + + + AlarmTypeCommon + + + Status + + + Existing + + + + + Warranty + + + WarrantyContent + + + Battery backup included + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + EnvironmentalImpactValues + + + Duration + + + P12D + + + + + ElectricalDeviceCommon + + + IP_Code + + + IP66 + + + + + ConstructionAdministration + + + ProcurementMethod + + + Turnkey supply + + + + + ElectricalDeviceCommon + + + NominalFrequencyRange + + + 60 + + + + + ElectricalDeviceCommon + + + PowerFactor + + + 1.0 + + + + + ElectricalDeviceCommon + + + RatedVoltage + + + 100.0 + + + + + ElectricalDeviceCommon + + + HeatDissipation + + + 85.0 + + + + + ElectricalDeviceCommon + + + NominalPowerConsumption + + + 0.5 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 12.0 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.3 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.01 + + + + + Condition + + + AssessmentCondition + + + Commissioning + + + + + Condition + + + AssessmentType + + + Sensitivity test + + + + + ElectricalDeviceCommon + + + RatedCurrent + + + 180.0 + + + + + ElectricalDeviceCommon + + + Power + + + 30.0 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 248.15 + + + + + ManufacturerTypeInformation + + + ModelReference + + + BACnet + + + + + ManufacturerTypeInformation + + + ModelLabel + + + Wireless + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + DOC-ALM-OPS-01 + + + + + Warranty + + + IsExtendedWarranty + + + false + + + + + ServiceLife + + + ServiceLifeDuration + + + P5Y + + + + + ServiceLife + + + MeanTimeBetweenFailure + + + P1Y + + + + + Condition + + + AssessmentDescription + + + Active state + + + + + Condition + + + LastAssessmentReport + + + RPT-ALM-01 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-ALM-SAFE-01 + + + + + Risk + + + RiskName + + + False alarm + + + + + Tolerance + + + ToleranceDescription + + + Mounting tolerance per installation guide + + + + + ManufacturerTypeInformation + + + ArticleNumber + + + BKP-ANC-01 + + + + + Risk + + + AssociatedLocation + + + Main entrance wall + + + + + Tolerance + + + VerticalTolerance + + + 0.40 + + + + + Warranty + + + Exclusions + + + Use halogen-free cable; min 1.5sq + + + + + ElectricalDeviceCommon + + + NumberOfPoles + + + 14 + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P270D + + + + + Condition + + + AssessmentDate + + + 2025-07-31 + + + + + AlarmTypeCommon + + + Reference + + + MP-007 + + + + + Warranty + + + WarrantyPeriod + + + P3Y + + + + + Warranty + + + PointOfContact + + + SentinelWorks support + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + ALM-2030-B + + + + + ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + LOT-2030-07 + + + + + AlarmBaseQuantities + + + GrossWeight + + + 1.3 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_093_IFCAIRTERMINALTYPE.ids b/data/output_ids/IFC4/IFC4_093_IFCAIRTERMINALTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..24aaa39394a46194921f4ab1226778d57ed0e48b --- /dev/null +++ b/data/output_ids/IFC4/IFC4_093_IFCAIRTERMINALTYPE.ids @@ -0,0 +1,525 @@ + + + + AirTerminal + + + + + + + IFCAIRTERMINALTYPE + + + + + + + Product Basics + + + Brand + + + DiffuserCo + + + + + Product Basics + + + Model Code + + + AT-2025-A + + + + + Product Basics + + + Surface Coating + + + PowderCoated + + + + + Product Basics + + + Mounting Category + + + Ceiling + + + + + Product Basics + + + MountingHeight + + + 2.70 + + + + + Product Basics + + + OverallDimensions + + + 0.600x0.300x0.100 + + + + + Product Basics + + + Unit Weight + + + 1.2 + + + + + Air Performance + + + DesignAirFlowRate + + + 0.25 + + + + + Air Performance + + + MinAirFlowRate + + + 0.05 + + + + + Air Performance + + + MaxAirFlowRate + + + 0.40 + + + + + Air Performance + + + ThrowDistance + + + 4.0 + + + + + Air Performance + + + SpreadAngle + + + 30.0 + + + + + Air Performance + + + Pattern Category + + + Slot + + + + + Air Performance + + + SupplyOrExtract + + + Supply + + + + + Duct Connection + + + NominalConnectionSize + + + 0.125 + + + + + Duct Connection + + + ConnectionShape + + + Rectangular + + + + + Duct Connection + + + ConnectionOrientation + + + Horizontal + + + + + Duct Connection + + + RoughInHeight + + + 0.300 + + + + + Duct Connection + + + RoughInDistanceFromWall + + + 0.100 + + + + + Duct Connection + + + ConnectionFlangeStandard + + + DIN + + + + + Performance + + + PressureDropAtDesign + + + 50.0 + + + + + Performance + + + SoundPowerLevel + + + 45.0 + + + + + Performance + + + SoundPressureLevelAtDistance + + + 32.0 + + + + + Performance + + + ThrowVariation + + + 0.10 + + + + + Controls + + + HasMotorizedDamper + + + true + + + + + Controls + + + HasControlDamper + + + true + + + + + Controls + + + ActuatorSupply + + + 24V + + + + + Controls + + + ControlSignalType + + + 0-10V + + + + + Controls + + + HasPositionFeedback + + + true + + + + + Fire and Smoke + + + IsFireDamperRequired + + + true + + + + + Fire and Smoke + + + IsSmokeDamperRequired + + + true + + + + + Fire and Smoke + + + Fire Resistance Level + + + EI60 + + + + + Fire and Smoke + + + FireSealType + + + Intumescent + + + + + Installation + + + FixingDetails + + + Screw fix to ceiling;Clip-in mounting with bracket + + + + + Installation + + + ClearanceForMaintenance + + + 0.50 + + + + + Installation + + + InstallationOrientation + + + Ceiling + + + + + Installation + + + Install Date + + + 2025-08-01 + + + + + Installation + + + HandlingInstructions + + + Install with bracket; avoid impact + + + + + Maintenance + + + MaintenanceInterval + + + 180 + + + + + Maintenance + + + FilterReplacementInterval + + + 90 + + + + + Maintenance + + + AccessForInspection + + + HatchAccess + + + + + Maintenance + + + SparePartsList + + + Filter kit;Fixing screws;Grille + + + + + Manufacturer Info + + + Brand + + + DiffuserCo + + + + + Manufacturer Info + + + Model Code + + + AT-2025-A + + + + + Product Materials + + + Lot Code + + + LOT-2025-01 + + + + + Quantities + + + Overall Weight + + + 11.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_094_IFCAIRTERMINALTYPE.ids b/data/output_ids/IFC4/IFC4_094_IFCAIRTERMINALTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..a8b04c555f9344a0cc762fe93e0fab9bffd7157f --- /dev/null +++ b/data/output_ids/IFC4/IFC4_094_IFCAIRTERMINALTYPE.ids @@ -0,0 +1,514 @@ + + + + 排煙口 + + + + + + + IFCAIRTERMINALTYPE + + + + + + + AirTerminalTypeCommon + + + NumberOfSlots + + + 2 + + + + + AirTerminalTypeCommon + + + Reference + + + SMK-AT-01 + + + + + ManufacturerTypeInformation + + + ModelReference + + + SMK-AT-200 + + + + + Condition + + + LastAssessmentReport + + + RPT-SMOKE-2025-01 + + + + + EnvironmentalImpactIndicators + + + Reference + + + 排煙口 + + + + + EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 1台 + + + + + Uncertainty + + + UncertaintyDescription + + + 設置位置補正値 + + + + + ElectricalDeviceCommon + + + NumberOfPoles + + + 2 + + + + + Condition + + + AssessmentDescription + + + 定期点検済み + + + + + EnvironmentalImpactIndicators + + + ExpectedServiceLife + + + 15 + + + + + ElementKinematics + + + MinimumTime + + + 0.2 + + + + + Risk + + + RiskName + + + 排煙性能低下 + + + + + AirTerminalTypeCommon + + + SlotLength + + + 0.600 + + + + + ElectricalDeviceCommon + + + RatedCurrent + + + 2 + + + + + Tolerance + + + ToleranceDescription + + + 公共建築工事標準仕様書(機械設備工事編)令和4年版 + + + + + ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 1 + + + + + ManufacturerTypeInformation + + + ModelLabel + + + 煙感知連動型 + + + + + Risk + + + AssociatedLocation + + + 低層EVホール + + + + + AirTerminalBaseQuantities + + + Perimeter + + + 2.10 + + + + + Warranty + + + PointOfContact + + + 設備担当窓口 + + + + + Warranty + + + Exclusions + + + 消耗部品は除く + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + 23 34 00 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.20 + + + + + AirTerminalTypeCommon + + + FinishColour + + + アルミ製 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 300 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 313.15 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 850 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.7 + + + + + Uncertainty + + + VerticalUncertainty + + + 0.020 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + Warranty + + + WarrantyContent + + + 防錆塗装を含む + + + + + ManufacturerTypeInformation + + + ArticleNumber + + + SMK-AT-200 + + + + + Risk + + + AssociatedActivity + + + 3 排煙設備 + + + + + ConstructionAdministration + + + ProcurementMethod + + + 設備一式調達 + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + DOC-SMOKE-OPS-01 + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + DOC-SMOKE-SAFE-01.pdf + + + + + EnvironmentalImpactIndicators + + + IndicatorsUnit + + + kgCO2e/unit + + + + + ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-SMOKE-2025.pdf + + + + + AirTerminalBaseQuantities + + + GrossWeight + + + 18.5 + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + SUB-SMOKE-01 + + + + + MaintenanceTriggerCondition + + + ConditionMaintenanceLevel + + + + + + + + Condition + + + AssessmentMethod + + + DOC-SMOKE-TEST-01.pdf + + + + + AirTerminalTypeCommon + + + SlotWidth + + + 0.025 + + + + + ElectricalDeviceCommon + + + NominalFrequencyRange + + + 50 + + + + + Condition + + + AssessmentDate + + + 2021-03-23 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_095_IFCPUMPTYPE.ids b/data/output_ids/IFC4/IFC4_095_IFCPUMPTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..935bff518aa7e220c1e948f6b14f955adead9fd3 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_095_IFCPUMPTYPE.ids @@ -0,0 +1,536 @@ + + + + ポンプタイプ情報照査用 + + + + + + + IFCPUMPTYPE + + + + + + + 運用分類 + + + 運転用途 + + + 冷温水搬送用 + + + + + 製品台帳 + + + シリーズ名称 + + + VLPシリーズ + + + + + 配置計画 + + + 設置ゾーン + + + 地下機械室B + + + + + 流体系統 + + + 接続回路名 + + + 中温水二次系 + + + + + 本体構成 + + + ポンプ様式 + + + インライン多段ポンプ + + + + + 品質計画 + + + 静粛化オプション + + + 防振ベース付 + + + + + 制御構成 + + + 制御パッケージ + + + 遠方監視対応 + + + + + 水理条件 + + + 定格循環量[l/min] + + + 720 + + + + + 水理条件 + + + 最大処理流量[l/min] + + + 810 + + + + + 圧力条件 + + + 設計差圧[kPa] + + + 260 + + + + + 圧力条件 + + + 戻り側許容圧[kPa] + + + 140 + + + + + 適合情報 + + + 参照基準 + + + ISO9906 + + + + + 材料構成 + + + 接液部主要材質 + + + ステンレス鋳鋼 + + + + + 耐久評価 + + + 許容振動係数[G] + + + 1.1 + + + + + 駆動条件 + + + 標準回転速度[min-1] + + + 1780 + + + + + 音響評価 + + + 定格音圧[dB(A)] + + + 68 + + + + + 外形条件 + + + 本体幅W[mm] + + + 480 + + + + + 外形条件 + + + 本体奥行D[mm] + + + 920 + + + + + 外形条件 + + + 本体高さH[mm] + + + 1180 + + + + + 重量条件 + + + 乾燥時質量[kg] + + + 295 + + + + + 重量条件 + + + 満水運転質量[kg] + + + 342 + + + + + 保守空間 + + + 背面作業余裕[mm] + + + 750 + + + + + 保守空間 + + + 前面作業余裕[mm] + + + 900 + + + + + 保守空間 + + + 左側作業余裕[mm] + + + 500 + + + + + 保守空間 + + + 右側作業余裕[mm] + + + 520 + + + + + 保守空間 + + + 上部引抜余裕[mm] + + + 850 + + + + + 保守空間 + + + 架台下余裕[mm] + + + 120 + + + + + 重量条件 + + + 搬入時総質量[kg] + + + 360 + + + + + 受電条件 + + + 供給周波数[Hz] + + + 60 + + + + + 受電条件 + + + 電源相数 + + + 3 + + + + + 受電条件 + + + 定格電圧[V] + + + 400 + + + + + 駆動条件 + + + 駆動機容量[kW] + + + 15 + + + + + 省エネ評価 + + + 平均運転消費電力[kW] + + + 9.8 + + + + + 駆動条件 + + + 電動機極数 + + + 4 + + + + + 受電条件 + + + 電源引込口数 + + + 2 + + + + + 運転分類 + + + 受電区分 + + + 常用系 + + + + + 起動計画 + + + 起動シーケンス + + + ソフトスタート + + + + + 駆動機仕様 + + + モータ効率区分 + + + IE4 + + + + + BCP対応 + + + バックアップ電源区分 + + + 非常用切替対応 + + + + + 運転制御 + + + 発停トリガー + + + 圧力センサ連動 + + + + + 運転制御 + + + 制御ロジック + + + 差圧一定制御 + + + + + 管理記号 + + + 制御盤参照番号 + + + MCP-VLP-22 + + + + + 管理記号 + + + 系統配線タグ + + + PWR-HYD-2B + + + + + 台数計画 + + + 並列運転台数 + + + 2 + + + + + 保全計画 + + + 定期交換消耗品点数 + + + 4 + + + + + データ管理 + + + 管理版数 + + + 7 + + + + + データ管理 + + + 登録基準日 + + + 2025-09-18 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_096_IFCPUMPTYPE.ids b/data/output_ids/IFC4/IFC4_096_IFCPUMPTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..faae7fc7fc1ce5a3dc6160dd7f78258bf3fe68c2 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_096_IFCPUMPTYPE.ids @@ -0,0 +1,536 @@ + + + + ポンプ + + + + + + + IFCPUMPTYPE + + + + + + + 所要能力情報 + + + 記号 + + + PCH-2 + + + + + 所要能力情報 + + + 呼称 + + + 空調用ポンプ_横形 + + + + + 所要能力情報 + + + 符号 + + + PCH + + + + + 所要能力情報 + + + 系統名称 + + + 中層系統 + + + + + 所要能力情報 + + + 形式 + + + 立形渦巻ポンプ + + + + + 所要能力情報 + + + 特殊仕様 + + + 耐蝕仕様 + + + + + 所要能力情報 + + + 仕様 + + + 逆止弁一体 + + + + + 所要能力情報 + + + 設計水量 [l/min] + + + 1 + + + + + 水量仕様情報 + + + 吐水量 [l/min] + + + 1 + + + + + 水圧力仕様情報 + + + 揚程 [kPa] + + + 350 + + + + + 水圧力仕様情報 + + + 背圧 [kPa] + + + 80 + + + + + 一般仕様情報 + + + 認証・規格、認証・規格2~5 + + + JIS B1234 + + + + + 一般仕様情報 + + + 材質、材質2~7 + + + 鋳鉄製 + + + + + 一般仕様情報 + + + 耐震強度 [G] + + + 2 + + + + + 一般仕様情報 + + + 回転数 [min-1] + + + 1 + + + + + 一般仕様情報 + + + 騒音レベル [dB(A)] + + + 78 + + + + + 一般仕様情報 + + + 幅 [mm] + + + 1 + + + + + 一般仕様情報 + + + 奥行 [mm] + + + 750 + + + + + 一般仕様情報 + + + 高さ [mm] + + + 900 + + + + + 一般仕様情報 + + + 製品質量 [kg] + + + 320 + + + + + 一般仕様情報 + + + 運転質量 + + + 360 + + + + + 一般仕様情報 + + + 保守空間_背面 [mm] + + + 500 + + + + + 一般仕様情報 + + + 保守空間_前面 [mm] + + + 700 + + + + + 一般仕様情報 + + + 保守空間_左側 [mm] + + + 1 + + + + + 一般仕様情報 + + + 保守空間_右側 [mm] + + + 600 + + + + + 一般仕様情報 + + + 保守空間_上部 [mm] + + + 700 + + + + + 一般仕様情報 + + + 保守空間_下部 [mm] + + + 0 + + + + + 一般仕様情報 + + + 質量 [kg] + + + 380 + + + + + 電気仕様情報 + + + 周波数 [Hz] + + + 60 + + + + + 電気仕様情報 + + + + + + 3 + + + + + 電気仕様情報 + + + 電圧 [V] + + + 400 + + + + + 電気仕様情報 + + + 電動機出力 [kW] + + + 15 + + + + + 電気仕様情報 + + + 消費電力 [kW] + + + 18.2 + + + + + 電気仕様情報 + + + 極数 + + + 4 + + + + + 電気仕様情報 + + + 電源接続口 + + + 1 + + + + + 電気仕様情報 + + + 負荷分類 + + + 2_空調搬送 + + + + + 電気仕様情報 + + + 始動方式 + + + Y-Δ + + + + + 電気仕様情報 + + + 電動機種別 + + + IE3 + + + + + 電気仕様情報 + + + 電源種別 + + + 常用 + + + + + 電気仕様情報 + + + 発停方法 + + + 自動 + + + + + 電気仕様情報 + + + 制御方式 + + + 差圧一定 + + + + + 電気仕様情報 + + + 盤記号 + + + PANEL-1 + + + + + 電気仕様情報 + + + 幹線記号 + + + MFB-1 + + + + + 拡張仕様情報 + + + ユニット数 + + + 2 + + + + + テキスト情報 + + + 消耗品 + + + 1 + + + + + テキスト情報 + + + ファミリー版数 + + + 3 + + + + + テキスト情報 + + + データ作成年月 + + + 2019-04-15 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_097_IFCBOILERTYPE.ids b/data/output_ids/IFC4/IFC4_097_IFCBOILERTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..9c576ea2d85237c26c4332dd67ca60c9cec75d6f --- /dev/null +++ b/data/output_ids/IFC4/IFC4_097_IFCBOILERTYPE.ids @@ -0,0 +1,547 @@ + + + + Boiler + + + + + + + IFCBOILERTYPE + + + + + + + ManufacturerTypeInformation + + + Manufacturer + + + BoilerCo + + + + + BoilerTypeCommon + + + EnergySource + + + NaturalGas + + + + + ElectricalDeviceCommon + + + RatedVoltage + + + 50000.0 + + + + + Condition + + + AssessmentType + + + FuelVerification + + + + + ElectricalDeviceCommon + + + RatedCurrent + + + 0.95 + + + + + BoilerTypeCommon + + + IsWaterStorageHeater + + + true + + + + + BoilerTypeCommon + + + PressureRating + + + 10.0 + + + + + BoilerTypeCommon + + + WaterInletTemperatureRange + + + 200.0 + + + + + BoilerTypeCommon + + + OutletTemperatureRange + + + 0.300 + + + + + BoilerTypeCommon + + + NominalPartLoadRatio + + + 48000.0 + + + + + BoilerTypeCommon + + + NominalEnergyConsumption + + + 5.5 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 353.15 + + + + + BoilerTypeCommon + + + HeatTransferSurfaceArea + + + 50.0 + + + + + ElectricalDeviceCommon + + + PowerFactor + + + 0.40 + + + + + ElectricalDeviceCommon + + + NumberOfPoles + + + 24 + + + + + ElementSize + + + NominalLength + + + 0.050 + + + + + BoilerTypeCommon + + + WaterStorageCapacity + + + 0.050 + + + + + ElementSize + + + NominalWidth + + + 0.015 + + + + + ElectricalDeviceCommon + + + NominalPowerConsumption + + + 0.300 + + + + + BoilerTypeCommon + + + OperatingMode + + + Fixed + + + + + ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 4 + + + + + MaintenanceStrategy + + + MonitoringType + + + RemoteMonitoring + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + 4-20mA signal + + + + + ElectricalDeviceCommon + + + IP_Code + + + IP54 + + + + + ElectricalDeviceCommon + + + IK_Code + + + IK08 + + + + + Condition + + + AssessmentDescription + + + Combustion settings verified + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 350000 + + + + + Condition + + + AssessmentCondition + + + Commissioning + + + + + Risk + + + AssociatedLocation + + + PlantRoom + + + + + Warranty + + + WarrantyPeriod + + + P2Y + + + + + BoilerTypeCommon + + + Reference + + + PR-6 + + + + + Warranty + + + IsExtendedWarranty + + + true + + + + + Warranty + + + Exclusions + + + Ground continuity required + + + + + Condition + + + NextAssessmentDate + + + 2025-08-01 + + + + + Condition + + + LastAssessmentReport + + + RPT-BLR-01 + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P1D + + + + + ConstructionAdministration + + + ProcurementMethod + + + Package supply + + + + + ElementSize + + + NominalHeight + + + 5.0 + + + + + Condition + + + AssessmentFrequency + + + 365 + + + + + MaintenanceStrategy + + + AssetPriority + + + High + + + + + Condition + + + AssessmentDate + + + 2025-06-01 + + + + + EnvironmentalImpactIndicators + + + ExpectedServiceLife + + + 20 + + + + + Warranty + + + PointOfContact + + + BoilerCo service + + + + + ManufacturerTypeInformation + + + ModelLabel + + + BLR-5000 + + + + + ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + BoilerBaseQuantities + + + NetWeight + + + 450.0 + + + + + BoilerBaseQuantities + + + GrossWeight + + + 480.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_098_IFCBOILERTYPE.ids b/data/output_ids/IFC4/IFC4_098_IFCBOILERTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..e8d858a23a4d21a3109c61152589597283b29131 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_098_IFCBOILERTYPE.ids @@ -0,0 +1,591 @@ + + + + ボイラー + + + + + + + IFCBOILERTYPE + + + + + + + Condition + + + AssessmentCondition + + + 試運転時 + + + + + ManufacturerTypeInformation + + + ModelLabel + + + 小型貫流ボイラ + + + + + ManufacturerTypeInformation + + + ModelReference + + + BS + + + + + Risk + + + AssociatedLocation + + + 低層系統 + + + + + Condition + + + AssessmentType + + + 型式確認 + + + + + Condition + + + AssessmentDescription + + + 不明 + + + + + Condition + + + LastAssessmentReport + + + 不明 + + + + + ElectricalDeviceCommon + + + RatedCurrent + + + 10 + + + + + ElectricalDeviceCommon + + + RatedVoltage + + + 1000 + + + + + ElectricalDeviceCommon + + + NumberOfPoles + + + 1000 + + + + + BoilerTypeCommon + + + HeatTransferSurfaceArea + + + 1 + + + + + ElectricalDeviceCommon + + + NominalFrequencyRange + + + 100 + + + + + ElectricalDeviceCommon + + + PowerFactor + + + 1.00 + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + ElectricalDeviceCommon + + + HeatDissipation + + + 980 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + JIS B0000 + + + + + Warranty + + + WarrantyContent + + + 鋼製ボディ + + + + + MaintenanceTriggerPerformance + + + TargetPerformance + + + 1.5 + + + + + ElectricalDeviceCommon + + + Power + + + 80 + + + + + EnvironmentalCondition + + + MaximumWindSpeed + + + 1 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.30 + + + + + EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 298.15 + + + + + ElectricalDeviceCommon + + + NominalPowerConsumption + + + 2800 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 3000000 + + + + + ElementKinematics + + + LinearRange + + + 600 + + + + + Uncertainty + + + LinearUncertainty + + + 2 + + + + + Tolerance + + + OrthogonalStraightness + + + 600 + + + + + Uncertainty + + + HorizontalUncertainty + + + 600 + + + + + Tolerance + + + VerticalStraightness + + + 600 + + + + + Uncertainty + + + VerticalUncertainty + + + 600 + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.3 + + + + + EnvironmentalCondition + + + OperationalTemperatureRange + + + 333.15 + + + + + EnvironmentalCondition + + + SaltMistLevel + + + 高塩害 + + + + + EnvironmentalCondition + + + SmokeLevel + + + 低煙環境 + + + + + EnvironmentalCondition + + + MaximumSolarRadiation + + + 100 + + + + + Tolerance + + + OverallTolerance + + + 100 + + + + + Tolerance + + + HorizontalTolerance + + + 100 + + + + + Tolerance + + + VerticalTolerance + + + 100 + + + + + ElectricalDeviceCommon + + + EarthingStyle + + + TN-S + + + + + ElectricalDeviceCommon + + + IK_Code + + + IK10 + + + + + SoundGeneration + + + SoundCurve + + + 200 + + + + + BoilerTypeCommon + + + NominalPartLoadRatio + + + 7.5 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 15 + + + + + EnvironmentalCondition + + + StorageTemperatureRange + + + 318.15 + + + + + ServiceLife + + + ServiceLifeDuration + + + P10Y + + + + + Risk + + + AssociatedActivity + + + 1_熱源類 + + + + + ConstructionAdministration + + + ProcurementMethod + + + メーカー直納 + + + + + Risk + + + RiskName + + + 一般 + + + + + Risk + + + RiskAssessmentMethodology + + + 中央発停 + + + + + Risk + + + MitigationPlanned + + + 比例制御 + + + + + Risk + + + MitigationProposed + + + 比例制御 + + + + + Risk + + + AssociatedProduct + + + 比例制御 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_099_IFCTANKTYPE.ids b/data/output_ids/IFC4/IFC4_099_IFCTANKTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..18f18230b7f570126b61bc2b890b863ec3e731e2 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_099_IFCTANKTYPE.ids @@ -0,0 +1,701 @@ + + + + Tank + + + + + + + IFCTANKTYPE + + + + + + + Product Basics + + + BuilderName + + + TankCo + + + + + Product Basics + + + Model + + + TNK-30000 + + + + + Product Basics + + + Tank Form + + + Vertical + + + + + Product Basics + + + StandDirection + + + Vertical + + + + + Product Basics + + + Support Type + + + Skirt + + + + + Product Basics + + + Buried + + + true + + + + + Product Basics + + + Manway Size + + + 0.600 + + + + + Product Basics + + + Secondary Containment + + + true + + + + + Product Basics + + + Secondary Containment Volume + + + 5.0 + + + + + Geometry + + + TankDiameterValue + + + 3.00 + + + + + Geometry + + + TankHeightValue + + + 6.00 + + + + + Geometry + + + TankLengthValue + + + 8.00 + + + + + Geometry + + + Shell Thickness + + + 0.020 + + + + + Geometry + + + Roof Type + + + Cone + + + + + Geometry + + + Annular Space + + + 0.50 + + + + + Capacity and Levels + + + Nominal Capacity + + + 50.0 + + + + + Capacity and Levels + + + Usable Capacity + + + 48.0 + + + + + Capacity and Levels + + + Max Fill Level + + + 5.80 + + + + + Capacity and Levels + + + Min Operating Level + + + 0.20 + + + + + Capacity and Levels + + + Fill Rate + + + 0.50 + + + + + Materials + + + Shell Material + + + CarbonSteel + + + + + Materials + + + Lining Material + + + Epoxy + + + + + Materials + + + Insulation Type + + + MineralWool + + + + + Materials + + + Corrosion Allowance + + + 0.005 + + + + + Materials + + + Design Code + + + API650 + + + + + Pressure and Temperature + + + Design Pressure + + + 0.50 + + + + + Pressure and Temperature + + + Test Pressure + + + 0.75 + + + + + Pressure and Temperature + + + Max Operating Temperature + + + 120.0 + + + + + Pressure and Temperature + + + Min Operating Temperature + + + -20.0 + + + + + Pressure and Temperature + + + Thermal Expansion Allowance + + + 0.005 + + + + + Connections + + + Inlet Connection Size + + + 0.050 + + + + + Connections + + + Outlet Connection Size + + + 0.050 + + + + + Connections + + + Drain Connection Size + + + 0.050 + + + + + Connections + + + Vent Connection Size + + + 0.050 + + + + + Connections + + + Manway Count + + + 1 + + + + + Connections + + + Nozzle Orientation + + + Top + + + + + Safety + + + Overfill Protection + + + true + + + + + Safety + + + Level Sensors + + + true + + + + + Safety + + + Leak Detection + + + true + + + + + Safety + + + Has Pressure Relief + + + true + + + + + Safety + + + Emergency Venting + + + true + + + + + Monitoring + + + Remote Monitoring + + + true + + + + + Monitoring + + + Control Protocol + + + Modbus + + + + + Monitoring + + + Level Sensor Type + + + Ultrasonic + + + + + Monitoring + + + Alarm Setpoint + + + 0.90 + + + + + Installation + + + Foundation Required + + + true + + + + + Installation + + + Anchorage Spec + + + Concrete pad with M24 anchors x8 + + + + + Installation + + + Lifting Lugs + + + 4 lugs at 90deg + + + + + Installation + + + Maintenance Clearance + + + 1.00 + + + + + Installation + + + Earthing + + + Bonding + + + + + Maintenance + + + Cleaning Interval + + + 365 + + + + + Maintenance + + + Coating Inspection Interval + + + 365 + + + + + Maintenance + + + Spare Parts + + + Gasket set;Level transmitter;Manway seal + + + + + Maintenance + + + Last Inspection Date + + + 2025-06-01 + + + + + Handling and Transport + + + Gross Weight + + + 5000.0 + + + + + Handling and Transport + + + Net Weight + + + 4800.0 + + + + + Handling and Transport + + + Max Section Weight + + + 2000.0 + + + + + Handling and Transport + + + Transport Unit Size + + + 20ftContainer + + + + + Manufacturer Info + + + FabricatorName + + + TankCo + + + + + Manufacturer Info + + + Model + + + TNK-30000 + + + + + Production + + + Lot ID + + + LOT-2025-01 + + + + + Quantities + + + Net Weight + + + 4800.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4/IFC4_100_IFCTANKTYPE.ids b/data/output_ids/IFC4/IFC4_100_IFCTANKTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..f5b30745d3c00eba4d692eefd47bd5077b732ad8 --- /dev/null +++ b/data/output_ids/IFC4/IFC4_100_IFCTANKTYPE.ids @@ -0,0 +1,701 @@ + + + + Tank + + + + + + + IFCTANKTYPE + + + + + + + ManufacturerTypeInformation + + + Manufacturer + + + AquaStor + + + + + ConstructionAdministration + + + SubmittalIdentifer + + + VT-45000 + + + + + TankTypeCommon + + + PatternType + + + VERTICALCYLINDER + + + + + Condition + + + AssessmentDescription + + + StandDirection: Vertical + + + + + Condition + + + AssessmentType + + + SupportInspection + + + + + Condition + + + AssessmentCondition + + + Installed condition + + + + + TankTypeSectional + + + SectionWidth + + + 0.750 + + + + + Warranty + + + WarrantyContent + + + Secondary containment provided + + + + + TankTypePreformed + + + SecondCurvatureRadius + + + 6.0 + + + + + TankTypeCommon + + + EffectiveCapacity + + + 57.5 + + + + + TankTypeCommon + + + OperatingWeight + + + 5400.0 + + + + + TankTypeSectional + + + SectionLength + + + 10.00 + + + + + ElementSize + + + NominalWidth + + + 0.025 + + + + + ManufacturerTypeInformation + + + ModelReference + + + Dome roof + + + + + Tolerance + + + OrthogonalTolerance + + + 0.40 + + + + + TankTypeCommon + + + TankNominalCapacity + + + 60.0 + + + + + ElementSize + + + NominalLength + + + 57.0 + + + + + EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.45 + + + + + EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 300000 + + + + + Tolerance + + + HorizontalTolerance + + + 0.65 + + + + + ManufacturerTypeInformation + + + ModelLabel + + + Stainless steel shell + + + + + Risk + + + RiskName + + + Corrosion + + + + + Risk + + + RiskAssessmentMethodology + + + Inspection checklist + + + + + Tolerance + + + OverallTolerance + + + 0.006 + + + + + ConstructionAdministration + + + SpecificationSectionNumber + + + API620 + + + + + TankTypePreformed + + + FirstCurvatureRadius + + + 0.30 + + + + + Warranty + + + WarrantyIdentifier + + + WR-TNK-2025-01 + + + + + Warranty + + + WarrantyStartDate + + + 2025-07-20 + + + + + Warranty + + + WarrantyPeriod + + + P5Y + + + + + EnvironmentalCondition + + + SeismicResistance + + + 0.006 + + + + + Tolerance + + + VerticalTolerance + + + 0.080 + + + + + Tolerance + + + PlanarFlatness + + + 0.080 + + + + + Tolerance + + + HorizontalFlatness + + + 0.050 + + + + + Tolerance + + + SideFlatness + + + 0.050 + + + + + TankTypeSectional + + + NumberOfSections + + + 2 + + + + + ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + Tolerance + + + ToleranceDescription + + + Factory dimensional tolerance + + + + + ConstructionAdministration + + + ProcurementMethod + + + Vendor package supply + + + + + Risk + + + AssociatedProduct + + + Pressure relief equipped + + + + + Risk + + + AssociatedActivity + + + Emergency venting + + + + + ManufacturerTypeInformation + + + OperationalDocument + + + Remote monitoring guide + + + + + ManufacturerTypeInformation + + + SafetyDocument + + + BACnet control spec + + + + + ManufacturerTypeInformation + + + PerformanceCertificate + + + Radar sensor spec + + + + + ElementSize + + + NominalHeight + + + 0.85 + + + + + Risk + + + AssociatedLocation + + + Outdoor utility yard + + + + + Warranty + + + Exclusions + + + Concrete ring beam with M20 anchors x12 + + + + + Condition + + + LastAssessmentReport + + + RPT-TNK-01 + + + + + Tolerance + + + OrthogonalStraightness + + + 1.20 + + + + + ElectricalDeviceCommon + + + IP_Code + + + IP54 + + + + + MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P180D + + + + + MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P180D + + + + + ManufacturerTypeInformation + + + ArticleNumber + + + SPARE-KIT-01 + + + + + Condition + + + AssessmentDate + + + 2025-07-15 + + + + + TankBaseQuantities + + + GrossWeight + + + 5200.0 + + + + + TankBaseQuantities + + + NetWeight + + + 5000.0 + + + + + TankBaseQuantities + + + TotalSurfaceArea + + + 1800.0 + + + + + TankTypeCommon + + + Reference + + + 40ftContainer + + + + + Warranty + + + PointOfContact + + + AquaStor support + + + + + Tolerance + + + ElevationalFlatness + + + 0.012 + + + + + ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + LOT-2025-08 + + + + + EnvironmentalCondition + + + MaximumRainIntensity + + + 5000.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_001_IFCPROJECT.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_001_IFCPROJECT.ids new file mode 100644 index 0000000000000000000000000000000000000000..30788e268781da43f2d71af2ea5a2261ec326393 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_001_IFCPROJECT.ids @@ -0,0 +1,85 @@ + + + + ProjectInfo + + + + + + + IFCPROJECT + + + + + + + Pset_ProjectCommon + + + ProjectType + + + New Build + + + + + Pset_ProjectCommon + + + ProjectInvestmentEstimate + + + 15000000.0 + + + + + Pset_ProjectCommon + + + FundingSource + + + GovernmentGrant + + + + + Pset_ProjectCommon + + + ROI + + + 0.12 + + + + + Pset_ProjectCommon + + + NetEarnedValue + + + 500000.0 + + + + + Pset_ProjectCommon + + + PaybackPeriod + + + P4Y6M + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_002_IFCPROJECT.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_002_IFCPROJECT.ids new file mode 100644 index 0000000000000000000000000000000000000000..a631ee97c442b090cca9c9d5ff6a2bb8869128ae --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_002_IFCPROJECT.ids @@ -0,0 +1,63 @@ + + + + プロジェクト情報 + + + + + + + IFCPROJECT + + + + + + + Pset_ProjectCommon + + + FundingSource + + + 投資家からの資金調達及び自己資金がメイン。一部銀行融資あり。 + + + + + Pset_ProjectCommon + + + ProjectInvestmentEstimate + + + 120000000 + + + + + Pset_ProjectCommon + + + PaybackPeriod + + + P3Y + + + + + Pset_ProjectCommon + + + ProjectType + + + 既存ビルのリノベーション工事。 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_003_IFCPROJECT.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_003_IFCPROJECT.ids new file mode 100644 index 0000000000000000000000000000000000000000..4ecfafa796400dc35521fe3242360512335e06f1 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_003_IFCPROJECT.ids @@ -0,0 +1,85 @@ + + + + ProjectInfo + + + + + + + IFCPROJECT + + + + + + + Project Information + + + Project Category + + + Residential + + + + + Project Information + + + Estimated Cost + + + 20000000.0 + + + + + Project Information + + + Financing Method + + + OwnerEquity + + + + + Project Information + + + Expected Return + + + 0.18 + + + + + Project Information + + + Net Profit + + + 1200000.0 + + + + + Project Information + + + Payback Period + + + P3Y6M + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_004_IFCPROJECT.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_004_IFCPROJECT.ids new file mode 100644 index 0000000000000000000000000000000000000000..a2a4dc9137748fc5e1cf082e148ab634f0eb75bc --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_004_IFCPROJECT.ids @@ -0,0 +1,63 @@ + + + + ProjectInfo + + + + + + + IFCPROJECT + + + + + + + Pset_ProjectCommon + + + ProjectType + + + Second Type Project + + + + + Pset_ProjectCommon + + + ROI + + + 23.5 + + + + + Pset_ProjectCommon + + + NetEarnedValue + + + 200 + + + + + Pset_ProjectCommon + + + PaybackPeriod + + + P1Y + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_005_IFCPROJECT.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_005_IFCPROJECT.ids new file mode 100644 index 0000000000000000000000000000000000000000..b511f1e8c6864129f2a37081d7c95ca068c3cc16 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_005_IFCPROJECT.ids @@ -0,0 +1,85 @@ + + + + ProjectInfo + + + + + + + IFCPROJECT + + + + + + + Common + + + Project Category + + + Commercial + + + + + Common + + + Estimated Cost + + + 7500000.0 + + + + + Common + + + Financing Method + + + OwnerEquity + + + + + Common + + + Expected Return + + + 0.095 + + + + + Common + + + Net Profit + + + 350000.0 + + + + + Common + + + Payback Period + + + P5Y5M + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_006_IFCSITE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_006_IFCSITE.ids new file mode 100644 index 0000000000000000000000000000000000000000..0f3aa1b39a0ea6d4d2b97538f6b8859e853f9e53 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_006_IFCSITE.ids @@ -0,0 +1,239 @@ + + + + 位置情報 + + + + + + + IFCSITE + + + + + + + Pset_SiteWeather + + + MinAmbientTemp + + + -8.6 + + + + + Pset_PropertyAgreement + + + Restrictions + + + 夜間照明は海側遮光ルーバーを設ける + + + + + Pset_Address + + + UserDefinedPurpose + + + 沿岸観測・保守支援用地 + + + + + Pset_SiteCommon + + + FloorAreaRatio + + + 1.80 + + + + + Pset_LandRegistration + + + LandID + + + AKT-COAST-47C + + + + + Pset_PropertyAgreement + + + TrackingIdentifier + + + LEASE-AKT-COAST-27 + + + + + Pset_SiteCommon + + + TotalArea + + + 6115.4 + + + + + Pset_Address + + + Description + + + 日本海沿岸の観測設備と保守車両基地を兼ねる敷地 + + + + + Pset_SiteWeather + + + MaxAmbientTemp + + + 31.2 + + + + + Pset_PropertyAgreement + + + CommencementDate + + + 2026-04-01 + + + + + Pset_LandRegistration + + + LandTitleID + + + 秋田(港湾)第88421号 + + + + + Pset_Address + + + InternalLocation + + + 飯島北ふ頭東区画 + + + + + Pset_PropertyAgreement + + + Duration + + + P27Y + + + + + Pset_SiteCommon + + + BuildableArea + + + 4280.0 + + + + + Pset_PropertyAgreement + + + ConditionTermination + + + 返還時は観測基礎と埋設配管を撤去する + + + + + Pset_LandRegistration + + + IsPermanentID + + + false + + + + + Pset_SiteCommon + + + BuildingHeightLimit + + + 18.0 + + + + + Pset_Address + + + WWWHomePageURL + + + https://example.jp/sites/akita-coast-observation + + + + + Pset_PropertyAgreement + + + AgreementDate + + + 2026-01-19 + + + + + Pset_SiteCommon + + + SiteCoverageRatio + + + 0.35 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_007_IFCSITE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_007_IFCSITE.ids new file mode 100644 index 0000000000000000000000000000000000000000..18d4e9cd5205217a946459401b09edd8b27bf22a --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_007_IFCSITE.ids @@ -0,0 +1,448 @@ + + + + 敷地仕様 + + + + + + + IFCSITE + + + + + + + 基本台帳 + + + 管理ID + + + LOT-A17 + + + + + 基本台帳 + + + 登録名称 + + + 名古屋南テクニカルヤード + + + + + 基本台帳 + + + 所在表記 + + + 愛知県名古屋市港区潮見町7-4 + + + + + 基本台帳 + + + 郵便識別 + + + 4550016 + + + + + 基本台帳 + + + 台帳番地 + + + 名古屋市港区潮見町7番4 + + + + + 面積基準 + + + 有効敷地面積 + + + 1245.30 + + + + + 座標基準 + + + 緯度値 + + + 35.0921 + + + + + 座標基準 + + + 経度値 + + + 136.8798 + + + + + 座標基準 + + + 標高基準値 + + + 11.5 + + + + + 座標基準 + + + 測量原点名 + + + TP-1 + + + + + 座標基準 + + + 採用座標系 + + + JGD2011平面直角第VII系 + + + + + 方位管理 + + + 北基準回転角 + + + 135 + + + + + 規制整理 + + + 計画区分 + + + 市街化区域 + + + + + 規制整理 + + + 地域指定 + + + 工業地域 + + + + + 規制整理 + + + 建築可能被覆率 + + + 70 + + + + + 規制整理 + + + 許容延床倍率 + + + 400 + + + + + 規制整理 + + + 防災指定 + + + 準防火地域 + + + + + 規制整理 + + + 高さ制限帯 + + + 第2種高度地区 + + + + + 接道条件 + + + 前面道路分類 + + + 建基法42条1項1号 + + + + + 行政記録 + + + 審査受付番号 + + + 第R06計確-1842号 + + + + + 行政記録 + + + 認定交付日 + + + 2025-02-06 + + + + + 地盤評価 + + + 支持層ランク + + + GD-2 + + + + + 地盤評価 + + + 許容地耐力度 + + + 180 + + + + + ハザード確認 + + + 浸水リスク帯 + + + 0.5m未満区域 + + + + + ハザード確認 + + + 基準風速帯 + + + 基準風速34m/s + + + + + ハザード確認 + + + 降雪条件 + + + 一般区域 + + + + + ハザード確認 + + + 地震地域係数区分 + + + Z=1.0地域 + + + + + 供給接続 + + + 前面道路有効幅 + + + 12 + + + + + 供給接続 + + + 接続道路呼称 + + + 潮見幹線 + + + + + 供給接続 + + + 上水引込口径 + + + 100 + + + + + 供給接続 + + + 下水受入可否 + + + true + + + + + 供給接続 + + + ガス供給可否 + + + true + + + + + 供給接続 + + + 受電契約上限 + + + 320 + + + + + 供給接続 + + + 通信導入方式 + + + ダークファイバ対応 + + + + + 実施予定 + + + 着手計画日 + + + 2025-03-01 + + + + + 実施予定 + + + 実着手日 + + + 2025-03-18 + + + + + 実施予定 + + + 竣工目標日 + + + 2027-02-20 + + + + + 実施予定 + + + 実竣工日 + + + 2027-03-05 + + + + + 実施予定 + + + 事業区分 + + + 新築 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_008_IFCSITE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_008_IFCSITE.ids new file mode 100644 index 0000000000000000000000000000000000000000..a411314174d73e29549f1f524b100147de372bd5 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_008_IFCSITE.ids @@ -0,0 +1,448 @@ + + + + 敷地情報 + + + + + + + IFCSITE + + + + + + + 敷地識別情報 + + + 敷地コード + + + SITE-003 + + + + + 敷地識別情報 + + + 敷地名称 + + + 札幌支店敷地 + + + + + 敷地識別情報 + + + 敷地住所 + + + 北海道札幌市中央区北一条西1-1-1 + + + + + 敷地識別情報 + + + 敷地郵便番号 + + + 600001 + + + + + 敷地識別情報 + + + 敷地地番 + + + 札幌市中央区北一条西一丁目1番 + + + + + 敷地識別情報 + + + 敷地面積 + + + 2200 + + + + + 敷地位置情報 + + + 北緯 + + + 43.0618 + + + + + 敷地位置情報 + + + 東経 + + + 141.3545 + + + + + 敷地位置情報 + + + 標高TP + + + 5 + + + + + 敷地位置情報 + + + 基準点名称 + + + TP + + + + + 敷地位置情報 + + + 測地系 + + + JGD2000 + + + + + 敷地位置情報 + + + 方位基準角 + + + 180 + + + + + 法規行政情報 + + + 都市計画区域 + + + 市街化区域 + + + + + 法規行政情報 + + + 用途地域 + + + 近隣商業地域 + + + + + 法規行政情報 + + + 建蔽率許容値 + + + 70 + + + + + 法規行政情報 + + + 容積率許容値 + + + 400 + + + + + 法規行政情報 + + + 防火地域区分 + + + 防火地域 + + + + + 法規行政情報 + + + 高度地区区分 + + + 無指定 + + + + + 法規行政情報 + + + 道路種別 + + + 建基法42条1項2号 + + + + + 法規行政情報 + + + 確認申請番号 + + + 第R06建確-9012号 + + + + + 法規行政情報 + + + 確認済証交付日 + + + 2025-02-20 + + + + + 環境条件情報 + + + 地盤等級 + + + GL-1 + + + + + 環境条件情報 + + + 地耐力 + + + 200 + + + + + 環境条件情報 + + + 浸水想定区分 + + + 浸水想定区域内 + + + + + 環境条件情報 + + + 風荷重区分 + + + 基準風速36m/s + + + + + 環境条件情報 + + + 積雪荷重区分 + + + 多雪区域 + + + + + 環境条件情報 + + + 地震動区分 + + + 耐震等級1 + + + + + インフラ接続情報 + + + 接道幅員 + + + 10 + + + + + インフラ接続情報 + + + 道路名称 + + + 北一条通 + + + + + インフラ接続情報 + + + 上水道引込径 + + + 100 + + + + + インフラ接続情報 + + + 下水道接続 + + + true + + + + + インフラ接続情報 + + + ガス引込 + + + true + + + + + インフラ接続情報 + + + 電力契約容量 + + + 300 + + + + + インフラ接続情報 + + + 通信引込種別 + + + 5G + + + + + 工程情報 + + + 着工予定日 + + + 2025-05-15 + + + + + 工程情報 + + + 着工日 + + + 2025-06-01 + + + + + 工程情報 + + + 完了予定日 + + + 2027-03-31 + + + + + 工程情報 + + + 完了日 + + + 2027-04-15 + + + + + 工程情報 + + + 工事種別 + + + 新築 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_009_IFCSITE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_009_IFCSITE.ids new file mode 100644 index 0000000000000000000000000000000000000000..3619da8911bb46bbd75232f6fbfe5577a0fcb901 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_009_IFCSITE.ids @@ -0,0 +1,316 @@ + + + + SiteInfo + + + + + + + IFCSITE + + + + + + + Pset_SiteCommon + + + Reference + + + Site-A + + + + + Pset_SiteCommon + + + BuildableArea + + + 1200.0 + + + + + Pset_SiteCommon + + + SiteCoverageRatio + + + 0.6 + + + + + Pset_SiteCommon + + + FloorAreaRatio + + + 2.5 + + + + + Pset_SiteCommon + + + BuildingHeightLimit + + + 15.0 + + + + + Pset_SiteCommon + + + TotalArea + + + 2000.0 + + + + + Pset_LandRegistration + + + LandID + + + LAND-2023-01 + + + + + Pset_LandRegistration + + + IsPermanentID + + + true + + + + + Pset_LandRegistration + + + LandTitleID + + + TITLE-9876 + + + + + Pset_Address + + + Purpose + + + Residential + + + + + Pset_Address + + + Description + + + Large sloped site with river boundary + + + + + Pset_Address + + + UserDefinedPurpose + + + FutureDevelopment + + + + + Pset_Address + + + InternalLocation + + + Block A Lot 3 + + + + + Pset_Address + + + AddressLines + + + 123 Example St. + + + + + Pset_Address + + + PostalBox + + + PO Box 123 + + + + + Pset_Address + + + Town + + + Tokyo + + + + + Pset_Address + + + Region + + + Kanto + + + + + Pset_Address + + + PostalCode + + + 100-0001 + + + + + Pset_Address + + + Country + + + Japan + + + + + Pset_Address + + + TelephoneNumbers + + + +81-3-1234-5678 + + + + + Pset_Address + + + FacsimileNumbers + + + +81-3-1234-5679 + + + + + Pset_Address + + + PagerNumber + + + 1 + + + + + Pset_Address + + + ElectronicMailAddresses + + + info@example.com + + + + + Pset_Address + + + WWWHomePageURL + + + https://example.com + + + + + Pset_Address + + + MessagingIDs + + + slack:org_channel + + + + + Qto_SiteBaseQuantities + + + GrossPerimeter + + + 180.0 + + + + + Qto_SiteBaseQuantities + + + GrossArea + + + 2500.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_010_IFCSITE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_010_IFCSITE.ids new file mode 100644 index 0000000000000000000000000000000000000000..bc057b13e36eee6b88dd0ec6a9a9729248242009 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_010_IFCSITE.ids @@ -0,0 +1,426 @@ + + + + 敷地情報 + + + + + + + IFCSITE + + + + + + + Pset_SiteCommon + + + FloorAreaRatio + + + 1.80 + + + + + Pset_Address + + + Country + + + JP + + + + + Pset_PropertyAgreement + + + ConditionTermination + + + 計測杭を撤去し原状回復する + + + + + Pset_Address + + + Town + + + つくば市 + + + + + Pset_LandRegistration + + + LandID + + + LAND-IBK-0471 + + + + + Pset_Address + + + TelephoneNumbers + + + 029-555-2400|029-555-2401 + + + + + Pset_SiteWeather + + + MinAmbientTemp + + + -7.8 + + + + + Pset_Address + + + UserDefinedPurpose + + + 次世代材料検証用地 + + + + + Pset_PropertyAgreement + + + AgreementVersion + + + RevB + + + + + Pset_SiteCommon + + + BuildableArea + + + 4280.5 + + + + + Pset_Address + + + PostalCode + + + 305-0818 + + + + + Pset_PropertyAgreement + + + AgreementDate + + + 2032-04-01 + + + + + Pset_Address + + + FacsimileNumbers + + + 029-555-2409 + + + + + Pset_SiteCommon + + + Reference + + + TSK-SITE-NF-A + + + + + Pset_Address + + + PostalBox + + + つくば中央私書箱41号 + + + + + Pset_PropertyAgreement + + + PropertyName + + + 学園南四丁目8番2外 + + + + + Pset_Address + + + Description + + + 北関東先端試験敷地 + + + + + Pset_LandRegistration + + + LandTitleID + + + 茨城つくば第20458号 + + + + + Pset_PropertyAgreement + + + Restrictions + + + 夜間搬入は22時以降禁止 + + + + + Pset_Address + + + Region + + + 茨城県 + + + + + Pset_SiteWeather + + + MaxAmbientTemp + + + 35.2 + + + + + Pset_Address + + + ElectronicMailAddresses + + + site-admin@northfield.example|safety@northfield.example + + + + + Pset_PropertyAgreement + + + Duration + + + P20Y + + + + + Pset_Address + + + WWWHomePageURL + + + https://northfield.example/site/overview + + + + + Pset_PropertyAgreement + + + ConditionCommencement + + + 仮囲い設置と地耐力確認完了後に引渡し + + + + + Pset_SiteCommon + + + BuildingHeightLimit + + + 18.5 + + + + + Pset_Address + + + InternalLocation + + + 西ゲート管理区画 + + + + + Pset_PropertyAgreement + + + CommencementDate + + + 2032-05-01 + + + + + Pset_LandRegistration + + + IsPermanentID + + + false + + + + + Pset_Address + + + MessagingIDs + + + sip:site.ops@northfield.example|ftp://files.northfield.example/site-address + + + + + Pset_PropertyAgreement + + + TrackingIdentifier + + + LEASE-NF-2032-01 + + + + + Pset_SiteCommon + + + SiteCoverageRatio + + + 0.42 + + + + + Pset_Address + + + PagerNumber + + + 91-5520 + + + + + Pset_Address + + + AddressLines + + + 茨城県つくば市学園南4-8-2|E-3街区 + + + + + Pset_PropertyAgreement + + + Options + + + 再契約時は騒音観測設備の残置協議を行う + + + + + Pset_SiteCommon + + + TotalArea + + + 6120.0 + + + + + Pset_PropertyAgreement + + + TerminationDate + + + 2052-04-30 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_011_IFCBUILDING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_011_IFCBUILDING.ids new file mode 100644 index 0000000000000000000000000000000000000000..14681c2cb3e9a863127861b1b0eb549d1fe55cfa --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_011_IFCBUILDING.ids @@ -0,0 +1,437 @@ + + + + BuildingInfo + + + + + + + IFCBUILDING + + + + + + + Building Information + + + BuildingNameTag + + + Building-A + + + + + Building Information + + + GlobalId + + + BLDG-01 + + + + + Building Information + + + IsPermanent + + + true + + + + + Building Information + + + Construction Method + + + SteelFrame + + + + + Building Information + + + Fire Protection Class + + + Class1 + + + + + Building Information + + + Sprinkler + + + true + + + + + Building Information + + + Automatic Sprinkler + + + true + + + + + Building Information + + + Main Use + + + Residential + + + + + Building Information + + + Total Area + + + 1200.0 + + + + + Building Information + + + Usable Area + + + 1100.0 + + + + + Building Information + + + Floors Above Ground + + + 5 + + + + + Building Information + + + Year Built + + + 1984 + + + + + Building Information + + + Year Renovated + + + 2017 + + + + + Building Information + + + Heritage Listed + + + true + + + + + Building Information + + + Reference Height + + + 0.0 + + + + + Building Information + + + Elevation Terrain + + + 2.0 + + + + + Building Information + + + Ancillary Fire Use + + + Storage + + + + + Building Information + + + Fire Use + + + Office + + + + + Usecase + + + Market Type + + + Premium + + + + + Usecase + + + Market Subtype + + + Retail + + + + + Usecase + + + ApprovalState + + + Approved + + + + + Usecase + + + Rental Rates + + + 1200.0 + + + + + Address Information + + + MainUse + + + PrimaryOffice + + + + + Address Information + + + Street + + + 123 Example St. + + + + + Address Information + + + Suburb + + + PO Box 123 + + + + + Address Information + + + City + + + Tokyo + + + + + Address Information + + + State + + + Kanto + + + + + Address Information + + + Postcode + + + 100-0001 + + + + + Address Information + + + Nation + + + Japan + + + + + Address Information + + + Email + + + info@company.com + + + + + Address Information + + + Website + + + https://example.com + + + + + Quantities + + + BuildingHeightM + + + 12.5 + + + + + Quantities + + + Roof Height + + + 11.0 + + + + + Quantities + + + Building Area + + + 200.0 + + + + + Quantities + + + Gross Building Area + + + 1500.0 + + + + + Quantities + + + Net Building Area + + + 1400.0 + + + + + Quantities + + + Gross Volume + + + 12000.0 + + + + + Quantities + + + Net Volume + + + 11500.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_012_IFCBUILDING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_012_IFCBUILDING.ids new file mode 100644 index 0000000000000000000000000000000000000000..07d92af1fb9e5df61cb0fec6ddb6059ac94ab466 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_012_IFCBUILDING.ids @@ -0,0 +1,437 @@ + + + + BuildingInfo + + + + + + + IFCBUILDING + + + + + + + Pset_Address + + + Description + + + Mailing and visitor contact address for the east campus administration building + + + + + Pset_Address + + + UserDefinedPurpose + + + AssetCorrespondence + + + + + Pset_Address + + + InternalLocation + + + Concierge Desk Level 01 + + + + + Pset_Address + + + AddressLines + + + 88 Meridian Loop; East Campus + + + + + Pset_Address + + + PostalBox + + + PO Box 481 + + + + + Pset_Address + + + Town + + + Rivermouth + + + + + Pset_Address + + + Region + + + South County + + + + + Pset_Address + + + PostalCode + + + RM48TZ + + + + + Pset_Address + + + Country + + + GB + + + + + Pset_Address + + + TelephoneNumbers + + + +44-20-5550-0188; +44-20-5550-0199 + + + + + Pset_Address + + + FacsimileNumbers + + + +44-20-5550-0177 + + + + + Pset_Address + + + PagerNumber + + + ENG-4427 + + + + + Pset_Address + + + ElectronicMailAddresses + + + facilities@rivermouth-example.test; reception@rivermouth-example.test + + + + + Pset_Address + + + WWWHomePageURL + + + https://rivermouth-example.test/buildings/east-campus + + + + + Pset_Address + + + MessagingIDs + + + sip:ops@rivermouth-example.test; ftp://files.rivermouth-example.test/handover + + + + + Pset_BuildingCommon + + + BuildingID + + + RM-BLDG-27 + + + + + Pset_BuildingCommon + + + IsPermanentID + + + false + + + + + Pset_BuildingCommon + + + ConstructionMethod + + + Cross-laminated timber hybrid + + + + + Pset_BuildingCommon + + + FireProtectionClass + + + Enhanced compartmentation class + + + + + Pset_BuildingCommon + + + SprinklerProtection + + + true + + + + + Pset_BuildingCommon + + + OccupancyType + + + Education and administration + + + + + Pset_BuildingCommon + + + GrossPlannedArea + + + 18640.5 + + + + + Pset_BuildingCommon + + + NumberOfStoreys + + + 9 + + + + + Pset_BuildingCommon + + + IsLandmarked + + + UNKNOWN + + + + + Pset_BuildingCommon + + + ElevationOfRefHeight + + + 112.35 + + + + + Pset_BuildingCommon + + + ElevationOfTerrain + + + 108.90 + + + + + Pset_BuildingUseAdjacent + + + MarketCategory + + + Healthcare + + + + + Pset_BuildingUseAdjacent + + + MarketSubCategory + + + Outpatient clinic + + + + + Pset_BuildingUseAdjacent + + + PlanningControlStatus + + + Special review corridor + + + + + Pset_BuildingUseAdjacent + + + NarrativeText + + + Adjacent parcel reserved for a medical facility with extended evening operation + + + + + Pset_OutsideDesignCriteria + + + HeatingDryBulb + + + -7.5 + + + + + Pset_OutsideDesignCriteria + + + HeatingWetBulb + + + -8.8 + + + + + Pset_OutsideDesignCriteria + + + HeatingDesignDay + + + 2026-01-22T05:30:00 + + + + + Pset_OutsideDesignCriteria + + + CoolingDryBulb + + + 31.8 + + + + + Pset_OutsideDesignCriteria + + + CoolingWetBulb + + + 23.9 + + + + + Pset_OutsideDesignCriteria + + + CoolingDesignDay + + + 2026-07-19T15:00:00 + + + + + Pset_OutsideDesignCriteria + + + WeatherDataStation + + + Rivermouth aerodrome archive station + + + + + Pset_OutsideDesignCriteria + + + WeatherDataDate + + + 2025-09-01T00:00:00 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_013_IFCBUILDING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_013_IFCBUILDING.ids new file mode 100644 index 0000000000000000000000000000000000000000..4c7f826350c3ef6233a8f1c65f3cf5c8e89a9b47 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_013_IFCBUILDING.ids @@ -0,0 +1,437 @@ + + + + BuildingInfo + + + + + + + IFCBUILDING + + + + + + + Building Info + + + Display Name + + + Building-B + + + + + Building Info + + + Building ID + + + BLDG-02 + + + + + Building Info + + + Is Permanent + + + false + + + + + Building Info + + + Construction Method + + + Timber + + + + + Building Info + + + Fire Protection Class + + + Class3 + + + + + Building Info + + + Sprinkler + + + false + + + + + Building Info + + + Automatic Sprinkler + + + false + + + + + Building Info + + + Main Use + + + Office + + + + + Building Info + + + Total Area + + + 1500.0 + + + + + Building Info + + + Usable Area + + + 1400.0 + + + + + Building Info + + + Floors Above Ground + + + 3 + + + + + Building Info + + + Date Built + + + 1998-05-20 + + + + + Building Info + + + Renovation Date + + + 2015-03-10 + + + + + Building Info + + + Heritage Listed + + + false + + + + + Building Info + + + Reference Height + + + 1.0 + + + + + Building Info + + + Elevation Terrain + + + 1.5 + + + + + Building Info + + + Ancillary Fire Use + + + Garage + + + + + Building Info + + + Fire Use + + + Retail + + + + + Usecase + + + Market Type + + + Economy + + + + + Usecase + + + Market Subtype + + + HighStreet + + + + + Usecase + + + State + + + Pending + + + + + Usecase + + + Rental Rates + + + 1300.0 + + + + + Address Info + + + Intended Use + + + Headquarters + + + + + Address Info + + + Street + + + 456 Sample Rd. + + + + + Address Info + + + PO Box + + + PO Box 456 + + + + + Address Info + + + City + + + Osaka + + + + + Address Info + + + Region Name + + + Kansai + + + + + Address Info + + + Postcode + + + 530-0001 + + + + + Address Info + + + Country Name + + + Japan + + + + + Address Info + + + Email + + + hello@company.jp + + + + + Address Info + + + Website + + + https://example.org + + + + + Building Quantities + + + Measured Height + + + 15.0 + + + + + Building Quantities + + + Roof Height + + + 10.0 + + + + + Building Quantities + + + Building Area + + + 250.0 + + + + + Building Quantities + + + Gross Building Area + + + 1600.0 + + + + + Building Quantities + + + Net Building Area + + + 1500.0 + + + + + Building Quantities + + + Gross Volume + + + 13000.0 + + + + + Building Quantities + + + Net Volume + + + 12500.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_014_IFCBUILDING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_014_IFCBUILDING.ids new file mode 100644 index 0000000000000000000000000000000000000000..0b3020fadb7f4d5fe049d60e0ae85cb2661a5d43 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_014_IFCBUILDING.ids @@ -0,0 +1,492 @@ + + + + 建物情報 + + + + + + + IFCBUILDING + + + + + + + Pset_BuildingCommon + + + Reference + + + TOKYO-HQ-BLDG + + + + + Pset_BuildingCommon + + + BuildingID + + + BLDG-001 + + + + + Pset_BuildingCommon + + + IsPermanentID + + + true + + + + + Pset_BuildingCommon + + + ConstructionMethod + + + 鉄骨造 + + + + + Pset_BuildingCommon + + + FireProtectionClass + + + 耐火建築物 + + + + + Pset_BuildingCommon + + + SprinklerProtection + + + true + + + + + Pset_BuildingCommon + + + SprinklerProtectionAutomatic + + + true + + + + + Pset_BuildingCommon + + + OccupancyType + + + 事務所 + + + + + Pset_BuildingCommon + + + GrossPlannedArea + + + 18500.0 + + + + + Pset_BuildingCommon + + + NetPlannedArea + + + 16320.0 + + + + + Pset_BuildingCommon + + + NumberOfStoreys + + + 14 + + + + + Pset_BuildingCommon + + + YearOfConstruction + + + 2027 + + + + + Pset_BuildingCommon + + + YearOfLastRefurbishment + + + 2042 + + + + + Pset_BuildingCommon + + + IsLandmarked + + + false + + + + + Pset_BuildingCommon + + + ElevationOfRefHeight + + + 0.0 + + + + + Pset_BuildingUse + + + MarketCategory + + + 大規模オフィス + + + + + Pset_BuildingUse + + + MarketSubCategory + + + 本社機能 + + + + + Pset_BuildingUse + + + PlanningControlStatus + + + 確認済 + + + + + Pset_BuildingUse + + + NarrativeText + + + 本社執務機能と会議機能を併設 + + + + + Pset_BuildingUse + + + VacancyRateInCategoryNow + + + 0.02 + + + + + Pset_BuildingUse + + + TenureModesAvailableNow + + + 自社保有 + + + + + Pset_BuildingUse + + + MarketSubCategoriesAvailableNow + + + 執務, 会議, 共用 + + + + + Pset_BuildingUse + + + RentalRatesInCategoryNow + + + 680000.0 + + + + + Pset_BuildingUse + + + VacancyRateInCategoryFuture + + + 0.05 + + + + + Pset_BuildingUse + + + TenureModesAvailableFuture + + + 自社保有または賃貸 + + + + + Pset_BuildingUse + + + MarketSubCategoriesAvailableFuture + + + 執務, 会議, 交流 + + + + + Pset_BuildingUse + + + RentalRatesInCategoryFuture + + + 720000.0 + + + + + Pset_OutsideDesignCriteria + + + HeatingDryBulb + + + -1.5 + + + + + Pset_OutsideDesignCriteria + + + HeatingWetBulb + + + -3.0 + + + + + Pset_OutsideDesignCriteria + + + HeatingDesignDay + + + 2027-01-20T06:00:00 + + + + + Pset_OutsideDesignCriteria + + + CoolingDryBulb + + + 34.0 + + + + + Pset_OutsideDesignCriteria + + + CoolingWetBulb + + + 27.0 + + + + + Pset_OutsideDesignCriteria + + + CoolingDesignDay + + + 2027-08-07T14:00:00 + + + + + Pset_OutsideDesignCriteria + + + WeatherDataStation + + + 東京管区気象台 + + + + + Pset_OutsideDesignCriteria + + + WeatherDataDate + + + 2026-10-01T09:00:00 + + + + + Pset_OutsideDesignCriteria + + + PrevailingWindDirection + + + 180.0 + + + + + Pset_OutsideDesignCriteria + + + PrevailingWindVelocity + + + 3.8 + + + + + Pset_SpaceLightingDesign + + + ArtificialLighting + + + true + + + + + Pset_SpaceLightingDesign + + + Illuminance + + + 750.0 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyType + + + 事務所 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyNumber + + + 850 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyNumberPeak + + + 1020 + + + + + Pset_SpaceOccupancyRequirements + + + AreaPerOccupant + + + 19.2 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_015_IFCBUILDING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_015_IFCBUILDING.ids new file mode 100644 index 0000000000000000000000000000000000000000..1246ef070297fc5a4cdfe7d262e7bb62c658c4e0 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_015_IFCBUILDING.ids @@ -0,0 +1,492 @@ + + + + 建物情報 + + + + + + + IFCBUILDING + + + + + + + 建物識別情報 + + + 建物コード + + + BLDG-001 + + + + + 建物識別情報 + + + 建物名称 + + + 東京本社ビル + + + + + 建物識別情報 + + + 棟番号 + + + A棟 + + + + + 建物識別情報 + + + 建物種別 + + + 本館 + + + + + 建物識別情報 + + + 階数 + + + 12 + + + + + 建物識別情報 + + + 最高高さ + + + 58.7 + + + + + 建物位置情報 + + + 建物住所 + + + 東京都新宿区四谷1-1-1 + + + + + 建物位置情報 + + + 建物郵便番号 + + + 1600004 + + + + + 建物位置情報 + + + 建物地番 + + + 新宿区四谷一丁目1番 + + + + + 建物位置情報 + + + 北緯 + + + 35.6895 + + + + + 建物位置情報 + + + 東経 + + + 139.6917 + + + + + 建物位置情報 + + + 標高 + + + 28.5 + + + + + 建物位置情報 + + + 測地系 + + + JGD2011 + + + + + 建物法規情報 + + + 主要用途 + + + 事務所 + + + + + 建物法規情報 + + + 確認申請番号 + + + 第R05建確-5678号 + + + + + 建物法規情報 + + + 確認済証交付日 + + + 2025-04-01 + + + + + 建物法規情報 + + + 許可番号 + + + 特定建築許可-2025-001 + + + + + 建物法規情報 + + + 防火地域区分 + + + 準防火地域 + + + + + 建物法規情報 + + + 用途地域 + + + 商業地域 + + + + + 建物法規情報 + + + 延床面積 + + + 15200 + + + + + 建物法規情報 + + + 建築面積 + + + 1450 + + + + + 建物構造情報 + + + 高さ制限区分 + + + 第2種高度地区 + + + + + 建物構造情報 + + + 構造種別 + + + RC造 + + + + + 建物構造情報 + + + 耐火構造区分 + + + 耐火建築物 + + + + + 建物構造情報 + + + 地上階数 + + + 12 + + + + + 建物構造情報 + + + 地下階数 + + + 2 + + + + + 建物構造情報 + + + 基準階高 + + + 3600 + + + + + 建物環境性能情報 + + + 塔屋階数 + + + 1 + + + + + 建物環境性能情報 + + + 省エネ性能評価 + + + BELS★★★ + + + + + 建物環境性能情報 + + + ZEB区分 + + + ZEB Ready + + + + + 建物環境性能情報 + + + CASBEEランク + + + Aランク + + + + + 建物FM情報 + + + 再エネ設備有無 + + + true + + + + + 建物FM情報 + + + FM建物ID + + + FM-BLDG-001 + + + + + 建物FM情報 + + + 管理部門 + + + 総務部 + + + + + 建物FM情報 + + + 清掃区分 + + + A + + + + + 建物FM情報 + + + セキュリティ区分 + + + 制限区域 + + + + + 建物FM情報 + + + 耐用年数 + + + 60 + + + + + 建物工程情報 + + + 竣工年月日 + + + 2026-03-15 + + + + + 建物工程情報 + + + 建築着工予定日 + + + 2025-04-01 + + + + + 建物工程情報 + + + 建築着工日 + + + 2025-04-15 + + + + + 建物工程情報 + + + 建築完了予定日 + + + 2026-02-28 + + + + + 建物工程情報 + + + 建築完了日 + + + 2026-03-15 + + + + + 建物工程情報 + + + 引渡状態 + + + + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_016_IFCBUILDINGSTOREY.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_016_IFCBUILDINGSTOREY.ids new file mode 100644 index 0000000000000000000000000000000000000000..33ea7008de6ab3641a92067019198d8d3ef6a383 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_016_IFCBUILDINGSTOREY.ids @@ -0,0 +1,382 @@ + + + + 階層情報 + + + + + + + IFCBUILDINGSTOREY + + + + + + + 基本情報 + + + 階コード + + + B1F + + + + + 基本情報 + + + 出入口階 + + + false + + + + + 基本情報 + + + 地上階 + + + false + + + + + 基本情報 + + + スプリンクラー有無 + + + true + + + + + 基本情報 + + + 自動スプリンクラー有無 + + + true + + + + + 基本情報 + + + 積載耐力 + + + 6.0 + + + + + 面積情報 + + + 計画面積 + + + 2980.0 + + + + + 面積情報 + + + 正味計画面積 + + + 2560.0 + + + + + 高さ情報 + + + SSL基準高さ + + + -3.00 + + + + + 高さ情報 + + + FFL基準高さ + + + -2.85 + + + + + 運用情報 + + + 契約管理番号 + + + AGR-B1-01 + + + + + 運用情報 + + + 契約版数 + + + 第2版 + + + + + 運用情報 + + + 契約日 + + + 2025-04-01 + + + + + 運用情報 + + + 階名称 + + + 地下1階 + + + + + 運用情報 + + + 利用開始日 + + + 2025-05-01 + + + + + 運用情報 + + + 利用終了日 + + + 2045-04-30 + + + + + 運用情報 + + + 利用期間 + + + 20年 + + + + + 運用情報 + + + 利用条件 + + + 防災設備検査完了後に供用開始 + + + + + 運用情報 + + + 利用制限 + + + 危険物の常設保管は禁止 + + + + + 空調情報 + + + 空調備考 + + + 地下階空調系統 + + + + + 空調情報 + + + 空調方式 + + + ダクト式 + + + + + 空調情報 + + + 総風量 + + + 4.8 + + + + + 空調情報 + + + 熱取得量 + + + 12.0 + + + + + 空調情報 + + + 顕熱風量 + + + 3.9 + + + + + 空調情報 + + + 顕熱取得量 + + + 8.5 + + + + + 空調情報 + + + 損失熱量 + + + 1.4 + + + + + 数量情報 + + + 総階高 + + + 3.4 + + + + + 数量情報 + + + 有効階高 + + + 3.1 + + + + + 数量情報 + + + 外周長 + + + 62.0 + + + + + 数量情報 + + + 総床面積 + + + 2980.0 + + + + + 数量情報 + + + 正味床面積 + + + 2560.0 + + + + + 数量情報 + + + 総体積 + + + 1200.0 + + + + + 数量情報 + + + 正味体積 + + + 1000.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_017_IFCBUILDINGSTOREY.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_017_IFCBUILDINGSTOREY.ids new file mode 100644 index 0000000000000000000000000000000000000000..05e83b3dd797807ca7385ba8744086b8b0d21451 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_017_IFCBUILDINGSTOREY.ids @@ -0,0 +1,272 @@ + + + + StoreyInfo + + + + + + + IFCBUILDINGSTOREY + + + + + + + Pset_BuildingStoreyCommon + + + Reference + + + ST-03 + + + + + Pset_BuildingStoreyCommon + + + EntranceLevel + + + false + + + + + Pset_BuildingStoreyCommon + + + AboveGround + + + true + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtection + + + true + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtectionAutomatic + + + true + + + + + Pset_BuildingStoreyCommon + + + LoadBearingCapacity + + + 4.5 + + + + + Pset_BuildingStoreyCommon + + + GrossPlannedArea + + + 980.0 + + + + + Pset_BuildingStoreyCommon + + + NetPlannedArea + + + 860.0 + + + + + Pset_BuildingStoreyCommon + + + ElevationOfSSLRelative + + + 6.40 + + + + + Pset_BuildingStoreyCommon + + + ElevationOfFFLRelative + + + 6.55 + + + + + Pset_PropertyAgreement + + + TrackingIdentifier + + + ST03-LEASE-01 + + + + + Pset_PropertyAgreement + + + AgreementVersion + + + Rev-A + + + + + Pset_PropertyAgreement + + + AgreementDate + + + 2026-03-01 + + + + + Pset_PropertyAgreement + + + PropertyName + + + Level 03 Office Floor + + + + + Pset_PropertyAgreement + + + CommencementDate + + + 2026-04-01 + + + + + Pset_PropertyAgreement + + + TerminationDate + + + 2041-03-31 + + + + + Pset_PropertyAgreement + + + Duration + + + P15Y + + + + + Pset_PropertyAgreement + + + Options + + + Tenant fit-out allowed after approval + + + + + Pset_PropertyAgreement + + + ConditionCommencement + + + HVAC balancing completed + + + + + Pset_PropertyAgreement + + + Restrictions + + + Heavy archive storage prohibited + + + + + Pset_PropertyAgreement + + + ConditionTermination + + + Reinstate ceiling grid at handover + + + + + Pset_SpaceCommon + + + Reference + + + ST03-ZONE-A + + + + + Pset_SpaceCommon + + + IsExternal + + + false + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_018_IFCBUILDINGSTOREY.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_018_IFCBUILDINGSTOREY.ids new file mode 100644 index 0000000000000000000000000000000000000000..eb01a4547eadd72f272d9247ca23d420f7310e23 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_018_IFCBUILDINGSTOREY.ids @@ -0,0 +1,360 @@ + + + + 階層情報 + + + + + + + IFCBUILDINGSTOREY + + + + + + + Pset_BuildingStoreyCommon + + + Reference + + + B1F + + + + + Pset_BuildingStoreyCommon + + + EntranceLevel + + + false + + + + + Pset_BuildingStoreyCommon + + + AboveGround + + + false + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtection + + + true + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtectionAutomatic + + + true + + + + + Pset_BuildingStoreyCommon + + + LoadBearingCapacity + + + 6.0 + + + + + Pset_BuildingStoreyCommon + + + GrossPlannedArea + + + 2980.0 + + + + + Pset_BuildingStoreyCommon + + + NetPlannedArea + + + 2560.0 + + + + + Pset_BuildingStoreyCommon + + + ElevationOfSSLRelative + + + -3.00 + + + + + Pset_BuildingStoreyCommon + + + ElevationOfFFLRelative + + + -2.85 + + + + + Pset_PropertyAgreement + + + TrackingIdentifier + + + AGR-B1-01 + + + + + Pset_PropertyAgreement + + + AgreementVersion + + + 第2版 + + + + + Pset_PropertyAgreement + + + AgreementDate + + + 2025-04-01 + + + + + Pset_PropertyAgreement + + + PropertyName + + + 地下1階 + + + + + Pset_PropertyAgreement + + + CommencementDate + + + 2025-05-01 + + + + + Pset_PropertyAgreement + + + TerminationDate + + + 2045-04-30 + + + + + Pset_PropertyAgreement + + + Duration + + + P20Y + + + + + Pset_PropertyAgreement + + + Options + + + 搬入動線は夜間優先とする + + + + + Pset_PropertyAgreement + + + ConditionCommencement + + + 防災設備検査完了後に供用開始 + + + + + Pset_PropertyAgreement + + + Restrictions + + + 危険物の常設保管は禁止 + + + + + Pset_PropertyAgreement + + + ConditionTermination + + + 原状回復のうえ返却 + + + + + Pset_AirSideSystemInformation + + + Description + + + 地下階空調系統 + + + + + Pset_AirSideSystemInformation + + + TotalAirFlow + + + 4.8 + + + + + Pset_AirSideSystemInformation + + + EnergyGainTotal + + + 12.0 + + + + + Pset_AirSideSystemInformation + + + AirFlowSensible + + + 3.9 + + + + + Pset_AirSideSystemInformation + + + EnergyGainSensible + + + 8.5 + + + + + Pset_AirSideSystemInformation + + + EnergyLoss + + + 1.4 + + + + + Pset_AirSideSystemInformation + + + InfiltrationDiversitySummer + + + 0.25 + + + + + Pset_AirSideSystemInformation + + + InfiltrationDiversityWinter + + + 0.18 + + + + + Pset_AirSideSystemInformation + + + HeatingTemperatureDelta + + + 18.0 + + + + + Pset_AirSideSystemInformation + + + CoolingTemperatureDelta + + + 10.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_019_IFCBUILDINGSTOREY.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_019_IFCBUILDINGSTOREY.ids new file mode 100644 index 0000000000000000000000000000000000000000..c52898cb6439c909e9f48695a2e308f1229fb4cb --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_019_IFCBUILDINGSTOREY.ids @@ -0,0 +1,272 @@ + + + + StoreyInfo + + + + + + + IFCBUILDINGSTOREY + + + + + + + Common + + + StoreyCode + + + Storey-01 + + + + + Common + + + EntranceFlag + + + true + + + + + Common + + + Above Ground + + + true + + + + + Common + + + Sprinkler + + + true + + + + + Common + + + Auto Sprinkler + + + true + + + + + Common + + + Max Loadbearing + + + 2.5 + + + + + Common + + + Planned Area + + + 350.0 + + + + + Common + + + Net Planned Area + + + 320.0 + + + + + Common + + + Elevation - SSL Relative + + + 0.00 + + + + + Common + + + Elevation - FFL Relative + + + 0.10 + + + + + Air System + + + AirSystemNote + + + Main AHU serving north zone + + + + + Air System + + + Type of Air System + + + VAV + + + + + Air System + + + Distribution Type for Air + + + Ducted + + + + + Air System + + + Total Air Flow + + + 1.2 + + + + + Air System + + + Energy Gain + + + 5.5 + + + + + Air System + + + Fan Power + + + 0.75 + + + + + Quantity Information + + + Gross Height + + + 3.2 + + + + + Quantity Information + + + Net Height + + + 3.0 + + + + + Quantity Information + + + Gross Perimeter + + + 60.0 + + + + + Quantity Information + + + Gross Floor Area + + + 350.0 + + + + + Quantity Information + + + Net Floor Area + + + 320.0 + + + + + Quantity Information + + + Gross Volume + + + 1120.0 + + + + + Quantity Information + + + Net Volume + + + 960.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_020_IFCBUILDINGSTOREY.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_020_IFCBUILDINGSTOREY.ids new file mode 100644 index 0000000000000000000000000000000000000000..ef78daed8423d6de64e065afc923bfb1f2afc267 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_020_IFCBUILDINGSTOREY.ids @@ -0,0 +1,272 @@ + + + + StoreyInfo + + + + + + + IFCBUILDINGSTOREY + + + + + + + Pset_BuildingStoreyCommon + + + Reference + + + Storey-02 + + + + + Pset_BuildingStoreyCommon + + + EntranceLevel + + + true + + + + + Pset_BuildingStoreyCommon + + + AboveGround + + + false + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtection + + + false + + + + + Pset_BuildingStoreyCommon + + + SprinklerProtectionAutomatic + + + false + + + + + Pset_BuildingStoreyCommon + + + LoadBearingCapacity + + + 2.8 + + + + + Pset_BuildingStoreyCommon + + + GrossPlannedArea + + + 360.0 + + + + + Pset_BuildingStoreyCommon + + + NetPlannedArea + + + 330.0 + + + + + Pset_BuildingStoreyCommon + + + ElevationOfSSLRelative + + + 0.50 + + + + + Pset_BuildingStoreyCommon + + + ElevationOfFFLRelative + + + 0.60 + + + + + Pset_AirSideSystemInformation + + + Description + + + Main AHU serving south zone + + + + + Pset_AirSideSystemInformation + + + AirSideSystemType + + + FCU + + + + + Pset_AirSideSystemInformation + + + AirSideSystemDistributionType + + + Ducted + + + + + Pset_AirSideSystemInformation + + + TotalAirFlow + + + 1.5 + + + + + Pset_AirSideSystemInformation + + + EnergyGainTotal + + + 6.0 + + + + + Pset_AirSideSystemInformation + + + FanPower + + + 0.85 + + + + + Qto_BuildingStoreyBaseQuantities + + + GrossHeight + + + 3.4 + + + + + Qto_BuildingStoreyBaseQuantities + + + NetHeight + + + 3.1 + + + + + Qto_BuildingStoreyBaseQuantities + + + GrossPerimeter + + + 62.0 + + + + + Qto_BuildingStoreyBaseQuantities + + + GrossFloorArea + + + 360.0 + + + + + Qto_BuildingStoreyBaseQuantities + + + NetFloorArea + + + 330.0 + + + + + Qto_BuildingStoreyBaseQuantities + + + GrossVolume + + + 1200.0 + + + + + Qto_BuildingStoreyBaseQuantities + + + NetVolume + + + 1000.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_021_IFCSPACE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_021_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..7a300f31ffe31157344d45e2908e4dd264ef5a75 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_021_IFCSPACE.ids @@ -0,0 +1,1075 @@ + + + + SpaceInfo + + + + + + + IFCSPACE + + + + + + + Space Basics + + + Element Code + + + Space-101 + + + + + Space Basics + + + Exterior + + + true + + + + + Space Basics + + + Overall Target Area + + + 120.0 + + + + + Space Basics + + + Effective Target Area + + + 110.0 + + + + + Space Basics + + + Public Access + + + true + + + + + Space Basics + + + Accessibility + + + true + + + + + Finish Requirements + + + Floor Finish + + + Carpet + + + + + Finish Requirements + + + Floor Finish Thickness + + + 0.010 + + + + + Finish Requirements + + + Wall Finish + + + Paint + + + + + Finish Requirements + + + Wall Finish Thickness + + + 0.005 + + + + + Finish Requirements + + + Ceiling Finish + + + AcousticTile + + + + + Finish Requirements + + + Ceiling Finish Thickness + + + 0.010 + + + + + Finish Requirements + + + Baseboard + + + PVC + + + + + Finish Requirements + + + Baseboard Height + + + 0.075 + + + + + Finish Requirements + + + Trim Style + + + Simple + + + + + Finish Requirements + + + Trim Height + + + 0.050 + + + + + Finish Requirements + + + Hidden Floor Zone + + + true + + + + + Finish Requirements + + + Hidden Floor Offset + + + 0.020 + + + + + Finish Requirements + + + Hidden Ceiling Zone + + + true + + + + + Finish Requirements + + + Hidden Ceiling Offset + + + 0.150 + + + + + Lighting Plan + + + Artificial Lighting Flag + + + true + + + + + Lighting Plan + + + Lighting Level + + + 300.0 + + + + + Occupancy Plan + + + Occupancy Category + + + Office + + + + + Occupancy Plan + + + Headcount + + + 15 + + + + + Occupancy Plan + + + Peak Headcount + + + 20 + + + + + Occupancy Plan + + + Daily Occupancy Hours + + + 8.0 + + + + + Occupancy Plan + + + Area Per Person + + + 7.5 + + + + + Occupancy Plan + + + Min Headroom + + + 2.4 + + + + + Occupancy Plan + + + View Preferred + + + true + + + + + HVAC Targets + + + Target Temperature + + + 22.0 + + + + + HVAC Targets + + + Temperature Upper Limit + + + 24.0 + + + + + HVAC Targets + + + Temperature Lower Limit + + + 20.0 + + + + + HVAC Targets + + + Temperature Summer Upper Limit + + + 26.0 + + + + + HVAC Targets + + + Temperature Summer Lower Limit + + + 22.0 + + + + + HVAC Targets + + + Temperature Winter Upper Limit + + + 21.0 + + + + + HVAC Targets + + + Temperature Winter Lower Limit + + + 18.0 + + + + + HVAC Targets + + + Humidity Target + + + 0.50 + + + + + HVAC Targets + + + Humidity Upper Limit + + + 0.60 + + + + + HVAC Targets + + + Humidity Lower Limit + + + 0.40 + + + + + HVAC Targets + + + Summer Humidity Level + + + 0.55 + + + + + HVAC Targets + + + Winter Humidity Level + + + 0.45 + + + + + HVAC Targets + + + Heating Disabled + + + true + + + + + HVAC Targets + + + Passive Ventilation + + + true + + + + + HVAC Targets + + + Passive Ventilation Flow + + + 0.5 + + + + + HVAC Targets + + + Forced Ventilation + + + true + + + + + HVAC Targets + + + Forced Ventilation Flow + + + 1.2 + + + + + HVAC Targets + + + Cooling Service + + + true + + + + + HVAC Targets + + + Central Cooling + + + true + + + + + HVAC Targets + + + Air Handling Unit Name + + + AHU-1 + + + + + Airflow Sizing + + + Cooling Airflow Target + + + 1.5 + + + + + Airflow Sizing + + + Heating Airflow Target + + + 1.2 + + + + + Airflow Sizing + + + Sensible Heat Load + + + 3.5 + + + + + Airflow Sizing + + + Total Heat Load + + + 5.0 + + + + + Airflow Sizing + + + Overall Heat Decrease + + + 4.0 + + + + + Airflow Sizing + + + Cooling Dry-bulb Temp + + + 26.0 + + + + + Airflow Sizing + + + Cooling RH Level + + + 0.55 + + + + + Airflow Sizing + + + Heating Dry-bulb Temp + + + 20.0 + + + + + Airflow Sizing + + + Heating RH Level + + + 0.40 + + + + + Airflow Sizing + + + Ventilation Airflow Target + + + 1.5 + + + + + Airflow Sizing + + + Airflow Target + + + 1.3 + + + + + Airflow Sizing + + + Ceiling Return-Air Plenum + + + true + + + + + Airflow Sizing + + + Boundary Area Heat Decrease + + + 1.2 + + + + + Airside System + + + Air System Notes + + + Main AHU serves east wing + + + + + Airside System + + + Air Side System Category + + + VAV + + + + + Airside System + + + Air Side System Distribution Category + + + Ducted + + + + + Airside System + + + Overall Air Flow + + + 2.0 + + + + + Airside System + + + Energy Increase Overall + + + 6.0 + + + + + Airside System + + + Sensible Airflow + + + 1.5 + + + + + Airside System + + + Energy Increase Sensible + + + 4.0 + + + + + Airside System + + + Energy Decrease + + + 3.5 + + + + + Airside System + + + Infiltration Factor Summer + + + 0.8 + + + + + Airside System + + + Infiltration Factor Winter + + + 0.7 + + + + + Airside System + + + Appliance Factor + + + 0.6 + + + + + Airside System + + + Heating Temperature Gap + + + 10.0 + + + + + Airside System + + + Cooling Temperature Gap + + + 8.0 + + + + + Airside System + + + Ventilation Setting + + + 2.3 + + + + + Airside System + + + Fan Power Demand + + + 0.75 + + + + + Thermal Load + + + Occupancy Factor + + + 0.6 + + + + + Thermal Load + + + Lighting Factor + + + 0.8 + + + + + Thermal Load + + + ApplianceDiversity (ThermalLoad) + + + 0.6 + + + + + Thermal Load + + + Outside Air per Person + + + 0.01 + + + + + Thermal Load + + + Receptacle Load Density + + + 0.05 + + + + + Thermal Load + + + Appliance Percentage Load To Radiant + + + 0.3 + + + + + Thermal Load + + + Lighting Load Density + + + 0.010 + + + + + Thermal Load + + + Lighting Percentage Load To Return Air + + + 0.2 + + + + + Thermal Load + + + Overall Cooling Load + + + 6.5 + + + + + Thermal Load + + + Overall Heating Load + + + 5.0 + + + + + Thermal Load + + + InfiltrationDiversitySummer (ThermalLoad) + + + 0.8 + + + + + Thermal Load + + + InfiltrationDiversityWinter (ThermalLoad) + + + 0.7 + + + + + Thermal Load + + + Load Safety Factor + + + 1.2 + + + + + Fire Safety + + + Fire Risk Factor + + + 0.2 + + + + + Fire Safety + + + Combustible Storage + + + None + + + + + Fire Safety + + + FireExit (Space) + + + true + + + + + Fire Safety + + + Sprinkler Coverage + + + true + + + + + Fire Safety + + + Auto Sprinkler Coverage + + + true + + + + + Fire Safety + + + Air Pressurization Mode + + + true + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_022_IFCSPACE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_022_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..e32f91c5f8989fd5580d774b72592c93beeadb8b --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_022_IFCSPACE.ids @@ -0,0 +1,448 @@ + + + + 空間情報 + + + + + + + IFCSPACE + + + + + + + Pset_PropertyAgreement + + + AgreementDate + + + 2025-08-19 + + + + + Pset_PropertyAgreement + + + PropertyName + + + 建物資産管理室 + + + + + Pset_SpaceCoveringRequirements + + + ConcealedFlooring + + + true + + + + + Pset_SpaceCoveringRequirements + + + ConcealedCeiling + + + false + + + + + Pset_SpaceLightingDesign + + + ArtificialLighting + + + true + + + + + Pset_SpaceOccupancyRequirements + + + IsOutlookDesirable + + + false + + + + + Pset_ThermalLoad + + + ReceptacleLoadIntensity + + + 125.6 + + + + + Pset_SpaceAirHandlingDimensioning + + + CeilingRAPlenum + + + true + + + + + Pset_SpaceCommon + + + IsExternal + + + false + + + + + Pset_PropertyAgreement + + + Options + + + 24時間警備を実施 + + + + + Pset_ProcessCapacity + + + ProcessPerformance + + + P1M + + + + + Pset_PropertyAgreement + + + Restrictions + + + 日常清掃は管理会社指定 + + + + + Pset_AirSideSystemInformation + + + Description + + + 備品管理対象空間 + + + + + Pset_SpaceCommon + + + PubliclyAccessible + + + true + + + + + Pset_SpaceCommon + + + HandicapAccessible + + + false + + + + + Pset_SpaceFireSafetyRequirements + + + FlammableStorage + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + FireExit + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + SprinklerProtection + + + false + + + + + Pset_SpaceFireSafetyRequirements + + + SprinklerProtectionAutomatic + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + AirPressurization + + + true + + + + + Pset_SpaceHVACDesign + + + DiscontinuedHeating + + + true + + + + + Pset_SpaceHVACDesign + + + NaturalVentilation + + + false + + + + + Pset_SpaceHVACDesign + + + AirHandlingName + + + ボイラー併用空調 + + + + + Pset_SpaceHVACDesign + + + MechanicalVentilation + + + false + + + + + Pset_SpaceHVACDesign + + + AirConditioning + + + true + + + + + Pset_SpaceHVACDesign + + + AirConditioningCentral + + + false + + + + + Pset_SpaceCoveringRequirements + + + ConcealedFlooringOffset + + + 0.050 + + + + + Pset_SpaceCoveringRequirements + + + ConcealedCeilingOffset + + + 0.000 + + + + + Pset_SpaceLightingDesign + + + Illuminance + + + 500.0 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyType + + + 執務空間 + + + + + Pset_SpaceAirHandlingDimensioning + + + DesignAirFlow + + + 0.85 + + + + + Pset_SpaceCommon + + + GrossPlannedArea + + + 45.2 + + + + + Pset_PropertyAgreement + + + Duration + + + P10Y + + + + + Pset_SpaceFireSafetyRequirements + + + FireRiskFactor + + + + + + + + Pset_ThermalLoad + + + LoadSafetyFactor + + + 1.10 + + + + + Pset_SpaceAirHandlingDimensioning + + + VentilationDesignAirFlow + + + 0.65 + + + + + Pset_ProcessCapacity + + + DownstreamConnections + + + 光ファイバー回線 + + + + + Pset_PropertyAgreement + + + AgreementVersion + + + 第1版 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyNumber + + + 1 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_023_IFCSPACE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_023_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..8da21b1bb47ab7f503f556e46b9ae4fc6e99e2c5 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_023_IFCSPACE.ids @@ -0,0 +1,448 @@ + + + + 空間情報チェック + + + + + + + IFCSPACE + + + + + + + 基本管理 + + + 最終確認日 + + + 2026-01-18 + + + + + 資産管理 + + + 管理区分 + + + 共用資産 + + + + + 維持計画 + + + 長期更新対象 + + + true + + + + + 維持計画 + + + 中期改修対象 + + + false + + + + + 運用管理 + + + 外部運営管理対象 + + + true + + + + + 環境評価 + + + エネルギー計測対象 + + + false + + + + + 環境評価 + + + 内部発熱負荷 + + + 146.5 + + + + + 保全履歴 + + + 設備更新履歴管理 + + + true + + + + + 利用契約 + + + テナント運用対象 + + + false + + + + + 防犯運用 + + + 警備レベル + + + 巡回警備 + + + + + 清掃計画 + + + 定期清掃頻度 + + + 月次清掃 + + + + + 清掃計画 + + + 日常清掃方式 + + + 平日日常清掃 + + + + + 備品運用 + + + 備品台帳対象 + + + 重点管理対象 + + + + + 設備条件 + + + PH設備対象 + + + true + + + + + 設備条件 + + + RI設備対象 + + + false + + + + + 配管条件 + + + ガス配管要否 + + + true + + + + + 配管条件 + + + 衛生配管要否 + + + true + + + + + 排水条件 + + + 汚水接続要否 + + + false + + + + + 設備条件 + + + 専用器具設置要否 + + + true + + + + + 給湯条件 + + + 給湯供給要否 + + + true + + + + + 給湯条件 + + + 飲用給湯要否 + + + true + + + + + 給湯条件 + + + 雑用給湯要否 + + + false + + + + + 給湯条件 + + + 給湯システム種別 + + + 中央熱源方式 + + + + + 温度条件 + + + 高温運用要否 + + + false + + + + + 排水条件 + + + 雑排水接続要否 + + + true + + + + + 衛生管理 + + + 滅菌対応要否 + + + false + + + + + 給水条件 + + + 上水供給要否 + + + true + + + + + 排水条件 + + + 厨房排水接続要否 + + + true + + + + + 給水条件 + + + 中水利用要否 + + + false + + + + + エネルギー供給 + + + 都市ガス接続要否 + + + true + + + + + 医療対応 + + + 透析対応要否 + + + false + + + + + エネルギー供給 + + + ガス消費原単位 + + + 24.3 + + + + + 保証情報 + + + 防水保証区分 + + + 10年保証 + + + + + 居住性能 + + + 音響快適性 + + + 静穏 + + + + + 居住性能 + + + 空気質評価 + + + 高水準 + + + + + 居住性能 + + + 採光評価 + + + 明るい + + + + + 情報基盤 + + + 通信対応区分 + + + 光ファイバー対応 + + + + + 居住性能 + + + 温熱快適性 + + + 良好 + + + + + 空間管理 + + + 室管理番号 + + + 7 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_024_IFCSPACE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_024_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..0d9f33608da9bf39b0f43c32eede32c8e9cdde56 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_024_IFCSPACE.ids @@ -0,0 +1,448 @@ + + + + 空間情報 + + + + + + + IFCSPACE + + + + + + + 識別情報 + + + 更新 + + + 2025-09-01 + + + + + 識別情報 + + + 資産区分 + + + 設備資産 + + + + + 識別情報 + + + 保全_10年 + + + false + + + + + 識別情報 + + + 保全_5年 + + + true + + + + + 識別情報 + + + LLC管理対象 + + + false + + + + + 識別情報 + + + エネルギーコスト + + + true + + + + + 識別情報 + + + 熱負荷_人・照明・日射 + + + 110 + + + + + 識別情報 + + + 固定資産修繕履歴 + + + false + + + + + 識別情報 + + + 賃貸管理 + + + true + + + + + 識別情報 + + + 警備区分 + + + 無人監視 + + + + + 識別情報 + + + 定期清掃区分 + + + 隔月清掃 + + + + + 識別情報 + + + 日常清掃区分 + + + 日常清掃あり + + + + + 識別情報 + + + 備品管理区分 + + + 備品管理対象 + + + + + 識別情報 + + + PH要否 + + + false + + + + + 識別情報 + + + RI要否 + + + true + + + + + 識別情報 + + + ガス + + + false + + + + + 識別情報 + + + 衛生器具・給排水 + + + true + + + + + 識別情報 + + + 汚水要否 + + + true + + + + + 識別情報 + + + 器具 + + + false + + + + + 識別情報 + + + 給湯 + + + false + + + + + 識別情報 + + + 給湯飲用要否 + + + false + + + + + 識別情報 + + + 給湯雑湯用要否 + + + false + + + + + 識別情報 + + + 給湯方式 + + + 地熱利用 + + + + + 識別情報 + + + 高温要否 + + + true + + + + + 識別情報 + + + 雑排水要否 + + + false + + + + + 識別情報 + + + 消毒要否 + + + true + + + + + 識別情報 + + + 上水要否 + + + true + + + + + 識別情報 + + + 厨房排水要否 + + + true + + + + + 識別情報 + + + 中水要否 + + + false + + + + + 識別情報 + + + 都市ガス要否 + + + false + + + + + 識別情報 + + + 透析要否 + + + true + + + + + 識別情報 + + + 都市ガス単位面積消費量 + + + 0 + + + + + 識別情報 + + + 防水保障 + + + 15年保証 + + + + + 識別情報 + + + 音環境 + + + 悪い + + + + + 識別情報 + + + 空気環境 + + + 不適 + + + + + 識別情報 + + + 光環境 + + + 不足 + + + + + 識別情報 + + + 情報化対応性 + + + 光ファイバー対応 + + + + + 識別情報 + + + 熱環境 + + + 普通 + + + + + 識別情報 + + + 室昇順番号 + + + 10 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_025_IFCSPACE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_025_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..ada9422eff9960599fa20789110ce45dd6b6fa73 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_025_IFCSPACE.ids @@ -0,0 +1,1075 @@ + + + + SpaceInfo + + + + + + + IFCSPACE + + + + + + + Pset_SpaceCommon + + + Reference + + + Space-201 + + + + + Pset_SpaceCommon + + + IsExternal + + + true + + + + + Pset_SpaceCommon + + + GrossPlannedArea + + + 132.0 + + + + + Pset_SpaceCommon + + + NetPlannedArea + + + 121.0 + + + + + Pset_SpaceCommon + + + PubliclyAccessible + + + true + + + + + Pset_SpaceCommon + + + HandicapAccessible + + + true + + + + + Pset_SpaceCoveringRequirements + + + FloorCovering + + + Rubber + + + + + Pset_SpaceCoveringRequirements + + + FloorCoveringThickness + + + 0.011 + + + + + Pset_SpaceCoveringRequirements + + + WallCovering + + + GypsumBoard + + + + + Pset_SpaceCoveringRequirements + + + WallCoveringThickness + + + 0.006 + + + + + Pset_SpaceCoveringRequirements + + + CeilingCovering + + + Gypsum + + + + + Pset_SpaceCoveringRequirements + + + CeilingCoveringThickness + + + 0.011 + + + + + Pset_SpaceCoveringRequirements + + + SkirtingBoard + + + Aluminum + + + + + Pset_SpaceCoveringRequirements + + + SkirtingBoardHeight + + + 0.083 + + + + + Pset_SpaceCoveringRequirements + + + Molding + + + Cove + + + + + Pset_SpaceCoveringRequirements + + + MoldingHeight + + + 0.055 + + + + + Pset_SpaceCoveringRequirements + + + ConcealedFlooring + + + true + + + + + Pset_SpaceCoveringRequirements + + + ConcealedFlooringOffset + + + 0.022 + + + + + Pset_SpaceCoveringRequirements + + + ConcealedCeiling + + + true + + + + + Pset_SpaceCoveringRequirements + + + ConcealedCeilingOffset + + + 0.165 + + + + + Pset_SpaceLightingDesign + + + ArtificialLighting + + + true + + + + + Pset_SpaceLightingDesign + + + Illuminance + + + 330.0 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyType + + + MeetingRoom + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyNumber + + + 17 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyNumberPeak + + + 22 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyTimePerDay + + + 8.8 + + + + + Pset_SpaceOccupancyRequirements + + + AreaPerOccupant + + + 8.2 + + + + + Pset_SpaceOccupancyRequirements + + + MinimumHeadroom + + + 2.6 + + + + + Pset_SpaceOccupancyRequirements + + + IsOutlookDesirable + + + true + + + + + Pset_SpaceHVACDesign + + + TemperatureSetPoint + + + 24.2 + + + + + Pset_SpaceHVACDesign + + + TemperatureMax + + + 26.4 + + + + + Pset_SpaceHVACDesign + + + TemperatureMin + + + 22.0 + + + + + Pset_SpaceHVACDesign + + + TemperatureSummerMax + + + 28.6 + + + + + Pset_SpaceHVACDesign + + + TemperatureSummerMin + + + 24.2 + + + + + Pset_SpaceHVACDesign + + + TemperatureWinterMax + + + 23.1 + + + + + Pset_SpaceHVACDesign + + + TemperatureWinterMin + + + 19.8 + + + + + Pset_SpaceHVACDesign + + + HumiditySetPoint + + + 0.55 + + + + + Pset_SpaceHVACDesign + + + HumidityMax + + + 0.66 + + + + + Pset_SpaceHVACDesign + + + HumidityMin + + + 0.44 + + + + + Pset_SpaceHVACDesign + + + HumiditySummer + + + 0.61 + + + + + Pset_SpaceHVACDesign + + + HumidityWinter + + + 0.50 + + + + + Pset_SpaceHVACDesign + + + DiscontinuedHeating + + + true + + + + + Pset_SpaceHVACDesign + + + NaturalVentilation + + + true + + + + + Pset_SpaceHVACDesign + + + NaturalVentilationRate + + + 0.55 + + + + + Pset_SpaceHVACDesign + + + MechanicalVentilation + + + true + + + + + Pset_SpaceHVACDesign + + + MechanicalVentilationRate + + + 1.32 + + + + + Pset_SpaceHVACDesign + + + AirConditioning + + + true + + + + + Pset_SpaceHVACDesign + + + AirConditioningCentral + + + true + + + + + Pset_SpaceHVACDesign + + + AirHandlingName + + + AHU-2 + + + + + Pset_SpaceAirHandlingDimensioning + + + CoolingDesignAirFlow + + + 1.65 + + + + + Pset_SpaceAirHandlingDimensioning + + + HeatingDesignAirFlow + + + 1.32 + + + + + Pset_SpaceAirHandlingDimensioning + + + SensibleHeatGain + + + 3.85 + + + + + Pset_SpaceAirHandlingDimensioning + + + TotalHeatGain + + + 5.50 + + + + + Pset_SpaceAirHandlingDimensioning + + + TotalHeatLoss + + + 4.40 + + + + + Pset_SpaceAirHandlingDimensioning + + + CoolingDryBulb + + + 28.6 + + + + + Pset_SpaceAirHandlingDimensioning + + + CoolingRelativeHumidity + + + 0.61 + + + + + Pset_SpaceAirHandlingDimensioning + + + HeatingDryBulb + + + 22.0 + + + + + Pset_SpaceAirHandlingDimensioning + + + HeatingRelativeHumidity + + + 0.44 + + + + + Pset_SpaceAirHandlingDimensioning + + + VentilationDesignAirFlow + + + 1.65 + + + + + Pset_SpaceAirHandlingDimensioning + + + DesignAirFlow + + + 1.43 + + + + + Pset_SpaceAirHandlingDimensioning + + + CeilingRAPlenum + + + true + + + + + Pset_SpaceAirHandlingDimensioning + + + BoundaryAreaHeatLoss + + + 1.32 + + + + + Pset_AirSideSystemInformation + + + Description + + + Central AHU serves west wing + + + + + Pset_AirSideSystemInformation + + + AirSideSystemType + + + VRF + + + + + Pset_AirSideSystemInformation + + + AirSideSystemDistributionType + + + Underfloor + + + + + Pset_AirSideSystemInformation + + + TotalAirFlow + + + 2.20 + + + + + Pset_AirSideSystemInformation + + + EnergyGainTotal + + + 6.60 + + + + + Pset_AirSideSystemInformation + + + AirFlowSensible + + + 1.65 + + + + + Pset_AirSideSystemInformation + + + EnergyGainSensible + + + 4.40 + + + + + Pset_AirSideSystemInformation + + + EnergyLoss + + + 3.85 + + + + + Pset_AirSideSystemInformation + + + InfiltrationDiversitySummer + + + 0.88 + + + + + Pset_AirSideSystemInformation + + + InfiltrationDiversityWinter + + + 0.77 + + + + + Pset_AirSideSystemInformation + + + ApplianceDiversity + + + 0.66 + + + + + Pset_AirSideSystemInformation + + + HeatingTemperatureDelta + + + 11.0 + + + + + Pset_AirSideSystemInformation + + + CoolingTemperatureDelta + + + 8.8 + + + + + Pset_AirSideSystemInformation + + + Ventilation + + + 1.0 + + + + + Pset_AirSideSystemInformation + + + FanPower + + + 0.83 + + + + + Pset_ThermalLoad + + + OccupancyDiversity + + + 0.66 + + + + + Pset_ThermalLoad + + + LightingDiversity + + + 0.88 + + + + + Pset_ThermalLoad + + + ApplianceDiversity + + + 0.66 + + + + + Pset_ThermalLoad + + + OutsideAirPerPerson + + + 0.011 + + + + + Pset_ThermalLoad + + + ReceptacleLoadIntensity + + + 0.055 + + + + + Pset_ThermalLoad + + + AppliancePercentLoadToRadiant + + + 0.33 + + + + + Pset_ThermalLoad + + + LightingLoadIntensity + + + 0.011 + + + + + Pset_ThermalLoad + + + LightingPercentLoadToReturnAir + + + 0.22 + + + + + Pset_ThermalLoad + + + TotalCoolingLoad + + + 7.15 + + + + + Pset_ThermalLoad + + + TotalHeatingLoad + + + 5.50 + + + + + Pset_ThermalLoad + + + InfiltrationDiversitySummer + + + 0.88 + + + + + Pset_ThermalLoad + + + InfiltrationDiversityWinter + + + 0.77 + + + + + Pset_ThermalLoad + + + LoadSafetyFactor + + + 1.32 + + + + + Pset_SpaceFireSafetyRequirements + + + FireRiskFactor + + + 0.2 + + + + + Pset_SpaceFireSafetyRequirements + + + FlammableStorage + + + false + + + + + Pset_SpaceFireSafetyRequirements + + + FireExit + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + SprinklerProtection + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + SprinklerProtectionAutomatic + + + true + + + + + Pset_SpaceFireSafetyRequirements + + + AirPressurization + + + false + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_026_IFCSPACE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_026_IFCSPACE.ids new file mode 100644 index 0000000000000000000000000000000000000000..9062f3bfbd4cef1d40ea4928fece490d8119b428 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_026_IFCSPACE.ids @@ -0,0 +1,448 @@ + + + + 空間情報 + + + + + + + IFCSPACE + + + + + + + Pset_PropertyAgreement + + + AgreementDate + + + 2025-08-22 + + + + + Pset_AirSideSystemInformation + + + Description + + + 建物附属設備を収容 + + + + + Pset_SpaceCommon + + + IsExternal + + + false + + + + + Pset_SpaceCommon + + + PubliclyAccessible + + + false + + + + + Pset_SpaceOccupancyRequirements + + + IsOutlookDesirable + + + false + + + + + Pset_SpaceCommon + + + HandicapAccessible + + + false + + + + + Pset_SpaceCommon + + + GrossPlannedArea + + + 12.8 + + + + + Pset_SpaceCommon + + + Reference + + + SPACE-026 + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyType + + + 設備管理室 + + + + + Pset_PropertyAgreement + + + Options + + + 夜間警備あり + + + + + Pset_ProcessCapacity + + + ProcessPerformance + + + P7D + + + + + Pset_PropertyAgreement + + + Restrictions + + + 日常清掃対象外 + + + + + Pset_PropertyAgreement + + + ConditionTermination + + + 備品管理対象外 + + + + + Pset_SpaceHVACDesign + + + NaturalVentilation + + + false + + + + + Pset_SpaceHVACDesign + + + MechanicalVentilation + + + true + + + + + Pset_SpaceHVACDesign + + + AirConditioning + + + false + + + + + Pset_SpaceHVACDesign + + + AirConditioningCentral + + + true + + + + + Pset_SpaceHVACDesign + + + DiscontinuedHeating + + + true + + + + + Pset_SpaceAirHandlingDimensioning + + + CeilingRAPlenum + + + false + + + + + Pset_SpaceAirHandlingDimensioning + + + DesignAirFlow + + + 1.10 + + + + + Pset_SpaceAirHandlingDimensioning + + + VentilationDesignAirFlow + + + 0.55 + + + + + Pset_SpaceAirHandlingDimensioning + + + CoolingDesignAirFlow + + + 0.85 + + + + + Pset_AirSideSystemInformation + + + AirSideSystemDistributionType + + + セントラル方式 + + + + + Pset_SpaceAirHandlingDimensioning + + + HeatingDesignAirFlow + + + 0.60 + + + + + Pset_SpaceAirHandlingDimensioning + + + BoundaryAreaHeatLoss + + + 18.0 + + + + + Pset_SpaceHVACDesign + + + NaturalVentilationRate + + + 0.15 + + + + + Pset_SpaceHVACDesign + + + MechanicalVentilationRate + + + 1.10 + + + + + Pset_AirSideSystemInformation + + + TotalAirFlow + + + 1.30 + + + + + Pset_SpaceHVACDesign + + + AirHandlingName + + + AHU-CENT-01 + + + + + Pset_AirSideSystemInformation + + + AirSideSystemType + + + セントラル空調 + + + + + Pset_PropertyAgreement + + + CommencementDate + + + 2025-09-01 + + + + + Pset_SpaceCommon + + + NetPlannedArea + + + 10.5 + + + + + Pset_PropertyAgreement + + + Duration + + + P5Y + + + + + Pset_PropertyAgreement + + + AgreementVersion + + + 第1版 + + + + + Pset_ThermalLoad + + + LoadSafetyFactor + + + 1.15 + + + + + Pset_AirSideSystemInformation + + + Ventilation + + + 0.50 + + + + + Pset_ProcessCapacity + + + DownstreamConnections + + + 5G屋内局 + + + + + Pset_PropertyAgreement + + + TrackingIdentifier + + + SPACE-026-OPS + + + + + Pset_SpaceOccupancyRequirements + + + OccupancyNumber + + + 2 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_027_IFCWALL.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_027_IFCWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..a8ad91775aa3348bf0faf1e010162aaf0e02a50c --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_027_IFCWALL.ids @@ -0,0 +1,811 @@ + + + + Wall + + + + + + + IFCWALL + + + + + + + Wall Basics + + + Drawing Reference + + + DrawingA1 + + + + + Wall Basics + + + WallCondition + + + New + + + + + Wall Basics + + + Sound Rating + + + Rw45 + + + + + Wall Basics + + + Fire Resistance + + + 2h + + + + + Wall Basics + + + FireLoadFlag + + + true + + + + + Wall Basics + + + Flame Spread Class + + + Class0 + + + + + Wall Basics + + + U-Value + + + 0.35 + + + + + Wall Basics + + + Exterior + + + true + + + + + Wall Basics + + + Load Bearing + + + true + + + + + Wall Basics + + + Extend to Structure + + + true + + + + + Wall Basics + + + Compartment Divider + + + true + + + + + Concrete Specification + + + Fabrication Location + + + OnSite + + + + + Concrete Specification + + + Casting Method + + + In-situ + + + + + Concrete Specification + + + Structural Role + + + Loadbearing + + + + + Concrete Specification + + + Concrete Strength + + + C30/37 + + + + + Concrete Specification + + + Exposure Class + + + XC4 + + + + + Concrete Specification + + + Rebar Volume Ratio + + + 0.01 + + + + + Concrete Specification + + + Rebar Area Ratio + + + 0.005 + + + + + Concrete Specification + + + Dimensional Accuracy + + + Class1 + + + + + Concrete Specification + + + Construction Tolerance + + + 5mm + + + + + Concrete Specification + + + Concrete Cover + + + 0.020 + + + + + Concrete Specification + + + Cover at Main Bars + + + 0.040 + + + + + Concrete Specification + + + Cover at Ties + + + 0.025 + + + + + Concrete Specification + + + Rebar Grade + + + SD345 + + + + + Precast Fabrication + + + Product Type Code + + + WALL_PRE_001 + + + + + Precast Fabrication + + + Production Lot + + + LOT20230801 + + + + + Precast Fabrication + + + Serial Number + + + SN00123 + + + + + Precast Fabrication + + + Piece Mark + + + PM-12 + + + + + Precast Fabrication + + + As-Built Location + + + L-101 + + + + + Precast Fabrication + + + Production Date + + + 2025-08-01 + + + + + Precast Fabrication + + + Erection Date + + + 2025-08-20 + + + + + Precast Panel Specification + + + Panel Type + + + Panel-100 + + + + + Precast Panel Specification + + + Corner Chamfer + + + 0.010 + + + + + Precast Panel Specification + + + Manufacturing Tolerance + + + T1 + + + + + Precast Panel Specification + + + Form Stripping Strength + + + 5.0 + + + + + Precast Panel Specification + + + Lifting Strength + + + 50.0 + + + + + Precast Panel Specification + + + Release Strength + + + 2.0 + + + + + Precast Panel Specification + + + Minimum Support Length + + + 0.200 + + + + + Precast Panel Specification + + + Initial Tension + + + 100.0 + + + + + Precast Panel Specification + + + Tendon Relaxation + + + 0.035 + + + + + Precast Panel Specification + + + Transport Strength + + + 80.0 + + + + + Precast Panel Specification + + + Transport Support Description + + + Two-point support with wooden cradle + + + + + Precast Panel Specification + + + Transport Support Doc Ref + + + DOC-TR-001 + + + + + Precast Panel Specification + + + Hollow Core Plugging + + + true + + + + + Precast Panel Specification + + + Midspan Camber + + + 0.005 + + + + + Precast Panel Specification + + + Batter at Start + + + 0.005 + + + + + Precast Panel Specification + + + Batter at End + + + 0.005 + + + + + Precast Panel Specification + + + Twist + + + 0.5 + + + + + Precast Panel Specification + + + SegmentOffset + + + 0.002 + + + + + Precast Panel Specification + + + Piece Mark (General) + + + PM-01 + + + + + Precast Panel Specification + + + Design Location + + + D-100 + + + + + Reinforcement Layout + + + Layout Description + + + Vertical bars 100 mm + + + + + Reinforcement Layout + + + Layout Reference + + + Ref-01 + + + + + Reinforcement Layout + + + Bar Arrangement + + + Grid + + + + + Reinforcement Layout + + + Vertical Bar Spacing + + + 0.100 + + + + + Reinforcement Layout + + + Horizontal Bar Spacing + + + 0.200 + + + + + Reinforcement Layout + + + Auxiliary Spacing + + + 0.050 + + + + + Barrier Features + + + Movable + + + true + + + + + Barrier Features + + + Terminal Segment + + + true + + + + + Barrier Features + + + Transition Segment + + + true + + + + + Barrier Features + + + Terminal Type + + + TypeA + + + + + Quantities + + + RunLength + + + 6.0 + + + + + Quantities + + + PanelBreadth + + + 0.20 + + + + + Quantities + + + RiseMeasure + + + 2.7 + + + + + Quantities + + + Gross Footprint Area + + + 12.0 + + + + + Quantities + + + Net Footprint Area + + + 11.5 + + + + + Quantities + + + Gross Side Area + + + 24.0 + + + + + Quantities + + + Net Side Area + + + 23.5 + + + + + Quantities + + + Gross Volume + + + 36.0 + + + + + Quantities + + + Net Volume + + + 35.0 + + + + + Quantities + + + Gross Weight + + + 4500.0 + + + + + Quantities + + + Net Weight + + + 4300.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_028_IFCWALL.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_028_IFCWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..0c2ecb20f2d804ac5ad512f8561c1122c039df30 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_028_IFCWALL.ids @@ -0,0 +1,811 @@ + + + + Wall(ARC) + + + + + + + IFCWALL + + + + + + + Pset_WallCommon + + + Reference + + + DrawingB2 + + + + + Pset_WallCommon + + + Status + + + New + + + + + Pset_WallCommon + + + AcousticRating + + + Rw50 + + + + + Pset_WallCommon + + + FireRating + + + 1h + + + + + Pset_WallCommon + + + Combustible + + + false + + + + + Pset_WallCommon + + + SurfaceSpreadOfFlame + + + Class1 + + + + + Pset_WallCommon + + + ThermalTransmittance + + + 0.30 + + + + + Pset_WallCommon + + + IsExternal + + + false + + + + + Pset_WallCommon + + + LoadBearing + + + true + + + + + Pset_WallCommon + + + ExtendToStructure + + + false + + + + + Pset_WallCommon + + + Compartmentation + + + true + + + + + Pset_ConcreteElementGeneral + + + AssemblyPlace + + + OffSite + + + + + Pset_ConcreteElementGeneral + + + CastingMethod + + + In-situ + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + ShearWall + + + + + Pset_ConcreteElementGeneral + + + StrengthClass + + + C35/45 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + XC2 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 0.012 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.006 + + + + + Pset_ConcreteElementGeneral + + + DimensionalAccuracyClass + + + Class2 + + + + + Pset_ConcreteElementGeneral + + + ConstructionToleranceClass + + + 3mm + + + + + Pset_ConcreteElementGeneral + + + ConcreteCover + + + 0.025 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 0.045 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtLinks + + + 0.020 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementStrengthClass + + + SD390 + + + + + Pset_PrecastConcreteElementFabrication + + + TypeDesignation + + + WALL_PRE_002 + + + + + Pset_PrecastConcreteElementFabrication + + + ProductionLotId + + + LOT20250910 + + + + + Pset_PrecastConcreteElementFabrication + + + SerialNumber + + + SN07890 + + + + + Pset_PrecastConcreteElementFabrication + + + PieceMark + + + PM-14 + + + + + Pset_PrecastConcreteElementFabrication + + + AsBuiltLocationNumber + + + L-201 + + + + + Pset_PrecastConcreteElementFabrication + + + ActualProductionDate + + + 2025-09-05T00:00:00 + + + + + Pset_PrecastConcreteElementFabrication + + + ActualErectionDate + + + 2025-09-25T00:00:00 + + + + + Pset_PrecastConcreteElementGeneral + + + TypeDesignation + + + Panel-120 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 0.012 + + + + + Pset_PrecastConcreteElementGeneral + + + ManufacturingToleranceClass + + + T2 + + + + + Pset_PrecastConcreteElementGeneral + + + FormStrippingStrength + + + 6.5 + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 60.0 + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 2.5 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.250 + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 110.0 + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 0.030 + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 85.0 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + Four-point slings with spreader + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + DOC-TR-012 + + + + + Pset_PrecastConcreteElementGeneral + + + HollowCorePlugging + + + false + + + + + Pset_PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 0.006 + + + + + Pset_PrecastConcreteElementGeneral + + + BatterAtStart + + + 0.006 + + + + + Pset_PrecastConcreteElementGeneral + + + BatterAtEnd + + + 0.006 + + + + + Pset_PrecastConcreteElementGeneral + + + Twisting + + + 0.6 + + + + + Pset_PrecastConcreteElementGeneral + + + Shortening + + + 0.003 + + + + + Pset_PrecastConcreteElementGeneral + + + PieceMark + + + PM-03 + + + + + Pset_PrecastConcreteElementGeneral + + + DesignLocationNumber + + + D-200 + + + + + Pset_ReinforcementBarPitchOfWall + + + Description + + + Vertical 150 mm + + + + + Pset_ReinforcementBarPitchOfWall + + + Reference + + + Ref-02 + + + + + Pset_ReinforcementBarPitchOfWall + + + BarAllocationType + + + Single + + + + + Pset_ReinforcementBarPitchOfWall + + + VerticalBarPitch + + + 0.120 + + + + + Pset_ReinforcementBarPitchOfWall + + + HorizontalBarPitch + + + 0.220 + + + + + Pset_ReinforcementBarPitchOfWall + + + SpacingBarPitch + + + 0.060 + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 20.0 + + + + + Pset_MaintenanceStrategy + + + AssetCriticality + + + High + + + + + Pset_Condition + + + AssessmentDescription + + + Non-combustible interior wall assembly + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + TypeB + + + + + Qto_WallBaseQuantities + + + Length + + + 7.5 + + + + + Qto_WallBaseQuantities + + + Width + + + 0.22 + + + + + Qto_WallBaseQuantities + + + Height + + + 2.9 + + + + + Qto_WallBaseQuantities + + + GrossFootPrintArea + + + 13.0 + + + + + Qto_WallBaseQuantities + + + NetFootPrintArea + + + 12.5 + + + + + Qto_WallBaseQuantities + + + GrossSideArea + + + 26.0 + + + + + Qto_WallBaseQuantities + + + NetSideArea + + + 25.4 + + + + + Qto_WallBaseQuantities + + + GrossVolume + + + 38.0 + + + + + Qto_WallBaseQuantities + + + NetVolume + + + 36.5 + + + + + Qto_WallBaseQuantities + + + GrossWeight + + + 4700.0 + + + + + Qto_WallBaseQuantities + + + NetWeight + + + 4400.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_029_IFCDOOR.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_029_IFCDOOR.ids new file mode 100644 index 0000000000000000000000000000000000000000..2c4c838fd0e109109f6f197403b02a74d2d57461 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_029_IFCDOOR.ids @@ -0,0 +1,393 @@ + + + + Door + + + + + + + IFCDOOR + + + + + + + Door Basics + + + Element Code + + + Door-A1 + + + + + Door Basics + + + Stage + + + New + + + + + Door Basics + + + Fire Resistance Level + + + 30min + + + + + Door Basics + + + Sound Rating + + + Rw32 + + + + + Door Basics + + + Glazing Ratio + + + 0.25 + + + + + Door Basics + + + Exterior + + + true + + + + + Door Basics + + + Heat Loss Coefficient + + + 1.8 + + + + + Door Basics + + + Accessibility + + + true + + + + + Door Basics + + + Fire Egress + + + true + + + + + Door Basics + + + Self-Closing Function + + + true + + + + + Door Basics + + + Smoke Barrier Function + + + true + + + + + Door Basics + + + Drive Assisted Operation + + + true + + + + + Door Basics + + + Air Leakage + + + 0.5 + + + + + Lining + + + Frame Lining Depth + + + 0.030 + + + + + Lining + + + Frame Lining Thickness + + + 0.012 + + + + + Lining + + + Threshold Depth Measure + + + 0.040 + + + + + Lining + + + Threshold Thickness Measure + + + 0.010 + + + + + Lining + + + Transom Thickness Measure + + + 0.015 + + + + + Lining + + + Transom Offset Measure + + + 0.005 + + + + + Lining + + + Frame Lining Offset + + + 0.003 + + + + + Lining + + + Threshold Offset Measure + + + 0.0 + + + + + Lining + + + Casing Thickness Measure + + + 0.008 + + + + + Lining + + + Casing Depth Measure + + + 0.020 + + + + + Lining + + + Panel Offset X + + + 0.005 + + + + + Lining + + + Panel Offset Y + + + 0.002 + + + + + Door Panel + + + Door Panel Depth + + + 0.040 + + + + + Door Panel + + + Door Panel Operation + + + SingleSwing + + + + + Door Panel + + + Door Panel Width + + + 0.900 + + + + + Door Panel + + + Door Panel Position + + + Left + + + + + Manufacturer Info + + + Brand + + + AcmeDoors + + + + + Manufacturer Info + + + Model Code + + + MDL-2024-A + + + + + Product Materials + + + Surface Coating + + + PaintedOak + + + + + Product Materials + + + CoreMaterial + + + SolidWood + + + + + Product Materials + + + Frame Material Type + + + Steel + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_030_IFCDOOR.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_030_IFCDOOR.ids new file mode 100644 index 0000000000000000000000000000000000000000..b0407196c6de31bc54045014dc449e792517d5f5 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_030_IFCDOOR.ids @@ -0,0 +1,591 @@ + + + + ドア + + + + + + + IFCDOOR + + + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + 片開き + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 玄関用ドア + + + + + Pset_DoorCommon + + + Reference + + + 木製 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + D-101 + + + + + Pset_Uncertainty + + + UncertaintyDescription + + + 内部 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + 特記事項なし + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P20D + + + + + Pset_MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P2300D + + + + + Qto_DoorBaseQuantities + + + Width + + + 9 + + + + + Pset_DoorPanelProperties + + + PanelWidth + + + 0.95 + + + + + Pset_MaintenanceTriggerDuration + + + DurationDisposalLevel + + + P2400D + + + + + Qto_DoorBaseQuantities + + + Height + + + 2.0 + + + + + Pset_Condition + + + AssessmentDescription + + + A-4等級 + + + + + Pset_DoorCommon + + + AcousticRating + + + T-2 + + + + + Pset_Risk + + + RiskName + + + W-2 + + + + + Pset_Tolerance + + + ToleranceDescription + + + 耐震等級2 + + + + + Pset_DoorCommon + + + HygrothermalRating + + + H-2 + + + + + Pset_DoorCommon + + + FireRating + + + 不燃 + + + + + Pset_DoorLiningProperties + + + LiningDepth + + + 0.105 + + + + + Qto_BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 0 + + + + + Pset_ConstructionOccurence + + + AssetIdentifier + + + ENT-DOOR-01 + + + + + Pset_Risk + + + AssociatedLocation + + + 南面 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 木製標準仕様 + + + + + Pset_Condition + + + AssessmentType + + + 外観確認 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.40 + + + + + Pset_Risk + + + AssociatedProduct + + + レバーハンドル + + + + + Pset_DoorCommon + + + IsExternal + + + true + + + + + Pset_Tolerance + + + ToleranceBasis + + + 組立 + + + + + Pset_DoorCommon + + + SelfClosing + + + true + + + + + Pset_DoorCommon + + + HandicapAccessible + + + false + + + + + Pset_DoorCommon + + + SecurityRating + + + 電気錠仕様 + + + + + Pset_DoorPanelProperties + + + PanelOperation + + + 片開き + + + + + Pset_MaintenanceTriggerPerformance + + + PerformanceMaintenanceLevel + + + 2 + + + + + Pset_DoorPanelProperties + + + PanelDepth + + + 0.040 + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 30 + + + + + Pset_EnvironmentalCondition + + + StorageTemperatureRange + + + 25.0 + + + + + Pset_EnvironmentalCondition + + + OperationalTemperatureRange + + + 20.0 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + ステンレス建具工業 + + + + + Pset_EnvironmentalCondition + + + MaximumWindSpeed + + + 25.0 + + + + + Pset_EnvironmentalCondition + + + MaximumSolarRadiation + + + 600 + + + + + Pset_ManufacturerOccurrence + + + SerialNumber + + + HW-STEEL-01 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + FIN-MEL-01 + + + + + Pset_Condition + + + AssessmentCondition + + + 竣工時 + + + + + Pset_EnvironmentalCondition + + + MaximumRainIntensity + + + 20 + + + + + Pset_MaintenanceTriggerPerformance + + + ReplacementLevel + + + 1000 + + + + + Pset_EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + Pset_EnvironmentalCondition + + + SeismicResistance + + + 0.50 + + + + + Pset_EnvironmentalCondition + + + SmokeLevel + + + Low + + + + + Qto_DoorBaseQuantities + + + Perimeter + + + 5.8 + + + + + Pset_DoorPanelProperties + + + PanelPosition + + + LEFT + + + + + Pset_Risk + + + NatureOfRisk + + + 木製面材の傷 + + + + + Pset_DoorCommon + + + FireExit + + + true + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_031_IFCWINDOW.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_031_IFCWINDOW.ids new file mode 100644 index 0000000000000000000000000000000000000000..05c6df436614c0b87de1d143f5ac5eec156fd442 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_031_IFCWINDOW.ids @@ -0,0 +1,602 @@ + + + + WINDOW INFO + + + + + + + IFCWINDOW + + + + + + + 性能検証 + + + 遮音コンセプト + + + 外部騒音配慮型 + + + + + 製品分類 + + + 管理記号 + + + WX-914 + + + + + 可動範囲 + + + 開口クリア高[mm] + + + 1320 + + + + + 外観計画 + + + 発色テーマ + + + ダークグラファイト + + + + + 防虫計画 + + + 防虫建具形式 + + + 内付ロール網戸 + + + + + 取付基準 + + + 基準高さ + + + FL+950 + + + + + 内装納まり + + + 窓台材 + + + 人工大理石カウンター + + + + + 表面保護 + + + 保護層平均厚[μm] + + + 62.5 + + + + + 位置参照 + + + 主対象室 + + + ラウンジ + + + + + 施錠仕様 + + + 補助錠形式 + + + 補助ロックユニット + + + + + 開口寸法 + + + 基準幅[mm] + + + 920 + + + + + 排水納まり + + + 下端ドリップ材 + + + ステンレス水切プレート + + + + + 安全仕様 + + + 防災ガラス構成 + + + 網入り耐熱合わせガラス + + + + + 外装保護 + + + 前面スクリーン形式 + + + パンチングメタルパネル + + + + + 可動範囲 + + + 残留かぶり寸法[mm] + + + 34 + + + + + 性能検証 + + + 断熱コンセプト + + + 日射抑制型 + + + + + 操作部品 + + + 操作具装備有無 + + + false + + + + + 製品分類 + + + 開口ユニット種別 + + + ハイサイドライト + + + + + 外装保護 + + + スクリーン有効高[mm] + + + 1280 + + + + + 施錠仕様 + + + 主錠機能 + + + ダブルロック + + + + + 開閉計画 + + + 作動モード + + + 内倒し窓 + + + + + 充填固定 + + + 固定シール材 + + + EPDMガスケット + + + + + 落下防止構成 + + + 保護バー固定方式 + + + スラブ下固定 + + + + + 開口寸法 + + + 基準高さ[mm] + + + 1450 + + + + + 図面連携 + + + 注記メモ + + + 避難経路側のため開放制限あり + + + + + 内装納まり + + + フレーム見込[mm] + + + 88 + + + + + 性能検証 + + + 気密グレード + + + 高気密仕様 + + + + + 防虫計画 + + + ネット素材 + + + ポリエステルネット + + + + + 可動範囲 + + + 開口クリア幅A[mm] + + + 520 + + + + + 施錠仕様 + + + 補助錠機能 + + + 誤開放防止 + + + + + 位置参照 + + + 副対象面 + + + 北東面 + + + + + 外装保護 + + + 支持金物方式 + + + 溶接プレート止め + + + + + 設置条件 + + + 面区分 + + + 中庭側 + + + + + 可動範囲 + + + 開口クリア幅B[mm] + + + 310 + + + + + 表面保護 + + + 表層処理方式 + + + 粉体焼付塗装 + + + + + 落下防止構成 + + + 保護バー列数 + + + 2 + + + + + 防虫計画 + + + ネット中桟数 + + + 1 + + + + + 内装納まり + + + 周縁フレーム材 + + + タモ集成材枠 + + + + + 透過材仕様 + + + ガラス総厚[mm] + + + 28 + + + + + 操作部品 + + + 操作具形式 + + + バーグリップ + + + + + 性能検証 + + + 止水クラス + + + 強雨対応 + + + + + 外装保護 + + + スクリーン離隔[mm] + + + 95 + + + + + 収納構成 + + + 上部収納ユニット + + + 埋込スクリーンケース + + + + + 可動範囲 + + + 障子見付寸法[mm] + + + 48 + + + + + 施錠仕様 + + + 主錠形式 + + + 鎌錠 + + + + + 性能検証 + + + 耐風圧カテゴリ + + + 沿岸部対応 + + + + + 落下防止構成 + + + 保護バー形式 + + + 縦手すり + + + + + 可動範囲 + + + 障子見込寸法[mm] + + + 82 + + + + + 内装納まり + + + 窓台突出寸法[mm] + + + 210 + + + + + 透過材仕様 + + + 透過ユニット構成 + + + Low-Eトリプルガラス + + + + + 外装保護 + + + スクリーン有効幅[mm] + + + 980 + + + + + 防虫計画 + + + 脱落抑制方式 + + + 逆走防止ストッパー付 + + + + + 内装納まり + + + フレーム逃げ寸法[mm] + + + 12 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_032_IFCWINDOW.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_032_IFCWINDOW.ids new file mode 100644 index 0000000000000000000000000000000000000000..68326bc25f4cc2921c7e88074d50e8eec92d6403 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_032_IFCWINDOW.ids @@ -0,0 +1,602 @@ + + + + + + + + + + + IFCWINDOW + + + + + + + 仕上げ・下地情報 + + + 色調 + + + ダークグレー + + + + + 仕上げ・下地情報 + + + 表面処理 + + + フッ素樹脂塗装 + + + + + 仕上げ・下地情報 + + + 膜厚_塗膜厚 [μm] + + + 25 + + + + + 識別情報 + + + 開閉形式 + + + 縦すべり出し窓 + + + + + 識別情報 + + + 建具種類 + + + 腰高窓 + + + + + 識別情報 + + + 建具番号 + + + W-402 + + + + + 識別情報 + + + 内外区分 + + + 外部 + + + + + 図面情報 + + + 備考 + + + 要現場確認 + + + + + 寸法情報 + + + 高さ [mm] + + + 2 + + + + + 寸法情報 + + + 幅 [mm] + + + 1 + + + + + 性能情報 + + + 気密性能 + + + A-3等級 + + + + + 性能情報 + + + 遮音性能 + + + T-1 + + + + + 性能情報 + + + 水密性能 + + + W-4 + + + + + 性能情報 + + + 耐風圧性能 + + + S-2 + + + + + 性能情報 + + + 断熱性能 + + + H-3 + + + + + 性能情報 + + + 防火性能 + + + 網入りガラス仕様 + + + + + 配置情報 + + + 基準レベル + + + GL + + + + + 配置情報 + + + 建具場所_主 + + + リビング + + + + + 配置情報 + + + 建具場所_副 + + + 東面 + + + + + 識別情報 + + + 額縁_種類 + + + 木枠 + + + + + 識別情報 + + + 膳板_種類 + + + 人工大理石膳板 + + + + + 寸法情報 + + + 額縁_見付 [mm] + + + 40 + + + + + 寸法情報 + + + 額縁チリ [mm] + + + 12 + + + + + 寸法情報 + + + 膳板見付 [mm] + + + 25 + + + + + 識別情報 + + + ブラインドBOX_種類 + + + アルミBOX + + + + + 識別情報 + + + 手すり_種類 + + + 縦手すり + + + + + 識別情報 + + + 手すり取付方法 + + + 先付 + + + + + 識別情報 + + + 手すり本数 + + + 1 + + + + + 識別情報 + + + 面格子_種類 + + + 横格子 + + + + + 識別情報 + + + 面格子ブラケット_種類 + + + 直付 + + + + + 識別情報 + + + 面格子取付 [mm] + + + 45 + + + + + 寸法情報 + + + 面格子_高さ [mm] + + + 1000 + + + + + 寸法情報 + + + 面格子_幅 [mm] + + + 1200 + + + + + 仕上げ・下地情報 + + + 網_材質 + + + ペット対応網 + + + + + 識別情報 + + + 網戸_種類 + + + 横引きロール網戸 + + + + + 識別情報 + + + 網戸落下防止部品_種類 + + + 落下防止金具なし + + + + + 寸法情報 + + + 網戸中桟_本数 + + + 1 + + + + + 識別情報 + + + 引手・ハンドル_種類 + + + レバーハンドル + + + + + 識別情報 + + + 引手・ハンドル_有無 + + + true + + + + + 識別情報 + + + クレセント_機能 + + + 施錠機能付き + + + + + 識別情報 + + + クレセント_種類 + + + ワンタッチクレセント + + + + + 識別情報 + + + 補助クレセント_機能 + + + なし + + + + + 識別情報 + + + 補助クレセント_種類 + + + なし + + + + + 識別情報 + + + ガラス押さえ + + + 樹脂押縁 + + + + + 寸法情報 + + + 引残し寸法 [mm] + + + 20 + + + + + 寸法情報 + + + 障子見込 [mm] + + + 65 + + + + + 寸法情報 + + + 障子見付 [mm] + + + 35 + + + + + 寸法情報 + + + 有効開口幅_右 [mm] + + + 450 + + + + + 寸法情報 + + + 有効開口幅_左 [mm] + + + 450 + + + + + 寸法情報 + + + 有効高さ [mm] + + + 1900 + + + + + 識別情報 + + + ガラス_種類 + + + Low-E複層ガラス + + + + + 寸法情報 + + + ガラス_厚さ [mm] + + + 6 + + + + + 識別情報 + + + 水切り_種類 + + + ステンレス水切り + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_033_IFCSLAB.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_033_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..7ed2374dc538623eccac532c8a17d898cf1ed4ee --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_033_IFCSLAB.ids @@ -0,0 +1,371 @@ + + + + Slab + + + + + + + IFCSLAB + + + + + + + Pset_ReinforcementBarPitchOfSlab + + + Description + + + Hollow core slab reinforcement pitch schedule for zone B + + + + + Pset_PrecastConcreteElementFabrication + + + ProductionLotId + + + LOT-26-04-B17 + + + + + Pset_ConcreteElementGeneral + + + StrengthClass + + + C35/45 + + + + + Qto_SlabBaseQuantities + + + NetArea + + + 22.64 + + + + + Pset_PrecastSlab + + + EdgeDistanceToFirstAxis + + + 0.180 + + + + + Pset_PrecastConcreteElementGeneral + + + FormStrippingStrength + + + 18.0 + + + + + Pset_SlabCommon + + + PitchAngle + + + 0.087266 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongOutsideTopBarPitch + + + 0.150 + + + + + Pset_PrecastConcreteElementGeneral + + + BatterAtStart + + + 0.003490 + + + + + Qto_SlabBaseQuantities + + + GrossWeight + + + 18650.0 + + + + + Pset_PrecastSlab + + + DistanceBetweenComponentAxes + + + 1.200 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + XC4 + + + + + Pset_PrecastConcreteElementFabrication + + + SerialNumber + + + SN-SLB-260418-07 + + + + + Pset_PrecastConcreteElementGeneral + + + ManufacturingToleranceClass + + + MT2 + + + + + Pset_SlabCommon + + + Combustible + + + false + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideCenterTopBarPitch + + + 0.125 + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 32.0 + + + + + Qto_SlabBaseQuantities + + + NetVolume + + + 5.12 + + + + + Pset_PrecastSlab + + + AngleBetweenComponentAxes + + + 1.570796 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.090 + + + + + Pset_SlabCommon + + + Compartmentation + + + true + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideCenterLowerBarPitch + + + 0.175 + + + + + Pset_PrecastConcreteElementFabrication + + + ActualProductionDate + + + 2026-04-18T09:30:00 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.0042 + + + + + Qto_SlabBaseQuantities + + + NetWeight + + + 17980.0 + + + + + Pset_PrecastConcreteElementGeneral + + + HollowCorePlugging + + + SealedWithConcrete + + + + + Pset_PrecastSlab + + + AngleToFirstAxis + + + 0.785398 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortOutsideLowerBarPitch + + + 0.140 + + + + + Pset_PrecastConcreteElementGeneral + + + Twisting + + + 0.001745 + + + + + Pset_PrecastConcreteElementFabrication + + + AsBuiltLocationNumber + + + GRID-C4-L2 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 0.030 + + + + + Pset_PrecastConcreteElementGeneral + + + DesignLocationNumber + + + ZN-2F-C4 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_034_IFCSLAB.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_034_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..0ca0e55ee61426c7103a0e6a7a887f716834a427 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_034_IFCSLAB.ids @@ -0,0 +1,613 @@ + + + + 天井(意匠) + + + + + + + IFCSLAB + + + + + + + Pset_Condition + + + AssessmentCondition + + + 竣工時 + + + + + Pset_SlabCommon + + + IsExternal + + + false + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + NM-1234 + + + + + Pset_ConstructionOccurence + + + ModelNumber + + + F-201 + + + + + Pset_PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 0.01 + + + + + Qto_SlabBaseQuantities + + + Perimeter + + + 150 + + + + + Qto_BodyGeometryValidation + + + GrossSurfaceArea + + + 25 + + + + + Qto_BodyGeometryValidation + + + GrossVolume + + + 3.5 + + + + + Pset_SlabCommon + + + AcousticRating + + + ΔL-40 + + + + + Pset_SlabCommon + + + FireRating + + + 1時間耐火 + + + + + Pset_EnvironmentalCondition + + + MaximumRainIntensity + + + 30 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.80 + + + + + Pset_Condition + + + AssessmentDescription + + + 高性能仕様 + + + + + Qto_BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 0 + + + + + Pset_PrecastSlab + + + EdgeDistanceToFirstAxis + + + 0.150 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 合板仕上 + + + + + Pset_SlabCommon + + + Combustible + + + false + + + + + Pset_PrecastSlab + + + NominalThickness + + + 0.020 + + + + + Pset_PrecastSlab + + + ToppingType + + + フローリング + + + + + Pset_SlabCommon + + + SurfaceSpreadOfFlame + + + 準不燃 + + + + + Pset_PrecastSlab + + + NominalToppingThickness + + + 0.050 + + + + + Pset_PrecastConcreteElementFabrication + + + TypeDesignation + + + 押出法ポリスチレンフォーム + + + + + Pset_Condition + + + AssessmentType + + + 防水仕様確認 + + + + + Pset_SlabCommon + + + Compartmentation + + + true + + + + + Pset_EnvironmentalCondition + + + SeismicResistance + + + 1.2 + + + + + Qto_SlabBaseQuantities + + + Depth + + + 0.020 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCover + + + 0.025 + + + + + Pset_EnvironmentalCondition + + + MaximumSolarRadiation + + + 600 + + + + + Pset_EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 1800 + + + + + Pset_EnvironmentalCondition + + + MaximumWindSpeed + + + 29.0 + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 29.0 + + + + + Pset_EnvironmentalCondition + + + OperationalTemperatureRange + + + 8.0 + + + + + Pset_Warranty + + + WarrantyPeriod + + + P1Y + + + + + Pset_ConstructionOccurence + + + AssetIdentifier + + + OFFICE-SLAB-01 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + false + + + + + Pset_PrecastConcreteElementGeneral + + + ManufacturingToleranceClass + + + ORDINARY + + + + + Qto_SlabBaseQuantities + + + Width + + + 200 + + + + + Pset_PrecastSlab + + + DistanceBetweenComponentAxes + + + 0.150 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 0.030 + + + + + Pset_PrecastSlab + + + AngleToFirstAxis + + + 0 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtLinks + + + 0.020 + + + + + Pset_ReinforcementBarPitchOfSlab + + + Description + + + Top reinforcement uses D13 bars + + + + + Pset_ReinforcementBarPitchOfSlab + + + Reference + + + D10 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 0.020 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongOutsideTopBarPitch + + + 0.200 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideCenterTopBarPitch + + + 0.200 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideEndTopBarPitch + + + 0.200 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortOutsideTopBarPitch + + + 0.200 + + + + + Pset_Warranty + + + Exclusions + + + なし + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideCenterTopBarPitch + + + 0.200 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideEndTopBarPitch + + + 0.200 + + + + + Pset_Risk + + + MitigationPlanned + + + なし + + + + + Qto_SlabBaseQuantities + + + NetWeight + + + 2000 + + + + + Pset_Risk + + + AssociatedProduct + + + D10鉄筋 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_035_IFCSTAIR.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_035_IFCSTAIR.ids new file mode 100644 index 0000000000000000000000000000000000000000..53ebb0140c3cb1f84d9d3b1da69fe1f83939b566 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_035_IFCSTAIR.ids @@ -0,0 +1,536 @@ + + + + Stair + + + + + + + IFCSTAIR + + + + + + + Stair Basics + + + Stair Form + + + Straight + + + + + Stair Basics + + + Exterior + + + false + + + + + Stair Basics + + + SurfaceSpec + + + PowderCoated + + + + + Stair Basics + + + Load Bearing + + + true + + + + + Stair Basics + + + StairCondition + + + Existing + + + + + Geometry + + + Riser Count + + + 18 + + + + + Geometry + + + Tread Count + + + 17 + + + + + Geometry + + + Riser Height + + + 0.16 + + + + + Geometry + + + Tread Depth + + + 0.27 + + + + + Geometry + + + Nosing Projection + + + 0.025 + + + + + Geometry + + + Stair Width + + + 1.10 + + + + + Geometry + + + Landing Length + + + 1.80 + + + + + Geometry + + + ClearanceTop + + + 2.10 + + + + + Geometry + + + Slope Angle + + + 31.0 + + + + + Performance + + + Egress Capacity + + + 180.0 + + + + + Performance + + + Max Occupant Load + + + 80 + + + + + Performance + + + Flow Rate per Person + + + 0.35 + + + + + Performance + + + Slip Resistance + + + R12 + + + + + Handrail + + + Handrail Required + + + true + + + + + Handrail + + + Handrail Height + + + 0.92 + + + + + Handrail + + + Handrail Continuity + + + Continuous + + + + + Handrail + + + Balustrade Type + + + Metal + + + + + Materials + + + Tread Material + + + PrecastConcrete + + + + + Materials + + + Riser Material + + + PrecastConcrete + + + + + Materials + + + Stringer Material + + + Steel + + + + + Materials + + + Coating + + + PowderCoat + + + + + Fire Safety + + + Fire Rated + + + true + + + + + Fire Safety + + + Fire Resistance + + + EI90 + + + + + Fire Safety + + + Smoke Protected + + + true + + + + + Construction + + + Fabrication Location + + + Factory + + + + + Construction + + + Prefab ID + + + PF-02 + + + + + Construction + + + Tolerance + + + 3mm + + + + + Accessibility + + + Tactile Warning + + + true + + + + + Accessibility + + + Contrasting Nosings + + + true + + + + + Accessibility + + + Accessible Route + + + Accessible + + + + + Installation + + + Installation Date + + + 2025-09-10 + + + + + Installation + + + Fixing Details + + + Chemical anchors to slab; Bracket fix to precast wall + + + + + Installation + + + Lifting Points + + + 3 lifting points along stringer + + + + + Installation + + + Temporary Support + + + false + + + + + Manufacturer Info + + + MakerName + + + StepMasters + + + + + Manufacturer Info + + + Model + + + STR-2026-B + + + + + Stair Quantities + + + Riser Count + + + 18 + + + + + Stair Quantities + + + Tread Count + + + 17 + + + + + Stair Quantities + + + StairRun + + + 3.60 + + + + + Stair Quantities + + + StairRise + + + 2.40 + + + + + Stair Quantities + + + PlanExtent + + + 3.96 + + + + + Stair Quantities + + + SolidVolumeCalc + + + 1.20 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_036_IFCSTAIR.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_036_IFCSTAIR.ids new file mode 100644 index 0000000000000000000000000000000000000000..03002527e2342ed25c279496dfc0697e2ac4c616 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_036_IFCSTAIR.ids @@ -0,0 +1,525 @@ + + + + Stair + + + + + + + IFCSTAIR + + + + + + + Pset_PrecastConcreteElementFabrication + + + TypeDesignation + + + Winder + + + + + Pset_StairCommon + + + IsExternal + + + false + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + PowderCoatedFinish + + + + + Pset_StairCommon + + + LoadBearing + + + false + + + + + Pset_StairCommon + + + Status + + + New + + + + + Pset_StairCommon + + + NumberOfRiser + + + 18 + + + + + Pset_StairCommon + + + NumberOfTreads + + + 17 + + + + + Pset_StairCommon + + + RiserHeight + + + 0.16 + + + + + Pset_StairCommon + + + TreadLength + + + 0.27 + + + + + Pset_StairCommon + + + NosingLength + + + 0.02 + + + + + Pset_StairCommon + + + WalkingLineOffset + + + 1.10 + + + + + Pset_StairCommon + + + TreadLengthAtOffset + + + 0.300 + + + + + Pset_StairCommon + + + TreadLengthAtInnerSide + + + 0.210 + + + + + Pset_StairCommon + + + RequiredHeadroom + + + 2.800 + + + + + Pset_StairCommon + + + WaistThickness + + + 0.150 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 0.080 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.250 + + + + + Pset_Condition + + + AssessmentCondition + + + Wet condition + + + + + Pset_StairCommon + + + HasNonSkidSurface + + + false + + + + + Pset_StairCommon + + + Reference + + + Continuous + + + + + Pset_PrecastConcreteElementGeneral + + + TypeDesignation + + + MetalStair + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WAR-STAIR-2026-02 + + + + + Pset_ManufacturerTypeInformation + + + SafetyDocument + + + DOC-STAIR-SAFE-02 + + + + + Pset_Tolerance + + + OverallTolerance + + + 0.006 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + PolyurethaneFinish + + + + + Pset_StairCommon + + + FireExit + + + false + + + + + Pset_StairCommon + + + FireRating + + + EI90 + + + + + Pset_StairCommon + + + HandicapAccessible + + + false + + + + + Pset_ConcreteElementGeneral + + + AssemblyPlace + + + Factory + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + PF-02 + + + + + Pset_Tolerance + + + ToleranceDescription + + + 3mm + + + + + Pset_Condition + + + LastAssessmentReport + + + RPT-NONSKID-01 + + + + + Pset_ConstructionAdministration + + + SubmittalIdentifer + + + ACC-NG + + + + + Pset_Condition + + + AssessmentMethod + + + DOC-ACCESS-01 + + + + + Pset_InstallationOccurrence + + + InstallationDate + + + 2025-10-05 + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + 05 51 00 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + LiftingPoints: 2 lifting eyes midspan + + + + + Pset_Condition + + + AssessmentType + + + DimensionalInspection + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + AscendWorks + + + + + Pset_ConstructionOccurence + + + ModelNumber + + + STR-2026-B + + + + + Pset_PrecastConcreteElementFabrication + + + PieceMark + + + R18 + + + + + Pset_ConstructionOccurence + + + TagNumber + + + T17 + + + + + Pset_ElementKinematics + + + LinearRange + + + 3.60 + + + + + Pset_Condition + + + AssessmentDescription + + + Riser dimensions verified + + + + + Pset_MaintenanceTriggerPerformance + + + TargetPerformance + + + 4.20 + + + + + Pset_ElementKinematics + + + MinimumTime + + + 1.25 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_037_IFCROOF.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_037_IFCROOF.ids new file mode 100644 index 0000000000000000000000000000000000000000..1c61588d80fedf97c0f011eacafe91dfdabcce71 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_037_IFCROOF.ids @@ -0,0 +1,437 @@ + + + + Roof + + + + + + + IFCROOF + + + + + + + Info + + + RoofCode + + + Roof-A1 + + + + + Info + + + StateFlag + + + New + + + + + Info + + + ExteriorFlag + + + true + + + + + Info + + + Structural Support + + + true + + + + + Info + + + Heat Loss Coefficient + + + 0.20 + + + + + Info + + + Fire Resistance Level + + + EI60 + + + + + Info + + + Sound Rating + + + Rw45 + + + + + Info + + + Flame Spread Class + + + Class0 + + + + + Info + + + RoofPitch + + + 30.0 + + + + + Info + + + RoofPitchString + + + 1:4 + + + + + Info + + + EavesOverhang + + + 0.5 + + + + + Info + + + ParapetHeight + + + 1.0 + + + + + Finish Specification + + + Surface Coating + + + SinglePly + + + + + Finish Specification + + + FinishManufacturer + + + AcmeRoofing + + + + + Finish Specification + + + FinishThickness + + + 0.0015 + + + + + Finish Specification + + + Coating Color + + + DarkGrey + + + + + Finish Specification + + + FinishPattern + + + Shingle + + + + + Finish Specification + + + DrainageType + + + InternalGutter + + + + + Finish Specification + + + Access Category + + + RoofAccessHatch + + + + + Construction + + + Nominal Thickness Measure + + + 0.200 + + + + + Construction + + + ActualThickness + + + 0.210 + + + + + Construction + + + InsulationType + + + PIR + + + + + Construction + + + InsulationThickness + + + 0.050 + + + + + Construction + + + WaterproofingType + + + BituminousMembrane + + + + + Construction + + + WaterproofingThickness + + + 0.003 + + + + + Construction + + + EdgeDetail + + + DripEdge + + + + + Construction + + + EavesGutterSize + + + 0.100 + + + + + Drainage + + + HasGutters + + + true + + + + + Drainage + + + NumberOfDownpipes + + + 4 + + + + + Drainage + + + OverflowProvision + + + true + + + + + Manufacturer Info + + + Brand + + + RoofCo + + + + + Manufacturer Info + + + Model Code + + + RF-2024-A + + + + + Product Materials + + + CoreMaterial + + + Timber + + + + + Product Materials + + + FixingType + + + MechanicalFix + + + + + Quantities + + + Overall Area + + + 120.0 + + + + + Quantities + + + Projected Area Estimate + + + 110.0 + + + + + Practical + + + Note1 + + + Provide maintenance access at northeast corner + + + + + Practical + + + Note2 + + + Verify fall for drainage + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_038_IFCROOF.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_038_IFCROOF.ids new file mode 100644 index 0000000000000000000000000000000000000000..6820b16d1c4c95151321d852ea6c64547bf907fe --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_038_IFCROOF.ids @@ -0,0 +1,536 @@ + + + + 屋根 + + + + + + + IFCROOF + + + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.1 + + + + + Pset_EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 1800.0 + + + + + Pset_EnvironmentalCondition + + + MaximumWindSpeed + + + 12.0 + + + + + Pset_EnvironmentalCondition + + + MaximumSolarRadiation + + + 1800 + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 60 + + + + + Pset_EnvironmentalCondition + + + StorageTemperatureRange + + + 50 + + + + + Pset_EnvironmentalCondition + + + OperationalTemperatureRange + + + 40 + + + + + Pset_EnvironmentalCondition + + + SeismicResistance + + + 1.2 + + + + + Qto_BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 1 + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + 構造用合板 + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + ゴムアスファルト + + + + + Pset_Condition + + + AssessmentType + + + 仕上確認 + + + + + Pset_RoofCommon + + + Reference + + + フッ素焼付塗装 + + + + + Pset_RoofCommon + + + ThermalTransmittance + + + 2.0 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + ポリエチレンフィルム + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + 波板 + + + + + Pset_EnvironmentalCondition + + + MaximumRainIntensity + + + 18 + + + + + Pset_PrecastConcreteElementGeneral + + + FormStrippingStrength + + + 15.0 + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 60.0 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + 硬質ウレタンフォーム + + + + + Pset_RoofCommon + + + IsExternal + + + true + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 15.0 + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P40D + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 100.0 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + TRN-ROOF-01 + + + + + Pset_Condition + + + AssessmentDescription + + + 遮熱層の状態確認 + + + + + Pset_Risk + + + RiskName + + + 縦葺き + + + + + Pset_Tolerance + + + ToleranceDescription + + + 機械固定工法 + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 0.016 + + + + + Pset_PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 0.0012 + + + + + Pset_PrecastConcreteElementGeneral + + + Shortening + + + 0.005 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 合板 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + RFG-01 + + + + + Pset_Risk + + + AssociatedProduct + + + 粘土瓦 + + + + + Pset_Risk + + + AssociatedActivity + + + 瓦棒葺き + + + + + Pset_EnvironmentalCondition + + + SaltMistLevel + + + Low + + + + + Pset_EnvironmentalCondition + + + SmokeLevel + + + Low + + + + + Pset_Uncertainty + + + HorizontalUncertainty + + + 0.009 + + + + + Pset_ManufacturerOccurrence + + + SerialNumber + + + ROOF-PLY-01 + + + + + Pset_ManufacturerTypeInformation + + + OperationalDocument + + + DOC-RFG-01 + + + + + Pset_PrecastConcreteElementGeneral + + + TypeDesignation + + + 和瓦 + + + + + Pset_ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-ROOF-01 + + + + + Pset_Condition + + + LastAssessmentReport + + + RPT-ROOF-01 + + + + + Pset_Risk + + + MitigationPlanned + + + なし + + + + + Pset_ServiceLife + + + ServiceLifeDuration + + + P15Y + + + + + Pset_ServiceLife + + + MeanTimeBetweenFailure + + + P2Y + + + + + Pset_Tolerance + + + ToleranceBasis + + + メーカー標準施工図 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_039_IFCCOLUMN.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_039_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..bcdcd02d673b4e1a654a9d7d5c616667a9c4ee86 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_039_IFCCOLUMN.ids @@ -0,0 +1,613 @@ + + + + 柱のBIM情報確認 + + + + + + + IFCCOLUMN + + + + + + + 企画属性 + + + 意匠シリーズ + + + 木目化粧型 + + + + + 企画属性 + + + 断面バリエーション + + + 八角形 + + + + + 法規属性 + + + 防火区画対応区分 + + + 特定防火設備周辺 + + + + + 位置参照属性 + + + 通り芯参照 + + + G2-C5 + + + + + 下地仕様属性 + + + 基材パネル種別 + + + けい酸カルシウム板 + + + + + 下地仕様属性 + + + 下地処理区分 + + + シーラー処理 + + + + + 化粧仕様属性 + + + 化粧層厚さ[mm] + + + 18 + + + + + 化粧仕様属性 + + + 化粧材種別 + + + 左官調樹脂仕上 + + + + + 化粧仕様属性 + + + 色調コード + + + N-85近似 + + + + + 断面計画属性 + + + 長辺寸法[mm] + + + 650 + + + + + 断面計画属性 + + + 短辺寸法[mm] + + + 420 + + + + + 断面計画属性 + + + 角部面取り半径[mm] + + + 45 + + + + + 被覆計画属性 + + + 被覆層厚さ[mm] + + + 32 + + + + + 被覆計画属性 + + + 被覆方式 + + + 成形耐火板巻き + + + + + 納まり計画属性 + + + 見付調整厚[mm] + + + 12 + + + + + 干渉調整属性 + + + 先行確定対象 + + + false + + + + + 座標補正属性 + + + 下端補正量X + + + -15 + + + + + 座標補正属性 + + + 下端補正量Y + + + 25 + + + + + 座標補正属性 + + + 下端補正量Z + + + 0 + + + + + 座標補正属性 + + + 上端補正量X + + + 10 + + + + + 座標補正属性 + + + 上端補正量Y + + + -5 + + + + + 座標補正属性 + + + 上端補正量Z + + + 20 + + + + + 接合参照属性 + + + 下端接合参照ID + + + COLBASE-7A21 + + + + + 接合参照属性 + + + 上端接合参照ID + + + COLTOP-9B34 + + + + + 縦筋計画属性 + + + 主縦筋呼び径 + + + D29 + + + + + 縦筋計画属性 + + + 下端定着方式 + + + 機械式定着 + + + + + 縦筋計画属性 + + + 下端定着余裕長 + + + 48 + + + + + 縦筋計画属性 + + + 下端余長管理値 + + + 70 + + + + + 縦筋計画属性 + + + 上端定着方式 + + + 直定着 + + + + + 縦筋計画属性 + + + 上端定着余裕長 + + + 42 + + + + + 縦筋計画属性 + + + 上端余長管理値 + + + 55 + + + + + 補助筋計画属性 + + + 補助縦筋呼び径 + + + D16 + + + + + 補助筋計画属性 + + + 下端補助縦筋本数 + + + 6 + + + + + 補助筋計画属性 + + + 上端補助縦筋本数 + + + 10 + + + + + 拘束筋計画属性 + + + 拘束筋呼び径 + + + D13 + + + + + 拘束筋計画属性 + + + 拘束筋鋼種 + + + SD390 + + + + + 拘束筋計画属性 + + + 接合域ピッチ[mm] + + + 90 + + + + + 拘束筋計画属性 + + + 接合域補強筋呼び径 + + + D16 + + + + + 拘束筋計画属性 + + + 下端拘束ピッチ[mm] + + + 110 + + + + + 拘束筋計画属性 + + + 上端拘束ピッチ[mm] + + + 125 + + + + + 中子筋計画属性 + + + 中子筋呼び径 + + + D10 + + + + + 中子筋計画属性 + + + 下端中子筋本数X + + + 2 + + + + + 中子筋計画属性 + + + 下端中子筋本数Y + + + 3 + + + + + 中子筋計画属性 + + + 上端中子筋本数X + + + 2 + + + + + 中子筋計画属性 + + + 上端中子筋本数Y + + + 3 + + + + + 端部寸法属性 + + + 下端外形寸法X[mm] + + + 720 + + + + + 端部寸法属性 + + + 下端外形寸法Y[mm] + + + 520 + + + + + 端部寸法属性 + + + 上端外形寸法X[mm] + + + 680 + + + + + 端部寸法属性 + + + 上端外形寸法Y[mm] + + + 480 + + + + + 配筋座標属性 + + + 多段筋離隔寸法[mm] + + + 180 + + + + + 配筋座標属性 + + + 主筋1列目芯位置X[mm] + + + 210 + + + + + 配筋座標属性 + + + 主筋1列目芯位置基準[mm] + + + 260 + + + + + 配筋座標属性 + + + 主筋1列目芯位置Y[mm] + + + 230 + + + + + 配筋座標属性 + + + 下端主筋1列目本数X + + + 5 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_040_IFCCOLUMN.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_040_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..ba2ac993725425ce52991111dcbe92abeec9a43a --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_040_IFCCOLUMN.ids @@ -0,0 +1,613 @@ + + + + 意匠としての柱の情報確認 + + + + + + + IFCCOLUMN + + + + + + + 意匠テーマ + + + デザインコンセプト + + + 静謐モダン + + + + + 色彩計画 + + + 基調カラー + + + スモーキーグレージュ + + + + + 表層計画 + + + 主仕上材 + + + リブ木質パネル + + + + + 光環境連携 + + + 演出照明方式 + + + 間接アップライト + + + + + 納まり計画 + + + 見切材タイプ + + + 真鍮ヘアライン + + + + + 空間演出 + + + 視認印象 + + + やわらかな存在感 + + + + + 表層計画 + + + 化粧見付寸法[mm] + + + 28 + + + + + 保全計画 + + + 表面保護仕様 + + + 高耐汚染コート + + + + + 音環境 + + + 吸音仕上区分 + + + 微穿孔吸音仕上 + + + + + 意匠寸法 + + + 正面見付幅[mm] + + + 620 + + + + + 意匠寸法 + + + 側面見付幅[mm] + + + 580 + + + + + 意匠寸法 + + + コーナー面取り寸法[mm] + + + 35 + + + + + 表層計画 + + + 化粧層厚[mm] + + + 9 + + + + + 表層計画 + + + 表面テクスチャ + + + オーク柾目 + + + + + 造作調整 + + + ふかし見込寸法[mm] + + + 65 + + + + + 光環境連携 + + + 発光演出有無 + + + true + + + + + 装飾帯計画 + + + 横ライン開始高さ[mm] + + + 900 + + + + + 装飾帯計画 + + + 横ライン終了高さ[mm] + + + 3150 + + + + + 装飾帯計画 + + + 横ライン奥行[mm] + + + 18 + + + + + サイン連携 + + + サイン位置X[mm] + + + 240 + + + + + サイン連携 + + + サイン位置Y[mm] + + + 1650 + + + + + サイン連携 + + + サイン位置Z[mm] + + + 22 + + + + + 管理情報 + + + 仕上識別コード + + + FIN-COL-AR12 + + + + + 管理情報 + + + 照明回路名 + + + LGT-ENT-07 + + + + + 脚元意匠 + + + 巾木タイプ + + + ステンレスフラット巾木 + + + + + 脚元意匠 + + + 納まり方式 + + + 壁面埋込 + + + + + 脚元意匠 + + + 巾木高さ[mm] + + + 75 + + + + + 脚元意匠 + + + コーナー役物数 + + + 2 + + + + + 見切意匠 + + + ライン形状 + + + シャドー目地 + + + + + 見切意匠 + + + 目地幅[mm] + + + 12 + + + + + 見切意匠 + + + 目地深さ[mm] + + + 15 + + + + + アクセント構成 + + + アクセント材種 + + + ブロンズミラー + + + + + アクセント構成 + + + アクセントパネル枚数 + + + 4 + + + + + アクセント構成 + + + ルーバー本数 + + + 6 + + + + + 触感設計 + + + 接触部仕上 + + + ソフトマット塗装 + + + + + 触感設計 + + + 意匠グレード + + + 上質仕様 + + + + + 開口連携 + + + 隣接開口クリアランス[mm] + + + 180 + + + + + 開口連携 + + + 窓台連続見切材 + + + アルミ押出形材 + + + + + 開口連携 + + + 床見切離隔[mm] + + + 25 + + + + + 開口連携 + + + 天井見切離隔[mm] + + + 40 + + + + + 保護部材 + + + コーナーガード材 + + + 透明アクリルガード + + + + + 保護部材 + + + ガード本数_正面 + + + 2 + + + + + 保護部材 + + + ガード本数_側面 + + + 1 + + + + + 保護部材 + + + 固定点数_上部 + + + 3 + + + + + 保護部材 + + + 固定点数_下部 + + + 3 + + + + + 意匠寸法 + + + 脚部見付幅[mm] + + + 640 + + + + + 意匠寸法 + + + 脚部奥行寸法[mm] + + + 610 + + + + + 意匠寸法 + + + 頭部見付幅[mm] + + + 520 + + + + + 意匠寸法 + + + 頭部奥行寸法[mm] + + + 500 + + + + + リズム計画 + + + スリット中心間隔[mm] + + + 150 + + + + + リズム計画 + + + 第1スリット位置X[mm] + + + 210 + + + + + リズム計画 + + + 第1スリット位置中央[mm] + + + 275 + + + + + リズム計画 + + + 第1スリット位置Y[mm] + + + 195 + + + + + リズム計画 + + + 正面スリット本数 + + + 5 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_041_IFCBEAM.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_041_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..b3ec4c73f3a8e20ec116d7e9c43b8f1a72f9c20d --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_041_IFCBEAM.ids @@ -0,0 +1,492 @@ + + + + Beam(ARC) + + + + + + + IFCBEAM + + + + + + + Pset_BeamCommon + + + Reference + + + Beam-A1 + + + + + Pset_BeamCommon + + + Status + + + New + + + + + Pset_BeamCommon + + + IsExternal + + + true + + + + + Pset_BeamCommon + + + LoadBearing + + + true + + + + + Pset_BeamCommon + + + FireRating + + + EI60 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-BEAM-A1 + + + + + Pset_BeamCommon + + + ThermalTransmittance + + + 1.2 + + + + + Pset_Tolerance + + + OverallTolerance + + + 0.004 + + + + + Pset_Tolerance + + + VerticalTolerance + + + 0.003 + + + + + Pset_BeamCommon + + + Slope + + + 0.0015 + + + + + Pset_Tolerance + + + PlanarFlatness + + + 0.002 + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + PrimaryBeam + + + + + Pset_ConcreteElementGeneral + + + DimensionalAccuracyClass + + + Normal + + + + + Qto_BeamBaseQuantities + + + Length + + + 0.300 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.150 + + + + + Pset_ReinforcementBarPitchOfBeam + + + SpacingBarPitch + + + 0.310 + + + + + Pset_ReinforcementBarPitchOfBeam + + + StirrupBarPitch + + + 0.155 + + + + + Pset_MaintenanceStrategy + + + AssetCriticality + + + MEDIUM + + + + + Pset_PrecastConcreteElementFabrication + + + TypeDesignation + + + I-shape + + + + + Pset_Warranty + + + WarrantyStartDate + + + 2025-04-01 + + + + + Pset_PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 0.005 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + Top + + + + + Pset_MaintenanceStrategy + + + MonitoringType + + + VisualInspection + + + + + Pset_Tolerance + + + OverallStraightness + + + 0.00005 + + + + + Pset_Risk + + + RiskType + + + Chemical Effects + + + + + Qto_BeamBaseQuantities + + + CrossSectionArea + + + 0.075 + + + + + Qto_BeamBaseQuantities + + + GrossSurfaceArea + + + 4.60 + + + + + Qto_BodyGeometryValidation + + + SurfaceGenusAfterFeatures + + + 2 + + + + + Pset_ConcreteElementGeneral + + + ConstructionToleranceClass + + + Standard + + + + + Pset_MaintenanceStrategy + + + AssetPriority + + + MEDIUM + + + + + Pset_PrecastConcreteElementGeneral + + + ManufacturingToleranceClass + + + Standard + + + + + Pset_ConstructionOccurence + + + AssetIdentifier + + + Chamfer5 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + BeamCo + + + + + Pset_ConstructionOccurence + + + ModelNumber + + + BM-2024-A + + + + + Pset_Warranty + + + PointOfContact + + + BeamCo service desk + + + + + Pset_ConstructionOccurence + + + TagNumber + + + ISO9001 + + + + + Pset_BeamCommon + + + Span + + + 6.0 + + + + + Qto_BeamBaseQuantities + + + GrossVolume + + + 0.405 + + + + + Qto_BeamBaseQuantities + + + NetVolume + + + 0.390 + + + + + Qto_BeamBaseQuantities + + + OuterSurfaceArea + + + 4.2 + + + + + Pset_Warranty + + + WarrantyContent + + + Coordinate beam depth with services + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + BOLT-END-ACCESS-01 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + Temporary bracing required during erection + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_042_IFCBEAM.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_042_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..899f7bc09ad730c4c1cd2848fad8e10989578ee9 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_042_IFCBEAM.ids @@ -0,0 +1,184 @@ + + + + 梁(意匠) + + + + + + + IFCBEAM + + + + + + + Pset_Condition + + + AssessmentCondition + + + 施工完了時 + + + + + Pset_BeamCommon + + + IsExternal + + + false + + + + + Pset_PrecastConcreteElementFabrication + + + AsBuiltLocationNumber + + + 2FL + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + 木目化粧梁 + + + + + Pset_BeamCommon + + + FireRating + + + 不燃 + + + + + Qto_BeamBaseQuantities + + + Length + + + 25 + + + + + Pset_Condition + + + AssessmentDescription + + + 表面仕上げを現場見本で確認 + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + 09 90 00 + + + + + Pset_PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 20 + + + + + Pset_BeamCommon + + + Span + + + 600 + + + + + Qto_BeamBaseQuantities + + + GrossWeight + + + 400 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 300 + + + + + Pset_Tolerance + + + PlanarFlatness + + + 2 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 25 + + + + + Qto_BeamBaseQuantities + + + OuterSurfaceArea + + + 32 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_043_IFCCURTAINWALL.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_043_IFCCURTAINWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..b616814c559400a54de8d33c5de5d390e0b31ab4 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_043_IFCCURTAINWALL.ids @@ -0,0 +1,624 @@ + + + + CurtainWall + + + + + + + IFCCURTAINWALL + + + + + + + System Basics + + + System ID + + + CurtainWall-C3 + + + + + System Basics + + + CurtainState + + + Existing + + + + + System Basics + + + Exterior + + + true + + + + + System Basics + + + Glazing Ratio + + + 0.68 + + + + + System Basics + + + Frame Material + + + Timber + + + + + System Basics + + + Module Width + + + 1.00 + + + + + System Basics + + + Module Height + + + 2.70 + + + + + System Basics + + + Panel Type + + + Glass + + + + + System Basics + + + Operable Ratio + + + 0.30 + + + + + System Basics + + + Integrated Shading + + + false + + + + + System Basics + + + System U-Value + + + 1.90 + + + + + System Basics + + + Wind Load Class + + + WL2 + + + + + System Basics + + + Water Tightness + + + Class4 + + + + + System Basics + + + Sound Rating + + + Rw38 + + + + + System Basics + + + Maintenance Access + + + CatA + + + + + System Basics + + + Cleaning Method + + + BMU + + + + + System Basics + + + Drainage + + + ExternalDrains + + + + + Panel Specification + + + Panel Width + + + 1.00 + + + + + Panel Specification + + + Panel Height + + + 2.70 + + + + + Panel Specification + + + Panel Thickness + + + 0.018 + + + + + Panel Specification + + + Panel Material + + + LaminatedGlass + + + + + Panel Specification + + + Panel Finish + + + Satin + + + + + Panel Specification + + + Glazing Reference + + + Low-E + + + + + Panel Specification + + + Opaque Panel + + + true + + + + + Mullion Specification + + + Mullion Depth + + + 0.070 + + + + + Mullion Specification + + + Mullion Width + + + 0.045 + + + + + Mullion Specification + + + Mullion Profile + + + T-Shaped + + + + + Mullion Specification + + + Mullion Material + + + Steel + + + + + Mullion Specification + + + Mullion Finish + + + MillFinish + + + + + Mullion Specification + + + Mullion Spacing + + + 1.00 + + + + + Transom Specification + + + Transom Depth + + + 0.070 + + + + + Transom Specification + + + Transom Width + + + 0.045 + + + + + Transom Specification + + + Transom Profile + + + Curved + + + + + Transom Specification + + + Transom Material + + + Steel + + + + + Transom Specification + + + Transom Finish + + + MillFinish + + + + + Frame Specification + + + Frame Depth + + + 0.110 + + + + + Frame Specification + + + Frame Width + + + 0.045 + + + + + Frame Specification + + + Thermal Break + + + false + + + + + Frame Specification + + + Frame Color + + + Silver + + + + + Glazing Performance + + + Glazing U-Value + + + 1.60 + + + + + Glazing Performance + + + SHGC + + + 0.28 + + + + + Glazing Performance + + + Visible Transmittance + + + 0.58 + + + + + Glazing Performance + + + Tempered + + + true + + + + + Glazing Performance + + + Laminated + + + false + + + + + Manufacturer Info + + + SupplierName + + + SkyLine + + + + + Manufacturer Info + + + Model + + + CW-450 + + + + + Product Materials + + + Surface Finish + + + Anodized + + + + + Product Materials + + + Core Material + + + Composite + + + + + Quantities + + + SpanAcross + + + 8.0 + + + + + Quantities + + + PanelRise + + + 3.2 + + + + + Quantities + + + ExposedSurface + + + 25.6 + + + + + Quantities + + + Glazing Area + + + 17.5 + + + + + Quantities + + + Frame Length + + + 34.0 + + + + + Quantities + + + Panel Count + + + 8 + + + + + Quantities + + + Gross Perimeter + + + 22.4 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_044_IFCCURTAINWALL.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_044_IFCCURTAINWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..68e134b763460a55a123f593fe87e2523cdbf2ed --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_044_IFCCURTAINWALL.ids @@ -0,0 +1,624 @@ + + + + CurtainWall + + + + + + + IFCCURTAINWALL + + + + + + + Pset_CurtainWallCommon + + + Reference + + + CurtainWall-B2 + + + + + Pset_CurtainWallCommon + + + Status + + + New + + + + + Pset_CurtainWallCommon + + + IsExternal + + + false + + + + + Pset_CurtainWallCommon + + + ThermalTransmittance + + + 0.52 + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 09506000234561 + + + + + Qto_CurtainWallQuantities + + + Width + + + 1.35 + + + + + Qto_CurtainWallQuantities + + + Height + + + 3.20 + + + + + Pset_MaintenanceStrategy + + + MonitoringType + + + RoutineInspection + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + CW-MOD-300 + + + + + Pset_CurtainWallCommon + + + Combustible + + + true + + + + + Qto_CurtainWallQuantities + + + GrossSideArea + + + 1.60 + + + + + Pset_CurtainWallCommon + + + FireRating + + + WL4 + + + + + Pset_CurtainWallCommon + + + SurfaceSpreadOfFlame + + + Class2 + + + + + Pset_CurtainWallCommon + + + AcousticRating + + + Rw40 + + + + + Pset_ManufacturerTypeInformation + + + SafetyDocument + + + DOC-CW-SAFE-01 + + + + + Pset_ConstructionAdministration + + + ProcurementMethod + + + Specialty subcontract + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + 08 44 13 + + + + + Qto_CurtainWallQuantities + + + NetSideArea + + + 1.35 + + + + + Pset_ConstructionAdministration + + + SubmittalIdentifer + + + SUB-CW-203 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + Unitized facade module + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + Series 300 thermal break + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + Pset_ManufacturerTypeInformation + + + AssemblyPlace + + + FACTORY + + + + + Pset_ManufacturerTypeInformation + + + OperationalDocument + + + DOC-CW-OPS-01 + + + + + Pset_ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-CW-AAMA-01 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-CW-2025-01 + + + + + Pset_Warranty + + + WarrantyStartDate + + + 2025-09-01 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_Warranty + + + WarrantyPeriod + + + P10Y + + + + + Pset_Warranty + + + WarrantyContent + + + Module finish and gaskets covered under manufacturer warranty + + + + + Pset_Warranty + + + PointOfContact + + + NeoFacade service team + + + + + Pset_Warranty + + + Exclusions + + + Glass breakage from impact is excluded + + + + + Pset_Tolerance + + + ToleranceDescription + + + Module alignment tolerance per approved shop drawings + + + + + Pset_Tolerance + + + OverallTolerance + + + 0.005 + + + + + Pset_Tolerance + + + HorizontalTolerance + + + 0.004 + + + + + Pset_Tolerance + + + VerticalTolerance + + + 0.004 + + + + + Pset_Tolerance + + + PlanarFlatness + + + 0.003 + + + + + Pset_Tolerance + + + ElevationalFlatness + + + 0.004 + + + + + Pset_Condition + + + AssessmentDescription + + + Frame finish visually confirmed + + + + + Pset_Condition + + + AssessmentDate + + + 2025-10-12 + + + + + Pset_Condition + + + AssessmentCondition + + + Weather-tight + + + + + Pset_Condition + + + AssessmentType + + + Facade inspection + + + + + Pset_Condition + + + AssessmentMethod + + + DOC-CW-INSP-01 + + + + + Pset_Condition + + + LastAssessmentReport + + + RPT-CW-2025-10 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + NeoFacade + + + + + Pset_ConstructionOccurence + + + ModelNumber + + + CW-300 + + + + + Pset_Condition + + + NextAssessmentDate + + + 2026-10-12 + + + + + Pset_Condition + + + AssessmentFrequency + + + 8760 + + + + + Pset_MaintenanceStrategy + + + AssetCriticality + + + HIGH + + + + + Pset_MaintenanceStrategy + + + AssetPriority + + + HIGH + + + + + Pset_MaintenanceTriggerCondition + + + ConditionMaintenanceLevel + + + Moderate + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P365D + + + + + Qto_CurtainWallQuantities + + + Length + + + 48.0 + + + + + Pset_Risk + + + RiskName + + + Seal failure + + + + + Pset_Risk + + + MitigationPlanned + + + Inspect perimeter joints annually + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_045_IFCCOVERING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_045_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..fc7cfc0b0f1e51cc2a1952c6137e927da93fbb4b --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_045_IFCCOVERING.ids @@ -0,0 +1,492 @@ + + + + Ceiling + + + + + + + IFCCOVERING + + + + + + + Ceiling + + + CeilingCode + + + Ceiling-B2 + + + + + Ceiling + + + PlanState + + + Proposed + + + + + Ceiling + + + Exterior + + + false + + + + + Ceiling + + + Surface Coating + + + MetalPanel + + + + + Ceiling + + + FinishThickness + + + 0.012 + + + + + Ceiling + + + Coating Color + + + OffWhite + + + + + Ceiling + + + Fire Resistance Level + + + EI60 + + + + + Ceiling + + + HeatPassLevel + + + 0.22 + + + + + Ceiling + + + IsRemovable + + + true + + + + + Acoustics + + + SoundAbsorptionClass + + + ClassB + + + + + Acoustics + + + NRC + + + 0.65 + + + + + Acoustics + + + OctaveBandAbsorption + + + 0.15 + + + + + Acoustics + + + NoiseReductionCoefficient + + + 0.58 + + + + + Finish Specification + + + TileType + + + Gypsum + + + + + Finish Specification + + + Tile Size + + + 0.600 + + + + + Finish Specification + + + Tile Layout + + + Linear + + + + + Finish Specification + + + Tile EdgeType + + + Beveled + + + + + Finish Specification + + + SuspensionSystem + + + Exposed + + + + + Finish Specification + + + GridPitch + + + 1.100 + + + + + Finish Specification + + + GridType + + + Narrow + + + + + Integrated Services + + + Has Integrated Lighting + + + false + + + + + Integrated Services + + + RecessDepth + + + 0.060 + + + + + Integrated Services + + + CutoutSize + + + 0.400 + + + + + Integrated Services + + + Has Integrated Sprinkler + + + false + + + + + Integrated Services + + + ServiceZoneHeight + + + 0.180 + + + + + Installation + + + Installation Height Offset + + + 2.800 + + + + + Installation + + + FixingType + + + ScrewFix + + + + + Installation + + + AccessForMaintenance + + + true + + + + + Installation + + + Install Date + + + 2025-07-15 + + + + + Maintenance + + + Interval + + + 90 + + + + + Maintenance + + + Cleaning + + + Vacuum + + + + + Maintenance + + + Warranty Duration + + + 7.0 + + + + + Manufacturer Info + + + Brand + + + SkyCeilSystems + + + + + Manufacturer Info + + + Model Code + + + CL-305 + + + + + Product Materials + + + Finish (resource) + + + PowderCoated + + + + + Product Materials + + + CoreMaterial + + + Gypsum + + + + + Quantities + + + Measured Area + + + 18.5 + + + + + Quantities + + + Measured Thickness + + + 0.012 + + + + + Quantities + + + Boundary Length + + + 5.8 + + + + + Quantities + + + Measured Volume + + + 0.22 + + + + + Practical + + + Note1 + + + Provide maintenance hatches + + + + + Practical + + + Note2 + + + Seal perimeter gaps + + + + + Practical + + + Note3 + + + Verify seismic bracing + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_046_IFCCOVERING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_046_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..b6ccba2c287eb5a019cb7d4183a4c11c52027ce4 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_046_IFCCOVERING.ids @@ -0,0 +1,206 @@ + + + + 天井 + + + + + + + IFCCOVERING + + + + + + + Pset_CoveringCommon + + + Finish + + + 木下地 + + + + + Pset_CoveringCommon + + + FireRating + + + 準不燃 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.10 + + + + + Pset_Condition + + + AssessmentDate + + + 2025-06-01 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-CEIL-JP-01 + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 80 + + + + + Pset_EnvironmentalImpactIndicators + + + IndicatorsUnit + + + kgCO2e/平方m + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + 内部 + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 1/30 + + + + + Pset_Tolerance + + + OverallTolerance + + + 3 + + + + + Qto_CoveringBaseQuantities + + + GrossArea + + + 20 + + + + + Pset_CoveringCommon + + + AcousticRating + + + D-55 + + + + + Pset_CoveringCommon + + + Combustible + + + false + + + + + Pset_CoveringCommon + + + FlammabilityRating + + + 耐火1時間 + + + + + Pset_Uncertainty + + + UncertaintyDescription + + + GL + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P2D + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_047_IFCCOVERING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_047_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..55a091e7de40ac78cda484683c85f0f1bb197290 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_047_IFCCOVERING.ids @@ -0,0 +1,514 @@ + + + + 仕上げ材の情報仕様の照査 + + + + + + + IFCCOVERING + + + + + + + 管理分類 + + + 運用グレード + + + 高頻度更新材 + + + + + 意匠配色 + + + 色相系統 + + + スモークベージュ + + + + + 寸法基準 + + + モジュール規格 + + + 910×1820対応 + + + + + 厚み設定 + + + 化粧層厚さ[mm] + + + 4 + + + + + 施工条件 + + + 割付ルール + + + ランダム貼り + + + + + 製品区分 + + + 対象部位 + + + 内部壁仕上 + + + + + 寸法基準 + + + 標準パネル寸法 + + + 455×910mm + + + + + 表面設計 + + + テクスチャ形態 + + + 微細エンボス + + + + + 材料構成 + + + 表装素材 + + + PVCシート + + + + + 寸法基準 + + + 有効働き寸法[mm] + + + 303 + + + + + 厚み設定 + + + 基材厚さ[mm] + + + 12 + + + + + 表面設計 + + + 素地感 + + + 半艶 + + + + + 安全性能 + + + 防滑対応 + + + false + + + + + 耐候性能 + + + 凍結融解対応 + + + true + + + + + 表面設計 + + + コーティング種別 + + + UVトップコート + + + + + 施工方式 + + + 固定方法 + + + 接着併用工法 + + + + + 意匠構成 + + + 割付パターン + + + 市松割り + + + + + 厚み設定 + + + 製品総厚[mm] + + + 21 + + + + + 端部処理 + + + 納まり形状 + + + 面取りエッジ + + + + + 端部処理 + + + 上端見切材 + + + ステンレス見切 + + + + + 材料構成 + + + 内部コア材 + + + 高密度MDF + + + + + 材料構成 + + + 表層化粧材 + + + メラミン化粧板 + + + + + 納まり寸法 + + + 立上り見付[mm] + + + 35 + + + + + 下地調整 + + + 下地スペーサ厚[mm] + + + 14 + + + + + 下地調整 + + + 下地パネル種別 + + + 石膏ボード12.5mm + + + + + 意匠配色 + + + カラーバリエーション + + + チャコールオーク + + + + + 複合仕様 + + + 下貼り材種 + + + 不織布積層材 + + + + + 厚み設定 + + + 複合パネル厚[mm] + + + 32 + + + + + 材料構成 + + + 天然材種 + + + ウォルナット + + + + + 仕上げ体系 + + + 最終仕上区分 + + + オイルフィニッシュ + + + + + 管理分類 + + + シリーズ記号 + + + FIN-Q7 + + + + + 寸法基準 + + + 基準ユニット + + + 600×600mm + + + + + ユニット構成 + + + モジュール寸法 + + + 600×1200mm + + + + + ユニット構成 + + + 中間層素材 + + + ケイ酸カルシウム複合板 + + + + + 設備連携 + + + 床吹出口対応 + + + false + + + + + 仕上げ体系 + + + 表面処理系統 + + + 抗菌クリア塗装 + + + + + 下地調整 + + + 下地モルタル仕上 + + + 刷毛引き + + + + + 施工方式 + + + 支持構法 + + + 直貼り工法 + + + + + 納まり寸法 + + + 仕上基準高[mm] + + + 120 + + + + + 性能評価 + + + 面内耐荷重等級 + + + 8 + + + + + 材料構成 + + + 機能分類 + + + 吸音系複合材 + + + + + 材料構成 + + + 木質系樹種 + + + メープル + + + + + 商品管理 + + + 製品グレード + + + スタンダード + + + + + 仕上げ体系 + + + 着色方式 + + + 自然着色塗装 + + + + + 施工方式 + + + 下張り構法 + + + 浮き床工法 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_048_IFCCOVERING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_048_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..f98ee7ce5fa5df4f6a86848eaeb59717bdeeae87 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_048_IFCCOVERING.ids @@ -0,0 +1,514 @@ + + + + 仕上げ材:壁紙、フローリング等 + + + + + + + IFCCOVERING + + + + + + + 識別情報 + + + 種別 + + + テラコッタタイル + + + + + 材料情報 + + + 材質 + + + 陶器質 + + + + + 寸法情報 + + + サイズ + + + 200角 + + + + + 材料情報 + + + 厚さ [mm] + + + 12 + + + + + 仕上げ・下地情報 + + + 張り方 + + + 市松貼り + + + + + 識別情報 + + + 種類 + + + 外壁タイル + + + + + 寸法情報 + + + 寸法 + + + 600×1200mm + + + + + 材料情報 + + + 形状 + + + フラット + + + + + 材料情報 + + + 表面材質 + + + 真鍮 + + + + + 材料情報 + + + 働き幅 [mm] + + + 90 + + + + + 材料情報 + + + 板厚 [mm] + + + 7 + + + + + 材料情報 + + + 素地 + + + ホーニング + + + + + 材料情報 + + + 耐滑り性 + + + true + + + + + 材料情報 + + + 耐凍害性 + + + true + + + + + 材料情報 + + + 釉薬 + + + 光沢釉 + + + + + 識別情報 + + + 工法 + + + 弾性接着工法 + + + + + 寸法情報 + + + 形状 + + + ランダムパターン + + + + + 寸法情報 + + + 厚さ [mm] + + + 16 + + + + + 材料情報 + + + エッジ + + + メラミンエッジ + + + + + 材料情報 + + + 笠木 + + + 人工大理石笠木 + + + + + 材料情報 + + + 芯材 + + + アルミハニカム + + + + + 材料情報 + + + 表面材 + + + HPL + + + + + 寸法情報 + + + 高さ [mm] + + + 23 + + + + + 仕上げ・下地情報 + + + 高さ [mm] + + + 9 + + + + + 仕上げ・下地情報 + + + 材質 + + + 石膏ボード + + + + + 材料情報 + + + 色柄 + + + アイボリー + + + + + 識別情報 材料情報 + + + 種類 + + + 積層 + + + + + 寸法情報 + + + 仕上厚さ [mm] + + + 19 + + + + + 材料情報 + + + 材種 + + + タモ + + + + + 仕上げ・下地情報 + + + 仕上 + + + ウレタン艶消し + + + + + 識別情報 + + + カスタム種別 + + + 仕上げ材E + + + + + 寸法情報 + + + モジュールサイズ + + + 450角 + + + + + 材料情報 + + + パネルサイズ + + + 300×600mm + + + + + 材料情報 + + + パネル材質 + + + ステンレスパネル + + + + + 材料情報 + + + 床吹出空調仕様 + + + false + + + + + 仕上げ・下地情報 + + + パネル仕上 + + + 木目調化粧 + + + + + 仕上げ・下地情報 + + + 下地コンクリートの仕上 + + + 金ゴテ仕上 + + + + + 識別情報 + + + 支持工法 + + + 支持脚工法 + + + + + 寸法情報 + + + 床高さ [mm] + + + 350 + + + + + 性能情報 + + + 所定荷重 + + + 6 + + + + + 材料情報 + + + 種別 + + + 石質系 + + + + + 材料情報 + + + 樹種 + + + カリン + + + + + 材料情報 + + + 品名・種類 + + + プライム + + + + + 仕上げ・下地情報 + + + 塗装 + + + 水性ウレタン + + + + + 識別情報 + + + 床暖房対応工法 + + + 床暖房対応直貼り + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_049_IFCCOVERING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_049_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..8722e8ab0fe2e7bab8953405e8a594ca1487157c --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_049_IFCCOVERING.ids @@ -0,0 +1,426 @@ + + + + Covering + + + + + + + IFCCOVERING + + + + + + + Pset_CoveringCommon + + + Reference + + + Covering-A1 + + + + + Pset_CoveringCommon + + + Status + + + New + + + + + Pset_CoveringCommon + + + IsExternal + + + true + + + + + Pset_CoveringCommon + + + Finish + + + Vinyl + + + + + Qto_CoveringBaseQuantities + + + NetArea + + + 22.8 + + + + + Pset_CoveringCommon + + + ThermalTransmittance + + + 0.005 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-COV-A1 + + + + + Pset_Warranty + + + WarrantyStartDate + + + 2025-08-01 + + + + + Pset_CoveringCommon + + + FireRating + + + R9 + + + + + Pset_CoveringCommon + + + AcousticRating + + + Rw20 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_Tolerance + + + OverallTolerance + + + 0.002 + + + + + Pset_CoveringCommon + + + FragilityRating + + + Horizontal + + + + + Pset_Tolerance + + + HorizontalTolerance + + + 0.0015 + + + + + Pset_Tiling + + + TileWidth + + + 0.300 + + + + + Pset_Tolerance + + + VerticalTolerance + + + 0.0015 + + + + + Pset_Tolerance + + + PlanarFlatness + + + 0.001 + + + + + Pset_CoveringCommon + + + SurfaceSpreadOfFlame + + + Beveled + + + + + Pset_Condition + + + AssessmentType + + + MaterialReview + + + + + Pset_Tiling + + + Permeability + + + 0.002 + + + + + Pset_Condition + + + AssessmentDate + + + 2025-08-10 + + + + + Pset_InstallationOccurrence + + + InstallationDate + + + 2025-08-01 + + + + + Pset_Condition + + + AssessmentCondition + + + Serviceable + + + + + Pset_MaintenanceStrategy + + + MonitoringType + + + VisualInspection + + + + + Pset_Condition + + + AssessmentMethod + + + DOC-COV-INSP-01 + + + + + Pset_Risk + + + RiskType + + + Environmental Issues + + + + + Pset_MaintenanceStrategy + + + AssetFrailty + + + LOW + + + + + Pset_MaintenanceTriggerDuration + + + DurationTargetPerformance + + + P180D + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P180D + + + + + Pset_MaintenanceTriggerPerformance + + + TargetPerformance + + + 0.95 + + + + + Pset_Warranty + + + WarrantyPeriod + + + P5D + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + CoverCo + + + + + Pset_ConstructionOccurence + + + ModelNumber + + + CV-2024-A + + + + + Pset_CoveringCommon + + + Combustible + + + false + + + + + Qto_BodyGeometryValidation + + + GrossSurfaceArea + + + 24.5 + + + + + Qto_CoveringBaseQuantities + + + GrossArea + + + 24.0 + + + + + Qto_CoveringBaseQuantities + + + Width + + + 0.005 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_050_IFCCOVERING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_050_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..002fd06fc5332b4363a84d6d7d552d78506efc30 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_050_IFCCOVERING.ids @@ -0,0 +1,514 @@ + + + + 仕上材 + + + + + + + IFCCOVERING + + + + + + + Pset_CoveringCommon + + + Status + + + New + + + + + Pset_CoveringCommon + + + AcousticRating + + + ΔLL(I)-4 + + + + + Pset_CoveringCommon + + + FragilityRating + + + + + + + + Pset_EnvironmentalCondition + + + MaximumWindSpeed + + + 12 + + + + + Pset_CoveringCommon + + + Combustible + + + false + + + + + Pset_CoveringCommon + + + ThermalTransmittance + + + 1.8 + + + + + Pset_Tiling + + + TileLength + + + 600 + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 04912345678901 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + FIN-PNL-01 + + + + + Qto_CoveringBaseQuantities + + + Width + + + 150 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + 乾式化粧パネル + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 内装仕上げ標準品 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + 東都内装 + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + Pset_CoveringCommon + + + Finish + + + 有釉 + + + + + Pset_ManufacturerTypeInformation + + + AssemblyPlace + + + 工場 + + + + + Pset_ManufacturerTypeInformation + + + OperationalDocument + + + DOC-FIN-OPS-01 + + + + + Pset_ManufacturerTypeInformation + + + SafetyDocument + + + DOC-FIN-SAFE-01 + + + + + Pset_ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-FIN-01 + + + + + Pset_ConstructionAdministration + + + ProcurementMethod + + + 内装一式調達 + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + 09 77 23 + + + + + Pset_ConstructionAdministration + + + SubmittalIdentifer + + + SUB-FIN-03 + + + + + Qto_CoveringBaseQuantities + + + NetArea + + + 24 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.55 + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 293.15 + + + + + Pset_EnvironmentalCondition + + + OperationalTemperatureRange + + + 303.15 + + + + + Pset_EnvironmentalCondition + + + SaltMistLevel + + + + + + + + Pset_EnvironmentalCondition + + + MaximumSolarRadiation + + + 450 + + + + + Pset_MaintenanceStrategy + + + AssetCriticality + + + + + + + + Pset_CoveringCommon + + + SurfaceSpreadOfFlame + + + ウレタン塗装 + + + + + Pset_CoveringCommon + + + Reference + + + 仕上げ材A + + + + + Pset_Tiling + + + TileWidth + + + 600 + + + + + Pset_MaintenanceStrategy + + + AssetPriority + + + + + + + + Pset_MaintenanceStrategy + + + MonitoringType + + + 目視点検 + + + + + Pset_CoveringCommon + + + IsExternal + + + true + + + + + Pset_MaintenanceTriggerCondition + + + ConditionTargetPerformance + + + + + + + + Pset_MaintenanceTriggerCondition + + + ConditionMaintenanceLevel + + + + + + + + Pset_MaintenanceTriggerCondition + + + ConditionReplacementLevel + + + + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P180D + + + + + Pset_EnvironmentalCondition + + + MaximumRainIntensity + + + 3.0 + + + + + Pset_MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P365D + + + + + Pset_Risk + + + RiskName + + + 仕上げ浮き + + + + + Pset_Risk + + + NatureOfRisk + + + 接着層の剥離 + + + + + Pset_CoveringCommon + + + FlammabilityRating + + + クリア塗装 + + + + + Pset_Risk + + + MitigationPlanned + + + 定期点検で打診確認 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_051_IFCCOVERING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_051_IFCCOVERING.ids new file mode 100644 index 0000000000000000000000000000000000000000..4c9cdbb616b75e895d39bf597aa6a8ed9ee94d9b --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_051_IFCCOVERING.ids @@ -0,0 +1,492 @@ + + + + Ceiling + + + + + + + IFCCOVERING + + + + + + + Ceiling Basics + + + CeilingCode + + + Ceiling-A1 + + + + + Ceiling Basics + + + InstallState + + + New + + + + + Ceiling Basics + + + Is External + + + true + + + + + Ceiling Basics + + + SurfaceTone + + + AcousticTile + + + + + Ceiling Basics + + + Finish Thickness + + + 0.015 + + + + + Ceiling Basics + + + Finish Color + + + White + + + + + Ceiling Basics + + + Fire Resistance + + + EI30 + + + + + Ceiling Basics + + + U-Value + + + 0.25 + + + + + Ceiling Basics + + + Removable + + + true + + + + + Acoustics + + + Absorption Class + + + ClassA + + + + + Acoustics + + + NRC + + + 0.70 + + + + + Acoustics + + + Octave Band Absorption + + + 0.10 + + + + + Acoustics + + + Noise Reduction Coefficient + + + 0.60 + + + + + Finish Specification + + + Tile Type + + + MineralFiber + + + + + Finish Specification + + + Tile Size + + + 0.600 + + + + + Finish Specification + + + Tile Layout + + + Grid + + + + + Finish Specification + + + Tile Edge + + + Square + + + + + Finish Specification + + + Suspension System + + + T-bar + + + + + Finish Specification + + + Hanger Spacing + + + 1.200 + + + + + Finish Specification + + + Grid Type + + + Standard + + + + + Integrated Services + + + Integrated Lighting + + + true + + + + + Integrated Services + + + Light Recess Depth + + + 0.050 + + + + + Integrated Services + + + Light Cutout Size + + + 0.300 + + + + + Integrated Services + + + Integrated Sprinkler + + + true + + + + + Integrated Services + + + Service Zone Height + + + 0.150 + + + + + Installation + + + Installation Height + + + 2.700 + + + + + Installation + + + Fixing Method + + + Adhesive + + + + + Installation + + + Maintenance Access + + + true + + + + + Installation + + + Installation Date + + + 2025-08-01 + + + + + Maintenance + + + Maintenance Interval + + + 180 + + + + + Maintenance + + + Cleaning + + + Dusting + + + + + Maintenance + + + Warranty Years + + + 5.0 + + + + + Manufacturer Info + + + MakerLabel + + + CeilingCo + + + + + Manufacturer Info + + + Model + + + CL-2024-A + + + + + Product Materials + + + Surface Finish + + + Painted + + + + + Product Materials + + + Core Material + + + MineralFiber + + + + + Quantities + + + CeilingSurface + + + 24.0 + + + + + Quantities + + + LayerDepth + + + 0.010 + + + + + Quantities + + + EdgeLength + + + 6.0 + + + + + Quantities + + + FillAmount + + + 0.24 + + + + + Notes + + + Note 1 + + + Provide access for services + + + + + Notes + + + Note 2 + + + Ensure acoustic seal at junctions + + + + + Notes + + + Note 3 + + + Verify suspension deflection under load + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_052_IFCFURNITURETYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_052_IFCFURNITURETYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..a4cde1c0123cef9b52fbab896936051ac2e7a5c3 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_052_IFCFURNITURETYPE.ids @@ -0,0 +1,481 @@ + + + + Furniture + + + + + + + IFCFURNITURETYPE + + + + + + + Pset_FurnitureTypeCommon + + + Reference + + + Chair-02 + + + + + Pset_FurnitureTypeCommon + + + Status + + + New + + + + + Pset_FurnitureTypeCommon + + + Style + + + Scandinavian + + + + + Pset_FurnitureTypeCommon + + + IsBuiltIn + + + false + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 00850123000011 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + PowderCoat finish + + + + + Pset_FurnitureTypeCommon + + + MainColour + + + Walnut + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + MDF core + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + WoolBlend upholstery + + + + + Pset_Warranty + + + IsExtendedWarranty + + + false + + + + + Pset_Condition + + + AssessmentDate + + + 2025-04-20 + + + + + Pset_Tolerance + + + ToleranceDescription + + + Ergonomic level 2 + + + + + Pset_Warranty + + + WarrantyStartDate + + + 2025-05-01 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + CABLETRAY-01 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + NONE + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + NordicWorks + + + + + Pset_ConstructionAdministration + + + SubmittalIdentifer + + + CH-2025-A + + + + + Pset_ConstructionAdministration + + + ProcurementMethod + + + Direct purchase + + + + + Pset_Warranty + + + WarrantyPeriod + + + P3Y + + + + + Pset_Tolerance + + + PlanarFlatness + + + 0.004 + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + 12 51 23 + + + + + Pset_Warranty + + + WarrantyContent + + + Bolt to concrete slab; use M8 anchors + + + + + Pset_Condition + + + AssessmentDescription + + + Surface durability checked against mockup + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + TopAccess + + + + + Pset_Warranty + + + Exclusions + + + Avoid solvents; clean with mild soap + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P120D + + + + + Pset_MaintenanceTriggerDuration + + + DurationTargetPerformance + + + P30D + + + + + Pset_EnvironmentalImpactIndicators + + + ExpectedServiceLife + + + 10 + + + + + Pset_FurnitureTypeCommon + + + NominalLength + + + 1.20 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.45 + + + + + Pset_FurnitureTypeCommon + + + NominalHeight + + + 0.80 + + + + + Pset_FurnitureTypeCommon + + + NominalDepth + + + 0.47 + + + + + Pset_Tolerance + + + OrthogonalTolerance + + + 0.35 + + + + + Pset_MaintenanceStrategy + + + AccidentResponse + + + REPAIR + + + + + Pset_Tolerance + + + HorizontalTolerance + + + 0.30 + + + + + Pset_Tolerance + + + VerticalTolerance + + + 15.0 + + + + + Pset_Tolerance + + + OverallStraightness + + + 1.20 + + + + + Pset_Tolerance + + + HorizontalStraightness + + + 0.50 + + + + + Pset_Tolerance + + + SideFlatness + + + 0.80 + + + + + Pset_Tolerance + + + OverallTolerance + + + 0.48 + + + + + Pset_Tolerance + + + HorizontalFlatness + + + 16.0 + + + + + Pset_Tolerance + + + ElevationalFlatness + + + 0.005 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_053_IFCCOLUMN.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_053_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..d6dfd7db9d12721d797b6375d54959e9030878aa --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_053_IFCCOLUMN.ids @@ -0,0 +1,437 @@ + + + + Column + + + + + + + IFCCOLUMN + + + + + + + Basics + + + ColumnCode + + + Column-A1 + + + + + Basics + + + InstallState + + + New + + + + + Basics + + + SupportRole + + + true + + + + + Basics + + + ExteriorFlag + + + true + + + + + Basics + + + FireGradeText + + + EI60 + + + + + Basics + + + HeatPassLevel + + + 1.2 + + + + + Basics + + + SoundGrade + + + Rw45 + + + + + Concrete Specification + + + Fabrication Location + + + OnSite + + + + + Concrete Specification + + + Casting Approach + + + In-situ + + + + + Concrete Specification + + + Structural Grade + + + Loadbearing + + + + + Concrete Specification + + + Strength Grade + + + C30/37 + + + + + Concrete Specification + + + Exposure Category + + + XC4 + + + + + Concrete Specification + + + Rebar Volume Proportion + + + 0.01 + + + + + Concrete Specification + + + Rebar Area Proportion + + + 0.005 + + + + + Concrete Specification + + + Cover Depth + + + 0.020 + + + + + Concrete Specification + + + Main Bar Cover Depth + + + 0.040 + + + + + Concrete Specification + + + Link Cover Depth + + + 0.025 + + + + + Concrete Specification + + + Rebar Grade + + + SD345 + + + + + Reinforcement Layout + + + Reinforcement Notes + + + Vertical bars 100 mm + + + + + Reinforcement Layout + + + Element Code + + + Ref-Column-01 + + + + + Reinforcement Layout + + + Rebar Bar Category + + + MainBar + + + + + Reinforcement Layout + + + Hoop Bar Interval + + + 0.100 + + + + + Reinforcement Layout + + + XDirection Tie Hoop Bar Interval + + + 0.100 + + + + + Reinforcement Layout + + + X Tie Hoop Count + + + 4 + + + + + Reinforcement Layout + + + YDirection Tie Hoop Bar Interval + + + 0.100 + + + + + Reinforcement Layout + + + Y Tie Hoop Count + + + 4 + + + + + Reinforcement Definition + + + DefinitionType + + + Precast + + + + + Reinforcement Definition + + + ReinforcementSectionDefinitions + + + Tied section: 4Ø16 + + + + + Manufacturer Info + + + Brand + + + ColumnWorksInc + + + + + Manufacturer Info + + + Model Code + + + COL-2024-A + + + + + Product Materials + + + CoreMaterial + + + ReinforcedConcrete + + + + + Product Materials + + + Surface Coating + + + Painted + + + + + Column Quantities + + + Overall Length + + + 3.0 + + + + + Column Quantities + + + Profile Area + + + 0.09 + + + + + Column Quantities + + + Overall Volume + + + 0.27 + + + + + Column Quantities + + + Effective Volume + + + 0.25 + + + + + Column Quantities + + + Outer Surface Area Estimate + + + 1.08 + + + + + Column Quantities + + + Overall Weight + + + 2100.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_054_IFCCOLUMN.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_054_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..cc8b3635677e5a70685e452ddcb6351a6a20cb5e --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_054_IFCCOLUMN.ids @@ -0,0 +1,503 @@ + + + + 柱(構造) + + + + + + + IFCCOLUMN + + + + + + + Pset_ColumnCommon + + + IsExternal + + + true + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.50 + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 30 + + + + + Pset_ColumnCommon + + + LoadBearing + + + false + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 20 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 10 + + + + + Pset_ColumnCommon + + + Slope + + + 0 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + GUID-ABC123 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + GUID-DEF456 + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + D25 + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + ヘッドバー + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtLinks + + + 40 + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 60 + + + + + Pset_ColumnCommon + + + Reference + + + フック定着 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 45 + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 55 + + + + + Pset_Uncertainty + + + UncertaintyDescription + + + D19 + + + + + Qto_BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 8 + + + + + Qto_BodyGeometryValidation + + + SurfaceGenusAfterFeatures + + + 8 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + D10 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + SD295 + + + + + Qto_ColumnBaseQuantities + + + GrossWeight + + + 100 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + DOC-COL-TR-01 + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 150 + + + + + Qto_ColumnBaseQuantities + + + NetWeight + + + 130 + + + + + Pset_ReinforcementBarPitchOfColumn + + + Description + + + D13 + + + + + Pset_ReinforcementBarPitchOfColumn + + + XDirectionTieHoopCount + + + 4 + + + + + Pset_ReinforcementBarPitchOfColumn + + + YDirectionTieHoopCount + + + 4 + + + + + Qto_ColumnBaseQuantities + + + GrossSurfaceArea + + + 4 + + + + + Pset_Condition + + + AssessmentDate + + + 2025-04-01 + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 04987654321012 + + + + + Qto_ColumnBaseQuantities + + + Length + + + 600 + + + + + Qto_BodyGeometryValidation + + + GrossVolume + + + 0.48 + + + + + Qto_ColumnBaseQuantities + + + OuterSurfaceArea + + + 500 + + + + + Qto_BodyGeometryValidation + + + NetVolume + + + 0.45 + + + + + Qto_ColumnBaseQuantities + + + GrossVolume + + + 200 + + + + + Pset_ReinforcementBarPitchOfColumn + + + HoopBarPitch + + + 250 + + + + + Qto_ColumnBaseQuantities + + + NetVolume + + + 200 + + + + + Pset_ReinforcementBarPitchOfColumn + + + Reference + + + X方向4本 + + + + + Pset_ReinforcementBarPitchOfColumn + + + XDirectionTieHoopBarPitch + + + 120 + + + + + Qto_ColumnBaseQuantities + + + CrossSectionArea + + + 130 + + + + + Pset_ReinforcementBarPitchOfColumn + + + YDirectionTieHoopBarPitch + + + 140 + + + + + Qto_ColumnBaseQuantities + + + NetSurfaceArea + + + 6 + + + + + Pset_Tolerance + + + PlanarFlatness + + + 5 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_055_IFCCOLUMN.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_055_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..e2a59e94670ea6c8256e7ad7836542755929ebb1 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_055_IFCCOLUMN.ids @@ -0,0 +1,503 @@ + + + + 柱の構造情報の整理 + + + + + + + IFCCOLUMN + + + + + + + 節点調整 + + + 接合優先フラグ + + + true + + + + + 下端補正 + + + 基部補正量_A + + + 28 + + + + + 下端補正 + + + 基部補正量_B + + + 36 + + + + + 下端補正 + + + 基部補正量_H + + + 12 + + + + + 上端補正 + + + 頂部補正量_A + + + 22 + + + + + 上端補正 + + + 頂部補正量_B + + + 14 + + + + + 上端補正 + + + 頂部補正量_H + + + 6 + + + + + 接点参照 + + + 基部接続キー + + + STR-ND-48A + + + + + 接点参照 + + + 頂部接続キー + + + STR-ND-48B + + + + + 主筋仕様 + + + 外周主筋呼び名 + + + D32 + + + + + 定着条件 + + + 基部定着方式 + + + 機械式定着 + + + + + 定着条件 + + + 基部定着寸法 + + + 58 + + + + + 定着条件 + + + 基部余裕長 + + + 82 + + + + + 定着条件 + + + 頂部定着方式 + + + プレート定着 + + + + + 定着条件 + + + 頂部定着寸法 + + + 54 + + + + + 定着条件 + + + 頂部余裕長 + + + 68 + + + + + 芯材仕様 + + + 中心補強筋呼び名 + + + D19 + + + + + 芯材仕様 + + + 基部中心補強本数 + + + 12 + + + + + 芯材仕様 + + + 頂部中心補強本数 + + + 14 + + + + + 横補強仕様 + + + 閉鎖筋呼び径 + + + D13 + + + + + 横補強仕様 + + + 閉鎖筋材質区分 + + + SD345 + + + + + 横補強仕様 + + + 接合域ピッチ + + + 75 + + + + + 横補強仕様 + + + 接合域閉鎖筋呼び径 + + + D16 + + + + + 横補強仕様 + + + 基部ピッチ + + + 105 + + + + + 横補強仕様 + + + 頂部ピッチ + + + 95 + + + + + 補助拘束仕様 + + + 中子筋呼び径 + + + D10 + + + + + 補助拘束仕様 + + + 基部中子筋本数_A方向 + + + 4 + + + + + 補助拘束仕様 + + + 基部中子筋本数_B方向 + + + 5 + + + + + 補助拘束仕様 + + + 頂部中子筋本数_A方向 + + + 3 + + + + + 補助拘束仕様 + + + 頂部中子筋本数_B方向 + + + 4 + + + + + 断面管理 + + + 基部断面寸法_A + + + 720 + + + + + 断面管理 + + + 基部断面寸法_B + + + 680 + + + + + 断面管理 + + + 頂部断面寸法_A + + + 610 + + + + + 断面管理 + + + 頂部断面寸法_B + + + 560 + + + + + 多段配筋座標 + + + 段間離隔_A方向 + + + 165 + + + + + 多段配筋座標 + + + 第1層主筋芯_A方向 + + + 235 + + + + + 多段配筋座標 + + + 第1層主筋芯_中央 + + + 290 + + + + + 多段配筋座標 + + + 第1層主筋芯_B方向 + + + 225 + + + + + 多段配筋座標 + + + 基部第1層主筋本数_A方向 + + + 5 + + + + + 多段配筋座標 + + + 基部主筋群重心_A方向 + + + 142 + + + + + 多段配筋座標 + + + 基部主筋群重心_B方向 + + + 158 + + + + + 多段配筋座標 + + + 基部片側主筋総数_A方向 + + + 18 + + + + + 多段配筋座標 + + + 基部第1層主筋本数_B方向 + + + 7 + + + + + 多段配筋座標 + + + 基部片側主筋総数_B方向 + + + 20 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_056_IFCCOLUMN.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_056_IFCCOLUMN.ids new file mode 100644 index 0000000000000000000000000000000000000000..6bcbdb189c9d2fada42c4451cf1aba51a7e6d472 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_056_IFCCOLUMN.ids @@ -0,0 +1,503 @@ + + + + 柱(構造) + + + + + + + IFCCOLUMN + + + + + + + 配置情報 + + + 柱勝ちか否か + + + true + + + + + 配置情報 + + + 柱脚オフセット_X + + + 60 + + + + + 配置情報 + + + 柱脚オフセット_Y + + + 35 + + + + + 配置情報 + + + 柱脚オフセット_Z + + + 10 + + + + + 配置情報 + + + 柱頭オフセット_X + + + 25 + + + + + 配置情報 + + + 柱頭オフセット_Y + + + 12 + + + + + 配置情報 + + + 柱頭オフセット_Z + + + 0 + + + + + 配置情報 + + + 柱脚節点_GUID + + + GUID-JKL012 + + + + + 配置情報 + + + 柱頭節点_GUID + + + GUID-PQR678 + + + + + 配筋情報 + + + 主筋径 + + + D29 + + + + + 配筋情報 + + + 柱脚主筋定着タイプ + + + ヘッドバー + + + + + 配筋情報 + + + 柱脚主筋定着長 + + + 55 + + + + + 配筋情報 + + + 柱脚主筋余長 + + + 80 + + + + + 配筋情報 + + + 柱頭主筋定着タイプ + + + フック定着 + + + + + 配筋情報 + + + 柱頭主筋定着長 + + + 48 + + + + + 配筋情報 + + + 柱頭主筋余長 + + + 60 + + + + + 配筋情報 + + + 芯鉄筋径 + + + D19 + + + + + 配筋情報 + + + 柱脚芯鉄筋本数 + + + 12 + + + + + 配筋情報 + + + 柱頭芯鉄筋本数 + + + 10 + + + + + 配筋情報 + + + 帯筋径 + + + D13 + + + + + 配筋情報 + + + 帯筋種別 + + + SD295 + + + + + 配筋情報 + + + 仕口部帯筋間隔 + + + 110 + + + + + 配筋情報 + + + 仕口部帯筋径 + + + D12 + + + + + 配筋情報 + + + 柱脚帯筋間隔 + + + 160 + + + + + 配筋情報 + + + 柱頭帯筋間隔 + + + 140 + + + + + 配筋情報 + + + 幅止筋径 + + + D13 + + + + + 配筋情報 + + + 柱脚幅止め筋本数_X方向 + + + 8 + + + + + 配筋情報 + + + 柱脚幅止め筋本数_Y方向 + + + 8 + + + + + 配筋情報 + + + 柱頭幅止め筋本数_X方向 + + + 8 + + + + + 配筋情報 + + + 柱頭幅止め筋本数_Y方向 + + + 8 + + + + + 寸法情報 + + + 柱脚幅X + + + 700 + + + + + 寸法情報 + + + 柱脚幅Y + + + 700 + + + + + 寸法情報 + + + 柱頭幅X + + + 540 + + + + + 寸法情報 + + + 柱頭幅Y + + + 540 + + + + + 配筋情報 + + + 多段筋中心間距離_水平方向 + + + 160 + + + + + 配筋情報 + + + 主筋1段目芯位置_X方向 + + + 220 + + + + + 配筋情報 + + + 主筋1段目芯位置 + + + 270 + + + + + 配筋情報 + + + 主筋1段目芯位置_Y方向 + + + 220 + + + + + 配筋情報 + + + 柱脚主筋1段目本数_X方向 + + + 8 + + + + + 配筋情報 + + + 柱脚主筋重心位置_X方向 + + + 130 + + + + + 配筋情報 + + + 柱脚主筋重心位置_Y方向 + + + 140 + + + + + 配筋情報 + + + 柱脚主筋片側総本数_X方向 + + + 180 + + + + + 配筋情報 + + + 柱脚主筋1段目本数_Y方向 + + + 10 + + + + + 配筋情報 + + + 柱脚主筋片側総本数_Y方向 + + + 220 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_057_IFCBEAM.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_057_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..e5ea090de46ddad478df7e8cb51be4ad3f095354 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_057_IFCBEAM.ids @@ -0,0 +1,360 @@ + + + + Beam(STR) + + + + + + + IFCBEAM + + + + + + + Pset_BeamCommon + + + Reference + + + CentralBeam-01 + + + + + Pset_BeamCommon + + + Status + + + New + + + + + Pset_BeamCommon + + + LoadBearing + + + true + + + + + Pset_BeamCommon + + + IsExternal + + + true + + + + + Pset_BeamCommon + + + FireRating + + + EI60 + + + + + Pset_BeamCommon + + + ThermalTransmittance + + + 1.2 + + + + + Qto_BeamBaseQuantities + + + CrossSectionArea + + + 0.09 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 8.10e-05 + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 2.70e-05 + + + + + Pset_ElementKinematics + + + MaximumConstantSpeed + + + 1.20e-05 + + + + + Pset_Tolerance + + + ElevationalFlatness + + + 5.40e-04 + + + + + Pset_Tolerance + + + HorizontalFlatness + + + 1.80e-04 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + Steel + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + S355 + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 355.0 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + C30/37 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + XC4 + + + + + Pset_ReinforcementBarPitchOfBeam + + + Reference + + + MainBar + + + + + Pset_ReinforcementBarPitchOfBeam + + + StirrupBarPitch + + + 0.000201 + + + + + Pset_ReinforcementBarPitchOfBeam + + + SpacingBarPitch + + + 4 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.100 + + + + + Pset_Tolerance + + + OverallStraightness + + + 0.008 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.01 + + + + + Pset_PrecastConcreteElementGeneral + + + DesignLocationNumber + + + GRID-B2 + + + + + Pset_MaintenanceStrategy + + + AssetCriticality + + + Moderate + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + Check camber and connections + + + + + Qto_BeamBaseQuantities + + + Length + + + 6.0 + + + + + Qto_BeamBaseQuantities + + + GrossSurfaceArea + + + 0.09 + + + + + Qto_BeamBaseQuantities + + + OuterSurfaceArea + + + 4.2 + + + + + Qto_BeamBaseQuantities + + + GrossVolume + + + 0.405 + + + + + Qto_BeamBaseQuantities + + + NetVolume + + + 0.390 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_058_IFCBEAM.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_058_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..ea274f3f06b38eb708baece8bb16330772233d25 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_058_IFCBEAM.ids @@ -0,0 +1,448 @@ + + + + 梁(構造) + + + + + + + IFCBEAM + + + + + + + Pset_Condition + + + AssessmentCondition + + + B-101 + + + + + Pset_BeamCommon + + + Reference + + + 大梁 + + + + + Pset_PrecastConcreteElementFabrication + + + PieceMark + + + 2FL + + + + + Pset_Risk + + + RiskName + + + SN490 + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + SM490 + + + + + Pset_BeamCommon + + + Status + + + 既存 + + + + + Pset_BeamCommon + + + LoadBearing + + + true + + + + + Pset_ReinforcementBarPitchOfBeam + + + Description + + + 梁端部補強筋の標準ピッチ + + + + + Pset_PrecastConcreteElementFabrication + + + TypeDesignation + + + SN490梁 + + + + + Pset_PrecastConcreteElementFabrication + + + AsBuiltLocationNumber + + + 通り芯 + + + + + Qto_BeamBaseQuantities + + + Length + + + 200 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + 梁下端 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 150 + + + + + Qto_BeamBaseQuantities + + + CrossSectionArea + + + 0.18 + + + + + Pset_BeamCommon + + + Span + + + 600 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 300 + + + + + Pset_Warranty + + + WarrantyStartDate + + + 2025-04-01 + + + + + Qto_BeamBaseQuantities + + + GrossWeight + + + 22 + + + + + Qto_BeamBaseQuantities + + + NetWeight + + + 15 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + BEAM-WARRANTY-01 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 500 + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 200 + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 150 + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 180 + + + + + Pset_ReinforcementBarPitchOfBeam + + + SpacingBarPitch + + + 120 + + + + + Pset_Warranty + + + WarrantyPeriod + + + P7Y + + + + + Pset_Warranty + + + PointOfContact + + + 構造監理窓口 + + + + + Qto_BeamBaseQuantities + + + OuterSurfaceArea + + + 32 + + + + + Pset_Risk + + + NatureOfRisk + + + 端部腐食 + + + + + Pset_Warranty + + + WarrantyContent + + + 延長保証対象 + + + + + Qto_BeamBaseQuantities + + + GrossSurfaceArea + + + 450 + + + + + Pset_Risk + + + MitigationPlanned + + + 防錆塗装を定期確認 + + + + + Qto_BeamBaseQuantities + + + NetSurfaceArea + + + 220 + + + + + Pset_BeamCommon + + + FireRating + + + 2時間耐火 + + + + + Qto_BeamBaseQuantities + + + GrossVolume + + + 180 + + + + + Qto_BeamBaseQuantities + + + NetVolume + + + 250 + + + + + Pset_Tolerance + + + OverallTolerance + + + 150 + + + + + Pset_Tolerance + + + HorizontalTolerance + + + 120 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_059_IFCBEAM.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_059_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..e5d22fa495ff8886c680c9e857ea805306608366 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_059_IFCBEAM.ids @@ -0,0 +1,360 @@ + + + + Infomation Check + + + + + + + IFCBEAM + + + + + + + Identification Data + + + MemberTag + + + B-STR-118 + + + + + Identification Data + + + LifecycleStage + + + Fabrication + + + + + Design Intent + + + IsPrimaryMember + + + true + + + + + Design Intent + + + IsTransferBeam + + + false + + + + + Resistance Criteria + + + FireRatingClass + + + R120 + + + + + Performance Parameters + + + DampingRatio + + + 0.035 + + + + + Section Geometry + + + GrossSectionArea + + + 0.162 + + + + + Section Geometry + + + StrongAxisInertia + + + 9.40e-04 + + + + + Section Geometry + + + WeakAxisInertia + + + 2.85e-04 + + + + + Section Geometry + + + TorsionalRigidityIndex + + + 1.15e-04 + + + + + Strength Metrics + + + TopFiberSectionModulus + + + 3.45e-03 + + + + + Strength Metrics + + + BottomFiberSectionModulus + + + 3.12e-03 + + + + + Material Specification + + + MatrixMaterial + + + ReinforcedConcrete + + + + + Material Specification + + + RebarGrade + + + SD390 + + + + + Material Specification + + + ElasticModulus + + + 31500.0 + + + + + Durability Criteria + + + ChlorideClass + + + Cl0.30 + + + + + Durability Criteria + + + ExposureEnvironment + + + CoastalSheltered + + + + + Connection Requirements + + + BearingCondition + + + Monolithic connection to cast-in-place column + + + + + Embedded Hardware + + + AnchorPlateArea + + + 0.0084 + + + + + Embedded Hardware + + + ShearStudCount + + + 6 + + + + + Fabrication Controls + + + CastInCamber + + + 0.010 + + + + + Fabrication Controls + + + BearingSeatLength + + + 0.180 + + + + + Service Checks + + + UtilizationIndex + + + 0.74 + + + + + Verification Matrix + + + ControllingLoadSet + + + ULS-Seismic-07 + + + + + Verification Matrix + + + CrackWidthStatus + + + WithinLimit + + + + + Verification Matrix + + + ReviewMemo + + + Check congestion near opening zone + + + + + Quantity Summary + + + StructuralSpan + + + 9.6 + + + + + Quantity Summary + + + FormworkArea + + + 7.4 + + + + + Quantity Summary + + + ExposedFaceArea + + + 4.1 + + + + + Quantity Summary + + + ConcreteGrossVolume + + + 1.555 + + + + + Quantity Summary + + + ConcreteNetVolume + + + 1.487 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_060_IFCBEAM.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_060_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..2de931cdd2a850de309125037bfeef7969a7fd12 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_060_IFCBEAM.ids @@ -0,0 +1,360 @@ + + + + Beam(STR) + + + + + + + IFCBEAM + + + + + + + Pset_BeamCommon + + + Reference + + + SpandrelBeam-A3 + + + + + Pset_BeamCommon + + + Status + + + New + + + + + Pset_BeamCommon + + + LoadBearing + + + true + + + + + Pset_BeamCommon + + + IsExternal + + + false + + + + + Pset_BeamCommon + + + FireRating + + + EI120 + + + + + Pset_BeamCommon + + + ThermalTransmittance + + + 0.60 + + + + + Qto_BeamBaseQuantities + + + CrossSectionArea + + + 0.08 + + + + + Pset_Tolerance + + + VerticalTolerance + + + 9.20e-05 + + + + + Pset_Tolerance + + + HorizontalTolerance + + + 3.10e-05 + + + + + Pset_EnvironmentalImpactIndicators + + + WaterConsumptionPerUnit + + + 1.50e-05 + + + + + Pset_ElementKinematics + + + MinimumTime + + + 6.10e-04 + + + + + Pset_ElementKinematics + + + LinearRange + + + 2.10e-04 + + + + + Pset_ManufacturerTypeInformation + + + SafetyDocument + + + SAFE-BEAM-01 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementStrengthClass + + + S355 + + + + + Pset_MaintenanceTriggerPerformance + + + TargetPerformance + + + 355.0 + + + + + Pset_ConcreteElementGeneral + + + StrengthClass + + + C30/37 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + XD2 + + + + + Pset_ReinforcementBarPitchOfBeam + + + Description + + + MainBar + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 0.000226 + + + + + Pset_ReinforcementBarPitchOfBeam + + + StirrupBarPitch + + + 5 + + + + + Pset_ReinforcementBarPitchOfBeam + + + SpacingBarPitch + + + 0.100 + + + + + Pset_Tolerance + + + VerticalStraightness + + + 0.009 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.014 + + + + + Pset_Condition + + + AssessmentDescription + + + DesignLoadCase: ULS + + + + + Pset_Condition + + + AssessmentCondition + + + OK + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + Allow for camber 10 mm + + + + + Qto_BeamBaseQuantities + + + Length + + + 5.8 + + + + + Qto_BeamBaseQuantities + + + GrossSurfaceArea + + + 0.085 + + + + + Qto_BeamBaseQuantities + + + OuterSurfaceArea + + + 3.9 + + + + + Qto_BeamBaseQuantities + + + GrossVolume + + + 0.360 + + + + + Qto_BeamBaseQuantities + + + NetVolume + + + 0.346 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_061_IFCBEAM.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_061_IFCBEAM.ids new file mode 100644 index 0000000000000000000000000000000000000000..fe59ff6c55a77f666a66a8e1b80734b003d93fd6 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_061_IFCBEAM.ids @@ -0,0 +1,360 @@ + + + + Beam(STR) + + + + + + + IFCBEAM + + + + + + + Informations + + + BeamCode + + + TransferBeam-B2 + + + + + Informations + + + RenewalState + + + ToBeReplaced + + + + + Informations + + + SupportRole + + + true + + + + + Informations + + + Exterior + + + false + + + + + Informations + + + Fire Resistance Level + + + EI45 + + + + + Informations + + + Heat Loss Coefficient + + + 0.70 + + + + + Section Properties + + + Profile Area + + + 0.11 + + + + + Section Properties + + + Inertia About Y + + + 7.50e-05 + + + + + Section Properties + + + Inertia About Z + + + 2.60e-05 + + + + + Section Properties + + + Torsional Constant X Axis + + + 1.10e-05 + + + + + Section Properties + + + SectionModulusY + + + 5.90e-04 + + + + + Section Properties + + + SectionModulusZ + + + 2.00e-04 + + + + + Manufacturer Info + + + CoreMaterial + + + Steel + + + + + Manufacturer Info + + + SteelGrade + + + S355 + + + + + Manufacturer Info + + + YieldStrength + + + 355.0 + + + + + Manufacturer Info + + + ConcreteStrengthClass + + + C35/45 + + + + + Manufacturer Info + + + Exposure Category + + + XA2 + + + + + Reinforcement Layout + + + Rebar Bar Category + + + MainBar + + + + + Reinforcement Layout + + + LongitudinalBarArea + + + 0.000280 + + + + + Reinforcement Layout + + + LongitudinalBarCount + + + 6 + + + + + Reinforcement Layout + + + Hoop Bar Interval + + + 0.120 + + + + + Reinforcement Layout + + + StirrupDiameter + + + 0.010 + + + + + Reinforcement Layout + + + Rebar Area Proportion + + + 0.013 + + + + + Design Checks + + + DesignLoadCase + + + ULS + + + + + Design Checks + + + ServiceabilityLimitState + + + OK + + + + + Design Checks + + + DesignComment + + + Check anchorage at supports + + + + + Beam Quantities + + + Overall Length + + + 7.5 + + + + + Beam Quantities + + + Profile Area + + + 0.11 + + + + + Beam Quantities + + + Outer Surface Area Estimate + + + 5.3 + + + + + Beam Quantities + + + Overall Volume + + + 0.825 + + + + + Beam Quantities + + + Effective Volume + + + 0.802 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_062_IFCSLAB.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_062_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..996a5fa86c5448e7c2dbd8dae8692c3c27807e4d --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_062_IFCSLAB.ids @@ -0,0 +1,415 @@ + + + + 天井(構造) + + + + + + + IFCSLAB + + + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + F-201 + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + 2FL + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 居室 + + + + + Qto_SlabBaseQuantities + + + GrossWeight + + + 0.8 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.30 + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 4.0 + + + + + Qto_SlabBaseQuantities + + + Depth + + + 2.0 + + + + + Pset_SlabCommon + + + PitchAngle + + + 1.5 + + + + + Pset_ReinforcementBarPitchOfSlab + + + Description + + + Fc24 + + + + + Pset_ReinforcementBarPitchOfSlab + + + Reference + + + 合板型枠 + + + + + Pset_PrecastSlab + + + DistanceBetweenComponentAxes + + + 150.0 + + + + + Pset_SlabCommon + + + Reference + + + D13 + + + + + Pset_Uncertainty + + + UncertaintyDescription + + + D10 + + + + + Qto_SlabBaseQuantities + + + GrossVolume + + + 100.0 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + D16 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + D10 + + + + + Pset_PrecastSlab + + + EdgeDistanceToFirstAxis + + + 120.0 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + DOC-SLAB-TR-01 + + + + + Pset_Condition + + + AssessmentDescription + + + D10 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongOutsideTopBarPitch + + + 110 + + + + + Pset_Risk + + + RiskName + + + D13 + + + + + Pset_Tolerance + + + ToleranceDescription + + + D10 + + + + + Qto_SlabBaseQuantities + + + Width + + + 130 + + + + + Pset_EnvironmentalImpactIndicators + + + IndicatorsUnit + + + kgCO2e/㎡ + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + 03 30 00 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideCenterTopBarPitch + + + 90 + + + + + Pset_Risk + + + RiskType + + + Chemical Effects + + + + + Pset_PrecastSlab + + + TypeDesignation + + + PC床版A + + + + + Qto_SlabBaseQuantities + + + Length + + + 80 + + + + + Pset_PrecastConcreteElementFabrication + + + PieceMark + + + D13 + + + + + Pset_ManufacturerTypeInformation + + + SafetyDocument + + + DOC-SLAB-SAFE-01 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortOutsideTopBarPitch + + + 85 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + D13 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + D10 + + + + + Qto_SlabBaseQuantities + + + NetWeight + + + 100 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideCenterTopBarPitch + + + 95 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_063_IFCSLAB.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_063_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..281db8f493f4ced4cc2ffddf9a58950bc64299f6 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_063_IFCSLAB.ids @@ -0,0 +1,415 @@ + + + + スラブの確認 + + + + + + + IFCSLAB + + + + + + + 運用台帳 + + + 部材管理番号 + + + SL-R17 + + + + + 区画参照 + + + 配置ブロック + + + 北棟C区画 + + + + + 使用計画 + + + 利用カテゴリ + + + 研究ラボ + + + + + 評価条件 + + + 常時付加荷重 + + + 1.4 + + + + + 評価条件 + + + 可変荷重区分A + + + 4.2 + + + + + 評価条件 + + + 可変荷重区分B + + + 3.1 + + + + + 評価条件 + + + 可変荷重区分C + + + 2.2 + + + + + 評価条件 + + + 水平応答係数 + + + 1.6 + + + + + 素材計画 + + + 躯体強度区分 + + + Fc33 + + + + + 仮設計画 + + + 成形部材種別 + + + 鋼製デッキフォーム + + + + + 形状パラメータ + + + 有効厚 + + + 210.0 + + + + + 補強テンプレートA + + + 構成材1 + + + D19 + + + + + 補強テンプレートA + + + 構成材2 + + + D16 + + + + + 補強テンプレートA + + + 設定ピッチ1 + + + 125.0 + + + + + 補強テンプレートB + + + 構成材1 + + + D22 + + + + + 補強テンプレートB + + + 構成材2 + + + D16 + + + + + 補強テンプレートB + + + 設定ピッチ1 + + + 145.0 + + + + + 補強テンプレートC + + + 構成材1 + + + D22 + + + + + 補強テンプレートC + + + 構成材2 + + + D16 + + + + + 補強テンプレートC + + + 設定ピッチ1 + + + 135.0 + + + + + 補強テンプレートC + + + 構成材3 + + + D19 + + + + + 補強テンプレートC + + + 構成材4 + + + D16 + + + + + 補強テンプレートC + + + 設定ピッチ2 + + + 160.0 + + + + + 補強テンプレートD + + + 構成材1 + + + D16 + + + + + 補強テンプレートD + + + 構成材2 + + + D13 + + + + + 補強テンプレートD + + + 設定ピッチ1 + + + 105.0 + + + + + 補強テンプレートD + + + 構成材3 + + + D22 + + + + + 補強テンプレートD + + + 構成材4 + + + D19 + + + + + 補強テンプレートD + + + 設定ピッチ2 + + + 95.0 + + + + + 補強テンプレートE + + + 構成材1 + + + D16 + + + + + 補強テンプレートE + + + 構成材2 + + + D13 + + + + + 補強テンプレートE + + + 設定ピッチ1 + + + 115.0 + + + + + 補強テンプレートE + + + 構成材3 + + + D19 + + + + + 補強テンプレートE + + + 構成材4 + + + D16 + + + + + 補強テンプレートE + + + 設定ピッチ2 + + + 135.0 + + + + + 幾何制御 + + + 回転設定角 + + + 67.5 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_064_IFCSLAB.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_064_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..993a611c627dfaa5d5100303695805d251bcdf2d --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_064_IFCSLAB.ids @@ -0,0 +1,415 @@ + + + + 天井(構造) + + + + + + + IFCSLAB + + + + + + + 識別情報 + + + 符号 + + + F-402 + + + + + 配置情報 + + + 所属階 + + + B1F + + + + + 荷重情報 + + + 室用途 + + + 厨房 + + + + + 荷重情報 + + + 仕上げ重量 + + + 0.6 + + + + + 荷重情報 + + + 積載荷重 [床用] + + + 2.5 + + + + + 荷重情報 + + + 積載荷重 [小梁用] + + + 3.5 + + + + + 荷重情報 + + + 積載荷重 [架構用] + + + 1.8 + + + + + 荷重情報 + + + 積載荷重 [地震用] + + + 1.2 + + + + + 材料情報_コンクリート + + + コンクリート強度 + + + Fc30 + + + + + 材料情報_型枠 + + + 製品種別 + + + アルミ型枠 + + + + + 寸法情報_断面 + + + 厚さ + + + 140.0 + + + + + 配筋情報_主筋方向_端部 + + + 上端筋 径1 + + + D19 + + + + + 配筋情報_主筋方向_端部 + + + 上端筋 径2 + + + D13 + + + + + 配筋情報_主筋方向_端部 + + + 上端筋 ピッチ + + + 90.0 + + + + + 配筋情報_主筋方向_端部 + + + 下端筋 径1 + + + D19 + + + + + 配筋情報_主筋方向_端部 + + + 下端筋 径2 + + + D13 + + + + + 配筋情報_主筋方向_端部 + + + 下端筋 ピッチ + + + 110.0 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径1 + + + D19 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径2 + + + D13 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径3 + + + 105 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径4 + + + D19 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径5 + + + D13 + + + + + 配筋情報_主筋方向_中央 + + + 上端筋 径6 + + + 135 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径7 + + + D19 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径8 + + + D13 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径9 + + + 85 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径10 + + + D22 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径11 + + + D16 + + + + + 配筋情報_配力筋方向_端部 + + + 上端筋 径12 + + + 75 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径13 + + + D19 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径14 + + + D13 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径15 + + + 90 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径16 + + + D19 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径17 + + + D13 + + + + + 配筋情報_配力筋方向_中央 + + + 上端筋 径18 + + + 95 + + + + + 配筋情報_配筋角度 + + + 上端筋 径19 + + + 100 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_065_IFCSLAB.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_065_IFCSLAB.ids new file mode 100644 index 0000000000000000000000000000000000000000..ef06e994f612bdd8995c11fc009649f722b5d5be --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_065_IFCSLAB.ids @@ -0,0 +1,602 @@ + + + + Slab + + + + + + + IFCSLAB + + + + + + + Pset_SlabCommon + + + Reference + + + Slab-A1 + + + + + Pset_SlabCommon + + + Status + + + New + + + + + Pset_SlabCommon + + + LoadBearing + + + true + + + + + Pset_SlabCommon + + + IsExternal + + + true + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + ReinforcedConcrete + + + + + Pset_PrecastSlab + + + NominalThickness + + + 0.200 + + + + + Pset_SlabCommon + + + ThermalTransmittance + + + 0.180 + + + + + Pset_SlabCommon + + + PitchAngle + + + 0.005 + + + + + Pset_SlabCommon + + + FireRating + + + REI60 + + + + + Pset_SlabCommon + + + AcousticRating + + + Rw55 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + XC4 + + + + + Pset_ConcreteElementGeneral + + + AssemblyPlace + + + OnSite + + + + + Pset_ConcreteElementGeneral + + + CastingMethod + + + In-situ + + + + + Pset_ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 0.01 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.005 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCover + + + 0.020 + + + + + Pset_Tolerance + + + HorizontalTolerance + + + 0.00005 + + + + + Pset_Tolerance + + + OverallStraightness + + + 0.0005 + + + + + Pset_ReinforcementBarPitchOfSlab + + + Description + + + Longitudinal bars at 150 mm + + + + + Pset_ReinforcementBarPitchOfSlab + + + Reference + + + Ref-Slab-01 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideEndLowerBarPitch + + + 0.000201 + + + + + Pset_ReinforcementBarPitchOfSlab + + + LongInsideCenterLowerBarPitch + + + 4 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideCenterLowerBarPitch + + + 0.000201 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideEndTopBarPitch + + + 6 + + + + + Qto_SlabBaseQuantities + + + Perimeter + + + 20.0 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortOutsideTopBarPitch + + + 0.005 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortOutsideLowerBarPitch + + + 0.100 + + + + + Pset_ReinforcementBarPitchOfSlab + + + ShortInsideEndLowerBarPitch + + + 0.020 + + + + + Pset_Warranty + + + WarrantyContent + + + Extended warranty available + + + + + Pset_PrecastSlab + + + ToppingType + + + ConcreteTopping + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 100.0 + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 0.035 + + + + + Pset_PrecastSlab + + + EdgeDistanceToFirstAxis + + + 250.0 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-SLAB-01 + + + + + Pset_SlabCommon + + + Compartmentation + + + true + + + + + Qto_BodyGeometryValidation + + + SurfaceGenusAfterFeatures + + + 14 + + + + + Pset_PrecastConcreteElementFabrication + + + ProductionLotId + + + SinglePour + + + + + Pset_ConcreteElementGeneral + + + ConstructionToleranceClass + + + Class1 + + + + + Pset_SlabCommon + + + Combustible + + + true + + + + + Qto_BodyGeometryValidation + + + NetSurfaceArea + + + 0.50 + + + + + Qto_BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 2 + + + + + Pset_Tolerance + + + OverallTolerance + + + 0.100 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + SlabCo + + + + + Pset_ConstructionOccurence + + + ModelNumber + + + SLB-2025-A + + + + + Pset_ConstructionOccurence + + + TagNumber + + + SLAB-T01 + + + + + Pset_ConstructionOccurence + + + AssetIdentifier + + + STR-SLAB-01 + + + + + Qto_SlabBaseQuantities + + + Length + + + 6.0 + + + + + Qto_SlabBaseQuantities + + + Width + + + 4.0 + + + + + Qto_SlabBaseQuantities + + + GrossArea + + + 24.0 + + + + + Qto_SlabBaseQuantities + + + GrossVolume + + + 5.76 + + + + + Qto_SlabBaseQuantities + + + NetVolume + + + 5.50 + + + + + Qto_SlabBaseQuantities + + + Depth + + + 0.200 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_066_IFCFOOTING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_066_IFCFOOTING.ids new file mode 100644 index 0000000000000000000000000000000000000000..8b06673cb64bf48704415e5779f3d0fbb4c27db6 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_066_IFCFOOTING.ids @@ -0,0 +1,525 @@ + + + + 基礎 + + + + + + + IFCFOOTING + + + + + + + Pset_Condition + + + AssessmentCondition + + + 竣工時 + + + + + Pset_PrecastConcreteElementFabrication + + + AsBuiltLocationNumber + + + B1F + + + + + Qto_FootingBaseQuantities + + + Length + + + 150 + + + + + Qto_FootingBaseQuantities + + + Width + + + 200 + + + + + Qto_FootingBaseQuantities + + + Height + + + 100 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 120 + + + + + Pset_PrecastConcreteElementGeneral + + + BatterAtStart + + + 0.0 + + + + + Pset_Risk + + + RiskName + + + 不同沈下 + + + + + Qto_FootingBaseQuantities + + + CrossSectionArea + + + 2400 + + + + + Qto_FootingBaseQuantities + + + OuterSurfaceArea + + + 2400 + + + + + Qto_FootingBaseQuantities + + + GrossSurfaceArea + + + 600.0 + + + + + Pset_ReinforcementBarCountOfIndependentFooting + + + Description + + + 独立基礎上端筋本数 + + + + + Qto_BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 8 + + + + + Pset_ReinforcementBarCountOfIndependentFooting + + + Reference + + + D19 + + + + + Pset_ReinforcementBarCountOfIndependentFooting + + + XDirectionUpperBarCount + + + 10 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WAR-FTG-01 + + + + + Pset_ReinforcementBarCountOfIndependentFooting + + + YDirectionUpperBarCount + + + 8 + + + + + Pset_Warranty + + + PointOfContact + + + 構造担当窓口 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + CrossingUpperBarPitch + + + 10 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + Reference + + + D10 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + CrossingLowerBarPitch + + + 20 + + + + + Qto_FootingBaseQuantities + + + NetVolume + + + 50.0 + + + + + Qto_FootingBaseQuantities + + + GrossWeight + + + 250 + + + + + Qto_FootingBaseQuantities + + + NetWeight + + + 1000 + + + + + Qto_FootingBaseQuantities + + + GrossVolume + + + 30.0 + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 04912345000018 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + 独立基礎標準タイプ + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 1500 + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 1500 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 耐圧盤併用型 + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 1500 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + 関東基礎工業 + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + Description + + + 連続基礎交差筋ピッチ + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 750 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + D22 + + + + + Pset_ReinforcementBarCountOfIndependentFooting + + + XDirectionLowerBarCount + + + 10 + + + + + Pset_Risk + + + RiskType + + + Chemical Effects + + + + + Pset_ReinforcementBarCountOfIndependentFooting + + + YDirectionLowerBarCount + + + 10 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + D13 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 6 + + + + + Pset_PrecastConcreteElementGeneral + + + FormStrippingStrength + + + 650 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 150 + + + + + Pset_ManufacturerTypeInformation + + + SafetyDocument + + + DOC-FTG-SAFE-01 + + + + + Pset_Condition + + + AssessmentDescription + + + 躯体形状確認済み + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_067_IFCFOOTING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_067_IFCFOOTING.ids new file mode 100644 index 0000000000000000000000000000000000000000..1f72cae447548194e91dee19f758d5c0743786b1 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_067_IFCFOOTING.ids @@ -0,0 +1,613 @@ + + + + Footing + + + + + + + IFCFOOTING + + + + + + + Foundation Information + + + FootingCode + + + Footing-A1 + + + + + Foundation Information + + + Footing Type + + + Isolated + + + + + Foundation Information + + + Load Bearing + + + true + + + + + Foundation Information + + + Exterior + + + true + + + + + Foundation Information + + + Base Area + + + 1.44 + + + + + Foundation Information + + + Footing Length + + + 1.20 + + + + + Foundation Basics + + + Footing Width + + + 1.20 + + + + + Foundation Basics + + + Footing Thickness + + + 0.500 + + + + + Foundation Basics + + + Excavation Depth + + + 3.00 + + + + + Foundation Basics + + + Bearing Capacity + + + 600.0 + + + + + Foundation Basics + + + Allowable Settlement + + + 0.020 + + + + + Foundation Basics + + + Bearing Stratum Depth + + + 5.00 + + + + + Foundation Basics + + + Anchors Required + + + true + + + + + Foundation Basics + + + Anchor Bolt Diameter + + + 0.020 + + + + + Concrete Specification + + + Fabrication Location + + + OnSite + + + + + Concrete Specification + + + Casting Method + + + In-situ + + + + + Concrete Specification + + + Structural Role + + + Primary + + + + + Concrete Specification + + + Concrete Strength + + + C30/37 + + + + + Concrete Specification + + + Exposure Class + + + XC4 + + + + + Concrete Specification + + + Rebar Volume Ratio + + + 0.01 + + + + + Concrete Specification + + + Rebar Area Ratio + + + 0.004 + + + + + Concrete Specification + + + Concrete Cover + + + 0.050 + + + + + Concrete Specification + + + Rebar Grade + + + SD345 + + + + + Reinforcement + + + Top Reinforcement Area + + + 0.00050 + + + + + Reinforcement + + + Bottom Reinforcement Area + + + 0.00050 + + + + + Reinforcement + + + Longitudinal Spacing + + + 0.150 + + + + + Reinforcement + + + Transverse Spacing + + + 0.150 + + + + + Reinforcement + + + Mesh Type + + + WeldedMesh + + + + + Reinforcement + + + Stirrup Diameter + + + 0.008 + + + + + Reinforcement + + + Lap Splice Length + + + 0.500 + + + + + Pile Cap Info + + + Pile Cap + + + true + + + + + Pile Cap Info + + + Pile Count + + + 4 + + + + + Pile Cap Info + + + Pile Diameter + + + 0.600 + + + + + Pile Cap Info + + + Pile Length + + + 12.0 + + + + + Pile Cap Info + + + Pile Capacity + + + 1000.0 + + + + + Pile Cap Info + + + Pile Material + + + Concrete + + + + + Construction + + + Formwork + + + Timber + + + + + Construction + + + Pour Sequence + + + SinglePour + + + + + Construction + + + Curing Days + + + 7 + + + + + Construction + + + Temporary Support + + + true + + + + + Construction + + + Backfill Type + + + ImportedFill + + + + + Soil Conditions + + + Soil Type + + + Sand + + + + + Soil Conditions + + + Groundwater Level + + + 1.50 + + + + + Soil Conditions + + + SPT N-Value + + + 15 + + + + + Soil Conditions + + + Ground Improvement + + + true + + + + + Soil Conditions + + + Design Bearing Pressure + + + 200.0 + + + + + Manufacturer Info + + + SupplierTag + + + DeepPileCo + + + + + Manufacturer Info + + + Model + + + FT-2025-A + + + + + Production + + + Lot ID + + + LOT-2025-01 + + + + + Parameter + + + FootingLongSide + + + 1.20 + + + + + Parameter + + + FootingShortSide + + + 1.20 + + + + + Parameter + + + Cross-sectional Area + + + 1.44 + + + + + Parameter + + + Gross Volume + + + 0.72 + + + + + Parameter + + + Gross Weight + + + 5400.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_068_IFCFOOTING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_068_IFCFOOTING.ids new file mode 100644 index 0000000000000000000000000000000000000000..2a829b3a277b9e9cc7842659be9f17ea52afd703 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_068_IFCFOOTING.ids @@ -0,0 +1,613 @@ + + + + Footing + + + + + + + IFCFOOTING + + + + + + + Pset_FootingCommon + + + Reference + + + Footing-B2 + + + + + Pset_FootingCommon + + + Status + + + Existing + + + + + Pset_FootingCommon + + + LoadBearing + + + true + + + + + Pset_Warranty + + + IsExtendedWarranty + + + false + + + + + Qto_FootingBaseQuantities + + + CrossSectionArea + + + 2.25 + + + + + Qto_FootingBaseQuantities + + + Height + + + 1.50 + + + + + Qto_FootingBaseQuantities + + + NetVolume + + + 1.50 + + + + + Pset_Condition + + + AssessmentDescription + + + FootingThickness: 0.600 + + + + + Qto_FootingBaseQuantities + + + OuterSurfaceArea + + + 2.80 + + + + + Pset_Tolerance + + + VerticalTolerance + + + 800.0 + + + + + Pset_Tolerance + + + OverallTolerance + + + 0.015 + + + + + Qto_FootingBaseQuantities + + + GrossSurfaceArea + + + 6.50 + + + + + Pset_PrecastConcreteElementGeneral + + + HollowCorePlugging + + + true + + + + + Pset_EnvironmentalCondition + + + StorageTemperatureRange + + + 0.022 + + + + + Pset_ConcreteElementGeneral + + + AssemblyPlace + + + OnSite + + + + + Pset_ConcreteElementGeneral + + + CastingMethod + + + Precast + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + Secondary + + + + + Pset_ConcreteElementGeneral + + + StrengthClass + + + C35/45 + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + XC3 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 0.012 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.005 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCover + + + 0.060 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementStrengthClass + + + SD390 + + + + + Pset_Tolerance + + + HorizontalTolerance + + + 0.00060 + + + + + Pset_PrecastConcreteElementGeneral + + + TendonRelaxation + + + 0.00070 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + Reference + + + 0.200 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + CrossingUpperBarPitch + + + 0.180 + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + Description + + + PrefabricatedCage + + + + + Pset_ReinforcementBarPitchOfContinuousFooting + + + CrossingLowerBarPitch + + + 0.010 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.550 + + + + + Pset_Warranty + + + WarrantyContent + + + Load bearing footing + + + + + Pset_ReinforcementBarCountOfIndependentFooting + + + YDirectionUpperBarCount + + + 6 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-FTG-B2 + + + + + Pset_Warranty + + + WarrantyStartDate + + + 2025-05-15 + + + + + Qto_FootingBaseQuantities + + + GrossWeight + + + 1200.0 + + + + + Pset_Warranty + + + WarrantyPeriod + + + P8Y + + + + + Pset_Condition + + + AssessmentDate + + + 2025-06-01 + + + + + Pset_Condition + + + AssessmentMethod + + + DOC-FTG-INSP-01 + + + + + Pset_EnvironmentalImpactValues + + + Duration + + + P10D + + + + + Pset_Condition + + + AssessmentCondition + + + Post-installation + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.65 + + + + + Pset_EnvironmentalCondition + + + MaximumWindSpeed + + + 38 + + + + + Pset_Tolerance + + + ToleranceDescription + + + Foundation top set-out tolerance verified before pour + + + + + Pset_ConcreteElementGeneral + + + ConstructionToleranceClass + + + 25 + + + + + Pset_Condition + + + AssessmentType + + + VisualInspection + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 250.0 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + BaseWorksLtd + + + + + Pset_ConstructionOccurence + + + ModelNumber + + + FT-2030-B + + + + + Pset_PrecastConcreteElementFabrication + + + ProductionLotId + + + LOT-2030-07 + + + + + Qto_FootingBaseQuantities + + + Length + + + 1.50 + + + + + Qto_FootingBaseQuantities + + + Width + + + 1.50 + + + + + Pset_Tolerance + + + PlanarFlatness + + + 0.012 + + + + + Qto_FootingBaseQuantities + + + GrossVolume + + + 0.90 + + + + + Qto_FootingBaseQuantities + + + NetWeight + + + 6800.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_069_IFCFOOTING.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_069_IFCFOOTING.ids new file mode 100644 index 0000000000000000000000000000000000000000..06da691df1154e9f786ac469741d2a56c64cadea --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_069_IFCFOOTING.ids @@ -0,0 +1,613 @@ + + + + Footing + + + + + + + IFCFOOTING + + + + + + + Foundation Basics + + + FootingCode + + + Footing-C3 + + + + + Foundation Basics + + + FootingType + + + Combined + + + + + Foundation Basics + + + SupportRole + + + true + + + + + Foundation Basics + + + ExteriorFlag + + + true + + + + + Foundation Basics + + + BaseArea + + + 3.60 + + + + + Foundation Basics + + + LongSide + + + 2.00 + + + + + Foundation Basics + + + ShortSide + + + 1.80 + + + + + Foundation Basics + + + BaseDepth + + + 0.700 + + + + + Foundation Basics + + + ExcavationDepth + + + 3.50 + + + + + Foundation Basics + + + BearingCapacity + + + 900.0 + + + + + Foundation Basics + + + Allowable + + + 0.025 + + + + + Foundation Basics + + + BearingStratumDepth + + + 8.00 + + + + + Foundation Basics + + + AnchorsRequired + + + false + + + + + Foundation Basics + + + Anchor Bolt Diameter Measure + + + 0.024 + + + + + Concrete Specification + + + Fabrication Location + + + Factory + + + + + Concrete Specification + + + Casting Approach + + + Precast + + + + + Concrete Specification + + + Structural Grade + + + Primary + + + + + Concrete Specification + + + Strength Grade + + + C40/50 + + + + + Concrete Specification + + + Exposure Category + + + XS3 + + + + + Concrete Specification + + + Rebar Volume Proportion + + + 0.009 + + + + + Concrete Specification + + + Rebar Area Proportion + + + 0.003 + + + + + Concrete Specification + + + Cover Depth + + + 0.070 + + + + + Concrete Specification + + + Rebar Grade + + + SD295 + + + + + Reinforcement + + + TopReinforcementArea + + + 0.00045 + + + + + Reinforcement + + + BottomReinforcementArea + + + 0.00060 + + + + + Reinforcement + + + Longitudinal Bar Spacing Measure + + + 0.250 + + + + + Reinforcement + + + Transverse Bar Spacing Measure + + + 0.220 + + + + + Reinforcement + + + MeshType + + + WeldedMesh + + + + + Reinforcement + + + StirrupDiameter + + + 0.012 + + + + + Reinforcement + + + LapSpliceLength + + + 0.650 + + + + + Pile Cap Info + + + IsPileCap + + + false + + + + + Pile Cap Info + + + PileCount + + + 9 + + + + + Pile Cap Info + + + PileDiameter + + + 1.000 + + + + + Pile Cap Info + + + PileLength + + + 18.0 + + + + + Pile Cap Info + + + PileCapacity + + + 1500.0 + + + + + Pile Cap Info + + + PileMaterial + + + Concrete + + + + + Construction + + + FormworkType + + + Aluminum + + + + + Construction + + + ConcretePourSequence + + + SinglePour + + + + + Construction + + + CuringTime + + + 5 + + + + + Construction + + + TemporarySupportRequired + + + true + + + + + Construction + + + BackfillType + + + LeanConcrete + + + + + Soil Conditions + + + SoilType + + + Clay + + + + + Soil Conditions + + + GroundWaterLevel + + + 0.90 + + + + + Soil Conditions + + + SPT_NValue + + + 10 + + + + + Soil Conditions + + + GroundImprovementRequired + + + true + + + + + Soil Conditions + + + SoilBearingPressureDesign + + + 180.0 + + + + + Manufacturer Info + + + Brand + + + GeoAnchorWorks + + + + + Manufacturer Info + + + Model Code + + + FT-2026-C + + + + + Product Materials + + + Lot Code + + + LOT-2026-02 + + + + + Quantities + + + Overall Length + + + 2.00 + + + + + Quantities + + + Overall Width + + + 1.80 + + + + + Quantities + + + Profile Area + + + 3.60 + + + + + Quantities + + + Overall Volume + + + 1.26 + + + + + Quantities + + + Overall Weight + + + 9800.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_070_IFCPILE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_070_IFCPILE.ids new file mode 100644 index 0000000000000000000000000000000000000000..bb4dba62f681e10095c49cc3357102bea70efac2 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_070_IFCPILE.ids @@ -0,0 +1,503 @@ + + + + + + + + + + + IFCPILE + + + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + P-101 + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + 場所打ちコンクリート杭 + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + B1F + + + + + Pset_PileCommon + + + Reference + + + Fc30 + + + + + Pset_Uncertainty + + + UncertaintyDescription + + + STK400 + + + + + Qto_PileBaseQuantities + + + Length + + + 15000.0 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.60 + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 1000.0 + + + + + Pset_EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 3000.0 + + + + + Qto_PileBaseQuantities + + + CrossSectionArea + + + 1.5 + + + + + Pset_EnvironmentalCondition + + + MaximumWindSpeed + + + 15 + + + + + Pset_Uncertainty + + + VerticalUncertainty + + + 2000 + + + + + Qto_PileBaseQuantities + + + GrossVolume + + + 12 + + + + + Pset_EnvironmentalCondition + + + MaximumRainIntensity + + + 40 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + D25 + + + + + Qto_BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 12 + + + + + Qto_BodyGeometryValidation + + + SurfaceGenusAfterFeatures + + + 8 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + D10 + + + + + Pset_EnvironmentalCondition + + + StorageTemperatureRange + + + 278.15 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + DOC-PILE-TR-01 + + + + + Qto_BodyGeometryValidation + + + NetSurfaceArea + + + 4 + + + + + Pset_EnvironmentalCondition + + + SeismicResistance + + + 0.3 + + + + + Pset_Condition + + + AssessmentDescription + + + 鋼材仕様を確認 + + + + + Pset_EnvironmentalCondition + + + OperationalTemperatureRange + + + 323.15 + + + + + Pset_EnvironmentalCondition + + + SmokeLevel + + + 低煙環境 + + + + + Pset_EnvironmentalCondition + + + MaximumSolarRadiation + + + 850 + + + + + Pset_Risk + + + RiskName + + + 施工リスク + + + + + Qto_BodyGeometryValidation + + + GrossSurfaceArea + + + 800 + + + + + Pset_EnvironmentalCondition + + + SaltMistLevel + + + 低塩害 + + + + + Pset_Uncertainty + + + HorizontalUncertainty + + + 2000 + + + + + Pset_EnvironmentalImpactIndicators + + + ClimateChangePerUnit + + + 7000 + + + + + Pset_Tolerance + + + ToleranceDescription + + + Fc15 + + + + + Pset_ConcreteElementGeneral + + + StrengthClass + + + Fc25 + + + + + Pset_PrecastConcreteElementGeneral + + + TypeDesignation + + + PC + + + + + Pset_ConstructionAdministration + + + ProcurementMethod + + + 専門工事会社調達 + + + + + Pset_EnvironmentalImpactIndicators + + + WaterConsumptionPerUnit + + + 8 + + + + + Qto_PileBaseQuantities + + + OuterSurfaceArea + + + 12 + + + + + Pset_Condition + + + LastAssessmentReport + + + 報告書未登録 + + + + + Pset_ManufacturerOccurrence + + + SerialNumber + + + C種 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 標準杭モデル + + + + + Pset_Warranty + + + WarrantyContent + + + 標準保証対象 + + + + + Pset_ManufacturerTypeInformation + + + OperationalDocument + + + 杭施工要領.pdf + + + + + Pset_Condition + + + AssessmentType + + + 外観点検 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_071_IFCPILE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_071_IFCPILE.ids new file mode 100644 index 0000000000000000000000000000000000000000..d3ca0bfcf3f29474d62782afa838bc8c3cff0c95 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_071_IFCPILE.ids @@ -0,0 +1,503 @@ + + + + IDS作成 + + + + + + + IFCPILE + + + + + + + 基本属性 + + + 管理記号 + + + PK-T09 + + + + + 施工計画 + + + 施工シリーズ + + + 回転圧入埋設杭 + + + + + 位置条件 + + + 基準グリッド + + + G3通り + + + + + 材料仕様_本体 + + + 設計基準強度 + + + Fc30 + + + + + 材料仕様_外殻 + + + 外殻鋼材規格 + + + SKK490 + + + + + 形状諸元_全体 + + + 設計有効長 + + + 18250.0 + + + + + 形状諸元_頭部 + + + 頭部最大径 + + + 1450.0 + + + + + 形状諸元_軸部 + + + 軸部代表径 + + + 1000.0 + + + + + 形状諸元_先端 + + + 先端拡径 + + + 1850.0 + + + + + 頭部詳細 + + + 頭部ストレート長 + + + 2600.0 + + + + + 頭部詳細 + + + 頭部テーパー長 + + + 1550.0 + + + + + 先端詳細 + + + 先端勾配角 + + + 9.5 + + + + + 先端詳細 + + + 先端有効長 + + + 2100.0 + + + + + 外殻詳細 + + + 外殻有効長 + + + 9800.0 + + + + + 外殻詳細 + + + 外殻板厚 + + + 28.0 + + + + + 補強仕様_領域A_主筋 + + + 呼び名 + + + D25 + + + + + 補強仕様_領域A_主筋 + + + 配置総数 + + + 18 + + + + + 補強仕様_領域A_主筋 + + + 最外段本数 + + + 8 + + + + + 補強仕様_領域A_拘束筋 + + + 呼び名 + + + D16 + + + + + 補強仕様_領域A_拘束筋 + + + 配置ピッチ + + + 100.0 + + + + + 補強仕様_領域A_芯材 + + + 呼び名 + + + D32 + + + + + 補強仕様_領域A_芯材 + + + 芯材本数 + + + 4 + + + + + 支持性能 + + + 短期基準支持力 + + + 4100 + + + + + 材料仕様_外殻 + + + 主要鋼管グレード + + + SKK540 + + + + + 施工記録 + + + 施工時偏位_X + + + 18 + + + + + 施工記録 + + + 施工時偏位_Y + + + -22 + + + + + 施工記録 + + + 施工時偏位_Z + + + 12 + + + + + 工法管理 + + + 施工方式名称 + + + 中掘拡底埋込み工法 + + + + + 寸法整理 + + + 代表外径コード + + + φ1000級 + + + + + 寸法整理 + + + 鋼管部板厚[mm] + + + 22 + + + + + 寸法整理 + + + 鋼管部延長[mm] + + + 3200 + + + + + 寸法整理 + + + 総設計長[mm] + + + 9600 + + + + + 材料配合 + + + 周面固定材強度区分 + + + Fc21 + + + + + 材料配合 + + + 先端固化材強度区分 + + + Fc36 + + + + + 製品分類 + + + 既製体種別 + + + SC杭 + + + + + 製品分類 + + + 施工分類 + + + 埋込み工法 + + + + + 軸部整理 + + + 軸部外径[mm] + + + 1000 + + + + + 軸部整理 + + + 軸部板厚[mm] + + + 22 + + + + + 製品管理 + + + 供給会社 + + + 東都パイル製作所 + + + + + 製品管理 + + + 仕様ランク + + + 高支持型 + + + + + 製品管理 + + + 製品識別コード + + + SC-1000H + + + + + 継手管理 + + + 継手設置深度 + + + GL-8.2m + + + + + 継手管理 + + + 継手方式 + + + ねじ式継手 + + + + + 緊張材仕様 + + + PC鋼材規格 + + + SBPR1080/1230 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_072_IFCPILE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_072_IFCPILE.ids new file mode 100644 index 0000000000000000000000000000000000000000..b33825b5723da9927c73e0f93c4b6be6e1e4a7e0 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_072_IFCPILE.ids @@ -0,0 +1,503 @@ + + + + + + + + + + + IFCPILE + + + + + + + 製品情報 + + + メーカー + + + 東都パイル + + + + + 製品情報 + + + 杭の種類 + + + A種 + + + + + 製品情報 + + + 製品型番 + + + PRC-700A + + + + + 接合情報 + + + 継杭の位置 + + + GL-5.0m + + + + + 接合情報 + + + 杭継手の種類 + + + 溶接式継手 + + + + + 材料情報 + + + PC鋼棒強度 + + + SBPR1080/1230 + + + + + 識別情報 + + + 符号 + + + P-214 + + + + + 識別情報 + + + 工法名 + + + アースドリル杭 + + + + + 配置情報 + + + 所属階 + + + 2F + + + + + 材料情報_コンクリート + + + コンクリート強度 + + + Fc33 + + + + + 材料情報_鋼材 + + + 鋼管材質 + + + STK490 + + + + + 寸法情報_長さ + + + 全長 + + + 14000.0 + + + + + 寸法情報_断面 + + + 拡頭径 + + + 1100.0 + + + + + 寸法情報_断面 + + + 軸部径 + + + 800.0 + + + + + 寸法情報_断面 + + + 拡底径 + + + 1600.0 + + + + + 寸法情報_拡頭部 + + + 長さ + + + 2600.0 + + + + + 寸法情報_拡頭部 + + + 切替長さ + + + 1300.0 + + + + + 寸法情報_拡底部 + + + 傾斜角度 + + + 10.0 + + + + + 寸法情報_拡底部 + + + 立ち上がり長さ + + + 1600.0 + + + + + 寸法情報_鋼管 + + + 長さ + + + 10000.0 + + + + + 寸法情報_鋼管 + + + 厚さ + + + 25.0 + + + + + 配筋情報_ゾーン1_主筋 + + + + + + D29 + + + + + 配筋情報_ゾーン1_主筋 + + + 総本数 + + + 10 + + + + + 配筋情報_ゾーン1_主筋 + + + 1段目本数 + + + 6 + + + + + 配筋情報_ゾーン1_帯筋 + + + + + + D10 + + + + + 配筋情報_ゾーン1_帯筋 + + + ピッチ + + + 120.0 + + + + + 配筋情報_ゾーン1_芯鉄筋 + + + + + + D32 + + + + + 配筋情報_ゾーン1_芯鉄筋 + + + 本数 + + + 2 + + + + + 荷重情報 + + + 長期許容支持力 + + + 2800 + + + + + 材料情報 + + + 杭鋼管部材質 + + + SKK490 + + + + + 施工情報 + + + 杭偏芯実績値_X + + + -40 + + + + + 施工情報 + + + 杭偏芯実績値_Y + + + 30 + + + + + 施工情報 + + + 杭偏芯実績値_Z + + + -15 + + + + + 識別情報 + + + 杭工法名 + + + オールケーシング工法 + + + + + 寸法情報 + + + 杭外径 + + + 700 + + + + + 寸法情報 + + + 杭鋼管部厚さ + + + 9 + + + + + 寸法情報 + + + 杭鋼管部長さ + + + 1800 + + + + + 寸法情報 + + + 杭全長 + + + 6500 + + + + + 材料情報 + + + 杭周固定液強度 + + + Fc12 + + + + + 材料情報 + + + 根固め液強度 + + + Fc20 + + + + + 識別情報 + + + 既成杭構造種別 + + + PRC + + + + + 識別情報 + + + 杭工法分類 + + + オールケーシング工法 + + + + + 寸法情報 + + + 軸部外径 + + + 700 + + + + + 寸法情報 + + + 軸部厚さ + + + 9 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_073_IFCROOF.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_073_IFCROOF.ids new file mode 100644 index 0000000000000000000000000000000000000000..cd2dc95984d04f38958f2e81caba60fc83de6e10 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_073_IFCROOF.ids @@ -0,0 +1,558 @@ + + + + Roof + + + + + + + IFCROOF + + + + + + + Pset_RoofCommon + + + Reference + + + Roof-A1 + + + + + Pset_RoofCommon + + + Status + + + New + + + + + Pset_RoofCommon + + + LoadBearing + + + true + + + + + Pset_RoofCommon + + + IsExternal + + + true + + + + + Pset_RoofCommon + + + ThermalTransmittance + + + 30.0 + + + + + Pset_RoofCommon + + + AcousticRating + + + 1:4 + + + + + Qto_RoofBaseQuantities + + + GrossArea + + + 120.0 + + + + + Qto_BodyGeometryValidation + + + GrossSurfaceArea + + + 126.0 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 0.050 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_PrecastConcreteElementGeneral + + + LiftingStrength + + + 2.0 + + + + + Pset_PrecastConcreteElementGeneral + + + ReleaseStrength + + + 1.0 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.8 + + + + + Pset_PrecastConcreteElementGeneral + + + TransportationStrength + + + 5.0 + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 09506000452001 + + + + + Pset_Condition + + + AssessmentCondition + + + OK + + + + + Pset_RoofCommon + + + FireRating + + + EI60 + + + + + Pset_Risk + + + RiskType + + + Event + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-ROOF-01 + + + + + Pset_MaintenanceStrategy + + + MonitoringType + + + RoutineInspection + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + PadBearing + + + + + Pset_Condition + + + AssessmentType + + + ConditionSurvey + + + + + Qto_BodyGeometryValidation + + + SurfaceGenusAfterFeatures + + + 14 + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + C30/37 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCover + + + 0.020 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.002 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 0.150 + + + + + Pset_Warranty + + + WarrantyContent + + + External structural roof + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + Pset_PrecastConcreteElementGeneral + + + InitialTension + + + 250.0 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + S355 + + + + + Pset_Risk + + + MitigationProposed + + + I-Section + + + + + Pset_Tolerance + + + OverallTolerance + + + 8.10e-05 + + + + + Pset_Tolerance + + + HorizontalTolerance + + + 2.70e-05 + + + + + Pset_ElementKinematics + + + MaximumConstantSpeed + + + 1.20e-05 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + M16 + + + + + Pset_Risk + + + MitigationPlanned + + + Inspect membrane seams after severe weather + + + + + Pset_PrecastConcreteElementGeneral + + + FormStrippingStrength + + + 3.0 + + + + + Pset_ConstructionAdministration + + + ProcurementMethod + + + Direct purchase + + + + + Pset_Condition + + + AssessmentDate + + + 2025-09-10 + + + + + Pset_Warranty + + + WarrantyStartDate + + + 2025-08-20 + + + + + Pset_Warranty + + + Exclusions + + + Welded connection maintenance note + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + BituminousMembrane + + + + + Pset_ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 0.003 + + + + + Pset_Condition + + + AssessmentDescription + + + External exposure confirmed + + + + + Qto_BodyGeometryValidation + + + NetSurfaceArea + + + 0.100 + + + + + Pset_ElementKinematics + + + LinearRange + + + 0.25 + + + + + Qto_RoofBaseQuantities + + + NetArea + + + 120.0 + + + + + Qto_RoofBaseQuantities + + + ProjectedArea + + + 110.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_074_IFCROOF.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_074_IFCROOF.ids new file mode 100644 index 0000000000000000000000000000000000000000..c543a2db64bd7f2714e44e5ac5a2c7c44ed4d48e --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_074_IFCROOF.ids @@ -0,0 +1,536 @@ + + + + 屋根構造材 + + + + + + + IFCROOF + + + + + + + Pset_PrecastConcreteElementGeneral + + + CamberAtMidspan + + + 0.01 + + + + + Pset_EnvironmentalCondition + + + MaximumRainIntensity + + + 1200 + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 293.15 + + + + + Pset_EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + Pset_EnvironmentalCondition + + + MaximumWindSpeed + + + 45 + + + + + Pset_EnvironmentalCondition + + + SaltMistLevel + + + 高塩害地域 + + + + + Pset_EnvironmentalCondition + + + SeismicResistance + + + 0.8 + + + + + Pset_EnvironmentalCondition + + + MaximumSolarRadiation + + + 900 + + + + + Qto_BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 60 + + + + + Pset_Condition + + + AssessmentCondition + + + 竣工時 + + + + + Pset_Condition + + + AssessmentDescription + + + 断熱層にロックウールを採用 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + ガルバリウム鋼板メーカーA + + + + + Pset_RoofCommon + + + FireRating + + + 吹付タイル仕上げ1時間耐火 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 25 + + + + + Pset_Warranty + + + WarrantyContent + + + アスファルトルーフィングを含む防水保証 + + + + + Pset_PrecastConcreteElementGeneral + + + TypeDesignation + + + 折板屋根パネル + + + + + Pset_PrecastConcreteElementGeneral + + + BatterAtStart + + + 0.012 + + + + + Pset_PrecastConcreteElementGeneral + + + BatterAtEnd + + + 0.015 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 150 + + + + + Pset_Condition + + + AssessmentType + + + 断熱仕様確認 + + + + + Pset_RoofCommon + + + IsExternal + + + true + + + + + Pset_PrecastConcreteElementGeneral + + + Shortening + + + 0.0015 + + + + + Pset_Tolerance + + + VerticalTolerance + + + 40 + + + + + Qto_RoofBaseQuantities + + + GrossArea + + + 100 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + ステンレス鋼板屋根仕様 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + アルミ箔遮熱シート仕様 + + + + + Pset_RoofCommon + + + Reference + + + ROOF-TATE-01 + + + + + Pset_ConstructionAdministration + + + ProcurementMethod + + + 専門業者手配 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCover + + + 6 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 4 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtLinks + + + 8 + + + + + Pset_Warranty + + + Exclusions + + + 合板下地の端部補修は保証対象外 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + RF-ROOF-001 + + + + + Pset_RoofCommon + + + AcousticRating + + + 粘土瓦屋根55dB + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025年製 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 85 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.65 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 12 + + + + + Pset_Risk + + + AssociatedProduct + + + ALCパネル屋根構成 + + + + + Pset_Warranty + + + PointOfContact + + + ゴムアス保証窓口 + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + GTIN-SUS-ROOF-01 + + + + + Pset_Risk + + + RiskName + + + 落下 + + + + + Pset_Risk + + + AssociatedLocation + + + 棟部周辺 + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + SPEC-JIS1 + + + + + Pset_Tolerance + + + OverallTolerance + + + 15 + + + + + Pset_Tolerance + + + HorizontalTolerance + + + 3 + + + + + Pset_PrecastConcreteElementGeneral + + + PieceMark + + + 345角瓦 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_075_IFCROOF.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_075_IFCROOF.ids new file mode 100644 index 0000000000000000000000000000000000000000..c02ec86b20f86610efe5917492c8f86ba8258b35 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_075_IFCROOF.ids @@ -0,0 +1,569 @@ + + + + Roof + + + + + + + IFCROOF + + + + + + + Roof Common + + + RoofCode + + + Roof-B2 + + + + + Roof Common + + + RoofState + + + Existing + + + + + Roof Common + + + Load Bearing + + + false + + + + + Roof Common + + + Exterior + + + true + + + + + Roof Common + + + Pitch Angle + + + 22.5 + + + + + Roof Common + + + Pitch Ratio + + + 1:3 + + + + + Roof Common + + + Nominal Thickness + + + 0.180 + + + + + Roof Common + + + Effective Thickness + + + 0.165 + + + + + Roof Common + + + Insulation Thickness + + + 0.080 + + + + + Roof Common + + + Composite + + + true + + + + + Roof Common + + + Live Load + + + 2.5 + + + + + Roof Common + + + Snow Load + + + 0.7 + + + + + Roof Common + + + Wind Load + + + 0.9 + + + + + Roof Common + + + Uplift Resistance + + + 4.0 + + + + + Roof Common + + + Dead Load + + + 0.9 + + + + + Roof Common + + + Serviceability + + + OK + + + + + Roof Common + + + Fire Resistance + + + EI90 + + + + + Structure + + + Primary Structure + + + SteelBeam + + + + + Structure + + + Support Spacing + + + 2.5 + + + + + Structure + + + Connection Type + + + Welded + + + + + Structure + + + Bearing Detail + + + FixedBearing + + + + + Structure + + + Temporary Support + + + false + + + + + Structure + + + Support Duration Days + + + 10 + + + + + Concrete + + + Concrete Grade + + + C35/45 + + + + + Concrete + + + Concrete Cover + + + 0.025 + + + + + Concrete + + + Rebar Area + + + 0.003 + + + + + Concrete + + + Rebar Spacing + + + 0.125 + + + + + Concrete + + + Prestressed + + + true + + + + + Concrete + + + Tendon Type + + + Bar + + + + + Concrete + + + Prestress Force per Tendon + + + 280.0 + + + + + Steel + + + Steel Grade + + + S275 + + + + + Steel + + + Section Profile + + + H-Section + + + + + Steel + + + Second Moment Iy + + + 9.50e-05 + + + + + Steel + + + Second Moment Iz + + + 3.10e-05 + + + + + Steel + + + Torsion Constant + + + 1.50e-05 + + + + + Steel + + + Bolt Spec + + + M12 + + + + + Insulation + + + Insulation Type + + + PUR + + + + + Insulation + + + Thermal Resistance + + + 3.5 + + + + + Insulation + + + Insulation Fixing + + + Adhesive + + + + + Insulation + + + Formwork + + + Aluminum + + + + + Construction + + + Deck Type + + + PrecastConcrete + + + + + Construction + + + Deck Fixing + + + Adhesive + + + + + Construction + + + Waterproofing Type + + + PVC + + + + + Construction + + + Waterproofing Thickness + + + 0.004 + + + + + Construction + + + Green Roof + + + false + + + + + Green Roof Soil + + + Soil Thickness + + + 0.080 + + + + + Green Roof Soil + + + Green Roof Live Load + + + 0.30 + + + + + Green Roof Soil + + + PlantingSurface + + + 95.0 + + + + + Quantities + + + Projected Area + + + 115.0 + + + + + Quantities + + + Estimated Dead Load + + + 0.9 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_076_IFCWALL.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_076_IFCWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..93ea7a794a6a62fbb4f735275ea25a6b40bfd785 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_076_IFCWALL.ids @@ -0,0 +1,668 @@ + + + + Wall(STR) + + + + + + + IFCWALL + + + + + + + Pset_WallCommon + + + Reference + + + Wall-A1 + + + + + Pset_WallCommon + + + Status + + + New + + + + + Pset_WallCommon + + + LoadBearing + + + true + + + + + Pset_WallCommon + + + IsExternal + + + true + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + WALL-RC-200A + + + + + Pset_WallCommon + + + ThermalTransmittance + + + 0.200 + + + + + Pset_WallCommon + + + AcousticRating + + + STC55 + + + + + Qto_WallBaseQuantities + + + Height + + + 3.00 + + + + + Pset_Condition + + + AssessmentDescription + + + WallType: Loadbearing + + + + + Pset_WallCommon + + + SurfaceSpreadOfFlame + + + ClassA + + + + + Qto_WallBaseQuantities + + + GrossFootPrintArea + + + 2.0 + + + + + Pset_WallCommon + + + FireRating + + + EI60 + + + + + Qto_WallBaseQuantities + + + NetFootPrintArea + + + 0.8 + + + + + Pset_ConcreteElementGeneral + + + StrengthClass + + + C30/37 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCover + + + 0.020 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementAreaRatio + + + 0.002 + + + + + Pset_ConcreteElementGeneral + + + StructuralClass + + + LoadbearingWall + + + + + Pset_ConcreteElementGeneral + + + AssemblyPlace + + + OnSite + + + + + Pset_ReinforcementBarPitchOfWall + + + VerticalBarPitch + + + 0.000201 + + + + + Pset_ReinforcementBarPitchOfWall + + + HorizontalBarPitch + + + 0.400 + + + + + Pset_ReinforcementBarPitchOfWall + + + SpacingBarPitch + + + 0.100 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtMainBars + + + 0.020 + + + + + Pset_ConcreteElementGeneral + + + ConcreteCoverAtLinks + + + 0.020 + + + + + Pset_ManufacturerTypeInformation + + + SafetyDocument + + + SAFE-WALL-01 + + + + + Pset_Condition + + + AssessmentType + + + ConditionSurvey + + + + + Pset_ConcreteElementGeneral + + + ExposureClass + + + XC4 + + + + + Pset_Condition + + + LastAssessmentReport + + + RPT-WALL-01 + + + + + Pset_PrecastConcreteElementGeneral + + + CornerChamfer + + + 0.010 + + + + + Pset_ConcreteElementGeneral + + + ReinforcementVolumeRatio + + + 80 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + C-section stud + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + Fixed bracket + + + + + Pset_Warranty + + + WarrantyContent + + + Mineral wool insulation layer + + + + + Pset_PrecastConcreteElementGeneral + + + TypeDesignation + + + Sandwich panel + + + + + Pset_MaintenanceTriggerCondition + + + ConditionTargetPerformance + + + Moderate + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + LiftingAnchorPositions: Top-left + + + + + Qto_WallBaseQuantities + + + NetSideArea + + + 25.0 + + + + + Pset_PrecastConcreteElementFabrication + + + ProductionLotId + + + LOT-2025-01 + + + + + Pset_Condition + + + AssessmentCondition + + + Wet condition + + + + + Qto_WallBaseQuantities + + + NetWeight + + + 1500 + + + + + Pset_EnvironmentalCondition + + + MaximumSolarRadiation + + + 120 + + + + + Qto_WallBaseQuantities + + + Length + + + 0.50 + + + + + Pset_PrecastConcreteElementGeneral + + + MinimumAllowableSupportLength + + + 0.060 + + + + + Pset_Risk + + + RiskName + + + Combustible joint + + + + + Pset_Tolerance + + + OverallTolerance + + + 2 + + + + + Pset_Tolerance + + + VerticalTolerance + + + 1.50 + + + + + Pset_Tolerance + + + HorizontalTolerance + + + 1 + + + + + Pset_PrecastConcreteElementFabrication + + + TypeDesignation + + + PanelType-A + + + + + Pset_WallCommon + + + Combustible + + + true + + + + + Pset_EnvironmentalImpactValues + + + Duration + + + P7D + + + + + Pset_ConstructionAdministration + + + ProcurementMethod + + + Supplier installation + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + WallCo + + + + + Pset_ConstructionOccurence + + + ModelNumber + + + WL-2025-A + + + + + Pset_Tolerance + + + PlanarFlatness + + + 6.0 + + + + + Pset_Tolerance + + + OverallStraightness + + + 3.0 + + + + + Qto_WallBaseQuantities + + + GrossSideArea + + + 18.0 + + + + + Qto_WallBaseQuantities + + + GrossVolume + + + 4.50 + + + + + Qto_WallBaseQuantities + + + NetVolume + + + 4.30 + + + + + Qto_WallBaseQuantities + + + Width + + + 0.200 + + + + + Qto_WallBaseQuantities + + + GrossWeight + + + 1800.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_077_IFCWALL.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_077_IFCWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..9d6c99767916d033aaa7c35ef79172a165e000bc --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_077_IFCWALL.ids @@ -0,0 +1,668 @@ + + + + Wall(STR) + + + + + + + IFCWALL + + + + + + + Wall Basics + + + WallCode + + + Wall-B2 + + + + + Wall Basics + + + InstallState + + + Existing + + + + + Wall Basics + + + SupportRole + + + false + + + + + Wall Basics + + + External + + + false + + + + + Wall Basics + + + CoreMaterial + + + PrecastConcrete + + + + + Wall Basics + + + Nominal Thickness Measure + + + 0.250 + + + + + Wall Basics + + + Effective Thickness + + + 0.220 + + + + + Wall Basics + + + Overall Height + + + 3.20 + + + + + Wall Basics + + + WallType + + + Shear + + + + + Wall Basics + + + Design LiveLoad + + + 3.0 + + + + + Wall Basics + + + Design WindLoad + + + 1.2 + + + + + Wall Basics + + + Fire Resistance Level + + + EI90 + + + + + Wall Basics + + + Heat Loss Coefficient + + + 0.28 + + + + + Concrete Specification + + + ConcreteGrade + + + C40/50 + + + + + Concrete Specification + + + Cover Depth + + + 0.025 + + + + + Concrete Specification + + + ReinforcementArea + + + 0.003 + + + + + Concrete Specification + + + Rebar Spacing + + + 0.125 + + + + + Concrete Specification + + + Fabrication Location + + + Factory + + + + + Reinforcement Layout + + + VerticalBarArea + + + 0.000245 + + + + + Reinforcement Layout + + + VerticalBarCount + + + 8 + + + + + Reinforcement Layout + + + VerticalBarSpacing + + + 0.120 + + + + + Reinforcement Layout + + + HorizontalBarArea + + + 0.000314 + + + + + Reinforcement Layout + + + HorizontalBarSpacing + + + 0.180 + + + + + Reinforcement Layout + + + ShearReinforcement + + + Mesh + + + + + Masonry + + + MasonryUnitType + + + CalciumSilicate + + + + + Masonry + + + MasonryUnitStrength + + + M7.5 + + + + + Masonry + + + MortarType + + + TypeM + + + + + Masonry + + + BedJointThickness + + + 0.008 + + + + + Steel Stud + + + StudSpacing + + + 0.450 + + + + + Steel Stud + + + StudSection + + + Z-section + + + + + Steel Stud + + + BracketType + + + Adjustable + + + + + Steel Stud + + + InsulationType + + + RockWool + + + + + Prefab + + + PanelType + + + GFRC + + + + + Prefab + + + JointStyle + + + Grouted + + + + + Prefab + + + LiftingAnchorPositions + + + Bottom-left + + + + + Prefab + + + PanelWeight + + + 320.0 + + + + + Prefab + + + LotTrackingId + + + LOT-2025-09 + + + + + Retaining Wall + + + RetainedMaterial + + + Rock + + + + + Retaining Wall + + + BackfillSlope + + + 1.8 + + + + + Retaining Wall + + + SoilPressureAtBase + + + 150.0 + + + + + Retaining Wall + + + ToeLength + + + 0.55 + + + + + Retaining Wall + + + HeelLength + + + 0.65 + + + + + Openings + + + HasOpenings + + + false + + + + + Openings + + + OpeningsCount + + + 1 + + + + + Openings + + + TotalOpeningArea + + + 0.90 + + + + + Openings + + + PenetrationsCount + + + 0 + + + + + Construction + + + FormworkType + + + Steel + + + + + Construction + + + TemporarySupportRequired + + + false + + + + + Construction + + + CuringTime + + + 10 + + + + + Construction + + + InstallationSequence + + + Segmental + + + + + Manufacturer Info + + + Brand + + + NeoWall + + + + + Manufacturer Info + + + Model Code + + + WL-3030-B + + + + + Product Materials + + + Overall Length + + + 5.5 + + + + + Quantities + + + Overall Height + + + 3.20 + + + + + Quantities + + + Overall Side Area + + + 19.2 + + + + + Quantities + + + Overall Volume + + + 5.10 + + + + + Quantities + + + Effective Volume + + + 4.85 + + + + + Quantities + + + Overall Width + + + 0.250 + + + + + Quantities + + + Overall Weight + + + 2100.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_078_IFCWALL.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_078_IFCWALL.ids new file mode 100644 index 0000000000000000000000000000000000000000..4e17d0e9aad6de65d59f8ef62b4800cc2ba8d70d --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_078_IFCWALL.ids @@ -0,0 +1,448 @@ + + + + 耐力壁 + + + + + + + IFCWALL + + + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + W-101 + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + 耐力壁 + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 2F + + + + + Pset_ReinforcementBarPitchOfWall + + + Description + + + Fc24 + + + + + Pset_EnvironmentalCondition + + + MaximumRainIntensity + + + 150 + + + + + Pset_ReinforcementBarPitchOfWall + + + Reference + + + ダブル配筋 + + + + + Pset_Uncertainty + + + UncertaintyDescription + + + D13 + + + + + Pset_ManufacturerOccurrence + + + BatchReference + + + D16 + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 200 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDescription + + + D10 + + + + + Pset_PrecastConcreteElementGeneral + + + SupportDuringTransportDocReference + + + DOC-WALL-TR-01 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.50 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + W-102 + + + + + Pset_Condition + + + AssessmentDescription + + + 壁種別を確認 + + + + + Pset_WallCommon + + + Combustible + + + true + + + + + Pset_WallCommon + + + IsExternal + + + false + + + + + Pset_WallCommon + + + LoadBearing + + + true + + + + + Pset_Risk + + + RiskName + + + ひび割れ + + + + + Pset_Tolerance + + + ToleranceDescription + + + Fc21 + + + + + Pset_EnvironmentalCondition + + + MaximumWindSpeed + + + 18 + + + + + Pset_EnvironmentalCondition + + + SeismicResistance + + + 0.6 + + + + + Pset_EnvironmentalCondition + + + MaximumSolarRadiation + + + 200 + + + + + Pset_EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + Pset_EnvironmentalCondition + + + StorageTemperatureRange + + + 288.15 + + + + + Pset_EnvironmentalCondition + + + SaltMistLevel + + + 高塩害 + + + + + Qto_BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 200 + + + + + Pset_WallCommon + + + ExtendToStructure + + + false + + + + + Pset_WallCommon + + + Compartmentation + + + false + + + + + Pset_Warranty + + + IsExtendedWarranty + + + false + + + + + Pset_WallCommon + + + Reference + + + VERTICAL + + + + + Pset_EnvironmentalImpactIndicators + + + IndicatorsUnit + + + 水平配筋基準 + + + + + Pset_PrecastConcreteElementGeneral + + + TypeDesignation + + + ダブル配筋 + + + + + Pset_EnvironmentalCondition + + + OperationalTemperatureRange + + + 303.15 + + + + + Pset_EnvironmentalCondition + + + SmokeLevel + + + 中煙環境 + + + + + Pset_PrecastConcreteElementGeneral + + + PieceMark + + + D10 + + + + + Pset_PrecastConcreteElementGeneral + + + DesignLocationNumber + + + D13 + + + + + Pset_EnvironmentalImpactIndicators + + + ClimateChangePerUnit + + + 200 + + + + + Pset_Condition + + + AssessmentCondition + + + 施工完了時 + + + + + Pset_ManufacturerOccurrence + + + SerialNumber + + + D13 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_079_IFCSANITARYTERMINALTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_079_IFCSANITARYTERMINALTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..902bc830af91452b172cd50acc1f14c5a92862e9 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_079_IFCSANITARYTERMINALTYPE.ids @@ -0,0 +1,536 @@ + + + + 便器仕様の情報確認 + + + + + + + IFCSANITARYTERMINALTYPE + + + + + + + 流量評価 + + + 器具給水係数[点] + + + 2.8 + + + + + 個体台帳 + + + 採用ユニット数 + + + 7 + + + + + 洗浄制御 + + + 洗浄方式 + + + サイホンゼット式 + + + + + 給水計画 + + + 標準洗浄量[L/回] + + + 5 + + + + + 排水計画 + + + 排水算定指数 + + + 2 + + + + + 再利用水条件 + + + 再生水需要係数 + + + 1.7 + + + + + 給水計画 + + + 上水算定指数 + + + 3 + + + + + 供給評価 + + + WFU換算値 + + + 1 + + + + + 供給評価 + + + CWFU換算係数 + + + 1.1 + + + + + 供給評価 + + + HWFU換算係数 + + + 0.9 + + + + + 機種構成 + + + 本体採用型式 + + + CTS-820R + + + + + 機種構成 + + + 洗浄弁採用型式 + + + FV-211K + + + + + 機種構成 + + + 便座採用型式 + + + SW-44N + + + + + 機種構成 + + + 固定金物採用型式 + + + BRK-820S + + + + + 同梱構成 + + + 標準同梱品 + + + 止水栓セット + + + + + 管理記録 + + + 資産管理番号 + + + SAN-2025-1142 + + + + + 管理記録 + + + 設置基準日 + + + 2025-03-14 + + + + + 個体台帳 + + + 管理対象台数 + + + 9 + + + + + エネルギー参照 + + + ガス換算消費量[Nm3/h] + + + 0.0 + + + + + エネルギー参照 + + + 蒸気換算消費量[kg/h] + + + 0 + + + + + エネルギー参照 + + + 補助熱源区分 + + + 非燃焼機器 + + + + + エネルギー参照 + + + 液体燃料換算量[l/h] + + + 0.0 + + + + + 圧力条件 + + + 耐圧試験基準[kPa] + + + 750 + + + + + 圧力条件 + + + 標準使用圧[kPa] + + + 180 + + + + + 圧力条件 + + + 許容最高圧[kPa] + + + 300 + + + + + 温熱条件 + + + 洗浄湯設定温度[℃] + + + 38.5 + + + + + 温熱条件 + + + 給湯入口温度[℃] + + + 55.0 + + + + + 温熱条件 + + + 便座設定温度[℃] + + + 34.0 + + + + + 損失評価 + + + 温水系圧損[kPa] + + + 18 + + + + + 流体条件 + + + 瞬時給水量[l/min] + + + 13 + + + + + 流体条件 + + + 瞬時給湯量[l/min] + + + 4 + + + + + 流体条件 + + + 適用容量区分[号] + + + 12 + + + + + 流体条件 + + + 循環設定流量 + + + 0 + + + + + 資料参照 + + + 技術資料リンク + + + https://assets.sample-facility.jp/docs/plumbing/cts-820r_tech.pdf + + + + + 資料参照 + + + 部品一覧ファイル + + + cts-820r_partslist_rev2.pdf + + + + + 資料参照 + + + 部品一覧リンク + + + https://assets.sample-facility.jp/docs/plumbing/cts-820r_partslist_rev2.pdf + + + + + 施工参照 + + + 施工手順ファイル + + + cts-820r_installguide.pdf + + + + + 施工参照 + + + 施工手順リンク + + + https://assets.sample-facility.jp/docs/plumbing/cts-820r_installguide.pdf + + + + + 保守参照 + + + 保守要領ファイル + + + cts-820r_servicebook.pdf + + + + + 保守参照 + + + 保守要領リンク + + + https://assets.sample-facility.jp/docs/plumbing/cts-820r_servicebook.pdf + + + + + 同梱構成 + + + 付属資料一覧 + + + cts-820r_accessorysheet.pdf + + + + + 図面参照 + + + 納まり図ファイル + + + cts-820r_detail.pdf + + + + + 図面参照 + + + 仕様図ファイル + + + cts-820r_specdrawing.pdf + + + + + 図面参照 + + + 仕様図リンク + + + https://assets.sample-facility.jp/drawings/plumbing/cts-820r_specdrawing.pdf + + + + + 接続寸法 + + + 給水接続径[mm] + + + 15 + + + + + 接続寸法 + + + 給湯接続径[mm] + + + 10 + + + + + 接続寸法 + + + 排水芯高さ[mm] + + + 180 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_080_IFCSANITARYTERMINALTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_080_IFCSANITARYTERMINALTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..e715157e699f99742139a088a33fbd15458645f7 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_080_IFCSANITARYTERMINALTYPE.ids @@ -0,0 +1,536 @@ + + + + 便器・洗面器・流し + + + + + + + IFCSANITARYTERMINALTYPE + + + + + + + 給排水衛生設備 + + + 給水負荷単位 [水栓] + + + 3.2 + + + + + 給排水衛生設備 + + + 給水負荷単位 [洗浄] + + + 5 + + + + + 給排水衛生設備 + + + 給水量情報 + + + 変流量方式 + + + + + 給排水衛生設備 + + + 洗浄水量 [L/回] + + + 5 + + + + + 給排水衛生設備 + + + 上水負荷単位 + + + 3 + + + + + 給排水衛生設備 + + + 中水負荷単位 + + + 2 + + + + + 給排水衛生設備 + + + 汚水負荷単位 + + + 2 + + + + + 機械 + + + WFU + + + 3 + + + + + 機械 + + + CWFU + + + 1.2 + + + + + 機械 + + + HWFU + + + 0.8 + + + + + データ + + + 参考品番A + + + WSU-120 + + + + + データ + + + 参考付属品番A + + + WSU-120-ACC + + + + + データ + + + 参考品番B + + + HWS-65 + + + + + データ + + + 参考付属品番B + + + HWS-65-ACC + + + + + データ + + + 付属品 + + + 取付ボルト一式 + + + + + その他 + + + 製造番号 + + + 2025-WSU-00312 + + + + + その他 + + + 設置年月 + + + 2025-07-24 + + + + + その他 + + + 個数 + + + 4 + + + + + 消費量仕様情報 + + + ガス消費量 [Nm3/h] + + + 4.2 + + + + + 消費量仕様情報 + + + 蒸気消費量 [kg/h] + + + 80 + + + + + 消費量仕様情報 + + + 燃料種別 + + + LPガス + + + + + 消費量仕様情報 + + + 油消費量 [l/h] + + + 0 + + + + + 水圧力仕様情報 + + + コイル耐圧 [kPa] + + + 1000 + + + + + 水圧力仕様情報 + + + 圧力 [kPa] + + + 120 + + + + + 水圧力仕様情報 + + + 最高使用圧力 [kPa] + + + 150 + + + + + 水温度仕様情報 + + + 温水温度 [℃] + + + 42 + + + + + 水温度仕様情報 + + + 給湯水温度 [℃] + + + 55 + + + + + 水温度仕様情報 + + + 沸き上げ温度 [℃] + + + 38 + + + + + 水抵抗仕様情報 + + + 温水圧力損失 [kPa] + + + 45 + + + + + 水量仕様情報 + + + 温水量 [l/min] + + + 28 + + + + + 水量仕様情報 + + + 給湯量 [l/min] + + + 28 + + + + + 水量仕様情報 + + + 号数 [号] + + + 24 + + + + + 水量仕様情報 + + + 風呂追焚循環量 + + + 0 + + + + + 図書仕様情報 + + + テクニカルドキュメントURL + + + https://example.com/docs/WSU-120/tech + + + + + 図書仕様情報 + + + 構成部品リスト + + + parts_v2.pdf + + + + + 図書仕様情報 + + + 構成部品リストURL + + + https://example.com/docs/WSU-120/parts + + + + + 図書仕様情報 + + + 施工要領 + + + install_v2.pdf + + + + + 図書仕様情報 + + + 施工要領URL + + + https://example.com/docs/WSU-120/install + + + + + 図書仕様情報 + + + 取扱・保守要領 + + + manual_v2.pdf + + + + + 図書仕様情報 + + + 取扱・保守要領URL + + + https://example.com/docs/WSU-120/manual + + + + + 図書仕様情報 + + + 付属品リスト + + + accessories_v2.pdf + + + + + 図面仕様情報 + + + 構造図 + + + struct_v2.pdf + + + + + 図面仕様情報 + + + 仕様図 + + + spec_v2.pdf + + + + + 図面仕様情報 + + + 仕様図URL + + + https://example.com/docs/WSU-120/spec + + + + + 配管接続口仕様情報 + + + 給水接続口 [mm] + + + 20 + + + + + 配管接続口仕様情報 + + + 給湯接続口 [mm] + + + 15 + + + + + 配管接続口仕様情報 + + + 排水接続口 [mm] + + + 32 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_081_IFCVALVETYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_081_IFCVALVETYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..effd836c35c222c974d0750a13d947934fa568b0 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_081_IFCVALVETYPE.ids @@ -0,0 +1,481 @@ + + + + Valve + + + + + + + IFCVALVETYPE + + + + + + + Pset_ValveTypeCommon + + + Reference + + + Valve-A1 + + + + + Pset_ValveTypeCommon + + + Status + + + New + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + ValveWorksInc + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + VV-2025-A + + + + + Pset_ValveTypeCommon + + + ValvePattern + + + Straight 2 Port + + + + + Pset_MaintenanceStrategy + + + MonitoringType + + + RoutineInspection + + + + + Pset_ValveTypeCommon + + + Size + + + 0.050 + + + + + Pset_ValveTypeCommon + + + ValveOperation + + + Lever + + + + + Pset_ConstructionAdministration + + + ProcurementMethod + + + Vendor supply + + + + + Pset_ValveTypeCommon + + + FlowCoefficient + + + 12.0 + + + + + Pset_ElementSize + + + NominalLength + + + 0.200 + + + + + Pset_ValveTypeCommon + + + CloseOffRating + + + 1.6 + + + + + Pset_ValveTypeCommon + + + WorkingPressure + + + 1.6 + + + + + Pset_EnvironmentalCondition + + + StorageTemperatureRange + + + 150.0 + + + + + Pset_ValveTypeCommon + + + ValveMechanism + + + Ball + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_MaintenanceTriggerPerformance + + + DisposalLevel + + + 12.5 + + + + + Pset_MaintenanceTriggerPerformance + + + TargetPerformance + + + 14.5 + + + + + Pset_MaintenanceTriggerPerformance + + + PerformanceMaintenanceLevel + + + 0.50 + + + + + Pset_MaintenanceTriggerPerformance + + + ReplacementLevel + + + 0.01 + + + + + Pset_ValveTypeCommon + + + TestPressure + + + 0.10 + + + + + Pset_ElectricalDeviceCommon + + + RatedVoltage + + + 24 + + + + + Pset_ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 1 + + + + + Pset_EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 5000000 + + + + + Pset_Condition + + + AssessmentCondition + + + Commissioning + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + 4-20mA signal spec + + + + + Pset_Condition + + + AssessmentType + + + MaterialInspection + + + + + Pset_Risk + + + AssociatedProduct + + + Stainless steel trim + + + + + Pset_Warranty + + + Exclusions + + + PTFE seat excluded from abrasive service + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 09506000123456 + + + + + Pset_Warranty + + + WarrantyContent + + + Epoxy coated body + + + + + Pset_ElectricalDeviceCommon + + + IP_Code + + + IP65 + + + + + Pset_ElectricalDeviceCommon + + + IK_Code + + + IK08 + + + + + Pset_ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + Pset_Risk + + + MitigationPlanned + + + Padlock provision + + + + + Pset_EnvironmentalImpactValues + + + LeadOutTime + + + P5D + + + + + Pset_Condition + + + AssessmentDescription + + + Valve operation verified during commissioning + + + + + Pset_ElementSize + + + NominalHeight + + + 1.20 + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P1D + + + + + Pset_ConstructionAdministration + + + SubmittalIdentifer + + + Double block configuration + + + + + Pset_MaintenanceStrategy + + + AssetCriticality + + + Moderate + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_082_IFCVALVETYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_082_IFCVALVETYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..bb7dd87a60ff19ffa271773b394aa117ce20c0cd --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_082_IFCVALVETYPE.ids @@ -0,0 +1,657 @@ + + + + バルブ + + + + + + + IFCVALVETYPE + + + + + + + Pset_ElectricalDeviceCommon + + + NumberOfPoles + + + 2 + + + + + Pset_ElectricalDeviceCommon + + + RatedCurrent + + + 1 + + + + + Pset_ElectricalDeviceCommon + + + RatedVoltage + + + 25 + + + + + Pset_ElectricalDeviceCommon + + + NominalFrequencyRange + + + 50 + + + + + Pset_ElectricalDeviceCommon + + + PowerFactor + + + 0.95 + + + + + Pset_ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + Pset_ElectricalDeviceCommon + + + IP_Code + + + IP54 + + + + + Pset_ElectricalDeviceCommon + + + IK_Code + + + IK08 + + + + + Pset_ElectricalDeviceCommon + + + EarthingStyle + + + TN-S + + + + + Pset_ElectricalDeviceCommon + + + HeatDissipation + + + 32 + + + + + Pset_ElectricalDeviceCommon + + + Power + + + 0.2 + + + + + Pset_ElectricalDeviceCommon + + + NominalPowerConsumption + + + 0.1 + + + + + Pset_ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 2 + + + + + Pset_ValveTypeCommon + + + Size + + + 0.020 + + + + + Pset_ValveTypeCommon + + + TestPressure + + + 2.5 + + + + + Pset_ValveTypeCommon + + + WorkingPressure + + + 1.0 + + + + + Pset_ValveTypeCommon + + + FlowCoefficient + + + 1.0 + + + + + Pset_ValveTypeCommon + + + CloseOffRating + + + 1.0 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.45 + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 293.15 + + + + + Pset_EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + Pset_EnvironmentalCondition + + + StorageTemperatureRange + + + 278.15 + + + + + Pset_EnvironmentalCondition + + + OperationalTemperatureRange + + + 313.15 + + + + + Pset_EnvironmentalCondition + + + MaximumRainIntensity + + + 25 + + + + + Pset_EnvironmentalCondition + + + SaltMistLevel + + + 低塩害 + + + + + Pset_EnvironmentalCondition + + + SeismicResistance + + + 0.6 + + + + + Pset_EnvironmentalCondition + + + SmokeLevel + + + 低煙環境 + + + + + Pset_EnvironmentalCondition + + + MaximumSolarRadiation + + + 800 + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P1D + + + + + Pset_ValveTypeCommon + + + Reference + + + CHW-25A + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + CHW-A25-ACC + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + HWS-20A + + + + + Pset_Condition + + + AssessmentDescription + + + 付属品の有無を確認 + + + + + Pset_MaintenanceTriggerPerformance + + + TargetPerformance + + + 1 + + + + + Pset_Condition + + + AssessmentDate + + + 2021-09-24 + + + + + Pset_MaintenanceTriggerPerformance + + + PerformanceMaintenanceLevel + + + 1 + + + + + Pset_MaintenanceTriggerPerformance + + + ReplacementLevel + + + 0 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + A社 + + + + + Pset_ManufacturerTypeInformation + + + OperationalDocument + + + DOC-VLV-OPS-01 + + + + + Pset_Condition + + + LastAssessmentReport + + + RPT-VLV-2025-01 + + + + + Pset_Risk + + + AssociatedActivity + + + 設備 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-VLV-2025-01 + + + + + Pset_ValveTypeCommon + + + ValvePattern + + + 直線2ポート + + + + + Pset_MaintenanceTriggerPerformance + + + DisposalLevel + + + 0 + + + + + Pset_Warranty + + + PointOfContact + + + 設備保全部門 + + + + + Pset_Warranty + + + WarrantyStartDate + + + 2020-03-23 + + + + + Pset_Warranty + + + WarrantyContent + + + 定期点検契約を含む + + + + + Pset_Risk + + + AssociatedLocation + + + JPN + + + + + Pset_ConstructionAdministration + + + SubmittalIdentifer + + + Rebro + + + + + Pset_MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P10D + + + + + Pset_Tolerance + + + OverallTolerance + + + 2 + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + JIS B0000 + + + + + Pset_Condition + + + AssessmentType + + + 材質確認 + + + + + Pset_EnvironmentalCondition + + + MaximumWindSpeed + + + 305 + + + + + Pset_ElementSize + + + NominalWidth + + + 0.225 + + + + + Pset_ElementSize + + + NominalHeight + + + 0.595 + + + + + Pset_ValveTypeCommon + + + ValveOperation + + + 手動ハンドル + + + + + Pset_MaintenanceTriggerDuration + + + DurationTargetPerformance + + + P25D + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_083_IFCLIGHTFIXTURETYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_083_IFCLIGHTFIXTURETYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..7fc96b22c8f0488b654a330ae060addb70a0f1cc --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_083_IFCLIGHTFIXTURETYPE.ids @@ -0,0 +1,503 @@ + + + + LightFixture + + + + + + + IFCLIGHTFIXTURETYPE + + + + + + + Product Basics + + + BrandName + + + LightCo + + + + + Product Basics + + + Model + + + LF-2025-A + + + + + Product Basics + + + ExteriorTone + + + White + + + + + Product Basics + + + InstallMethod + + + Recessed + + + + + Product Basics + + + Mounting Height + + + 2.70 + + + + + Product Basics + + + UnitMass + + + 3.5 + + + + + Product Basics + + + Overall Size + + + 0.200x0.150x0.080 + + + + + Electrical + + + RatedOutput + + + 36.0 + + + + + Electrical + + + SupplyVolt + + + 230.0 + + + + + Electrical + + + LoadAmp + + + 0.16 + + + + + Electrical + + + Driver + + + ConstantCurrent + + + + + Electrical + + + Dimming + + + 0-10V + + + + + Electrical + + + Control Protocol + + + DALI + + + + + Electrical + + + Emergency Mode + + + true + + + + + Electrical + + + Emergency Duration + + + 180 + + + + + Photometry + + + Luminous Flux + + + 3000.0 + + + + + Photometry + + + Efficacy + + + 100.0 + + + + + Photometry + + + CCT + + + 30 + + + + + Photometry + + + CRI + + + 80.0 + + + + + Photometry + + + Beam Angle + + + 30.0 + + + + + Photometry + + + UGR + + + 19.0 + + + + + Photometry + + + IES File + + + luminaireA.ies + + + + + Performance + + + Rated Life + + + 5 + + + + + Performance + + + Lumen Maintenance + + + 0.70 + + + + + Performance + + + Failure Rate + + + 0.0001 + + + + + Performance + + + Energy Class + + + A + + + + + Protection Ratings + + + IP Rating + + + IP65 + + + + + Protection Ratings + + + IK Rating + + + IK08 + + + + + Protection Ratings + + + Operating Temp Range + + + -20 + + + + + Controls + + + Occupancy Sensor + + + true + + + + + Controls + + + Daylight Sensor + + + true + + + + + Controls + + + Dimming Control + + + true + + + + + Controls + + + Emergency Battery + + + true + + + + + Installation + + + Fixing Points + + + 4 + + + + + Installation + + + Maintenance Clearance + + + 0.50 + + + + + Installation + + + Junction Box Position + + + Center + + + + + Installation + + + Installation Date + + + 2025-08-01 + + + + + Installation + + + Handling Notes + + + Install with bracket kit; do not drop + + + + + Maintenance + + + Maintenance Interval + + + 180 + + + + + Maintenance + + + Spare Parts + + + DriverKit + + + + + Maintenance + + + Cleaning + + + WipeClean + + + + + Maintenance + + + Warranty Years + + + 3.0 + + + + + Production + + + Lot ID + + + LOT-2025-01 + + + + + Quantities + + + Gross Weight + + + 4.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_084_IFCLIGHTFIXTURETYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_084_IFCLIGHTFIXTURETYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..a254fe96c0f4d06fa75842b7f9911331308f4910 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_084_IFCLIGHTFIXTURETYPE.ids @@ -0,0 +1,503 @@ + + + + LightFixture + + + + + + + IFCLIGHTFIXTURETYPE + + + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + LumenWorks + + + + + Pset_ConstructionAdministration + + + SubmittalIdentifer + + + LW-1450 + + + + + Pset_Condition + + + AssessmentDescription + + + ExteriorTone: MatteWhite + + + + + Pset_MaintenanceStrategy + + + MonitoringType + + + RoutineInspection + + + + + Pset_LightFixtureTypeCommon + + + TotalWattage + + + 2.50 + + + + + Pset_LightFixtureTypeCommon + + + NumberOfSources + + + 4 + + + + + Pset_ElementSize + + + NominalLength + + + 0.240 + + + + + Pset_ElectricalDeviceCommon + + + Power + + + 18.0 + + + + + Pset_LightFixtureTypeCommon + + + MaximumPlenumSensibleLoad + + + 120.0 + + + + + Pset_LightFixtureTypeCommon + + + MaximumSpaceSensibleLoad + + + 0.15 + + + + + Pset_Condition + + + AssessmentType + + + ElectricalInspection + + + + + Pset_ManufacturerTypeInformation + + + SafetyDocument + + + SAFE-LGT-01 + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + DALI-2 + + + + + Pset_LightFixtureTypeCommon + + + Status + + + Existing + + + + + Pset_EnvironmentalImpactValues + + + Duration + + + P90D + + + + + Pset_LightFixtureTypeCommon + + + SensibleLoadToRadiant + + + 0.25 + + + + + Pset_ElectricalDeviceCommon + + + RatedVoltage + + + 110 + + + + + Pset_ElectricalDeviceCommon + + + RatedCurrent + + + 0.065 + + + + + Pset_ElectricalDeviceCommon + + + HeatDissipation + + + 90.0 + + + + + Pset_ElectricalDeviceCommon + + + NominalPowerConsumption + + + 24.0 + + + + + Pset_ElectricalDeviceCommon + + + PowerFactor + + + 0.85 + + + + + Pset_LightFixtureTypeCommon + + + Reference + + + spotX.ies + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 293.15 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.82 + + + + + Pset_LightFixtureTypeCommon + + + MaintenanceFactor + + + 0.0002 + + + + + Pset_Condition + + + AssessmentCondition + + + Commissioning + + + + + Pset_ElectricalDeviceCommon + + + IP_Code + + + IP54 + + + + + Pset_ElectricalDeviceCommon + + + IK_Code + + + IK07 + + + + + Pset_EnvironmentalCondition + + + OperationalTemperatureRange + + + -25 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + Pset_ServiceLife + + + ServiceLifeDuration + + + P5Y + + + + + Pset_ServiceLife + + + MeanTimeBetweenFailure + + + P1Y + + + + + Pset_ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 1 + + + + + Pset_EnvironmentalCondition + + + MaximumSolarRadiation + + + 400 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + Left junction box + + + + + Pset_Tolerance + + + ToleranceDescription + + + Mounting alignment tolerance + + + + + Pset_Warranty + + + WarrantyContent + + + Secure with safety tether; isolate power before service + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P90D + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + DiffuserPanel + + + + + Pset_Warranty + + + Exclusions + + + Clean with compressed air only + + + + + Pset_Warranty + + + WarrantyPeriod + + + P2Y + + + + + Pset_ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-LGT-01 + + + + + Qto_LightFixtureBaseQuantities + + + GrossWeight + + + 4.7 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_085_IFCHEATEXCHANGERTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_085_IFCHEATEXCHANGERTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..f580459fa3d6cffa2f2ed63569df636652b5e685 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_085_IFCHEATEXCHANGERTYPE.ids @@ -0,0 +1,690 @@ + + + + HeatExchanger(MEP) + + + + + + + IFCHEATEXCHANGERTYPE + + + + + + + Product Basics + + + Brand + + + HeatExchCo + + + + + Product Basics + + + Model Code + + + HEX-3000A + + + + + Product Basics + + + TypeDescription + + + ShellAndTube + + + + + Product Basics + + + CoreMaterial + + + StainlessSteel + + + + + Product Basics + + + Mounting Direction + + + Horizontal + + + + + Product Basics + + + Unit Weight + + + 250.0 + + + + + Product Basics + + + OverallDimensions + + + 1.20x0.60x0.80 + + + + + Performance + + + Duty + + + 120.0 + + + + + Performance + + + UAValue + + + 800.0 + + + + + Performance + + + OverallHeatTransferCoefficient + + + 450.0 + + + + + Performance + + + ApproachTemperature + + + 5.0 + + + + + Performance + + + LMTD + + + 12.0 + + + + + Performance + + + Efficiency + + + 0.85 + + + + + Performance + + + Fouling Coefficient + + + 0.00020 + + + + + Performance + + + MaxOperatingPressure + + + 10.0 + + + + + Performance + + + MaxDesignTemperature + + + 200.0 + + + + + Performance + + + MinDesignTemperature + + + -20.0 + + + + + Connections + + + PrimaryInletConnectionSize + + + 0.050 + + + + + Connections + + + PrimaryOutletConnectionSize + + + 0.050 + + + + + Connections + + + SecondaryInletConnectionSize + + + 0.025 + + + + + Connections + + + SecondaryOutletConnectionSize + + + 0.025 + + + + + Connections + + + PrimaryDesignFlowRate + + + 2.5 + + + + + Connections + + + SecondaryDesignFlowRate + + + 1.8 + + + + + Connections + + + PrimaryInletTemp + + + 80.0 + + + + + Connections + + + PrimaryOutletTemp + + + 60.0 + + + + + Connections + + + SecondaryInletTemp + + + 30.0 + + + + + Connections + + + SecondaryOutletTemp + + + 45.0 + + + + + Connections + + + PrimaryPressureDrop + + + 0.12 + + + + + Connections + + + SecondaryPressureDrop + + + 0.08 + + + + + Connections + + + ConnectionOrientation + + + Top + + + + + Connections + + + NumberOfConnections + + + 4 + + + + + Geometry + + + HeatTransferArea + + + 12.0 + + + + + Geometry + + + NumberOfPasses + + + 2 + + + + + Geometry + + + Count Of Tubes + + + 120 + + + + + Geometry + + + ShellDiameter + + + 0.600 + + + + + Geometry + + + PlateThickness + + + 0.005 + + + + + Geometry + + + PlateType + + + FramePlate + + + + + Materials + + + Shell Material Type + + + CarbonSteel + + + + + Materials + + + TubeMaterial + + + Copper + + + + + Materials + + + PlateMaterial + + + StainlessSteel + + + + + Materials + + + GasketMaterial + + + Nitrile + + + + + Materials + + + CorrosionAllowance + + + 0.002 + + + + + Controls and Safety + + + HasBypassValve + + + true + + + + + Controls and Safety + + + BypassValveSize + + + 0.050 + + + + + Controls and Safety + + + HasIsolationValves + + + true + + + + + Controls and Safety + + + HasTemperatureSensors + + + true + + + + + Controls and Safety + + + HasPressureSensors + + + true + + + + + Controls and Safety + + + ControlSignalType + + + 4-20mA + + + + + Installation + + + Install Date + + + 2025-08-01 + + + + + Installation + + + MountingPoints + + + 4 + + + + + Installation + + + AnchorageRequirements + + + Concrete anchor M16 at 4 corners + + + + + Installation + + + ClearanceForMaintenance + + + 0.600 + + + + + Installation + + + InsulationType + + + PIR + + + + + Maintenance + + + RecommendedCleaningInterval + + + 365 + + + + + Maintenance + + + AccessForInspection + + + HatchAccess + + + + + Maintenance + + + SparePartsList + + + Spare gaskets;Tube bundle kit;Fixing bolts set + + + + + Maintenance + + + Expected Service Life + + + 20 + + + + + Manufacturer Info + + + Brand + + + HeatExchCo + + + + + Manufacturer Info + + + Model Code + + + HEX-3000A + + + + + Product Materials + + + Lot Code + + + LOT-2025-01 + + + + + Quantities + + + Overall Weight + + + 270.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_086_IFCHEATEXCHANGERTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_086_IFCHEATEXCHANGERTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..6728a184ec697599e111ac325e61edbee8de2197 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_086_IFCHEATEXCHANGERTYPE.ids @@ -0,0 +1,635 @@ + + + + 熱交換器 + + + + + + + IFCHEATEXCHANGERTYPE + + + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + AC/GC + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 直入 + + + + + Pset_ElectricalDeviceCommon + + + HasProtectiveEarth + + + false + + + + + Pset_Uncertainty + + + UncertaintyDescription + + + 付属スイッチ + + + + + Pset_ElectricalDeviceCommon + + + NominalFrequencyRange + + + 50 + + + + + Pset_ElectricalDeviceCommon + + + NumberOfPoles + + + 4 + + + + + Pset_ElectricalDeviceCommon + + + PowerFactor + + + 0.95 + + + + + Pset_ElectricalDeviceCommon + + + RatedCurrent + + + 3 + + + + + Pset_ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 1 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + HEX-AC200-01 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + false + + + + + Pset_MaintenanceTriggerDuration + + + DurationTargetPerformance + + + P65D + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P71D + + + + + Pset_MaintenanceStrategy + + + AssetCriticality + + + High + + + + + Pset_MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P0D + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 0 + + + + + Pset_MaintenanceTriggerDuration + + + DurationDisposalLevel + + + P250D + + + + + Pset_MaintenanceTriggerPerformance + + + TargetPerformance + + + 250 + + + + + Pset_MaintenanceTriggerPerformance + + + PerformanceMaintenanceLevel + + + 100000 + + + + + Pset_MaintenanceTriggerPerformance + + + ReplacementLevel + + + 250 + + + + + Pset_MaintenanceTriggerPerformance + + + DisposalLevel + + + 0 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + 2024-LED-00123 + + + + + Pset_EnvironmentalImpactIndicators + + + ExpectedServiceLife + + + 15 + + + + + Pset_ElectricalDeviceCommon + + + RatedVoltage + + + 12 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + HEU-1F-1 + + + + + Pset_Condition + + + AssessmentDescription + + + 本体外観に異常なし + + + + + Pset_ConstructionAdministration + + + SubmittalIdentifer + + + HEU + + + + + Pset_HeatExchangerTypeCommon + + + Reference + + + 低層系統 + + + + + Pset_ConstructionAdministration + + + ProcurementMethod + + + 機器一式調達 + + + + + Pset_Condition + + + AssessmentCondition + + + 運転時 + + + + + Pset_Condition + + + AssessmentType + + + 仕様確認 + + + + + Pset_ElectricalDeviceCommon + + + Power + + + 1000 + + + + + Pset_ElectricalDeviceCommon + + + NominalPowerConsumption + + + 0.3 + + + + + Pset_EnvironmentalCondition + + + StorageTemperatureRange + + + 293.15 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.60 + + + + + Pset_ElementSize + + + NominalLength + + + 1.0 + + + + + Pset_EnvironmentalCondition + + + MaximumWindSpeed + + + 10 + + + + + Pset_ElementSize + + + NominalWidth + + + 1.0 + + + + + Pset_HeatExchangerTypeCommon + + + FlowArrangement + + + 対向流 + + + + + Pset_EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 100 + + + + + Pset_ElectricalDeviceCommon + + + HeatDissipation + + + 0 + + + + + Pset_ElementSize + + + NominalHeight + + + 0.2 + + + + + Pset_ElementKinematics + + + MinimumTime + + + 0.5 + + + + + Pset_EnvironmentalCondition + + + OperationalTemperatureRange + + + 303.15 + + + + + Pset_Tolerance + + + OverallTolerance + + + 100 + + + + + Pset_EnvironmentalCondition + + + MaximumRainIntensity + + + 10 + + + + + Pset_Tolerance + + + HorizontalTolerance + + + 500 + + + + + Pset_EnvironmentalCondition + + + SaltMistLevel + + + 高湿環境 + + + + + Pset_Tolerance + + + VerticalTolerance + + + 500 + + + + + Pset_EnvironmentalCondition + + + SeismicResistance + + + 0.5 + + + + + Pset_Tolerance + + + PlanarFlatness + + + 500 + + + + + Pset_EnvironmentalCondition + + + SmokeLevel + + + 低煙環境 + + + + + Pset_Tolerance + + + OverallStraightness + + + 225 + + + + + Pset_EnvironmentalCondition + + + MaximumSolarRadiation + + + 595 + + + + + Qto_HeatExchangerBaseQuantities + + + GrossWeight + + + 595 + + + + + Pset_Tolerance + + + OrthogonalStraightness + + + 100 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_087_IFCUNITARYEQUIPMENTTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_087_IFCUNITARYEQUIPMENTTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..c8346cc1e51f6f5810fb54e12f986b7b04242cfc --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_087_IFCUNITARYEQUIPMENTTYPE.ids @@ -0,0 +1,591 @@ + + + + 空調機情報照査 + + + + + + + IFCUNITARYEQUIPMENTTYPE + + + + + + + 熱性能基準 + + + 基準冷却出力[kW] + + + 38 + + + + + 熱性能基準 + + + 除湿寄与出力[kW] + + + 27 + + + + + 熱性能基準 + + + 基準加熱出力[kW] + + + 61 + + + + + 入口条件 + + + 冬季入口乾球温度[℃] + + + 7 + + + + + 入口条件 + + + 夏季入口乾球温度[℃] + + + 34 + + + + + 構成品管理 + + + 標準同梱品 + + + 防振架台セット + + + + + 系統構成 + + + 枝分岐接続数 + + + 3 + + + + + 静音評価 + + + 外装面音圧[dB(A)] + + + 47 + + + + + 振動評価 + + + 架台伝達係数 + + + 0.58 + + + + + 電源計画 + + + 電源識別コード + + + E-07 + + + + + 電源計画 + + + 配線管路組合せ + + + φ12.7/φ25.4 + + + + + 交換能力 + + + 定格熱交換量[kW] + + + 29 + + + + + 駆動構成 + + + 可変送風対応 + + + true + + + + + 駆動構成 + + + 高効率駆動採用 + + + false + + + + + 駆動構成 + + + 周波数変換制御採用 + + + true + + + + + 個体台帳 + + + 製品管理記号 + + + AHU-XR-26041 + + + + + 個体台帳 + + + 基準据付日 + + + 2025-06-12 + + + + + 個体台帳 + + + 登録台数 + + + 6 + + + + + 風路計画 + + + 総搬送量[m3/h] + + + 8200 + + + + + 風路計画 + + + 供給側搬送量[m3/h] + + + 7800 + + + + + 風路計画 + + + 還流側搬送量[m3/h] + + + 5900 + + + + + 風路計画 + + + 外気導入量[m3/h] + + + 1900 + + + + + 風路計画 + + + 排出側搬送量[m3/h] + + + 1700 + + + + + 流体計画 + + + 冷却系流量[l/min] + + + 210 + + + + + 流体計画 + + + 加熱系流量[l/min] + + + 230 + + + + + 流体計画 + + + 共用系流量[l/min] + + + 440 + + + + + 基準適合 + + + 参照規格 + + + AHRI410 + + + + + 内部構成 + + + 熱交換列数 + + + 6 + + + + + 外装仕様 + + + 筐体材質 + + + 溶融亜鉛めっき鋼板 + + + + + 清浄構成 + + + ろ材仕様 + + + 中性能フィルタ + + + + + 耐久指標 + + + 耐震評価値[G] + + + 1.5 + + + + + 回転体管理 + + + 標準運転段数[min-1] + + + 2 + + + + + 音響性能 + + + 定格運転音圧[dB(A)] + + + 76 + + + + + 熱回収指標 + + + 全熱回収率_夏期[%] + + + 52 + + + + + 熱回収指標 + + + 全熱回収率_冬期[%] + + + 57 + + + + + 熱回収指標 + + + 顕熱回収率[%] + + + 61 + + + + + 外形管理 + + + 機器幅W[mm] + + + 2100 + + + + + 外形管理 + + + 機器奥行D[mm] + + + 2650 + + + + + 外形管理 + + + 機器高さH[mm] + + + 1750 + + + + + 質量管理 + + + 乾燥質量[kg] + + + 940 + + + + + 質量管理 + + + 運用質量[kg] + + + 1310 + + + + + 熱交換構成 + + + 交換器組合せ + + + 冷水コイル単独 + + + + + 加湿構成 + + + 湿度付与方式 + + + 蒸気噴霧式 + + + + + 送風構成 + + + 送風機型式 + + + プラグファン + + + + + 温湿度基準 + + + 室内乾球温度[℃] + + + 24 + + + + + 温湿度基準 + + + 室内湿球温度[℃] + + + 17.8 + + + + + 温湿度基準 + + + 外気乾球温度[℃] + + + 33.2 + + + + + 温湿度基準 + + + 外気湿球温度[℃] + + + 27 + + + + + 温湿度基準 + + + 目標露点温度[℃] + + + 14 + + + + + 抵抗評価 + + + 冷却系損失圧[kPa] + + + 41 + + + + + 抵抗評価 + + + 加熱系損失圧[kPa] + + + 37 + + + + + 抵抗評価 + + + 共用系損失圧[kPa] + + + 39 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_088_IFCUNITARYEQUIPMENTTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_088_IFCUNITARYEQUIPMENTTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..b5cf915355ef40f9123db076ecd61a55d5fe8c3e --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_088_IFCUNITARYEQUIPMENTTYPE.ids @@ -0,0 +1,591 @@ + + + + 空調機 + + + + + + + IFCUNITARYEQUIPMENTTYPE + + + + + + + 機械-負荷 + + + 設計冷房能力 [kW] + + + 56 + + + + + 機械-負荷 + + + 設計冷房能力_顕熱 [kW] + + + 38 + + + + + 機械-負荷 + + + 設計暖房能力 [kW] + + + 62 + + + + + 機械-負荷 + + + 冬期吸込乾球温度 [℃] + + + 7 + + + + + 機械-負荷 + + + 夏期吸込乾球温度 [℃] + + + 33 + + + + + データ + + + 付属品 + + + 防振ゴムセット + + + + + データ + + + 台数_冷媒分岐ユニット + + + 3 + + + + + データ + + + 騒音レベル [dB(A)] + + + 48 + + + + + データ + + + 振動伝達率 + + + 0.65 + + + + + 電気-負荷 + + + 回路番号 + + + C-07 + + + + + 電気-負荷 + + + 配線配管サイズ + + + φ19.05/9.52 + + + + + 機械 + + + 設計冷却能力 [kW] + + + 32 + + + + + 機械 + + + 送風量制御の有無 + + + true + + + + + 機械 + + + 高効率電動機の有無 + + + true + + + + + 機械 + + + インバーターの有無 + + + true + + + + + その他 + + + 製造番号 + + + 2025-ACU-00456 + + + + + その他 + + + 設置年月 + + + 2023-07-15 + + + + + その他 + + + 個数 + + + 10 + + + + + 風量仕様情報 + + + 送風量 [m3/h] + + + 12000 + + + + + 風量仕様情報 + + + 給気量 [m3/h] + + + 12000 + + + + + 風量仕様情報 + + + 還気量 [m3/h] + + + 8000 + + + + + 風量仕様情報 + + + 外気量 [m3/h] + + + 4000 + + + + + 風量仕様情報 + + + 排気量 [m3/h] + + + 3500 + + + + + 水量仕様情報 + + + 冷水量 [l/min] + + + 280 + + + + + 水量仕様情報 + + + 温水量 [l/min] + + + 300 + + + + + 水量仕様情報 + + + 冷温水量 [l/min] + + + 580 + + + + + 一般仕様情報 + + + 認証・規格 + + + JIS B8601 + + + + + 一般仕様情報 + + + コイル列数 + + + 6 + + + + + 一般仕様情報 + + + 材質 + + + SUS304 + + + + + 一般仕様情報 + + + フィルター形式 + + + 高性能 + + + + + 一般仕様情報 + + + 耐震強度 [G] + + + 1.8 + + + + + 一般仕様情報 + + + 回転数 [min-1] + + + 2 + + + + + 一般仕様情報 + + + 騒音レベル [dB(A)] + + + 78 + + + + + 一般仕様情報 + + + エンタルピ交換効率_冷房 [%] + + + 55 + + + + + 一般仕様情報 + + + エンタルピ交換効率_暖房 [%] + + + 52 + + + + + 一般仕様情報 + + + 温度交換効率 [%] + + + 60 + + + + + 一般仕様情報 + + + 外形寸法 W [mm] + + + 2200 + + + + + 一般仕様情報 + + + 外形寸法 D [mm] + + + 3600 + + + + + 一般仕様情報 + + + 外形寸法 H [mm] + + + 1600 + + + + + 一般仕様情報 + + + 製品質量 [kg] + + + 980 + + + + + 一般仕様情報 + + + 運転質量 [kg] + + + 1415 + + + + + 一般仕様情報 + + + コイル形式 + + + 直膨+温水 + + + + + 一般仕様情報 + + + 加湿方式 + + + スチーム噴霧 + + + + + 一般仕様情報 + + + ファンの種類 + + + プラグファン + + + + + 空気温度仕様情報 + + + 空気温度DB [℃] + + + 24 + + + + + 空気温度仕様情報 + + + 空気温度WB [℃] + + + 17.2 + + + + + 空気温度仕様情報 + + + 外気空気温度DB [℃] + + + 33 + + + + + 空気温度仕様情報 + + + 外気空気温度WB [℃] + + + 26 + + + + + 空気温度仕様情報 + + + 露点温度 [℃] + + + 14 + + + + + 水抵抗仕様情報 + + + 冷水圧力損失 [kPa] + + + 55 + + + + + 水抵抗仕様情報 + + + 温水圧力損失 [kPa] + + + 46 + + + + + 水抵抗仕様情報 + + + 冷温水圧力損失 [kPa] + + + 51 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_089_IFCFLOWTERMINAL.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_089_IFCFLOWTERMINAL.ids new file mode 100644 index 0000000000000000000000000000000000000000..1e05c06fc8911e27e8da669f0a9cbb0e2b5bdba6 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_089_IFCFLOWTERMINAL.ids @@ -0,0 +1,569 @@ + + + + FlowTerminal + + + + + + + IFCFLOWTERMINAL + + + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + Terminal-01 + + + + + Pset_ElectricalDeviceCommon + + + InsulationStandardClass + + + Class I Appliance + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + DiffuserCo + + + + + Pset_ConstructionOccurence + + + ModelNumber + + + FT-2025-A + + + + + Pset_ElectricalDeviceCommon + + + EarthingStyle + + + TN-S + + + + + Pset_MaintenanceStrategy + + + MonitoringType + + + RoutineInspection + + + + + Pset_ElementSize + + + NominalHeight + + + 2.70 + + + + + Pset_ElectricalDeviceCommon + + + Power + + + 12.5 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.25 + + + + + Pset_Tolerance + + + PlanarFlatness + + + 0.05 + + + + + Pset_Tolerance + + + HorizontalFlatness + + + 0.40 + + + + + Pset_ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 1 + + + + + Pset_ElectricalDeviceCommon + + + NominalPowerConsumption + + + 0.125 + + + + + Pset_EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 50.0 + + + + + Pset_EnvironmentalCondition + + + SeismicResistance + + + 4.0 + + + + + Pset_ElementKinematics + + + LinearRange + + + 30.0 + + + + + Pset_Condition + + + AssessmentDescription + + + Slot diffuser + + + + + Pset_ElectricalDeviceCommon + + + NumberOfPoles + + + 2 + + + + + Pset_MaintenanceTriggerPerformance + + + TargetPerformance + + + 0.50 + + + + + Pset_EnvironmentalImpactValues + + + RadioactiveWaste + + + 0.015 + + + + + Pset_Risk + + + RiskType + + + Environmental Issues + + + + + Pset_ElectricalDeviceCommon + + + HeatDissipation + + + 5.0 + + + + + Pset_Uncertainty + + + LinearUncertainty + + + 3.5 + + + + + Pset_ElectricalDeviceCommon + + + NominalFrequencyRange + + + 50 + + + + + Pset_MaintenanceTriggerPerformance + + + DisposalLevel + + + 45.0 + + + + + Pset_MaintenanceTriggerPerformance + + + PerformanceMaintenanceLevel + + + 32.0 + + + + + Pset_MaintenanceTriggerPerformance + + + ReplacementLevel + + + 0.00 + + + + + Pset_ConstructionAdministration + + + SubmittalIdentifer + + + 0-10V control + + + + + Pset_ElectricalDeviceCommon + + + IP_Code + + + IP54 + + + + + Pset_Condition + + + AssessmentCondition + + + Commissioning + + + + + Pset_MaintenanceTriggerCondition + + + ConditionMaintenanceLevel + + + Moderate + + + + + Pset_Condition + + + AssessmentType + + + VisualInspection + + + + + Pset_Condition + + + LastAssessmentReport + + + RPT-FT-01 + + + + + Pset_ElementSize + + + NominalLength + + + 0.300 + + + + + Pset_MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P1D + + + + + Pset_EnvironmentalImpactIndicators + + + IndicatorsUnit + + + kgCO2e/unit + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P1D + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + 23 37 13 + + + + + Pset_ElectricalDeviceCommon + + + RatedCurrent + + + 0.5 + + + + + Pset_ElectricalDeviceCommon + + + PowerFactor + + + 0.95 + + + + + Pset_ElectricalDeviceCommon + + + RatedVoltage + + + 24 + + + + + Pset_ConstructionOccurence + + + AssetIdentifier + + + Zone-01 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + DiffuserCo standard + + + + + Pset_ConstructionOccurence + + + TagNumber + + + FT-2025-A + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + Pset_ElementSize + + + NominalWidth + + + 0.600 + + + + + Qto_BodyGeometryValidation + + + NetVolume + + + 0.200 + + + + + Pset_Tolerance + + + OverallTolerance + + + 0.100 + + + + + Qto_BodyGeometryValidation + + + NetSurfaceArea + + + 10.0 + + + + + Qto_BodyGeometryValidation + + + GrossVolume + + + 11.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_090_IFCFLOWTERMINAL.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_090_IFCFLOWTERMINAL.ids new file mode 100644 index 0000000000000000000000000000000000000000..5c52954491f9afc058398cef7a067ee4738e1de3 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_090_IFCFLOWTERMINAL.ids @@ -0,0 +1,602 @@ + + + + スプリンクラー + + + + + + + IFCFLOWTERMINAL + + + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.50 + + + + + Pset_EnvironmentalCondition + + + MaximumWindSpeed + + + 50 + + + + + Pset_Condition + + + AssessmentCondition + + + 竣工時 + + + + + Pset_Condition + + + AssessmentType + + + 型式確認 + + + + + Pset_Risk + + + AssociatedLocation + + + 低層系統 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 屋内消火栓 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + 閉鎖型 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + false + + + + + Pset_ConstructionOccurence + + + ModelNumber + + + HB-1 + + + + + Pset_MaintenanceTriggerDuration + + + DurationTargetPerformance + + + P300D + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P1D + + + + + Pset_MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P800D + + + + + Pset_Warranty + + + WarrantyContent + + + 架橋ポリエチレン対応 + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + JIS B0000 + + + + + Pset_MaintenanceTriggerDuration + + + DurationDisposalLevel + + + P25000D + + + + + Pset_Risk + + + AssociatedActivity + + + 9 消火設備 + + + + + Pset_ConstructionAdministration + + + ProcurementMethod + + + 設備一式調達 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-SP-2025-01 + + + + + Pset_Condition + + + AssessmentDescription + + + 耐圧試験および外観確認済み + + + + + Pset_EnvironmentalCondition + + + MaximumRainIntensity + + + 10000 + + + + + Pset_Condition + + + AssessmentMethod + + + DOC-SPK-INSP-01 + + + + + Pset_Condition + + + LastAssessmentReport + + + RPT-SPK-2025-01 + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + SP-53W-01 + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + 04912345000053 + + + + + Pset_Warranty + + + PointOfContact + + + 防災設備窓口 + + + + + Pset_ConstructionAdministration + + + SubmittalIdentifer + + + SUB-SP-01 + + + + + Pset_ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-SPK-01 + + + + + Pset_ManufacturerTypeInformation + + + SafetyDocument + + + DOC-SPK-SAFE-01 + + + + + Pset_Tolerance + + + ToleranceDescription + + + 据付許容差基準書参照 + + + + + Pset_ElectricalDeviceCompliance + + + ExplosiveAtmosphereStandardsCompliance + + + false + + + + + Pset_Risk + + + RiskName + + + 誤放水 + + + + + Pset_Risk + + + NatureOfRisk + + + 誤作動による放水 + + + + + Pset_Risk + + + RiskAssessmentMethodology + + + 定期点検評価 + + + + + Pset_Risk + + + MitigationPlanned + + + 保護カバー設置 + + + + + Pset_Risk + + + MitigationProposed + + + 年次点検強化 + + + + + Pset_Risk + + + AssociatedProduct + + + 散水ヘッド + + + + + Pset_Warranty + + + Exclusions + + + 凍結損傷は保証対象外 + + + + + Pset_ConstructionOccurence + + + TagNumber + + + SPK-01 + + + + + Pset_Warranty + + + WarrantyPeriod + + + P2Y + + + + + Pset_EnergyRequirements + + + EnergySourceLabel + + + 非常電源 + + + + + Pset_ServiceLife + + + MeanTimeBetweenFailure + + + P365D + + + + + Pset_Condition + + + AssessmentFrequency + + + 30 + + + + + Pset_EnergyRequirements + + + EnergyConsumption + + + 44 + + + + + Pset_EnergyRequirements + + + PowerDemand + + + 42 + + + + + Pset_ManufacturerTypeInformation + + + OperationalDocument + + + DOC-SPK-OPS-01 + + + + + Pset_EnergyRequirements + + + EnergyConversionEfficiency + + + 0.85 + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + Qto_BodyGeometryValidation + + + SurfaceGenusBeforeFeatures + + + 0 + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + A社 + + + + + Pset_Condition + + + NextAssessmentDate + + + 2026-01-01 + + + + + Pset_ServiceLife + + + ServiceLifeDuration + + + P3650D + + + + + Pset_ConstructionOccurence + + + InstallationDate + + + 2025-01-01 + + + + + Pset_ConstructionOccurence + + + AssetIdentifier + + + SPK-ZONE1-01 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_091_IFCALARMTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_091_IFCALARMTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..5d0bcd009810b441daa34c4af34f98b2b8c68fb3 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_091_IFCALARMTYPE.ids @@ -0,0 +1,525 @@ + + + + Alarm + + + + + + + IFCALARMTYPE + + + + + + + Product Basics + + + Basic Manufacturer + + + SentinelWorks + + + + + Product Basics + + + Submittal Code + + + ALM-2030-B + + + + + Product Basics + + + Alarm Condition + + + Smoke + + + + + Product Basics + + + Normal Status + + + Installed + + + + + Warranty + + + Warranty Summary + + + Battery backup included + + + + + Electrical + + + Protective Earth + + + true + + + + + Service Life + + + Replacement Duration + + + P12D + + + + + Electrical + + + IP Code + + + IP66 + + + + + Administration + + + Procurement Method + + + Turnkey supply + + + + + Electrical + + + Nominal Frequency + + + 60 + + + + + Electrical + + + Power Factor + + + 1.0 + + + + + Electrical + + + Rated Voltage + + + 100.0 + + + + + Electrical + + + Heat Dissipation + + + 85.0 + + + + + Electrical + + + Nominal Power + + + 0.5 + + + + + Environment + + + Storage Temperature + + + 12.0 + + + + + Environment + + + Reference Humidity + + + 0.3 + + + + + Environment + + + Seismic Rating + + + 0.01 + + + + + Condition + + + Assessment Condition + + + Commissioning + + + + + Condition + + + Assessment Type + + + Sensitivity test + + + + + Electrical + + + Rated Current + + + 180.0 + + + + + Electrical + + + Device Power + + + 30.0 + + + + + Environment + + + Reference Temperature + + + 248.15 + + + + + Communications + + + Protocol + + + BACnet + + + + + Communications + + + Connection Mode + + + Wireless + + + + + Documents + + + Operation Manual + + + DOC-ALM-OPS-01 + + + + + Warranty + + + Extended Warranty + + + false + + + + + Service Life + + + Service Life Duration + + + P5Y + + + + + Service Life + + + Mean Time Between Failure + + + P1Y + + + + + Condition + + + Assessment Notes + + + Active state + + + + + Condition + + + Assessment Report + + + RPT-ALM-01 + + + + + Product Basics + + + Model Number + + + SA-220 + + + + + Risk + + + Risk Name + + + False alarm + + + + + Installation + + + Installation Tolerance + + + Mounting tolerance per installation guide + + + + + Product Basics + + + Backup Part Number + + + BKP-ANC-01 + + + + + Risk + + + Associated Location + + + Main entrance wall + + + + + Installation + + + Vertical Tolerance + + + 0.40 + + + + + Warranty + + + Warranty Exclusions + + + Use halogen-free cable; min 1.5sq + + + + + Electrical + + + Number of Poles + + + 14 + + + + + Maintenance + + + Maintenance Interval + + + P270D + + + + + Condition + + + Assessment Date + + + 2025-07-31 + + + + + Product Basics + + + Reference Code + + + MP-007 + + + + + Warranty + + + Warranty Period + + + P3Y + + + + + Warranty + + + Contact Point + + + SentinelWorks support + + + + + Administration + + + Specification Section + + + ALM-2030-B + + + + + Product Basics + + + Trade Item Number + + + 04912345000007 + + + + + Quantities + + + Gross Weight + + + 1.3 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_092_IFCALARMTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_092_IFCALARMTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..3f644f3dc7f789995af142bf5e1926d0cece4520 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_092_IFCALARMTYPE.ids @@ -0,0 +1,525 @@ + + + + Alarm + + + + + + + IFCALARMTYPE + + + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + SentinelWorks + + + + + Pset_ConstructionAdministration + + + SubmittalIdentifer + + + ALM-2030-B + + + + + Pset_AlarmTypeCommon + + + AlarmCondition + + + Smoke + + + + + Pset_AlarmTypeCommon + + + Status + + + Existing + + + + + Pset_Warranty + + + WarrantyContent + + + Battery backup included + + + + + Pset_ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + Pset_EnvironmentalImpactValues + + + Duration + + + P12D + + + + + Pset_ElectricalDeviceCommon + + + IP_Code + + + IP66 + + + + + Pset_ConstructionAdministration + + + ProcurementMethod + + + Turnkey supply + + + + + Pset_ElectricalDeviceCommon + + + NominalFrequencyRange + + + 60 + + + + + Pset_ElectricalDeviceCommon + + + PowerFactor + + + 1.0 + + + + + Pset_ElectricalDeviceCommon + + + RatedVoltage + + + 100.0 + + + + + Pset_ElectricalDeviceCommon + + + HeatDissipation + + + 85.0 + + + + + Pset_ElectricalDeviceCommon + + + NominalPowerConsumption + + + 0.5 + + + + + Pset_EnvironmentalCondition + + + StorageTemperatureRange + + + 12.0 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.3 + + + + + Pset_EnvironmentalCondition + + + SeismicResistance + + + 0.01 + + + + + Pset_Condition + + + AssessmentCondition + + + Commissioning + + + + + Pset_Condition + + + AssessmentType + + + Sensitivity test + + + + + Pset_ElectricalDeviceCommon + + + RatedCurrent + + + 180.0 + + + + + Pset_ElectricalDeviceCommon + + + Power + + + 30.0 + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 248.15 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + BACnet + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + Wireless + + + + + Pset_ManufacturerTypeInformation + + + OperationalDocument + + + DOC-ALM-OPS-01 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + false + + + + + Pset_ServiceLife + + + ServiceLifeDuration + + + P5Y + + + + + Pset_ServiceLife + + + MeanTimeBetweenFailure + + + P1Y + + + + + Pset_Condition + + + AssessmentDescription + + + Active state + + + + + Pset_Condition + + + LastAssessmentReport + + + RPT-ALM-01 + + + + + Pset_ManufacturerTypeInformation + + + SafetyDocument + + + DOC-ALM-SAFE-01 + + + + + Pset_Risk + + + RiskName + + + False alarm + + + + + Pset_Tolerance + + + ToleranceDescription + + + Mounting tolerance per installation guide + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + BKP-ANC-01 + + + + + Pset_Risk + + + AssociatedLocation + + + Main entrance wall + + + + + Pset_Tolerance + + + VerticalTolerance + + + 0.40 + + + + + Pset_Warranty + + + Exclusions + + + Use halogen-free cable; min 1.5sq + + + + + Pset_ElectricalDeviceCommon + + + NumberOfPoles + + + 14 + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P270D + + + + + Pset_Condition + + + AssessmentDate + + + 2025-07-31 + + + + + Pset_AlarmTypeCommon + + + Reference + + + MP-007 + + + + + Pset_Warranty + + + WarrantyPeriod + + + P3Y + + + + + Pset_Warranty + + + PointOfContact + + + SentinelWorks support + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + ALM-2030-B + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + LOT-2030-07 + + + + + Qto_AlarmBaseQuantities + + + GrossWeight + + + 1.3 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_093_IFCAIRTERMINALTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_093_IFCAIRTERMINALTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..57838c318901b6719d51f9f022780d55cd6496a9 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_093_IFCAIRTERMINALTYPE.ids @@ -0,0 +1,525 @@ + + + + AirTerminal + + + + + + + IFCAIRTERMINALTYPE + + + + + + + Product Basics + + + Brand + + + DiffuserCo + + + + + Product Basics + + + Model Code + + + AT-2025-A + + + + + Product Basics + + + Surface Coating + + + PowderCoated + + + + + Product Basics + + + Mounting Category + + + Ceiling + + + + + Product Basics + + + MountingHeight + + + 2.70 + + + + + Product Basics + + + OverallDimensions + + + 0.600x0.300x0.100 + + + + + Product Basics + + + Unit Weight + + + 1.2 + + + + + Air Performance + + + DesignAirFlowRate + + + 0.25 + + + + + Air Performance + + + MinAirFlowRate + + + 0.05 + + + + + Air Performance + + + MaxAirFlowRate + + + 0.40 + + + + + Air Performance + + + ThrowDistance + + + 4.0 + + + + + Air Performance + + + SpreadAngle + + + 30.0 + + + + + Air Performance + + + Pattern Category + + + Slot + + + + + Air Performance + + + SupplyOrExtract + + + Supply + + + + + Duct Connection + + + NominalConnectionSize + + + 0.125 + + + + + Duct Connection + + + ConnectionShape + + + Rectangular + + + + + Duct Connection + + + ConnectionOrientation + + + Horizontal + + + + + Duct Connection + + + RoughInHeight + + + 0.300 + + + + + Duct Connection + + + RoughInDistanceFromWall + + + 0.100 + + + + + Duct Connection + + + ConnectionFlangeStandard + + + DIN + + + + + Performance + + + PressureDropAtDesign + + + 50.0 + + + + + Performance + + + SoundPowerLevel + + + 45.0 + + + + + Performance + + + SoundPressureLevelAtDistance + + + 32.0 + + + + + Performance + + + ThrowVariation + + + 0.10 + + + + + Controls + + + HasMotorizedDamper + + + true + + + + + Controls + + + HasControlDamper + + + true + + + + + Controls + + + ActuatorSupply + + + 24V + + + + + Controls + + + ControlSignalType + + + 0-10V + + + + + Controls + + + HasPositionFeedback + + + true + + + + + Fire and Smoke + + + IsFireDamperRequired + + + true + + + + + Fire and Smoke + + + IsSmokeDamperRequired + + + true + + + + + Fire and Smoke + + + Fire Resistance Level + + + EI60 + + + + + Fire and Smoke + + + FireSealType + + + Intumescent + + + + + Installation + + + FixingDetails + + + Screw fix to ceiling;Clip-in mounting with bracket + + + + + Installation + + + ClearanceForMaintenance + + + 0.50 + + + + + Installation + + + InstallationOrientation + + + Ceiling + + + + + Installation + + + Install Date + + + 2025-08-01 + + + + + Installation + + + HandlingInstructions + + + Install with bracket; avoid impact + + + + + Maintenance + + + MaintenanceInterval + + + 180 + + + + + Maintenance + + + FilterReplacementInterval + + + 90 + + + + + Maintenance + + + AccessForInspection + + + HatchAccess + + + + + Maintenance + + + SparePartsList + + + Filter kit;Fixing screws;Grille + + + + + Manufacturer Info + + + Brand + + + DiffuserCo + + + + + Manufacturer Info + + + Model Code + + + AT-2025-A + + + + + Product Materials + + + Lot Code + + + LOT-2025-01 + + + + + Quantities + + + Overall Weight + + + 11.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_094_IFCAIRTERMINALTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_094_IFCAIRTERMINALTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..6345a64d84c63f25b432a62ef5e7583e7aaa0da3 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_094_IFCAIRTERMINALTYPE.ids @@ -0,0 +1,514 @@ + + + + 排煙口 + + + + + + + IFCAIRTERMINALTYPE + + + + + + + Pset_AirTerminalTypeCommon + + + NumberOfSlots + + + 2 + + + + + Pset_AirTerminalTypeCommon + + + Reference + + + SMK-AT-01 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + SMK-AT-200 + + + + + Pset_Condition + + + LastAssessmentReport + + + RPT-SMOKE-2025-01 + + + + + Pset_EnvironmentalImpactIndicators + + + Reference + + + 排煙口 + + + + + Pset_EnvironmentalImpactIndicators + + + FunctionalUnitReference + + + 1台 + + + + + Pset_Uncertainty + + + UncertaintyDescription + + + 設置位置補正値 + + + + + Pset_ElectricalDeviceCommon + + + NumberOfPoles + + + 2 + + + + + Pset_Condition + + + AssessmentDescription + + + 定期点検済み + + + + + Pset_EnvironmentalImpactIndicators + + + ExpectedServiceLife + + + 15 + + + + + Pset_ElementKinematics + + + MinimumTime + + + 0.2 + + + + + Pset_Risk + + + RiskName + + + 排煙性能低下 + + + + + Pset_AirTerminalTypeCommon + + + SlotLength + + + 0.600 + + + + + Pset_ElectricalDeviceCommon + + + RatedCurrent + + + 2 + + + + + Pset_Tolerance + + + ToleranceDescription + + + 公共建築工事標準仕様書(機械設備工事編)令和4年版 + + + + + Pset_ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 1 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 煙感知連動型 + + + + + Pset_Risk + + + AssociatedLocation + + + 低層EVホール + + + + + Qto_AirTerminalBaseQuantities + + + Perimeter + + + 2.10 + + + + + Pset_Warranty + + + PointOfContact + + + 設備担当窓口 + + + + + Pset_Warranty + + + Exclusions + + + 消耗部品は除く + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + 23 34 00 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.20 + + + + + Pset_AirTerminalTypeCommon + + + FinishColour + + + アルミ製 + + + + + Pset_EnvironmentalCondition + + + MaximumRainIntensity + + + 300 + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 313.15 + + + + + Pset_EnvironmentalCondition + + + MaximumSolarRadiation + + + 850 + + + + + Pset_EnvironmentalCondition + + + SeismicResistance + + + 0.7 + + + + + Pset_Uncertainty + + + VerticalUncertainty + + + 0.020 + + + + + Pset_EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 101325 + + + + + Pset_Warranty + + + WarrantyContent + + + 防錆塗装を含む + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + SMK-AT-200 + + + + + Pset_Risk + + + AssociatedActivity + + + 3 排煙設備 + + + + + Pset_ConstructionAdministration + + + ProcurementMethod + + + 設備一式調達 + + + + + Pset_ManufacturerTypeInformation + + + OperationalDocument + + + DOC-SMOKE-OPS-01 + + + + + Pset_ManufacturerTypeInformation + + + SafetyDocument + + + DOC-SMOKE-SAFE-01.pdf + + + + + Pset_EnvironmentalImpactIndicators + + + IndicatorsUnit + + + kgCO2e/unit + + + + + Pset_ManufacturerTypeInformation + + + PerformanceCertificate + + + CERT-SMOKE-2025.pdf + + + + + Qto_AirTerminalBaseQuantities + + + GrossWeight + + + 18.5 + + + + + Pset_ConstructionAdministration + + + SubmittalIdentifer + + + SUB-SMOKE-01 + + + + + Pset_MaintenanceTriggerCondition + + + ConditionMaintenanceLevel + + + + + + + + Pset_Condition + + + AssessmentMethod + + + DOC-SMOKE-TEST-01.pdf + + + + + Pset_AirTerminalTypeCommon + + + SlotWidth + + + 0.025 + + + + + Pset_ElectricalDeviceCommon + + + NominalFrequencyRange + + + 50 + + + + + Pset_Condition + + + AssessmentDate + + + 2021-03-23 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_095_IFCPUMPTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_095_IFCPUMPTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..0e075a57204c71e125a691560666c57f1ac0fdb3 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_095_IFCPUMPTYPE.ids @@ -0,0 +1,536 @@ + + + + ポンプタイプ情報照査用 + + + + + + + IFCPUMPTYPE + + + + + + + 運用分類 + + + 運転用途 + + + 冷温水搬送用 + + + + + 製品台帳 + + + シリーズ名称 + + + VLPシリーズ + + + + + 配置計画 + + + 設置ゾーン + + + 地下機械室B + + + + + 流体系統 + + + 接続回路名 + + + 中温水二次系 + + + + + 本体構成 + + + ポンプ様式 + + + インライン多段ポンプ + + + + + 品質計画 + + + 静粛化オプション + + + 防振ベース付 + + + + + 制御構成 + + + 制御パッケージ + + + 遠方監視対応 + + + + + 水理条件 + + + 定格循環量[l/min] + + + 720 + + + + + 水理条件 + + + 最大処理流量[l/min] + + + 810 + + + + + 圧力条件 + + + 設計差圧[kPa] + + + 260 + + + + + 圧力条件 + + + 戻り側許容圧[kPa] + + + 140 + + + + + 適合情報 + + + 参照基準 + + + ISO9906 + + + + + 材料構成 + + + 接液部主要材質 + + + ステンレス鋳鋼 + + + + + 耐久評価 + + + 許容振動係数[G] + + + 1.1 + + + + + 駆動条件 + + + 標準回転速度[min-1] + + + 1780 + + + + + 音響評価 + + + 定格音圧[dB(A)] + + + 68 + + + + + 外形条件 + + + 本体幅W[mm] + + + 480 + + + + + 外形条件 + + + 本体奥行D[mm] + + + 920 + + + + + 外形条件 + + + 本体高さH[mm] + + + 1180 + + + + + 重量条件 + + + 乾燥時質量[kg] + + + 295 + + + + + 重量条件 + + + 満水運転質量[kg] + + + 342 + + + + + 保守空間 + + + 背面作業余裕[mm] + + + 750 + + + + + 保守空間 + + + 前面作業余裕[mm] + + + 900 + + + + + 保守空間 + + + 左側作業余裕[mm] + + + 500 + + + + + 保守空間 + + + 右側作業余裕[mm] + + + 520 + + + + + 保守空間 + + + 上部引抜余裕[mm] + + + 850 + + + + + 保守空間 + + + 架台下余裕[mm] + + + 120 + + + + + 重量条件 + + + 搬入時総質量[kg] + + + 360 + + + + + 受電条件 + + + 供給周波数[Hz] + + + 60 + + + + + 受電条件 + + + 電源相数 + + + 3 + + + + + 受電条件 + + + 定格電圧[V] + + + 400 + + + + + 駆動条件 + + + 駆動機容量[kW] + + + 15 + + + + + 省エネ評価 + + + 平均運転消費電力[kW] + + + 9.8 + + + + + 駆動条件 + + + 電動機極数 + + + 4 + + + + + 受電条件 + + + 電源引込口数 + + + 2 + + + + + 運転分類 + + + 受電区分 + + + 常用系 + + + + + 起動計画 + + + 起動シーケンス + + + ソフトスタート + + + + + 駆動機仕様 + + + モータ効率区分 + + + IE4 + + + + + BCP対応 + + + バックアップ電源区分 + + + 非常用切替対応 + + + + + 運転制御 + + + 発停トリガー + + + 圧力センサ連動 + + + + + 運転制御 + + + 制御ロジック + + + 差圧一定制御 + + + + + 管理記号 + + + 制御盤参照番号 + + + MCP-VLP-22 + + + + + 管理記号 + + + 系統配線タグ + + + PWR-HYD-2B + + + + + 台数計画 + + + 並列運転台数 + + + 2 + + + + + 保全計画 + + + 定期交換消耗品点数 + + + 4 + + + + + データ管理 + + + 管理版数 + + + 7 + + + + + データ管理 + + + 登録基準日 + + + 2025-09-18 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_096_IFCPUMPTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_096_IFCPUMPTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..9ebc9227037f239c9bacbdd9d0a6d1da65e310e4 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_096_IFCPUMPTYPE.ids @@ -0,0 +1,536 @@ + + + + ポンプ + + + + + + + IFCPUMPTYPE + + + + + + + 所要能力情報 + + + 記号 + + + PCH-2 + + + + + 所要能力情報 + + + 呼称 + + + 空調用ポンプ_横形 + + + + + 所要能力情報 + + + 符号 + + + PCH + + + + + 所要能力情報 + + + 系統名称 + + + 中層系統 + + + + + 所要能力情報 + + + 形式 + + + 立形渦巻ポンプ + + + + + 所要能力情報 + + + 特殊仕様 + + + 耐蝕仕様 + + + + + 所要能力情報 + + + 仕様 + + + 逆止弁一体 + + + + + 所要能力情報 + + + 設計水量 [l/min] + + + 1 + + + + + 水量仕様情報 + + + 吐水量 [l/min] + + + 1 + + + + + 水圧力仕様情報 + + + 揚程 [kPa] + + + 350 + + + + + 水圧力仕様情報 + + + 背圧 [kPa] + + + 80 + + + + + 一般仕様情報 + + + 認証・規格、認証・規格2~5 + + + JIS B1234 + + + + + 一般仕様情報 + + + 材質、材質2~7 + + + 鋳鉄製 + + + + + 一般仕様情報 + + + 耐震強度 [G] + + + 2 + + + + + 一般仕様情報 + + + 回転数 [min-1] + + + 1 + + + + + 一般仕様情報 + + + 騒音レベル [dB(A)] + + + 78 + + + + + 一般仕様情報 + + + 幅 [mm] + + + 1 + + + + + 一般仕様情報 + + + 奥行 [mm] + + + 750 + + + + + 一般仕様情報 + + + 高さ [mm] + + + 900 + + + + + 一般仕様情報 + + + 製品質量 [kg] + + + 320 + + + + + 一般仕様情報 + + + 運転質量 + + + 360 + + + + + 一般仕様情報 + + + 保守空間_背面 [mm] + + + 500 + + + + + 一般仕様情報 + + + 保守空間_前面 [mm] + + + 700 + + + + + 一般仕様情報 + + + 保守空間_左側 [mm] + + + 1 + + + + + 一般仕様情報 + + + 保守空間_右側 [mm] + + + 600 + + + + + 一般仕様情報 + + + 保守空間_上部 [mm] + + + 700 + + + + + 一般仕様情報 + + + 保守空間_下部 [mm] + + + 0 + + + + + 一般仕様情報 + + + 質量 [kg] + + + 380 + + + + + 電気仕様情報 + + + 周波数 [Hz] + + + 60 + + + + + 電気仕様情報 + + + + + + 3 + + + + + 電気仕様情報 + + + 電圧 [V] + + + 400 + + + + + 電気仕様情報 + + + 電動機出力 [kW] + + + 15 + + + + + 電気仕様情報 + + + 消費電力 [kW] + + + 18.2 + + + + + 電気仕様情報 + + + 極数 + + + 4 + + + + + 電気仕様情報 + + + 電源接続口 + + + 1 + + + + + 電気仕様情報 + + + 負荷分類 + + + 2_空調搬送 + + + + + 電気仕様情報 + + + 始動方式 + + + Y-Δ + + + + + 電気仕様情報 + + + 電動機種別 + + + IE3 + + + + + 電気仕様情報 + + + 電源種別 + + + 常用 + + + + + 電気仕様情報 + + + 発停方法 + + + 自動 + + + + + 電気仕様情報 + + + 制御方式 + + + 差圧一定 + + + + + 電気仕様情報 + + + 盤記号 + + + PANEL-1 + + + + + 電気仕様情報 + + + 幹線記号 + + + MFB-1 + + + + + 拡張仕様情報 + + + ユニット数 + + + 2 + + + + + テキスト情報 + + + 消耗品 + + + 1 + + + + + テキスト情報 + + + ファミリー版数 + + + 3 + + + + + テキスト情報 + + + データ作成年月 + + + 2019-04-15 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_097_IFCBOILERTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_097_IFCBOILERTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..8edd028cf98a91895e78c5de04a13da8e3dc4ab8 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_097_IFCBOILERTYPE.ids @@ -0,0 +1,547 @@ + + + + Boiler + + + + + + + IFCBOILERTYPE + + + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + BoilerCo + + + + + Pset_BoilerTypeCommon + + + EnergySource + + + NaturalGas + + + + + Pset_ElectricalDeviceCommon + + + RatedVoltage + + + 50000.0 + + + + + Pset_Condition + + + AssessmentType + + + FuelVerification + + + + + Pset_ElectricalDeviceCommon + + + RatedCurrent + + + 0.95 + + + + + Pset_BoilerTypeCommon + + + IsWaterStorageHeater + + + true + + + + + Pset_BoilerTypeCommon + + + PressureRating + + + 10.0 + + + + + Pset_BoilerTypeCommon + + + WaterInletTemperatureRange + + + 200.0 + + + + + Pset_BoilerTypeCommon + + + OutletTemperatureRange + + + 0.300 + + + + + Pset_BoilerTypeCommon + + + NominalPartLoadRatio + + + 48000.0 + + + + + Pset_BoilerTypeCommon + + + NominalEnergyConsumption + + + 5.5 + + + + + Pset_EnvironmentalCondition + + + StorageTemperatureRange + + + 353.15 + + + + + Pset_BoilerTypeCommon + + + HeatTransferSurfaceArea + + + 50.0 + + + + + Pset_ElectricalDeviceCommon + + + PowerFactor + + + 0.40 + + + + + Pset_ElectricalDeviceCommon + + + NumberOfPoles + + + 24 + + + + + Pset_ElementSize + + + NominalLength + + + 0.050 + + + + + Pset_BoilerTypeCommon + + + WaterStorageCapacity + + + 0.050 + + + + + Pset_ElementSize + + + NominalWidth + + + 0.015 + + + + + Pset_ElectricalDeviceCommon + + + NominalPowerConsumption + + + 0.300 + + + + + Pset_BoilerTypeCommon + + + OperatingMode + + + Fixed + + + + + Pset_ElectricalDeviceCommon + + + NumberOfPowerSupplyPorts + + + 4 + + + + + Pset_MaintenanceStrategy + + + MonitoringType + + + RemoteMonitoring + + + + + Pset_ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + Pset_ConstructionAdministration + + + SubmittalIdentifer + + + 4-20mA signal + + + + + Pset_ElectricalDeviceCommon + + + IP_Code + + + IP54 + + + + + Pset_ElectricalDeviceCommon + + + IK_Code + + + IK08 + + + + + Pset_Condition + + + AssessmentDescription + + + Combustion settings verified + + + + + Pset_EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 350000 + + + + + Pset_Condition + + + AssessmentCondition + + + Commissioning + + + + + Pset_Risk + + + AssociatedLocation + + + PlantRoom + + + + + Pset_Warranty + + + WarrantyPeriod + + + P2Y + + + + + Pset_BoilerTypeCommon + + + Reference + + + PR-6 + + + + + Pset_Warranty + + + IsExtendedWarranty + + + true + + + + + Pset_Warranty + + + Exclusions + + + Ground continuity required + + + + + Pset_Condition + + + NextAssessmentDate + + + 2025-08-01 + + + + + Pset_Condition + + + LastAssessmentReport + + + RPT-BLR-01 + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P1D + + + + + Pset_ConstructionAdministration + + + ProcurementMethod + + + Package supply + + + + + Pset_ElementSize + + + NominalHeight + + + 5.0 + + + + + Pset_Condition + + + AssessmentFrequency + + + 365 + + + + + Pset_MaintenanceStrategy + + + AssetPriority + + + High + + + + + Pset_Condition + + + AssessmentDate + + + 2025-06-01 + + + + + Pset_EnvironmentalImpactIndicators + + + ExpectedServiceLife + + + 20 + + + + + Pset_Warranty + + + PointOfContact + + + BoilerCo service + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + BLR-5000 + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + Qto_BoilerBaseQuantities + + + NetWeight + + + 450.0 + + + + + Qto_BoilerBaseQuantities + + + GrossWeight + + + 480.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_098_IFCBOILERTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_098_IFCBOILERTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..d6c2628a58efb25c7fa9a389ac6c43982641e8e7 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_098_IFCBOILERTYPE.ids @@ -0,0 +1,591 @@ + + + + ボイラー + + + + + + + IFCBOILERTYPE + + + + + + + Pset_Condition + + + AssessmentCondition + + + 試運転時 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + 小型貫流ボイラ + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + BS + + + + + Pset_Risk + + + AssociatedLocation + + + 低層系統 + + + + + Pset_Condition + + + AssessmentType + + + 型式確認 + + + + + Pset_Condition + + + AssessmentDescription + + + 不明 + + + + + Pset_Condition + + + LastAssessmentReport + + + 不明 + + + + + Pset_ElectricalDeviceCommon + + + RatedCurrent + + + 10 + + + + + Pset_ElectricalDeviceCommon + + + RatedVoltage + + + 1000 + + + + + Pset_ElectricalDeviceCommon + + + NumberOfPoles + + + 1000 + + + + + Pset_BoilerTypeCommon + + + HeatTransferSurfaceArea + + + 1 + + + + + Pset_ElectricalDeviceCommon + + + NominalFrequencyRange + + + 100 + + + + + Pset_ElectricalDeviceCommon + + + PowerFactor + + + 1.00 + + + + + Pset_ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + Pset_ElectricalDeviceCommon + + + HeatDissipation + + + 980 + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + JIS B0000 + + + + + Pset_Warranty + + + WarrantyContent + + + 鋼製ボディ + + + + + Pset_MaintenanceTriggerPerformance + + + TargetPerformance + + + 1.5 + + + + + Pset_ElectricalDeviceCommon + + + Power + + + 80 + + + + + Pset_EnvironmentalCondition + + + MaximumWindSpeed + + + 1 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.30 + + + + + Pset_EnvironmentalCondition + + + ReferenceEnvironmentTemperature + + + 298.15 + + + + + Pset_ElectricalDeviceCommon + + + NominalPowerConsumption + + + 2800 + + + + + Pset_EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 3000000 + + + + + Pset_ElementKinematics + + + LinearRange + + + 600 + + + + + Pset_Uncertainty + + + LinearUncertainty + + + 2 + + + + + Pset_Tolerance + + + OrthogonalStraightness + + + 600 + + + + + Pset_Uncertainty + + + HorizontalUncertainty + + + 600 + + + + + Pset_Tolerance + + + VerticalStraightness + + + 600 + + + + + Pset_Uncertainty + + + VerticalUncertainty + + + 600 + + + + + Pset_EnvironmentalCondition + + + SeismicResistance + + + 0.3 + + + + + Pset_EnvironmentalCondition + + + OperationalTemperatureRange + + + 333.15 + + + + + Pset_EnvironmentalCondition + + + SaltMistLevel + + + 高塩害 + + + + + Pset_EnvironmentalCondition + + + SmokeLevel + + + 低煙環境 + + + + + Pset_EnvironmentalCondition + + + MaximumSolarRadiation + + + 100 + + + + + Pset_Tolerance + + + OverallTolerance + + + 100 + + + + + Pset_Tolerance + + + HorizontalTolerance + + + 100 + + + + + Pset_Tolerance + + + VerticalTolerance + + + 100 + + + + + Pset_ElectricalDeviceCommon + + + EarthingStyle + + + TN-S + + + + + Pset_ElectricalDeviceCommon + + + IK_Code + + + IK10 + + + + + Pset_SoundGeneration + + + SoundCurve + + + 200 + + + + + Pset_BoilerTypeCommon + + + NominalPartLoadRatio + + + 7.5 + + + + + Pset_EnvironmentalCondition + + + MaximumRainIntensity + + + 15 + + + + + Pset_EnvironmentalCondition + + + StorageTemperatureRange + + + 318.15 + + + + + Pset_ServiceLife + + + ServiceLifeDuration + + + P10Y + + + + + Pset_Risk + + + AssociatedActivity + + + 1_熱源類 + + + + + Pset_ConstructionAdministration + + + ProcurementMethod + + + メーカー直納 + + + + + Pset_Risk + + + RiskName + + + 一般 + + + + + Pset_Risk + + + RiskAssessmentMethodology + + + 中央発停 + + + + + Pset_Risk + + + MitigationPlanned + + + 比例制御 + + + + + Pset_Risk + + + MitigationProposed + + + 比例制御 + + + + + Pset_Risk + + + AssociatedProduct + + + 比例制御 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_099_IFCTANKTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_099_IFCTANKTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..e3a5815ad22582bc9d6b59e65c17bd9a76a2e92b --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_099_IFCTANKTYPE.ids @@ -0,0 +1,701 @@ + + + + Tank + + + + + + + IFCTANKTYPE + + + + + + + Product Basics + + + BuilderName + + + TankCo + + + + + Product Basics + + + Model + + + TNK-30000 + + + + + Product Basics + + + Tank Form + + + Vertical + + + + + Product Basics + + + StandDirection + + + Vertical + + + + + Product Basics + + + Support Type + + + Skirt + + + + + Product Basics + + + Buried + + + true + + + + + Product Basics + + + Manway Size + + + 0.600 + + + + + Product Basics + + + Secondary Containment + + + true + + + + + Product Basics + + + Secondary Containment Volume + + + 5.0 + + + + + Geometry + + + TankDiameterValue + + + 3.00 + + + + + Geometry + + + TankHeightValue + + + 6.00 + + + + + Geometry + + + TankLengthValue + + + 8.00 + + + + + Geometry + + + Shell Thickness + + + 0.020 + + + + + Geometry + + + Roof Type + + + Cone + + + + + Geometry + + + Annular Space + + + 0.50 + + + + + Capacity and Levels + + + Nominal Capacity + + + 50.0 + + + + + Capacity and Levels + + + Usable Capacity + + + 48.0 + + + + + Capacity and Levels + + + Max Fill Level + + + 5.80 + + + + + Capacity and Levels + + + Min Operating Level + + + 0.20 + + + + + Capacity and Levels + + + Fill Rate + + + 0.50 + + + + + Materials + + + Shell Material + + + CarbonSteel + + + + + Materials + + + Lining Material + + + Epoxy + + + + + Materials + + + Insulation Type + + + MineralWool + + + + + Materials + + + Corrosion Allowance + + + 0.005 + + + + + Materials + + + Design Code + + + API650 + + + + + Pressure and Temperature + + + Design Pressure + + + 0.50 + + + + + Pressure and Temperature + + + Test Pressure + + + 0.75 + + + + + Pressure and Temperature + + + Max Operating Temperature + + + 120.0 + + + + + Pressure and Temperature + + + Min Operating Temperature + + + -20.0 + + + + + Pressure and Temperature + + + Thermal Expansion Allowance + + + 0.005 + + + + + Connections + + + Inlet Connection Size + + + 0.050 + + + + + Connections + + + Outlet Connection Size + + + 0.050 + + + + + Connections + + + Drain Connection Size + + + 0.050 + + + + + Connections + + + Vent Connection Size + + + 0.050 + + + + + Connections + + + Manway Count + + + 1 + + + + + Connections + + + Nozzle Orientation + + + Top + + + + + Safety + + + Overfill Protection + + + true + + + + + Safety + + + Level Sensors + + + true + + + + + Safety + + + Leak Detection + + + true + + + + + Safety + + + Has Pressure Relief + + + true + + + + + Safety + + + Emergency Venting + + + true + + + + + Monitoring + + + Remote Monitoring + + + true + + + + + Monitoring + + + Control Protocol + + + Modbus + + + + + Monitoring + + + Level Sensor Type + + + Ultrasonic + + + + + Monitoring + + + Alarm Setpoint + + + 0.90 + + + + + Installation + + + Foundation Required + + + true + + + + + Installation + + + Anchorage Spec + + + Concrete pad with M24 anchors x8 + + + + + Installation + + + Lifting Lugs + + + 4 lugs at 90deg + + + + + Installation + + + Maintenance Clearance + + + 1.00 + + + + + Installation + + + Earthing + + + Bonding + + + + + Maintenance + + + Cleaning Interval + + + 365 + + + + + Maintenance + + + Coating Inspection Interval + + + 365 + + + + + Maintenance + + + Spare Parts + + + Gasket set;Level transmitter;Manway seal + + + + + Maintenance + + + Last Inspection Date + + + 2025-06-01 + + + + + Handling and Transport + + + Gross Weight + + + 5000.0 + + + + + Handling and Transport + + + Net Weight + + + 4800.0 + + + + + Handling and Transport + + + Max Section Weight + + + 2000.0 + + + + + Handling and Transport + + + Transport Unit Size + + + 20ftContainer + + + + + Manufacturer Info + + + FabricatorName + + + TankCo + + + + + Manufacturer Info + + + Model + + + TNK-30000 + + + + + Production + + + Lot ID + + + LOT-2025-01 + + + + + Quantities + + + Net Weight + + + 4800.0 + + + + + + \ No newline at end of file diff --git a/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_100_IFCTANKTYPE.ids b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_100_IFCTANKTYPE.ids new file mode 100644 index 0000000000000000000000000000000000000000..633655c8e24be3d35cfe5c850218bc9a8db443c4 --- /dev/null +++ b/data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_100_IFCTANKTYPE.ids @@ -0,0 +1,701 @@ + + + + Tank + + + + + + + IFCTANKTYPE + + + + + + + Pset_ManufacturerTypeInformation + + + Manufacturer + + + AquaStor + + + + + Pset_ConstructionAdministration + + + SubmittalIdentifer + + + VT-45000 + + + + + Pset_TankTypeCommon + + + PatternType + + + VERTICALCYLINDER + + + + + Pset_Condition + + + AssessmentDescription + + + StandDirection: Vertical + + + + + Pset_Condition + + + AssessmentType + + + SupportInspection + + + + + Pset_Condition + + + AssessmentCondition + + + Installed condition + + + + + Pset_TankTypeSectional + + + SectionWidth + + + 0.750 + + + + + Pset_Warranty + + + WarrantyContent + + + Secondary containment provided + + + + + Pset_TankTypePreformed + + + SecondCurvatureRadius + + + 6.0 + + + + + Pset_TankTypeCommon + + + EffectiveCapacity + + + 57.5 + + + + + Pset_TankTypeCommon + + + OperatingWeight + + + 5400.0 + + + + + Pset_TankTypeSectional + + + SectionLength + + + 10.00 + + + + + Pset_ElementSize + + + NominalWidth + + + 0.025 + + + + + Pset_ManufacturerTypeInformation + + + ModelReference + + + Dome roof + + + + + Pset_Tolerance + + + OrthogonalTolerance + + + 0.40 + + + + + Pset_TankTypeCommon + + + TankNominalCapacity + + + 60.0 + + + + + Pset_ElementSize + + + NominalLength + + + 57.0 + + + + + Pset_EnvironmentalCondition + + + ReferenceAirRelativeHumidity + + + 0.45 + + + + + Pset_EnvironmentalCondition + + + MaximumAtmosphericPressure + + + 300000 + + + + + Pset_Tolerance + + + HorizontalTolerance + + + 0.65 + + + + + Pset_ManufacturerTypeInformation + + + ModelLabel + + + Stainless steel shell + + + + + Pset_Risk + + + RiskName + + + Corrosion + + + + + Pset_Risk + + + RiskAssessmentMethodology + + + Inspection checklist + + + + + Pset_Tolerance + + + OverallTolerance + + + 0.006 + + + + + Pset_ConstructionAdministration + + + SpecificationSectionNumber + + + API620 + + + + + Pset_TankTypePreformed + + + FirstCurvatureRadius + + + 0.30 + + + + + Pset_Warranty + + + WarrantyIdentifier + + + WR-TNK-2025-01 + + + + + Pset_Warranty + + + WarrantyStartDate + + + 2025-07-20 + + + + + Pset_Warranty + + + WarrantyPeriod + + + P5Y + + + + + Pset_EnvironmentalCondition + + + SeismicResistance + + + 0.006 + + + + + Pset_Tolerance + + + VerticalTolerance + + + 0.080 + + + + + Pset_Tolerance + + + PlanarFlatness + + + 0.080 + + + + + Pset_Tolerance + + + HorizontalFlatness + + + 0.050 + + + + + Pset_Tolerance + + + SideFlatness + + + 0.050 + + + + + Pset_TankTypeSectional + + + NumberOfSections + + + 2 + + + + + Pset_ManufacturerTypeInformation + + + ProductionYear + + + 2025 + + + + + Pset_ElectricalDeviceCommon + + + HasProtectiveEarth + + + true + + + + + Pset_Tolerance + + + ToleranceDescription + + + Factory dimensional tolerance + + + + + Pset_ConstructionAdministration + + + ProcurementMethod + + + Vendor package supply + + + + + Pset_Risk + + + AssociatedProduct + + + Pressure relief equipped + + + + + Pset_Risk + + + AssociatedActivity + + + Emergency venting + + + + + Pset_ManufacturerTypeInformation + + + OperationalDocument + + + Remote monitoring guide + + + + + Pset_ManufacturerTypeInformation + + + SafetyDocument + + + BACnet control spec + + + + + Pset_ManufacturerTypeInformation + + + PerformanceCertificate + + + Radar sensor spec + + + + + Pset_ElementSize + + + NominalHeight + + + 0.85 + + + + + Pset_Risk + + + AssociatedLocation + + + Outdoor utility yard + + + + + Pset_Warranty + + + Exclusions + + + Concrete ring beam with M20 anchors x12 + + + + + Pset_Condition + + + LastAssessmentReport + + + RPT-TNK-01 + + + + + Pset_Tolerance + + + OrthogonalStraightness + + + 1.20 + + + + + Pset_ElectricalDeviceCommon + + + IP_Code + + + IP54 + + + + + Pset_MaintenanceTriggerDuration + + + DurationMaintenanceLevel + + + P180D + + + + + Pset_MaintenanceTriggerDuration + + + DurationReplacementLevel + + + P180D + + + + + Pset_ManufacturerTypeInformation + + + ArticleNumber + + + SPARE-KIT-01 + + + + + Pset_Condition + + + AssessmentDate + + + 2025-07-15 + + + + + Qto_TankBaseQuantities + + + GrossWeight + + + 5200.0 + + + + + Qto_TankBaseQuantities + + + NetWeight + + + 5000.0 + + + + + Qto_TankBaseQuantities + + + TotalSurfaceArea + + + 1800.0 + + + + + Pset_TankTypeCommon + + + Reference + + + 40ftContainer + + + + + Pset_Warranty + + + PointOfContact + + + AquaStor support + + + + + Pset_Tolerance + + + ElevationalFlatness + + + 0.012 + + + + + Pset_ManufacturerTypeInformation + + + GlobalTradeItemNumber + + + LOT-2025-08 + + + + + Pset_EnvironmentalCondition + + + MaximumRainIntensity + + + 5000.0 + + + + + + \ No newline at end of file diff --git a/metadata/IFC2X3.json b/metadata/IFC2X3.json new file mode 100644 index 0000000000000000000000000000000000000000..7b1065e06a8983c5a343ee38d01192b07ffa5670 --- /dev/null +++ b/metadata/IFC2X3.json @@ -0,0 +1,1002 @@ +[ + { + "id": "001", + "entity": "IFCPROJECT", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_001_IFCPROJECT.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_001_IFCPROJECT.ids" + }, + { + "id": "002", + "entity": "IFCPROJECT", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_002_IFCPROJECT.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_002_IFCPROJECT.ids" + }, + { + "id": "003", + "entity": "IFCPROJECT", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_003_IFCPROJECT.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_003_IFCPROJECT.ids" + }, + { + "id": "004", + "entity": "IFCPROJECT", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_004_IFCPROJECT.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_004_IFCPROJECT.ids" + }, + { + "id": "005", + "entity": "IFCPROJECT", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_005_IFCPROJECT.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_005_IFCPROJECT.ids" + }, + { + "id": "006", + "entity": "IFCSITE", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_006_IFCSITE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_006_IFCSITE.ids" + }, + { + "id": "007", + "entity": "IFCSITE", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_007_IFCSITE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_007_IFCSITE.ids" + }, + { + "id": "008", + "entity": "IFCSITE", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_008_IFCSITE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_008_IFCSITE.ids" + }, + { + "id": "009", + "entity": "IFCSITE", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_009_IFCSITE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_009_IFCSITE.ids" + }, + { + "id": "010", + "entity": "IFCSITE", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_010_IFCSITE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_010_IFCSITE.ids" + }, + { + "id": "011", + "entity": "IFCBUILDING", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_011_IFCBUILDING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_011_IFCBUILDING.ids" + }, + { + "id": "012", + "entity": "IFCBUILDING", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_012_IFCBUILDING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_012_IFCBUILDING.ids" + }, + { + "id": "013", + "entity": "IFCBUILDING", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_013_IFCBUILDING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_013_IFCBUILDING.ids" + }, + { + "id": "014", + "entity": "IFCBUILDING", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_014_IFCBUILDING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_014_IFCBUILDING.ids" + }, + { + "id": "015", + "entity": "IFCBUILDING", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_015_IFCBUILDING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_015_IFCBUILDING.ids" + }, + { + "id": "016", + "entity": "IFCBUILDINGSTOREY", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_016_IFCBUILDINGSTOREY.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_016_IFCBUILDINGSTOREY.ids" + }, + { + "id": "017", + "entity": "IFCBUILDINGSTOREY", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_017_IFCBUILDINGSTOREY.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_017_IFCBUILDINGSTOREY.ids" + }, + { + "id": "018", + "entity": "IFCBUILDINGSTOREY", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_018_IFCBUILDINGSTOREY.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_018_IFCBUILDINGSTOREY.ids" + }, + { + "id": "019", + "entity": "IFCBUILDINGSTOREY", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_019_IFCBUILDINGSTOREY.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_019_IFCBUILDINGSTOREY.ids" + }, + { + "id": "020", + "entity": "IFCBUILDINGSTOREY", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_020_IFCBUILDINGSTOREY.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_020_IFCBUILDINGSTOREY.ids" + }, + { + "id": "021", + "entity": "IFCSPACE", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_021_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_021_IFCSPACE.ids" + }, + { + "id": "022", + "entity": "IFCSPACE", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_022_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_022_IFCSPACE.ids" + }, + { + "id": "023", + "entity": "IFCSPACE", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_023_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_023_IFCSPACE.ids" + }, + { + "id": "024", + "entity": "IFCSPACE", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_024_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_024_IFCSPACE.ids" + }, + { + "id": "025", + "entity": "IFCSPACE", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_025_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_025_IFCSPACE.ids" + }, + { + "id": "026", + "entity": "IFCSPACE", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_026_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_026_IFCSPACE.ids" + }, + { + "id": "027", + "entity": "IFCWALL", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_027_IFCWALL.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_027_IFCWALL.ids" + }, + { + "id": "028", + "entity": "IFCWALL", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_028_IFCWALL.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_028_IFCWALL.ids" + }, + { + "id": "029", + "entity": "IFCDOOR", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_029_IFCDOOR.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_029_IFCDOOR.ids" + }, + { + "id": "030", + "entity": "IFCDOOR", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_030_IFCDOOR.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_030_IFCDOOR.ids" + }, + { + "id": "031", + "entity": "IFCWINDOW", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_031_IFCWINDOW.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_031_IFCWINDOW.ids" + }, + { + "id": "032", + "entity": "IFCWINDOW", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_032_IFCWINDOW.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_032_IFCWINDOW.ids" + }, + { + "id": "033", + "entity": "IFCSLAB", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_033_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_033_IFCSLAB.ids" + }, + { + "id": "034", + "entity": "IFCSLAB", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_034_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_034_IFCSLAB.ids" + }, + { + "id": "035", + "entity": "IFCSTAIR", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_035_IFCSTAIR.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_035_IFCSTAIR.ids" + }, + { + "id": "036", + "entity": "IFCSTAIR", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_036_IFCSTAIR.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_036_IFCSTAIR.ids" + }, + { + "id": "037", + "entity": "IFCROOF", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_037_IFCROOF.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_037_IFCROOF.ids" + }, + { + "id": "038", + "entity": "IFCROOF", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_038_IFCROOF.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_038_IFCROOF.ids" + }, + { + "id": "039", + "entity": "IFCCOLUMN", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_039_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_039_IFCCOLUMN.ids" + }, + { + "id": "040", + "entity": "IFCCOLUMN", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_040_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_040_IFCCOLUMN.ids" + }, + { + "id": "041", + "entity": "IFCBEAM", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_041_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_041_IFCBEAM.ids" + }, + { + "id": "042", + "entity": "IFCBEAM", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_042_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_042_IFCBEAM.ids" + }, + { + "id": "043", + "entity": "IFCCURTAINWALL", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_043_IFCCURTAINWALL.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_043_IFCCURTAINWALL.ids" + }, + { + "id": "044", + "entity": "IFCCURTAINWALL", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_044_IFCCURTAINWALL.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_044_IFCCURTAINWALL.ids" + }, + { + "id": "045", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_045_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_045_IFCCOVERING.ids" + }, + { + "id": "046", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_046_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_046_IFCCOVERING.ids" + }, + { + "id": "047", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_047_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_047_IFCCOVERING.ids" + }, + { + "id": "048", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_048_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_048_IFCCOVERING.ids" + }, + { + "id": "049", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_049_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_049_IFCCOVERING.ids" + }, + { + "id": "050", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_050_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_050_IFCCOVERING.ids" + }, + { + "id": "051", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_051_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_051_IFCCOVERING.ids" + }, + { + "id": "052", + "entity": "IFCFURNITURETYPE", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_052_IFCFURNITURETYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_052_IFCFURNITURETYPE.ids" + }, + { + "id": "053", + "entity": "IFCCOLUMN", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_053_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_053_IFCCOLUMN.ids" + }, + { + "id": "054", + "entity": "IFCCOLUMN", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_054_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_054_IFCCOLUMN.ids" + }, + { + "id": "055", + "entity": "IFCCOLUMN", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_055_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_055_IFCCOLUMN.ids" + }, + { + "id": "056", + "entity": "IFCCOLUMN", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_056_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_056_IFCCOLUMN.ids" + }, + { + "id": "057", + "entity": "IFCBEAM", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_057_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_057_IFCBEAM.ids" + }, + { + "id": "058", + "entity": "IFCBEAM", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_058_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_058_IFCBEAM.ids" + }, + { + "id": "059", + "entity": "IFCBEAM", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_059_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_059_IFCBEAM.ids" + }, + { + "id": "060", + "entity": "IFCBEAM", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_060_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_060_IFCBEAM.ids" + }, + { + "id": "061", + "entity": "IFCBEAM", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_061_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_061_IFCBEAM.ids" + }, + { + "id": "062", + "entity": "IFCSLAB", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_062_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_062_IFCSLAB.ids" + }, + { + "id": "063", + "entity": "IFCSLAB", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_063_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_063_IFCSLAB.ids" + }, + { + "id": "064", + "entity": "IFCSLAB", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_064_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_064_IFCSLAB.ids" + }, + { + "id": "065", + "entity": "IFCSLAB", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_065_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_065_IFCSLAB.ids" + }, + { + "id": "066", + "entity": "IFCFOOTING", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_066_IFCFOOTING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_066_IFCFOOTING.ids" + }, + { + "id": "067", + "entity": "IFCFOOTING", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_067_IFCFOOTING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_067_IFCFOOTING.ids" + }, + { + "id": "068", + "entity": "IFCFOOTING", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_068_IFCFOOTING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_068_IFCFOOTING.ids" + }, + { + "id": "069", + "entity": "IFCFOOTING", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_069_IFCFOOTING.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_069_IFCFOOTING.ids" + }, + { + "id": "070", + "entity": "IFCPILE", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_070_IFCPILE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_070_IFCPILE.ids" + }, + { + "id": "071", + "entity": "IFCPILE", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_071_IFCPILE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_071_IFCPILE.ids" + }, + { + "id": "072", + "entity": "IFCPILE", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_072_IFCPILE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_072_IFCPILE.ids" + }, + { + "id": "073", + "entity": "IFCROOF", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_073_IFCROOF.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_073_IFCROOF.ids" + }, + { + "id": "074", + "entity": "IFCROOF", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_074_IFCROOF.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_074_IFCROOF.ids" + }, + { + "id": "075", + "entity": "IFCROOF", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_075_IFCROOF.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_075_IFCROOF.ids" + }, + { + "id": "076", + "entity": "IFCWALL", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_076_IFCWALL.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_076_IFCWALL.ids" + }, + { + "id": "077", + "entity": "IFCWALL", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_077_IFCWALL.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_077_IFCWALL.ids" + }, + { + "id": "078", + "entity": "IFCWALL", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_078_IFCWALL.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_078_IFCWALL.ids" + }, + { + "id": "079", + "entity": "IFCSANITARYTERMINALTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_079_IFCSANITARYTERMINALTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_079_IFCSANITARYTERMINALTYPE.ids" + }, + { + "id": "080", + "entity": "IFCSANITARYTERMINALTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_080_IFCSANITARYTERMINALTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_080_IFCSANITARYTERMINALTYPE.ids" + }, + { + "id": "081", + "entity": "IFCVALVETYPE", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_081_IFCVALVETYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_081_IFCVALVETYPE.ids" + }, + { + "id": "082", + "entity": "IFCVALVETYPE", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_082_IFCVALVETYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_082_IFCVALVETYPE.ids" + }, + { + "id": "083", + "entity": "IFCLIGHTFIXTURETYPE", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_083_IFCLIGHTFIXTURETYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_083_IFCLIGHTFIXTURETYPE.ids" + }, + { + "id": "084", + "entity": "IFCLIGHTFIXTURETYPE", + "category": "Equipment", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_084_IFCLIGHTFIXTURETYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_084_IFCLIGHTFIXTURETYPE.ids" + }, + { + "id": "085", + "entity": "IFCHEATEXCHANGERTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_085_IFCHEATEXCHANGERTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_085_IFCHEATEXCHANGERTYPE.ids" + }, + { + "id": "086", + "entity": "IFCHEATEXCHANGERTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_086_IFCHEATEXCHANGERTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_086_IFCHEATEXCHANGERTYPE.ids" + }, + { + "id": "087", + "entity": "IFCUNITARYEQUIPMENTTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_087_IFCUNITARYEQUIPMENTTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_087_IFCUNITARYEQUIPMENTTYPE.ids" + }, + { + "id": "088", + "entity": "IFCUNITARYEQUIPMENTTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_088_IFCUNITARYEQUIPMENTTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_088_IFCUNITARYEQUIPMENTTYPE.ids" + }, + { + "id": "089", + "entity": "IFCFLOWTERMINAL", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_089_IFCFLOWTERMINAL.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_089_IFCFLOWTERMINAL.ids" + }, + { + "id": "090", + "entity": "IFCFLOWTERMINAL", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_090_IFCFLOWTERMINAL.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_090_IFCFLOWTERMINAL.ids" + }, + { + "id": "091", + "entity": "IFCALARMTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_091_IFCALARMTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_091_IFCALARMTYPE.ids" + }, + { + "id": "092", + "entity": "IFCALARMTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_092_IFCALARMTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_092_IFCALARMTYPE.ids" + }, + { + "id": "093", + "entity": "IFCAIRTERMINALTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_093_IFCAIRTERMINALTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_093_IFCAIRTERMINALTYPE.ids" + }, + { + "id": "094", + "entity": "IFCAIRTERMINALTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_094_IFCAIRTERMINALTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_094_IFCAIRTERMINALTYPE.ids" + }, + { + "id": "095", + "entity": "IFCPUMPTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_095_IFCPUMPTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_095_IFCPUMPTYPE.ids" + }, + { + "id": "096", + "entity": "IFCPUMPTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_096_IFCPUMPTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_096_IFCPUMPTYPE.ids" + }, + { + "id": "097", + "entity": "IFCBOILERTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_097_IFCBOILERTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_097_IFCBOILERTYPE.ids" + }, + { + "id": "098", + "entity": "IFCBOILERTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_098_IFCBOILERTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_098_IFCBOILERTYPE.ids" + }, + { + "id": "099", + "entity": "IFCTANKTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_099_IFCTANKTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_099_IFCTANKTYPE.ids" + }, + { + "id": "100", + "entity": "IFCTANKTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC2X3/IFC2X3_100_IFCTANKTYPE.csv", + "output_ids": "data/output_ids/IFC2X3/IFC2X3_100_IFCTANKTYPE.ids" + } +] diff --git a/metadata/IFC4.json b/metadata/IFC4.json new file mode 100644 index 0000000000000000000000000000000000000000..2927a4d51d32c1a580ba57680b89b64567887d5e --- /dev/null +++ b/metadata/IFC4.json @@ -0,0 +1,1002 @@ +[ + { + "id": "001", + "entity": "IFCPROJECT", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_001_IFCPROJECT.csv", + "output_ids": "data/output_ids/IFC4/IFC4_001_IFCPROJECT.ids" + }, + { + "id": "002", + "entity": "IFCPROJECT", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_002_IFCPROJECT.csv", + "output_ids": "data/output_ids/IFC4/IFC4_002_IFCPROJECT.ids" + }, + { + "id": "003", + "entity": "IFCPROJECT", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_003_IFCPROJECT.csv", + "output_ids": "data/output_ids/IFC4/IFC4_003_IFCPROJECT.ids" + }, + { + "id": "004", + "entity": "IFCPROJECT", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_004_IFCPROJECT.csv", + "output_ids": "data/output_ids/IFC4/IFC4_004_IFCPROJECT.ids" + }, + { + "id": "005", + "entity": "IFCPROJECT", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_005_IFCPROJECT.csv", + "output_ids": "data/output_ids/IFC4/IFC4_005_IFCPROJECT.ids" + }, + { + "id": "006", + "entity": "IFCSITE", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_006_IFCSITE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_006_IFCSITE.ids" + }, + { + "id": "007", + "entity": "IFCSITE", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_007_IFCSITE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_007_IFCSITE.ids" + }, + { + "id": "008", + "entity": "IFCSITE", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_008_IFCSITE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_008_IFCSITE.ids" + }, + { + "id": "009", + "entity": "IFCSITE", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_009_IFCSITE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_009_IFCSITE.ids" + }, + { + "id": "010", + "entity": "IFCSITE", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_010_IFCSITE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_010_IFCSITE.ids" + }, + { + "id": "011", + "entity": "IFCBUILDING", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_011_IFCBUILDING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_011_IFCBUILDING.ids" + }, + { + "id": "012", + "entity": "IFCBUILDING", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_012_IFCBUILDING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_012_IFCBUILDING.ids" + }, + { + "id": "013", + "entity": "IFCBUILDING", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_013_IFCBUILDING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_013_IFCBUILDING.ids" + }, + { + "id": "014", + "entity": "IFCBUILDING", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_014_IFCBUILDING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_014_IFCBUILDING.ids" + }, + { + "id": "015", + "entity": "IFCBUILDING", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_015_IFCBUILDING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_015_IFCBUILDING.ids" + }, + { + "id": "016", + "entity": "IFCBUILDINGSTOREY", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_016_IFCBUILDINGSTOREY.csv", + "output_ids": "data/output_ids/IFC4/IFC4_016_IFCBUILDINGSTOREY.ids" + }, + { + "id": "017", + "entity": "IFCBUILDINGSTOREY", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_017_IFCBUILDINGSTOREY.csv", + "output_ids": "data/output_ids/IFC4/IFC4_017_IFCBUILDINGSTOREY.ids" + }, + { + "id": "018", + "entity": "IFCBUILDINGSTOREY", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_018_IFCBUILDINGSTOREY.csv", + "output_ids": "data/output_ids/IFC4/IFC4_018_IFCBUILDINGSTOREY.ids" + }, + { + "id": "019", + "entity": "IFCBUILDINGSTOREY", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_019_IFCBUILDINGSTOREY.csv", + "output_ids": "data/output_ids/IFC4/IFC4_019_IFCBUILDINGSTOREY.ids" + }, + { + "id": "020", + "entity": "IFCBUILDINGSTOREY", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_020_IFCBUILDINGSTOREY.csv", + "output_ids": "data/output_ids/IFC4/IFC4_020_IFCBUILDINGSTOREY.ids" + }, + { + "id": "021", + "entity": "IFCSPACE", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_021_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_021_IFCSPACE.ids" + }, + { + "id": "022", + "entity": "IFCSPACE", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_022_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_022_IFCSPACE.ids" + }, + { + "id": "023", + "entity": "IFCSPACE", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_023_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_023_IFCSPACE.ids" + }, + { + "id": "024", + "entity": "IFCSPACE", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_024_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_024_IFCSPACE.ids" + }, + { + "id": "025", + "entity": "IFCSPACE", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_025_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_025_IFCSPACE.ids" + }, + { + "id": "026", + "entity": "IFCSPACE", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_026_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_026_IFCSPACE.ids" + }, + { + "id": "027", + "entity": "IFCWALL", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_027_IFCWALL.csv", + "output_ids": "data/output_ids/IFC4/IFC4_027_IFCWALL.ids" + }, + { + "id": "028", + "entity": "IFCWALL", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_028_IFCWALL.csv", + "output_ids": "data/output_ids/IFC4/IFC4_028_IFCWALL.ids" + }, + { + "id": "029", + "entity": "IFCDOOR", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_029_IFCDOOR.csv", + "output_ids": "data/output_ids/IFC4/IFC4_029_IFCDOOR.ids" + }, + { + "id": "030", + "entity": "IFCDOOR", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_030_IFCDOOR.csv", + "output_ids": "data/output_ids/IFC4/IFC4_030_IFCDOOR.ids" + }, + { + "id": "031", + "entity": "IFCWINDOW", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_031_IFCWINDOW.csv", + "output_ids": "data/output_ids/IFC4/IFC4_031_IFCWINDOW.ids" + }, + { + "id": "032", + "entity": "IFCWINDOW", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_032_IFCWINDOW.csv", + "output_ids": "data/output_ids/IFC4/IFC4_032_IFCWINDOW.ids" + }, + { + "id": "033", + "entity": "IFCSLAB", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_033_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC4/IFC4_033_IFCSLAB.ids" + }, + { + "id": "034", + "entity": "IFCSLAB", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_034_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC4/IFC4_034_IFCSLAB.ids" + }, + { + "id": "035", + "entity": "IFCSTAIR", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_035_IFCSTAIR.csv", + "output_ids": "data/output_ids/IFC4/IFC4_035_IFCSTAIR.ids" + }, + { + "id": "036", + "entity": "IFCSTAIR", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_036_IFCSTAIR.csv", + "output_ids": "data/output_ids/IFC4/IFC4_036_IFCSTAIR.ids" + }, + { + "id": "037", + "entity": "IFCROOF", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_037_IFCROOF.csv", + "output_ids": "data/output_ids/IFC4/IFC4_037_IFCROOF.ids" + }, + { + "id": "038", + "entity": "IFCROOF", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_038_IFCROOF.csv", + "output_ids": "data/output_ids/IFC4/IFC4_038_IFCROOF.ids" + }, + { + "id": "039", + "entity": "IFCCOLUMN", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_039_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC4/IFC4_039_IFCCOLUMN.ids" + }, + { + "id": "040", + "entity": "IFCCOLUMN", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_040_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC4/IFC4_040_IFCCOLUMN.ids" + }, + { + "id": "041", + "entity": "IFCBEAM", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_041_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC4/IFC4_041_IFCBEAM.ids" + }, + { + "id": "042", + "entity": "IFCBEAM", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_042_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC4/IFC4_042_IFCBEAM.ids" + }, + { + "id": "043", + "entity": "IFCCURTAINWALL", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_043_IFCCURTAINWALL.csv", + "output_ids": "data/output_ids/IFC4/IFC4_043_IFCCURTAINWALL.ids" + }, + { + "id": "044", + "entity": "IFCCURTAINWALL", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_044_IFCCURTAINWALL.csv", + "output_ids": "data/output_ids/IFC4/IFC4_044_IFCCURTAINWALL.ids" + }, + { + "id": "045", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_045_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_045_IFCCOVERING.ids" + }, + { + "id": "046", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_046_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_046_IFCCOVERING.ids" + }, + { + "id": "047", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_047_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_047_IFCCOVERING.ids" + }, + { + "id": "048", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_048_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_048_IFCCOVERING.ids" + }, + { + "id": "049", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_049_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_049_IFCCOVERING.ids" + }, + { + "id": "050", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_050_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_050_IFCCOVERING.ids" + }, + { + "id": "051", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_051_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_051_IFCCOVERING.ids" + }, + { + "id": "052", + "entity": "IFCFURNITURETYPE", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_052_IFCFURNITURETYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_052_IFCFURNITURETYPE.ids" + }, + { + "id": "053", + "entity": "IFCCOLUMN", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_053_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC4/IFC4_053_IFCCOLUMN.ids" + }, + { + "id": "054", + "entity": "IFCCOLUMN", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_054_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC4/IFC4_054_IFCCOLUMN.ids" + }, + { + "id": "055", + "entity": "IFCCOLUMN", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_055_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC4/IFC4_055_IFCCOLUMN.ids" + }, + { + "id": "056", + "entity": "IFCCOLUMN", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_056_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC4/IFC4_056_IFCCOLUMN.ids" + }, + { + "id": "057", + "entity": "IFCBEAM", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_057_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC4/IFC4_057_IFCBEAM.ids" + }, + { + "id": "058", + "entity": "IFCBEAM", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_058_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC4/IFC4_058_IFCBEAM.ids" + }, + { + "id": "059", + "entity": "IFCBEAM", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_059_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC4/IFC4_059_IFCBEAM.ids" + }, + { + "id": "060", + "entity": "IFCBEAM", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_060_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC4/IFC4_060_IFCBEAM.ids" + }, + { + "id": "061", + "entity": "IFCBEAM", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_061_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC4/IFC4_061_IFCBEAM.ids" + }, + { + "id": "062", + "entity": "IFCSLAB", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_062_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC4/IFC4_062_IFCSLAB.ids" + }, + { + "id": "063", + "entity": "IFCSLAB", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_063_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC4/IFC4_063_IFCSLAB.ids" + }, + { + "id": "064", + "entity": "IFCSLAB", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_064_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC4/IFC4_064_IFCSLAB.ids" + }, + { + "id": "065", + "entity": "IFCSLAB", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_065_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC4/IFC4_065_IFCSLAB.ids" + }, + { + "id": "066", + "entity": "IFCFOOTING", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_066_IFCFOOTING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_066_IFCFOOTING.ids" + }, + { + "id": "067", + "entity": "IFCFOOTING", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_067_IFCFOOTING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_067_IFCFOOTING.ids" + }, + { + "id": "068", + "entity": "IFCFOOTING", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_068_IFCFOOTING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_068_IFCFOOTING.ids" + }, + { + "id": "069", + "entity": "IFCFOOTING", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_069_IFCFOOTING.csv", + "output_ids": "data/output_ids/IFC4/IFC4_069_IFCFOOTING.ids" + }, + { + "id": "070", + "entity": "IFCPILE", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_070_IFCPILE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_070_IFCPILE.ids" + }, + { + "id": "071", + "entity": "IFCPILE", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_071_IFCPILE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_071_IFCPILE.ids" + }, + { + "id": "072", + "entity": "IFCPILE", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_072_IFCPILE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_072_IFCPILE.ids" + }, + { + "id": "073", + "entity": "IFCROOF", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_073_IFCROOF.csv", + "output_ids": "data/output_ids/IFC4/IFC4_073_IFCROOF.ids" + }, + { + "id": "074", + "entity": "IFCROOF", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_074_IFCROOF.csv", + "output_ids": "data/output_ids/IFC4/IFC4_074_IFCROOF.ids" + }, + { + "id": "075", + "entity": "IFCROOF", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_075_IFCROOF.csv", + "output_ids": "data/output_ids/IFC4/IFC4_075_IFCROOF.ids" + }, + { + "id": "076", + "entity": "IFCWALL", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_076_IFCWALL.csv", + "output_ids": "data/output_ids/IFC4/IFC4_076_IFCWALL.ids" + }, + { + "id": "077", + "entity": "IFCWALL", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_077_IFCWALL.csv", + "output_ids": "data/output_ids/IFC4/IFC4_077_IFCWALL.ids" + }, + { + "id": "078", + "entity": "IFCWALL", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_078_IFCWALL.csv", + "output_ids": "data/output_ids/IFC4/IFC4_078_IFCWALL.ids" + }, + { + "id": "079", + "entity": "IFCSANITARYTERMINALTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_079_IFCSANITARYTERMINALTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_079_IFCSANITARYTERMINALTYPE.ids" + }, + { + "id": "080", + "entity": "IFCSANITARYTERMINALTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_080_IFCSANITARYTERMINALTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_080_IFCSANITARYTERMINALTYPE.ids" + }, + { + "id": "081", + "entity": "IFCVALVETYPE", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_081_IFCVALVETYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_081_IFCVALVETYPE.ids" + }, + { + "id": "082", + "entity": "IFCVALVETYPE", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_082_IFCVALVETYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_082_IFCVALVETYPE.ids" + }, + { + "id": "083", + "entity": "IFCLIGHTFIXTURETYPE", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_083_IFCLIGHTFIXTURETYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_083_IFCLIGHTFIXTURETYPE.ids" + }, + { + "id": "084", + "entity": "IFCLIGHTFIXTURETYPE", + "category": "Equipment", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_084_IFCLIGHTFIXTURETYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_084_IFCLIGHTFIXTURETYPE.ids" + }, + { + "id": "085", + "entity": "IFCHEATEXCHANGERTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_085_IFCHEATEXCHANGERTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_085_IFCHEATEXCHANGERTYPE.ids" + }, + { + "id": "086", + "entity": "IFCHEATEXCHANGERTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_086_IFCHEATEXCHANGERTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_086_IFCHEATEXCHANGERTYPE.ids" + }, + { + "id": "087", + "entity": "IFCUNITARYEQUIPMENTTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_087_IFCUNITARYEQUIPMENTTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_087_IFCUNITARYEQUIPMENTTYPE.ids" + }, + { + "id": "088", + "entity": "IFCUNITARYEQUIPMENTTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_088_IFCUNITARYEQUIPMENTTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_088_IFCUNITARYEQUIPMENTTYPE.ids" + }, + { + "id": "089", + "entity": "IFCFLOWTERMINAL", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_089_IFCFLOWTERMINAL.csv", + "output_ids": "data/output_ids/IFC4/IFC4_089_IFCFLOWTERMINAL.ids" + }, + { + "id": "090", + "entity": "IFCFLOWTERMINAL", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_090_IFCFLOWTERMINAL.csv", + "output_ids": "data/output_ids/IFC4/IFC4_090_IFCFLOWTERMINAL.ids" + }, + { + "id": "091", + "entity": "IFCALARMTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_091_IFCALARMTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_091_IFCALARMTYPE.ids" + }, + { + "id": "092", + "entity": "IFCALARMTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_092_IFCALARMTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_092_IFCALARMTYPE.ids" + }, + { + "id": "093", + "entity": "IFCAIRTERMINALTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_093_IFCAIRTERMINALTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_093_IFCAIRTERMINALTYPE.ids" + }, + { + "id": "094", + "entity": "IFCAIRTERMINALTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_094_IFCAIRTERMINALTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_094_IFCAIRTERMINALTYPE.ids" + }, + { + "id": "095", + "entity": "IFCPUMPTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_095_IFCPUMPTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_095_IFCPUMPTYPE.ids" + }, + { + "id": "096", + "entity": "IFCPUMPTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_096_IFCPUMPTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_096_IFCPUMPTYPE.ids" + }, + { + "id": "097", + "entity": "IFCBOILERTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_097_IFCBOILERTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_097_IFCBOILERTYPE.ids" + }, + { + "id": "098", + "entity": "IFCBOILERTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_098_IFCBOILERTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_098_IFCBOILERTYPE.ids" + }, + { + "id": "099", + "entity": "IFCTANKTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4/IFC4_099_IFCTANKTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_099_IFCTANKTYPE.ids" + }, + { + "id": "100", + "entity": "IFCTANKTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4/IFC4_100_IFCTANKTYPE.csv", + "output_ids": "data/output_ids/IFC4/IFC4_100_IFCTANKTYPE.ids" + } +] diff --git a/metadata/IFC4X3_ADD2.json b/metadata/IFC4X3_ADD2.json new file mode 100644 index 0000000000000000000000000000000000000000..effe7c60c2b477f93322da9594b6453d42fba9c3 --- /dev/null +++ b/metadata/IFC4X3_ADD2.json @@ -0,0 +1,1002 @@ +[ + { + "id": "001", + "entity": "IFCPROJECT", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_001_IFCPROJECT.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_001_IFCPROJECT.ids" + }, + { + "id": "002", + "entity": "IFCPROJECT", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_002_IFCPROJECT.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_002_IFCPROJECT.ids" + }, + { + "id": "003", + "entity": "IFCPROJECT", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_003_IFCPROJECT.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_003_IFCPROJECT.ids" + }, + { + "id": "004", + "entity": "IFCPROJECT", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_004_IFCPROJECT.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_004_IFCPROJECT.ids" + }, + { + "id": "005", + "entity": "IFCPROJECT", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_005_IFCPROJECT.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_005_IFCPROJECT.ids" + }, + { + "id": "006", + "entity": "IFCSITE", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_006_IFCSITE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_006_IFCSITE.ids" + }, + { + "id": "007", + "entity": "IFCSITE", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_007_IFCSITE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_007_IFCSITE.ids" + }, + { + "id": "008", + "entity": "IFCSITE", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_008_IFCSITE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_008_IFCSITE.ids" + }, + { + "id": "009", + "entity": "IFCSITE", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_009_IFCSITE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_009_IFCSITE.ids" + }, + { + "id": "010", + "entity": "IFCSITE", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_010_IFCSITE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_010_IFCSITE.ids" + }, + { + "id": "011", + "entity": "IFCBUILDING", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_011_IFCBUILDING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_011_IFCBUILDING.ids" + }, + { + "id": "012", + "entity": "IFCBUILDING", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_012_IFCBUILDING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_012_IFCBUILDING.ids" + }, + { + "id": "013", + "entity": "IFCBUILDING", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_013_IFCBUILDING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_013_IFCBUILDING.ids" + }, + { + "id": "014", + "entity": "IFCBUILDING", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_014_IFCBUILDING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_014_IFCBUILDING.ids" + }, + { + "id": "015", + "entity": "IFCBUILDING", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_015_IFCBUILDING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_015_IFCBUILDING.ids" + }, + { + "id": "016", + "entity": "IFCBUILDINGSTOREY", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_016_IFCBUILDINGSTOREY.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_016_IFCBUILDINGSTOREY.ids" + }, + { + "id": "017", + "entity": "IFCBUILDINGSTOREY", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_017_IFCBUILDINGSTOREY.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_017_IFCBUILDINGSTOREY.ids" + }, + { + "id": "018", + "entity": "IFCBUILDINGSTOREY", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_018_IFCBUILDINGSTOREY.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_018_IFCBUILDINGSTOREY.ids" + }, + { + "id": "019", + "entity": "IFCBUILDINGSTOREY", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_019_IFCBUILDINGSTOREY.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_019_IFCBUILDINGSTOREY.ids" + }, + { + "id": "020", + "entity": "IFCBUILDINGSTOREY", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_020_IFCBUILDINGSTOREY.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_020_IFCBUILDINGSTOREY.ids" + }, + { + "id": "021", + "entity": "IFCSPACE", + "category": "Common", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_021_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_021_IFCSPACE.ids" + }, + { + "id": "022", + "entity": "IFCSPACE", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_022_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_022_IFCSPACE.ids" + }, + { + "id": "023", + "entity": "IFCSPACE", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_023_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_023_IFCSPACE.ids" + }, + { + "id": "024", + "entity": "IFCSPACE", + "category": "Common", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_024_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_024_IFCSPACE.ids" + }, + { + "id": "025", + "entity": "IFCSPACE", + "category": "Common", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_025_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_025_IFCSPACE.ids" + }, + { + "id": "026", + "entity": "IFCSPACE", + "category": "Common", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_026_IFCSPACE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_026_IFCSPACE.ids" + }, + { + "id": "027", + "entity": "IFCWALL", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_027_IFCWALL.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_027_IFCWALL.ids" + }, + { + "id": "028", + "entity": "IFCWALL", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_028_IFCWALL.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_028_IFCWALL.ids" + }, + { + "id": "029", + "entity": "IFCDOOR", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_029_IFCDOOR.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_029_IFCDOOR.ids" + }, + { + "id": "030", + "entity": "IFCDOOR", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_030_IFCDOOR.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_030_IFCDOOR.ids" + }, + { + "id": "031", + "entity": "IFCWINDOW", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_031_IFCWINDOW.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_031_IFCWINDOW.ids" + }, + { + "id": "032", + "entity": "IFCWINDOW", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_032_IFCWINDOW.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_032_IFCWINDOW.ids" + }, + { + "id": "033", + "entity": "IFCSLAB", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_033_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_033_IFCSLAB.ids" + }, + { + "id": "034", + "entity": "IFCSLAB", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_034_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_034_IFCSLAB.ids" + }, + { + "id": "035", + "entity": "IFCSTAIR", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_035_IFCSTAIR.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_035_IFCSTAIR.ids" + }, + { + "id": "036", + "entity": "IFCSTAIR", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_036_IFCSTAIR.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_036_IFCSTAIR.ids" + }, + { + "id": "037", + "entity": "IFCROOF", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_037_IFCROOF.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_037_IFCROOF.ids" + }, + { + "id": "038", + "entity": "IFCROOF", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_038_IFCROOF.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_038_IFCROOF.ids" + }, + { + "id": "039", + "entity": "IFCCOLUMN", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_039_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_039_IFCCOLUMN.ids" + }, + { + "id": "040", + "entity": "IFCCOLUMN", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_040_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_040_IFCCOLUMN.ids" + }, + { + "id": "041", + "entity": "IFCBEAM", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_041_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_041_IFCBEAM.ids" + }, + { + "id": "042", + "entity": "IFCBEAM", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_042_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_042_IFCBEAM.ids" + }, + { + "id": "043", + "entity": "IFCCURTAINWALL", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_043_IFCCURTAINWALL.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_043_IFCCURTAINWALL.ids" + }, + { + "id": "044", + "entity": "IFCCURTAINWALL", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_044_IFCCURTAINWALL.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_044_IFCCURTAINWALL.ids" + }, + { + "id": "045", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_045_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_045_IFCCOVERING.ids" + }, + { + "id": "046", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_046_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_046_IFCCOVERING.ids" + }, + { + "id": "047", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_047_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_047_IFCCOVERING.ids" + }, + { + "id": "048", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_048_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_048_IFCCOVERING.ids" + }, + { + "id": "049", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_049_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_049_IFCCOVERING.ids" + }, + { + "id": "050", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_050_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_050_IFCCOVERING.ids" + }, + { + "id": "051", + "entity": "IFCCOVERING", + "category": "Architectural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_051_IFCCOVERING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_051_IFCCOVERING.ids" + }, + { + "id": "052", + "entity": "IFCFURNITURETYPE", + "category": "Architectural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_052_IFCFURNITURETYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_052_IFCFURNITURETYPE.ids" + }, + { + "id": "053", + "entity": "IFCCOLUMN", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_053_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_053_IFCCOLUMN.ids" + }, + { + "id": "054", + "entity": "IFCCOLUMN", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_054_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_054_IFCCOLUMN.ids" + }, + { + "id": "055", + "entity": "IFCCOLUMN", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_055_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_055_IFCCOLUMN.ids" + }, + { + "id": "056", + "entity": "IFCCOLUMN", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_056_IFCCOLUMN.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_056_IFCCOLUMN.ids" + }, + { + "id": "057", + "entity": "IFCBEAM", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_057_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_057_IFCBEAM.ids" + }, + { + "id": "058", + "entity": "IFCBEAM", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_058_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_058_IFCBEAM.ids" + }, + { + "id": "059", + "entity": "IFCBEAM", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_059_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_059_IFCBEAM.ids" + }, + { + "id": "060", + "entity": "IFCBEAM", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_060_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_060_IFCBEAM.ids" + }, + { + "id": "061", + "entity": "IFCBEAM", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_061_IFCBEAM.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_061_IFCBEAM.ids" + }, + { + "id": "062", + "entity": "IFCSLAB", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_062_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_062_IFCSLAB.ids" + }, + { + "id": "063", + "entity": "IFCSLAB", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_063_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_063_IFCSLAB.ids" + }, + { + "id": "064", + "entity": "IFCSLAB", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_064_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_064_IFCSLAB.ids" + }, + { + "id": "065", + "entity": "IFCSLAB", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_065_IFCSLAB.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_065_IFCSLAB.ids" + }, + { + "id": "066", + "entity": "IFCFOOTING", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_066_IFCFOOTING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_066_IFCFOOTING.ids" + }, + { + "id": "067", + "entity": "IFCFOOTING", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_067_IFCFOOTING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_067_IFCFOOTING.ids" + }, + { + "id": "068", + "entity": "IFCFOOTING", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_068_IFCFOOTING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_068_IFCFOOTING.ids" + }, + { + "id": "069", + "entity": "IFCFOOTING", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_069_IFCFOOTING.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_069_IFCFOOTING.ids" + }, + { + "id": "070", + "entity": "IFCPILE", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_070_IFCPILE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_070_IFCPILE.ids" + }, + { + "id": "071", + "entity": "IFCPILE", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_071_IFCPILE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_071_IFCPILE.ids" + }, + { + "id": "072", + "entity": "IFCPILE", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_072_IFCPILE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_072_IFCPILE.ids" + }, + { + "id": "073", + "entity": "IFCROOF", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_073_IFCROOF.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_073_IFCROOF.ids" + }, + { + "id": "074", + "entity": "IFCROOF", + "category": "Structural", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_074_IFCROOF.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_074_IFCROOF.ids" + }, + { + "id": "075", + "entity": "IFCROOF", + "category": "Structural", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_075_IFCROOF.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_075_IFCROOF.ids" + }, + { + "id": "076", + "entity": "IFCWALL", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_076_IFCWALL.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_076_IFCWALL.ids" + }, + { + "id": "077", + "entity": "IFCWALL", + "category": "Structural", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_077_IFCWALL.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_077_IFCWALL.ids" + }, + { + "id": "078", + "entity": "IFCWALL", + "category": "Structural", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_078_IFCWALL.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_078_IFCWALL.ids" + }, + { + "id": "079", + "entity": "IFCSANITARYTERMINALTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_079_IFCSANITARYTERMINALTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_079_IFCSANITARYTERMINALTYPE.ids" + }, + { + "id": "080", + "entity": "IFCSANITARYTERMINALTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_080_IFCSANITARYTERMINALTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_080_IFCSANITARYTERMINALTYPE.ids" + }, + { + "id": "081", + "entity": "IFCVALVETYPE", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_081_IFCVALVETYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_081_IFCVALVETYPE.ids" + }, + { + "id": "082", + "entity": "IFCVALVETYPE", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_082_IFCVALVETYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_082_IFCVALVETYPE.ids" + }, + { + "id": "083", + "entity": "IFCLIGHTFIXTURETYPE", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_083_IFCLIGHTFIXTURETYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_083_IFCLIGHTFIXTURETYPE.ids" + }, + { + "id": "084", + "entity": "IFCLIGHTFIXTURETYPE", + "category": "Equipment", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_084_IFCLIGHTFIXTURETYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_084_IFCLIGHTFIXTURETYPE.ids" + }, + { + "id": "085", + "entity": "IFCHEATEXCHANGERTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_085_IFCHEATEXCHANGERTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_085_IFCHEATEXCHANGERTYPE.ids" + }, + { + "id": "086", + "entity": "IFCHEATEXCHANGERTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_086_IFCHEATEXCHANGERTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_086_IFCHEATEXCHANGERTYPE.ids" + }, + { + "id": "087", + "entity": "IFCUNITARYEQUIPMENTTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_087_IFCUNITARYEQUIPMENTTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_087_IFCUNITARYEQUIPMENTTYPE.ids" + }, + { + "id": "088", + "entity": "IFCUNITARYEQUIPMENTTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_088_IFCUNITARYEQUIPMENTTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_088_IFCUNITARYEQUIPMENTTYPE.ids" + }, + { + "id": "089", + "entity": "IFCFLOWTERMINAL", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_089_IFCFLOWTERMINAL.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_089_IFCFLOWTERMINAL.ids" + }, + { + "id": "090", + "entity": "IFCFLOWTERMINAL", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_090_IFCFLOWTERMINAL.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_090_IFCFLOWTERMINAL.ids" + }, + { + "id": "091", + "entity": "IFCALARMTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_091_IFCALARMTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_091_IFCALARMTYPE.ids" + }, + { + "id": "092", + "entity": "IFCALARMTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_092_IFCALARMTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_092_IFCALARMTYPE.ids" + }, + { + "id": "093", + "entity": "IFCAIRTERMINALTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_093_IFCAIRTERMINALTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_093_IFCAIRTERMINALTYPE.ids" + }, + { + "id": "094", + "entity": "IFCAIRTERMINALTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_094_IFCAIRTERMINALTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_094_IFCAIRTERMINALTYPE.ids" + }, + { + "id": "095", + "entity": "IFCPUMPTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_095_IFCPUMPTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_095_IFCPUMPTYPE.ids" + }, + { + "id": "096", + "entity": "IFCPUMPTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": false, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_096_IFCPUMPTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_096_IFCPUMPTYPE.ids" + }, + { + "id": "097", + "entity": "IFCBOILERTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_097_IFCBOILERTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_097_IFCBOILERTYPE.ids" + }, + { + "id": "098", + "entity": "IFCBOILERTYPE", + "category": "Equipment", + "language": "JP", + "ids_header": true, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_098_IFCBOILERTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_098_IFCBOILERTYPE.ids" + }, + { + "id": "099", + "entity": "IFCTANKTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": true, + "ifc_content": false, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_099_IFCTANKTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_099_IFCTANKTYPE.ids" + }, + { + "id": "100", + "entity": "IFCTANKTYPE", + "category": "Equipment", + "language": "EN", + "ids_header": false, + "ifc_content": true, + "input_csv": "data/input_csv/IFC4X3_ADD2/IFC4X3_ADD2_100_IFCTANKTYPE.csv", + "output_ids": "data/output_ids/IFC4X3_ADD2/IFC4X3_ADD2_100_IFCTANKTYPE.ids" + } +]