From d4291d8b6b183ae8f08948fd2d5907aaa602f29b Mon Sep 17 00:00:00 2001 From: Jyrki Oraskari <31693668+jyrkioraskari@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:30:15 +0200 Subject: [PATCH] Documentation --- IFCProps2ExcelOnline/.classpath | 1 - IFCtoLBD/pom.xml | 1 + IFCtoLBD/src/license/THIRD-PARTY.properties | 2 +- IFCtoLBD_Desktop_2023/pom.xml | 2 +- IFCtoLBD_Desktop_2023/src/license/THIRD-PARTY.properties | 2 +- IFCtoLBD_Geometry/.classpath | 1 - IFCtoLBD_OpenAPI/.classpath | 1 - README.md | 7 ++++--- 8 files changed, 8 insertions(+), 9 deletions(-) diff --git a/IFCProps2ExcelOnline/.classpath b/IFCProps2ExcelOnline/.classpath index 90f88af1..3efde20a 100644 --- a/IFCProps2ExcelOnline/.classpath +++ b/IFCProps2ExcelOnline/.classpath @@ -27,7 +27,6 @@ - diff --git a/IFCtoLBD/pom.xml b/IFCtoLBD/pom.xml index 074204cb..c95b29d5 100644 --- a/IFCtoLBD/pom.xml +++ b/IFCtoLBD/pom.xml @@ -45,6 +45,7 @@ wagner [at] iib [dot] tu-darmstadt [dot] de + 17 17 diff --git a/IFCtoLBD/src/license/THIRD-PARTY.properties b/IFCtoLBD/src/license/THIRD-PARTY.properties index 2d772d13..316bef6c 100644 --- a/IFCtoLBD/src/license/THIRD-PARTY.properties +++ b/IFCtoLBD/src/license/THIRD-PARTY.properties @@ -55,5 +55,5 @@ # Please fill the missing licenses for dependencies : # # -#Wed Oct 02 15:52:24 CEST 2024 +#Fri Oct 04 13:16:43 CEST 2024 gnu.getopt--java-getopt--1.0.13= diff --git a/IFCtoLBD_Desktop_2023/pom.xml b/IFCtoLBD_Desktop_2023/pom.xml index 9960a9cb..17f5c43e 100644 --- a/IFCtoLBD_Desktop_2023/pom.xml +++ b/IFCtoLBD_Desktop_2023/pom.xml @@ -35,7 +35,7 @@ org.controlsfx controlsfx - 11.2.0 + 11.2.1 de.gsi.chart diff --git a/IFCtoLBD_Desktop_2023/src/license/THIRD-PARTY.properties b/IFCtoLBD_Desktop_2023/src/license/THIRD-PARTY.properties index ac9ab24b..86c68216 100644 --- a/IFCtoLBD_Desktop_2023/src/license/THIRD-PARTY.properties +++ b/IFCtoLBD_Desktop_2023/src/license/THIRD-PARTY.properties @@ -54,5 +54,5 @@ # Please fill the missing licenses for dependencies : # # -#Wed Sep 18 18:44:11 CEST 2024 +#Fri Oct 04 13:57:28 CEST 2024 gnu.getopt--java-getopt--1.0.13= diff --git a/IFCtoLBD_Geometry/.classpath b/IFCtoLBD_Geometry/.classpath index ad2c6e4d..e5ff0388 100644 --- a/IFCtoLBD_Geometry/.classpath +++ b/IFCtoLBD_Geometry/.classpath @@ -16,7 +16,6 @@ - diff --git a/IFCtoLBD_OpenAPI/.classpath b/IFCtoLBD_OpenAPI/.classpath index cd156cae..867db10d 100644 --- a/IFCtoLBD_OpenAPI/.classpath +++ b/IFCtoLBD_OpenAPI/.classpath @@ -8,7 +8,6 @@ - diff --git a/README.md b/README.md index 5251adc4..6fffd1d8 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,14 @@ Contributors: Jyrki Oraskari, Mathias Bonduel, Kris McGlinn, Anna Wagner, Pieter Free for all of us, forever. -The IFCtoLBD converter transforms Industry Foundation Classes (IFC) files in STEP format into Resource Description Framework (RDF) triples. These RDF triples adhere to the ontologies created by the World Wide Web Consortium (W3C) Linked Building Data Community Group (W3C LBD-CG: (https://github.com/w3c-lbd-cg/). +The IFCtoLBD converter transforms Industry Foundation Classes (IFC) files in STEP format into Resource Description Framework (RDF) triples. These RDF triples adhere to the ontologies created by the World Wide Web Consortium (W3C) Linked Building Data Community Group (W3C LBD-CG: https://github.com/w3c-lbd-cg/). ### What is IFC? -Industry Foundation Classes (IFC) is a vendor-neutral data schema developed by buildingSMART to enhance interoperability in architecture, engineering, and construction (AEC). IFC files contain detailed information about building components and their relationships, ensuring seamless data exchange across various software applications. Sample models can be found here: [buildingSMART/Sample-Test-Files](https://github.com/buildingSMART/Sample-Test-Files/tree/master/IFC%202x3). +IFC is a vendor-neutral data format created by buildingSMART. It helps different software in architecture, engineering, and construction (AEC) work together by sharing detailed information about building parts and their connections. You can find sample models here: [buildingSMART/Sample-Test-Files](https://github.com/buildingSMART/Sample-Test-Files/tree/master/IFC%202x3). Tools like Solibri Anywhere, BIMcollab ZOOM, FZKViewer, Tekla BIMsight, or BIM Vision can be used to view the files. ### What is RDF? -The Resource Description Framework (RDF) is a standard model for data interchange on the web, developed by the World Wide Web Consortium (W3C). RDF represents information using triples, which consist of a subject, predicate, and object. RDF facilitates data sharing and reuse across different applications and supports the integration of large datasets from various sources. +RDF is a web standard by the W3C. It organizes data into triples (subject, predicate, object) to make it easy to share and reuse information across different applications and combine large datasets from various sources. +(see [Verborgh, The Semantic Web & Linked Data](https://rubenverborgh.github.io/WebFundamentals/semantic-web/)) Proceedings of the 6th Linked Data in Architecture and Construction Workshop: [The IFC to Linked Building Data Converter - Current Status](http://ceur-ws.org/Vol-2159/04paper.pdf).