The Higher Education and Research forge

Home My Page Projects Code Snippets Project Openings

Snippet Library

DAO

Type:
Full Script
Category:
Searching
License:
WebSite Only
Language:
Other Language

Description:
The OWL formalization of the Dysfunctional Analysis Ontology for safety-critical systems

Versions Of This Snippet:

Snippet ID Download Version Date Posted Author Delete
1312019-03-07 08:59sana Debbech Delete

Download a raw-text version of this code by clicking on “Download Version”


Latest Snippet Version: 1

<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#"
     xml:base="http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
    <owl:Ontology rdf:about="http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Action -->

    <owl:Class rdf:about="http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Action"/>
    


    <!-- http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Agent -->

    <owl:Class rdf:about="http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Agent"/>
    


    <!-- http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Belief -->

    <owl:Class rdf:about="http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Belief"/>
    


    <!-- http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Event -->

    <owl:Class rdf:about="http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Event"/>
    


    <!-- http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Intention -->

    <owl:Class rdf:about="http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Intention"/>
    


    <!-- http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Situation -->

    <owl:Class rdf:about="http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Situation"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // General axioms
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    <rdf:Description>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
        <owl:members rdf:parseType="Collection">
            <rdf:Description rdf:about="http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Action"/>
            <rdf:Description rdf:about="http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Agent"/>
            <rdf:Description rdf:about="http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Belief"/>
            <rdf:Description rdf:about="http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Event"/>
            <rdf:Description rdf:about="http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Intention"/>
            <rdf:Description rdf:about="http://www.semanticweb.org/debbechs/ontologies/2019/1/DAO#Situation"/>
        </owl:members>
    </rdf:Description>
</rdf:RDF>
		

Add a new version

You can submit a new version of this snippet if you have modified it and you feel it is appropriate to share with others.