Searched defs:resource (Results 1 - 15 of 15) sorted by relevance

/owl-s/src/impl/jena/
H A DOWLPropertyImpl.java16 public OWLPropertyImpl(OWLOntology ontology, Resource resource) { argument
17 super(ontology, resource);
H A DOWLClassImpl.java22 public OWLClassImpl(OWLOntology ont, Resource resource) { argument
23 super(ont, resource);
H A DOWLEntityImpl.java31 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 DOWLIndividualImpl.java57 public OWLIndividualImpl(OWLOntology ontology, Resource resource) { argument
58 super(ontology, resource);
65 return new OWLIndividualImpl(ontology, resource);
H A DOWLOntologyImpl.java500 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 DOWLModelImpl.java674 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 Dcommons-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 Dlog4j-1.2.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Daxis.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ...
/owl-s/src/org/mindswap/shop/
H A DSHOPTranslator.java43 private String getSHOPAbbr(OWLIndividual resource) { argument
44 String s = qnames.shortForm(resource.getURI());
45 if(resource instanceof AtomicProcess)
/owl-s/lib/jena/
H A Dlog4j-1.2.12.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dicu4j_3_4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...
H A Darq.jarMETA-INF/ META-INF/MANIFEST.MF arq/ arq/cmd/ arq/cmdline/ arq/cmdline/test/ com/ com/ ...
/owl-s/lib/pellet/
H A Dpellet.jarcom/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ...

Completed in 49 milliseconds