Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes neeed in mldcat-ap-SHACL.ttl #18

Open
VladimirAlexiev opened this issue Dec 20, 2023 · 0 comments
Open

fixes neeed in mldcat-ap-SHACL.ttl #18

VladimirAlexiev opened this issue Dec 20, 2023 · 0 comments

Comments

@VladimirAlexiev
Copy link

https://semiceu.github.io/MLDCAT-AP/releases/1.0.0/shacl/mldcat-ap-SHACL.ttl:

  • define and use this:
@prefix mldcatsh:     <https://semiceu.github.io//shacl/mldcat-ap-SHACL_en#>.
  • The first line tries to define a list (collection) of all NodeShapes.
    However, the property doesn't exist, and even its URL is not ok (double //).
<https://semiceu.github.io//shacl/mldcat-ap-SHACL_en> <https://semiceu.github.io//shacl/mldcat-ap-SHACL_enshapes>

I don't know of any standard way to define a collection of shapes. However, you can:

  • put them all in a separate graph (the "shape graph")
  • use rdfs:isDefinedBy, eg
mldcatsh:AgentShape a shacl:NodeShape;
  rdfs:isDefinedBy mldcatsh: .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant