I can\'t save any writing update to my RDF/XML OWL file using Protege. Each time I close the application I then lose all of my editing.
I have been working with Jena fine for the first few weeks. However, today tomcat has started spitting out errors.
I\'m annotating sensor observations using JENA, RDF and the W3C SSNXG\'s sensor ontology. I\'ve created an individual of the SSNXG\'s SensingDevice using a local namespace for the individual. When I
I\'m trying to initialize a RDF datastore using Jena and HSQLDB. From http://jena.sourceforge.net/DB/hsql-howto.html I wrote the following code:
I created a simple query to show subjects with value of a DataType property. This query runs in Protege 3.4.3. But when I run in Jena I receive this title \"com.hp.hpl.jena.sparql.engine.ResultSetStr
I create this query: PREFIX VB: <http://VBnet#> SELECT?x ?y WHERE { ?x VB:HasName ?y } HasName is one datatype property.When I run this query in Protege, system show me just the subject 开发
I am currently working on a mobile application which uses OWL ontologies. I am planning on using the androjena lib which is a port of the java jena lib.
I am using Jena. How 开发者_C百科can I get the minCardinality of a property?Try asking on SemanticOverflow.comLet me guess... it\'s a class assignment? Maybe ask Fateme. :)
Im working in a project where I have to load any ontology (is chosen by the user) in .owl language and display its graph as a tree menu. It means the onto开发者_如何学运维logy can be any size.
I\'m uncertain as to the behaviour of the AllegroGraph triple store in regard to transactions. The tutorial talks about using two connections, but does not mention Jena models.