Tagged Questions

0
votes
1answer
38 views

How does Rowlex relate to Protege and are there other .NET offerings for OWL?

I work with RDF and OWL but until I came to SO I'd never heard of Rowlex and OwlGrinder. It's got a much larger presence on SO than Protege or Pellet (although from a smallish number of active …
14
votes
21answers
1k views

What scripting language should I learn for file/text manipulation tasks?

I am trying to design a script for the automation of a very tedious configuration process we had been doing by hand. The configuration process mostly consists of copying files from various ClearCase …
0
votes
1answer
297 views

SPARQL query in Protege

I am trying to query my ontology through the Protégé Tool. But the result I am getting for my queries is "No Match Found". My SPARQL query is given below. SELECT ?g WHERE { ?g rdfs:subClassOf …