<?xml version="1.0"?> <!DOCTYPE rdf:RDF [ <!ENTITY owl "http://www.w3.org/2002/07/owl#" > <!ENTITY dc "http://purl.org/dc/elements/1.1/" > <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" > <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" > <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" > <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" > <!ENTITY bom "http://www.ifi.uzh.ch/ddis/evoont/2008/11/bom#" > <!ENTITY debbugs2 "http://www.helios-platform.org/ontologies/2009/03/debbugs#" > <!ENTITY debbugs "http://www.helios-platform.org/ontologies/2009/03/debbugs.rdf#" > ]> <rdf:RDF xmlns="http://www.helios-platform.org/ontologies/2009/03/debbugs#" xml:base="http://www.helios-platform.org/ontologies/2009/03/debbugs" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:bom="http://www.ifi.uzh.ch/ddis/evoont/2008/11/bom#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:debbugs2="http://www.helios-platform.org/ontologies/2009/03/debbugs#" xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:debbugs="http://www.helios-platform.org/ontologies/2009/03/debbugs.rdf#"> <owl:Ontology rdf:about=""> <dc:creator>Olivier Berger</dc:creator> </owl:Ontology> <!-- /////////////////////////////////////////////////////////////////////////////////////// // // Annotation properties // /////////////////////////////////////////////////////////////////////////////////////// --> <owl:AnnotationProperty rdf:about="&dc;creator"/> <!-- /////////////////////////////////////////////////////////////////////////////////////// // // Classes // /////////////////////////////////////////////////////////////////////////////////////// --> <!-- http://www.helios-platform.org/ontologies/2009/03/debbugs#DebianBug --> <owl:Class rdf:about="#DebianBug"> <rdfs:subClassOf rdf:resource="&bom;Issue"/> <rdfs:comment>A Debian bug</rdfs:comment> </owl:Class> <!-- http://www.ifi.uzh.ch/ddis/evoont/2008/11/bom#Issue --> <owl:Class rdf:about="&bom;Issue"/> </rdf:RDF> <!-- Generated by the OWL API (version 2.2.1.972) http://owlapi.sourceforge.net --> |