<?xml version="1.0"?>


<!DOCTYPE rdf:RDF [
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY owl11 "http://www.w3.org/2006/12/owl11#" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY owl11xml "http://www.w3.org/2006/12/owl11-xml#" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
    <!ENTITY DOLCE-Lite "http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#" >
    <!ENTITY ExtendedDnS "http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#" >
    <!ENTITY InformationObjects "http://www.loa-cnr.it/ontologies/InformationObjects.owl#" >
    <!ENTITY p5 "http://isweb.uni-koblenz.de/Research/x-cosim/1.0/realization-module.owl#" >
]>


<rdf:RDF xmlns="http://isweb.uni-koblenz.de/Research/x-cosim/1.0/realization-module.owl#"
     xml:base="http://isweb.uni-koblenz.de/Research/x-cosim/1.0/realization-module.owl"
     xmlns:DOLCE-Lite="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#"
     xmlns:owl11="http://www.w3.org/2006/12/owl11#"
     xmlns:owl11xml="http://www.w3.org/2006/12/owl11-xml#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:p5="http://isweb.uni-koblenz.de/Research/x-cosim/1.0/realization-module.owl#"
     xmlns:ExtendedDnS="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:InformationObjects="http://www.loa-cnr.it/ontologies/InformationObjects.owl#"
     xmlns:owl="http://www.w3.org/2002/07/owl#">
    <owl:Ontology rdf:about="">
        <owl:imports rdf:resource="http://www.loa-cnr.it/ontologies/DLP_397.owl"/>
    </owl:Ontology>
    

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

    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#BinaryFormat -->

    <owl:Class rdf:about="&p5;BinaryFormat">
        <rdfs:subClassOf rdf:resource="&p5;SerializationFormat"/>
    </owl:Class>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#DigitalRealization -->

    <owl:Class rdf:about="&p5;DigitalRealization">
        <rdfs:subClassOf rdf:resource="&ExtendedDnS;situation"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;satisfies"/>
                <owl:allValuesFrom rdf:resource="&p5;RealizationDescription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf rdf:resource="&InformationObjects;information-realization"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;satisfies"/>
                <owl:someValuesFrom rdf:resource="&p5;RealizationDescription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="&xsd;string"></rdfs:comment>
    </owl:Class>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#FormatRole -->

    <owl:Class rdf:about="&p5;FormatRole">
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;defined-by"/>
                <owl:allValuesFrom rdf:resource="&p5;RealizationDescription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;played-by"/>
                <owl:allValuesFrom rdf:resource="&p5;SerializationFormat"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;defined-by"/>
                <owl:someValuesFrom rdf:resource="&p5;RealizationDescription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;played-by"/>
                <owl:someValuesFrom rdf:resource="&p5;SerializationFormat"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf rdf:resource="&ExtendedDnS;description-role"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The role of a data format as played by descriptions of such formats.</rdfs:comment>
    </owl:Class>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#Identifier -->

    <owl:Class rdf:about="&p5;Identifier">
        <rdfs:subClassOf rdf:resource="&ExtendedDnS;role"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;defined-by"/>
                <owl:someValuesFrom rdf:resource="&p5;RealizationDescription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;defined-by"/>
                <owl:allValuesFrom rdf:resource="&p5;RealizationDescription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A role played by a particular that represents identification information required to retrieve information that is realized according to a RealizationDescription. For instance, such an identifier role could be played by a URL, other types of URIs of a database key.</rdfs:comment>
    </owl:Class>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#ProtocolDescription -->

    <owl:Class rdf:about="&p5;ProtocolDescription">
        <rdfs:subClassOf rdf:resource="&ExtendedDnS;description"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;plays"/>
                <owl:someValuesFrom rdf:resource="&p5;ProtocolRole"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;plays"/>
                <owl:allValuesFrom rdf:resource="&p5;ProtocolRole"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Description of an access protocol to digitally realized information</rdfs:comment>
    </owl:Class>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#ProtocolRole -->

    <owl:Class rdf:about="&p5;ProtocolRole">
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;defined-by"/>
                <owl:someValuesFrom rdf:resource="&p5;RealizationDescription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;defined-by"/>
                <owl:allValuesFrom rdf:resource="&p5;RealizationDescription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;played-by"/>
                <owl:someValuesFrom rdf:resource="&p5;ProtocolDescription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf rdf:resource="&ExtendedDnS;description-role"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;played-by"/>
                <owl:allValuesFrom rdf:resource="&p5;ProtocolDescription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The role of a data access protocol as played by descriptions of such protocols.</rdfs:comment>
    </owl:Class>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#RealizationDescription -->

    <owl:Class rdf:about="&p5;RealizationDescription">
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;satisfied-by"/>
                <owl:allValuesFrom rdf:resource="&p5;DigitalRealization"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;satisfied-by"/>
                <owl:someValuesFrom rdf:resource="&p5;DigitalRealization"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf rdf:resource="&ExtendedDnS;description"/>
    </owl:Class>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#Realizer -->

    <owl:Class rdf:about="&p5;Realizer">
        <rdfs:subClassOf rdf:resource="&ExtendedDnS;role"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;defined-by"/>
                <owl:allValuesFrom rdf:resource="&p5;RealizationDescription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;defined-by"/>
                <owl:someValuesFrom rdf:resource="&p5;RealizationDescription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Played by an entity that realizes the information by means of an information system. Intuitively such an entity should be a physical endurant, however, DOLCE defines a physical endurant by having at least spatial quality. Information systems realize information by electrical charges which have no spatial quality. The player of this role has a digital realization as setting and is intended to act as a replacement for the physical endurant that needs to be in the setting of a situation that is an information realization.</rdfs:comment>
    </owl:Class>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#SerializationFormat -->

    <owl:Class rdf:about="&p5;SerializationFormat">
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;plays"/>
                <owl:allValuesFrom rdf:resource="&p5;FormatRole"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="&ExtendedDnS;plays"/>
                <owl:someValuesFrom rdf:resource="&p5;FormatRole"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf rdf:resource="&ExtendedDnS;description"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >description of the format of a serialization</rdfs:comment>
    </owl:Class>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#TextFormat -->

    <owl:Class rdf:about="&p5;TextFormat">
        <rdfs:subClassOf rdf:resource="&p5;SerializationFormat"/>
    </owl:Class>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#UriSpace -->

    <owl:Class rdf:about="&p5;UriSpace">
        <rdfs:subClassOf rdf:resource="&DOLCE-Lite;abstract-region"/>
    </owl:Class>
       

    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Individuals
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#csv -->

    <p5:TextFormat rdf:about="&p5;csv"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#executable -->

    <p5:BinaryFormat rdf:about="&p5;executable"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#http -->

    <p5:ProtocolDescription rdf:about="&p5;http"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#imap -->

    <p5:ProtocolDescription rdf:about="&p5;imap"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#jpeg -->

    <p5:BinaryFormat rdf:about="&p5;jpeg"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#ldap -->

    <p5:ProtocolDescription rdf:about="&p5;ldap"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#mbox -->

    <p5:TextFormat rdf:about="&p5;mbox"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#odbc -->

    <p5:ProtocolDescription rdf:about="&p5;odbc"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#odf -->

    <p5:TextFormat rdf:about="&p5;odf"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#pdf -->

    <p5:BinaryFormat rdf:about="&p5;pdf"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#plainText -->

    <p5:TextFormat rdf:about="&p5;plainText"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#png -->

    <p5:BinaryFormat rdf:about="&p5;png"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#posix -->

    <p5:ProtocolDescription rdf:about="&p5;posix"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#rdfliteral -->

    <p5:TextFormat rdf:about="&p5;rdfliteral"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#rtf -->

    <p5:TextFormat rdf:about="&p5;rtf"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#sesame2 -->

    <p5:ProtocolDescription rdf:about="&p5;sesame2"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#unspecified-format -->

    <p5:SerializationFormat rdf:about="&p5;unspecified-format"/>
    


    <!-- http://isweb.uni-koblenz.de/Research/x-cosim/realization-module.owl#xml -->

    <p5:TextFormat rdf:about="&p5;xml"/>
</rdf:RDF>

