jena « Development « Java I/O Q&A

Home
Java I/O Q&A
1.API
2.batch File
3.binary File
4.class file
5.CSV file
6.deploy
7.Development
8.directory
9.error
10.Excel File
11.File Attribute
12.jar
13.Log
14.Media File
15.nio
16.Operation
17.PDF file
18.PropertyFile
19.serialize
20.text file
21.Windows
22.XML file
23.Zip
Java I/O Q&A » Development » jena 

1. Serializing JENA OntModel Changes    stackoverflow.com

I need to keep a couple of [Jena] Models (OntModels, specifically) synchronized across a socket, and I'd like to do this one change at a time (for various reasons -- one ...

2. Synchronizing Jena OntModels with bnodes    stackoverflow.com

This question relates to rcreswick's question on Serializing Jena OntModel Changes. I have Jena models on two (or more) machines that need to remain synchronized over sockets. ...

3. how to get the base namespace from an OWL ontology file in java with jena    stackoverflow.com

I'm new to Jena API's , I'm trying to figure out a way to get the base Namespace from a OWL ontology file, without using DOM or similar but just using ...

4. Jena Java Api to read RDF file?    stackoverflow.com

I have a rdf file which has format:

<rdf:RDF
xmlns:geo="xyz"
xmlns:quality="xyz"
xmlns:purl="xyz"
xmlns:swrlb="xyz"> 

  <rdf:Description rdf:about="title1">
<rdf:type rdf:resource="resource22"/>
<info:contains>fromdisk1</info:contains>
<info:has_text_value>
The location 
</info:has_text_value>
  </rdf:Description>
<rdf:Description rdf:about="title2">
<rdf:type rdf:resource="resource12"/>
<info:contains>fromdisk2</info:contains>
<info:has_text_value>
xyz 
   </info:has_text_value>
  </rdf:Description>

  </rdf:RDF>
I want to store the ...

5. Generate a .DOT file from a RDF file    stackoverflow.com

Hi, I have an RDF file, from which I would like to generate the .Dot file. I know that plugin OWLViz for Protégé allows to view the graph, but in my case ...

6. to parse .rdfs file    stackoverflow.com

below is my .rdfs file. i need to get YYYY if my input is XXXX. How do i do it.

<rdfs:Class rdf:about="&kb;XXXX"
     rdfs:label="XXXX">
    <rdfs:subClassOf rdf:resource="&kb;YYYY"/>
</rdfs:Class>
my ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.