Skip to content

Instantly share code, notes, and snippets.

@kinow
Created April 24, 2015 04:30
Show Gist options
  • Save kinow/fa054b93df33bc12fb0d to your computer and use it in GitHub Desktop.
Save kinow/fa054b93df33bc12fb0d to your computer and use it in GitHub Desktop.
>grep -r -H "hpl" . > ~/MISSING.txt
./apache-jena-osgi/jena-osgi/pom.xml: <Export-Package>com.hp.hpl.jena.*,!org.apache.jena.ext.*,org.apache.jena.*</Export-Package>
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.ontology.Individual;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.ontology.ObjectProperty;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.ontology.OntModel;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.ontology.OntModelSpec;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.query.Dataset;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.query.DatasetFactory;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.query.Query;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.query.QueryExecution;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.query.QueryExecutionFactory;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.query.QueryFactory;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.query.QuerySolution;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.query.ReadWrite;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.query.ResultSet;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.rdf.model.Model;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.rdf.model.ModelFactory;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.rdf.model.Property;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.rdf.model.Resource;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java:import com.hp.hpl.jena.tdb.TDBFactory;
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java: "com.hp.hpl.jena.rdf.model.impl.NTripleWriter");
./apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java: // Let's also test com.hp.hpl.jena.ontology
./jena-tdb/src-examples/tdb/examples/ExTDB6.java:import com.hp.hpl.jena.graph.Graph ;
./jena-tdb/src-examples/tdb/examples/ExTDB6.java:import com.hp.hpl.jena.query.* ;
./jena-tdb/src-examples/tdb/examples/ExTDB6.java:import com.hp.hpl.jena.rdf.model.Model ;
./jena-tdb/src-examples/tdb/examples/ExTDB6.java:import com.hp.hpl.jena.rdf.model.Property ;
./jena-tdb/src-examples/tdb/examples/ExTDB6.java:import com.hp.hpl.jena.rdf.model.Resource ;
./jena-tdb/src-examples/tdb/examples/ExTDB6.java:import com.hp.hpl.jena.rdf.model.Statement ;
./jena-tdb/src-examples/tdb/examples/ExTDB6.java:import com.hp.hpl.jena.tdb.TDB ;
./jena-tdb/src-examples/tdb/examples/ExTDB6.java:import com.hp.hpl.jena.tdb.TDBFactory ;
./jena-tdb/src-examples/tdb/examples/ExTDB5.java:import com.hp.hpl.jena.query.Dataset ;
./jena-tdb/src-examples/tdb/examples/ExTDB5.java:import com.hp.hpl.jena.query.Query ;
./jena-tdb/src-examples/tdb/examples/ExTDB5.java:import com.hp.hpl.jena.query.QueryExecution ;
./jena-tdb/src-examples/tdb/examples/ExTDB5.java:import com.hp.hpl.jena.query.QueryExecutionFactory ;
./jena-tdb/src-examples/tdb/examples/ExTDB5.java:import com.hp.hpl.jena.query.QueryFactory ;
./jena-tdb/src-examples/tdb/examples/ExTDB5.java:import com.hp.hpl.jena.query.QuerySolution ;
./jena-tdb/src-examples/tdb/examples/ExTDB5.java:import com.hp.hpl.jena.query.ResultSet ;
./jena-tdb/src-examples/tdb/examples/ExTDB5.java:import com.hp.hpl.jena.tdb.TDBFactory ;
./jena-tdb/src-examples/tdb/examples/ExTDB4.java:import com.hp.hpl.jena.query.Dataset ;
./jena-tdb/src-examples/tdb/examples/ExTDB4.java:import com.hp.hpl.jena.query.Query ;
./jena-tdb/src-examples/tdb/examples/ExTDB4.java:import com.hp.hpl.jena.query.QueryExecution ;
./jena-tdb/src-examples/tdb/examples/ExTDB4.java:import com.hp.hpl.jena.query.QueryExecutionFactory ;
./jena-tdb/src-examples/tdb/examples/ExTDB4.java:import com.hp.hpl.jena.query.QueryFactory ;
./jena-tdb/src-examples/tdb/examples/ExTDB4.java:import com.hp.hpl.jena.query.ResultSet ;
./jena-tdb/src-examples/tdb/examples/ExTDB4.java:import com.hp.hpl.jena.query.ResultSetFormatter ;
./jena-tdb/src-examples/tdb/examples/ExTDB4.java:import com.hp.hpl.jena.tdb.TDBFactory ;
./jena-tdb/src-examples/tdb/examples/ExTDB3.java:import com.hp.hpl.jena.assembler.Assembler ;
./jena-tdb/src-examples/tdb/examples/ExTDB3.java:import com.hp.hpl.jena.query.Dataset ;
./jena-tdb/src-examples/tdb/examples/ExTDB3.java:import com.hp.hpl.jena.rdf.model.Model ;
./jena-tdb/src-examples/tdb/examples/ExTDB3.java:import com.hp.hpl.jena.rdf.model.Resource ;
./jena-tdb/src-examples/tdb/examples/ExTDB3.java:import com.hp.hpl.jena.shared.JenaException ;
./jena-tdb/src-examples/tdb/examples/ExTDB3.java:import com.hp.hpl.jena.sparql.core.assembler.DatasetAssemblerVocab ;
./jena-tdb/src-examples/tdb/examples/ExTDB3.java:import com.hp.hpl.jena.sparql.util.TypeNotUniqueException ;
./jena-tdb/src-examples/tdb/examples/ExTDB3.java:import com.hp.hpl.jena.sparql.util.graph.GraphUtils ;
./jena-tdb/src-examples/tdb/examples/ExTDB3.java:import com.hp.hpl.jena.tdb.assembler.VocabTDB ;
./jena-tdb/src-examples/tdb/examples/ExTDB1.java:import com.hp.hpl.jena.query.Dataset ;
./jena-tdb/src-examples/tdb/examples/ExTDB1.java:import com.hp.hpl.jena.rdf.model.Model;
./jena-tdb/src-examples/tdb/examples/ExTDB1.java:import com.hp.hpl.jena.tdb.TDBFactory;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn1.java:import com.hp.hpl.jena.query.Dataset ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn1.java:import com.hp.hpl.jena.query.Query ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn1.java:import com.hp.hpl.jena.query.QueryExecution ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn1.java:import com.hp.hpl.jena.query.QueryExecutionFactory ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn1.java:import com.hp.hpl.jena.query.QueryFactory ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn1.java:import com.hp.hpl.jena.query.QuerySolution ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn1.java:import com.hp.hpl.jena.query.ReadWrite ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn1.java:import com.hp.hpl.jena.query.ResultSet ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn1.java:import com.hp.hpl.jena.tdb.TDBFactory ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn3.java:import com.hp.hpl.jena.query.* ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn3.java:import com.hp.hpl.jena.sparql.core.DatasetGraph ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn3.java:import com.hp.hpl.jena.tdb.TDBFactory ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn3.java:import com.hp.hpl.jena.tdb.transaction.DatasetGraphTransaction ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn2.java:import com.hp.hpl.jena.query.Dataset ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn2.java:import com.hp.hpl.jena.query.ReadWrite ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn2.java:import com.hp.hpl.jena.tdb.TDBFactory ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn2.java:import com.hp.hpl.jena.update.GraphStore ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn2.java:import com.hp.hpl.jena.update.GraphStoreFactory ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn2.java:import com.hp.hpl.jena.update.UpdateExecutionFactory ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn2.java:import com.hp.hpl.jena.update.UpdateFactory ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn2.java:import com.hp.hpl.jena.update.UpdateProcessor ;
./jena-tdb/src-examples/tdb/examples/ExTDB_Txn2.java:import com.hp.hpl.jena.update.UpdateRequest ;
./jena-tdb/src-examples/tdb/examples/ExTDB2.java:import com.hp.hpl.jena.query.Dataset ;
./jena-tdb/src-examples/tdb/examples/ExTDB2.java:import com.hp.hpl.jena.tdb.TDBFactory ;
./jena-tdb/src-examples/tdb/examples/ExQuadFilter.java:import com.hp.hpl.jena.graph.NodeFactory ;
./jena-tdb/src-examples/tdb/examples/ExQuadFilter.java:import com.hp.hpl.jena.query.* ;
./jena-tdb/src-examples/tdb/examples/ExQuadFilter.java:import com.hp.hpl.jena.sparql.core.DatasetGraph ;
./jena-tdb/src-examples/tdb/examples/ExQuadFilter.java:import com.hp.hpl.jena.sparql.core.Quad ;
./jena-tdb/src-examples/tdb/examples/ExQuadFilter.java:import com.hp.hpl.jena.sparql.sse.SSE ;
./jena-tdb/src-examples/tdb/examples/ExQuadFilter.java:import com.hp.hpl.jena.tdb.TDB ;
./jena-tdb/src-examples/tdb/examples/ExQuadFilter.java:import com.hp.hpl.jena.tdb.TDBFactory ;
./jena-tdb/src-examples/tdb/examples/ExQuadFilter.java:import com.hp.hpl.jena.tdb.store.NodeId ;
./jena-tdb/src-examples/tdb/examples/ExQuadFilter.java:import com.hp.hpl.jena.tdb.sys.SystemTDB ;
./jena-tdb/src-examples/tdb/examples/ExQuadFilter.java:import com.hp.hpl.jena.tdb.sys.TDBInternal ;
./jena-tdb/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-tdb/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-tdb/log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
./jena-tdb/log4j.properties:log4j.logger.com.hp.hpl.jena.tdb=INFO
./jena-tdb/log4j.properties:log4j.logger.com.hp.hpl.jena.tdb.transaction=INFO
./jena-tdb/log4j.properties:log4j.logger.com.hp.hpl.jena.tdb.transaction.NodeTableTrans=ALL
./jena-tdb/log4j.properties:##log4j.logger.com.hp.hpl.jena.tdb.transaction.TransactionManager=ALL
./jena-tdb/log4j.properties:##log4j.logger.com.hp.hpl.jena.tdb.transaction.TestTransSystem=ALL
./jena-tdb/src-dev/test/ExtHashRun.java:import com.hp.hpl.jena.tdb.index.ext.ExtHash;
./jena-tdb/src-dev/test/ExtHashRun.java:import com.hp.hpl.jena.tdb.index.ext.ExtHashTestBase;
./jena-tdb/src-dev/test/ExtHashRun.java:import com.hp.hpl.jena.tdb.sys.SystemTDB;
./jena-tdb/src-dev/test/RunnerRangeIndex.java:import com.hp.hpl.jena.tdb.base.file.BlockAccessMem ;
./jena-tdb/src-dev/test/RunnerRangeIndex.java:import com.hp.hpl.jena.tdb.index.IndexTestGenerator ;
./jena-tdb/src-dev/test/RunnerRangeIndex.java:import com.hp.hpl.jena.tdb.index.RangeIndexMaker ;
./jena-tdb/src-dev/test/RunnerRangeIndex.java:import com.hp.hpl.jena.tdb.index.bplustree.BPlusTreeParams ;
./jena-tdb/src-dev/test/RunnerRangeIndex.java:import com.hp.hpl.jena.tdb.sys.SystemTDB ;
./jena-tdb/src-dev/test/RunnerExecute.java:import com.hp.hpl.jena.tdb.index.Index ;
./jena-tdb/src-dev/test/RunnerExecute.java:import com.hp.hpl.jena.tdb.index.IndexMaker ;
./jena-tdb/src-dev/test/RunnerExecute.java:import com.hp.hpl.jena.tdb.index.IndexTestLib ;
./jena-tdb/src-dev/test/RunnerExecute.java:import com.hp.hpl.jena.tdb.index.bplustree.BPlusTreeMaker ;
./jena-tdb/src-dev/test/BPlusTreeRun.java:import com.hp.hpl.jena.tdb.base.file.BlockAccessMem ;
./jena-tdb/src-dev/test/BPlusTreeRun.java:import com.hp.hpl.jena.tdb.index.RangeIndexMaker ;
./jena-tdb/src-dev/test/BPlusTreeRun.java:import com.hp.hpl.jena.tdb.index.bplustree.BPlusTree ;
./jena-tdb/src-dev/test/BPlusTreeRun.java:import com.hp.hpl.jena.tdb.index.bplustree.BPlusTreeMaker ;
./jena-tdb/src-dev/test/BPlusTreeRun.java:import com.hp.hpl.jena.tdb.index.bplustree.BPlusTreeParams ;
./jena-tdb/src-dev/test/BPlusTreeRun.java:import com.hp.hpl.jena.tdb.sys.SystemTDB ;
./jena-tdb/src/test/java/org/apache/jena/tdb/index/AbstractTestIndex.java://import com.hp.hpl.jena.tdb.base.record.RecordLib;
./jena-tdb/src/test/java/org/apache/jena/tdb/TC_TDB.java: Logger.getLogger("com.hp.hpl.jena.tdb.info").setLevel(Level.WARN) ;
./jena-tdb/src/test/java/org/apache/jena/tdb/TC_TDB.java: //Logger.getLogger("com.hp.hpl.jena.tdb.exec").setLevel(Level.WARN) ;
./jena-tdb/src/test/java/org/apache/jena/tdb/store/TestConcurrentAccess.java:// Log.disable("com.hp.hpl.jena.tdb.exec") ;
./jena-tdb/src/test/java/org/apache/jena/tdb/store/TestConcurrentAccess.java:// Log.disable("com.hp.hpl.jena.tdb.info") ;
./jena-tdb/src/test/java/org/apache/jena/tdb/store/TestTripleTable.java: Logger.getLogger("com.hp.hpl.jena.tdb.info").setLevel(Level.WARN) ;
./jena-tdb/src/test/java/org/apache/jena/tdb/store/TestTripleTable.java: Logger.getLogger("com.hp.hpl.jena.tdb.exec").setLevel(Level.WARN) ;
./jena-tdb/src/test/java/org/apache/jena/tdb/junit/Base_TS.java: level = Logger.getLogger("com.hp.hpl.jena.tdb.info").getLevel() ;
./jena-tdb/src/test/java/org/apache/jena/tdb/junit/Base_TS.java: Logger.getLogger("com.hp.hpl.jena.tdb.info").setLevel(Level.FATAL) ;
./jena-tdb/src/test/java/org/apache/jena/tdb/junit/Base_TS.java: Logger.getLogger("com.hp.hpl.jena.tdb.info").setLevel(level) ;
./jena-tdb/src/test/java/org/apache/jena/tdb/transaction/TS_TransactionTDB.java: level = Logger.getLogger("com.hp.hpl.jena.tdb.transaction").getLevel() ;
./jena-tdb/src/test/java/org/apache/jena/tdb/transaction/TS_TransactionTDB.java: Logger.getLogger("com.hp.hpl.jena.tdb.transaction").setLevel(Level.INFO) ;
./jena-tdb/src/test/java/org/apache/jena/tdb/transaction/TS_TransactionTDB.java: Logger.getLogger("com.hp.hpl.jena.tdb.transaction").setLevel(level) ;
./jena-tdb/src/test/java/org/apache/jena/tdb/extra/T_TransSystem.java: String qs1 = StrUtils.strjoinNL("PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>",
./jena-tdb/src/main/java/tdb/cmdline/ModTDBDataset.java: Query query = QueryFactory.create("PREFIX tdb: <http://jena.hpl.hp.com/2008/tdb#> SELECT ?dir { [] tdb:location ?dir FILTER (isURI(?dir)) }") ;
./jena-tdb/src/main/java/org/apache/jena/tdb/TDB.java: public static final String tdbIRI = "http://jena.hpl.hp.com/#tdb" ;
./jena-tdb/src/main/java/org/apache/jena/tdb/TDB.java: public static final String tdbParamNS = "http://jena.hpl.hp.com/TDB#" ;
./jena-tdb/src/main/java/org/apache/jena/tdb/TDB.java: // public static final String logExecName = "com.hp.hpl.jena.tdb.exec" ;
./jena-tdb/src/main/java/org/apache/jena/tdb/TDB.java: public final static String namespace = "http://jena.hpl.hp.com/2008/tdb#" ;
./jena-tdb/src/main/java/org/apache/jena/tdb/store/bulkloader/LoaderNodeTupleTable.java: static private Logger logLoad = LoggerFactory.getLogger("com.hp.hpl.jena.tdb.loader") ;
./jena-tdb/src/main/java/org/apache/jena/tdb/sys/SystemTDB.java: public static final String symbolNamespace = "http://jena.hpl.hp.com/TDB#" ;
./jena-tdb/src/main/java/org/apache/jena/tdb/sys/SystemTDB.java: public static final String tdbPropertyRoot = "com.hp.hpl.jena.tdb" ;
./jena-tdb/src/main/java/org/apache/jena/tdb/sys/SystemTDB.java: public static String propertyEnableInlineLiterals1 = "com.hp.hpl.jena.tdb.store.enableInlineLiterals" ;
./jena-tdb/pom.xml: <excludePackageNames>com.hp.hpl.jena.tdb.*</excludePackageNames>
./jena-tdb/bin/tdbloader2worker:PKG=com.hp.hpl.jena.tdb.store.bulkloader2
./jena-tdb/testing/Assembler/tdb-graph-ref-dataset.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-tdb/testing/Assembler/tdb-graph-ref-dataset.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-tdb/testing/Assembler/tdb-graph-ref-dataset.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-tdb/testing/Assembler/tdb-graph-embed.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-tdb/testing/Assembler/tdb-graph-embed.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-tdb/testing/Assembler/tdb-graph-embed.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-tdb/testing/Assembler/tdb-dataset-embed.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-tdb/testing/Assembler/tdb-dataset-embed.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-tdb/testing/Assembler/tdb-dataset-embed.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-tdb/testing/Assembler/tdb-named-graph-1.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-tdb/testing/Assembler/tdb-named-graph-1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-tdb/testing/Assembler/tdb-named-graph-1.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-tdb/testing/Assembler/tdb-named-graph-2.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-tdb/testing/Assembler/tdb-named-graph-2.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-tdb/testing/Assembler/tdb-named-graph-2.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-tdb/testing/Assembler/tdb-dataset.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-tdb/testing/Assembler/tdb-dataset.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-tdb/testing/Assembler/tdb-dataset.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-tdb/testing/Assembler/tdb-graph.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-tdb/testing/Assembler/tdb-graph.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-tdb/testing/Assembler/tdb-graph.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-tdb/testing/UnionGraph/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-jdbc/jena-jdbc-driver-remote/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-jdbc/jena-jdbc-driver-remote/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-jdbc/jena-jdbc-driver-remote/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
./jena-jdbc/jena-jdbc-driver-mem/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-jdbc/jena-jdbc-driver-mem/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-jdbc/jena-jdbc-driver-mem/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
./jena-jdbc/jena-jdbc-driver-bundle/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-jdbc/jena-jdbc-driver-bundle/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-jdbc/jena-jdbc-driver-bundle/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
./jena-jdbc/jena-jdbc-driver-tdb/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-jdbc/jena-jdbc-driver-tdb/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-jdbc/jena-jdbc-driver-tdb/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
./jena-jdbc/jena-jdbc-core/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-jdbc/jena-jdbc-core/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-jdbc/jena-jdbc-core/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
./jena-jdbc/jena-jdbc-core/src/test/java/org/apache/jena/jdbc/connections/AbstractJenaConnectionTests.java: + " FILTER(<http://jena.hpl.hp.com/ARQ/function#wait>(1500)) " + (this.usesNamedGraphAsDefault() ? "}" : "") + "}");
./jena-jdbc/jena-jdbc-core/src/test/java/org/apache/jena/jdbc/connections/AbstractJenaConnectionTests.java: + " FILTER(<http://jena.hpl.hp.com/ARQ/function#wait>(1500)) " + (this.usesNamedGraphAsDefault() ? "}" : "") + "}");
./jena-jdbc/jena-jdbc-core/src/main/resources/jena-jdbc-log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-jdbc/jena-jdbc-core/src/main/resources/jena-jdbc-log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-jdbc/jena-jdbc-core/src/main/resources/jena-jdbc-log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
Binary file ./.git/objects/pack/pack-8d0526e8606778314cc2d47aaa9864caadeda936.pack matches
Binary file ./.git/objects/pack/pack-8d0526e8606778314cc2d47aaa9864caadeda936.idx matches
./apache-jena/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/ExtendedHandler.java
./apache-jena/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/impl/XMLHandler.java
./apache-jena/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/ARP.java
./apache-jena/jena-log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./apache-jena/jena-log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./apache-jena/jena-log4j.properties:log4j.logger.com.hp.hpl.jena.tdb.loader=INFO
./apache-jena/jena-log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
./apache-jena/bin/tdbloader2worker:PKG=com.hp.hpl.jena.tdb.store.bulkloader2
./jena-csv/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-csv/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-csv/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
./jena-examples/src/main/java/org/apache/jena/example/pizza/PizzaSparqlNoInf.java:import com.hp.hpl.jena.ontology.OntModel;
./jena-examples/src/main/java/org/apache/jena/example/pizza/PizzaSparqlNoInf.java:import com.hp.hpl.jena.ontology.OntModelSpec;
./jena-examples/src/main/java/org/apache/jena/example/pizza/PizzaSparqlNoInf.java:import com.hp.hpl.jena.query.*;
./jena-examples/src/main/java/org/apache/jena/example/pizza/PizzaSparqlNoInf.java:import com.hp.hpl.jena.rdf.model.Model;
./jena-examples/src/main/java/org/apache/jena/example/pizza/PizzaSparqlNoInf.java:import com.hp.hpl.jena.rdf.model.ModelFactory;
./jena-examples/src/main/java/org/apache/jena/example/pizza/PizzaSparqlNoInf.java:import com.hp.hpl.jena.util.FileManager;
./jena-examples/src/main/java/org/apache/jena/example/pizza/PizzaSparqlNoInf.java:import com.hp.hpl.jena.vocabulary.OWL;
./jena-examples/src/main/java/org/apache/jena/example/pizza/PizzaSparqlNoInf.java:import com.hp.hpl.jena.vocabulary.RDFS;
./jena-examples/src/main/java/org/apache/jena/example/helloworld/HelloWorld.java:import com.hp.hpl.jena.rdf.model.*;
./jena-examples/src/main/java/org/apache/jena/example/helloworld/HelloWorld.java:import com.hp.hpl.jena.util.FileManager;
./jena-examples/src/main/java/org/apache/jena/example/helloworld/HelloWorld.java:import com.hp.hpl.jena.vocabulary.RDF;
./jena-examples/src/main/java/org/apache/jena/example/helloworld/HelloWorld.java:import com.hp.hpl.jena.vocabulary.RDFS;
./LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/ExtendedHandler.java
./LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/impl/XMLHandler.java
./LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/ARP.java
./jena-fuseki2/jena-fuseki-core/src/main/webapp/test/test-fuseki-config.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki2/jena-fuseki-core/src/main/webapp/test/test-fuseki-config.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
./jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/config.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/templates/config-tdb-mem:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/templates/config-tdb-mem:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/templates/config-tdb-mem:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/templates/config-mem:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/templates/config-mem:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/templates/config-tdb:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/templates/config-tdb:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/templates/config-tdb:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/templates/config-tdb-dir:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/templates/config-tdb-dir:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/templates/config-tdb-dir:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/templates/config-service:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/templates/config-service:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/build/FusekiConfig.java: "INSERT { [] ja:loadClass 'com.hp.hpl.jena.tdb.TDB' }",
./jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/build/FusekiConfig.java: "WHERE { FILTER NOT EXISTS { [] ja:loadClass 'com.hp.hpl.jena.tdb.TDB' } }"
./jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/SystemState.java: "PREFIX ja: <http://jena.hpl.hp.com/2005/11/Assembler#>",
./jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/SystemState.java: "PREFIX tdb: <http://jena.hpl.hp.com/2008/tdb#>",
./jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/SystemState.java: "PREFIX sdb: <http://jena.hpl.hp.com/20087/sdb#>",
./jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/SystemState.java: "PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>",
./jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/SystemState.java: "PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>",
./jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/SystemState.java: "PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>",
./jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/FusekiLogging.java: "log4j.logger.com.hp.hpl.jena=WARN",
./jena-fuseki2/jena-fuseki-core/testing/config-ds-1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki2/examples/service-inference-1.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki2/examples/service-inference-1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki2/examples/service-inference-1.ttl: ja:reasonerURL <http://jena.hpl.hp.com/2003/OWLFBRuleReasoner>
./jena-fuseki2/examples/service-inference-2.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki2/examples/service-inference-2.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki2/examples/service-inference-2.ttl: ja:reasonerURL <http://jena.hpl.hp.com/2003/OWLFBRuleReasoner>
./jena-fuseki2/examples/service-tdb-1.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki2/examples/service-tdb-1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki2/examples/service-tdb-2.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki2/examples/service-tdb-2.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki2/examples/service-tdb-mem.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki2/examples/service-tdb-mem.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-elephas/jena-elephas-common/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-elephas/jena-elephas-common/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-elephas/jena-elephas-common/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
./jena-spatial/src/test/resources/spatial-solr-config.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-spatial/src/test/resources/spatial-solr-config.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-spatial/src/test/resources/spatial-solr-config.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-spatial/src/test/resources/spatial-config-spatialindexer.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-spatial/src/test/resources/spatial-config-spatialindexer.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-spatial/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-spatial/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-spatial/src/test/resources/spatial-config.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-spatial/src/test/resources/spatial-config.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-spatial/src/test/resources/spatial-config.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-spatial/src/main/java/org/apache/jena/query/spatial/assembler/EntityDefinitionAssembler.java: String prologue = "PREFIX : <"+NS+"> PREFIX list: <http://jena.hpl.hp.com/ARQ/list#> " ;
./jena-sdb/sdb.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/sdb.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/sdb.ttl:[] ja:loadClass "com.hp.hpl.jena.sdb.SDB" .
./jena-sdb/src-examples/sdb/examples/Ex1.java:import com.hp.hpl.jena.query.*;
./jena-sdb/src-examples/sdb/examples/Ex1.java:import com.hp.hpl.jena.sdb.SDBFactory;
./jena-sdb/src-examples/sdb/examples/Ex1.java:import com.hp.hpl.jena.sdb.Store;
./jena-sdb/src-examples/sdb/examples/Ex1.java:import com.hp.hpl.jena.sdb.store.DatasetStore;
./jena-sdb/src-examples/sdb/examples/ExModelSDB.java:import com.hp.hpl.jena.rdf.model.Model;
./jena-sdb/src-examples/sdb/examples/ExModelSDB.java:import com.hp.hpl.jena.rdf.model.Statement;
./jena-sdb/src-examples/sdb/examples/ExModelSDB.java:import com.hp.hpl.jena.rdf.model.StmtIterator;
./jena-sdb/src-examples/sdb/examples/ExModelSDB.java:import com.hp.hpl.jena.sdb.SDBFactory;
./jena-sdb/src-examples/sdb/examples/ExModelSDB.java:import com.hp.hpl.jena.sdb.Store;
./jena-sdb/src-examples/sdb/examples/ExModelSDB.java:import com.hp.hpl.jena.sdb.store.StoreFactory;
./jena-sdb/src-examples/sdb/examples/Ex2.java:import com.hp.hpl.jena.query.*;
./jena-sdb/src-examples/sdb/examples/Ex2.java:import com.hp.hpl.jena.sdb.SDBFactory;
./jena-sdb/src-examples/sdb/examples/Ex2.java:import com.hp.hpl.jena.sdb.Store;
./jena-sdb/src-examples/sdb/examples/Ex2.java:import com.hp.hpl.jena.sdb.StoreDesc;
./jena-sdb/src-examples/sdb/examples/Ex2.java:import com.hp.hpl.jena.sdb.sql.JDBC;
./jena-sdb/src-examples/sdb/examples/Ex2.java:import com.hp.hpl.jena.sdb.sql.SDBConnection;
./jena-sdb/src-examples/sdb/examples/Ex2.java:import com.hp.hpl.jena.sdb.store.DatabaseType;
./jena-sdb/src-examples/sdb/examples/Ex2.java:import com.hp.hpl.jena.sdb.store.DatasetStore;
./jena-sdb/src-examples/sdb/examples/Ex2.java:import com.hp.hpl.jena.sdb.store.LayoutType;
./jena-sdb/src-examples/sdb/examples/ExJdbcConnection.java:import com.hp.hpl.jena.query.* ;
./jena-sdb/src-examples/sdb/examples/ExJdbcConnection.java:import com.hp.hpl.jena.sdb.SDBException ;
./jena-sdb/src-examples/sdb/examples/ExJdbcConnection.java:import com.hp.hpl.jena.sdb.Store ;
./jena-sdb/src-examples/sdb/examples/ExJdbcConnection.java:import com.hp.hpl.jena.sdb.StoreDesc ;
./jena-sdb/src-examples/sdb/examples/ExJdbcConnection.java:import com.hp.hpl.jena.sdb.shared.Access ;
./jena-sdb/src-examples/sdb/examples/ExJdbcConnection.java:import com.hp.hpl.jena.sdb.sql.JDBC ;
./jena-sdb/src-examples/sdb/examples/ExJdbcConnection.java:import com.hp.hpl.jena.sdb.sql.SDBConnection ;
./jena-sdb/src-examples/sdb/examples/ExJdbcConnection.java:import com.hp.hpl.jena.sdb.store.DatabaseType ;
./jena-sdb/src-examples/sdb/examples/ExJdbcConnection.java:import com.hp.hpl.jena.sdb.store.DatasetStore ;
./jena-sdb/src-examples/sdb/examples/ExJdbcConnection.java:import com.hp.hpl.jena.sdb.store.LayoutType ;
./jena-sdb/src-examples/sdb/examples/ExJdbcConnection.java:import com.hp.hpl.jena.sdb.store.StoreFactory ;
./jena-sdb/Store/sdb-oracle.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/Store/sdb-oracle.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/Store/sdb-mysql-innodb.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/Store/sdb-mysql-innodb.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/Store/sdb-sap-layout1.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/Store/sdb-sap-layout1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/Store/sdb-h2.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/Store/sdb-h2.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/Store/sdb-pgsql.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/Store/sdb-pgsql.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/Store/sdb-mssql-express.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/Store/sdb-mssql-express.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/Store/sdb-derby.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/Store/sdb-derby.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/Store/sdb-pgsql-layout1.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/Store/sdb-pgsql-layout1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/Store/sdb-pgsql-layout1.ttl: sdb:sdbHost "sweb-sdb-1.hpl.hp.com" ;
./jena-sdb/Store/sdb-derby-layout1.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/Store/sdb-derby-layout1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/Store/sdb-db2.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/Store/sdb-db2.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/Store/sdb-sap.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/Store/sdb-sap.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/Store/sdb-hsqldb-mem.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/Store/sdb-hsqldb-mem.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/Store/sdb-store-only.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/Store/sdb-store-only.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/Store/sdb-mssql.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/Store/sdb-mssql.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/Store/sdb-hsqldb-file.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/Store/sdb-hsqldb-file.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/sdb1.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/sdb1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-sdb/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-sdb/log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
./jena-sdb/src-dev/resources/etc/ont-policy-test.rdf: <!ENTITY jena 'http://jena.hpl.hp.com/schemas/'>
./jena-sdb/src-dev/resources/etc/schemagen_example.rdf: <!ENTITY jena 'http://jena.hpl.hp.com/'>
./jena-sdb/src-dev/resources/etc/ont-policy.rdf: <!ENTITY jena 'http://jena.hpl.hp.com/schemas/'>
./jena-sdb/src-dev/resources/etc/location-mapping.ex:@prefix lm: <http://jena.hpl.hp.com/2004/08/location-mapping#> .
./jena-sdb/src-dev/resources/vocabularies/ont-manager.rdf: <!ENTITY jena 'http://jena.hpl.hp.com/schemas/'>
./jena-sdb/src-dev/resources/vocabularies/test-query.n3:@prefix mf: <http://jena.hpl.hp.com/2003/03/test-manifest#> .
./jena-sdb/src-dev/resources/vocabularies/test-query.n3:@prefix : <http://jena.hpl.hp.com/2003/03/test-query#> .
./jena-sdb/src-dev/resources/vocabularies/location-mapping-rdfs.n3:@prefix : <http://jena.hpl.hp.com/2004/08/location-mapping#> .
./jena-sdb/src-dev/resources/vocabularies/test-manifest-x.n3:@prefix : <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-sdb/src-dev/resources/vocabularies/jenavocab.rdf: <!ENTITY jena 'http://jena.hpl.hp.com/'>
./jena-sdb/src-dev/resources/vocabularies/jenavocab.rdf: <vocab:package rdf:datatype="&xsd;string">com.hp.hpl.jena.vocabulary</vocab:package>
./jena-sdb/src-dev/resources/vocabularies/jenavocab.rdf: <vocab:output rdf:datatype="&xsd;string">src/com/hp/hpl/jena/vocabulary</vocab:output>
./jena-sdb/src-dev/resources/vocabularies/jena-model-spec.n3:@prefix jms: <http://jena.hpl.hp.com/2003/08/jms#> .
./jena-sdb/src-dev/resources/vocabularies/ont-event.rdf: <!ENTITY jena 'http://jena.hpl.hp.com/schemas/'>
./jena-sdb/src-dev/resources/vocabularies/result-set.n3:@prefix : <http://jena.hpl.hp.com/2003/03/result-set#> .
./jena-sdb/src-dev/resources/vocabularies/assembler.n3:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/src-dev/resources/vocabularies/assembler.n3:@prefix lm: <http://jena.hpl.hp.com/2004/08/location-mapping#> .
./jena-sdb/src-dev/java/dev/pldms/Scratch.java:import com.hp.hpl.jena.sdb.layout2.TableDescNodes;
./jena-sdb/src-dev/java/dev/pldms/Scratch.java:import com.hp.hpl.jena.sdb.Store;
./jena-sdb/src-dev/java/dev/pldms/Scratch.java:import com.hp.hpl.jena.sdb.store.StoreFactory;
./jena-sdb/src-dev/java/dev/pldms/Scratch.java:import com.hp.hpl.jena.sdb.store.TableDesc;
./jena-sdb/src-dev/java/dev/Main.java:import com.hp.hpl.jena.query.Dataset ;
./jena-sdb/src-dev/java/dev/Main.java:import com.hp.hpl.jena.sdb.SDBFactory ;
./jena-sdb/src-dev/java/dev/Main.java:import com.hp.hpl.jena.sdb.Store ;
./jena-sdb/src-dev/java/dev/Main.java:import com.hp.hpl.jena.sparql.core.DatasetGraph ;
./jena-sdb/src-dev/java/dev/Main.java:import com.hp.hpl.jena.sparql.core.Quad ;
./jena-sdb/src-dev/java/dev/Main.java:import com.hp.hpl.jena.sparql.sse.SSE ;
./jena-sdb/src-dev/java/dev/Main.java: //sdbquery.main("--sdb=sdb.ttl", "--set", "http://jena.hpl.hp.com/SDB/symbol#unionDefaultGraph=true", "SELECT * { ?s ?p ?o }") ;
./jena-sdb/src-dev/java/dev/TestStores2Connections1.java:import com.hp.hpl.jena.graph.Graph;
./jena-sdb/src-dev/java/dev/TestStores2Connections1.java:import com.hp.hpl.jena.graph.Triple;
./jena-sdb/src-dev/java/dev/TestStores2Connections1.java:import com.hp.hpl.jena.sdb.SDBFactory;
./jena-sdb/src-dev/java/dev/TestStores2Connections1.java:import com.hp.hpl.jena.sdb.Store;
./jena-sdb/src-dev/java/dev/TestStores2Connections1.java:import com.hp.hpl.jena.sdb.StoreDesc;
./jena-sdb/src-dev/java/dev/TestStores2Connections1.java:import com.hp.hpl.jena.sdb.sql.SDBConnection;
./jena-sdb/src-dev/java/dev/TestStores2Connections1.java:import com.hp.hpl.jena.sdb.sql.SDBConnectionFactory;
./jena-sdb/src-dev/java/dev/TestStores2Connections1.java:import com.hp.hpl.jena.sdb.sql.TableUtils;
./jena-sdb/src-dev/java/dev/TestStores2Connections1.java:import com.hp.hpl.jena.sdb.store.StoreFactory;
./jena-sdb/src-dev/java/dev/TestStores2Connections1.java:import com.hp.hpl.jena.sparql.sse.SSE;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.graph.Node;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.sdb.SDBFactory;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.sdb.Store;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.sdb.layout2.hash.TupleLoaderOneHash;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.sdb.sql.JDBC;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.sdb.sql.SDBConnection;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.sdb.sql.SDBExceptionSQL;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.sdb.store.DatabaseType;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.sdb.store.LayoutType;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.sdb.store.StoreFactory;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.sdb.store.TableDesc;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.sdb.store.TupleLoader;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.sdb.store.TupleTable;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.sdb.util.Pair;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.sparql.sse.Item;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSload.java:import com.hp.hpl.jena.sparql.sse.SSE;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSexpand.java:import com.hp.hpl.jena.graph.Graph ;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSexpand.java:import com.hp.hpl.jena.graph.Node ;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSexpand.java:import com.hp.hpl.jena.graph.Triple ;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSexpand.java:import com.hp.hpl.jena.rdf.model.Model ;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSexpand.java:import com.hp.hpl.jena.sparql.sse.Item ;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSexpand.java:import com.hp.hpl.jena.sparql.sse.ItemWriter ;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSexpand.java:import com.hp.hpl.jena.util.FileManager ;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSexpand.java:import com.hp.hpl.jena.util.iterator.ExtendedIterator ;
./jena-sdb/src-dev/java/dev/inf/sdbRDFSexpand.java:import com.hp.hpl.jena.vocabulary.RDFS ;
./jena-sdb/src-dev/java/dev/inf/TransGraph.java:import com.hp.hpl.jena.sdb.util.Pair;
./jena-sdb/src-dev/java/dev/inf/TransGraphNode.java:import static com.hp.hpl.jena.sparql.sse.builders.BuilderLib.checkLength ;
./jena-sdb/src-dev/java/dev/inf/TransGraphNode.java:import static com.hp.hpl.jena.sparql.sse.builders.BuilderLib.checkList ;
./jena-sdb/src-dev/java/dev/inf/TransGraphNode.java:import static com.hp.hpl.jena.sparql.sse.builders.BuilderLib.checkNode ;
./jena-sdb/src-dev/java/dev/inf/TransGraphNode.java:import com.hp.hpl.jena.graph.Node ;
./jena-sdb/src-dev/java/dev/inf/TransGraphNode.java:import com.hp.hpl.jena.sparql.sse.Item ;
./jena-sdb/src-dev/java/dev/inf/TransGraphNode.java:import com.hp.hpl.jena.sparql.sse.ItemList ;
./jena-sdb/src-dev/java/dev/reports/Report_ReifiedStatements.java:import com.hp.hpl.jena.rdf.model.Model ;
./jena-sdb/src-dev/java/dev/reports/Report_ReifiedStatements.java:import com.hp.hpl.jena.rdf.model.ModelFactory ;
./jena-sdb/src-dev/java/dev/reports/Report_ReifiedStatements.java:import com.hp.hpl.jena.rdf.model.ReifiedStatement ;
./jena-sdb/src-dev/java/dev/reports/Report_ReifiedStatements.java:import com.hp.hpl.jena.rdf.model.ResourceFactory ;
./jena-sdb/src-dev/java/dev/reports/Report_ReifiedStatements.java:import com.hp.hpl.jena.rdf.model.Statement ;
./jena-sdb/src-dev/java/dev/reports/Report_ReifiedStatements.java:import com.hp.hpl.jena.sdb.SDBFactory ;
./jena-sdb/src-dev/java/dev/reports/Report_ReifiedStatements.java:import com.hp.hpl.jena.sdb.Store ;
./jena-sdb/src-dev/java/dev/reports/Report_ReifiedStatements.java:import com.hp.hpl.jena.vocabulary.RDFS ;
./jena-sdb/src-dev/java/dev/reports/OpenCurosrOracle.java:import com.hp.hpl.jena.rdf.model.Model;
./jena-sdb/src-dev/java/dev/reports/OpenCurosrOracle.java:import com.hp.hpl.jena.sdb.SDBFactory;
./jena-sdb/src-dev/java/dev/reports/OpenCurosrOracle.java:import com.hp.hpl.jena.sdb.Store;
./jena-sdb/src-dev/java/dev/reports/OpenCurosrOracle.java:import com.hp.hpl.jena.sdb.StoreDesc;
./jena-sdb/src-dev/java/dev/reports/OpenCurosrOracle.java:import com.hp.hpl.jena.sdb.sql.SDBConnection;
./jena-sdb/src-dev/java/dev/reports/OpenCurosrOracle.java:import com.hp.hpl.jena.sdb.sql.SDBConnectionFactory;
./jena-sdb/src-dev/java/dev/reports/OpenCurosrOracle.java:import com.hp.hpl.jena.sdb.store.StoreFactory;
./jena-sdb/src-dev/java/dev/reports/OpenCurosrOracle.java:import com.hp.hpl.jena.util.FileManager;
./jena-sdb/src-dev/java/dev/RunTests.java:import com.hp.hpl.jena.sdb.test.graph.TestDerbyGraph;
./jena-sdb/src-dev/java/dev/RunTests.java:import com.hp.hpl.jena.sdb.test.graph.TestDerbyGraph.TestDerbyIndexGraph;
./jena-sdb/src-dev/java/dev/RunTests.java:import com.hp.hpl.jena.sdb.test.model.TestDerbyModel;
./jena-sdb/src-dev/java/dev/RunTests.java:import com.hp.hpl.jena.sdb.test.model.TestDerbyModel.TestDerbyIndexModel;
./jena-sdb/src-dev/java/dev/RunTests.java:import com.hp.hpl.jena.sparql.junit.SimpleTestRunner;
./jena-sdb/src-dev/java/dev/db/FmtStdHash.java:import static com.hp.hpl.jena.sdb.sql.SQLUtils.sqlStr ;
./jena-sdb/src-dev/java/dev/db/FmtStdHash.java:import com.hp.hpl.jena.sdb.layout2.TableDescNodes ;
./jena-sdb/src-dev/java/dev/db/FmtStdHash.java:import com.hp.hpl.jena.sdb.sql.SDBConnection ;
./jena-sdb/src-dev/java/dev/db/FmtStdHash.java:import com.hp.hpl.jena.sdb.sql.SDBExceptionSQL ;
./jena-sdb/src-dev/java/dev/db/FmtStdHash.java:import com.hp.hpl.jena.sdb.store.TableDesc ;
./jena-sdb/src-dev/java/dev/db/StoreFormatterStd.java:import com.hp.hpl.jena.sdb.layout2.TableDescQuads;
./jena-sdb/src-dev/java/dev/db/StoreFormatterStd.java:import com.hp.hpl.jena.sdb.layout2.TableDescTriples;
./jena-sdb/src-dev/java/dev/db/StoreFormatterStd.java:import com.hp.hpl.jena.sdb.sql.SDBConnection;
./jena-sdb/src-dev/java/dev/db/StoreFormatterStd.java:import com.hp.hpl.jena.sdb.sql.TableUtils;
./jena-sdb/src-dev/java/dev/db/StoreFormatterStd.java:import com.hp.hpl.jena.sdb.store.StoreFormatterBase;
./jena-sdb/src-dev/java/dev/db/StoreFormatterStd.java:import com.hp.hpl.jena.sdb.store.TableDesc;
./jena-sdb/src-dev/java/dev/ReportSparqlUpdate.java:import com.hp.hpl.jena.query.Dataset ;
./jena-sdb/src-dev/java/dev/ReportSparqlUpdate.java:import com.hp.hpl.jena.rdf.listeners.StatementListener ;
./jena-sdb/src-dev/java/dev/ReportSparqlUpdate.java:import com.hp.hpl.jena.rdf.model.Model ;
./jena-sdb/src-dev/java/dev/ReportSparqlUpdate.java:import com.hp.hpl.jena.rdf.model.ModelChangedListener ;
./jena-sdb/src-dev/java/dev/ReportSparqlUpdate.java:import com.hp.hpl.jena.rdf.model.Property ;
./jena-sdb/src-dev/java/dev/ReportSparqlUpdate.java:import com.hp.hpl.jena.rdf.model.Resource ;
./jena-sdb/src-dev/java/dev/ReportSparqlUpdate.java:import com.hp.hpl.jena.rdf.model.Statement ;
./jena-sdb/src-dev/java/dev/ReportSparqlUpdate.java:import com.hp.hpl.jena.sdb.SDBFactory ;
./jena-sdb/src-dev/java/dev/ReportSparqlUpdate.java:import com.hp.hpl.jena.sdb.Store ;
./jena-sdb/src-dev/java/dev/ReportSparqlUpdate.java:import com.hp.hpl.jena.sdb.test.junit.SDBTestUtils ;
./jena-sdb/src/test/java/org/apache/jena/sdb/test/junit/StoreList.java: "PREFIX sdb: <http://jena.hpl.hp.com/2007/sdb#>" ,
./jena-sdb/src/test/java/org/apache/jena/sdb/test/junit/StoreList.java: "PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>" ,
./jena-sdb/src/main/resources/sdb-properties.xml: <entry key="com.hp.hpl.jena.sdb.version">${project.version}</entry>
./jena-sdb/src/main/resources/sdb-properties.xml: <entry key="com.hp.hpl.jena.sdb.build.datetime">${build.time.xsd}</entry>
./jena-sdb/src/main/java/org/apache/jena/sdb/SDB.java: public static final String sdbIRI = "http://jena.hpl.hp.com/#sdb" ;
./jena-sdb/src/main/java/org/apache/jena/sdb/SDB.java: public final static String namespace = "http://jena.hpl.hp.com/2007/sdb#" ;
./jena-sdb/src/main/java/org/apache/jena/sdb/SDB.java: public final static String symbolSpace = "http://jena.hpl.hp.com/SDB/symbol#" ;
./jena-sdb/src/main/java/org/apache/jena/sdb/SDB.java: static private String metadataLocation = "com/hp/hpl/jena/sdb/sdb-properties.xml" ;
./jena-sdb/src/main/java/org/apache/jena/sdb/SDB.java: public static final String PATH = "com.hp.hpl.jena.sdb";
./jena-sdb/src/main/java/org/apache/jena/sdb/store/ConfigVocab.java://import com.hp.hpl.jena.rdf.model.Property;
./jena-sdb/src/main/java/org/apache/jena/sdb/script/CmdDescAssembler.java:PREFIX acmd: <http://jena.hpl.hp.com/2007/sdb#>
./jena-sdb/src/main/java/org/apache/jena/sdb/script/CmdDescAssembler.java:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-sdb/pom.xml: <targetPath>com/hp/hpl/jena/sdb/</targetPath>
./jena-sdb/pom.xml: <include>com/hp/hpl/jena/sdb/test/SDBTestAll.java</include>
./jena-sdb/dist/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/ExtendedHandler.java
./jena-sdb/dist/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/impl/XMLHandler.java
./jena-sdb/dist/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/ARP.java
./jena-sdb/testing/Modifiers/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-sdb/testing/General/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-sdb/testing/manifest-sdb.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-sdb/testing/StoreDesc/db2-index.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/db2-index.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/sap-index.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/sap-index.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/mysql-hash.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/mysql-hash.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/h2-index.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/h2-index.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/h2-hash.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/h2-hash.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/oracle-xe-hash.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/oracle-xe-hash.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/db2-hash.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/db2-hash.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/ms-sql-e-hash.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/ms-sql-e-hash.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/hsqldb-index.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/hsqldb-index.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/pgsql-hash.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/pgsql-hash.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/hsqldb-hash.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/hsqldb-hash.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/derby-hash.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/derby-hash.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/pgsql-index.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/pgsql-index.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/ms-sql-e-index.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/ms-sql-e-index.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/derby-index.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/derby-index.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/mysql-index.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/mysql-index.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/sap-hash.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/sap-hash.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDesc/oracle-xe-index.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDesc/oracle-xe-index.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/Algebra/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-sdb/testing/Expressions/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-sdb/testing/Structure/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-sdb/testing/StoreDescSimple/ms-sql-e-layout1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDescSimple/ms-sql-e-layout1.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDescSimple/derby-layout1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDescSimple/derby-layout1.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDescSimple/sap-layout1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDescSimple/sap-layout1.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDescSimple/oracle-xe-layout1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDescSimple/oracle-xe-layout1.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDescSimple/h2-layout1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDescSimple/h2-layout1.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDescSimple/mysql-layout1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDescSimple/mysql-layout1.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDescSimple/db2-layout1.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDescSimple/db2-layout1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDescSimple/pgsql-layout1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDescSimple/pgsql-layout1.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/StoreDescSimple/hsqldb-layout1.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/StoreDescSimple/hsqldb-layout1.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/Unicode/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-sdb/testing/blank_manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-sdb/testing/Assembler/connection.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/Assembler/connection.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/Assembler/connection.ttl:[] ja:loadClass "com.hp.hpl.jena.sdb.SDB" .
./jena-sdb/testing/Assembler/dataset.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/Assembler/dataset.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/Assembler/dataset.ttl:[] ja:loadClass "com.hp.hpl.jena.sdb.SDB" .
./jena-sdb/testing/Assembler/store.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/Assembler/store.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/Assembler/store.ttl:[] ja:loadClass "com.hp.hpl.jena.sdb.SDB" .
./jena-sdb/testing/Assembler/dataset2.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/Assembler/dataset2.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/Assembler/dataset2.ttl:[] ja:loadClass "com.hp.hpl.jena.sdb.SDB" .
./jena-sdb/testing/Assembler/graph-assembler.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-sdb/testing/Assembler/graph-assembler.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/Assembler/graph-assembler.ttl:[] ja:loadClass "com.hp.hpl.jena.sdb.SDB" .
./jena-sdb/testing/Graph/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-sdb/testing/slist.rq:PREFIX sdb: <http://jena.hpl.hp.com/2007/sdb#>
./jena-sdb/testing/slist.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-sdb/testing/manifest-sdb-simple.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-sdb/testing/store-list-simple.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/Optionals1/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-sdb/testing/BasicPatterns/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-sdb/testing/UnionGraph/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-sdb/testing/store-list.ttl:@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
./jena-sdb/testing/Integration/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-fuseki1/config-examples.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki1/config-examples.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki1/config-examples.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-fuseki1/config-examples.ttl: [ ja:reasonerURL <http://jena.hpl.hp.com/2003/RDFSExptRuleReasoner> ]
./jena-fuseki1/config-examples.ttl: [ ja:reasonerURL <http://jena.hpl.hp.com/2003/RDFSExptRuleReasoner> ]
./jena-fuseki1/config-tdb-text.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki1/config-tdb-text.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki1/config-tdb-text.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-fuseki1/config-inf-tdb.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki1/config-inf-tdb.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki1/config-inf-tdb.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-fuseki1/config-inf-tdb.ttl: ja:reasonerURL <http://jena.hpl.hp.com/2003/OWLFBRuleReasoner>
./jena-fuseki1/config.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki1/config.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki1/config-tdb.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki1/config-tdb.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki1/config-tdb.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-fuseki1/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-fuseki1/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-fuseki1/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
./jena-fuseki1/src/main/java/org/apache/jena/fuseki/FusekiCmd.java: , "log4j.logger.com.hp.hpl.jena=WARN"
./jena-fuseki1/src/main/java/org/apache/jena/fuseki/server/FusekiConfig.java: "PREFIX tdb: <http://jena.hpl.hp.com/2008/tdb#>",
./jena-fuseki1/src/main/java/org/apache/jena/fuseki/server/FusekiConfig.java: "PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>",
./jena-fuseki1/src/main/java/org/apache/jena/fuseki/server/FusekiConfig.java: "PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>",
./jena-fuseki1/src/main/java/org/apache/jena/fuseki/server/FusekiConfig.java: "PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>",
./jena-fuseki1/src/main/java/org/apache/jena/fuseki/server/FusekiConfig.java: "PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>" ,
./jena-fuseki1/pages/query-validator.html:PREFIX apf: &lt;http://jena.hpl.hp.com/ARQ/property#>
./jena-fuseki1/pages/update-validator.html:PREFIX apf: &lt;http://jena.hpl.hp.com/ARQ/property#>
./jena-fuseki1/tdb.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki1/tdb.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-fuseki1/tdb.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-fuseki1/tdb.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-arq/etc/dataset-owl-inf.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-arq/etc/dataset-owl-inf.ttl: ## <http://jena.hpl.hp.com/2003/GenericRuleReasoner>
./jena-arq/etc/dataset-owl-inf.ttl: ## <http://jena.hpl.hp.com/2003/OWLFBRuleReasoner>
./jena-arq/etc/dataset-owl-inf.ttl: ## <http://jena.hpl.hp.com/2003/OWLMicroFBRuleReasoner>
./jena-arq/etc/dataset-owl-inf.ttl: ## <http://jena.hpl.hp.com/2003/OWLMiniFBRuleReasoner>
./jena-arq/etc/dataset-owl-inf.ttl: ## <http://jena.hpl.hp.com/2003/DIGReasoner>
./jena-arq/etc/dataset-owl-inf.ttl: [ ja:reasonerURL <http://jena.hpl.hp.com/2003/OWLFBRuleReasoner> ; ] ;
./jena-arq/etc/dataset.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-arq/etc/dataset-owl.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-arq/etc/graphstore.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-arq/etc/dataset-db.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-arq/etc/dataset-rules.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-arq/etc/dataset-rules.ttl: [ ja:reasonerURL <http://jena.hpl.hp.com/2003/GenericRuleReasoner> ;
./jena-arq/etc/dataset-trans.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-arq/etc/dataset-trans.ttl: [ ja:reasonerURL <http://jena.hpl.hp.com/2003/TransitiveReasoner> ]
./jena-arq/etc/dataset-rdfs.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-arq/etc/dataset-rdfs.ttl: [ ja:reasonerURL <http://jena.hpl.hp.com/2003/RDFSExptRuleReasoner> ]
./jena-arq/Vocabularies/list-pfunction.ttl:@prefix list: <http://jena.hpl.hp.com/ARQ/list#> .
./jena-arq/Vocabularies/build: echo "package com.hp.hpl.jena.sparql.vocabulary ;" >> "$TMP"
./jena-arq/Vocabularies/build:## "http://jena.hpl.hp.com/2005/05/test-manifest-extra#"
./jena-arq/Vocabularies/build:## proc list-pfunction.ttl ListPFunction "http://jena.hpl.hp.com/ARQ/list#"
./jena-arq/Vocabularies/test-manifest-x.ttl:@prefix : <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/Grammar/arq.jj:package com.hp.hpl.jena.sparql.lang.arq ;
./jena-arq/Grammar/arq.jj:import com.hp.hpl.jena.graph.* ;
./jena-arq/Grammar/arq.jj:import com.hp.hpl.jena.query.* ;
./jena-arq/Grammar/arq.jj:import com.hp.hpl.jena.sparql.core.Var ;
./jena-arq/Grammar/arq.jj:import com.hp.hpl.jena.sparql.syntax.* ;
./jena-arq/Grammar/arq.jj:import com.hp.hpl.jena.sparql.expr.* ;
./jena-arq/Grammar/arq.jj:import com.hp.hpl.jena.sparql.path.* ;
./jena-arq/Grammar/arq.jj:import com.hp.hpl.jena.sparql.expr.aggregate.* ;
./jena-arq/Grammar/arq.jj:import com.hp.hpl.jena.update.* ;
./jena-arq/Grammar/arq.jj:import com.hp.hpl.jena.sparql.modify.request.* ;
./jena-arq/Grammar/master.jj:package com.hp.hpl.jena.sparql.PACKAGE ;
./jena-arq/Grammar/master.jj:import com.hp.hpl.jena.graph.* ;
./jena-arq/Grammar/master.jj:import com.hp.hpl.jena.query.* ;
./jena-arq/Grammar/master.jj:import com.hp.hpl.jena.sparql.core.Var ;
./jena-arq/Grammar/master.jj:import com.hp.hpl.jena.sparql.syntax.* ;
./jena-arq/Grammar/master.jj:import com.hp.hpl.jena.sparql.expr.* ;
./jena-arq/Grammar/master.jj:import com.hp.hpl.jena.sparql.path.* ;
./jena-arq/Grammar/master.jj:import com.hp.hpl.jena.sparql.expr.aggregate.* ;
./jena-arq/Grammar/master.jj:import com.hp.hpl.jena.update.* ;
./jena-arq/Grammar/master.jj:import com.hp.hpl.jena.sparql.modify.request.* ;
./jena-arq/Grammar/Notes: Generates com.hp.hpl.jena.query.parser.sparql_11.SPARQLParser
./jena-arq/Grammar/Notes: Generates com.hp.hpl.jena.query.parser.arq.ARQParser
./jena-arq/Grammar/Notes: Generates com.hp.hpl.jena.query.parser.sparql_10.SPARQLParser
./jena-arq/Grammar/Notes: Generates com.hp.hpl.jena.query.parser.rdql.RDQLParser
./jena-arq/Grammar/sse/sse.jj:package com.hp.hpl.jena.sparql.sse.lang.parser ;
./jena-arq/Grammar/sse/sse.jj:import com.hp.hpl.jena.sparql.sse.lang.ParserSSEBase ;
./jena-arq/Grammar/sse/grammar-sse: DIR="$ROOT/src/com/hp/hpl/jena/sparql/$PKG"
./jena-arq/Grammar/Final/sparql_10-final.jj:package com.hp.hpl.jena.sparql.lang.sparql_10 ;
./jena-arq/Grammar/Final/sparql_10-final.jj:import com.hp.hpl.jena.graph.* ;
./jena-arq/Grammar/Final/sparql_10-final.jj:import com.hp.hpl.jena.query.* ;
./jena-arq/Grammar/Final/sparql_10-final.jj:import com.hp.hpl.jena.sparql.core.Var ;
./jena-arq/Grammar/Final/sparql_10-final.jj:import com.hp.hpl.jena.sparql.syntax.* ;
./jena-arq/Grammar/Final/sparql_10-final.jj:import com.hp.hpl.jena.sparql.expr.* ;
./jena-arq/Grammar/Final/sparql_10-final.jj:import com.hp.hpl.jena.sparql.path.* ;
./jena-arq/Grammar/Final/sparql_11-final.jj:package com.hp.hpl.jena.sparql.lang.sparql_11 ;
./jena-arq/Grammar/Final/sparql_11-final.jj:import com.hp.hpl.jena.graph.* ;
./jena-arq/Grammar/Final/sparql_11-final.jj:import com.hp.hpl.jena.query.* ;
./jena-arq/Grammar/Final/sparql_11-final.jj:import com.hp.hpl.jena.sparql.core.Var ;
./jena-arq/Grammar/Final/sparql_11-final.jj:import com.hp.hpl.jena.sparql.syntax.* ;
./jena-arq/Grammar/Final/sparql_11-final.jj:import com.hp.hpl.jena.sparql.expr.* ;
./jena-arq/Grammar/Final/sparql_11-final.jj:import com.hp.hpl.jena.sparql.path.* ;
./jena-arq/Grammar/Final/sparql_11-final.jj:import com.hp.hpl.jena.sparql.expr.aggregate.* ;
./jena-arq/Grammar/Final/sparql_11-final.jj:import com.hp.hpl.jena.update.* ;
./jena-arq/Grammar/Final/sparql_11-final.jj:import com.hp.hpl.jena.sparql.modify.request.* ;
./jena-arq/Grammar/Final/master_11.jj:package com.hp.hpl.jena.sparql.PACKAGE ;
./jena-arq/Grammar/Final/master_11.jj:import com.hp.hpl.jena.graph.* ;
./jena-arq/Grammar/Final/master_11.jj:import com.hp.hpl.jena.query.* ;
./jena-arq/Grammar/Final/master_11.jj:import com.hp.hpl.jena.sparql.core.Var ;
./jena-arq/Grammar/Final/master_11.jj:import com.hp.hpl.jena.sparql.syntax.* ;
./jena-arq/Grammar/Final/master_11.jj:import com.hp.hpl.jena.sparql.expr.* ;
./jena-arq/Grammar/Final/master_11.jj:import com.hp.hpl.jena.sparql.path.* ;
./jena-arq/Grammar/Final/master_11.jj:import com.hp.hpl.jena.sparql.expr.aggregate.* ;
./jena-arq/Grammar/Final/master_11.jj:import com.hp.hpl.jena.update.* ;
./jena-arq/Grammar/Final/master_11.jj:import com.hp.hpl.jena.sparql.modify.request.* ;
./jena-arq/Grammar/grammar: DIR="../src/main/java/com/hp/hpl/jena/sparql/lang/$PKG"
./jena-arq/Grammar/sparql_11.jj:package com.hp.hpl.jena.sparql.lang.sparql_11 ;
./jena-arq/Grammar/sparql_11.jj:import com.hp.hpl.jena.graph.* ;
./jena-arq/Grammar/sparql_11.jj:import com.hp.hpl.jena.query.* ;
./jena-arq/Grammar/sparql_11.jj:import com.hp.hpl.jena.sparql.core.Var ;
./jena-arq/Grammar/sparql_11.jj:import com.hp.hpl.jena.sparql.syntax.* ;
./jena-arq/Grammar/sparql_11.jj:import com.hp.hpl.jena.sparql.expr.* ;
./jena-arq/Grammar/sparql_11.jj:import com.hp.hpl.jena.sparql.path.* ;
./jena-arq/Grammar/sparql_11.jj:import com.hp.hpl.jena.sparql.expr.aggregate.* ;
./jena-arq/Grammar/sparql_11.jj:import com.hp.hpl.jena.update.* ;
./jena-arq/Grammar/sparql_11.jj:import com.hp.hpl.jena.sparql.modify.request.* ;
./jena-arq/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-arq/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-arq/log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
./jena-arq/src/test/resources/log4j-testing.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-arq/src/test/resources/log4j-testing.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-arq/src/test/resources/log4j-testing.properties:log4j.logger.com.hp.hpl.jena=WARN
./jena-arq/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-arq/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-arq/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
./jena-arq/src/test/java/org/apache/jena/sparql/api/TestQueryExecutionTimeout1.java: "PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>\n" ;
./jena-arq/src/test/java/org/apache/jena/sparql/api/TestQueryExecutionTimeout2.java: "PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>\n" ;
./jena-arq/src/test/java/org/apache/jena/sparql/path/TestPathPF.java: Path path = SSE.parsePath("(prefix ((list: <http://jena.hpl.hp.com/ARQ/list#>)) (seq :p (link list:member)))") ;
./jena-arq/src/test/java/org/apache/jena/sparql/path/TestPathPF.java: Path path = SSE.parsePath("(prefix ((list: <http://jena.hpl.hp.com/ARQ/list#>)) (seq :p (link list:member)))") ;
./jena-arq/src/test/java/org/apache/jena/sparql/path/TestPathPF.java: Path path = SSE.parsePath("(prefix ((list: <http://jena.hpl.hp.com/ARQ/list#>)) (seq :p (link list:member)))") ;
./jena-arq/src/test/java/org/apache/jena/sparql/path/TestPathPF.java: Path path = SSE.parsePath("(prefix ((list: <http://jena.hpl.hp.com/ARQ/list#>)) (seq :p (link list:member)))") ;
./jena-arq/src/test/java/org/apache/jena/sparql/path/TestPathPF.java: Path path = SSE.parsePath("(prefix ((list: <http://jena.hpl.hp.com/ARQ/list#>)) (seq :p (link list:member)))") ;
./jena-arq/src/test/java/org/apache/jena/sparql/junit/TestQueryUtils.java:/** com.hp.hpl.jena.query.test.TestUtils */
./jena-arq/src/main/java/riotcmd/CmdTokens.java: //com.hp.hpl.jena.graph.Node.cache(false) ;
./jena-arq/src/main/java/org/apache/jena/riot/Lang.java: /** <a href="http://www.hpl.hp.com/techreports/2004/HPL-2004-56.html">TriX</a> */
./jena-arq/src/main/java/org/apache/jena/riot/lang/TriX.java:/** TriX - see <a href="http://www.hpl.hp.com/techreports/2004/HPL-2004-56.html">HPL-2004-56</a> Jeremy Carroll and Patrick Stickler.
./jena-arq/src/main/java/org/apache/jena/riot/system/stream/JenaIOEnvironment.java: public static final String GlobalMapperSystemProperty1 = "http://jena.hpl.hp.com/2004/08/LocationMap" ;
./jena-arq/src/main/java/org/apache/jena/riot/system/stream/LocationMapper.java: m.setNsPrefix("lmap", "http://jena.hpl.hp.com/2004/08/location-mapping#") ;
./jena-arq/src/main/java/org/apache/jena/query/ARQ.java: public static final String logExecName = "com.hp.hpl.jena.arq.exec" ;
./jena-arq/src/main/java/org/apache/jena/query/ARQ.java: public static final String logInfoName = "com.hp.hpl.jena.arq.info" ;
./jena-arq/src/main/java/org/apache/jena/query/ARQ.java: public static final String logHttpRequestName = "com.hp.hpl.jena.arq.service" ;
./jena-arq/src/main/java/org/apache/jena/query/ARQ.java: * for logger "com.hp.hpl.jena.sparql.exec"
./jena-arq/src/main/java/org/apache/jena/query/ARQ.java: * e.g. log4j.properties -- log4j.logger.com.hp.hpl.jena.sparql.exec=INFO
./jena-arq/src/main/java/org/apache/jena/query/ARQ.java: /** Set execution logging - logging is to logger "com.hp.hpl.jena.arq.exec" at level INFO.
./jena-arq/src/main/java/org/apache/jena/query/ARQ.java: public static final String arqIRI = "http://jena.hpl.hp.com/#arq" ;
./jena-arq/src/main/java/org/apache/jena/query/ARQ.java: public static final String arqParamNS = "http://jena.hpl.hp.com/ARQ#" ;
./jena-arq/src/main/java/org/apache/jena/query/ARQ.java: * rdfs:member and http://jena.hpl.hp.com/ARQ/list#member are provided.
./jena-arq/src/main/java/org/apache/jena/query/Syntax.java: = new Syntax("http://jena.hpl.hp.com/2003/07/query/SPARQL_10") ;
./jena-arq/src/main/java/org/apache/jena/query/Syntax.java: = new Syntax("http://jena.hpl.hp.com/2003/07/query/SPARQL_11") ;
./jena-arq/src/main/java/org/apache/jena/query/Syntax.java:// //= new Syntax("http://jena.hpl.hp.com/2003/07/update/SPARQL_11") ;
./jena-arq/src/main/java/org/apache/jena/query/Syntax.java: = new Syntax("http://jena.hpl.hp.com/2003/07/query/ARQ") ;
./jena-arq/src/main/java/org/apache/jena/query/Syntax.java:// //= new Syntax("http://jena.hpl.hp.com/2003/07/update/ARQ") ;
./jena-arq/src/main/java/org/apache/jena/query/Syntax.java: = new Syntax("http://jena.hpl.hp.com/2003/07/query/SPARQL_Algebra") ;
./jena-arq/src/main/java/org/apache/jena/atlas/logging/LogCtl.java: "log4j.logger.com.hp.hpl.jena=WARN",
./jena-arq/src/main/java/org/apache/jena/sparql/engine/http/Service.java: public static final String base = "http://jena.hpl.hp.com/Service#";
./jena-arq/src/main/java/org/apache/jena/sparql/engine/QueryExecutionBase.java:// * Executes as a construct query, placing the results into a newly constructed {@link com.hp.hpl.jena.sparql.graph.GraphDistinctDataBag}.
./jena-arq/src/main/java/org/apache/jena/sparql/ARQConstants.java: public static final String ARQFunctionLibraryURI = "http://jena.hpl.hp.com/ARQ/function#" ;
./jena-arq/src/main/java/org/apache/jena/sparql/ARQConstants.java: public static final String ARQPropertyFunctionLibraryURI = "http://jena.hpl.hp.com/ARQ/property#" ;
./jena-arq/src/main/java/org/apache/jena/sparql/ARQConstants.java: public static final String ARQProcedureLibraryURI = "http://jena.hpl.hp.com/ARQ/procedure#" ;
./jena-arq/src/main/java/org/apache/jena/sparql/ARQConstants.java: public static final String systemVarNS = "http://jena.hpl.hp.com/ARQ/system#" ;
./jena-arq/src/main/java/org/apache/jena/sparql/util/MappedLoader.java: // e.g. http://jena.hpl.hp.com/ARQ/property# =>
./jena-arq/src/main/java/org/apache/jena/sparql/util/MappedLoader.java: // java:com.hp.hpl.jena.sparql.pfunction.
./jena-arq/src/main/java/org/apache/jena/sparql/util/MappedLoader.java: uriMap.put("java:com.hp.hpl.jena.query.function.library.", "java:com.hp.hpl.jena.sparql.function.library.");
./jena-arq/src/main/java/org/apache/jena/sparql/util/MappedLoader.java: uriMap.put("java:com.hp.hpl.jena.query.pfunction.library.", "java:com.hp.hpl.jena.sparql.pfunction.library.");
./jena-arq/src/main/java/org/apache/jena/sparql/modify/request/UpdateWriter.java: * @see com.hp.hpl.jena.sparql.modify.request.UpdateSerializer#open()
./jena-arq/src/main/java/org/apache/jena/sparql/modify/request/UpdateWriter.java: * @see com.hp.hpl.jena.sparql.modify.request.UpdateSerializer#update(com.hp.hpl.jena.update.Update)
./jena-arq/src/main/java/org/apache/jena/sparql/modify/request/UpdateWriter.java: * @see com.hp.hpl.jena.sparql.modify.request.UpdateSerializer#update(java.lang.Iterable)
./jena-arq/src/main/java/org/apache/jena/sparql/modify/request/UpdateWriter.java: * @see com.hp.hpl.jena.sparql.modify.request.UpdateSerializer#update(java.util.Iterator)
./jena-arq/src/main/java/org/apache/jena/sparql/modify/request/UpdateWriter.java: * @see com.hp.hpl.jena.sparql.modify.request.UpdateSerializer#close()
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/ListPFunction.java: public static final String NS = "http://jena.hpl.hp.com/ARQ/list#";
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/ListPFunction.java: public static final Property listLength = m_model.createProperty( "http://jena.hpl.hp.com/ARQ/list#listLength" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/ListPFunction.java: public static final Property length = m_model.createProperty( "http://jena.hpl.hp.com/ARQ/list#length" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/ListPFunction.java: public static final Property listIndex = m_model.createProperty( "http://jena.hpl.hp.com/ARQ/list#listIndex" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/ListPFunction.java: public static final Property index = m_model.createProperty( "http://jena.hpl.hp.com/ARQ/list#index" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/ListPFunction.java: public static final Property listMember = m_model.createProperty( "http://jena.hpl.hp.com/ARQ/list#listMember" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/ListPFunction.java: public static final Property member = m_model.createProperty( "http://jena.hpl.hp.com/ARQ/list#member" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/TestManifestX.java: public static final String NS = "http://jena.hpl.hp.com/2005/05/test-manifest-extra#";
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/TestManifestX.java: public static final Property dataSyntax = m_model.createProperty( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#dataSyntax" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/TestManifestX.java: public static final Property defaultTestType = m_model.createProperty( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#defaultTestType" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/TestManifestX.java: public static final Property include = m_model.createProperty( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#include" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/TestManifestX.java: public static final Property option = m_model.createProperty( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#option" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/TestManifestX.java: public static final Property querySyntax = m_model.createProperty( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#querySyntax" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/TestManifestX.java: public static final Property textIndex = m_model.createProperty( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#textIndex" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/TestManifestX.java: public static final Resource NegativeSyntaxTestARQ = m_model.createResource( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#NegativeSyntaxTestARQ" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/TestManifestX.java: public static final Resource PositiveSyntaxTestARQ = m_model.createResource( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#PositiveSyntaxTestARQ" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/TestManifestX.java: public static final Resource TestQuery = m_model.createResource( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#TestQuery" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/TestManifestX.java: public static final Resource TestSerialization = m_model.createResource( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#TestSerialization" );
./jena-arq/src/main/java/org/apache/jena/sparql/vocabulary/TestManifestX.java: public static final Resource TestSurpressed = m_model.createResource( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#TestSurpressed" );
./jena-arq/pom.xml: <packages>com.hp.hpl.jena.query:com.hp.hpl.jena.update</packages>
./jena-arq/bin/junit:java -cp "$CP" junit.textui.TestRunner com.hp.hpl.jena.query.test.ARQTestSuite
./jena-arq/testing/ARQ/ExprDatatypes/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/SelectExpr/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/manifest-ref-arq.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/SubQuery/graph-subquery-1.rq:PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/SubQuery/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Distinct/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Optimization/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Syntax/Syntax-SPARQL-Fed/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Syntax/Syntax-SPARQL_10_3/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Syntax/Syntax-SPARQL_10_2/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Syntax/Syntax-SPARQL-Update/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Syntax/Syntax-SPARQL_11/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Syntax/Syntax-SPARQL_10_1/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Syntax/syn-func.sh:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Syntax/Syntax-ARQ/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Syntax/Syntax-SPARQL-Update-2/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/BlankNodes/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/General/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/PropertyFunctions/assign-2.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/splitIRI-9.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/list-index-7.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/assign-3.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/splitIRI-8.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/list-length-3.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/splitIRI-6.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/list-9.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/splitIRI-4.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/list-4.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/list-index-5.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/list-6.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/splitIRI-2.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/list-index-9.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/list-index-3.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/list-index-1.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/assign-6.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/list-3.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/splitIRI-5.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/splitIRI-3.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/seq-1.ttl:@prefix jfn: <http://jena.hpl.hp.com/ARQ/function#> .
./jena-arq/testing/ARQ/PropertyFunctions/list-index-2.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/assign-5.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/list-2.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/list-index-8.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/list-5.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/splitIRI-7.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/list-1.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/assign-1.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/list-7.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/assign-4.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/splitIRI-1.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/list-length-2.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/seq-1.rq:PREFIX jfn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/PropertyFunctions/list-index-6.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/list-8.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/concat-1.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/list-index-4.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/PropertyFunctions/str-1.rq:PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
./jena-arq/testing/ARQ/PropertyFunctions/list-length-1.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/Algebra/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Examples/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Serialization/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Serialization/func.sh:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/blank_manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/manifest-arq.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Negation/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/GroupBy/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/EngineMain/filter-1.rq:PREFIX list: <http://jena.hpl.hp.com/ARQ/list#>
./jena-arq/testing/ARQ/EngineMain/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/OpenWorld/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/EngineRef/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Assign/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Extra/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Function/strjoin-2.arq:PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/substring-3.rq:PREFIX jfn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/q-lang-1.rq:PREFIX jfn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/concat-1.arq:PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/substring-1.rq:PREFIX jfn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/strlen-1.rq:PREFIX jfn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/strjoin-1.arq:PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/namespace-1.rq:PREFIX jfn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/func-03.rq:PREFIX jfn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/concat-2.arq:PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/substring-2.rq:PREFIX jfn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/func-04.rq:PREFIX jfn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/func-sha1sum-1.rq:PREFIX jfn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/localname-1.rq:PREFIX jfn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/strlen-2.rq:PREFIX jfn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/func-sha1sum-2.rq:PREFIX jfn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Function/q-lang-2.rq:PREFIX jfn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/Paths/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Sort/order-result-3.ttl:@prefix jfn: <http://jena.hpl.hp.com/ARQ/function#> .
./jena-arq/testing/ARQ/Sort/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/ARQ/Sort/order-3.rq:PREFIX jfn: <http://jena.hpl.hp.com/ARQ/function#>
./jena-arq/testing/ARQ/OptFilterEquality/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/RIOT/FileManager/location-mapping-test.ttl:@prefix lm: <http://jena.hpl.hp.com/2004/08/location-mapping#> .
./jena-arq/testing/RIOT/FileManager/location-mapping-test.n3:@prefix lm: <http://jena.hpl.hp.com/2004/08/location-mapping#> .
./jena-arq/testing/RIOT/FileManager/location-mapping.ttl:@prefix lm: <http://jena.hpl.hp.com/2004/08/location-mapping#> .
./jena-arq/testing/RIOT/FileManager/location-mapping.n3:@prefix lm: <http://jena.hpl.hp.com/2004/08/location-mapping#> .
./jena-arq/testing/RIOT/Lang/TriX/trix-ex-1.trix: http://www.hpl.hp.com/techreports/2004/HPL-2004-56.html
./jena-arq/testing/RIOT/Lang/TriX/trix-ex-1.trix: http://www.hpl.hp.com/techreports/2004/HPL-2004-56.pdf
./jena-arq/testing/RIOT/Lang/TriX/trix-ex-4.trix: http://www.hpl.hp.com/techreports/2004/HPL-2004-56.html
./jena-arq/testing/RIOT/Lang/TriX/trix-ex-4.trix: http://www.hpl.hp.com/techreports/2004/HPL-2004-56.pdf
./jena-arq/testing/RIOT/Lang/TriX/trix-ex-2.trix: http://www.hpl.hp.com/techreports/2004/HPL-2004-56.html
./jena-arq/testing/RIOT/Lang/TriX/trix-ex-2.trix: http://www.hpl.hp.com/techreports/2004/HPL-2004-56.pdf
./jena-arq/testing/RIOT/Lang/TriX/trix-ex-5.trix:http://www.hpl.hp.com/techreports/2004/HPL-2004-56.html
./jena-arq/testing/RIOT/Lang/TriX/trix-ex-5.trix:http://www.hpl.hp.com/techreports/2004/HPL-2004-56.pdf
./jena-arq/testing/RIOT/Lang/TriX/trix-ex-3.trix: http://www.hpl.hp.com/techreports/2004/HPL-2004-56.html
./jena-arq/testing/RIOT/Lang/TriX/trix-ex-3.trix: http://www.hpl.hp.com/techreports/2004/HPL-2004-56.pdf
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid1 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid1 <http://jena.hpl.hp.com/2003/03/result-set#value> "123"^^<http://www.w3.org/2001/XMLSchema#integer> .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid2 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid2 <http://jena.hpl.hp.com/2003/03/result-set#value> <http://example.com/resource1> .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid3 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid1 .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid3 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid2 .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid4 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid4 <http://jena.hpl.hp.com/2003/03/result-set#value> "2003-01-21" .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid5 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid5 <http://jena.hpl.hp.com/2003/03/result-set#value> <http://example.com/resource2> .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid6 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid4 .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid6 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid5 .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid7 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid7 <http://jena.hpl.hp.com/2003/03/result-set#value> "anon1" .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid8 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid8 <http://jena.hpl.hp.com/2003/03/result-set#value> _:a .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid9 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid7 .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid9 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid8 .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid10 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid10 <http://jena.hpl.hp.com/2003/03/result-set#value> "anon2" .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid11 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid11 <http://jena.hpl.hp.com/2003/03/result-set#value> _:a .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid12 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid10 .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:_:genid12 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid11 .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:<http://example/base/rdfq-results.ttl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSet> .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:<http://example/base/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#size> "4"^^<http://www.w3.org/2001/XMLSchema#integer> .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:<http://example/base/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#resultVariable> "x" .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:<http://example/base/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#resultVariable> "y" .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:<http://example/base/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid3 .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:<http://example/base/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid6 .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:<http://example/base/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid9 .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.out:<http://example/base/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid12 .
./jena-arq/testing/RIOT/Lang/TurtleSubm/rdfq-results.ttl:@prefix rs: <http://jena.hpl.hp.com/2003/03/result-set#> .
./jena-arq/testing/DAWG-Final/open-world/sameTerm-manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-arq/testing/DAWG-Final/optional/q-opt-complex-4.rq: { ?person ex:healthplan ?plan } UNION { ?person ex:department ?dept }
./jena-arq/testing/DAWG-Final/optional/q-opt-complex-3.rq: ?person ex:healthplan ?plan
./jena-arq/testing/DAWG-Final/optional/complex-data-2.ttl: ex:healthplan ex:HealthPlanD.
./jena-arq/testing/DAWG-Final/optional/complex-data-2.ttl: ex:healthplan ex:HealthPlanC.
./jena-arq/testing/DAWG-Final/optional/complex-data-2.ttl: ex:healthplan ex:HealthPlanB.
./jena-arq/testing/DAWG-Final/optional/complex-data-2.ttl: ex:healthplan ex:HealthPlanA.
./jena-core/src-examples/jena/examples/rdf/Tutorial11.java:import com.hp.hpl.jena.rdf.model.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial11.java:import com.hp.hpl.jena.vocabulary.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial06.java:import com.hp.hpl.jena.rdf.model.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial06.java:import com.hp.hpl.jena.util.FileManager;
./jena-core/src-examples/jena/examples/rdf/Tutorial06.java:import com.hp.hpl.jena.vocabulary.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial09.java:import com.hp.hpl.jena.rdf.model.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial09.java:import com.hp.hpl.jena.util.FileManager;
./jena-core/src-examples/jena/examples/rdf/Tutorial04.java:import com.hp.hpl.jena.rdf.model.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial04.java:import com.hp.hpl.jena.vocabulary.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial04.java: static String briansEmail2 = "[email protected]";
./jena-core/src-examples/jena/examples/rdf/Tutorial07.java:import com.hp.hpl.jena.rdf.model.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial07.java:import com.hp.hpl.jena.util.FileManager;
./jena-core/src-examples/jena/examples/rdf/Tutorial07.java:import com.hp.hpl.jena.vocabulary.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial05.java:import com.hp.hpl.jena.rdf.model.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial05.java:import com.hp.hpl.jena.util.FileManager;
./jena-core/src-examples/jena/examples/rdf/Tutorial10.java:import com.hp.hpl.jena.rdf.model.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial10.java:import com.hp.hpl.jena.util.FileManager;
./jena-core/src-examples/jena/examples/rdf/Tutorial10.java:import com.hp.hpl.jena.vocabulary.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial02.java:import com.hp.hpl.jena.rdf.model.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial02.java:import com.hp.hpl.jena.vocabulary.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial08.java:import com.hp.hpl.jena.rdf.model.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial08.java:import com.hp.hpl.jena.util.FileManager;
./jena-core/src-examples/jena/examples/rdf/Tutorial08.java:import com.hp.hpl.jena.vocabulary.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial03.java:import com.hp.hpl.jena.rdf.model.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial03.java:import com.hp.hpl.jena.vocabulary.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial01.java:import com.hp.hpl.jena.rdf.model.*;
./jena-core/src-examples/jena/examples/rdf/Tutorial01.java:import com.hp.hpl.jena.vocabulary.*;
./jena-core/src-examples/jena/examples/ontology/describeClass/DescribeClass.java:import com.hp.hpl.jena.ontology.*;
./jena-core/src-examples/jena/examples/ontology/describeClass/DescribeClass.java:import com.hp.hpl.jena.rdf.model.*;
./jena-core/src-examples/jena/examples/ontology/describeClass/DescribeClass.java:import com.hp.hpl.jena.shared.PrefixMapping;
./jena-core/src-examples/jena/examples/ontology/describeClass/Main.java:import com.hp.hpl.jena.ontology.*;
./jena-core/src-examples/jena/examples/ontology/describeClass/Main.java:import com.hp.hpl.jena.rdf.model.ModelFactory;
./jena-core/src-examples/jena/examples/ontology/classHierarchy/ClassHierarchy.java:import com.hp.hpl.jena.ontology.*;
./jena-core/src-examples/jena/examples/ontology/classHierarchy/ClassHierarchy.java:import com.hp.hpl.jena.rdf.model.*;
./jena-core/src-examples/jena/examples/ontology/classHierarchy/ClassHierarchy.java:import com.hp.hpl.jena.shared.PrefixMapping;
./jena-core/src-examples/jena/examples/ontology/classHierarchy/ClassHierarchy.java:import com.hp.hpl.jena.util.iterator.Filter;
./jena-core/src-examples/jena/examples/ontology/classHierarchy/Main.java:import com.hp.hpl.jena.ontology.*;
./jena-core/src-examples/jena/examples/ontology/classHierarchy/Main.java:import com.hp.hpl.jena.rdf.model.ModelFactory;
./jena-core/etc/schemagen_example.rdf: <!ENTITY jena 'http://jena.hpl.hp.com/'>
./jena-core/etc/location-mapping.ex:@prefix lm: <http://jena.hpl.hp.com/2004/08/location-mapping#> .
./jena-core/vocabularies/ont-manager.rdf: <!ENTITY jena 'http://jena.hpl.hp.com/schemas/'>
./jena-core/vocabularies/test-query.n3:@prefix mf: <http://jena.hpl.hp.com/2003/03/test-manifest#> .
./jena-core/vocabularies/test-query.n3:@prefix : <http://jena.hpl.hp.com/2003/03/test-query#> .
./jena-core/vocabularies/location-mapping-rdfs.n3:@prefix : <http://jena.hpl.hp.com/2004/08/location-mapping#> .
./jena-core/vocabularies/test-manifest-x.n3:@prefix : <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-core/vocabularies/jenavocab.rdf: <!ENTITY jena 'http://jena.hpl.hp.com/'>
./jena-core/vocabularies/jenavocab.rdf: <vocab:package rdf:datatype="&xsd;string">com.hp.hpl.jena.vocabulary</vocab:package>
./jena-core/vocabularies/jenavocab.rdf: <vocab:output rdf:datatype="&xsd;string">src/com/hp/hpl/jena/vocabulary</vocab:output>
./jena-core/vocabularies/jena-model-spec.n3:@prefix jms: <http://jena.hpl.hp.com/2003/08/jms#> .
./jena-core/vocabularies/ont-event.rdf: <!ENTITY jena 'http://jena.hpl.hp.com/schemas/'>
./jena-core/vocabularies/result-set.n3:@prefix : <http://jena.hpl.hp.com/2003/03/result-set#> .
./jena-core/Grammar/turtle-strict.jj:package com.hp.hpl.jena.n3.turtle.parser ;
./jena-core/Grammar/turtle-strict.jj:import com.hp.hpl.jena.n3.turtle.ParserBase ;
./jena-core/Grammar/turtle-strict.jj:import com.hp.hpl.jena.graph.* ;
./jena-core/Grammar/turtle:DIR="../src/main/java/com/hp/hpl/jena/n3/turtle/parser"
./jena-core/Grammar/turtle.jj:package com.hp.hpl.jena.n3.turtle.parser ;
./jena-core/Grammar/turtle.jj:import com.hp.hpl.jena.n3.turtle.ParserBase ;
./jena-core/Grammar/turtle.jj:import com.hp.hpl.jena.graph.* ;
./jena-core/src/test/resources/modelReading/simple.n3:@prefix xyz: <http://jena.hpl.hp.com/2003/08/xyz#> .
./jena-core/src/test/resources/modelReading/based.n3:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-core/src/test/resources/ont-policy-test.rdf: <!ENTITY jena 'http://jena.hpl.hp.com/schemas/'>
./jena-core/src/test/resources/regression/testModelEquals/2-1.rdf: xmlns:test="http://aldabaran.hpl.hp.com/rdftest/test18/">
./jena-core/src/test/resources/regression/testModelEquals/2-1.rdf: <rdf:Description rdf:about="http://aldabaran.hpl.hp.com/rdftest/test18/1">
./jena-core/src/test/resources/regression/testModelEquals/2-2.rdf: xmlns:test="http://aldabaran.hpl.hp.com/rdftest/test18/">
./jena-core/src/test/resources/regression/testModelEquals/2-2.rdf: <rdf:Description rdf:about="http://aldabaran.hpl.hp.com/rdftest/test18/1">
./jena-core/src/test/java/org/apache/jena/shared/AbstractTestPrefixMapping.java: String uriA = "http://jena.hpl.hp.com/A#", uriB = "http://jena.hpl.hp.com/";
./jena-core/src/test/java/org/apache/jena/shared/AbstractTestPrefixMapping.java: String uriC = "http://jena.hpl.hp.com/Csharp/";
./jena-core/src/test/java/org/apache/jena/graph/test/TestDateTime.java: Property startTime = m.createProperty("http://jena.hpl.hp.com/test#startTime");
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestModelExtract.java: * org.apache.jena.rdf.model.StatementBoundary#asTripleBoundary(com.hp.hpl
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestRemoveBug.java: // " foaf:workInfoHomepage <http://www.hpl.hp.com/semweb>" +
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestGet.java: final String uri = "http://aldabaran.hpl.hp.com/rdf/test4/" + 160;
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestGet.java: // String uri = "http://aldabaran.hpl.hp.com/rdf/test4/a" + 120;
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestGet.java: final String uri = "http://aldabaran.hpl.hp.com/rdf/test4/" + 150;
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestGet.java: final String uri = "http://aldabaran.hpl.hp.com/rdf/test4/a" + 130;
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestGet.java: final String ns = "http://aldabaran.hpl.hp.com/rdf/test4/a" + 140 + "/";
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestGet.java: final String uri = "http://aldabaran.hpl.hp.com/rdf/test4/a" + 110;
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestGet.java: final String uri = "http://aldabaran.hpl.hp.com/rdf/test4/" + 170;
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestModelPrefixMapping.java: protected static final String alphaURI = "http://testing.jena.hpl.hp.com/alpha#";
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestModelPrefixMapping.java: protected static final String betaURI = "http://testing.jena.hpl.hp.com/beta#";
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestStatementCreation.java: static final String subjURI = "http://aldabaran.hpl.hp.com/foo";
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestStatementCreation.java: static final String predURI = "http://aldabaran.hpl.hp.com/bar";
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestResources.java: // String uri = "http://aldabaran.hpl.hp.com/foo";
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestResources.java: final String uri = "http://aldabaran.hpl.hp.com/foo";
./jena-core/src/test/java/org/apache/jena/rdf/model/test/TestResources.java: final String uri = "http://aldabaran.hpl.hp.com/foo";
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/ARPTests.java: IRIFactory.iriImplementation().create("http://jcarroll.hpl.hp.com/arp-tests/");
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/ARPTests.java: // "file://src/com/hp/hpl/jena/rdf/arp/test/data/wg/"),
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/ARPTests.java: // "file://src/com/hp/hpl/jena/rdf/arp/test/data/arp-bugs/"),
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/ARPTests.java: // "file://src/com/hp/hpl/jena/rdf/arp/test/data/wg/"),
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/ARPTests.java: PrintWriter pw = new PrintWriter(new FileWriter("src/java/test/com/hp/hpl/jena/rdfxml/xmlinput/test/TestPackage.java"));
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/WGTestSuite.java: static String jjcNS = "http://jcarroll.hpl.hp.com/testSchema#";
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: new TestInputStreamFactory(IRIFactory.iriImplementation().create("http://jcarroll.hpl.hp.com/arp-tests/"),
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test177 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported3",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported3.rdf",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported3.nt",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test177x = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/xml-literals/html",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/xml-literals/html.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/xml-literals/html.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test178 = test175.createWarningTest("http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_6",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_6.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_6.nt", false,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test179 = test175.createWarningTest("http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_5",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_5.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_5.nt", false,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test180 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/comments/test10",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test10.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test1X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test181 = test175.createWarningTest("http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_7",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_7.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_7.nt", false,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test182 = test175.createWarningTest("http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_8",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_8.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_8.nt", false,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test183 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/comments/test01",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test01.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test184 = test175.createWarningTest("http://jcarroll.hpl.hp.com/arp-tests/parsetype/bug68",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/parsetype/bug68_0.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/parsetype/bug68_0.nt", false,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test185 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/i18n/bug73a",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/i18n/eq-bug73_0.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/i18n/eq-bug73_1.rdf", true) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test186 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/comments/test12",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test12.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test1X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test187 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/comments/test11",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test11.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test1X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test188 = test175.createNegativeTest("http://jcarroll.hpl.hp.com/arp-tests/qname-in-ID/bug74",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/qname-in-ID/bug74_0.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/relative-namespaces/50_0",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/relative-namespaces/bad-bug50_0.rdf",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test190 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/rfc2396-issue/bug51",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rfc2396-issue/bug51_0.rdf",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rfc2396-issue/bug51_0.nt",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test191 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/comments/test03",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test03.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test192 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/comments/test02",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test02.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test193 = test175.createNegativeTest("http://jcarroll.hpl.hp.com/arp-tests/xmlns/bad01",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/xmlns/bad01.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test tProp = test175.createNegativeTest("http://jcarroll.hpl.hp.com/arp-tests/unqualified/property",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/unqualified/property.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test tAttr = test175.createNegativeTest("http://jcarroll.hpl.hp.com/arp-tests/unqualified/attribute",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/unqualified/attribute.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test tType = test175.createNegativeTest("http://jcarroll.hpl.hp.com/arp-tests/unqualified/typedNode",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/unqualified/typedNode.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/unqualified/relative-namespace",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/unqualified/relative-namespace.rdf",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test194 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/comments/test09",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test09.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test195 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/comments/test08",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test08.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test196 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/comments/test13",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test13.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test1X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test197 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/i18n/bug73b",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/i18n/eq-bug73_0.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/i18n/eq-bug73_2.rdf", true) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test198 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/comments/test05",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test05.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test199 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/comments/test04",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test04.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test200 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/rfc2396-issue/fileURI",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rfc2396-issue/fileURI.rdf",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rfc2396-issue/fileURI.nt",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test201 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/comments/test07",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test07.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test202 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/comments/test06",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test06.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test203 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported1",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported1.rdf",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported1.nt",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test204 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported2",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported2.rdf",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported2.nt",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test205 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/xmlns/test01",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/xmlns/test01.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/xmlns/test0X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test206 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test207 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/xmlns/test03",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/xmlns/test03.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/xmlns/test0X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test208 = test175.createPositiveTest("http://jcarroll.hpl.hp.com/arp-tests/xmlns/test02",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/xmlns/test02.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/xmlns/test0X.nt", false) ;
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test209 = test175.createWarningTest("http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_0",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_0.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_0.nt", false,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: Test test210 = test175.createWarningTest("http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_9",
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_9.rdf", true,
./jena-core/src/test/java/org/apache/jena/rdfxml/xmlinput/TestARPMain.java: "http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_9.nt", false,
./jena-core/src/test/java/org/apache/jena/ontology/impl/OntTestBase.java: public static final String BASE = "http://jena.hpl.hp.com/testing/ontology";
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestOntReasoning.java: public static final String BASE = "http://jena.hpl.hp.com/testing/ontology";
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestOntDocumentManager.java: "http://jena.hpl.hp.com/testing/ontology/relativenames",
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestOntDocumentManager.java: m.read("http://jena.hpl.hp.com/testing/ontology/relativenames");
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestOntDocumentManager.java: assertTrue( m.getResource("http://jena.hpl.hp.com/testing/ontology/relativenames#A").canAs(OntClass.class));
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestOntDocumentManager.java: Resource marker = m.getResource( "http://jena.hpl.hp.com/2003/03/testont#Marker" );
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestIndividual.java: " <!ENTITY base 'http://jena.hpl.hp.com/test' >" +
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestIndividual.java: Individual x = m.getIndividual( "http://jena.hpl.hp.com/test#x" );
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestIndividual.java: String NS = "http://jena.hpl.hp.com/example#";
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestIndividual.java: String NS = "http://jena.hpl.hp.com/example#";
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestIndividual.java: String NS = "http://jena.hpl.hp.com/example#";
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestIndividual.java: String NS = "http://jena.hpl.hp.com/example#";
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestIndividual.java: String NS = "http://jena.hpl.hp.com/example#";
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestIndividual.java: String NS = "http://jena.hpl.hp.com/example#";
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestIndividual.java: String NS = "http://jena.hpl.hp.com/example#";
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestFrameView.java: public static final String BASE = "http://jena.hpl.hp.com/testing/ontology";
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestListSyntaxCategories.java: public static final String NS = "http://jena.hpl.hp.com/testing/ontology#";
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestListSyntaxCategories.java: new String[] {"http://jena.hpl.hp.com/testing/ontology"} )
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestListSyntaxCategories.java: Resource cA = mVocab.createResource( "http://jena.hpl.hp.com/testing/ontology#A");
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestListSyntaxCategories.java: new String[] {"http://jena.hpl.hp.com/testing/ontology", "http://www.w3.org/2002/07/owl"} )
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestOntModel.java: String base = "http://jena.hpl.hp.com/test#";
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestOntModel.java: + " <!ENTITY base 'http://jena.hpl.hp.com/test' >"
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestOntModel.java: String ns = "http://jena.hpl.hp.com/2003/03/testont";
./jena-core/src/test/java/org/apache/jena/ontology/impl/TestCreate.java: public static final String BASE = "http://jena.hpl.hp.com/testing/ontology";
./jena-core/src/test/java/org/apache/jena/assembler/test/AcceptanceTesting.java: + "; _f ja:reasonerURL http://jena.hpl.hp.com/2003/OWLFBRuleReasoner" );
./jena-core/src/test/java/org/apache/jena/assembler/test/TestAssemblerVocabulary.java: assertEquals( "http://jena.hpl.hp.com/2005/11/Assembler#", JA.getURI() );
./jena-core/src/test/java/org/apache/jena/assembler/test/TestAssemblerVocabulary.java: assertEquals( "http://jena.hpl.hp.com/2005/11/Assembler#", JA.uri );
./jena-core/src/test/java/org/apache/jena/assembler/test/TestFileModelAssembler.java: graphs += "@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> . ";
./jena-core/src/test/java/org/apache/jena/util/TestPrintUtil.java: String NS = "http://jena.hpl.hp.com/example#";
./jena-core/src/test/java/org/apache/jena/util/TestMonitors.java: String NS = "http://jena.hpl.hp.com/test#";
./jena-core/src/test/java/org/apache/jena/reasoner/test/TestRDFSReasoners.java: public static final String NAMESPACE = "http://www.hpl.hp.com/semweb/2003/query_tester/";
./jena-core/src/test/java/org/apache/jena/reasoner/test/TestRDFSReasoners.java:// "http://www.hpl.hp.com/semweb/2003/query_tester/rdfs/test13",
./jena-core/src/test/java/org/apache/jena/reasoner/test/ReasonerTester.java: * "http://www.hpl.hp.com/semweb/2003/query_tester#". The file names are
./jena-core/src/test/java/org/apache/jena/reasoner/test/ReasonerTester.java: public static final String NS = "http://www.hpl.hp.com/semweb/2003/query_tester#";
./jena-core/src/test/java/org/apache/jena/reasoner/test/ReasonerTester.java: public static final String BASE_URI = "http://www.hpl.hp.com/semweb/2003/query_tester/";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/OWLUnitTest.java: ResourceFactory.createResource("http://jena.hpl.hp.com/testing/reasoners/owl#ia")), FB | MICRO | MINI),
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestBugs.java: String NS = "http://jena.hpl.hp.com/bugs#";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestBugs.java: "@prefix eg: <http://jena.hpl.hp.com/eg#> .\n" +
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestBugs.java: String NS = "http://jena.hpl.hp.com/example#";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestBugs.java: Triple t = new Triple( NodeFactory.createAnon(), NodeFactory.createURI("http://jena.hpl.hp.com/example#"), NodeFactory.createAnon());
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestBugs.java: String NS = "http://jena.hpl.hp.com/example#";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestBugs.java: String NS = "http://jena.hpl.hp.com/eg#";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestGenericRules.java: String NS1 = "http://jena.hpl.hp.com/newprefix#";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestGenericRules.java: String NS2 = "http://jena.hpl.hp.com/newprefix2#";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestGenericRules.java: String NS3 = "http://jena.hpl.hp.com/newprefix3#";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestGenericRules.java: String NS3 = "http://jena.hpl.hp.com/newprefix3#";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestFBRules.java: String NS = "http://jena.hpl.hp.com/test#";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestFBRules.java: String NS = "http://jena.hpl.hp.com/example#";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestFBRules.java: List<Rule> rules1 = Rule.parseRules( "(?x http://jena.hpl.hp.com/example#p ?y) -> (?x http://jena.hpl.hp.com/example#q ?y)." );
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestFBRules.java: List<Rule> rules2 = Rule.parseRules( "(?x http://jena.hpl.hp.com/example#q ?y) -> (?x http://jena.hpl.hp.com/example#r ?y)." );
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestFBRules.java: "[r2: (?x p ?y) uriConcat('http://jena.hpl.hp.com/test#', ?y, ?z) -> (?x q ?z) ]";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestFBRules.java: new Triple(n1, q, NodeFactory.createURI("http://jena.hpl.hp.com/test#test")),
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestBackchainer.java: Node p = NodeFactory.createURI("http://www.hpl.hp.com/semweb/2003/eg#p");
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestBackchainer.java: Node r = NodeFactory.createURI("http://www.hpl.hp.com/semweb/2003/eg#r");
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestBackchainer.java: Node C1 = NodeFactory.createURI("http://www.hpl.hp.com/semweb/2003/eg#C1");
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestOWLMisc.java: String NS = "http://jena.hpl.hp.com/example#";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestOWLMisc.java: String baseURI = "http://jena.hpl.hp.com/eg#";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestOWLMisc.java: public static final String NS = "http://jena.hpl.hp.com/example#";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestRDFSRules.java: public static final String NAMESPACE = "http://www.hpl.hp.com/semweb/2003/query_tester/";
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestRDFSRules.java: assertTrue("RDFS hybrid-tgc reasoner test", tester.runTest("http://www.hpl.hp.com/semweb/2003/query_tester/rdfs/test11", rf, this, null));
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestRDFSRules.java: Resource C1 = ResourceFactory.createResource("http://www.hpl.hp.com/semweb/2003/eg#C1");
./jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/TestRDFSRules.java: Resource C2 = ResourceFactory.createResource("http://www.hpl.hp.com/semweb/2003/eg#C2");
./jena-core/src/test/java/org/apache/jena/n3/turtle/TurtleTestVocab.java: public static final String NS = "http://jena.hpl.hp.com/2005/12/test-turtle#";
./jena-core/src/test/java/org/apache/jena/n3/turtle/TurtleTestVocab.java: public static final Property inputIRI = m_model.createProperty( "http://jena.hpl.hp.com/2005/12/test-turtle#inputIRI" );
./jena-core/src/test/java/org/apache/jena/n3/turtle/TurtleTestVocab.java: public static final Property output = m_model.createProperty( "http://jena.hpl.hp.com/2005/12/test-turtle#output" );
./jena-core/src/test/java/org/apache/jena/n3/turtle/TurtleTestVocab.java: public static final Property input = m_model.createProperty( "http://jena.hpl.hp.com/2005/12/test-turtle#input" );
./jena-core/src/test/java/org/apache/jena/n3/turtle/TurtleTestVocab.java: public static final Resource TestInOut = m_model.createResource( "http://jena.hpl.hp.com/2005/12/test-turtle#TestInOut" );
./jena-core/src/test/java/org/apache/jena/n3/turtle/TurtleTestVocab.java: public static final Resource TestBadSyntax = m_model.createResource( "http://jena.hpl.hp.com/2005/12/test-turtle#TestBadSyntax" );
./jena-core/src/test/java/org/apache/jena/n3/turtle/TurtleTestVocab.java: public static final Resource TestSyntax = m_model.createResource( "http://jena.hpl.hp.com/2005/12/test-turtle#TestSyntax" );
./jena-core/src/test/java/org/apache/jena/n3/turtle/TurtleTestVocab.java: public static final Resource Test = m_model.createResource( "http://jena.hpl.hp.com/2005/12/test-turtle#Test" );
./jena-core/src/test/java/org/apache/jena/vocabulary/test/TestVocabDB.java: String ns = "http://jena.hpl.hp.com/2003/04/DB#";
./jena-core/src/main/resources/META-INF/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/ExtendedHandler.java
./jena-core/src/main/resources/META-INF/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/impl/XMLHandler.java
./jena-core/src/main/resources/META-INF/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/ARP.java
./jena-core/src/main/resources/org/apache/jena/vocabulary/assembler.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-core/src/main/resources/org/apache/jena/vocabulary/assembler.ttl:@prefix lm: <http://jena.hpl.hp.com/2004/08/location-mapping#> .
./jena-core/src/main/resources/ont-policy.rdf: <!ENTITY jena 'http://jena.hpl.hp.com/schemas/'>
./jena-core/src/main/java/org/apache/jena/shared/wg/TestInputStreamFactory.java: // loader.getResourceAsStream("com/hp/hpl/jena/rdf/arp/test/data/" + prop);
./jena-core/src/main/java/org/apache/jena/JenaRuntime.java: public static final String featureNoSecurity = "http://jena.hpl.hp.com/2004/07/feature/noSecurity" ;
./jena-core/src/main/java/org/apache/jena/JenaRuntime.java: public static final String featureNoCharset = "http://jena.hpl.hp.com/2004/07/feature/noCharset" ;
./jena-core/src/main/java/org/apache/jena/rdfxml/xmlinput/SAX2Model.java: * <code>http://jena.hpl.hp.com/arp/properties/&lt;PropertyName&gt;</code>.
./jena-core/src/main/java/org/apache/jena/rdfxml/xmlinput/NTriple.java: * java &lt;class-path&gt; com.hp.hpl.jena.arp.NTriple ( [ -[xstfurR]][ -b xmlBase -[eiw] NNN[,NNN...] ] [ file ] [ url ] )...
./jena-core/src/main/java/org/apache/jena/rdfxml/xmlinput/JenaReader.java: static final String arpPropertiesURL = "http://jena.hpl.hp.com/arp/properties/";
./jena-core/src/main/java/org/apache/jena/rdfxml/xmlinput/JenaReader.java: * <code>http://jena.hpl.hp.com/arp/properties/&lt;PropertyName&gt;</code>.
./jena-core/src/main/java/org/apache/jena/rdfxml/xmlinput/ARPHandlers.java: * if ( e instanceof com.hp.hpl.jena.rdf.arp.ParseException ) {
./jena-core/src/main/java/org/apache/jena/rdfxml/xmlinput/impl/ARPResource.java: static String dummy = "http://jena.hpl.hp.com/arp/not/a/real/uri/";
./jena-core/src/main/java/org/apache/jena/rdfxml/xmlinput/impl/ARPResource.java: static String nullDummy = "nullpointerexception://jena.hpl.hp.com/arp/";
./jena-core/src/main/java/org/apache/jena/ontology/OntDocumentManager.java: public static final String NS = "http://jena.hpl.hp.com/schemas/2003/03/ont-manager#";
./jena-core/src/main/java/org/apache/jena/ontology/impl/package.html: <code>com&#046;hp&#046;hpl&#046;jena&#046;ontology</code> package.
./jena-core/src/main/java/org/apache/jena/assembler/JA.java: public static final String uri = "http://jena.hpl.hp.com/2005/11/Assembler#";
./jena-core/src/main/java/org/apache/jena/util/LocationMapper.java: public static final String GlobalMapperSystemProperty1 = "http://jena.hpl.hp.com/2004/08/LocationMap" ;
./jena-core/src/main/java/org/apache/jena/util/LocationMapper.java: m.setNsPrefix("lmap", "http://jena.hpl.hp.com/2004/08/location-mapping#") ;
./jena-core/src/main/java/org/apache/jena/reasoner/transitiveReasoner/TransitiveReasonerFactory.java: public static final String URI = "http://jena.hpl.hp.com/2003/TransitiveReasoner";
./jena-core/src/main/java/org/apache/jena/reasoner/rulesys/OWLMicroReasonerFactory.java: public static final String URI = "http://jena.hpl.hp.com/2003/OWLMicroFBRuleReasoner";
./jena-core/src/main/java/org/apache/jena/reasoner/rulesys/RDFSRuleReasonerFactory.java: public static final String URI = "http://jena.hpl.hp.com/2003/RDFSExptRuleReasoner";
./jena-core/src/main/java/org/apache/jena/reasoner/rulesys/GenericRuleReasonerFactory.java: public static final String URI = "http://jena.hpl.hp.com/2003/GenericRuleReasoner";
./jena-core/src/main/java/org/apache/jena/reasoner/rulesys/RDFSFBRuleReasonerFactory.java: public static final String URI = "http://jena.hpl.hp.com/2003/RDFSFBRuleReasoner";
./jena-core/src/main/java/org/apache/jena/reasoner/rulesys/impl/package.html: <title>Package documentation for com.hp.hpl.jena.reasoner.rulesys.impl</title>
./jena-core/src/main/java/org/apache/jena/reasoner/rulesys/impl/WrappedReasonerFactory.java: public static final Property schemaURL = ResourceFactory.createProperty( "http://jena.hpl.hp.com/2003/08/jms#schemaURL" );
./jena-core/src/main/java/org/apache/jena/reasoner/rulesys/builtins/BaseBuiltin.java: public static final String BASE_URI = "http://jena.hpl.hp.com/2003/RuleBuiltin/";
./jena-core/src/main/java/org/apache/jena/reasoner/rulesys/OWLFBRuleReasonerFactory.java: public static final String URI = "http://jena.hpl.hp.com/2003/OWLFBRuleReasoner";
./jena-core/src/main/java/org/apache/jena/reasoner/rulesys/OWLMiniReasonerFactory.java: public static final String URI = "http://jena.hpl.hp.com/2003/OWLMiniFBRuleReasoner";
./jena-core/src/main/java/org/apache/jena/n3/N3JenaWriter.java: static protected final String propBase = "http://jena.hpl.hp.com/n3/properties/" ;
./jena-core/src/main/java/org/apache/jena/vocabulary/OntDocManagerVocab.java: public static final String NS = "http://jena.hpl.hp.com/schemas/2003/03/ont-manager#";
./jena-core/src/main/java/org/apache/jena/vocabulary/OntDocManagerVocab.java: public static final Property language = m_model.createProperty( "http://jena.hpl.hp.com/schemas/2003/03/ont-manager#language" );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntDocManagerVocab.java: public static final Property publicURI = m_model.createProperty( "http://jena.hpl.hp.com/schemas/2003/03/ont-manager#publicURI" );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntDocManagerVocab.java: public static final Property prefix = m_model.createProperty( "http://jena.hpl.hp.com/schemas/2003/03/ont-manager#prefix" );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntDocManagerVocab.java: public static final Property useDeclaredNsPrefixes = m_model.createProperty( "http://jena.hpl.hp.com/schemas/2003/03/ont-manager#useDeclaredNsPrefixes" );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntDocManagerVocab.java: public static final Property ignoreImport = m_model.createProperty( "http://jena.hpl.hp.com/schemas/2003/03/ont-manager#ignoreImport" );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntDocManagerVocab.java: public static final Property processImports = m_model.createProperty( "http://jena.hpl.hp.com/schemas/2003/03/ont-manager#processImports" );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntDocManagerVocab.java: public static final Property cacheModels = m_model.createProperty( "http://jena.hpl.hp.com/schemas/2003/03/ont-manager#cacheModels" );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntDocManagerVocab.java: public static final Property altURL = m_model.createProperty( "http://jena.hpl.hp.com/schemas/2003/03/ont-manager#altURL" );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntDocManagerVocab.java: public static final Resource OntologySpec = m_model.createResource( "http://jena.hpl.hp.com/schemas/2003/03/ont-manager#OntologySpec" );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntDocManagerVocab.java: public static final Resource DocumentManagerPolicy = m_model.createResource( "http://jena.hpl.hp.com/schemas/2003/03/ont-manager#DocumentManagerPolicy" );
./jena-core/src/main/java/org/apache/jena/vocabulary/ReasonerVocabulary.java: public static final String JenaReasonerNS = "http://jena.hpl.hp.com/2003/JenaReasoner#";
./jena-core/src/main/java/org/apache/jena/vocabulary/ReasonerVocabulary.java: public static final String PropURI = "http://jena.hpl.hp.com/2003/RuleReasoner";
./jena-core/src/main/java/org/apache/jena/vocabulary/TestManifestX.java: public static final String NS = "http://jena.hpl.hp.com/2005/05/test-manifest-extra#";
./jena-core/src/main/java/org/apache/jena/vocabulary/TestManifestX.java: public static final Property defaultTestType = m_model.createProperty( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#defaultTestType" );
./jena-core/src/main/java/org/apache/jena/vocabulary/TestManifestX.java: public static final Property include = m_model.createProperty( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#include" );
./jena-core/src/main/java/org/apache/jena/vocabulary/TestManifestX.java: public static final Property textIndex = m_model.createProperty( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#textIndex" );
./jena-core/src/main/java/org/apache/jena/vocabulary/TestManifestX.java: public static final Property dataSyntax = m_model.createProperty( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#dataSyntax" );
./jena-core/src/main/java/org/apache/jena/vocabulary/TestManifestX.java: public static final Property querySyntax = m_model.createProperty( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#querySyntax" );
./jena-core/src/main/java/org/apache/jena/vocabulary/TestManifestX.java: public static final Resource TestSurpressed = m_model.createResource( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#TestSurpressed" );
./jena-core/src/main/java/org/apache/jena/vocabulary/TestManifestX.java: public static final Resource TestSerialization = m_model.createResource( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#TestSerialization" );
./jena-core/src/main/java/org/apache/jena/vocabulary/TestManifestX.java: public static final Resource TestBadSyntax = m_model.createResource( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#TestBadSyntax" );
./jena-core/src/main/java/org/apache/jena/vocabulary/TestManifestX.java: public static final Resource TestSyntax = m_model.createResource( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#TestSyntax" );
./jena-core/src/main/java/org/apache/jena/vocabulary/TestManifestX.java: public static final Resource TestQuery = m_model.createResource( "http://jena.hpl.hp.com/2005/05/test-manifest-extra#TestQuery" );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final String NS = "http://jena.hpl.hp.com/schemas/2003/03/ont-event#";
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final OntClass OntEvent = m_model.createClass( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#OntEvent" );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual related = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#related", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual range = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#range", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual classDeclaration = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#classDeclaration", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual onProperty = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#onProperty", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual hasClassQ = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#hasClassQ", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual subClassOf = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#subClassOf", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual oneOf = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#oneOf", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual inverseOf = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#inverseOf", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual ontologyDeclaration = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#ontologyDeclaration", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual functionalPropertyDeclaration = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#functionalPropertyDeclaration", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual hasValue = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#hasValue", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual minCardinality = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#minCardinality", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual label = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#label", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual DeprecatedClass = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#DeprecatedClass", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual domain = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#domain", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual disjointWith = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#disjointWith", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual someValuesFrom = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#someValuesFrom", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual imports = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#imports", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual unionOf = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#unionOf", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual ontologyPropertyDeclaration = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#ontologyPropertyDeclaration", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual DeprecatedProperty = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#DeprecatedProperty", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual restrictionDeclaration = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#restrictionDeclaration", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual symmetricPropertyDeclaration = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#symmetricPropertyDeclaration", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual maxCardinality = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#maxCardinality", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual differentFrom = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#differentFrom", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual comment = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#comment", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual equivalentClass = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#equivalentClass", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual userData = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#userData", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual intersectionOf = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#intersectionOf", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual cardinality = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#cardinality", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual datarangeDeclaration = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#datarangeDeclaration", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual backwardCompatibleWith = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#backwardCompatibleWith", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual incompatibleWith = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#incompatibleWith", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual sameIndividualAs = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#sameIndividualAs", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual allDifferentDeclaration = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#allDifferentDeclaration", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual annotationPropertyDeclaration = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#annotationPropertyDeclaration", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual distinctMembers = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#distinctMembers", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual individualDeclaration = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#individualDeclaration", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual versionInfo = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#versionInfo", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual propertyDeclaration = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#propertyDeclaration", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual cardinalityQ = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#cardinalityQ", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual objectPropertyDeclaration = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#objectPropertyDeclaration", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual priorVersion = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#priorVersion", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual equivalentProperty = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#equivalentProperty", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual minCardinalityQ = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#minCardinalityQ", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual subPropertyOf = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#subPropertyOf", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual complementOf = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#complementOf", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual sameAs = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#sameAs", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual allValuesFrom = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#allValuesFrom", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual inverseFunctionalPropertyDeclaration = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#inverseFunctionalPropertyDeclaration", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual transitivePropertyDeclaration = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#transitivePropertyDeclaration", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual datatypePropertyDeclaration = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#datatypePropertyDeclaration", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/OntEventsVocab.java: public static final Individual maxCardinalityQ = m_model.createIndividual( "http://jena.hpl.hp.com/schemas/2003/03/ont-event#maxCardinalityQ", OntEvent );
./jena-core/src/main/java/org/apache/jena/vocabulary/DB.java: public static final String uri = "http://jena.hpl.hp.com/2003/04/DB#";
./jena-core/src/main/java/org/apache/jena/vocabulary/LocationMappingVocab.java: public static final String NS = "http://jena.hpl.hp.com/2004/08/location-mapping#";
./jena-core/src/main/java/org/apache/jena/vocabulary/LocationMappingVocab.java: public static final Property name = ResourceFactory.createProperty( "http://jena.hpl.hp.com/2004/08/location-mapping#name" );
./jena-core/src/main/java/org/apache/jena/vocabulary/LocationMappingVocab.java: public static final Property altPrefix = ResourceFactory.createProperty( "http://jena.hpl.hp.com/2004/08/location-mapping#altPrefix" );
./jena-core/src/main/java/org/apache/jena/vocabulary/LocationMappingVocab.java: public static final Property mapping = ResourceFactory.createProperty( "http://jena.hpl.hp.com/2004/08/location-mapping#mapping" );
./jena-core/src/main/java/org/apache/jena/vocabulary/LocationMappingVocab.java: public static final Property prefix = ResourceFactory.createProperty( "http://jena.hpl.hp.com/2004/08/location-mapping#prefix" );
./jena-core/src/main/java/org/apache/jena/vocabulary/LocationMappingVocab.java: public static final Property altName = ResourceFactory.createProperty( "http://jena.hpl.hp.com/2004/08/location-mapping#altName" );
./jena-core/src/main/java/org/apache/jena/vocabulary/LocationMappingVocab.java: public static final Resource LocationMapping = ResourceFactory.createResource( "http://jena.hpl.hp.com/2004/08/location-mapping#LocationMapping" );
./jena-core/src/main/java/jena/schemagen.java: public static final String NS = "http://jena.hpl.hp.com/2003/04/schemagen#";
./jena-core/pom.xml: <include>com/hp/hpl/jena/test/TestPackage.java</include>
./jena-core/pom.xml: <excludePackageNames>com.hp.hpl.jena.shared.*:*.impl:com.hp.hpl.jena.assembler.assemblers:*.exceptions:*.regexptrees:com.hp.hpl.jena.mem:com.hp.hpl.jena.mem.*:com.hp.hpl.jena.n3:com.hp.hpl.jena.n3.*:com.hp.hpl.jena.rdf.arp.*:com.hp.hpl.jena.util.*:jena.cmdline:jena.util</excludePackageNames>
./jena-core/pom.xml: <packages>com.hp.hpl.jena.db:com.hp.hpl.jena.rdf.model:com.hp.hpl.jena.rdf.listeners:com.hp.hpl.jena.rdf.arp:com.hp.hpl.jena.rdf.arp.lang:com.hp.hpl.jena.datatypes:com.hp.hpl.jena.datatypes.xsd:com.hp.hpl.jena.rdql:com.hp.hpl.jena.shared:com.hp.hpl.jena.vocabulary:com.hp.hpl.jena.xmloutput:com.hp.hpl.jena.ontology:com.hp.hpl.jena.ontology.daml:com.hp.hpl.jena.reasoner:com.hp.hpl.jena.reasoner.rulesys:com.hp.hpl.jena.reasoner.rulesys.builtins:com.hp.hpl.jena.reasoner.transitiveReasoner:com.hp.hpl.jena.reasoner.dig</packages>
./jena-core/pom.xml: <packages>com.hp.hpl.jena.enhanced:com.hp.hpl.jena.graph:com.hp.hpl.jena.graph.compose:com.hp.hpl.jena.graph.query:com.hp.hpl.jena.util:com.hp.hpl.jena.util.iterator</packages>
./jena-core/pom.xml: <packages>com.hp.hpl.jena.assembler</packages>
./jena-core/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/ExtendedHandler.java
./jena-core/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/impl/XMLHandler.java
./jena-core/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/ARP.java
./jena-core/testing/assemblers/schema.n3:@prefix jms: <http://jena.hpl.hp.com/2003/08/jms#> .
./jena-core/testing/assemblers/schema2.n3:@prefix jms: <http://jena.hpl.hp.com/2003/08/jms#> .
./jena-core/testing/cmd/rdfcat_1_n3:@prefix jms: <http://jena.hpl.hp.com/2003/08/jms#> .
./jena-core/testing/cmd/rdfcat_2.xml: xmlns:jms="http://jena.hpl.hp.com/2003/08/jms#"
./jena-core/testing/cmd/rdfcat_2.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#RDBMakerSpec">
./jena-core/testing/cmd/rdfcat_2.xml: <rdfs:subClassOf rdf:resource="http://jena.hpl.hp.com/2003/08/jms#MakerSpec"/>
./jena-core/testing/cmd/rdfcat_2.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#FileMakerSpec">
./jena-core/testing/cmd/rdfcat_2.xml: <rdfs:subClassOf rdf:resource="http://jena.hpl.hp.com/2003/08/jms#MakerSpec"/>
./jena-core/testing/cmd/rdfcat_2.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#ModelSpec"/>
./jena-core/testing/cmd/rdfcat_2.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#MemMakerSpec">
./jena-core/testing/cmd/rdfcat_2.xml: <rdfs:subClassOf rdf:resource="http://jena.hpl.hp.com/2003/08/jms#MakerSpec"/>
./jena-core/testing/cmd/sg-test-config.rdf: <!ENTITY jena 'http://jena.hpl.hp.com/'>
./jena-core/testing/cmd/sg-test-config.rdf: xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sgen="http://jena.hpl.hp.com/2003/04/schemagen#">
./jena-core/testing/cmd/rdfcat_2_n3:@prefix jms: <http://jena.hpl.hp.com/2003/08/jms#> .
./jena-core/testing/cmd/rdfcat_1.xml: xmlns:jms="http://jena.hpl.hp.com/2003/08/jms#"
./jena-core/testing/cmd/rdfcat_1.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#InfModelSpec"/>
./jena-core/testing/cmd/rdfcat_1.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#OntModelSpec"/>
./jena-core/testing/cmd/rdfcat_1.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#PlainModelSpec"/>
./jena-core/testing/cmd/rdfcat_1.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#MakerSpec"/>
./jena-core/testing/cmd/rdfcat.nt:<http://jena.hpl.hp.com/2003/08/jms#MemMakerSpec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
./jena-core/testing/cmd/rdfcat.nt:<http://jena.hpl.hp.com/2003/08/jms#MemMakerSpec> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://jena.hpl.hp.com/2003/08/jms#MakerSpec> .
./jena-core/testing/cmd/rdfcat.nt:<http://jena.hpl.hp.com/2003/08/jms#FileMakerSpec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
./jena-core/testing/cmd/rdfcat.nt:<http://jena.hpl.hp.com/2003/08/jms#FileMakerSpec> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://jena.hpl.hp.com/2003/08/jms#MakerSpec> .
./jena-core/testing/cmd/rdfcat.nt:<http://jena.hpl.hp.com/2003/08/jms#PlainModelSpec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
./jena-core/testing/cmd/rdfcat.nt:<http://jena.hpl.hp.com/2003/08/jms#OntModelSpec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
./jena-core/testing/cmd/rdfcat.nt:<http://jena.hpl.hp.com/2003/08/jms#ModelSpec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
./jena-core/testing/cmd/rdfcat.nt:<http://jena.hpl.hp.com/2003/08/jms#MakerSpec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
./jena-core/testing/cmd/rdfcat.nt:<http://jena.hpl.hp.com/2003/08/jms#InfModelSpec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
./jena-core/testing/cmd/rdfcat.nt:<http://jena.hpl.hp.com/2003/08/jms#RDBMakerSpec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
./jena-core/testing/cmd/rdfcat.nt:<http://jena.hpl.hp.com/2003/08/jms#RDBMakerSpec> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://jena.hpl.hp.com/2003/08/jms#MakerSpec> .
./jena-core/testing/cmd/rdfcat.xml: xmlns:jms="http://jena.hpl.hp.com/2003/08/jms#"
./jena-core/testing/cmd/rdfcat.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#InfModelSpec"/>
./jena-core/testing/cmd/rdfcat.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#OntModelSpec"/>
./jena-core/testing/cmd/rdfcat.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#PlainModelSpec"/>
./jena-core/testing/cmd/rdfcat.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#MakerSpec"/>
./jena-core/testing/cmd/rdfcat.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#RDBMakerSpec">
./jena-core/testing/cmd/rdfcat.xml: <rdfs:subClassOf rdf:resource="http://jena.hpl.hp.com/2003/08/jms#MakerSpec"/>
./jena-core/testing/cmd/rdfcat.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#FileMakerSpec">
./jena-core/testing/cmd/rdfcat.xml: <rdfs:subClassOf rdf:resource="http://jena.hpl.hp.com/2003/08/jms#MakerSpec"/>
./jena-core/testing/cmd/rdfcat.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#ModelSpec"/>
./jena-core/testing/cmd/rdfcat.xml: <rdfs:Class rdf:about="http://jena.hpl.hp.com/2003/08/jms#MemMakerSpec">
./jena-core/testing/cmd/rdfcat.xml: <rdfs:subClassOf rdf:resource="http://jena.hpl.hp.com/2003/08/jms#MakerSpec"/>
./jena-core/testing/cmd/rdfcat.n3:@prefix jms: <http://jena.hpl.hp.com/2003/08/jms#> .
./jena-core/testing/arp/Manifest.rdf: xmlns:jjc="http://jcarroll.hpl.hp.com/testSchema#"
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xml-literals/html">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xml-literals/html.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xml-literals/html.nt" />
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported1">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported1.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported1.nt" />
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported2">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported2.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported2.nt" />
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported3">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported3.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xml-literals/reported3.nt" />
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/i18n/bug73a">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/i18n/eq-bug73_0.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/i18n/eq-bug73_1.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/i18n/bug73b">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/i18n/eq-bug73_0.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/i18n/eq-bug73_2.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.nt" />
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest test:warning="yes" rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_0">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_0.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_0.nt" />
./jena-core/testing/arp/Manifest.rdf: <!-- <test:NegativeParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_1">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_1.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NegativeParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_2">
./jena-core/testing/arp/Manifest.rdf: "http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_2.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NegativeParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_3">
./jena-core/testing/arp/Manifest.rdf: "http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_3.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NegativeParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_4">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_4.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest test:warning="yes" rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_5">
./jena-core/testing/arp/Manifest.rdf: "http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_5.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest test:warning="yes" rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_6">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_6.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_6.nt" />
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest test:warning="yes" rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_7">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_7.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_7.nt" />
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest test:warning="yes" rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_8">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_8.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_8.nt" />
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest test:warning="yes" rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_9">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_9.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/bad-bug67_9.nt" />
./jena-core/testing/arp/Manifest.rdf: <test:NegativeParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/relative-namespaces/50_0">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/relative-namespaces/bad-bug50_0.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NegativeParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/qname-in-ID/bug74">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/qname-in-ID/bug74_0.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/qname-in-ID/bug74_0.nt" />
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rfc2396-issue/bug51">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rfc2396-issue/bug51_0.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rfc2396-issue/bug51_0.nt" />
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rfc2396-issue/fileURI">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rfc2396-issue/fileURI.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/rfc2396-issue/fileURI.nt" />
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/parsetype/bug68">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/parsetype/bug68_0.rdf" />
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/parsetype/bug68_0.nt" />
./jena-core/testing/arp/Manifest.rdf: <test:NegativeParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xmlns/bad01" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xmlns/bad01.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_BAD_NAMESPACE_URI'/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xmlns/test01" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xmlns/test01.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xmlns/test0X.nt"/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xmlns/test02" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xmlns/test02.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xmlns/test0X.nt"/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xmlns/test03" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xmlns/test03.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/xmlns/test0X.nt"/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test01" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test01.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt"/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test02" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test02.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt"/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test03" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test03.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt"/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test04" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test04.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt"/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test05" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test05.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt"/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test06" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test06.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt"/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test07" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test07.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt"/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test08" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test08.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt"/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test09" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test09.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test0X.nt"/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test11" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test11.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test1X.nt"/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test12" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test12.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test1X.nt"/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test13" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test13.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test1X.nt"/>
./jena-core/testing/arp/Manifest.rdf: <test:PositiveParserTest rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test10" test:status="ARP">
./jena-core/testing/arp/Manifest.rdf: <test:RDF-XML-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test10.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <test:NT-Document rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/test1X.nt"/>
./jena-core/testing/arp/Manifest.rdf: rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/error01"
./jena-core/testing/arp/Manifest.rdf: rdf:about="http://jcarroll.hpl.hp.com/arp-tests/comments/error01.rdf"/>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_SYNTAX_ERROR'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_0'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ATTRIBUTE'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_1'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_BAD_XML'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_1'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_SYNTAX_ERROR'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_1'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_BAD_XML'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_2'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_BAD_XML'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_2'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_BAD_XML'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_2'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_SYNTAX_ERROR'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_3'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_BAD_XML'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_3'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_BAD_XML'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_3'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_SYNTAX_ERROR'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_4'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_BAD_XML'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_4'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_BAD_XML'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_4'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_SYNTAX_ERROR'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_5'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ATTRIBUTE'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_6'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ATTRIBUTE'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_7'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ELEMENT'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_7'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ELEMENT'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_7'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ELEMENT'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_8'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ATTRIBUTE'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_8'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ATTRIBUTE'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_8'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ATTRIBUTE'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_8'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ELEMENT'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_8'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ELEMENT'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_8'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ELEMENT'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_9'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ATTRIBUTE'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_9'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ATTRIBUTE'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_9'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ATTRIBUTE'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_9'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ELEMENT'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_9'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ELEMENT'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/rdf-nnn/67_9'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ELEMENT'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/relative-namespaces/50_0'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_RELATIVE_NAMESPACE_URI_DEPRECATED'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/parsetype/bug68'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_PARSETYPE'/>
./jena-core/testing/arp/Manifest.rdf: <rdf:Description rdf:about='http://jcarroll.hpl.hp.com/arp-tests/qname-in-ID/bug74'>
./jena-core/testing/arp/Manifest.rdf: <jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_BAD_NAME'/>
./jena-core/testing/reasoners/transitive/result6.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/transitive/result4.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/transitive/data9.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/transitive/data2.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/transitive/tbox1.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/transitive/tbox7.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/transitive/querysc.nt:<http://www.hpl.hp.com/semweb/2003/eg#C1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <var:x> .
./jena-core/testing/reasoners/transitive/querysp2.nt:<http://www.hpl.hp.com/semweb/2003/eg#r> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <var:x> .
./jena-core/testing/reasoners/transitive/manifest.rdf: <!ENTITY test 'http://www.hpl.hp.com/semweb/2003/query_tester#'>
./jena-core/testing/reasoners/transitive/data8.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/transitive/query2.nt:<http://www.hpl.hp.com/semweb/2003/eg#a> <http://www.hpl.hp.com/semweb/2003/eg#p> <var:x>.
./jena-core/testing/reasoners/transitive/result11.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/transitive/result5.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/transitive/data11.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/transitive/empty.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/transitive/data6.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/transitive/querysp.nt:<var:x> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.hpl.hp.com/semweb/2003/eg#p> .
./jena-core/testing/reasoners/transitive/data3.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/transitive/data1.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/transitive/result2.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/bugs/tgcCMEbug.owl: xmlns:jms="http://jena.hpl.hp.com/2003/08/jms#"
./jena-core/testing/reasoners/bugs/sbug.owl: <!ENTITY base "http://jena.hpl.hp.com/test" >
./jena-core/testing/reasoners/bugs/loop.owl: <!ENTITY eg 'http://jena.hpl.hp.com/eg'>
./jena-core/testing/reasoners/bugs/loop.owl: <!ENTITY egns 'http://jena.hpl.hp.com/eg#'>
./jena-core/testing/reasoners/bugs/userDatatypes.owl: xmlns:eg="http://jena.hpl.hp.com/eg#"
./jena-core/testing/reasoners/bugs/userDatatypes.owl: <owl:Class rdf:about="http://jena.hpl.hp.com/eg#Test">
./jena-core/testing/reasoners/bugs/userDatatypes.owl: <owl:DatatypeProperty rdf:about="http://jena.hpl.hp.com/eg#hasValue"/>
./jena-core/testing/reasoners/bugs/userDatatypes.owl: <owl:Class rdf:about="http://jena.hpl.hp.com/eg#Test2">
./jena-core/testing/reasoners/bugs/userDatatypes.owl: <owl:onProperty rdf:resource="http://jena.hpl.hp.com/eg#hasValue"/>
./jena-core/testing/reasoners/bugs/userDatatypes.owl: <rdf:Description rdf:about="http://jena.hpl.hp.com/eg#me2">
./jena-core/testing/reasoners/bugs/userDatatypes.owl: <rdf:Description rdf:about="http://jena.hpl.hp.com/eg#me2">
./jena-core/testing/reasoners/bugs/userDatatypes.owl: <rdf:Description rdf:about="http://jena.hpl.hp.com/eg#me">
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#D) -> (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#D) ]
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#D) -> (?a rdf:type rdfs:Resource) ]
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#C3) -> (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#C3) ]
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#C3) -> (?a rdf:type rdfs:Resource) ]
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#C2) -> (?a rdf:type rdfs:Resource) ]
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#C1) -> (?a rdf:type rdfs:Resource) ]
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#C2) -> (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#C2) ]
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?x http://www.hpl.hp.com/semweb/2003/eg#r ?y) -> (?y rdf:type http://www.hpl.hp.com/semweb/2003/eg#C1) ]
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#C1) -> (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#C2) ]
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#C1) -> (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#C3) ]
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?x http://www.hpl.hp.com/semweb/2003/eg#r ?y) -> (?x rdf:type http://www.hpl.hp.com/semweb/2003/eg#D) ]
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?a http://www.hpl.hp.com/semweb/2003/eg#q ?b) -> (?a http://www.hpl.hp.com/semweb/2003/eg#r ?b) ]
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?a http://www.hpl.hp.com/semweb/2003/eg#p ?b) -> (?a http://www.hpl.hp.com/semweb/2003/eg#q ?b) ]
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?a http://www.hpl.hp.com/semweb/2003/eg#p ?b) -> (?a http://www.hpl.hp.com/semweb/2003/eg#r ?b) ]
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#C1) -> (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#C1) ]
./jena-core/testing/reasoners/bugs/rdfs-error1.brules:[ (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#C2) -> (?a rdf:type http://www.hpl.hp.com/semweb/2003/eg#C3) ]
./jena-core/testing/reasoners/bugs/sbug.rdf: <!ENTITY base "http://jena.hpl.hp.com/test" >
./jena-core/testing/reasoners/bugs/sbug.rdf: <!ENTITY clavin "http://jena.hpl.hp.com/test" >
./jena-core/testing/reasoners/bugs/sbug.rdf: <!ENTITY abc "http://jena.hpl.hp.com/test" >
./jena-core/testing/reasoners/bugs/groundClosure2.rules:@prefix eg: <http://jena.hpl.hp.com/example#> .
./jena-core/testing/reasoners/bugs/terrorism.owl:<rdf:RDF xmlns="http://jena.hpl.hp.com/eg#"
./jena-core/testing/reasoners/bugs/terrorism.owl: xmlns:terror="http://jena.hpl.hp.com/eg#" xml:base="http://jena.hpl.hp.com/eg"
./jena-core/testing/reasoners/ruleParserTest1.rules:@prefix p1: <http://jena.hpl.hp.com/newprefix#>
./jena-core/testing/reasoners/ruleParserTest1.rules:@prefix p2: <http://jena.hpl.hp.com/newprefix2#>.
./jena-core/testing/reasoners/importTest.rules:@prefix p1: <http://jena.hpl.hp.com/newprefix#>
./jena-core/testing/reasoners/include.rules:@prefix p: <http://jena.hpl.hp.com/newprefix3#>
./jena-core/testing/reasoners/owl/inconsistent6.rdf: xmlns ="http://jena.hpl.hp.com/testing/reasoners/owl#"
./jena-core/testing/reasoners/owl/inconsistent6.rdf: xml:base ="http://jena.hpl.hp.com/testing/reasoners/owl"
./jena-core/testing/reasoners/owl/inconsistent1.rdf: xmlns ="http://jena.hpl.hp.com/testing/reasoners/owl#"
./jena-core/testing/reasoners/owl/inconsistent1.rdf: xml:base ="http://jena.hpl.hp.com/testing/reasoners/owl"
./jena-core/testing/reasoners/owl/tbox.owl: xmlns ="http://jena.hpl.hp.com/testing/reasoners/owl#"
./jena-core/testing/reasoners/owl/tbox.owl: xml:base ="http://jena.hpl.hp.com/testing/reasoners/owl"
./jena-core/testing/reasoners/owl/inconsistent2.rdf: xmlns ="http://jena.hpl.hp.com/testing/reasoners/owl#"
./jena-core/testing/reasoners/owl/inconsistent2.rdf: xml:base ="http://jena.hpl.hp.com/testing/reasoners/owl"
./jena-core/testing/reasoners/owl/inconsistent7.rdf: xmlns ="http://jena.hpl.hp.com/testing/reasoners/owl#"
./jena-core/testing/reasoners/owl/inconsistent7.rdf: xml:base ="http://jena.hpl.hp.com/testing/reasoners/owl"
./jena-core/testing/reasoners/owl/inconsistent4.rdf: xmlns ="http://jena.hpl.hp.com/testing/reasoners/owl#"
./jena-core/testing/reasoners/owl/inconsistent4.rdf: xml:base ="http://jena.hpl.hp.com/testing/reasoners/owl"
./jena-core/testing/reasoners/owl/emptyClass2.rdf: xmlns ="http://jena.hpl.hp.com/testing/reasoners/owl#"
./jena-core/testing/reasoners/owl/emptyClass2.rdf: xml:base ="http://jena.hpl.hp.com/testing/reasoners/owl"
./jena-core/testing/reasoners/owl/inconsistent5.rdf: xmlns ="http://jena.hpl.hp.com/testing/reasoners/owl#"
./jena-core/testing/reasoners/owl/inconsistent5.rdf: xml:base ="http://jena.hpl.hp.com/testing/reasoners/owl"
./jena-core/testing/reasoners/owl/nondetbug.rdf: xmlns ="http://jena.hpl.hp.com/testing/reasoners/owl#"
./jena-core/testing/reasoners/owl/nondetbug.rdf: xml:base ="http://jena.hpl.hp.com/testing/reasoners/owl"
./jena-core/testing/reasoners/owl/emptyClass1.rdf: xmlns ="http://jena.hpl.hp.com/testing/reasoners/owl#"
./jena-core/testing/reasoners/owl/emptyClass1.rdf: xml:base ="http://jena.hpl.hp.com/testing/reasoners/owl"
./jena-core/testing/reasoners/owl/emptyClass3.rdf: xmlns ="http://jena.hpl.hp.com/testing/reasoners/owl#"
./jena-core/testing/reasoners/owl/emptyClass3.rdf: xml:base ="http://jena.hpl.hp.com/testing/reasoners/owl"
./jena-core/testing/reasoners/owl/consistentData.rdf: xmlns ="http://jena.hpl.hp.com/testing/reasoners/owl#"
./jena-core/testing/reasoners/owl/consistentData.rdf: xml:base ="http://jena.hpl.hp.com/testing/reasoners/owl"
./jena-core/testing/reasoners/owl/inconsistent3.rdf: xmlns ="http://jena.hpl.hp.com/testing/reasoners/owl#"
./jena-core/testing/reasoners/owl/inconsistent3.rdf: xml:base ="http://jena.hpl.hp.com/testing/reasoners/owl"
./jena-core/testing/reasoners/owl/nondetbug.rules: <- (?I rdf:type http://jena.hpl.hp.com/testing/reasoners/owl#A),
./jena-core/testing/reasoners/owl/nondetbug.rules: (?I rdf:type http://jena.hpl.hp.com/testing/reasoners/owl#B)]
./jena-core/testing/reasoners/rdfs/result14.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result20-nodirect.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/query8.nt:<var:x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.hpl.hp.com/semweb/2003/eg#D> .
./jena-core/testing/reasoners/rdfs/query15.nt:<http://www.hpl.hp.com/semweb/2003/eg#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
./jena-core/testing/reasoners/rdfs/result9.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result1.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result17.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/manifest-simple.rdf: <!ENTITY test 'http://www.hpl.hp.com/semweb/2003/query_tester#'>
./jena-core/testing/reasoners/rdfs/timing-data.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/query5.nt:<var:x> <http://www.hpl.hp.com/semweb/2003/eg#r> <http://www.hpl.hp.com/semweb/2003/eg#b> .
./jena-core/testing/reasoners/rdfs/result4.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/data2.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/resultRDFS12.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result12-noresource.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result10.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/tbox1.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result16.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result8.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/query9.nt:<http://www.hpl.hp.com/semweb/2003/eg#b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.hpl.hp.com/semweb/2003/eg#C3> .
./jena-core/testing/reasoners/rdfs/dttest3.nt:<http://www.hpl.hp.com/semweb/2003/eg#foo> <http://www.hpl.hp.com/semweb/2003/eg#bar> "25"^^<http://www.w3.org/2001/XMLSchema#decimal> .
./jena-core/testing/reasoners/rdfs/dttest3.nt:<http://www.hpl.hp.com/semweb/2003/eg#bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
./jena-core/testing/reasoners/rdfs/query-res.nt:<var:x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.hpl.hp.com/semweb/2003/eg#C1> .
./jena-core/testing/reasoners/rdfs/manifest-nodirect-noresource.rdf: <!ENTITY test 'http://www.hpl.hp.com/semweb/2003/query_tester#'>
./jena-core/testing/reasoners/rdfs/result22.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/manifest-nodirect.rdf: <!ENTITY test 'http://www.hpl.hp.com/semweb/2003/query_tester#'>
./jena-core/testing/reasoners/rdfs/timing-tbox.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result18-simple.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result12.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result20.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/manifest.rdf: <!ENTITY test 'http://www.hpl.hp.com/semweb/2003/query_tester#'>
./jena-core/testing/reasoners/rdfs/query18.nt:<http://www.hpl.hp.com/semweb/2003/eg#a> <var:x> <var:y> .
./jena-core/testing/reasoners/rdfs/query20.nt:<http://www.hpl.hp.com/semweb/2003/eg#C1> <var:x> <var:y> .
./jena-core/testing/reasoners/rdfs/dataRDFS12.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/manifest-rdfs12.rdf: <!ENTITY test 'http://www.hpl.hp.com/semweb/2003/query_tester#'>
./jena-core/testing/reasoners/rdfs/result19-nodirect.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result18.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/query14.nt:<http://www.hpl.hp.com/semweb/2003/eg#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> .
./jena-core/testing/reasoners/rdfs/query4.nt:<http://www.hpl.hp.com/semweb/2003/eg#a> <http://www.hpl.hp.com/semweb/2003/eg#r> <var:y> .
./jena-core/testing/reasoners/rdfs/query2.nt:<http://www.hpl.hp.com/semweb/2003/eg#b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.hpl.hp.com/semweb/2003/eg#C1> .
./jena-core/testing/reasoners/rdfs/result11.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result13.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/query7.nt:<http://www.hpl.hp.com/semweb/2003/eg#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.hpl.hp.com/semweb/2003/eg#D> .
./jena-core/testing/reasoners/rdfs/query3.nt:<var:x> <http://www.hpl.hp.com/semweb/2003/eg#r> <var:y> .
./jena-core/testing/reasoners/rdfs/dttest1.nt:<http://www.hpl.hp.com/semweb/2003/eg#foo> <http://www.hpl.hp.com/semweb/2003/eg#bar> "25" .
./jena-core/testing/reasoners/rdfs/dttest1.nt:<http://www.hpl.hp.com/semweb/2003/eg#bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
./jena-core/testing/reasoners/rdfs/result16-noresource.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result3.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result11-noresource.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result13-noresource.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result7.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/dttest2.nt:<http://www.hpl.hp.com/semweb/2003/eg#foo> <http://www.hpl.hp.com/semweb/2003/eg#bar> "25.5"^^<http://www.w3.org/2001/XMLSchema#decimal> .
./jena-core/testing/reasoners/rdfs/dttest2.nt:<http://www.hpl.hp.com/semweb/2003/eg#bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
./jena-core/testing/reasoners/rdfs/query10.nt:<http://www.hpl.hp.com/semweb/2003/eg#b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <var:x> .
./jena-core/testing/reasoners/rdfs/result21.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/manifest-standard.rdf: <!ENTITY test 'http://www.hpl.hp.com/semweb/2003/query_tester#'>
./jena-core/testing/reasoners/rdfs/empty.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result19.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/data3.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/data1.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result15.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/reasoners/rdfs/result2.rdf: <!ENTITY eg 'http://www.hpl.hp.com/semweb/2003/eg#'>
./jena-core/testing/Turtle/TurtleTestVocab.ttl:@prefix : <http://jena.hpl.hp.com/2005/12/test-turtle#> .
./jena-core/testing/Turtle/build: "http://jena.hpl.hp.com/2005/12/test-turtle#"
./jena-core/testing/Turtle/NTriples/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-core/testing/Turtle/NTriples/manifest.ttl:@prefix tt: <http://jena.hpl.hp.com/2005/12/test-turtle#> .
./jena-core/testing/Turtle/RaptorTurtle/manifest-good.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-core/testing/Turtle/RaptorTurtle/manifest-good.ttl:@prefix tt: <http://jena.hpl.hp.com/2005/12/test-turtle#> .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid1 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid1 <http://jena.hpl.hp.com/2003/03/result-set#value> "123"^^<http://www.w3.org/2001/XMLSchema#integer> .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid2 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid2 <http://jena.hpl.hp.com/2003/03/result-set#value> <http://example.com/resource1> .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid3 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid1 .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid3 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid2 .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid4 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid4 <http://jena.hpl.hp.com/2003/03/result-set#value> "2003-01-21" .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid5 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid5 <http://jena.hpl.hp.com/2003/03/result-set#value> <http://example.com/resource2> .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid6 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid4 .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid6 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid5 .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid7 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid7 <http://jena.hpl.hp.com/2003/03/result-set#value> "anon1" .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid8 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid8 <http://jena.hpl.hp.com/2003/03/result-set#value> _:a .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid9 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid7 .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid9 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid8 .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid10 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid10 <http://jena.hpl.hp.com/2003/03/result-set#value> "anon2" .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid11 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid11 <http://jena.hpl.hp.com/2003/03/result-set#value> _:a .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid12 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid10 .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:_:genid12 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid11 .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSet> .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#size> "4"^^<http://www.w3.org/2001/XMLSchema#integer> .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#resultVariable> "x" .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#resultVariable> "y" .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid3 .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid6 .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid9 .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.out:<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid12 .
./jena-core/testing/Turtle/RaptorTurtle/rdfq-results.ttl:@prefix rs: <http://jena.hpl.hp.com/2003/03/result-set#> .
./jena-core/testing/Turtle/RaptorTurtle/manifest-bad.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-core/testing/Turtle/RaptorTurtle/manifest-bad.ttl:@prefix tt: <http://jena.hpl.hp.com/2005/12/test-turtle#> .
./jena-core/testing/Turtle/manifest.ttl:@prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
./jena-core/testing/FileManager/location-mapping-test.n3:@prefix lm: <http://jena.hpl.hp.com/2004/08/location-mapping#> .
./jena-core/testing/FileManager/location-mapping.n3:@prefix lm: <http://jena.hpl.hp.com/2004/08/location-mapping#> .
./jena-core/testing/ontology/testImport1/a.owl: xmlns ="http://jena.hpl.hp.com/2003/03/testont#"
./jena-core/testing/ontology/testImport1/a.owl: xml:base ="http://jena.hpl.hp.com/2003/03/testont"
./jena-core/testing/ontology/testImport3/c.owl: xmlns:mark="http://jena.hpl.hp.com/2003/03/testont#"
./jena-core/testing/ontology/testImport3/a.owl: xmlns:mark="http://jena.hpl.hp.com/2003/03/testont#"
./jena-core/testing/ontology/testImport3/b.owl: xmlns:mark="http://jena.hpl.hp.com/2003/03/testont#"
./jena-core/testing/ontology/testImport2/a.owl: xmlns ="http://jena.hpl.hp.com/2003/03/testont#"
./jena-core/testing/ontology/testImport2/a.owl: xml:base ="http://jena.hpl.hp.com/2003/03/testont"
./jena-core/testing/ontology/testImport2/b.owl: xmlns ="http://jena.hpl.hp.com/2003/03/testont#"
./jena-core/testing/ontology/testImport2/b.owl: xml:base ="http://jena.hpl.hp.com/2003/03/testont"
./jena-core/testing/ontology/testImport6/c.owl: xmlns ="http://jena.hpl.hp.com/2003/03/testont"
./jena-core/testing/ontology/testImport6/c.owl: xmlns:mark ="http://jena.hpl.hp.com/2003/03/testont#"
./jena-core/testing/ontology/testImport6/a.owl: xmlns ="http://jena.hpl.hp.com/2003/03/testont"
./jena-core/testing/ontology/testImport6/a.owl: xmlns:mark ="http://jena.hpl.hp.com/2003/03/testont#"
./jena-core/testing/ontology/testImport6/d.owl: xmlns ="http://jena.hpl.hp.com/2003/03/testont"
./jena-core/testing/ontology/testImport6/d.owl: xmlns:mark ="http://jena.hpl.hp.com/2003/03/testont#"
./jena-core/testing/ontology/testImport6/b.owl: xmlns ="http://jena.hpl.hp.com/2003/03/testont"
./jena-core/testing/ontology/testImport6/b.owl: xmlns:mark ="http://jena.hpl.hp.com/2003/03/testont#"
./jena-core/testing/ontology/testImport7/a.owl: xmlns ="http://jena.hpl.hp.com/2003/03/testont"
./jena-core/testing/ontology/testImport7/a.owl: xmlns:mark ="http://jena.hpl.hp.com/2003/03/testont#"
./jena-core/testing/ontology/relativenames.rdf:<!-- we pretend document is being served from http://jena.hpl.hp.com/testing/ontology/relativenames -->
./jena-core/testing/ontology/relativenames.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology/relativenames#"
./jena-core/testing/ontology/owl/Axioms/test.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology#"
./jena-core/testing/ontology/owl/Axioms/test.rdf: xml:base ="http://jena.hpl.hp.com/testing/ontology"
./jena-core/testing/ontology/owl/Property/test.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology#"
./jena-core/testing/ontology/owl/Property/test.rdf: xml:base ="http://jena.hpl.hp.com/testing/ontology"
./jena-core/testing/ontology/owl/ClassExpression/test-restriction.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology#"
./jena-core/testing/ontology/owl/ClassExpression/test-restriction.rdf: xml:base ="http://jena.hpl.hp.com/testing/ontology"
./jena-core/testing/ontology/owl/ClassExpression/test-enum.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology#"
./jena-core/testing/ontology/owl/ClassExpression/test-enum.rdf: xml:base ="http://jena.hpl.hp.com/testing/ontology"
./jena-core/testing/ontology/owl/ClassExpression/test.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology#"
./jena-core/testing/ontology/owl/ClassExpression/test.rdf: xml:base ="http://jena.hpl.hp.com/testing/ontology"
./jena-core/testing/ontology/owl/ClassExpression/test-boolean.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology#"
./jena-core/testing/ontology/owl/ClassExpression/test-boolean.rdf: xml:base ="http://jena.hpl.hp.com/testing/ontology"
./jena-core/testing/ontology/owl/list-syntax/test-with-import.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology#"
./jena-core/testing/ontology/owl/list-syntax/test-with-import.rdf: xml:base ="http://jena.hpl.hp.com/testing/ontology"
./jena-core/testing/ontology/owl/list-syntax/test.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology#"
./jena-core/testing/ontology/owl/list-syntax/test.rdf: xml:base ="http://jena.hpl.hp.com/testing/ontology"
./jena-core/testing/ontology/owl/list-syntax/test-ldp.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology#"
./jena-core/testing/ontology/owl/list-syntax/test-ldp.rdf: xml:base ="http://jena.hpl.hp.com/testing/ontology"
./jena-core/testing/ontology/owl/list-syntax/test-proptypes.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology#"
./jena-core/testing/ontology/owl/list-syntax/test-proptypes.rdf: xml:base ="http://jena.hpl.hp.com/testing/ontology"
./jena-core/testing/ontology/owl/Ontology/test.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology#"
./jena-core/testing/ontology/owl/Ontology/test.rdf: xml:base ="http://jena.hpl.hp.com/testing/ontology"
./jena-core/testing/ontology/owl/Ontology/test.rdf: <owl:priorVersion rdf:resource="http://jena.hpl.hp.com/testing/test-ontology-1a" />
./jena-core/testing/ontology/owl/Ontology/test.rdf: <owl:backwardCompatibleWith rdf:resource="http://jena.hpl.hp.com/testing/test-ontology-1b" />
./jena-core/testing/ontology/owl/Ontology/test.rdf: <owl:incompatibleWith rdf:resource="http://jena.hpl.hp.com/testing/test-ontology-1c" />
./jena-core/testing/ontology/testImport4/a.owl: xmlns ="http://jena.hpl.hp.com/2003/03/testont#"
./jena-core/testing/ontology/testImport4/a.owl: xml:base ="http://jena.hpl.hp.com/2003/03/testont"
./jena-core/testing/ontology/testImport4/b.owl: xmlns ="http://jena.hpl.hp.com/2003/03/testont#"
./jena-core/testing/ontology/testImport4/b.owl: xml:base ="http://jena.hpl.hp.com/2003/03/testont"
./jena-core/testing/ontology/rdfs/Property/test.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology#"
./jena-core/testing/ontology/rdfs/Property/test.rdf: xml:base ="http://jena.hpl.hp.com/testing/ontology"
./jena-core/testing/ontology/rdfs/ClassExpression/test.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology#"
./jena-core/testing/ontology/rdfs/ClassExpression/test.rdf: xml:base ="http://jena.hpl.hp.com/testing/ontology"
./jena-core/testing/ontology/rdfs/list-syntax/test.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology#"
./jena-core/testing/ontology/rdfs/list-syntax/test.rdf: xml:base ="http://jena.hpl.hp.com/testing/ontology"
./jena-core/testing/ontology/rdfs/Ontology/test.rdf: xmlns ="http://jena.hpl.hp.com/testing/ontology#"
./jena-core/testing/ontology/rdfs/Ontology/test.rdf: xml:base ="http://jena.hpl.hp.com/testing/ontology"
./jena-core/testing/ontology/rdfs/Ontology/test.rdf: <owl:priorVersion rdf:resource="http://jena.hpl.hp.com/testing/test-ontology-1a" />
./jena-core/testing/ontology/rdfs/Ontology/test.rdf: <owl:backwardCompatibleWith rdf:resource="http://jena.hpl.hp.com/testing/test-ontology-1b" />
./jena-core/testing/ontology/rdfs/Ontology/test.rdf: <owl:incompatibleWith rdf:resource="http://jena.hpl.hp.com/testing/test-ontology-1c" />
./jena-core/testing/ontology/testImport5/a.owl: xmlns ="http://jena.hpl.hp.com/2003/03/testont#"
./jena-core/testing/ontology/testImport5/a.owl: xml:base ="http://jena.hpl.hp.com/2003/03/testont"
./jena-core/testing/ontology/testImport5/ont-policy.rdf: <!ENTITY jena 'http://jena.hpl.hp.com/schemas/'>
./jena-core/testing/ontology/testImport5/b.owl: xmlns ="http://jena.hpl.hp.com/2003/03/testont#"
./jena-core/testing/ontology/testImport5/b.owl: xml:base ="http://jena.hpl.hp.com/2003/03/testont"
./jena-core/testing/modelspecs/schema.n3:@prefix jms: <http://jena.hpl.hp.com/2003/08/jms#> .
./jena-core/testing/modelspecs/schema2.n3:@prefix jms: <http://jena.hpl.hp.com/2003/08/jms#> .
./jena-core/testing/modelspecs/modelspec-config.n3:@prefix jms: <http://jena.hpl.hp.com/2003/08/jms#> .
./jena-core/testing/modelspecs/modelspec-config.n3:<eh:pseudo-modelspec-type> jms:typeCreatedBy "com.hp.hpl.jena.rdf.model.spec.test.MockModelSpec" .
./jena-core/testing/wg/localtests/propInheritance.n3:@prefix : <http://jean.hpl.hp.com/eg#>.
./jena-core/testing/wg/Manifest-extra.rdf: xmlns:jjc="http://jcarroll.hpl.hp.com/testSchema#"
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_STRING_NOT_NORMAL_FORM_C'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_STRING_NOT_NORMAL_FORM_C'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_SYNTAX_ERROR'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_SYNTAX_ERROR'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_SYNTAX_ERROR'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_LI_AS_TYPE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT' />
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_LI_AS_TYPE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_MALFORMED_URI'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_REDEFINITION_OF_ID'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_BAD_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNQUALIFIED_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNQUALIFIED_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_PARSETYPE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNQUALIFIED_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNQUALIFIED_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNQUALIFIED_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNQUALIFIED_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNQUALIFIED_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNQUALIFIED_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNQUALIFIED_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNQUALIFIED_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNQUALIFIED_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ELEMENT'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_SYNTAX_ERROR'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_SYNTAX_ERROR'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#WARN_UNKNOWN_RDF_ATTRIBUTE'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_SYNTAX_ERROR'/>
./jena-core/testing/wg/Manifest-extra.rdf:<jjc:error rdf:resource='http://jcarroll.hpl.hp.com/testSchema#ERR_URI_NOT_NORMAL_FORM_C'/>
./jena-core/testing/wg/xmlbase/test016.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/test010.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/test005.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/test003.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/test007.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/test015.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/test012.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/test006.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/test011.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/test002.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/test013.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/test009.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/test014.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/error001.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/test004.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/test001.rdf: Author: Jeremy Carroll ([email protected])
./jena-core/testing/wg/xmlbase/test008.rdf: Author: Jeremy Carroll ([email protected])
./jena-iri/src-dev/buildlexer/PatternCompilerBuilder.java: // String[]{"src/main/java/com/hp/hpl/jena/iri/impl/iri2.jflex"});
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <IRI iri='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <getRawPath value='C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toString value='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toDisplayString value='‪file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf‬'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toASCIIString value='file:C:%5CDOCUME~1%5Cjjchplb%5CLOCALS~1%5CTemp%5Chedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <IRI iri='file:///C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf'>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <getRawPath value='/C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toString value='file:///C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toDisplayString value='‪file:///C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf‬'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toASCIIString value='file:///C:/Documents%20and%20Settings/jjchplb/Local%20Settings/Temp/test-load-with-41.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <IRI iri='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <getRawPath value='C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toString value='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toDisplayString value='‪file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf‬'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toASCIIString value='file:C:%5CDOCUME~1%5Cjjchplb%5CLOCALS~1%5CTemp%5Chedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <IRI iri='http://aldabaran.hpl.hp.com/rdftest/test18/'>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <getRawHost value='aldabaran.hpl.hp.com'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <getASCIIHost value='aldabaran.hpl.hp.com'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toString value='http://aldabaran.hpl.hp.com/rdftest/test18/'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toDisplayString value='‪http://aldabaran.hpl.hp.com/rdftest/test18/‬'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toASCIIString value='http://aldabaran.hpl.hp.com/rdftest/test18/'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <IRI iri='file:///C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf'>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <getRawPath value='/C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toString value='file:///C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toDisplayString value='‪file:///C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf‬'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toASCIIString value='file:///C:/Documents%20and%20Settings/jjchplb/Local%20Settings/Temp/test-load-with-41.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <getRawPath value='/C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toString value='file:///C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toDisplayString value='‪file:///C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf‬'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toASCIIString value='file:///C:/Documents%20and%20Settings/jjchplb/Local%20Settings/Temp/test-load-with-41.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <IRI iri='file:///C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf'>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <getRawPath value='/C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toString value='file:///C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toDisplayString value='‪file:///C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf‬'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toASCIIString value='file:///C:/Documents%20and%20Settings/jjchplb/Local%20Settings/Temp/test-load-with-41.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <IRI iri='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <getRawPath value='C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toString value='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toDisplayString value='‪file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf‬'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toASCIIString value='file:C:%5CDOCUME~1%5Cjjchplb%5CLOCALS~1%5CTemp%5Chedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <getRawPath value='C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toString value='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toDisplayString value='‪file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf‬'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toASCIIString value='file:C:%5CDOCUME~1%5Cjjchplb%5CLOCALS~1%5CTemp%5Chedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <getRawPath value='C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toString value='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toDisplayString value='‪file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf‬'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toASCIIString value='file:C:%5CDOCUME~1%5Cjjchplb%5CLOCALS~1%5CTemp%5Chedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <IRI iri='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <getRawPath value='C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toString value='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toDisplayString value='‪file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf‬'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toASCIIString value='file:C:%5CDOCUME~1%5Cjjchplb%5CLOCALS~1%5CTemp%5Chedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <IRI iri='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <getRawPath value='C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toString value='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toDisplayString value='‪file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf‬'/>
./jena-iri/src/test/resources/org/apache/jena/iri/test.xml: <toASCIIString value='file:C:%5CDOCUME~1%5Cjjchplb%5CLOCALS~1%5CTemp%5Chedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri absolute='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri absolute='file:///C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri absolute='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri absolute='http://aldabaran.hpl.hp.com/rdftest/test18/'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='file:///C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf' relative=''/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='file:///C:/Documents and Settings/jjchplb/Local Settings/Temp/test-load-with-41.rdf' relative='eh:/a'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf' relative=''/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf' relative='http://spoo.net/O'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='file:C:\DOCUME~1\jjchplb\LOCALS~1\Temp\hedgehog6739.rdf' relative='http://spoo.net/S'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.rdf' relative=' '/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.rdf' relative='#'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.rdf' relative='&#9;'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.rdf' relative='&#xA;&#xA;'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.rdf' relative='&#xD;'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.rdf' relative='&apos;'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.rdf' relative='&lt;b&gt;boo'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.rdf' relative='&quot;'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.rdf' relative=''/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.rdf' relative='/'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.rdf' relative='\\'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='http://jcarroll.hpl.hp.com/arp-tests/i18n/t9000.rdf' relative='`'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='http://www.hpl.hp.com/semweb/2003/query_tester/rdfs/data3.rdf' relative='eg;Amy'/>
./jena-iri/src/test/resources/org/apache/jena/iri/uris.xml: <uri base='http://www.hpl.hp.com/semweb/2003/query_tester/rdfs/data3.rdf' relative='eg;John'/>
./jena-iri/src/main/java/org/apache/jena/iri/impl/viol2java.xsl:package com.hp.hpl.jena.iri;
./jena-iri/src/main/java/org/apache/jena/iri/impl/viol2java.xsl:import com.hp.hpl.jena.iri.impl.ViolationCodeInfo;
./jena-iri/src/main/java/org/apache/jena/iri/impl/viol2java.xsl:import com.hp.hpl.jena.iri.impl.ViolationCodeInfo.InSpec;
./jena-iri/src/main/java/org/apache/jena/iri/impl/viol2java.xsl:import com.hp.hpl.jena.iri.impl.ViolationCodeInfo.FromSpec_iri;
./jena-iri/src/main/java/org/apache/jena/iri/impl/viol2java.xsl:import com.hp.hpl.jena.iri.impl.ViolationCodeInfo.FromSpec_other;
./jena-iri/src/main/java/org/apache/jena/iri/impl/viol2java.xsl:import com.hp.hpl.jena.iri.impl.ViolationCodeInfo.FromSpec_scheme;
./jena-iri/src/main/java/org/apache/jena/iri/impl/viol2java.xsl:import com.hp.hpl.jena.iri.impl.ViolationCodeInfo.FromAlso;
./jena-iri/src/main/java/org/apache/jena/iri/impl/viol2java.xsl:import com.hp.hpl.jena.iri.impl.Specification;
./jena-iri/src/main/java/org/apache/jena/iri/impl/viol2java.xsl:import com.hp.hpl.jena.iri.impl.SchemeSpecification;
./jena-iri/src/main/java/org/apache/jena/iri/impl/viol2java.xsl:import com.hp.hpl.jena.iri.impl.Force;
./jena-security/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-security/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-security/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena=WARN
./jena-security/src/test/resources/org/apache/jena/security/SecuredAssemblerTest.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-security/src/example/resources/org/apache/jena/security/example/fuseki/config.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-security/src/example/java/org/apache/jena/security/example/SecurityExample.java:import com.hp.hpl.jena.rdf.model.Model;
./jena-security/src/example/java/org/apache/jena/security/example/SecurityExample.java:import com.hp.hpl.jena.rdf.model.ModelFactory;
./jena-security/src/example/java/org/apache/jena/security/example/SecurityExample.java:import com.hp.hpl.jena.rdf.model.Property;
./jena-security/src/example/java/org/apache/jena/security/example/SecurityExample.java:import com.hp.hpl.jena.rdf.model.RDFNode;
./jena-security/src/example/java/org/apache/jena/security/example/SecurityExample.java:import com.hp.hpl.jena.rdf.model.ResIterator;
./jena-security/src/example/java/org/apache/jena/security/example/SecurityExample.java:import com.hp.hpl.jena.rdf.model.Resource;
./jena-security/src/example/java/org/apache/jena/security/example/SecurityExample.java:import com.hp.hpl.jena.rdf.model.ResourceFactory;
./jena-security/src/example/java/org/apache/jena/security/example/SecurityExample.java:import com.hp.hpl.jena.rdf.model.Statement;
./jena-security/src/example/java/org/apache/jena/security/example/SecurityExample.java:import com.hp.hpl.jena.vocabulary.RDF;
./jena-security/src/example/java/org/apache/jena/security/example/ExampleEvaluator.java:import com.hp.hpl.jena.graph.NodeFactory;
./jena-security/src/example/java/org/apache/jena/security/example/ExampleEvaluator.java:import com.hp.hpl.jena.rdf.model.AnonId;
./jena-security/src/example/java/org/apache/jena/security/example/ExampleEvaluator.java:import com.hp.hpl.jena.rdf.model.Model;
./jena-security/src/example/java/org/apache/jena/security/example/ExampleEvaluator.java:import com.hp.hpl.jena.rdf.model.Property;
./jena-security/src/example/java/org/apache/jena/security/example/ExampleEvaluator.java:import com.hp.hpl.jena.rdf.model.RDFNode;
./jena-security/src/example/java/org/apache/jena/security/example/ExampleEvaluator.java:import com.hp.hpl.jena.rdf.model.Resource;
./jena-security/src/example/java/org/apache/jena/security/example/ExampleEvaluator.java:import com.hp.hpl.jena.rdf.model.ResourceFactory;
./jena-security/src/example/java/org/apache/jena/security/example/ExampleEvaluator.java:import com.hp.hpl.jena.vocabulary.RDF;
./jena-security/src/example/java/org/apache/jena/security/example/ShiroExampleEvaluator.java:import com.hp.hpl.jena.graph.NodeFactory;
./jena-security/src/example/java/org/apache/jena/security/example/ShiroExampleEvaluator.java:import com.hp.hpl.jena.rdf.model.AnonId;
./jena-security/src/example/java/org/apache/jena/security/example/ShiroExampleEvaluator.java:import com.hp.hpl.jena.rdf.model.Model;
./jena-security/src/example/java/org/apache/jena/security/example/ShiroExampleEvaluator.java:import com.hp.hpl.jena.rdf.model.Property;
./jena-security/src/example/java/org/apache/jena/security/example/ShiroExampleEvaluator.java:import com.hp.hpl.jena.rdf.model.RDFNode;
./jena-security/src/example/java/org/apache/jena/security/example/ShiroExampleEvaluator.java:import com.hp.hpl.jena.rdf.model.Resource;
./jena-security/src/example/java/org/apache/jena/security/example/ShiroExampleEvaluator.java:import com.hp.hpl.jena.rdf.model.ResourceFactory;
./jena-security/src/example/java/org/apache/jena/security/example/ShiroExampleEvaluator.java:import com.hp.hpl.jena.vocabulary.RDF;
./jena-text/text-config.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-text/text-config.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-text/text-config.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-text/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.info=INFO
./jena-text/src/test/resources/log4j.properties:log4j.logger.com.hp.hpl.jena.arq.exec=INFO
./jena-text/src/test/java/org/apache/jena/query/text/TestDatasetWithLuceneTextIndex.java: "prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> ",
./jena-text/src/test/java/org/apache/jena/query/text/TestDatasetWithLuceneTextIndex.java: "prefix tdb: <http://jena.hpl.hp.com/2008/tdb#>",
./jena-text/src/test/java/org/apache/jena/query/text/TestDatasetWithKeywordAnalyzer.java: "prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> ",
./jena-text/src/test/java/org/apache/jena/query/text/TestDatasetWithKeywordAnalyzer.java: "prefix tdb: <http://jena.hpl.hp.com/2008/tdb#>",
./jena-text/src/test/java/org/apache/jena/query/text/TestDatasetWithStandardAnalyzer.java: "prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> ",
./jena-text/src/test/java/org/apache/jena/query/text/TestDatasetWithStandardAnalyzer.java: "prefix tdb: <http://jena.hpl.hp.com/2008/tdb#>",
./jena-text/src/test/java/org/apache/jena/query/text/TestDatasetWithSimpleAnalyzer.java: "prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> ",
./jena-text/src/test/java/org/apache/jena/query/text/TestDatasetWithSimpleAnalyzer.java: "prefix tdb: <http://jena.hpl.hp.com/2008/tdb#>",
./jena-text/src/main/java/org/apache/jena/query/text/assembler/EntityDefinitionAssembler.java: String prologue = "PREFIX : <"+NS+"> PREFIX list: <http://jena.hpl.hp.com/ARQ/list#> " ;
./jena-text/testing/TextQuery/text-config-union.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-text/testing/TextQuery/text-config-union.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-text/testing/TextQuery/text-config-union.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-text/testing/TextQuery/text-config.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-text/testing/TextQuery/text-config.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-text/testing/TextQuery/text-config.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
./jena-text/testing/TextQuery/text-solr-config.ttl:@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> .
./jena-text/testing/TextQuery/text-solr-config.ttl:@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
./jena-text/testing/TextQuery/text-solr-config.ttl:[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment