Skip to content

Commit

Permalink
added test results for reasoning queries
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsHolten committed Sep 7, 2018
1 parent 3ac8668 commit 6989370
Show file tree
Hide file tree
Showing 64 changed files with 1,496,645 additions and 3,043 deletions.
Binary file added Model files/IFC/Duplex.7z
Binary file not shown.
38,907 changes: 38,907 additions & 0 deletions Model files/IFC/Duplex.ifc

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions Model files/LBD/Duplex.ttl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
@prefix bot: <https://w3id.org/bot#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rvt: <https://example.org/rvt#> .
@prefix inst: <https://some-architect.com/projects/001/> .
@prefix inst: <https://172.16.10.122:8080/projects/1001/> .

### SITE ###
inst:/site_1 a bot:Site ;
bot:hasBuilding inst:/building_1 .
inst:site_1 a bot:Site ;
bot:hasBuilding inst:building_1 .

### BUILDING ###
inst:/building_1 a bot:Building .
inst:/building_1 bot:hasStorey inst:level_1xS3BCk291UvhgP2dvNMKI .
inst:/building_1 bot:hasStorey inst:level_1xS3BCk291UvhgP2dvNMQJ .
inst:/building_1 bot:hasStorey inst:level_1xS3BCk291UvhgP2dvNsgp .
inst:/building_1 bot:hasStorey inst:level_1xS3BCk291UvhgP2dvNtSE .
inst:building_1 a bot:Building .
inst:building_1 bot:hasStorey inst:level_1xS3BCk291UvhgP2dvNMKI .
inst:building_1 bot:hasStorey inst:level_1xS3BCk291UvhgP2dvNMQJ .
inst:building_1 bot:hasStorey inst:level_1xS3BCk291UvhgP2dvNsgp .
inst:building_1 bot:hasStorey inst:level_1xS3BCk291UvhgP2dvNtSE .

### ELEMENTS ###

Expand Down
2 changes: 1 addition & 1 deletion Model files/LBD/Duplex_classes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@prefix bot: <https://w3id.org/bot#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ex: <https://example.org/> .
@prefix inst: <https://some-architect.com/projects/001/> .
@prefix inst: <https://172.16.10.122:8080/projects/1001/> .

# WALLTYPES
inst:Curtain_Wall
Expand Down
2 changes: 1 addition & 1 deletion Model files/LBD/Duplex_geometry.ttl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix bot: <https://w3id.org/bot#> .
@prefix inst: <https://some-architect.com/projects/001/> .
@prefix inst: <https://172.16.10.122:8080/projects/1001/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix props: <https://w3id.org/props#> .

Expand Down
10 changes: 5 additions & 5 deletions Model files/LBD/Duplex_log.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
20180906 8:19:13 00:00:04.9732072
20180906 8:19:21 00:00:06.5060913
20180906 8:19:28 00:00:05.1781907
20180906 8:19:39 00:00:06.2310135
20180906 8:19:56 00:00:05.1453410
20180906 2:18:25 00:00:05.1330930
20180906 2:18:52 00:00:03.4523835
20180906 2:19:00 00:00:04.3836730
20180906 2:19:06 00:00:04.5269051
20180906 2:19:11 00:00:03.9464090
1 change: 1 addition & 0 deletions Model files/LBD/Duplex_products.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@prefix prod: <https://w3id.org/product#> .
@prefix inst: <https://172.16.10.122:8080/projects/1001/> .

inst:wall_1xS3BCk291UvhgP2dvNtzh a prod:Wall .
inst:wall_1xS3BCk291UvhgP2dvNt_8 a prod:Wall .
Expand Down
3,144 changes: 283 additions & 2,861 deletions Model files/LBD/Duplex_props.ttl

Large diffs are not rendered by default.

Binary file modified Model files/LBD/LBD.7z
Binary file not shown.
Loading

0 comments on commit 6989370

Please sign in to comment.