Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Feb 12, 2024
1 parent 8de3e96 commit f971604
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions support/brickpatches.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ brick:Bench_Space
brick:Break_Room
owl:deprecated "true"^^xsd:boolean ;
brick:deprecatedInVersion "1.4.0" ;
brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:BasementLevel" ;
brick:isReplacedBy rec:BasementLevel ;
brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:StaffRoom" ;
brick:isReplacedBy rec:StaffRoom ;
.
brick:Breakroom
owl:deprecated "true"^^xsd:boolean ;
Expand Down Expand Up @@ -1128,6 +1128,9 @@ brick:feeds
brick:hasLocation
owl:equivalentProperty rec:locatedIn ;
.
brick:isLocationOf
owl:equivalentProperty rec:isLocationOf ;
.
brick:hasPart
owl:equivalentProperty rec:hasPart ;
.
Expand Down

0 comments on commit f971604

Please sign in to comment.