how to use cidoc-crm in jena
问题 Recently, I'm trying to approach semantic web using Jena to create RDF and make query. Now, I have successfully made a owl based RDF file in Jena. However, when I trying to use different ontologies (such as: cidoc-crm), I do not know how to import those ontologies to Jena. Does anyone know how to import them to Jena? Do I need to create a new ontology model? 回答1: Jena's OntModel interface provides a convenient way of working with ontologies (including RDFS ontologies). The following code