Skip to content

Commit

Permalink
Merge pull request #74 from lblod/fix/remove-unresolvable-relationships
Browse files Browse the repository at this point in the history
Remove unresolvable relationships from resource models
  • Loading branch information
elpoelma authored Apr 19, 2024
2 parents 96e0cad + 8462f18 commit ad2db91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-wasps-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-mow-registry": patch
---

Drop resource relationships with unresolvable target
20 changes: 0 additions & 20 deletions config/resources/domain.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,6 @@
"target": "roadSignCategory",
"cardinality": "many"
},
"measures": {
"predicate": "ext:measures",
"target": "roadMeasure",
"cardinality": "many"
},
"subSigns": {
"predicate": "lblodmow:heeftOnderbordConcept",
"target": "roadSignConcept",
Expand Down Expand Up @@ -375,11 +370,6 @@
}
},
"relationships": {
"status": {
"predicate": "vs:term_status",
"target": "roadMarkingConceptStatus",
"cardinality": "one"
},
"relatedToRoadMarkingConcepts": {
"predicate": "lblodmow:wegmarkeringHeeftGerelateerdWegmarkering",
"target": "roadMarkingConcept",
Expand Down Expand Up @@ -428,16 +418,6 @@
}
},
"relationships": {
"status": {
"predicate": "vs:term_status",
"target": "trafficLightConceptStatus",
"cardinality": "one"
},
"categories": {
"predicate": "org:classification",
"target": "trafficLightCategory",
"cardinality": "many"
},
"relatedToTrafficLightConcepts": {
"predicate": "lblodmow:verkeerslichtHeeftGerelateerdVerkeerslicht",
"target": "trafficLightConcept",
Expand Down

0 comments on commit ad2db91

Please sign in to comment.