Holger Knublauch

Start of ReportingHub app/ontology project

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>www.reportinghub.no</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
# Saved by TopBraid on Thu Jul 21 13:12:45 EST 2011
# baseURI: http://www.reportinghub.no/spin/rh
# imports: http://spinrdf.org/spin
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/spin/rh>
rdf:type owl:Ontology ;
rdfs:comment "A collection of SPIN functions to support working with the ReportingHub schemas."^^xsd:string ;
owl:imports <http://spinrdf.org/spin> ;
owl:versionInfo "0.1.0"^^xsd:string .
rhspin:userName
rdf:type spin:Function ;
rdfs:comment "Gets the name of the currently logged in user."^^xsd:string ;
rdfs:label "user name"^^xsd:string ;
rdfs:subClassOf spin:Functions ;
spin:returnType xsd:string .
# Saved by TopBraid on Thu Jul 21 13:12:45 EST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
composite:index "0"^^xsd:int
] .
<div>
<h1>ReportingHub</h1>
<div>You are logged in as: <b>{= rhspin:userName() }</b></div>
</div>
\ No newline at end of file
# Saved by TopBraid on Thu Jul 21 13:16:56 EST 2011
# baseURI: http://www.reportinghub.no/swp/rh
# imports: http://uispin.org/tui
# imports: http://www.reportinghub.no/spin/rh
@prefix let: <http://uispin.org/let#> .
@prefix letrs: <http://uispin.org/letrs#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rhswp: <http://www.reportinghub.no/swp/rh#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix ui: <http://uispin.org/ui#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/swp/rh>
rdf:type owl:Ontology ;
rdfs:comment "SWP components and definitions for ReportingHub."^^xsd:string ;
owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/spin/rh> ;
owl:versionInfo "0.1.0"^^xsd:string .
rhswp:Elements
rdf:type ui:NodeClass ;
rdfs:label "Elements"^^xsd:string ;
rdfs:subClassOf ui:Element ;
ui:abstract "true"^^xsd:boolean .
rhswp:Header
rdf:type ui:NodeClass ;
rdfs:label "Header"^^xsd:string ;
rdfs:subClassOf rhswp:Elements ;
ui:prototype <http://www.reportinghub.no/swp/header.uispin.html> .
@CHARSET "UTF-8";
body {
font-family: sans-serif;
}
\ No newline at end of file
<html>
<head>
<title>ReportingHub - Upload DDR</title>
<link href="lib/reportinghub/reportinghub.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h3>Upload a Daily Drilling Report</h3>
<p>
Please select a DDR XML file:
</p>
<form action="ddrFileUpload" enctype="multipart/form-data" method="post">
<div>
<input name="file" type="file" />
</div>
<br />
<input type="submit" value="Upload" />
</form>
</body>
</html>
\ No newline at end of file