Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有如下数据:
ex:Bob a ex:Person ; ex:follower ex:Jon ; ex:follower ex:Alice; ex:maxNumFollower 1.
我想写一个SHACL约束,表示follower的数量小于或等于maxNumFollower的值。例如在这里,我们有两个追随者,但最大值是 1。所以我想提出违规行为。这可能吗?