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)
Negation of an Object Property
I have an Object Property IsMarriedWith, I want to create a Class "Single" to get non married individuals, I defined its "Equivalent To" like this:
IsMarriedWith max 0 Thing
And i...
user4374239
Votes: 0
Answers: 0
SPARQL query: show result for individuals without some attributes, and sum two of the attributes
I have to make this SPARQL query on protege:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdfs: <http://www.w3.org/2000/...

Duccio Borchi
Votes: 0
Answers: 0
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