<?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 helios_bt "http://www.helios-platform.org/ontologies/2009/6/helios_bt.owl#" > ]> <rdf:RDF xmlns="http://www.helios-platform.org/ontologies/2009/6/helios_bt.owl#" xml:base="http://www.helios-platform.org/ontologies/2009/6/helios_bt.owl" 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: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:helios_bt="http://www.helios-platform.org/ontologies/2009/6/helios_bt.owl#"> <owl:Ontology rdf:about=""> <dc:creator>Olivier Berger</dc:creator> <rdfs:comment >Test ontology for Helios BugTracking</rdfs:comment> <owl:imports rdf:resource="http://www.ifi.uzh.ch/ddis/evoont/2008/11/bom"/> </owl:Ontology> <!-- /////////////////////////////////////////////////////////////////////////////////////// // // Annotation properties // /////////////////////////////////////////////////////////////////////////////////////// --> <owl:AnnotationProperty rdf:about="&dc;creator"/> <!-- /////////////////////////////////////////////////////////////////////////////////////// // // Object Properties // /////////////////////////////////////////////////////////////////////////////////////// --> <!-- http://www.helios-platform.org/ontologies/2009/6/helios_bt.owl#hasSubIssue --> <owl:ObjectProperty rdf:about="#hasSubIssue"> <rdfs:comment >An Issue/Task can have subIssues / subTasks, in particular to model the Bug - Task relations in LaunchPad</rdfs:comment> <rdfs:domain rdf:resource="&bom;Issue"/> <rdfs:range rdf:resource="&bom;Issue"/> </owl:ObjectProperty> <!-- http://www.helios-platform.org/ontologies/2009/6/helios_bt.owl#reportedAlsoIn --> <owl:ObjectProperty rdf:about="#reportedAlsoIn"> <rdfs:comment >An Issue can be reported in many different projects / distributions (see LaunchPad's also affects relations)</rdfs:comment> <rdfs:domain rdf:resource="&bom;Issue"/> <rdfs:range rdf:resource="&bom;Issue"/> </owl:ObjectProperty> <!-- http://www.helios-platform.org/ontologies/2009/6/helios_bt.owl#reportedUpstreamIn --> <owl:ObjectProperty rdf:about="#reportedUpstreamIn"> <rdfs:comment >A particular case of reportedAlsoIn relation when it affects bugs in a distribution package and its corresponding upstream project's bug (see forwarded-to link in debbugs)</rdfs:comment> <rdfs:subPropertyOf rdf:resource="#reportedAlsoIn"/> </owl:ObjectProperty> <!-- /////////////////////////////////////////////////////////////////////////////////////// // // Classes // /////////////////////////////////////////////////////////////////////////////////////// --> <!-- 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 --> |