Skip to content

Commit 4a8cb7e

Browse files
added floorLevel to LocalBusiness and Residence (#4669)
* added floorLevel to LocalBusiness and Residence * Update issue-2373.ttl Add :source --------- Co-authored-by: Alex Jansen <66065915+alex-jansen@users.noreply.github.com>
1 parent 8180a83 commit 4a8cb7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

data/ext/pending/issue-2373.ttl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@
3737

3838
:floorLevel a rdf:Property ;
3939
rdfs:label "floorLevel" ;
40-
:domainIncludes :Accommodation ;
40+
:domainIncludes :Accommodation, :LocalBusiness, :Residence ;
4141
:isPartOf <https://pending.schema.org> ;
4242
:rangeIncludes :Text ;
43-
:source <https://github.com/schemaorg/schemaorg/issues/2373> ;
43+
:source <https://github.com/schemaorg/schemaorg/issues/2373>,
44+
<https://github.com/schemaorg/schemaorg/issues/4469>;
4445
rdfs:comment """The floor level for an [[Accommodation]] in a multi-storey building. Since counting
4546
systems [vary internationally](https://en.wikipedia.org/wiki/Storey#Consecutive_number_floor_designations), the local system should be used where possible.""" .
4647

0 commit comments

Comments
 (0)