Commit d1977c6c authored by María's avatar María
Browse files

change URI

this time manually because Protege keeps the old one in some places
parent d4188060
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -31,22 +31,20 @@ function loadHash() {
<h1 property="dc:title schema:name">SAREF extension for building devices</h1>
<dl>
<dt>This version:</dt>
<dd><a href="http://saref.linkeddata.es/def/v1/bldg">http://saref.linkeddata.es/def/v1/bldg</a></dd>
<dd><a href="https://w3id.org/def/saref4bldg">https://w3id.org/def/saref4bldg</a></dd>
</dl><dt>Revision:</dt>
<dd property="schema:version">1.0</dd>
<dl><dt>Authors:</dt>
<dd><a property="dc:creator schema:author prov:wasAttributedTo" resource="http://purl.org/net/mpoveda" href="http://purl.org/net/mpoveda">http://purl.org/net/mpoveda</a></dd><dd><a property="dc:creator schema:author prov:wasAttributedTo" resource="http://www.garcia-castro.com/foaf.rdf#me" href="http://www.garcia-castro.com/foaf.rdf#me">http://www.garcia-castro.com/foaf.rdf#me</a></dd></dl>
<dd><a property="dc:creator schema:author prov:wasAttributedTo" resource="http://purl.org/net/mpoveda" href="http://purl.org/net/mpoveda">María Poveda Villalón</a></dd><dd><a property="dc:creator schema:author prov:wasAttributedTo" resource="http://www.garcia-castro.com/foaf.rdf#me" href="http://www.garcia-castro.com/foaf.rdf#me">Raúl García Castro</a></dd></dl>

<dl><dt>Download serialization:</dt><dd><span><a href="ontology.n3" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg"</img></a> </span><span><a href="ontology.xml" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg"</img></a> </span><span><a href="ontology.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-TTL-blue.svg"</img></a> </span></dd></dl><dl><dt>License: </dt><dd><a rel="license" href="http://purl.org/NET/rdflicense/cc-by4.0" target="_blank"><img src ="https://img.shields.io/badge/License-Creative Commons CC_BY-blue.svg"</img></a>

<dl><dt>Download serialization:</dt><dd><span><a href="ontology.n3" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg"</img></a> </span><span><a href="ontology.xml" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg"</img></a> </span><span><a href="ontology.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-TTL-blue.svg"</img></a> </span></dd></dl><dl><dt>License: </dt><dd><a rel="license" href="http://purl.org/NET/rdflicense/cc-by4.0" target="_blank"><img src ="https://img.shields.io/badge/License-null-blue.svg"</img></a>
<span property="dc:license" resource="http://purl.org/NET/rdflicense/cc-by4.0"></span>
<a property="dc:rights" href="http://purl.org/NET/rdflicense/cc-by4.0" rel="license" target="_blank">
<img src="null" style="border-width:0" alt="License"></img>
</a>
<br/></dd></dl><dl><a href="provenance/provenance-en.html" target="_blank">Provenance of this page</a></dl><hr/>
</div>
<div class="status">
<div>
<span>Specification Draft</span>
<span>SAREF4BLDG Specification</span>
</div>
</div>     <div id="abstract"></div>
<div id="toc"><h2>Table of contents</h2>
+2 −1
Original line number Diff line number Diff line
<h2>Abstract</h2><p>Here goes the abstract. A couple of sentences summarizing the ontology and its prupose.</p>
<h2>Abstract</h2><p>The present document presents the SAREF4BLDG ontology, an extension of SAREF for the building domain based on the ISO 16739 standard (IFC).
</p>
+11 −1
Original line number Diff line number Diff line
<h2>1. Introduction <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
<p>This should talk a bit about your ontology, its motivation, soa and goals</p>
<p>A more efficient interaction and integration of actors, methods and tools during the different phases of the building life cycle is being demanded in the Architecture, Engineering and Construction (AEC) and Facilities Management (FM) fields. Along its life cycle, multiple tools interact with building models to extract information for different purposes (e.g., energy demand, appliance characteristics, etc.). Therefore, mechanisms to facilitate the exchange of data between actors along the different stages of the building life cycle and to provide the required interoperability between tools are needed. As the ISO standard data model Industry Foundation Classes (IFC) supports interoperability between data and tools, we decided to extend the SAREF ontology with the subset of this standard related to devices and appliances. </p>

<p>This document describes the SAREF4BLDG ontology, an extension of the SAREF ontology that was created based on the Industry Foundation Classes (IFC) standard for building information. It should be noted that not the whole standard has been transformed since it exceeds the scope of this extension, which is limited to devices and appliances within the building domain.</p>

<p>The IFC specification is developed and maintained by buildingSMART International as its "Data standard" and, since its version IFC4, it is published as the ISO 16739 standard. SAREF4BLDG is meant to enable the (currently missing) interoperability among various actors (architects, engineers, consultants, contractors, and product component manufacturers, among others) and applications managing building information involved in the different phases of the building life cycle (Planning and Design, Construction, Commissioning, Operation, Retrofitting/Refurbishment/Reconfiguration, and Demolition/Recycling). By using SAREF4BLDG, smart appliances from manufacturers that support the IFC data model will easily communicate with each other. Towards this aim, SAREF4BLDG should be used to annotate (or generate) neutral device descriptions to be shared among various stakeholders.</p>

<p>SAREF4BLDG is an OWL-DL ontology that extends SAREF with 72 classes (67 defined in SAREF4EBLDG and 5 reused from the SAREF and geo ontologies), 179 object properties (177 defined in SAREF4EBLDG and 2 reused from the SAREF and geo ontologies), and 83 data type properties (82 defined in SAREF4EBLDG and 1 reused from the SAREF ontology).</p>

<p>SAREF4BLDG focuses on extending the SAREF ontology to include those devices defined by the IFC version 4 - Addendum 1 and to enable the representation of such devices and other physical objects in building spaces.</p>


<div id="namespacedeclarations">
<h2>1.1. Namespace declarations<span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
</p><div id="ns" align="center">
+1 −1
Original line number Diff line number Diff line
<h2>2. bldg: Overview <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
<p>Overview of the ontology goes here: a few sentences explaining the main concepts of the ontology</p>
<p>This section provides an overview of the ontology elements defined in the SAREF4BLDG ontology. These elements will be further described.</p>
<h4>Classes</h4>
<ul class="hlist">
   <li>
+16 −1
Original line number Diff line number Diff line
<h2>5. References <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
<p>Add your references here. It is recommended to have them as a list.</p>
<div id="informative-references" class="section"><h3><span class="secno">5.1 </span>Informative references</h3><dl class="bibliography">

<dt id="bib-SAREF4BLDG">[SAREF4BLDG-TS]</dt><dd>ETSI. <a href="http://www.etsi.org/deliver/etsi_ts/103400_103499/"><cite>ETSI TS 103 410-2 “SmartM2M; Smart Appliances Extension to SAREF; Part 3: Building Domain”</cite></a>. modified 13 Dec 2016, accessed (to be completed) URL: <a href="http://www.etsi.org/deliver/etsi_ts/103400_103499/">http://www.etsi.org/deliver/etsi_ts/103400_103499/</a>
</dd>

<dt id="bib-ISO16739:2013">[ISO 16739:2013]</dt><dd>ISO. <a href="http://www.iso.org/iso/catalogue_detail.htm?csnumber=51622"><cite>ISO 16739:2013. Industry Foundation Classes (IFC) for data sharing in the construction and facility management industries”</cite></a>. accessed (20th, December 2016) URL: <a href="http://www.iso.org/iso/catalogue_detail.htm?csnumber=51622">http://www.iso.org/iso/catalogue_detail.htm?csnumber=51622
/</a>
</dd>

<dt id="bib-IFC4">[ISO 16739:2013]</dt><dd>buildingSMART <a href="http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/"><cite>EIndustry Foundation Classes (IFC) – Version 4 – Addendum 1”</cite></a>. accessed (20th, December 2016) URL: <a href="http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/">http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/
/</a>
</dd>

</dl>

</div>
 No newline at end of file
Loading