Question

Is it possible to use the OWL API to query this ontology, http://www.bbc.co.uk/ontologies/wildlife/2010-11-04.shtml, I'm getting a huge confusion about it. Its mention its in RDF, my confusion is, it it an OWL Ontology serialize in RDF syntax? If so, then I suppose it should load with the OWL API?

Was it helpful?

Solution

The file containing the ontology (purl.org/ontology/wo) doesn't seems to be available as mentioned in the comments. (EDIT: It's possible to load the file via Protege: "Open as URI" --> http://purl.org/ontology/wo/) However, the terms are listed further down the HTML page, so you could recreate it yourself if needed.

The ontology should be representable using RDFS axioms (ranges, domains, subproperties and subClasses) or using OWL. You can serialise the ontology in RDF/XML or any OWL syntax, both format are handled by the OWL-API.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top