I have my ontology and I am capable of running SPARQL queries like SELECT queries. But I can't find a way to add/create a new class for my ontology. I look for a solution online but all information I saw are modifications of the ontology. I mean transform or add an existing ObjectProperty between two resources, which exist also.
I'm using TopBraid Composer Free Edition
I have tried :
CONSTRUCT {
rule:Kayaking a owl:Class .
rule:Kayaking rdfs:subClassOf rule:Activity .
rule:Kayaking rdfs:label "Kayaking" .
}
WHERE {
}
where myprefix => http://myapplication/
but it doesn't work and I can't figure out how to merge it in my ontology.. (I haven't enough reputation to post pictures sorry...)