/owl-s/src/impl/jena/ |
H A D | OWLPropertyImpl.java | 16 public OWLPropertyImpl(OWLOntology ontology, Resource resource) {
argument 17 super(ontology, resource);
|
H A D | OWLClassImpl.java | 22 public OWLClassImpl(OWLOntology ont, Resource resource) {
argument 23 super(ont, resource);
|
H A D | OWLEntityImpl.java | 31 protected Resource resource;
field in class:OWLEntityImpl 36 public OWLEntityImpl(OWLOntology ontology, Resource resource) {
argument 37 this.resource = resource;
51 return resource.isAnon();
57 return URI.create(resource.getURI());
63 return URIUtils.getLocalName(resource.getURI());
69 return kb.getQNames().shortForm( resource.getURI() );
73 return resource.getNameSpace();
143 resource [all...] |
H A D | OWLIndividualImpl.java | 57 public OWLIndividualImpl(OWLOntology ontology, Resource resource) {
argument 58 super(ontology, resource);
65 return new OWLIndividualImpl(ontology, resource);
|
H A D | OWLOntologyImpl.java | 500 private void removeResourcesForOneLevel(Resource resource, boolean recursive) {
argument 502 StmtIterator propIter = resource.listProperties();
503 System.out.println("Processing resource " + resource);
514 StmtIterator stmtiter = ontModel.listStatements(resource, (Property) null, (RDFNode) null);
518 stmtiter = ontModel.listStatements((Resource) null, (Property) null, (RDFNode) resource);
521 resource.removeProperties();
527 Resource resource = (Resource) ind.getImplementation();
528 removeResourcesForOneLevel(resource, false);
534 Resource resource 569 isInLanguageNamespace(Resource resource) argument [all...] |
H A D | OWLModelImpl.java | 674 private Map getProperties(Resource resource, OWLOntology ontology) {
argument 678 resource,
1290 Resource resource = (Resource) value;
1291 owlValue = new OWLIndividualImpl(baseOntology, resource);
1336 // Resource resource = (Resource) value;
1337 // owlValue = new OWLIndividualImpl(baseOntology, resource);
|
/owl-s/lib/axis/ |
H A D | commons-discovery.jar | ... jdk/ org/apache/commons/discovery/log/ org/apache/commons/discovery/resource/ org/apache/commons/discovery/resource/classes/ org/apache/commons/discovery ... |
H A D | log4j-1.2.8.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ... |
H A D | axis.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ... |
/owl-s/src/org/mindswap/shop/ |
H A D | SHOPTranslator.java | 43 private String getSHOPAbbr(OWLIndividual resource) {
argument 44 String s = qnames.shortForm(resource.getURI());
45 if(resource instanceof AtomicProcess)
|
/owl-s/lib/jena/ |
H A D | log4j-1.2.12.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ... |
H A D | icu4j_3_4.jar | META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ... |
H A D | jena.jar | com/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ... |
H A D | arq.jar | META-INF/ META-INF/MANIFEST.MF arq/ arq/cmd/ arq/cmdline/ arq/cmdline/test/ com/ com/ ... |
/owl-s/lib/pellet/ |
H A D | pellet.jar | com/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ... |