Issue435

Title Automatic bug report from 'Norbert E. Fuchs '
Project Pellet
Priority bug Status chatting
Superseder (list) Nosy List anonymous (list)
Assigned To Topics (list)

Created on 2006-10-20.05:08:01 by anonymous, last changed 2007-08-04.18:01:05 by ronwalf.

Files
File nameUploadedTypeEdit Remove
Input_String anonymous, 2006-10-20.05:08:01 application/rdf+xml
Messages
msg1050 (view) Author: ronwalf Date: 2007-08-04.18:01:05
See new pellet issue tracker:
https://cvsdude.com/trac/clark-parsia/pellet-devel/report
msg940 (view) Author: anonymous Date: 2006-10-20.05:08:01
Norbert E. Fuchs (fuchs@ifi.unizh.ch) submitted the following from
http://www.mindswap.org/cgi-bin/2003/pellet/pelletPost.cgi

email: fuchs@ifi.unizh.ch
inputFormat: RDF/XML
name: Norbert E. Fuchs

<?xml version="1.0"?>    <!DOCTYPE Ontology [      <!ENTITY xsd
"http://www.w3.org/2001/XMLSchema#" >      <!ENTITY owl
"http://www.w3.org/2002/07/owl#" >      <!ENTITY thing
"http://www.w3.org/2002/07/owl#Thing" >  ]>      <rdf:RDF
xmlns="http://www.example.org/ace#"
xml:base="http://www.example.org/ace#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"  >    <owl:Ontology
rdf:about=""><rdfs:comment>This is an example
ontology.</rdfs:comment></owl:Ontology>  <owl:Class>
<owl:intersectionOf rdf:parseType="Collection">  <owl:Class
rdf:about="#man"/>  <owl:Restriction>          <owl:hasValue
rdf:datatype="&xsd;boolean">true</owl:hasValue>
<owl:onProperty rdf:resource="#sleep"/>  </owl:Restriction>
</owl:intersectionOf>  <rdfs:subClassOf><owl:Class><owl:intersectionOf
rdf:parseType="Collection">
<owl:Class><owl:complementOf><owl:Class><owl:intersectionOf
rdf:parseType="Collection">  <owl:Restriction>          <owl:hasValue
rdf:datatype="&xsd;boolean">true</owl:hasValue>
<owl:onProperty rdf:resource="#sleep"/>  </owl:Restriction>
</owl:intersectionOf></owl:Class></owl:complementOf></owl:Class>
</owl:intersectionOf></owl:Class></rdfs:subClassOf>  </owl:Class>
<owl:Class rdf:about="#man"/>    <owl:DatatypeProperty
rdf:about="#sleep"/>    </rdf:RDF>
History
Date User Action Args
2007-08-04 18:01:05ronwalfsetstatus: unread -> chatting
messages: + msg1050
2006-10-20 05:08:01anonymouscreate