python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to apply SHACL to subclasses instead of instances?
If I have a class, for example "Animal", then I can use SHACL to validate its instances:
:Elefant a :Animal;
:family :Elephantidae;
:order :Proboscidea.
:AnimalShape a sh:NodeShape...
Konrad Höffner
Votes: 0
Answers: 0
forgot to add prefixes
While making ontology I forgot to add any prefix and now while applying any SPARQL query prefix is used. So do I need to make ontology again?
These are active ontology prefixes
How can I execute my S...
ABHINAV SINGH
Votes: 0
Answers: 0
how to get all links(anchor text) pointing to a particular wikidata entity
I am working on a ML problem for which I need list of all the "anchor text"s whose link points to a particular wikidata entity.
for example : For desired entity "Federal Reserve"(Q...
boredaf
Votes: 0
Answers: 1
SWRL rule in Protégé 4.3
I want to create a new class "Adult" to my ontology by using a SWRL rule, i used this rule:
Person(?p), age(?p, true), greaterThan(age, 18) -> Adult(?p)
I also installed pellet reasoner ...
user4374239
Votes: 0
Answers: 0