문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top