<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="https://ontobee.org/ontology/view/SLSO?iri=http://www.w3.org/2006/vcard/ns%23Address"?>
<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#"
     xml:base="http://www.w3.org/2002/07/owl"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
     xmlns:ns="http://www.w3.org/2006/vcard/ns#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:obo="http://purl.obolibrary.org/obo/"
     xmlns:foaf="http://xmlns.com/foaf/0.1/"
     xmlns:dc="http://purl.org/dc/elements/1.1/">
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Datatypes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.w3.org/2001/XMLSchema#string -->

    <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#string"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Data properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.w3.org/2006/vcard/ns#country-name -->

    <DatatypeProperty rdf:about="http://www.w3.org/2006/vcard/ns#country-name">
        <rdfs:label xml:lang="en">country name</rdfs:label>
    </DatatypeProperty>
    


    <!-- http://www.w3.org/2006/vcard/ns#locality -->

    <DatatypeProperty rdf:about="http://www.w3.org/2006/vcard/ns#locality">
        <rdfs:label xml:lang="en">locality</rdfs:label>
    </DatatypeProperty>
    


    <!-- http://www.w3.org/2006/vcard/ns#postal-code -->

    <DatatypeProperty rdf:about="http://www.w3.org/2006/vcard/ns#postal-code">
        <rdfs:label xml:lang="en">postal code</rdfs:label>
    </DatatypeProperty>
    


    <!-- http://www.w3.org/2006/vcard/ns#region -->

    <DatatypeProperty rdf:about="http://www.w3.org/2006/vcard/ns#region">
        <rdfs:label xml:lang="en">region</rdfs:label>
    </DatatypeProperty>
    


    <!-- http://www.w3.org/2006/vcard/ns#street-address -->

    <DatatypeProperty rdf:about="http://www.w3.org/2006/vcard/ns#street-address">
        <rdfs:label xml:lang="en">street address</rdfs:label>
    </DatatypeProperty>
    


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

    


    <!-- http://www.w3.org/2006/vcard/ns#Address -->

    <Class rdf:about="http://www.w3.org/2006/vcard/ns#Address">
        <rdfs:label xml:lang="en">Address</rdfs:label>
        <equivalentClass>
            <Class>
                <unionOf rdf:parseType="Collection">
                    <Class>
                        <intersectionOf rdf:parseType="Collection">
                            <Restriction>
                                <onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#country-name"/>
                                <someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
                            </Restriction>
                            <Restriction>
                                <onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#country-name"/>
                                <maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</maxCardinality>
                            </Restriction>
                        </intersectionOf>
                    </Class>
                    <Class>
                        <intersectionOf rdf:parseType="Collection">
                            <Restriction>
                                <onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#locality"/>
                                <someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
                            </Restriction>
                            <Restriction>
                                <onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#locality"/>
                                <maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</maxCardinality>
                            </Restriction>
                        </intersectionOf>
                    </Class>
                    <Class>
                        <intersectionOf rdf:parseType="Collection">
                            <Restriction>
                                <onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#postal-code"/>
                                <someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
                            </Restriction>
                            <Restriction>
                                <onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#postal-code"/>
                                <maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</maxCardinality>
                            </Restriction>
                        </intersectionOf>
                    </Class>
                    <Class>
                        <intersectionOf rdf:parseType="Collection">
                            <Restriction>
                                <onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#region"/>
                                <someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
                            </Restriction>
                            <Restriction>
                                <onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#region"/>
                                <maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</maxCardinality>
                            </Restriction>
                        </intersectionOf>
                    </Class>
                    <Class>
                        <intersectionOf rdf:parseType="Collection">
                            <Restriction>
                                <onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#street-address"/>
                                <someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
                            </Restriction>
                            <Restriction>
                                <onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#street-address"/>
                                <maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</maxCardinality>
                            </Restriction>
                        </intersectionOf>
                    </Class>
                </unionOf>
            </Class>
        </equivalentClass>
        <rdfs:comment xml:lang="en">To specify the components of the delivery address for the  object</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/vcard/ns"/>
    </Class>
</rdf:RDF>



<!-- Generated by the OWL API (version 3.2.4.1806) http://owlapi.sourceforge.net -->



