Uploaded image for project: 'Apache Jena'
  1. Apache Jena
  2. JENA-2346

Status of OWL 2 support

    XMLWordPrintableJSON

Details

    • Question
    • Status: Closed
    • Major
    • Resolution: Information Provided
    • Jena 4.6.0
    • None
    • Fuseki
    • None

    Description

      What is the status of OWL 2 (OWL 2 RL or OWL 2 QL) inference support in Jena?

      Particularly, is there a way to configure Fuseki to support property chain axioms?

      Additional question: Is there a way to configure Fuseki with inference AND named graphs? The configuration I came up with, only contains the default graph:

      <#service> rdf:type fuseki:Service ;
          fuseki:name              "ds" ;   # http://host:port/ds
          fuseki:serviceQuery      "sparql" ;    # SPARQL query service
          fuseki:serviceUpdate     "update" ;    # SPARQL update service
          fuseki:serviceReadWriteGraphStore "data" ;     # SPARQL Graph store protocol
          fuseki:dataset           <#dataset> ;
          .
      
      <#dataset> rdf:type ja:RDFDataset;
           ja:defaultGraph <#inferenceModel>
           .
      
      <#inferenceModel> rdf:type      ja:InfModel;
           ja:reasoner [ ja:reasonerURL <http://jena.hpl.hp.com/2003/OWLFBRuleReasoner> ];
           ja:baseModel <#baseModel>;
           .
      tdb:GraphTDB  rdfs:subClassOf  ja:Model .
      <#baseModel> rdf:type tdb:GraphTDB;  # for example.
           tdb:location "/fuseki-base/databases/tdb";
           # etc
           .
      

      Attachments

        Activity

          People

            andy Andy Seaborne
            stefanbis Stefan Bischof
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: