@prefix pav: .
@prefix rdfs: .
@prefix mifesto: .
@prefix doap: .
@prefix schema: .
@prefix sh: .
<> a mifesto:Configuration ;
rdfs:label "Query and Visualize" ;
rdfs:comment """This is a demo configuration, featuring a 3D geometry viewer and an SPARQL query module. Select elements with the query module and see the corresponding elements highlighted in the 3D viewer.""" ;
mifesto:hosts <#p1>, <#p2>, <#p3> ;
mifesto:initialRoute "/auth".
<#p1> a mifesto:Page , mifesto:Component ;
rdfs:comment "This is the demo page of the application" ;
mifesto:hasDimensionSetting <#dimset1> ;
mifesto:hasModule ;
mifesto:hosts <#m1>, <#m2> ;
mifesto:hasRoute "/" .
<#p3> a mifesto:Page , mifesto:Component ;
rdfs:comment "This is the project page of the application" ;
mifesto:hasDimensionSetting <#dimset1> ;
mifesto:hasModule ;
mifesto:hasRoute "/project" .
<#dimset1> a mifesto:GridDimensionSetting .
<#p2> a mifesto:Page , mifesto:Component , mifesto:AuthPage ;
rdfs:comment "This is the auth page of the application" ;
mifesto:hasRoute "/auth" ;
mifesto:hasModule .
<#m1> a mifesto:Component, mifesto:OrganisationalComponent ;
mifesto:hasModule ;
mifesto:hasDimensions <#dim1> ;
mifesto:hosts <#m1_1>.
<#m1_1> a mifesto:Component ;
mifesto:hasModule .
<#m2> a mifesto:Component ;
mifesto:hasModule ;
mifesto:hasDimensions <#dim2> .
<#dim1> mifesto:initialColumns 5 ;
mifesto:initialRows 8 .
<#dim2> mifesto:initialColumns 7 ;
mifesto:initialRows 4 .