Open philbarker opened 11 months ago
@philbarker I am sorry this isn't a better question, but what are you getting at?
Pretty decent question really: short and to the point.
I noticed that while we want something like
...
"student": {
"@type": "Person",
...
}
...
the shacl was allowing
...
"student": {
"@type": "NotAPerson",
...
}
...
I fixed it for that example, but it's a general problem that'll take some tweaks to the spreadsheets and shacl generation to fix rather than changes to the model per se.
Currently it doesn't matter what type you say an object is. Add the expected RDF class to rdf:type property.