You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
facility-types.jsonld currently contains a mapping between facilityType and activity. In order for this to be useful for backwards compatibility when dealing with datasets that currently use activity for FacilityUse this mapping needs to be an equivalence. This PR (#4) addresses the cases where the mapping are not equivalent.
Going forward it would be helpful to formally define the nature of this mapping to ensure the mapping can be used consistently by all implementers.
For example the activity Tennis should map to Tennis Courts but not to Indoor Sports Hall.
Indoor Sports Hall should not match to any activities as it is not equivalent to any specific activities.
Additionally it would be good to provide guidance for operators that still use systems that use activities to describe a FacilityUse so that they know which activity would result in the expected facilityType.
For example an operator would use this mapping to manually tag a Tennis Court with the activity Tennis to ensure that it appears alongside other facilityType: Tennis Court in searches.
The text was updated successfully, but these errors were encountered:
facility-types.jsonld currently contains a mapping between
facilityType
andactivity
. In order for this to be useful for backwards compatibility when dealing with datasets that currently useactivity
forFacilityUse
this mapping needs to be an equivalence. This PR (#4) addresses the cases where the mapping are not equivalent.Going forward it would be helpful to formally define the nature of this mapping to ensure the mapping can be used consistently by all implementers.
For example the activity Tennis should map to Tennis Courts but not to Indoor Sports Hall.
Indoor Sports Hall should not match to any activities as it is not equivalent to any specific activities.
Additionally it would be good to provide guidance for operators that still use systems that use activities to describe a
FacilityUse
so that they know which activity would result in the expectedfacilityType
.For example an operator would use this mapping to manually tag a Tennis Court with the activity Tennis to ensure that it appears alongside other
facilityType: Tennis Court
in searches.The text was updated successfully, but these errors were encountered: