Author: reto
Date: Wed Jan 19 07:19:20 2011
New Revision: 1060696

URL: http://svn.apache.org/viewvc?rev=1060696&view=rev
Log:
CLEREZZA-388: first lucene based implementation

Added:
    
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/ 
  (with props)
    
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/pom.xml
    
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/src/
    
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/src/main/
    
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/src/main/resources/
    
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/src/main/resources/org/
    
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/src/main/resources/org/apache/
    
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/src/main/resources/org/apache/clerezza/
    
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/src/main/resources/org/apache/clerezza/rdf/
    
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/src/main/resources/org/apache/clerezza/rdf/cris/
    
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/src/main/resources/org/apache/clerezza/rdf/cris/ontologies/
    
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/src/main/resources/org/apache/clerezza/rdf/cris/ontologies/cris.ttl

Propchange: 
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jan 19 07:19:20 2011
@@ -0,0 +1 @@
+target

Added: 
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/pom.xml?rev=1060696&view=auto
==============================================================================
--- 
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/pom.xml
 (added)
+++ 
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/pom.xml
 Wed Jan 19 07:19:20 2011
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><project 
xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.apache.clerezza</groupId>
+               <artifactId>org.apache.clerezza.rdf.cris</artifactId>
+               <version>0.1-incubating-SNAPSHOT</version>
+       </parent>
+       <groupId>org.apache.clerezza</groupId>
+       <artifactId>org.apache.clerezza.rdf.cris.ontologies</artifactId>
+       <version>0.1-incubating-SNAPSHOT</version>
+       <packaging>bundle</packaging>
+       <name>Clerezza - RDF Composite Resource Index Service Ontologies</name>
+       <description>
+               Skeleton Ontologies
+       </description>
+       <dependencies>
+               <dependency>
+                       <groupId>org.apache.clerezza</groupId>
+                       <artifactId>org.apache.clerezza.rdf.core</artifactId>
+               </dependency>
+       </dependencies>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.clerezza</groupId>
+                               
<artifactId>org.apache.clerezza.maven-ontologies-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <phase>generate-sources</phase>
+                                               <configuration>
+                                                       
<resourcePath>${basedir}/src/main/resources</resourcePath>
+                                                       <sources>
+                                                               
<source>${basedir}/target/generated-sources/main/java</source>
+                                                       </sources>
+                                               </configuration>
+                                               <goals>
+                                                       <goal>generate</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
+</project>

Added: 
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/src/main/resources/org/apache/clerezza/rdf/cris/ontologies/cris.ttl
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/src/main/resources/org/apache/clerezza/rdf/cris/ontologies/cris.ttl?rev=1060696&view=auto
==============================================================================
--- 
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/src/main/resources/org/apache/clerezza/rdf/cris/ontologies/cris.ttl
 (added)
+++ 
incubator/clerezza/issues/CLEREZZA-388/org.apache.clerezza.rdf.cris/ontologies/src/main/resources/org/apache/clerezza/rdf/cris/ontologies/cris.ttl
 Wed Jan 19 07:19:20 2011
@@ -0,0 +1,30 @@
+@prefix : <http://clerezza.apache.org/platform/curieprefix#>.
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
+@prefix skos: <http://www.w3.org/2008/05/skos#>.
+@prefix owl: <http://www.w3.org/2002/07/owl#>.
+
+
+: a owl:Ontology.
+
+:IndexDefinition a rdfs:Class;
+       skos:definition "The description of an index that is to be maintained 
by CRIS."@en.
+
+:indexedType a rdf:Property;
+       skos:definition "The RDF type of which instances are to be indexed."@en;
+       rdfs:Domain :IndexDefinition;
+       rdfs:Range rdfs:Class.
+
+:indexedProperty a rdf:Property;
+       skos:definition "A property to be indexed."@en;
+       rdfs:Domain :IndexDefinition;
+       rdfs:Range rdf:Property.
+
+#:index a rdf:Property;
+#      skos:definition "A indentifier for an (anonymous) resource."@en;
+#      rdfs:Domain rdfs:Resource;
+#      rdfs:Range rdf:Property.
+
+:IndexDefinitionList a rdfs:Class;
+       skos:definition "A List of IndexDefinitionS"@en;
+       rdfs:subClassOf rdf:List.
\ No newline at end of file


Reply via email to