Skip to content

Commit 2311992

Browse files
committed
#223 update URI explanation
1 parent 1daa7b3 commit 2311992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/UserManual/classification-facet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ IFC models keep track of **Classification** names, dates, versions, and other da
1414
| ---------- | -------- | -------------------- | -------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1515
| **System** | ✔️ | ✔️ | The name of the **Classification System** | The element must be classified with a reference that is part of a classification system with this name |
1616
| **Value** || ✔️ | The value of a **Refeference** code in the **Classification System** | The element must be classified with a **Reference** which has a code that matches this value. The value is typically a short code with a separating character that denotes the level of classification |
17-
| **URI** ||| Uniform Resource Identifier of the class. The resource should include a name and a definition, and preferably comply with ISO 23386. | One source of valid URIs is [the bSDD](https://search.bsdd.buildingsmart.org/). An example URI for a "beam": [https://identifier.buildingsmart.org/uri/buildingsmart/ifc/4.3/class/IfcBeam](https://identifier.buildingsmart.org/uri/buildingsmart/ifc/4.3/class/IfcBeam). |
17+
| **URI** ||| Uniform Resource Identifier of the class. | Used to reference a standardized definition of a class, to ensure consistentcy of interpretation. The target resource should include a name and definition, and preferably comply with the ISO 23386. This is an optional attribute that is not subject to IDS checking - the IFC model does not need to have the same or any URI. One source of valid URIs is [the bSDD](https://search.bsdd.buildingsmart.org/), and an example URI is that of a "Beam": [https://identifier.buildingsmart.org/uri/buildingsmart/ifc/4.3/class/IfcBeam](https://identifier.buildingsmart.org/uri/buildingsmart/ifc/4.3/class/IfcBeam). |
1818

1919
If no parameters are specified, then it means that any **Classification** should be present, regardless of **System** name or **Reference** code.
2020

0 commit comments

Comments
 (0)