Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkioraskari committed Oct 4, 2024
1 parent d2b717f commit d4291d8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion IFCProps2ExcelOnline/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
Expand Down
1 change: 1 addition & 0 deletions IFCtoLBD/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<email>wagner [at] iib [dot] tu-darmstadt [dot] de</email>
</developer>
</developers>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion IFCtoLBD/src/license/THIRD-PARTY.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=
2 changes: 1 addition & 1 deletion IFCtoLBD_Desktop_2023/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.controlsfx</groupId>
<artifactId>controlsfx</artifactId>
<version>11.2.0</version>
<version>11.2.1</version>
</dependency>
<dependency>
<groupId>de.gsi.chart</groupId>
Expand Down
2 changes: 1 addition & 1 deletion IFCtoLBD_Desktop_2023/src/license/THIRD-PARTY.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=
1 change: 0 additions & 1 deletion IFCtoLBD_Geometry/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
Expand Down
1 change: 0 additions & 1 deletion IFCtoLBD_OpenAPI/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="src/main/java">
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit d4291d8

Please sign in to comment.