<docbook><section><title>VirtRDFViewsOntologyeCRM</title><para> </para>
<bridgehead class="http://www.w3.org/1999/xhtml:h3">Virtuoso Linked Data Views Ontology for eCRM</bridgehead>
<programlisting>&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;rdf:RDF xmlns:rdfs=&quot;http://www.w3.org/2000/01/rdf-schema#&quot;
         xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
         xmlns:owl =&quot;http://www.w3.org/2002/07/owl#&quot;
         xmlns:virtrdf=&quot;http://www.openlinksw.com/schemas/virtrdf#&quot;
         xml:base=&quot;http://www.openlinksw.com/schemas/ecrm#&quot;
         xml:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;
         xml:geo=&quot;http://www.w3.org/2003/01/geo/wgs84_pos#&quot;
         xmlns:cal=&quot;http://www.w3.org/2002/12/cal/ical#&quot;
         xmlns:vcard=&quot;http://www.w3.org/2001/vcard-rdf/3.0#&quot;
         xmlns:product=&quot;http://www.swop-project.eu/ontologies/pmo/product.owl#&quot;&gt;

&lt;owl:Ontology rdf:about=&quot;http://www.openlinksw.com/schemas/ecrm#&quot;&gt;
        &lt;rdfs:label&gt;eCRM&lt;/rdfs:label&gt;
        &lt;rdfs:comment&gt;eCRM classes and properties&lt;/rdfs:comment&gt;
        &lt;virtrdf:catName&gt;eCRM&lt;/virtrdf:catName&gt;
        &lt;virtrdf:version&gt;1.00&lt;/virtrdf:version&gt;
    &lt;/owl:Ontology&gt;

    &lt;rdfs:Class rdf:ID=&quot;Organization&quot;&gt;
        &lt;rdfs:label&gt;Organization&lt;/rdfs:label&gt;
        &lt;rdfs:subClassOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/Organization&quot;/&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;DNSZone&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/vcard-rdf/3.0#TZ&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DNSZone&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DNSCNames&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DNSCNames&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OrganizationStatus&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Status&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DiskQuota&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DiskQuota&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DiskUsed&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DiskUsed&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;UserLicenses&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;UserLicenses&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Settings&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;OrganizationSettings&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Settings&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdf:Property rdf:ID=&quot;OrganizationName&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/name&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Name&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;EMail&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/mbox&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;ActivityParticipant&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Company&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Employment&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MailAddressee&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;EMail&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;PhoneNumber&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/phone&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Company&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Employment&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Number&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;PhoneExtension&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#integer&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Company&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Employment&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Extension&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Address&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2001/vcard-rdf/3.0#ADR&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Company&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Address&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;City&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2001/vcard-rdf/3.0#Locality&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Company&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;City&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Province&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2001/vcard-rdf/3.0#Region&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Company&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Province&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;PostalCode&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2001/vcard-rdf/3.0#Pcode&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Company&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;PostalCode&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Country&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2001/vcard-rdf/3.0#Country&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Organization&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Company&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Country&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;OrganizationSettings&quot;&gt;
        &lt;rdfs:label&gt;OrganizationSettings&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;TzOffset&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#integer&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationSettings&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;TzOffset&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;FirstWeekDay&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationSettings&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUserPreferences&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;FirstWeekDay&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Format&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;DateFormat&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationSettings&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DateFormat&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CurrencyFormat&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationSettings&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;CurrencyFormat&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;DateFormat&quot;&gt;
        &lt;rdfs:label&gt;DateFormat&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;LongDate&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;DateFormat&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;LongDate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ShortDate&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;DateFormat&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ShortDate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;LongTime&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;DateFormat&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;LongTime&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ShortTime&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;DateFormat&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ShortTime&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;LongDateInput&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;DateFormat&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;LongDateInput&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ShortDateInput&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;DateFormat&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ShortDateInput&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ShortDateInputYM&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;DateFormat&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ShortDateInputYM&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;LongTimeInput&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;DateFormat&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;LongTimeInput&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ShortTimeInput&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;DateFormat&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ShortTimeInput&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;OrganizationUser&quot;&gt;
        &lt;rdfs:label&gt;OrganizationUser&lt;/rdfs:label&gt;
        &lt;rdfs:subClassOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/Person&quot;/&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;LoginName&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/nick&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;LoginName&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OrganizationUserStatus&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Status&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Role&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#integer&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Role&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;PersonTitle&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/title&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Title&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;FirstName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/firstName&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;First&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;MiddleName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/givenname&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Middle&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;LastName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/surname&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Last&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;BirthDate&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/birthday&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;BirthDate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Preferences&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;OrganizationUserPreferences&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUser&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Preferences&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;OrganizationUserPreferences&quot;&gt;
        &lt;rdfs:label&gt;OrganizationSettings&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;Timezone&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationUserPreferences&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Timezone&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;OrganizationGroup&quot;&gt;
        &lt;rdfs:label&gt;OrganizationGroup&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;OrganizationGroupName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationGroup&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Name&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OrganizationGroupDescription&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationGroup&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Description&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OrganizationGroupOwner&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://rdfs.org/sioc/ns#User&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrganizationGroup&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Owner&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Company&quot;&gt;
        &lt;rdfs:label&gt;Company&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;CompanyName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Company&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Name&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;URL&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Company&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;URL&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Industry&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Company&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Industry&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CompanyDescription&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Company&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Description&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CustomFields&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Company&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Opportunity&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Issue&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Category&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Product&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;CustomFields&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Contact&quot;&gt;
        &lt;rdfs:label&gt;Contact&lt;/rdfs:label&gt;
        &lt;rdfs:subClassOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/Person&quot;/&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;Manager&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://rdfs.org/sioc/ns#User&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Manager&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Business&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Business&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Interest&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/interest&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Interest&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Open&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Open&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ContactSource&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Source&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ContactDescription&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Description&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Lead&quot;&gt;
        &lt;rdfs:label&gt;Lead&lt;/rdfs:label&gt;
        &lt;rdfs:subClassOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/Person&quot;/&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;Subject&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Subject&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;LeadCompany&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Company&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;LeadTitle&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Title&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;LeadStatus&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Status&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;LeadRating&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Lead&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Rating&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Opportunity&quot;&gt;
        &lt;rdfs:label&gt;Opportunity&lt;/rdfs:label&gt;
        &lt;rdfs:subClassOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#Vevent&quot;/&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;OpportunityName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Opportunity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Name&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OpportunityManager&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://rdfs.org/sioc/ns#User&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Opportunity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Manager&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OpportunityForecast&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#float&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Opportunity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Forecast&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;EstimateClose&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Opportunity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;EstimateClose&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;StartDate&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#dtstart&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Opportunity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;StartDate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OpportunityStatus&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#status&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Opportunity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Status&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OpportunityCode&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Opportunity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Code&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Stage&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Opportunity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Stage&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OpportunitySource&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Opportunity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Source&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ClosedAmount&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#float&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Opportunity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ClosedAmount&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ClosedDate&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#dtend&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Opportunity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ClosedDate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Probability&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Opportunity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Probability&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Potential&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Opportunity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Potential&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ContactPerson&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://rdfs.org/sioc/ns#User&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;Contact&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Opportunity&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Influencer&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Competitor&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Pending&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;History&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Contact&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Case&quot;&gt;
        &lt;rdfs:label&gt;Case&lt;/rdfs:label&gt;
        &lt;rdfs:subClassOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#Vevent&quot;/&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;Summary&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#summary&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Summary&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CaseStatus&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#status&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Status&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Priority&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#float&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#priority&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Priority&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OpenDate&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#dtstart&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;OpenDate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;LastActionDate&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;LastActionDate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DaysOld&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DaysOld&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CaseCompany&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Company&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;URI&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#url&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;URI&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Application&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Application&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;AppVer&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;AppVer&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CasePhoneNumber&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#float&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;PhoneNumber&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Relationship&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Relationship&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Client&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Client&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ClientVersion&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ClientVersion&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Office&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Office&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Consultant&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Consultant&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DBVendor&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DBVendor&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DBVer&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DBVer&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;MisTsID&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;MisTsID&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OplClient&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;OplClient&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OplVer&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;OplVer&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Server&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Server&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ServerVersion&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ServerVersion&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CurrentODBC&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;CurrentODBC&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DownloadDate&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DownloadDate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;JobTitle&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;JobTitle&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CaseSource&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Source&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Year&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Year&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Month&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Month&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Quarter&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Quarter&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;WhenOrder&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;WhenOrder&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;InternalStatus&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;InternalStatus&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;FinancialYear&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Case&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;FinancialYear&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Order&quot;&gt;
        &lt;rdfs:label&gt;Order&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;OrderCompany&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Company&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OrderNO&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;OrderNO&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ShipFirstName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/firstName&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ShipFirstName&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ShipSurname&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/surname&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ShipSurname&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Salesrep&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Salesrep&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OrderDate&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;OrderDate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OrderValue&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;OrderValue&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Refund&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Order&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Refund&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;DocumentRelation&quot;&gt;
        &lt;rdfs:label&gt;DocumentRelation&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;Item&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;DocumentRelation&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Item&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Reference&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;DocumentRelation&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Reference&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Influencer&quot;&gt;
        &lt;rdfs:label&gt;Influencer&lt;/rdfs:label&gt;
        &lt;rdfs:subClassOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/Person&quot;/&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;InfluencerTitle&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Influencer&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/title&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Title&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;InfluencerRole&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Influencer&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Role&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ResponseMode&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Influencer&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ResponseMode&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;OrderItem&quot;&gt;
        &lt;rdfs:label&gt;OrderItem&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;OrderItemProductName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrderItem&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ProductName&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OrderItemClient&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrderItem&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Client&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OrderItemServer&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrderItem&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Server&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DBMS&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrderItem&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DBMS&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;UnitPrice&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrderItem&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;UnitPrice&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Quantity&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrderItem&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Quantity&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Discount&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;OrderItem&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Discount&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Team&quot;&gt;
        &lt;rdfs:label&gt;Team&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;TeamTitle&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Team&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Title&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;TeamDepartment&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Team&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Department&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;TeamRole&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Team&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Role&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Competitor&quot;&gt;
        &lt;rdfs:label&gt;Competitor&lt;/rdfs:label&gt;
        &lt;rdfs:subClassOf rdf:resource=&quot;http://xmlns.com/foaf/0.1/Organization&quot;/&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;CompetitorProduct&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Competitor&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Product&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Strengths&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Competitor&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Strengths&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Weakness&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Competitor&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Weakness&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CompetitorRating&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Competitor&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Rating&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CompetitorStatus&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Competitor&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Status&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Issue&quot;&gt;
        &lt;rdfs:label&gt;Issue&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;IssueSubject&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Issue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Subject&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;IssueReference&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Issue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Reference&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;IssuePriority&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Issue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Priority&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;IssueDate&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Issue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Date&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;IssueStatus&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Issue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Status&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;IssueUser&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Issue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;User&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;LinkedDoc&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Issue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;LinkedDoc&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Forecast&quot;&gt;
        &lt;rdfs:label&gt;Forecast&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;ForecastProbability&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Forecast&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Probability&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ForecastProduct&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Forecast&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Product&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ProductUnits&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Forecast&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ProductUnits&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ProductPrice&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#float&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Forecast&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ProductPrice&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;SaleDate&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Forecast&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;SaleDate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Pending&quot;&gt;
        &lt;rdfs:label&gt;Pending&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;PendingActivity&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Pending&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Activity&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;PendingDate&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Pending&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Date&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Time&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Pending&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Time&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;PendingUser&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Pending&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;User&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;PendingCode&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Pending&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Code&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;PendingReference&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Pending&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Reference&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;History&quot;&gt;
        &lt;rdfs:label&gt;History&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;HistoryDate&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;History&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Date&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;HistoryUser&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;History&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;User&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;HistoryActivity&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;History&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Activity&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Result&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;History&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Result&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;HistoryReference&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;History&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Reference&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Employment&quot;&gt;
        &lt;rdfs:label&gt;Employment&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;EmploymentDepartment&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Employment&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Department&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;EmploymentTitle&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Employment&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Title&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;MailAddressee&quot;&gt;
        &lt;rdfs:label&gt;MailAddressee&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;MailAddresseeName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MailAddressee&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Name&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;MailMessage&quot;&gt;
        &lt;rdfs:label&gt;MailMessage&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;From&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;MailAddressee&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MailMessage&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;From&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;To&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;MailAddressee&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MailMessage&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;To&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CC&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;MailAddressee&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MailMessage&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;CC&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;BCC&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;MailAddressee&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MailMessage&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;BCC&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Direction&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MailMessage&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Direction&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DateSent&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MailMessage&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DateSent&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DateReceived&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MailMessage&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DateReceived&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;MailMessageData&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MailMessage&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Data&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Head&quot;&gt;
        &lt;rdfs:label&gt;Head&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;ContentType&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Head&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ContentType&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Charset&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Head&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Charset&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ContentTransferEncoding&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Head&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ContentTransferEncoding&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;MailPart&quot;&gt;
        &lt;rdfs:label&gt;MailPart&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;MailHead&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Head&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MailPart&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Head&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Body&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MailPart&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Body&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;State&quot;&gt;
        &lt;rdfs:label&gt;State&lt;/rdfs:label&gt;
        &lt;owl:oneOf rdf:parseType=&quot;Collection&quot;&gt;
            &lt;owl:Thing rdf:about=&quot;IN&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;AC&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;RN&quot;/&gt;
        &lt;/owl:oneOf&gt;
    &lt;/rdfs:Class&gt;

    &lt;rdfs:Class rdf:ID=&quot;Maillist&quot;&gt;
        &lt;rdfs:label&gt;Maillist&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;MaillistState&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;State&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Maillist&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;State&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;MaillistName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Maillist&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Name&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Sender&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;MailAddressee&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Maillist&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Sender&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;MaillistDescription&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Maillist&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Description&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;EMailSubject&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Maillist&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MailMessage&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MaillistIssue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;EMailSubject&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;EMailPriority&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Maillist&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MailMessage&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MaillistIssue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;EMailPriority&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;EMailType&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Maillist&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MaillistIssue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;EMailType&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Template&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Maillist&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MaillistIssue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Template&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;MaillistSubscription&quot;&gt;
        &lt;rdfs:label&gt;MaillistSubscription&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;StartedOn&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MaillistSubscription&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;StartedOn&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Addressee&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;MailAddressee&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MaillistSubscription&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Addressee&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;MaillistIssue&quot;&gt;
        &lt;rdfs:label&gt;MaillistIssue&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;Started&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MaillistIssue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Started&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Finished&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MaillistIssue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Finished&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CountAll&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#integer&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MaillistIssue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;CountAll&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CountOK&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#integer&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MaillistIssue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;CountOK&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Error&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MaillistIssue&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Error&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;MaillistDelivery&quot;&gt;
        &lt;rdfs:label&gt;MaillistDelivery&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;SendTime&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MaillistDelivery&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;SendTime&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;MaillistDeliveryStatus&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;MaillistDelivery&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Status&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;ActivityClass&quot;&gt;
        &lt;rdfs:label&gt;ActivityClass&lt;/rdfs:label&gt;
        &lt;owl:oneOf rdf:parseType=&quot;Collection&quot;&gt;
            &lt;owl:Thing rdf:about=&quot;Public&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;Private&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;Confidential&quot;/&gt;
        &lt;/owl:oneOf&gt;
    &lt;/rdfs:Class&gt;

    &lt;rdfs:Class rdf:ID=&quot;ActivityParticipant&quot;&gt;
        &lt;rdfs:label&gt;ActivityParticipant&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;ActivityParticipantName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;ActivityParticipant&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ActivityParticipantName&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;TaskStatus&quot;&gt;
        &lt;rdfs:label&gt;TaskStatus&lt;/rdfs:label&gt;
        &lt;owl:oneOf rdf:parseType=&quot;Collection&quot;&gt;
            &lt;owl:Thing rdf:about=&quot;Progress&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;Completed&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;Canceled&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;Deferred&quot;/&gt;
        &lt;/owl:oneOf&gt;
    &lt;/rdfs:Class&gt;

    &lt;rdfs:Class rdf:ID=&quot;Event&quot;&gt;
        &lt;rdfs:label&gt;Event&lt;/rdfs:label&gt;
        &lt;rdfs:subClassOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#Vevent&quot;/&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;AllDay&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#integer&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Event&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;AllDay&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;EventStartDate&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#dtstart&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Event&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;StartDate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;EventEndDate&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#dtend&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Event&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;EndDate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;EventRecurrentRule&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;RecurrentRule&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Event&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;RecurrentRule&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Location&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#location&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Event&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Location&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Categories&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Event&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Categories&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;RecurrentRule&quot;&gt;
        &lt;rdfs:label&gt;RecurrentRule&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;Param1&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;RecurrentRule&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Param1&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Param2&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;RecurrentRule&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Param2&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Param3&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;RecurrentRule&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Param3&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;RecurrentRuleRange&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Range&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;RecurrentRule&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Range&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Count&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#integer&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;RecurrentRule&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Count&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Until&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;RecurrentRule&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Until&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;type&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Type&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;RecurrentRule&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;type&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Type&quot;&gt;
        &lt;rdfs:label&gt;Type&lt;/rdfs:label&gt;
        &lt;owl:oneOf rdf:parseType=&quot;Collection&quot;&gt;
            &lt;owl:Thing rdf:about=&quot;D1&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;D2&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;M1&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;M2&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;Y1&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;Y2&quot;/&gt;
        &lt;/owl:oneOf&gt;
    &lt;/rdfs:Class&gt;

    &lt;rdfs:Class rdf:ID=&quot;Range&quot;&gt;
        &lt;rdfs:label&gt;Range&lt;/rdfs:label&gt;
        &lt;owl:oneOf rdf:parseType=&quot;Collection&quot;&gt;
            &lt;owl:Thing rdf:about=&quot;I&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;C&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;D&quot;/&gt;
        &lt;/owl:oneOf&gt;
    &lt;/rdfs:Class&gt;

    &lt;rdfs:Class rdf:ID=&quot;PhoneCall&quot;&gt;
        &lt;rdfs:label&gt;PhoneCall&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;subtype&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;SubType&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;PhoneCall&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;subtype&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;SubType&quot;&gt;
        &lt;rdfs:label&gt;SubType&lt;/rdfs:label&gt;
        &lt;owl:oneOf rdf:parseType=&quot;Collection&quot;&gt;
            &lt;owl:Thing rdf:about=&quot;CallBack&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;CallIn&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;CallOut&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;MessageReturn&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;MessageFiled&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;MessageSent&quot;/&gt;
        &lt;/owl:oneOf&gt;
    &lt;/rdfs:Class&gt;

    &lt;rdfs:Class rdf:ID=&quot;Task&quot;&gt;
        &lt;rdfs:label&gt;Task&lt;/rdfs:label&gt;
        &lt;rdfs:subClassOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#Vevent&quot;/&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;TaskStartDate&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#dtstart&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Task&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;StartDate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DueDate&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#dtend&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Task&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DueDate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;TaskPriority&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#priority&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#integer&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Task&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Priority&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Percent&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#integer&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Task&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Percent&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;StatusOfTask&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#status&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;TaskStatus&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Task&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Status&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Activity&quot;&gt;
        &lt;rdfs:label&gt;Activity&lt;/rdfs:label&gt;
        &lt;rdfs:subClassOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#Vevent&quot;/&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;UID&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Activity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;UID&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Timestamp&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Activity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Timestamp&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Sequence&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#sequence&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#integer&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Activity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Sequence&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;LastModified&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#lastModified&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Activity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;LastModified&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Organizer&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#organizer&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;ActivityParticipant&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Activity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Organizer&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ActivityAttendee&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#attendee&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;Attendee&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Activity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Attendee&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ActivityAlert&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Alert&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Activity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Alert&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ActivityState&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2002/12/cal/ical#status&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Activity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;State&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ActivityResult&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Activity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Result&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ActivityCode&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Activity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Code&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ResultCode&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Activity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ResultCode&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ActivitySubject&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Activity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Subject&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Notes&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Activity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Notes&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ActivityData&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Data&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Activity&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Data&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Data&quot;&gt;
        &lt;rdfs:label&gt;Data&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;DataTask&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Task&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Data&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Task&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DataEvent&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Event&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Data&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Event&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DataPhoneCall&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;PhoneCall&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Data&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;PhoneCall&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Appointment&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Event&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Data&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Appointment&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;NextAction&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Event&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Data&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;NextAction&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OtherAction&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Event&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Data&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;OtherAction&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DataForecast&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Forecast&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Data&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Forecast&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Attendee&quot;&gt;
        &lt;rdfs:label&gt;Attendee&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;role&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Attendee&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;role&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;rsvp&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Attendee&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;rsvp&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;partstat&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Attendee&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;partstat&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Alert&quot;&gt;
        &lt;rdfs:label&gt;Alert&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;AlertRemindKind&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;RemindKind&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Alert&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;RemindKind&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;RemindDate&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Alert&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;RemindDate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;AlertOffset&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Offset&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Alert&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Offset&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Device&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Alert&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Device&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;RemindKind&quot;&gt;
        &lt;rdfs:label&gt;RemindKind&lt;/rdfs:label&gt;
        &lt;owl:oneOf rdf:parseType=&quot;Collection&quot;&gt;
            &lt;owl:Thing rdf:about=&quot;offset&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;datetime&quot;/&gt;
        &lt;/owl:oneOf&gt;
    &lt;/rdfs:Class&gt;

    &lt;rdfs:Class rdf:ID=&quot;Offset&quot;&gt;
        &lt;rdfs:label&gt;Offset&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;OffsetMeasure&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;measure&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Offset&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;measure&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;OffsetDirection&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;direction&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Offset&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;direction&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;measure&quot;&gt;
        &lt;rdfs:label&gt;measure&lt;/rdfs:label&gt;
        &lt;owl:oneOf rdf:parseType=&quot;Collection&quot;&gt;
            &lt;owl:Thing rdf:about=&quot;Minute&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;Hour&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;Day&quot;/&gt;
        &lt;/owl:oneOf&gt;
    &lt;/rdfs:Class&gt;

    &lt;rdfs:Class rdf:ID=&quot;direction&quot;&gt;
        &lt;rdfs:label&gt;direction&lt;/rdfs:label&gt;
        &lt;owl:oneOf rdf:parseType=&quot;Collection&quot;&gt;
            &lt;owl:Thing rdf:about=&quot;Before&quot;/&gt;
            &lt;owl:Thing rdf:about=&quot;After&quot;/&gt;
        &lt;/owl:oneOf&gt;
    &lt;/rdfs:Class&gt;

    &lt;rdfs:Class rdf:ID=&quot;Category&quot;&gt;
        &lt;rdfs:label&gt;Category&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;CategoryName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Category&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Name&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CategoryDescription&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Category&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Description&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Product&quot;&gt;
        &lt;rdfs:label&gt;Product&lt;/rdfs:label&gt;
        &lt;rdfs:subClassOf rdf:resource=&quot;http://www.swop-project.eu/swop-solutions/ontologies/pmo/product.owl#Product&quot;/&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;ProductName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Product&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ProductName&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ProductCategory&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Product&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ProductCategory&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;UnitOfMeasure&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Product&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;UnitOfMeasure&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Units&quot;&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.swop-project.eu/swop-solutions/ontologies/pmo/product.owl#unit&quot;/&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Product&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Units&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Manufacturer&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Product&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Manufacturer&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ProductValidFrom&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Product&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ValidFrom&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ProductValidUntil&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Product&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ValidUntil&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CountryOfOrigin&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://www.w3.org/2001/vcard-rdf/3.0#Country&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Product&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;CountryOfOrigin&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;MinOrder&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#integer&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Product&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;MinOrder&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;MaxOrder&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#integer&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Product&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;MaxOrder&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ProductDescription&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Product&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Description&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ProductVendor&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Product&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ProductVendor&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ProductAttachment&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Product&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ProductAttachment&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Catalog&quot;&gt;
        &lt;rdfs:label&gt;Catalog&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;CatalogName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Catalog&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;CatalogName&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CatalogProvider&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Catalog&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;CatalogProvider&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CatalogAudience&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Catalog&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;CatalogAudience&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ValidFrom&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Catalog&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ValidFrom&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ValidUntil&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Catalog&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ValidUntil&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CatalogDescription&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Catalog&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Description&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;CatalogProduct&quot;&gt;
        &lt;rdfs:label&gt;CatalogProduct&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;Price&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;CatalogProduct&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Price&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Currency&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;CatalogProduct&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Currency&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CatalogProductDescription&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;CatalogProduct&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Description&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;


    &lt;rdfs:Class rdf:ID=&quot;AutomatedProcess&quot;&gt;
        &lt;rdfs:label&gt;AutomatedProcess&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;AutomatedProcessName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;AutomatedProcess&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Name&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;TargetClass&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;AutomatedProcess&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;TargetClass&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;AutomatedProcessStatus&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;AutomatedProcess&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Status&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;AutomatedProcessDescription&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;AutomatedProcess&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Description&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;AutomatedProcessOptions&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Options&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;AutomatedProcess&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Options&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Options&quot;&gt;
        &lt;rdfs:label&gt;Options&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;AttachOnlyOne&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Options&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;AttachOnlyOne&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ExecImmediate&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Options&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ExecImmediate&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ExecManualOnly&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Options&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ExecManualOnly&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;AutoRestart&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Options&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;AutoRestart&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;AutoAttach&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Options&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;AutoAttach&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Import&quot;&gt;
        &lt;rdfs:label&gt;Competitor&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;Label&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Import&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Label&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ImportCRMSource&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;CRMSource&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Import&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;CRMSource&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ImportDataSource&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;DataSource&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Import&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DataSource&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ImportUserSettings&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;UserSettings&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Import&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DataSource&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ImportTableFilters&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;TableFilters&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Import&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;TableFilters&lt;/rdfs:label&gt;
        &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ImportTableMappings&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;TableMappings&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Import&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;TableMappings&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ImportDescription&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Import&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Description&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ImportDefinitions&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Definitions&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Import&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Definitions&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;CRMSource&quot;&gt;
        &lt;rdfs:label&gt;CRMSource&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;CRMSourceProduct&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;CRMSource&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Product&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Version&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;CRMSource&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Version&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;DataSource&quot;&gt;
        &lt;rdfs:label&gt;DataSource&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;DataSourceName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;DataSource&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Name&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DataSourceUser&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;DataSource&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;User&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Password&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;DataSource&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Password&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;UserSettings&quot;&gt;
        &lt;rdfs:label&gt;UserSettings&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;UserSettingsUserMappings&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;UserMappings&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;UserSettings&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;UserMappings&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;UserSettingsUserMatchOrders&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;UserMatchOrders&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;UserSettings&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;UserMatchOrders&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DefaultUser&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;UserSettings&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;DefaultUser&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;UserSettingsIfNotExists&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;IfNotExists&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;UserSettings&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;IfNotExists&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Transform&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;UserSettings&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Transform&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;UserMappings&quot;&gt;
        &lt;rdfs:label&gt;UserMappings&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;Key&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;UserMappings&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Key&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    
    &lt;rdfs:Class rdf:ID=&quot;UserMatchOrders&quot;&gt;
        &lt;rdfs:label&gt;UserMatchOrders&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;UserMatchOrderSourceTable&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;UserMatchOrders&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;SourceTable&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;IfNotExists&quot;&gt;
        &lt;rdfs:label&gt;IfNotExists&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;CreatePassword&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;IfNotExists&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;CreatePassword&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;IfExistsNotMemberProperty&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;IfExistsNotMember&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;IfNotExists&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;IfExistsNotMember&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Action&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;IfNotExists&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Action&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;IfExistsNotMember&quot;&gt;
        &lt;rdfs:label&gt;IfExistsNotMember&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;Join&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;IfExistsNotMember&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Join&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Prefix&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;IfExistsNotMember&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Prefix&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Suffix&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;IfExistsNotMember&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Suffix&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;TableFilters&quot;&gt;
        &lt;rdfs:label&gt;TableFilters&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;TableFilterValue&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;TableFilter&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;TableFilters&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;TableFilter&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;TableFilter&quot;&gt;
        &lt;rdfs:label&gt;TableFilter&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;Condition&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;TableFilter&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Condition&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;SourceTable&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;TableFilter&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;TableMapping&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;SourceTable&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;TableMappings&quot;&gt;
        &lt;rdfs:label&gt;TableMappings&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;TableMappingValue&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;TableMapping&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;ableMappings&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;TableMapping&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;TableMapping&quot;&gt;
        &lt;rdfs:label&gt;TableMapping&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;TableMappingSourceColumn&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;TableMapping&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;SourceColumn&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;TableMappingTarget&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;TableMapping&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Target&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ClassID&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;TableMapping&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ClassID&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Definitions&quot;&gt;
        &lt;rdfs:label&gt;Definitions&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;DefinitionValue&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Definition&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Definitions&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Definition&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Definition&quot;&gt;
        &lt;rdfs:label&gt;Definition&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;DefinitionName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Definition&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Name&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DefinitionSource&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Source&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Definition&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Source&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DefinitionTarget&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;Target&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Definition&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Target&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;DefinitionColumnMappings&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;ColumnMappings&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Definition&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ColumnMappings&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Source&quot;&gt;
        &lt;rdfs:label&gt;Source&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;Query&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Source&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Query&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Identifier&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Source&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Identifier&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;Target&quot;&gt;
        &lt;rdfs:label&gt;Target&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;class&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Target&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;class&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;TargetLObjectID&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;LObjectID&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Target&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;LObjectID&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;TargetRObjectID&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;RObjectID&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Target&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;RObjectID&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;TargetOwner&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:subPropertyOf rdf:resource=&quot;http://rdfs.org/sioc/ns#User&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;Target&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Owner&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;LObjectID&quot;&gt;
        &lt;rdfs:label&gt;LObjectID&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;ObjectIDDefinition&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;LObjectID&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;RObjectID&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ObjectIDDefinition&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;Column&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;LObjectID&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;RObjectID&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Column&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;LookupIn&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;LObjectID&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;RObjectID&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;LookupIn&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;LocalData&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;LObjectID&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;RObjectID&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;LocalData&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;RObjectID&quot;&gt;
        &lt;rdfs:label&gt;RObjectID&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;

    &lt;rdfs:Class rdf:ID=&quot;ColumnMappings&quot;&gt;
        &lt;rdfs:label&gt;ColumnMappings&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;ColumnMappingValue&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;ColumnMapping&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;ColumnMappings&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;ColumnMapping&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

    &lt;rdfs:Class rdf:ID=&quot;ColumnMapping&quot;&gt;
        &lt;rdfs:label&gt;ColumnMapping&lt;/rdfs:label&gt;
    &lt;/rdfs:Class&gt;
    &lt;rdf:Property rdf:ID=&quot;ColumnMappingSourceColumn&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;ColumnMapping&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;SourceColumn&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;ColumnMappingTarget&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;ColumnMapping&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;Target&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;
    &lt;rdf:Property rdf:ID=&quot;CFName&quot;&gt;
        &lt;rdfs:range rdf:resource=&quot;http://www.w3.org/2001/XMLSchema#string&quot;/&gt;
        &lt;rdfs:domain rdf:resource=&quot;ColumnMapping&quot;/&gt;
        &lt;rdfs:cardinality&gt;1&lt;/rdfs:cardinality&gt;
        &lt;rdfs:label&gt;CFName&lt;/rdfs:label&gt;
    &lt;/rdf:Property&gt;

&lt;/rdf:RDF&gt;

</programlisting><para> <ulink url="CategoryVirtuoso">CategoryVirtuoso</ulink> <ulink url="CategoryRDF">CategoryRDF</ulink> <ulink url="CategoryEcrm">CategoryEcrm</ulink> <ulink url="CategorySpec">CategorySpec</ulink> <ulink url="CategoryOntology">CategoryOntology</ulink> </para>
</section></docbook>