Open VladimirAlexiev opened 9 years ago
Ok, good feedback:
@neradis could you update the ontology? @sandrocoelho after that could you create the test cases?
"checking not nif:Context for lang" will fail in case of RDFS reasoning, because nif:Context is subclass of nif:String.
using RDF Unit should work:
?s a nif:String FILTER (not exists {?s a nif:Context} )
how did this conversation just got to my email???
nif-core.ttl defines nif:lang to have two domains:
Unfortunately this doesn't work: rather than constraining the subject of nif:lang, it will infer said subject to have both types. So either:
For 1, you should mention it's an owl:Class as follows.
Don't know if it's critical but you can verify it by converting this Manchester notation to Turtle using this convertor