Skip to content

Commit

Permalink
Remove sh:minCount 1 for Asset locatedIn (#243)
Browse files Browse the repository at this point in the history
- matches the multiplicity of the `locatedIn` relationship on `rec:Asset` as modeled in DTDL
- makes REC more compatible with Brick, which does not require locations for any entities
  • Loading branch information
gtfierro authored Sep 9, 2023
1 parent 7686241 commit 6b50537
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/SHACL/RealEstateCore/rec.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ rec:Asset
rdf:type sh:PropertyShape ;
sh:path rec:locatedIn ;
sh:class rec:Space ;
sh:minCount 1 ;
sh:name "located in" ;
sh:nodeKind sh:IRI ;
] ;
Expand Down

0 comments on commit 6b50537

Please sign in to comment.