python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it possible to define time at different resolutions in SHACL shapes targeted to subClasses?
I am facing a problem regarding the ability to enforce different resolutions of expressing time for different rdfs:Classes. I have a graph where:
:event a rdfs:Class.
:subevent rdfs:subClassOf :event....
O-U-O
Votes: 0
Answers: 1
Impossible to define restriction inheritance in SHACL shapes graph, only in data graph?
I am struggling to understand (for me) a very unintuitive feature regarding the inheritance of shape constraints. My problem is that when i try to inherit shape constraints via rdfs:subClassOf, this w...
O-U-O
Votes: 0
Answers: 1
SHACL SPARQLTarget not validating the SPARQL query output nodes
I have a NodeShape with a sh:SPARQLTarget . I tried to run the Target SPARQL query in an ontology editor and it delivered results, but when I'm executing the same query in my custom target node shape ...
Rashmi Burse
Votes: 0
Answers: 1
Realizing and Retrieving information from a producer-consumer OWL model
I have the following scenario modelled in OWL:
Producer ----producesResource---> Resource <------consumesResource ---- Consumer
Producer, Resource and Consumer are OWL Classes, while producesRes...
user0221441
Votes: 0
Answers: 1