lbl-srg / obc

OpenBuildingControl - Performance Evaluation, Specification, Deployment and Verification of Building Control Sequences
http://obc.lbl.gov
24 stars 14 forks source link

Updating CDL documentation for including semantic annotations #133

Open anandkp92 opened 1 year ago

anandkp92 commented 1 year ago

Semantic annotations are used to assign meaning to equipment and points defined in a model/CDL sequence from other standards such as Brick, Project-Haystack, ASHRAE 22p etc.

The latest draft of the annotations follows the following syntaxes:

annotation (__semanticData(metadataLanguageDefinition="<metadataLanguage> [version] [format]" "<description or URL>"))

annotation (__semanticData(metadataLanguage="<metadataLanguage> [version] [format]" "url=<reference://to/model.ttl>",    

annotation (__semanticData(metadataLanguage="<metadataLanguage> [version] [format]" "<metadata>"));
mwetter commented 6 months ago

@anandkp92 : If this has been fully addressed, please close the issue.