<?xml version="1.0"?>

<!DOCTYPE rdf:RDF [
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY dc "http://purl.org/dc/terms/" >
    <!ENTITY foaf "http://xmlns.com/foaf/0.1/" >
    <!ENTITY obo "http://purl.obolibrary.org/obo/" >
]>

<rdf:RDF xmlns="http://vocab.roland-works.com/vocab/top#"
     xml:base="http://vocab.roland-works.com/vocab/top"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:dc="http://purl.org/dc/terms/"
     xmlns:foaf="http://xmlns.com/foaf/0.1/"
     xmlns:obo="http://purl.obolibrary.org/obo/">
    <owl:Ontology rdf:about="http://vocab.roland-works.com/vocab/top">
        <dc:modified rdf:datatype="&xsd;dateTime">2015-04-29</dc:modified>
        <owl:versionInfo xml:lang="en">0.1 [2015-04-29] — Initial posting</owl:versionInfo>
        <obo:IAO_0000116 xml:lang="en">Created with Protégé 5.0.0.</obo:IAO_0000116>
        <rdfs:comment xml:lang="en">In annotations, classes and properties are cited using single quotes. For the sake of readability, the text of these citations sometimes varies slightly from the labels of the referent classes or properties (typically: articles, prepositions, and suffixes indicating plurality are added).</rdfs:comment>
        <dc:contributor xml:lang="en">Jereme Mongeon</dc:contributor>
        <dc:publisher xml:lang="en">Roland Vocabulary Project</dc:publisher>
        <dc:title xml:lang="en">Roland:Top</dc:title>
        <dc:description xml:lang="en">Roland:Top is an “upper” vocabulary describing various basic types and relations.</dc:description>
        <dc:alternative rdf:datatype="&xsd;string">rtp</dc:alternative>
        <dc:license rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/"/>
        <foaf:homepage rdf:resource="http://vocab.roland-works.com/"/>
        <owl:imports rdf:resource="http://vocab.roland-works.com/vocab/external"/>
        <owl:versionIRI rdf:resource="http://vocab.roland-works.com/versions/rtp_roland_top_20042015.rdf"/>
    </owl:Ontology>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000001">
        <rdfs:label xml:lang="en">has dimension</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has dimension’ is a relationship of spatiotemporal extension that holds between some ‘Entity’ and some ‘Dimension’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The Kola Superdeep Borehole ‘has as a dimension’ depth</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The Mètre des Archives ‘has as a dimension’ length</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000007"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000002">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">bounds</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘bounds’ is a relationship of abstract demarcation that holds between some ‘Boundary’ and some ‘Event’, ‘Location’, or ‘Space’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The Mason-Dixon Line ‘bounds’ the states of Pennsylvania and Maryland</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The Neoproterozoic Era ‘bounds’ the Precambrian Eon</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000003"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000059"/>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000010"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000003">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">spatially bounds</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘spatially bounds’ is a relationship of abtract demarcation that holds between some ‘Spatial boundary’ and some ‘Location’ or ‘Space’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The line demarked by the 40 milestones placed by Major Andrew Ellicott ‘spatially bounds’ the original District of Columbia</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000003"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000002"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000060"/>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000010"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000004">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">temporally bounds</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘temporally bounds’ is a relationship of abtract demarcation that holds between some ‘Temporal boundary’ and some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The dissolution of the Soviet Union ‘temporally bounds’ the Cold War</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000003"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000002"/>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000061"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000005">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">concretizes</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘concretizes’ is a relationship of material instantiation that holds between some ‘Material entity’ and some ‘Abstract entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The first Samuel Weiser paperback edition of “The Book of Lies” ‘concretizes’ Aleister Crowley’s text “The Book of Lies”</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">A marking of the numeral “1” ‘concretizes’ the integer 1</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000062"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000006">
        <rdfs:label xml:lang="en">constrains</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘constrains’ is a relationship of required restriction that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Gravity ‘constrains’ the amount of force needed to launch a rocket into orbit around the Earth</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The rules of the game of basketball ‘constrain’ the plays admissible in any given game of basketball</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000064"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007">
        <rdfs:label xml:lang="en">contains</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘contains’ is a relationship of inclusion that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">‘contains’ is intended primarily for use with abstract, material, or spatial entities. Inclusion relationships for temporal entities are best dealt with using ‘temporally contains’ or (its inverse) ‘is temporally during’.</obo:IAO_0000600>
        <obo:IAO_0000112 xml:lang="en">The Frank O’Hara poem “Having a Coke with You” ‘contains’ the line “it seems they were all cheated of some marvelous experience”</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The heliosphere ‘contains’ the Earth</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">‘contains’ is intended primarily for use with abstract, material, or spatial entities. Inclusion relationships for temporal entities are best dealt with using ‘temporally contains’ or (its inverse) ‘is temporally during’.</owl:annotatedTarget>
        <owl:annotatedProperty rdf:resource="&obo;IAO_0000600"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000042"/>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000043"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000008">
        <rdfs:label xml:lang="en">partially contains</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘partially contains’ is a relationship of incomplete inclusion that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A (typical) vase ‘partially contains’ a (typical) flower stem</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">An overflowing bathtub ‘partially contains’ the water that is flowing out of it</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000066"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000009">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">wholly contains</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘wholly contains’ is a relationship of complete inclusion that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A diving suit ‘wholly contains’ its occupant</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">An orange ‘wholly contains’ its seeds</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000067"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000010">
        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
        <rdfs:label xml:lang="en">has adjacency</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has adjacency’ is a relationship of posessing a proximity that holds between some ‘Space’ or ‘Material entity’ and some ‘Space’ or ‘Material entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The Gulf of Mexico ‘has as an adjacency’ the Caribbean Sea</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The space bar on a QWERTY keyboard ‘has as an adjacency’ the “M” key</obo:IAO_0000112>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000057"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000011">
        <rdfs:label xml:lang="en">has agent</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has agent’ is a relationship of possessing an active influencer that holds between some ‘Entity’ and some ‘Agent’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The LGM-30A Minuteman-I intercontinental ballistic missile ‘has as an agent’ an Autonetics D-17 guidance computer</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The art exhibition “Primary Structures” ‘has as an agent’ Kynaston McShine</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000014"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000058"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000012">
        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
        <rdfs:label xml:lang="en">has connection</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has connection’ is a relationship of possessing a mutual inclusion that holds between some ‘Material entity’ or ‘Space’ and some ‘Material entity’ or ‘Space’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The Atlantic Ocean ‘has as a connection’ the Panama Canal</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The area directly above Moline, Illinois ‘has as a connection’ (part of) the area directly above the Mississippi River</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en">Underlying the notion of connection is the idea that connected entities mutually include some (possibly infinitesimal) area of overlap.

Often, this area of overlap will be that corresponding with a ‘Boundary’ created by a ‘Sentient agent’ (as in, for example, when we say that “Iraq is connected to Iran”).</obo:IAO_0000600>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000063"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000013">
        <rdfs:label xml:lang="en">has functional relationship with</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has functional relationship with’ is a relationship of posessing a role-based coherence that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A stove ‘has a functional relationship with’ a kitchen</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">Alex Rodriguez (as a shortstop) ‘has a functional relationship with’ the New York Yankees (as a baseball team)</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en">The use of the word “functional” in this property’s (English) label should not be confused with the use of the same word in the OWL 2 syntax.</obo:IAO_0000600>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000014"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000014">
        <rdfs:label xml:lang="en">has generically related entity</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has generically related entity’ is a relationship of possessing an unqualified  association that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Sigmund Freud ‘has as a generically related entity’ Ed Bernays</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The Staten Island Ferry ‘has as a generically related entity’ the St. George Terminal</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000068"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000015">
        <rdfs:label xml:lang="en">has referent</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has referent’ is a relationship of posessing a description or mention that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The “T and O Map” of Beatus of Liébana ‘has as a referent’ the planet Earth</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The 1973 documentary film “Wattstax” ‘has as a referent’ the 1972 Wattstax music festival in Los Angeles, California</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000014"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000069"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000016">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">has related event</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has related event’ is a relationship of possessing a temporally-qualified association that holds between some ‘Entity’ and some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The exhibition “James Turrell” at the The Solomon R. Guggenheim Museum ‘has as a related event’ the press preview on June 20, 2013</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000014"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000070"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000017">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">has material dependent</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has material dependent’ is a relationship of providing existential reliance that holds between some ‘Material entity’ and some ‘Mass’, ‘Material quality’, ‘Portion’, or ‘Surface’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A shot of bourbon ‘has as a material dependent’ the flavor of that bourbon</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000076"/>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000020"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000030"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000037"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000039"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000018">
        <rdfs:label xml:lang="en">has measurement</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has measurement’ is a relationship of possessing a quantification that holds between some ‘Entity’ and some ‘Measurement’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The Burj Khalifa ‘has as a measurement’ 829.8 meters tall</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000011"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000077"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000019">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">has part</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has part’ is a relationship of mereological possession that holds between some ‘Aggregate’ and some ‘Part’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A (typical) human arm ‘has as a part’ some forearm</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en">Note that any entity may be described in terms of consisting of a ‘Part’ that is coextensive or coterminous with itself. Any such description expresses a relationship of “non-proper parthood”.</obo:IAO_0000600>
        <rdfs:comment xml:lang="en">The conception of parthood in Roland:Top is largely derived from the work of Morton E. Winston et al. in “A Taxonomy of Part-Whole Relations”.</rdfs:comment>
        <obo:IAO_0000112 xml:lang="en">The television series “Lost” ‘has as a part’ the episode “Some Like It Hoth”</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000078"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <dc:bibliographicCitation>Morton E. Winston, Roger Chaffin, and Douglas Herrmann, “A Taxonomy of Part-Whole Relations,” Cognitive Science 11 (1987): 417 – 444.</dc:bibliographicCitation>
        <owl:annotatedTarget xml:lang="en">The conception of parthood in Roland:Top is largely derived from the work of Morton E. Winston et al. in “A Taxonomy of Part-Whole Relations”.</owl:annotatedTarget>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000019"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">Note that any entity may be described in terms of consisting of a ‘Part’ that is coextensive or coterminous with itself. Any such description expresses a relationship of “non-proper parthood”.</owl:annotatedTarget>
        <owl:annotatedProperty rdf:resource="&obo;IAO_0000600"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000019"/>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000020"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000020">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">has proper part</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has proper part’ is a relationship of proper mereological possession that holds between some ‘Aggregate’ and some ‘Part’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A (typical) primate hand ‘has as a proper part’ some finger</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The Beatles recording “Abbey Road” ‘has as a proper part’ the recording of the song “Mean Mister Mustard”</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en">The computation contraints of Description Logic preclude properties from being both transitive and irreflexive. Therefore, “proper parthood” relations are not transitive. The inferential outcome of this is that relational chains of proper parthood will only exist when explicitly declared. However, because “proper parthood” relations are sub-properties of generic “parthood” relations (which are transitive), non-proper parthood will be inferred in a transitive manner.</obo:IAO_0000600>
        <obo:IAO_0000600 xml:lang="en">While not formalized here, it is assumed that the object of a ‘has proper part’ relation is a mereological sum that is smaller than (“is less than”) the mereological sum of the subject.</obo:IAO_0000600>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000019"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000079"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000021">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">has action</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has action’ is a relationship of mereological possession that holds between some ‘Activity’ and some ‘Action’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The (typical) celebration of American independence ‘has as an action’ the lighting of fireworks</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000032"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000019"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000080"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000022">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">has proper action</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has proper action’ is a relationship of proper mereological possession that holds between some ‘Activity’ and some ‘Action’</obo:IAO_0000115>
        <rdfs:comment xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘has proper part’.</rdfs:comment>
        <obo:IAO_0000112 xml:lang="en">The vocalization of the English word “value” ‘has as a proper action’ the articulation of the voiced labiodental fricative “v”</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000032"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000021"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000081"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘has proper part’.</owl:annotatedTarget>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000020"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000022"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000023">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">has area</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has area’ is a relationship of mereological possession that holds between some ‘Place’ and some ‘Area’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The city of Tokyo ‘has as an area’ the neighborhood of Shimokitazawa</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000021"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000033"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000019"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000082"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000024">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">has proper area</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has proper area’ is a relationship of proper mereological possession that holds between some ‘Place’ and some ‘Area’</obo:IAO_0000115>
        <rdfs:comment xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘has proper part’.</rdfs:comment>
        <obo:IAO_0000112 xml:lang="en">The Printer’s Row neighborhood of the city of Chicago ‘has as a proper area’ the intersection of West Harrison Street and South Plymouth Court</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000021"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000033"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000023"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000083"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘has proper part’.</owl:annotatedTarget>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000020"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000024"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000025">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">has component</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has component’ is a relationship of mereological possession that holds between some ‘Integral object’ and some ‘Component’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A Bolex Auto Cine A camera ‘has as a component’ a 25mm Anastigmat f/3.5 lens</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000018"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000034"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000019"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000084"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000026">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">has proper component</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has proper component’ is a relationship of proper mereological possession that holds between some ‘Integral object’ and some ‘Component’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A John Deere 643K Wheeled Feller Buncher ‘has as a proper component’ an 18-tooth saw</obo:IAO_0000112>
        <rdfs:comment xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘has proper part’.</rdfs:comment>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000018"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000034"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000025"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000085"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘has proper part’.</owl:annotatedTarget>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000020"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000026"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000027">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">has member</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has member’ is a relationship of mereological possession that holds between some ‘Collection’ and some ‘Member’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The works of Aristotle (taken as a collection) ‘have as a member’ the “Categoriae”</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000017"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000036"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000019"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000086"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000028">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">has proper member</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has proper member’ is a relationship of proper mereological possession that holds between some ‘Collection’ and some ‘Member’</obo:IAO_0000115>
        <rdfs:comment xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘has proper part’.</rdfs:comment>
        <obo:IAO_0000112 xml:lang="en">Grant Morrison’s “Doom Patrol” stories ‘have as a proper member’ the story “Planet Love”</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000017"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000036"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000027"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000087"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘has proper part’.</owl:annotatedTarget>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000020"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000028"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000029">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">has portion</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has portion’ is a relationship of mereological possession that holds between some ‘Mass’ and some ‘Portion’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A sand dune ‘has as a portion’ the lower half of that dune</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000020"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000037"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000019"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000088"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000030">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">has proper portion</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has proper portion’ is a relationship of proper mereological possession that holds between some ‘Mass’ and some ‘Portion’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A loaf of bread ‘has as a proper portion’ the heel of that loaf</obo:IAO_0000112>
        <rdfs:comment xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘has proper part’.</rdfs:comment>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000020"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000037"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000029"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000089"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘has proper part’.</owl:annotatedTarget>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000020"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000030"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000031">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">has substance</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has substance’ is a relationship of mereological possession that holds between some ‘Aggregate’ and some ‘Substance’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">An oak table ‘has as a substance’ wood</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000038"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000019"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000090"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000032">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">has proper substance</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has proper substance’ is a relationship of proper mereological possession that holds between some ‘Aggregate’ and some ‘Substance’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A steel beam ‘has as a proper substance’ carbon</obo:IAO_0000112>
        <rdfs:comment xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘has proper part’.</rdfs:comment>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000038"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000031"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000091"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘has proper part’.</owl:annotatedTarget>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000020"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000032"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000033">
        <rdfs:label xml:lang="en">has participant</rdfs:label>
        <obo:IAO_0000600 xml:lang="en">“Participation” should be understood as “playing an active role within”, rather than simple presence. The fuse of a stick of dynamite ‘participates in’ that dynamite’s detonation; the paper the dynamite is wrapped in does not.</obo:IAO_0000600>
        <obo:IAO_0000115 xml:lang="en">‘has participant’ is a relationship of possessing an active agency that holds between some ‘Activity’, ‘Agent’, or ‘Event’ and some ‘Agent’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Leonard Bernstein’s performance “The Concert For Peace” ‘has as a participant’ The Norman Scribner Choir</obo:IAO_0000112>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000014"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000097"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000014"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000034">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">has quality</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has quality’ is a relationship of possessing a dependent attribute that holds between some ‘Entity’ and some ‘Quality’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A Cortland apple ‘has as a quality’ the color red</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">A ball of cotton ‘has as a quality’ inflammability</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The planet Earth ‘has as a quality’ the escape velocity of 11.2 kilometers per second</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000028"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000054"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000035">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">has contextual quality</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has contextual quality’ is a relationship of possessing an abstract dependent attribute that holds between some ‘Entity’ and some ‘Contextual quality’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Chiang Kai-shek ‘has as a contextual quality’ Chinese nationality</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000029"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000034"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000055"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000036">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">has material quality</rdfs:label>
        <obo:IAO_0000115 xml:lang="en">‘has material quality’ is a relationship of possessing an material dependent attribute that holds between some ‘Entity’ and some ‘Material quality’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The sample of moon rock returned by the Apollo 11 mission ‘has as a material quality’ the weight 22 kilograms</obo:IAO_0000112>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000030"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000034"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000056"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037">
        <rdfs:label xml:lang="en">is in temporal relationship with</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘in temporal relationship with’ is a relationship of unqualified temporal location that holds between some ‘Event’ and some ‘Event’</obo:IAO_0000115>
        <rdfs:comment xml:lang="en">The conception of temporal properties in Roland:Top is largely derived from the work of James F. Allen in “Maintaining knowledge about temporal intervals”.</rdfs:comment>
        <obo:IAO_0000112 xml:lang="en">The presidency of Nelson Mandela ‘is in a temporal relationship with’ the 20th century</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <dc:bibliographicCitation xml:lang="en">James F. Allen, “Maintaining knowledge about temporal intervals,” Communications of the ACM 26 (1983): 832–843.</dc:bibliographicCitation>
        <owl:annotatedTarget xml:lang="en">The conception of temporal properties in Roland:Top is largely derived from the work of James F. Allen in “Maintaining knowledge about temporal intervals”.</owl:annotatedTarget>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000038">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">temporally starts</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘temporally starts’ is a relationship of temporal commencement that holds between some ‘Event’ and some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A “jump ball” ‘temporally starts’ a game of NBA basketball</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000039">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">is temporally started by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is temporally started by’ is a relationship of possessing a temporal commencement that holds between some ‘Event’ and some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">World War I ‘is temporally started by’ the declaration of war against Serbia by Austria-Hungary on July 28, 1914</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000038"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000040">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">temporally finishes</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘temporally finishes’ is a relationship of temporal cessation that holds between some ‘Event’ and some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The ratification of the Bonn–Paris conventions in 1955 ‘temporally finishes’ the Allied occupation of West Germany</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000041">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">is temporally finished by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is temporally finished by’ is a relationship of possessing a temporal cessation that holds between some ‘Event’ and some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000116 xml:lang="en">The American Civil War ‘is temporally finished by’ the signing of the “Proclamation—Declaring that Peace, Order, Tranquillity, and Civil Authority Now Exists in and Throughout the Whole of the United States of America” by President Andrew Johnson</obo:IAO_0000116>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000040"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000042">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">temporally contains</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115>‘temporally contains’ is a relationship of temporal inclusion that holds between some ‘Event’ and some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112>The year 1989 ‘temporally contains’ the publication of the first World Wide Web document by Sir Tim Berners-Lee</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000043">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">is temporally during</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is temporally during’ is a relationship of possessing a temporal inclusion that holds between some ‘Event’ and some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The 1977 Sex Pistols performance on the River Thames ‘is temporally during’ the Silver Jubilee of Elizabeth II</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000042"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000044">
        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
        <rdfs:label xml:lang="en">temporally meets</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘temporally meets’ is a relationship of temporal joining that holds between some ‘Event’ and some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The Neogene period ‘temporally meets’ the Quaternary period</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000045">
        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
        <rdfs:label xml:lang="en">is temporally met by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is temporally met by’ is a relationship of possessing a temporal joining that holds between some ‘Event’ and some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The end of the year 2014 ‘is temporally met by’ the start of the year 2015</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000044"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000046">
        <rdfs:label xml:lang="en">temporally overlaps</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘temporally overlaps’ is a relationship of temporal inclusion that holds between some ‘Event’ and some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The protests of May 1968 ‘temporally overlap’ the dissolution of the French National Assembly</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000047">
        <rdfs:label xml:lang="en">is temporally overlapped by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is temporally overlapped by’ is a relationship of possessing a temporal inclusion that holds between some ‘Event’ and some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The Huronian glaciation ‘is temporally overlapped by’ the Paleoproterozoic era</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000046"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000048">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">is temporally before</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is temporally after’ is a relationship of anterior temporal location that holds between some ‘Event’ and some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The presidency of George W. Bush ‘is temporally before’ the presidency of Barack Obama</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000049">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">is temporally after</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is temporally after’ is a relationship of posterior temporal location that holds between some ‘Event’ and some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">December 29, 2014 ‘is temporally after’ December 28, 2014</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000048"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000050">
        <rdfs:label xml:lang="en">is temporally equal to</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is temporally equal to’ is a relationship of temporal coextension that holds between some ‘Event’ and some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The reign of Temür over the Western Chagatai Khanate ‘is temporally equal to’ the years 1370–1405 CE</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000051">
        <rdfs:label xml:lang="en">imagines</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000600 xml:lang="en">‘imagines’ has been included as a property in order to sidestep epistemological questions of “justified true belief.” 

That is: there may exist semantically valid and conceptually coherent assertions that cannot be “known” in the sense of “known to be true.” Such assertions may be said to be “imagined” rather than “known”.

For example: a ‘Sentient agent’ may ‘imagine’ something which is physically impossible (such as a “talking rock”), existentially unlikely (such as a “Martian civilization”), factually incorrect (such as “John F. Kennedy was born in the year 1900”), or simply fictional (such as “Macduff killed Macbeth”).</obo:IAO_0000600>
        <obo:IAO_0000115>‘imagines’ is a relationship of unqualified conceptualization that holds between some ‘Sentient agent’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Ernest Hemingway ‘imagines’ the situation of fishing for marlin in the Atlantic Ocean</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en">The recommended use for ‘imagines’ is in situations involving fictional concepts, speculations, or assertions which have not been proven to be demonstrably true via evidentiary references.

In situations involving assertations which have been proven to be true, it is recommended to use ‘knows’ instead.</obo:IAO_0000600>
        <obo:IAO_0000112 xml:lang="en">Vannevar Bush ‘imagines’ the possibility of networked knowledge bases</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000015"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000052">
        <rdfs:label xml:lang="en">includes</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000600 xml:lang="en">‘includes’ has a similar semantic intensionality as ‘has part’. However, ‘includes’ is not transitive, and is provided for situations where a certain quantitative specification or threshold of ‘Parts’ needs to be provided. This is a work-around for the computional limits of Description Logic, which preclude transitive properties from being used to make statements about cardinality.</obo:IAO_0000600>
        <obo:IAO_0000115>‘includes’ is a relationship of unqualified aggregation that holds between some ‘Aggregate’ and some ‘Part’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The Metropolitan Museum of Art Collection ‘includes’ the Field Armor of King Henry VIII of England</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The set {1,1,2,3,5} ‘includes’ exactly two instances of the integer 1</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000072"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000053">
        <rdfs:label xml:lang="en">influences</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘influences’ is a relationship of unrequired restriction or opportunity that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The presence of alkylating agents ‘influences’ the occurence of DNA breakages</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">United States tax policy ‘influences’ the use of personal income by a US resident</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000073"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000054">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">inheres in</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘inheres in’ is a relationship of dependent instantiation that holds between some ‘Quality’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The color Tyrian purple ‘inheres in’ the secretions of the spiny dye-murex snail</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">Wisdom ‘inheres in’ Socrates</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000028"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000055">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">inheres contextually in</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘inheres contextually in’ is a relationship of abstract dependent instantiation that holds between some ‘Contextual quality’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">American patriotism ‘inheres contextually in’ Nathan Hale</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000029"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000054"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000056">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">inheres materially in</rdfs:label>
        <obo:IAO_0000115 xml:lang="en">‘inheres materially in’ is a relationship of material dependent instantiation that holds between some ‘Material quality’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The frequency 2600 hertz ‘inheres materially in’ the AT&amp;T trunk line availability signal</obo:IAO_0000112>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000030"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000054"/>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000057">
        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
        <rdfs:label xml:lang="en">is adjacent to</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is adjacent to’ is a relationship of proximity that holds between some ‘Space’ or ‘Material entity’ and some ‘Space’ or ‘Material entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Kyrgyzstan ‘is adjacent to’ Uzbekistan</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">Baffin Island 'is adjacent to' Quebec</obo:IAO_0000112>        
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000058">
        <rdfs:label xml:lang="en">is agent of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is agent of’ is a relationship of active influence that holds between some ‘Agent’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">John Koskinen ‘is an agent of’ the United States Internal Revenue Service</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000014"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000059">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">is bounded by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is bounded by’ is a relationship of possessing an abstract demarcation that holds between some ‘Event’, ‘Location’, or ‘Space’ and some ‘Boundary’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The Jewish Year ‘is bounded by’ the celebration of Rosh Hashanah</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The state of Oklahoma ‘is bounded by’ the 103rd Meridian</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000003"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000010"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000060">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">is spatially bounded by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is spatially bounded by’ is a relationship of possessing an abstract demarcation that holds between some ‘Location’ or ‘Space’ and some ‘Spatial boundary’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Times Square ‘is spatially bounded by’ the streets of Broadway, Seventh Avenue, West 42nd Street, and West 47th Street</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000003"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000059"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000010"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000061">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">is temporally bounded by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is temporally bounded by’ is a relationship of possessing an abstract demarcation that holds between some ‘Event’ and some ‘Temporal boundary’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The existence of the German Democratic Republic ‘is temporally bounded by’ the ratification of the Einigungsvertrag on August 31, 1990</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000003"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000037"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000059"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000062">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">is concretized by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is concretized by’ is a relationship of posessing a material instantiation that holds between some ‘Abstract entity’ and some ‘Material entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A marriage between two people ‘is concretized by’ the signing and filing of a marriage certificate</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The Old English epic poem Beowulf ‘is concretized by’ Seamus Heaney’s 1999 translation</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000063">
        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
        <rdfs:label xml:lang="en">is connected to</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is connected to’ is a relationship of mutual inclusion that holds between some ‘Material entity’ or ‘Space’ and some ‘Material entity’ or ‘Space’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The Pacific Ocean ‘is connected to’ the Panama Canal</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The country of Chile ‘is connected to’ the country of Argentina</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en">Underlying the notion of connection is the idea that connected entities mutually include some (possibly infinitesimal) area of overlap.

Often, this area of overlap will be that corresponding with a ‘Boundary’ created by a ‘Sentient agent’ (as in, for example, when we say that “Iraq is connected to Iran”).</obo:IAO_0000600>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000064">
        <rdfs:label xml:lang="en">is constrained by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘constrains’ is a relationship of posessing a required restriction that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The (legal) terms of a sale in the United States ‘are constrained by’ the Uniform Commercial Code</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The persistence of water in its liquid state ‘is constrained by’ its temperature</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065">
        <rdfs:label xml:lang="en">is contained by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000600 xml:lang="en">‘contains’ is intended primarily for use with abstract, material, or spatial entities. Inclusion relationships for temporal entities are best dealt with using ‘temporally contains’ or (its inverse) ‘is temporally during’.</obo:IAO_0000600>
        <obo:IAO_0000115 xml:lang="en">‘is contained by’ is a relationship of posessing an inclusion that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A one-eyed jack ‘is contained by’ a (typical) deck of playing cards</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The planet Saturn ‘is contained by’ the Solar System</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">‘contains’ is intended primarily for use with abstract, material, or spatial entities. Inclusion relationships for temporal entities are best dealt with using ‘temporally contains’ or (its inverse) ‘is temporally during’.</owl:annotatedTarget>
        <owl:annotatedProperty rdf:resource="&obo;IAO_0000600"/>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000042"/>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000043"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000066">
        <rdfs:label xml:lang="en">is partially contained by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is partially contained by’ is a relationship of posessing an incomplete inclusion that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A garden snail ‘is partially contained by’ its shell</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">Yellowstone National Park ‘is partially contained by’ the state of Wyoming</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000067">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">is wholly contained by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is wholly contained by’ is a relationship of possessing a complete inclusion that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000115 xml:lang="en">The Lincoln Memorial ‘is wholly contained by’ the city of Washington, DC</obo:IAO_0000115>
        <obo:IAO_0000115 xml:lang="en">The pineal gland ‘is wholly contained by’ the human brain</obo:IAO_0000115>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000068">
        <rdfs:label xml:lang="en">is generically related entity of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is generically related entity of’ is a relationship of unqualified  association that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Charles Philip Arthur George ‘is generically related entity of’ Elizabeth Alexandra Mary</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The New York City subway the IRT Lexington Avenue Line ‘is generically related entity of’ the Interborough Rapid Transit Company</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000069">
        <rdfs:label xml:lang="en">is referent of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is referent of’ is a relationship of description or mention that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The Enclycopedia Britannica entry “Saint Joan of Arc” ‘is a referent of’ the historical personage Jeanne d’Arc</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The John Fogerty song “Vanz Kant Danz” ‘is a referent of’ Fantasy Records owner Saul Zaentz</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000068"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000070">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">is related event of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is related event of’ is a relationship of temporally-qualified association that holds between some ‘Event’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The “2,500 year celebration of the Persian Empire” ‘is a related event of’ the regime of Iranian Shah Mohammad Reza Pahlavi</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000068"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000071">
        <rdfs:label xml:lang="en">is imagined by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000600 xml:lang="en">‘is imagined by’ has been included as a property in order to sidestep epistemological questions of “justified true belief.” 

That is: there may exist semantically valid and conceptually coherent assertions that cannot be “known” in the sense of “known to be true.” Such assertions may be said to be “imagined” rather than “known”.

For example: a ‘Sentient agent’ may ‘imagine’ something which is physically impossible (such as a “talking rock”), existentially unlikely (such as a “Martian civilization”), factually incorrect (such as “John F. Kennedy was born in the year 1900”), or simply fictional (such as “Macduff killed Macbeth”).</obo:IAO_0000600>
        <obo:IAO_0000115 xml:lang="en">‘is imagined by’ is a relationship of possessing an unqualified conceptualization that holds between some ‘Entity’ and some ‘Sentient agent’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Space flight ‘is imagined by’ Hermann Oberth</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The Northwest Passage ‘is imagined by’ Giovanni Caboto</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en">The recommended use for ‘is imagined by’ is in situations involving fictional concepts, speculations, or assertions which have not been proven to be demonstrably true via evidentiary references.

In situations involving assertations which have been proven to be true, it is recommended to use ‘is known by’ instead.</obo:IAO_0000600>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000015"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000051"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000072">
        <rdfs:label xml:lang="en">is included in</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000600 xml:lang="en">‘is included in’ has a similar semantic intensionality as ‘is part of’. However, ‘is included in’ is not transitive, and is provided for situations where a certain quantitative specification or threshold of ‘Parts’ needs to be provided. This is a work-around for the computional limits of Description Logic, which preclude transitive properties from being used to make statements about cardinality.</obo:IAO_0000600>
        <obo:IAO_0000115 xml:lang="en">‘is included in’ is a relationship of unqualified parthood that holds between some ‘Part’ and some ‘Aggregate’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Marcel Duchamp’s assemblage “Étant donnés” ‘is included in’ the collection of the Philadelphia Museum of Art</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The interger “9” ‘is included in’ the set {7,7,5,6,6,9,2}</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000073">
        <rdfs:label xml:lang="en">is influenced by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is influenced by’ is a relationship of possessing an unrequired restriction or opportunity that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The height of a tide ‘is influenced by’ the proximity of the Moon to the Earth</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The speed at which a projectile travels ‘is influenced by’ the amount of air resistance encountered by that projectile</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000074">
        <rdfs:label xml:lang="en">is known by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is known by’ is a relationship of possessing a qualified conceptualization that holds between some ‘Entity’ and some ‘Sentient agent’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The cardinality of ℵ₀ ‘is known by’ Georg Cantor</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The nature of radioactive decay ‘is known by’ Ernest Rutherford</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000015"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000096"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000075">
        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
        <rdfs:label xml:lang="en">is materially consistent with</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is materially consistent with’ is a relationship of homoeomerity that holds between some ‘Material entity’ and some ‘Material entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A grain of salt from a shaker ‘is materially consistent with’ the rest of the salt in that shaker</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">A slice of a loaf of bread ‘is materially consistent with’ the rest of that loaf</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000076">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">is materially dependent on</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is materially dependent on’ is a relationship of existential reliance that holds between some ‘Mass’, ‘Material quality’, ‘Portion’, or ‘Surface’ and a ‘Material entity’</obo:IAO_0000115>
        <obo:IAO_0000115 xml:lang="en">The tone of a rung bell ‘is materially dependent on’ that bell</obo:IAO_0000115>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000020"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000030"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000037"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000039"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000077">
        <rdfs:label xml:lang="en">is measurement of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is measurement of’ is a relationship of quantification that holds between some ‘Measurement’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">1,821.3 kilometers ‘is a measurement of’ the radius of the Jovian moon Io</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000011"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000078">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">is part of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000112 xml:lang="en">A big toe ‘is part of’ a (typical) human foot</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en">Note that any entity may be described in terms of consisting of a ‘Part’ that is coextensive or coterminous with itself. Any such description expresses a relationship of “non-proper parthood”.</obo:IAO_0000600>
        <rdfs:comment>The conception of parthood in Roland:Top is largely derived from the work of Morton E. Winston et al. in “A Taxonomy of Part-Whole Relations”.</rdfs:comment>
        <obo:IAO_0000112>“An die Freude” ‘is part of’ “Symphony No. 9 in D minor” by Ludwig van Beethoven</obo:IAO_0000112>
        <obo:IAO_0000115 xml:lang="en">‘is part of’ is a relationship of mereological inclusion that holds between some ‘Part’ and some ‘Aggregate’</obo:IAO_0000115>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <dc:bibliographicCitation>Morton E. Winston, Roger Chaffin, and Douglas Herrmann, “A Taxonomy of Part-Whole Relations,” Cognitive Science 11 (1987): 417 – 444.</dc:bibliographicCitation>
        <owl:annotatedTarget>The conception of parthood in Roland:Top is largely derived from the work of Morton E. Winston et al. in “A Taxonomy of Part-Whole Relations”.</owl:annotatedTarget>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000078"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">Note that any entity may be described in terms of consisting of a ‘Part’ that is coextensive or coterminous with itself. Any such description expresses a relationship of “non-proper parthood”.</owl:annotatedTarget>
        <owl:annotatedProperty rdf:resource="&obo;IAO_0000600"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000078"/>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000079"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000079">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">is proper part of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is proper part of’ is a relationship of proper mereological inclusion that holds between some ‘Part’ and some ‘Aggregate’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Mexico ‘is a proper part of’ North America</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The Second Battle of Bull Run ‘is a proper part of’ The American Civil War</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en">The computation contraints of Description Logic preclude properties from being both transitive and irreflexive. Therefore, “proper parthood” relations are not transitive. The inferential outcome of this is that relational chains of proper parthood will only exist when explicitly declared. However, because “proper parthood” relations are sub-properties of generic “parthood” relations (which are transitive), non-proper parthood will be inferred in a transitive manner.</obo:IAO_0000600>
        <obo:IAO_0000600 xml:lang="en">While not formalized here, it is assumed that the subject of a ‘has proper part’ relation is a mereological sum that is smaller than (“is less than”) the mereological sum of the object.</obo:IAO_0000600>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000078"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000080">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">is action of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is action of’ is a relationship of mereological inclusion that holds between some ‘Action’ and some ‘Activity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Turning a key ‘is an action of’ starting a car</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000032"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000078"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000081">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">is proper action of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is proper action of’ is a relationship of proper mereological inclusion that holds between some ‘Action’ and some ‘Activity’</obo:IAO_0000115>
        <rdfs:comment xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘is proper part of’.</rdfs:comment>
        <obo:IAO_0000112 xml:lang="en">Turning a page ‘is a proper action of’ reading a (paper) book</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000032"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000080"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘is proper part of’.</owl:annotatedTarget>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000079"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000081"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000082">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">is area within</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is area within’ is a relationship of mereological inclusion that holds between some ‘Area’ and some ‘Place’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The neighborhood of Bed-Stuy ‘is an area within’ the borough of Brooklyn, NY</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000021"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000033"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000078"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000083">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">is proper area within</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is proper area within’ is a relationship of proper mereological inclusion that holds between some ‘Area’ and some ‘Place’</obo:IAO_0000115>
        <rdfs:comment xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘is proper part of’.</rdfs:comment>
        <obo:IAO_0000112 xml:lang="en">The intersection of Frankford Avenue and Trenton Avenue ‘is a proper area within’ the city of Philadelphia</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000021"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000033"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000082"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘is proper part of’.</owl:annotatedTarget>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000079"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000083"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000084">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">is component of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is component of’ is a relationship of mereological inclusion that holds between some ‘Component’ and some ‘Integral object’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">An incline plane ‘is a component of’ an Archimedean screw</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000018"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000034"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000078"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000085">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">is proper component of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is proper component of’ is a relationship of proper mereological inclusion that holds between some ‘Component’ and some ‘Integral object’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A Motorola 68000 microprocessor ‘is a proper component of’ an Apple Macintosh 128K computer</obo:IAO_0000112>
        <rdfs:comment xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘is proper part of’.</rdfs:comment>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000018"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000034"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000084"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘is proper part of’.</owl:annotatedTarget>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000079"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000085"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000086">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">is member of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is member of’ is a relationship of mereological inclusion that holds between some ‘Member’ and some ‘Collection’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The book “Devarim” ‘is a member of’ the Torah</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000017"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000036"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000078"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000087">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">is proper member of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is proper member of’ is a relationship of proper mereological inclusion that holds between some ‘Member’ and some ‘Collection’</obo:IAO_0000115>
        <rdfs:comment xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘is proper part of’.</rdfs:comment>
        <obo:IAO_0000112 xml:lang="en">The letter “y” ‘is a proper member of’ the written rendition of the phrase “Ege Bamyası”</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000017"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000036"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000086"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘is proper part of’.</owl:annotatedTarget>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000079"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000087"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000088">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">is portion of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is portion of’ is a relationship of mereological inclusion that holds between some ‘Portion’ and some ‘Mass’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The top half of a glass of water ‘is a portion of’ that glass of water</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000020"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000037"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000078"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000089">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">is proper portion of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is proper portion of’ is a relationship of proper mereological inclusion that holds between some ‘Portion’ and some ‘Mass’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A bowl of soup (served from a crock) ‘is a proper portion of’ that crock of soup</obo:IAO_0000112>
        <rdfs:comment xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘is proper part of’.</rdfs:comment>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000020"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000037"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000088"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘is proper part of’.</owl:annotatedTarget>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000079"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000089"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000090">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:label xml:lang="en">is substance of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is substance of’ is a relationship of mereological inclusion that holds between some ‘Substance’ and some ‘Aggregate’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Ethenylbenzene ‘is a substance of’ the plastic polystyrene</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000038"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000078"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000091">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:label xml:lang="en">is proper substance of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is proper substance of’ is a relationship of proper mereological inclusion that holds between some ‘Substance’ and some ‘Aggregate’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Dry vermouth ‘is a proper substance of’ a gin martini</obo:IAO_0000112>
        <rdfs:comment xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘is proper part of’.</rdfs:comment>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000038"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000090"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">For details on the distinction between “proper” and “non-proper” parthood, refer to the elucidations for the propery ‘is proper part of’.</owl:annotatedTarget>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000079"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000091"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000092">
        <rdfs:label xml:lang="en">is potentially known by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is potentially known by’ is a relationship of possessing a possible conceptualization that holds between some ‘Entity’ and some ‘Sentient agent’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The location of Noah’s Ark ‘is potentially known by’ Tsar Nicholas II of Russia</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000015"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000098"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000093">
        <rdfs:label xml:lang="en">is quantified by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is quantified by’ is a relationship of possessing an observational mapping that holds between some ‘Entity’ and some ‘Measurement’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The heaviest known weight of a blue whale ‘is quantified by’ the measurement “89 feet”</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The top recorded speed of the Lockheed SR-71 ‘is quantified by’ the measurement “1,905.81 knots”</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000011"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000099"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000094">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">is realized by</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is realized by’ is a relationship of possessing a generative process that holds between some ‘Entity’ and some ‘Activity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A handmade oak table ‘is realized by’ the practice of woodworking</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000100"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000095">
        <rdfs:label xml:lang="en">is used for</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is used for’ is a relationship of affordance availability that holds between some ‘Entity’ and some ‘Activity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A stage ‘is used for’ a performance of “Fiddler on the Roof”</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">Carbon dioxide ‘is used for’ photosynthesis</obo:IAO_0000112>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000101"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000096">
        <rdfs:label xml:lang="en">knows</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘knows’ is a relationship of qualified conceptualization that holds between some ‘Sentient agent’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Robert Caro ‘knows’ the history of Lyndon B. Johnson</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">Rosalind Franklin ‘knows’ the structure of the DNA double helix</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000015"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000097">
        <rdfs:label xml:lang="en">participates in</rdfs:label>
        <obo:IAO_0000600 xml:lang="en">“Participation” should be understood as “playing an active role within”, rather than simple presence. The fuse of a stick of dynamite ‘participates in’ that dynamite’s detonation; the paper the dynamite is wrapped in does not.</obo:IAO_0000600>
        <obo:IAO_0000115 xml:lang="en">‘participates in’ is a relationship of active agency that holds between some ‘Agent’ and some ‘Activity’, ‘Agent’, or ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Presiding Bishop Edward Partridge, Sr. ‘participates in’ the ongoing activities of the Church of Jesus Christ of Latter-day Saints</obo:IAO_0000112>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000014"/>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000014"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000098">
        <rdfs:label xml:lang="en">potentially knows</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘potentially knows’ is a relationship of possible conceptualization that holds between some ‘Sentient agent’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000115 xml:lang="en">Dr. Robert G. Jahn ‘potentially knows’ about psychokinetic influence on random event generators</obo:IAO_0000115>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000015"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000099">
        <rdfs:label xml:lang="en">quantifies</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000112 xml:lang="en">‘quantifies’ is a relationship of observational mapping that holds between some ‘Measurement’ and some ‘Entity’</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The measurement “2,063 feet” ‘quantifies’ the height of the KVLY-TV mast in Blanchard, North Dakota</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The measurement “9,550 years” ‘quantifies’ the age of the Norway Spruce tree Old Tjikko on Fulufjället Mountain in Sweden</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000011"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000100">
        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
        <rdfs:label xml:lang="en">realizes</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘realizes’ is a relationship of generative process that holds between some ‘Activity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Counting ten entities ‘realizes’ an instance of the number “ten”</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000101">
        <rdfs:label xml:lang="en">uses</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘uses’ is a relationship of affordance opportunity that holds between some ‘Activity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Felling a tree ‘uses’ a chainsaw</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en">Note that under this definition, it is an ‘Activity’ (rather than an ‘Agent’) that ‘uses’ an ‘Entity’ (typically, though not exclusively, a ‘Tool’). 

While colloquially it would be stated that an ‘Agent’ ‘uses’ something (e.g., “Joe uses a hammer’), under this conceptualization we would say instead that the ‘Agent’ ‘participates in’ an ‘Activity’, which ‘Activity’ in turn ‘uses’ an ‘Entity’ (e.g., “Joe participates in the activity of driving a nail; this nail-driving activity uses a hammer”).</obo:IAO_0000600>
        <obo:IAO_0000112 xml:lang="en">The cardiac cycle of a typical human being ‘uses’ the atria of the heart</obo:IAO_0000112>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000102">
        <rdfs:label xml:lang="en">has derivation</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has derivation’ is a relationship of possessing a direct or indirect development that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The Herb Alpert song “Rise” ‘has derivation’ the The Notorious B.I.G. song “Hypnotize”</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The Unix operating system ‘has derivation’ the Berkeley Software Distribution system</obo:IAO_0000112>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000014"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000103">
        <rdfs:label xml:lang="en">is derived from</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘is derived from’ is a relationship of direct or indirect development that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Bill Viola’s video installation “Going Forth By Day” ‘is derived from’ Giotto di Bondone’s frescoes in the Scrovegni Chapel</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The Led Zeppelin song “Whole Lotta Love” ‘is derived from’ the Willie Dixon song “You Need Love”</obo:IAO_0000112>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000068"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000102"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000104">
        <rdfs:label xml:lang="en">plays functional role for</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘plays functional role for’ is a relationship of role-based coherence that holds between some ‘Entity’ and some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A piston ‘plays a functional role for’ an engine</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">Brian Jones (as a musician) ‘plays a functional role for’ the band The Rolling Stones</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en">The use of the word “functional” in this property’s (English) label should not be confused with the use of the same word in the OWL 2 syntax.</obo:IAO_0000600>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000013"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000068"/>
    </owl:ObjectProperty>

   <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000105">
        <rdfs:label xml:lang="en">has capability</rdfs:label>
        <obo:IAO_0000115 xml:lang="en">‘has capability’ is a relationship of posessing an ability to realize that holds between some ‘Agent’ and some ‘Activity’ or ‘Action’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Michael Jordan (as a basketball player) ‘has the capability’ of scoring a career average of 30.1 points per game</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The USNS Hughes Glomar Explorer ‘has the capability’ of lifting a portion of a submarine from water 1,560 miles deep</obo:IAO_0000112>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000014"/>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000032"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>

    <owl:ObjectProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000106">
        <rdfs:label xml:lang="en">is achievable by</rdfs:label>
        <obo:IAO_0000115 xml:lang="en">‘is achievable by’ is a relationship of potential realization that holds between some ‘Activity’ or ‘Action’ and some ‘Agent’</obo:IAO_0000115>
        <obo:IAO_0000115 xml:lang="en">A top speed of 681 miles per second ‘is achievable by’ the Bell X-1A rocket plane</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The running of a mile in 3 minutes, 43.13 seconds ‘is achievable by’ Hicham El Guerrouj</obo:IAO_0000112>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <rdfs:range rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000014"/>
        <owl:inverseOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000105"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000032"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000001">
        <rdfs:label xml:lang="en">has name</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has name’ is a relationship of identification that holds between some ‘Entity’ and some PlainLiteral</obo:IAO_0000115>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="&rdf;PlainLiteral"/>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000002">
        <rdfs:label xml:lang="en">has additional name</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has additional name’ is a relationship of identification that holds between some ‘Entity’ and some PlainLiteral</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">This property is intended to capture a non-preferred name of any ‘Entity’. Examples of non-preferred names include middle names (typically, for people, but also potentially for other entities), nicknames, and other colloquial names.</obo:IAO_0000600>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000001"/>
        <rdfs:range rdf:resource="&rdf;PlainLiteral"/>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000004">
        <rdfs:label xml:lang="en">has datetime</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has datetime’ is a relationship of temporal location that holds between some ‘Entity’ and some date, dateTime, or PlainLiteral</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">All “datetime” properties in Roland:Top accept rdf:PlainLiteral. This allows for dates — especially historical dates — to be specified in “plain langauge” such as “Circa 505 B.C.E”.</obo:IAO_0000600>
        <obo:IAO_0000600 xml:lang="en">The preferred method of providing datetimes is in ISO 8601 format. (For example: 1979-01-18T5:45:00-5:00)</obo:IAO_0000600>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&rdf;PlainLiteral"/>
                    <rdf:Description rdf:about="&xsd;dateTime"/>
                    <rdf:Description rdf:about="&xsd;date"/>
                </owl:unionOf>
            </rdfs:Datatype>
        </rdfs:range>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000005">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:label xml:lang="en">has start datetime</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has start datetime’ is a relationship of temporal location that holds between some ‘Event’ or ‘Activity’ and some date, dateTime, or PlainLiteral</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">Though not formalized, it is assumed that, when describing any given entity, the date or dateTime value provided for ‘has start datetime’ will be less than (“earlier than”) the date or dateTime value provided for ‘has end datetime’.</obo:IAO_0000600>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000004"/>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&rdf;PlainLiteral"/>
                    <rdf:Description rdf:about="&xsd;dateTime"/>
                    <rdf:Description rdf:about="&xsd;date"/>                    
                </owl:unionOf>
            </rdfs:Datatype>
        </rdfs:range>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000006">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:label xml:lang="en">has end datetime</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has end datetime’ is a relationship of temporal location that holds between some ‘Event’ or ‘Activity’ and some date, dateTime, or PlainLiteral</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">Though not formalized, it is assumed that, when describing any given entity, the date or dateTime value provided for ‘has end datetime’ will be greater than (“later than”) the date or dateTime value provided for ‘has start datetime’.</obo:IAO_0000600>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000004"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&rdf;PlainLiteral"/>
                    <rdf:Description rdf:about="&xsd;dateTime"/>
                    <rdf:Description rdf:about="&xsd;date"/>
                </owl:unionOf>
            </rdfs:Datatype>
        </rdfs:range>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000007">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:label xml:lang="en">has birth datetime</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has birth datetime’ is a relationship of temporal location that holds between some ‘Agent’ and some date, dateTime, or PlainLiteral</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">Though not formalized, it is assumed that, when describing any given entity, the date or dateTime value provided for ‘has birth datetime’ will be less than (“earlier than”) the date or dateTime value provided for ‘has death datetime’.</obo:IAO_0000600>
        <obo:IAO_0000600 xml:lang="en">Though not formalized, this property is intended to capture the temporal location of the commencement of the life process of a living ‘Agent’.</obo:IAO_0000600>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000014"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000004"/>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&rdf;PlainLiteral"/>
                    <rdf:Description rdf:about="&xsd;dateTime"/>
                    <rdf:Description rdf:about="&xsd;date"/>                    
                </owl:unionOf>
            </rdfs:Datatype>
        </rdfs:range>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000008">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:label xml:lang="en">has death datetime</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has death datetime’ is a relationship of temporal location that holds between some ‘Agent’ and some date, dateTime, or PlainLiteral</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">Though not formalized, it is assumed that, when describing any given entity, the dateTime value provided for ‘has death datetime’ will be greater than (“later than”) the dateTime value provided for ‘has birth datetime’.</obo:IAO_0000600>
        <obo:IAO_0000600 xml:lang="en">Though not formalized, this property is intended to capture the temporal location of the cessation of the life process of a living ‘Agent’.</obo:IAO_0000600>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000014"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000004"/>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&rdf;PlainLiteral"/>
                    <rdf:Description rdf:about="&xsd;dateTime"/>
                    <rdf:Description rdf:about="&xsd;date"/>                    
                </owl:unionOf>
            </rdfs:Datatype>
        </rdfs:range>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000009">
        <rdfs:label xml:lang="en">has description</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has description’ is a relationship of representation or accounting that holds between some ‘Entity’ and some PlainLiteral, decimal, or integer</obo:IAO_0000115>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&rdf;PlainLiteral"/>
                    <rdf:Description rdf:about="&xsd;decimal"/>
                    <rdf:Description rdf:about="&xsd;integer"/>
                </owl:unionOf>
            </rdfs:Datatype>
        </rdfs:range>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000010">
        <rdfs:label xml:lang="en">has measurement amount</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has measurement amount’ is a relationship of quantification that holds between some ‘Measurement’ and some PlainLiteral, decimal, or integer</obo:IAO_0000115>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000011"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000009"/>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&rdf;PlainLiteral"/>
                    <rdf:Description rdf:about="&xsd;decimal"/>
                    <rdf:Description rdf:about="&xsd;integer"/>
                </owl:unionOf>
            </rdfs:Datatype>
        </rdfs:range>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000011">
        <rdfs:label xml:lang="en">has dimension measurement amount</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has dimension measurement amount’ is a relationship of quantification that holds between some ‘Measurement’ and some PlainLiteral, decimal, or integer</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">This property is intended to capture the the values of measurements recording temporal or spatial aspects of a given entity</obo:IAO_0000600>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000011"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000010"/>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&rdf;PlainLiteral"/>
                    <rdf:Description rdf:about="&xsd;decimal"/>
                    <rdf:Description rdf:about="&xsd;integer"/>
                </owl:unionOf>
            </rdfs:Datatype>
        </rdfs:range>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000012">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:label xml:lang="en">has width measurement amount</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has width measurement’ is a relationship of quantification that holds between some ‘Measurement’ and some PlainLiteral, decimal, or integer</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">This property is intended to capture the the values of measurements recording the spatial aspect of “width” of a given entity</obo:IAO_0000600>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000011"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000011"/>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&rdf;PlainLiteral"/>
                    <rdf:Description rdf:about="&xsd;decimal"/>
                    <rdf:Description rdf:about="&xsd;integer"/>
                </owl:unionOf>
            </rdfs:Datatype>
        </rdfs:range>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000013">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:label xml:lang="en">has height measurement amount</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has height measurement’ is a relationship of quantification that holds between some ‘Measurement’ and some PlainLiteral, decimal, or integer</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">This property is intended to capture the the values of measurements recording the spatial aspect of “height” of a given entity</obo:IAO_0000600>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000011"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000011"/>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&rdf;PlainLiteral"/>
                    <rdf:Description rdf:about="&xsd;decimal"/>
                    <rdf:Description rdf:about="&xsd;integer"/>
                </owl:unionOf>
            </rdfs:Datatype>
        </rdfs:range>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000014">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:label xml:lang="en">has length measurement amount</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has length measurement’ is a relationship of quantification that holds between some ‘Measurement’ and some PlainLiteral, decimal, or integer</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">This property is intended to capture the the values of measurements recording the spatial aspect of “length” of a given entity</obo:IAO_0000600>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000011"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000011"/>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&rdf;PlainLiteral"/>
                    <rdf:Description rdf:about="&xsd;decimal"/>
                    <rdf:Description rdf:about="&xsd;integer"/>
                </owl:unionOf>
            </rdfs:Datatype>
        </rdfs:range>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000015">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:label xml:lang="en">has duration measurement amount</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has duration measurement’ is a relationship of quantification that holds between some ‘Measurement’ and some PlainLiteral, decimal, or integer</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">This property is intended to capture the the values of measurements recording temporal aspects of a given entity</obo:IAO_0000600>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000011"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000011"/>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&rdf;PlainLiteral"/>
                    <rdf:Description rdf:about="&xsd;decimal"/>
                    <rdf:Description rdf:about="&xsd;integer"/>
                </owl:unionOf>
            </rdfs:Datatype>
        </rdfs:range>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000016">
        <rdfs:label xml:lang="en">has measurement notation</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has measurement notation’ is a relationship of description that holds between some ‘Measurement’ and some PlainLiteral</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">Common values for this property include “feet”, “meters”, “seconds”, “degrees Celcius”, etc.</obo:IAO_0000600>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000011"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000009"/>
        <rdfs:range rdf:resource="&rdf;PlainLiteral"/>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000017">
        <rdfs:label xml:lang="en">has artifact info</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000115 xml:lang="en">‘has artifact info’ is a relationship of description that holds between some ‘Artifact’ and some PlainLiteral, decimal, or integer</obo:IAO_0000115>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000025"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000009"/>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&rdf;PlainLiteral"/>
                    <rdf:Description rdf:about="&xsd;decimal"/>
                    <rdf:Description rdf:about="&xsd;integer"/>
                </owl:unionOf>
            </rdfs:Datatype>
        </rdfs:range>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000018">
        <rdfs:label xml:lang="en">has IRI</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000600 xml:lang="en">“IRI” stands for “Internationalized Resource Identifier”. The class of these identifiers is the superclass of “URL” (“Uniform Resource Locators”). Unlike URLs, there is no expectation that an IRI will actually resolve to a networked document or similar digital file.</obo:IAO_0000600>
        <obo:IAO_0000115 xml:lang="en">‘has IRI’ is a relationship of identification that holds between some ‘Entity’ and some anyURI</obo:IAO_0000115>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:range rdf:resource="&xsd;anyURI"/>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000019">
        <rdfs:label xml:lang="en">has URL</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <obo:IAO_0000600 xml:lang="en">“URL” stands for “Uniform Resource Locator”. The class of these identifiers is a subclass of “IRIs” (“Internationalized Resource Identifiers”). Unlike IRIs, URLs are expected to resolve to a networked document or similar digital file.</obo:IAO_0000600>
        <obo:IAO_0000115 xml:lang="en">‘has URL’ is a relationship of identification that holds between some ‘Entity’ and some anyURI</obo:IAO_0000115>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000018"/>
        <rdfs:range rdf:resource="&xsd;anyURI"/>
    </owl:DatatypeProperty>

    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000020">
        <rdfs:label xml:lang="en">has note</rdfs:label>
        <obo:IAO_0000115 xml:lang="en">‘has note’ is a relationship of commentary that holds between some ‘Entity’ and some PlainLiteral</obo:IAO_0000115>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000009"/>
        <rdfs:range rdf:resource="&rdf;PlainLiteral"/>
    </owl:DatatypeProperty>
    <owl:DatatypeProperty rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000021">
        <rdfs:label xml:lang="en">has vocabulary IRI</rdfs:label>
        <obo:IAO_0000115 xml:lang="en">‘has vocabulary IRI’ is a relationship of identification that holds between some ‘Entity’ and some anyURI</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">‘has vocabulary IRI’ is intended to refer to terms specifically within the Roland Vocabulary Project. The key use case for this property is to relate instances of owl:Class with instances of owl:NamedIndividual.</obo:IAO_0000600>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <rdfs:domain rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <rdfs:subPropertyOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_DP_0000018"/>
        <rdfs:range rdf:resource="&xsd;anyURI"/>
    </owl:DatatypeProperty>    

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001">
        <rdfs:label xml:lang="en">Entity</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000071"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000015"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000074"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000015"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000092"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000015"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                    </owl:Restriction>
                </owl:unionOf>
            </owl:Class>
        </owl:equivalentClass>
        <obo:IAO_0000115 xml:lang="en">An ‘Entity’ ‘is contained by’ some ‘Space’; or ‘is known by’, ‘is potentially known by’, or ‘is imagined by’ some ‘Sentient agent’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The flapping of a Monarch butterfly’s wings</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The laccolith in Devil’s Tower National Park, Wyoming</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The square root of -1</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002">
        <rdfs:label xml:lang="en">Abstract entity</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000071"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000015"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000074"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000015"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000092"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000015"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                    <owl:Class>
                        <owl:complementOf>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                            </owl:Restriction>
                        </owl:complementOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <owl:disjointWith rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
        <owl:disjointWith rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
        <owl:disjointWith rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
        <obo:IAO_0000112 xml:lang="en">All the positive integers on the real line</obo:IAO_0000112>
        <obo:IAO_0000115 xml:lang="en">An ‘Abstract entity’ is an ‘Entity’ that ‘is known by’, ‘is potentially known by’, or ‘is imagined by’ by some ‘Sentient agent’ and is not ‘contained by’ some ‘Space’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The character Bradamante, in Italo Calvino’s novella “The Nonexistent Knight”</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The set {“Women”, “Fire”, “Dangerous things”}</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000003">
        <rdfs:label xml:lang="en">Boundary</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000002"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000002"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000033"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000027"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000009"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000027"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000012"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Boundary’ is an ‘Abstract entity’ that ‘has as a member’ some ‘Point’ or some ‘Line’, and that ‘bounds’ some ‘Area’ or ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The equator (as the boundary separating the northern and southern hemispheres)</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The time 23:59:59 of any given day (as the last moment of that given day)</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en.">A ‘Boundary’ should not be confused with a material ‘Surface’.</obo:IAO_0000600>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000004">
        <rdfs:label xml:lang="en">Spatial boundary</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000003"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000002"/>
                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000033"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000003"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Spatial boundary’ is ‘Boundary’ that ‘bounds’ some ‘Area’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The 49th parallel north (as a boundary between Canada and the United States)</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The middle of the Arthur Kill (as a boundary between New York and New Jersey)</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000005">
        <rdfs:label xml:lang="en">Temporal boundary</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000003"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000002"/>
                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000003"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Temporal boundary’ is a ‘Boundary’ that ‘bounds’ some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">December 31, 2000 (as the end of the second millennium)</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The deposition of the Emperor Romulus Augustulus (as the end of the temporal extent of the Western Roman Empire)</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000006">
        <rdfs:label xml:lang="en">Context</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000053"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000053"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Context’ is an ‘Abstract entity’ that ‘influences’ some ‘Material entity’ or some ‘Abstract entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">American patriotism</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">Modernist aesthetics</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The ZFC axiomatic system for the creation of sets</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000007">
        <rdfs:label xml:lang="en">Dimension</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
        <obo:IAO_0000112 xml:lang="en">Height</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">Time</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en.">‘Dimension’ is treated as a primitive class in Roland:Top. However, It may be considered as follows: “A dimension is a relationship between a quantity system, a quantity kind of that system, and one or more dimension vectors. There is one dimension vector for each of the system&apos;s base quantity kinds. The vector&apos;s magnitude determines the exponent of the base dimension for the referenced quantity kind.&quot;</obo:IAO_0000600>
    </owl:Class>
    <owl:Axiom>
        <dc:bibliographicCitation xml:lang="en">Ralph Hodgson, Paul J. Keller, Jack Hodges, and Jack Spivak,  “QUDT Dimension Ontology Version 1.1,” http://qudt.org/1.1/schema/dimension (accessed 4/29/2015).</dc:bibliographicCitation>
        <rdfs:comment xml:lang="en">The informal definition given here has been derived from QUDT.</rdfs:comment>
        <owl:annotatedTarget xml:lang="en.">‘Dimension’ is treated as a primitive class in Roland:Top. However, It may be considered as follows: “A dimension is a relationship between a quantity system, a quantity kind of that system, and one or more dimension vectors. There is one dimension vector for each of the system&apos;s base quantity kinds. The vector&apos;s magnitude determines the exponent of the base dimension for the referenced quantity kind.&quot;</owl:annotatedTarget>
        <owl:annotatedProperty rdf:resource="&obo;IAO_0000600"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000007"/>
    </owl:Axiom>
    
    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000008">
        <rdfs:label xml:lang="en">Frame of reference</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000015"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000015"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000027"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000003"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000052"/>
                                <owl:onClass rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000003"/>
                                <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
                            </owl:Restriction>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Frame of reference’ is an ‘Abstract entity’ that ‘has as a member’ some ‘Boundary’, and ‘includes’ at least two ‘Boundaries’, and ‘has as a referent’ some ‘Event’ or ‘Space’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The International Celestial Reference Frame</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">Your field of view, at this given moment</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000009">
        <rdfs:label xml:lang="en">Line</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000027"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000012"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000052"/>
                                <owl:onClass rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000012"/>
                                <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
                            </owl:Restriction>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Line’ is an ‘Abstract entity’ that ‘has as a member’ some ‘Point’ and ‘includes’ at least two ‘Points’</obo:IAO_0000115>
        <obo:IAO_0000112>The Prime Meridian</obo:IAO_0000112>
        <obo:IAO_0000112>The line defined by all real numbers between the integers 1 and 2</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000010">
        <rdfs:label xml:lang="en">Location</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000015"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000033"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000059"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000003"/>
                            </owl:Restriction>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Location’ is an ‘Abstract entity’ that ‘has as a referent’ some ‘Area’ and ‘is bounded by’ some ‘Boundary’</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">A ‘Location’ is simply an abstract way of referring to some ‘Space’.</obo:IAO_0000600>
        <obo:IAO_0000112 xml:lang="en">The (former) city of Troy</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The French Quarter of New Orleans</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000011">
        <rdfs:label xml:lang="en">Measurement</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000099"/>
                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
        <obo:IAO_0000112 xml:lang="en">299,792,458 meters per second</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">301 meters</obo:IAO_0000112>
        <obo:IAO_0000115 xml:lang="en">A ‘Measurement’ is an ‘Abstract entity’ that ‘quantifies’ some ‘Entity’</obo:IAO_0000115>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000012">
        <rdfs:label xml:lang="en">Point</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000015"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                                    </owl:Restriction>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000001"/>
                                        <owl:onClass rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000007"/>
                                        <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:qualifiedCardinality>
                                    </owl:Restriction>
                                </owl:intersectionOf>
                            </owl:Class>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000015"/>
                                <owl:onClass>
                                    <owl:Class>
                                        <owl:intersectionOf rdf:parseType="Collection">
                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000036"/>
                                            <owl:Restriction>
                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000086"/>
                                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000017"/>
                                            </owl:Restriction>
                                        </owl:intersectionOf>
                                    </owl:Class>
                                </owl:onClass>
                                <owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
        <obo:IAO_0000600 xml:lang="en">A ‘Point’ in Roland:Top can be either a “point in space”, or else can be a point in some abstraction (such as a point in a geometrical plane, or a number on a number line).</obo:IAO_0000600>
        <obo:IAO_0000115 xml:lang="en">A ‘Point’ is an ‘Abstract entity’ that ‘has as a referent’ some ‘Space’ and ‘has as a dimension’ exactly zero ‘Dimensions’; or ‘has as a referent’ exactly one ‘Member’ that ‘is a member of’ some ‘Collection’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The exact center of the solar system</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The number 3.14159265359 on a number line</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013">
        <rdfs:label xml:lang="en">Activity</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000100"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000100"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000025"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <obo:IAO_0000600 xml:lang="en">‘Activity’ and ‘Event’ are not disjoint, and there is a significant degree of conceptual overlap. In practice, all instances of ‘Activity’ would also be (at least one, but possibly multiple) instances of ‘Event’. However, an ‘Activity’ may be spatiotemporally scattered, whereas an ‘Event’ is a at least temporally contiguous.</obo:IAO_0000600>
        <obo:IAO_0000112 xml:lang="en">A congressional session</obo:IAO_0000112>
        <obo:IAO_0000115 xml:lang="en">An ‘Activity’ is an ‘Entity’ that ‘realizes’ some ‘Abstract entity’ or some ‘Artifact’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The creation of a hive by a bee colony</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000014">
        <rdfs:label xml:lang="en">Agent</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000097"/>
                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <obo:IAO_0000112 xml:lang="en">A law firm representing a client</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">A pitcher playing in a baseball game</obo:IAO_0000112>
        <obo:IAO_0000115 xml:lang="en">An ‘Agent’ is an ‘Entity’ that ‘participates in’ some ‘Activity’</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">Note that while in practice, ‘Agents’ may typically be thought of as being ‘Material entities’, they are not formalized as such in Roland:Top. The motivation behind this modelling decision is to not rule out discourse about  non-material (but also, presumably, not abstract) ‘Agents’ (or “creators”). 

Cf., for example, Thomas Aquinas: “Matter, furthermore, is not a principle of acting. That is why, according to Aristotle, the efficient cause and matter do not coincide [Physics II, 7]. But, as we have said, it belongs to God to be the first efficient cause of things. Therefore, He is not matter.”</obo:IAO_0000600>
        <obo:IAO_0000112 xml:lang="en">The fission trigger of a Teller-Ulam thermonuclear weapon</obo:IAO_0000112>
    </owl:Class>
    <owl:Axiom>
        <dc:bibliographicCitation>Thomas Aquinas, “Summa Contra Gentiles, Book 1, Chapter 17,” trans. Anton C. Pegis, (New York: Hanover House, 1955-57).</dc:bibliographicCitation>
        <owl:annotatedTarget xml:lang="en">Note that while in practice, ‘Agents’ may typically be thought of as being ‘Material entities’, they are not formalized as such in Roland:Top. The motivation behind this modelling decision is to not rule out discourse about  non-material (but also, presumably, not abstract) ‘Agents’ (or “creators”). 

Cf., for example, Thomas Aquinas: “Matter, furthermore, is not a principle of acting. That is why, according to Aristotle, the efficient cause and matter do not coincide [Physics II, 7]. But, as we have said, it belongs to God to be the first efficient cause of things. Therefore, He is not matter.”</owl:annotatedTarget>
        <owl:annotatedProperty rdf:resource="&obo;IAO_0000600"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000014"/>
    </owl:Axiom>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000015">
        <rdfs:label xml:lang="en">Sentient agent</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000014"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000096"/>
                        <owl:hasSelf rdf:datatype="&xsd;boolean">true</owl:hasSelf>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000014"/>
        <obo:IAO_0000600 xml:lang="en">“Self-knowledge” is obviously open to interpretation. In Roland:Top, we are inclined to define “self-knowledge” broadly enough to be inclusive of “knowledge of states of self” (for example, pain or hunger). This would include most animals as ‘Sentient agents’, although clearly there are degrees of sentience.</obo:IAO_0000600>
        <obo:IAO_0000115 xml:lang="en">A ‘Sentient agent’ is an ‘Agent’ that ‘knows’ itself</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A (typical) human being</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016">
        <rdfs:label xml:lang="en">Aggregate</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                                    </owl:Restriction>
                                </owl:intersectionOf>
                            </owl:Class>
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                                    </owl:Restriction>
                                </owl:intersectionOf>
                            </owl:Class>
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000042"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                                    </owl:Restriction>
                                </owl:intersectionOf>
                            </owl:Class>
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                                    <owl:Class>
                                        <owl:intersectionOf rdf:parseType="Collection">
                                            <owl:Class>
                                                <owl:intersectionOf rdf:parseType="Collection">
                                                    <owl:Restriction>
                                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000060"/>
                                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000004"/>
                                                    </owl:Restriction>
                                                    <owl:Restriction>
                                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000060"/>
                                                        <owl:allValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000004"/>
                                                    </owl:Restriction>
                                                </owl:intersectionOf>
                                            </owl:Class>
                                            <owl:Class>
                                                <owl:unionOf rdf:parseType="Collection">
                                                    <owl:Restriction>
                                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
                                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                                                    </owl:Restriction>
                                                    <owl:Restriction>
                                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000012"/>
                                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                                                    </owl:Restriction>
                                                </owl:unionOf>
                                            </owl:Class>
                                        </owl:intersectionOf>
                                    </owl:Class>
                                </owl:intersectionOf>
                            </owl:Class>
                            <owl:Class>
                                <owl:unionOf rdf:parseType="Collection">
                                    <owl:Class>
                                        <owl:intersectionOf rdf:parseType="Collection">
                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                            <owl:Restriction>
                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
                                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                            </owl:Restriction>
                                        </owl:intersectionOf>
                                    </owl:Class>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000012"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    </owl:Restriction>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000013"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    </owl:Restriction>
                                </owl:unionOf>
                            </owl:Class>
                        </owl:unionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <obo:IAO_0000112 xml:lang="en">A snowbank</obo:IAO_0000112>
        <obo:IAO_0000115 xml:lang="en">An ‘Aggregate’ is an ‘Abstract entity’ that ‘contains’ some ‘Abstract entity’; or an ‘Activity’ that contains some ‘Activity’; or an ‘Event’ that ‘temporally contains’ some ‘Event’; or a ‘Space’ that ‘contains’ some ‘Space’ and ‘is spatially bounded by’ only some ‘Spatial boundary’; or a ‘Material entity’ that ‘contains’, ‘has a connect to’, or ‘has a functional relationship with’ some ‘Material entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The set {1, “One”, 0001}</obo:IAO_0000112>
        <rdfs:comment xml:lang="en.">The conception of aggregation in Roland:Top is largely derived from the work of Morton E. Winston et al. in “A Taxonomy of Part-Whole Relations”</rdfs:comment>
    </owl:Class>
    <owl:Axiom>
        <dc:bibliographicCitation xml:lang="en">Morton E. Winston, Roger Chaffin, and Douglas Herrmann, “A Taxonomy of Part-Whole Relations,” Cognitive Science 11 (1987): 417 – 444.</dc:bibliographicCitation>
        <owl:annotatedTarget xml:lang="en.">The conception of aggregation in Roland:Top is largely derived from the work of Morton E. Winston et al. in “A Taxonomy of Part-Whole Relations”</owl:annotatedTarget>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000017">
        <rdfs:label xml:lang="en">Collection</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                                    </owl:Restriction>
                                </owl:intersectionOf>
                            </owl:Class>
                        </owl:intersectionOf>
                    </owl:Class>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                            <owl:Class>
                                <owl:complementOf>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    </owl:Restriction>
                                </owl:complementOf>
                            </owl:Class>
                            <owl:Class>
                                <owl:complementOf>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000012"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    </owl:Restriction>
                                </owl:complementOf>
                            </owl:Class>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000052"/>
                                <owl:onClass rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
                            </owl:Restriction>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:unionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Collection’ is an ‘Abstract entity’ that ‘contains’ some ‘Abstract entity’; or is a ‘Material entity’ that ‘includes’ at least two ‘Material entities’,  and does not ‘contain’ or ‘have connection with’ some ‘Material entity’</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">For “material collections”, there is no “overlap” between the ‘Collection’ and its ‘Members’ (i.e., the ‘Members’ are neither “contained” nor “connected”). Contrast this with the (potential) mereotopological “overlap” of an ‘Integral object’ with its ‘Components’, or with the set-theoretic “overlap” of a set with its subsets.</obo:IAO_0000600>
        <obo:IAO_0000112 xml:lang="en">The Brooklyn Museum’s collection of Asian art</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The class of all instances in the Web Ontology Language (i.e., “owl:Thing”)</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000018">
        <rdfs:label xml:lang="en">Integral object</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000013"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                            </owl:Restriction>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <obo:IAO_0000112 xml:lang="en">A Rolls-Royce Trent 7000 jet engine</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">A tuxedo</obo:IAO_0000112>
        <obo:IAO_0000115 xml:lang="en">An ‘Integral object’ is an ‘Aggregate’ and a ‘Material entity’ that ‘has a functional relationship with’ some ‘Material entity’</obo:IAO_0000115>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000019">
        <rdfs:label xml:lang="en">Interval</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000042"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000035"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000052"/>
                                <owl:onClass rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000035"/>
                                <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
                            </owl:Restriction>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <obo:IAO_0000115 xml:lang="en">An ‘Interval’ is an ‘Aggregate’ and an ‘Event’ that ‘temporally contains’ some ‘Instant’ and ‘includes’ at least two ‘Instants’</obo:IAO_0000115>
        <obo:IAO_0000115 xml:lang="en">The English Interregnum following the execution of Charles I in 1649</obo:IAO_0000115>
        <obo:IAO_0000115 xml:lang="en">The time it takes any given ball to fall from the top of the Tower of Pisa</obo:IAO_0000115>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000020">
        <rdfs:label xml:lang="en">Mass</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    <owl:Class>
                                        <owl:intersectionOf rdf:parseType="Collection">
                                            <owl:Class>
                                                <owl:unionOf rdf:parseType="Collection">
                                                    <owl:Restriction>
                                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
                                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                                    </owl:Restriction>
                                                    <owl:Restriction>
                                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000012"/>
                                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                                    </owl:Restriction>
                                                </owl:unionOf>
                                            </owl:Class>
                                            <owl:Restriction>
                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000075"/>
                                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                            </owl:Restriction>
                                        </owl:intersectionOf>
                                    </owl:Class>
                                </owl:intersectionOf>
                            </owl:Class>
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000075"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    </owl:Restriction>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000102"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    </owl:Restriction>
                                </owl:intersectionOf>
                            </owl:Class>
                        </owl:unionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Mass’ is an ‘Aggregate’ and a ‘Material entity’ that ‘contains’ or ‘has a connection’ with some ‘Material entity’ and ‘is materially consistent with’ some ‘Material entity’; or is a ‘Material entity’ that ‘has derivation’ some ‘Material entity’ and ‘is materially consistent with’ some ‘Material entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A blueberry pie (including pieces that have been removed)</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">A sand dune in the Taklamakan Desert</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en">Note that a ‘Mass’ may be spatially scattered, as long as there is some principle of “derivation” that provides overall unity to it.</obo:IAO_0000600>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000021">
        <rdfs:label xml:lang="en">Place</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                            <owl:Class>
                                <owl:unionOf rdf:parseType="Collection">
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000033"/>
                                    </owl:Restriction>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000012"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000033"/>
                                    </owl:Restriction>
                                </owl:unionOf>
                            </owl:Class>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Place’ is an “Aggregate’ and a ‘Space’ that ‘contains’ some ‘Area’ or ‘has as a connection’ some ‘Area’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The approximate center of the Milky Way galaxy</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The town of Bristol, Vermont</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000022">
        <rdfs:label xml:lang="en">Process</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000032"/>
                            </owl:Restriction>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000016"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Process’ is an ‘Aggregate’ and an ‘Activity’ that ‘contains’ some ‘Action’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The Earth’s hydrologic cycle</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The ongoing orbiting of the moon around the Earth</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023">
        <rdfs:label xml:lang="en">Event</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000061"/>
                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000005"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <owl:disjointWith rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
        <owl:disjointWith rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000028"/>
        <obo:IAO_0000112 xml:lang="en">4 AM Friday</obo:IAO_0000112>
        <obo:IAO_0000112>October 8 – 11, 1969</obo:IAO_0000112>
        <obo:IAO_0000115 xml:lang="en">An ‘Event’ is an ‘Entity’ that ‘is temporally bounded by’ some ‘Temporal boundary’</obo:IAO_0000115>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024">
        <rdfs:label xml:lang="en">Material entity</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000036"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000030"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                            </owl:Restriction>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <owl:disjointWith rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000028"/>
        <owl:disjointWith rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Material entity’ is an ‘Entity’ that ‘has as a material quality’ some ‘Material quality’ and ‘is contained by’ some ‘Space’</obo:IAO_0000115>
        <obo:IAO_0000115 xml:lang="en">A hydrogen atom</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The Karakoram mountain Chhogori</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The Venusian atmosphere</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000025">
        <rdfs:label xml:lang="en">Artifact</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000094"/>
                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
        <obo:IAO_0000115 xml:lang="en">An ‘Artifact’ is a ‘Material entity’ that ‘is realized by’ some ‘Activity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The fulgurites left behind by some lightning strikes</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The statue of Shiva Nataraja in the collection of the Art Institute of Chicago</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The tracks left in the sand by a sidewinder rattlesnake</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000026">
        <rdfs:label xml:lang="en">Tool</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000025"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000095"/>
                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000025"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Tool’ is an ‘Artifact’ that ‘is used for’ some ‘Activity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A hammer</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">A paintbrush</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The Lempel–Ziv–Welch compression algorithm</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000028">
        <rdfs:label xml:lang="en">Quality</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000054"/>
                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <owl:disjointWith rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Quality’ is an ‘Entity’ that ‘inheres in’ some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Back and to the left</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">Red</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">Wise</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000029">
        <rdfs:label xml:lang="en">Contextual quality</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000028"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000055"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000073"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000006"/>
                            </owl:Restriction>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000028"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Contextual quality’ is a ‘Quality’ that ‘is influenced by’ some ‘Context’ and ‘inheres contextually in’ some ‘Entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">American</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">Expensive</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">Popular</obo:IAO_0000112>
    </owl:Class>

        <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000030">
        <rdfs:label xml:lang="en">Material quality</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000028"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000056"/>
                                <owl:someValuesFrom>
                                    <owl:Class>
                                        <owl:unionOf rdf:parseType="Collection">
                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                        </owl:unionOf>
                                    </owl:Class>
                                </owl:someValuesFrom>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000076"/>
                                <owl:someValuesFrom>
                                    <owl:Class>
                                        <owl:unionOf rdf:parseType="Collection">
                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                        </owl:unionOf>
                                    </owl:Class>
                                </owl:someValuesFrom>
                            </owl:Restriction>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000028"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Material quality’ is a ‘Quality’ that ‘is materially dependent on’ some ‘Material entity’ or ‘Activity’ and ‘inheres materially in’ some ‘Material entity’ or ‘Activity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Moving at 55 miles per hour</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en">Note that ‘Material qualities’ may be relative. For example, the colloquial expression “moving at 55 miles per hour” means “moving at 55 miles per hour relative to some given frame of reference”.</obo:IAO_0000600>
        <obo:IAO_0000112 xml:lang="en">Weighing 10 pounds</obo:IAO_0000112>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
    </owl:Class>
    <owl:Axiom>
        <rdfs:comment>Note that some qualities are better expressed as measurements.</rdfs:comment>
        <owl:annotatedTarget xml:lang="en">Moving at 55 miles per hour</owl:annotatedTarget>
        <owl:annotatedProperty rdf:resource="&obo;IAO_0000112"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000030"/>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000018"/>
    </owl:Axiom>
    <owl:Axiom>
        <rdfs:comment>Note that some qualities are better expressed as measurements.</rdfs:comment>
        <owl:annotatedTarget xml:lang="en">Weighing 10 pounds</owl:annotatedTarget>
        <owl:annotatedProperty rdf:resource="&obo;IAO_0000112"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000030"/>
        <rdfs:seeAlso rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000018"/>
    </owl:Axiom>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031">
        <rdfs:label xml:lang="en">Part</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Class>
                                <owl:unionOf rdf:parseType="Collection">
                                    <owl:Class>
                                        <owl:intersectionOf rdf:parseType="Collection">
                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                                            <owl:Restriction>
                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
                                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                                            </owl:Restriction>
                                        </owl:intersectionOf>
                                    </owl:Class>
                                    <owl:Class>
                                        <owl:intersectionOf rdf:parseType="Collection">
                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                                            <owl:Restriction>
                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
                                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                                            </owl:Restriction>
                                        </owl:intersectionOf>
                                    </owl:Class>
                                    <owl:Class>
                                        <owl:intersectionOf rdf:parseType="Collection">
                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                                            <owl:Restriction>
                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000043"/>
                                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                                            </owl:Restriction>
                                        </owl:intersectionOf>
                                    </owl:Class>
                                    <owl:Class>
                                        <owl:intersectionOf rdf:parseType="Collection">
                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                                            <owl:Class>
                                                <owl:intersectionOf rdf:parseType="Collection">
                                                    <owl:Class>
                                                        <owl:intersectionOf rdf:parseType="Collection">
                                                            <owl:Restriction>
                                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000060"/>
                                                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000004"/>
                                                            </owl:Restriction>
                                                            <owl:Restriction>
                                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000060"/>
                                                                <owl:allValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000004"/>
                                                            </owl:Restriction>
                                                        </owl:intersectionOf>
                                                    </owl:Class>
                                                    <owl:Class>
                                                        <owl:unionOf rdf:parseType="Collection">
                                                            <owl:Restriction>
                                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000063"/>
                                                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                                                            </owl:Restriction>
                                                            <owl:Restriction>
                                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
                                                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                                                            </owl:Restriction>
                                                        </owl:unionOf>
                                                    </owl:Class>
                                                </owl:intersectionOf>
                                            </owl:Class>
                                        </owl:intersectionOf>
                                    </owl:Class>
                                </owl:unionOf>
                            </owl:Class>
                            <owl:Class>
                                <owl:unionOf rdf:parseType="Collection">
                                    <owl:Class>
                                        <owl:intersectionOf rdf:parseType="Collection">
                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                            <owl:Class>
                                                <owl:unionOf rdf:parseType="Collection">
                                                    <owl:Restriction>
                                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000063"/>
                                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                                    </owl:Restriction>
                                                    <owl:Restriction>
                                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
                                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                                    </owl:Restriction>
                                                </owl:unionOf>
                                            </owl:Class>
                                        </owl:intersectionOf>
                                    </owl:Class>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000104"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    </owl:Restriction>
                                </owl:unionOf>
                            </owl:Class>
                        </owl:unionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <obo:IAO_0000112 xml:lang="en">The Orbiter Vehicle component of the NASA Space Shuttle</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The leg of a chair</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The opening line of Abraham Lincoln’s “Gettysburg Address”</obo:IAO_0000112>
        <obo:IAO_0000115 xml:lang="en.">A ‘Part’ is an ‘Entity’ that is either: a ‘Material entity’ and ‘is connected to’, ‘is contained by’, or ‘plays a functional role for’ some ‘Material entity’; or is a ‘Space’ that ‘is connected to’ or ‘is contained by’ some ‘Space’, and ‘is spatially bounded’ only by some ‘Spatial boundary’; or is an ‘Event’ that is ‘temporally during’ some ‘Event’; or is an ‘Activity’ that ‘is contained by’ some ‘Activity’; or is an ‘Abstract entity’ that ‘is contained by’ some ‘Abstract entity’</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en.">The closure axiom (fragment) ‘is spatially bound by some/only Spatial boundary’ is necessary to prevent ‘Space’ from classifying as a ‘Part’. While instances of the class ‘Space’ may be ‘Parts’ (i.e., ‘Areas’), ‘Space’ also needs to considered as a totality.</obo:IAO_0000600>
        <rdfs:comment xml:lang="en.">The conception of parthood in Roland:Top is largely derived from the work of Morton E. Winston et al. in “A Taxonomy of Part-Whole Relations”.</rdfs:comment>
        <obo:IAO_0000600 xml:lang="en.">This definition attempts to account for several “high level” types of parthood:

1. Material: the part is either ‘connected to’, ‘contained by’, or ‘plays a functional role for’ some ‘Material entity’. Note that ‘has a functional relationship with’ accounts for spatially-scattered parts (such as the bikini top of a swimsuit or the jacket of a tuxedo).

2. Spatial: the part is either ‘connected to’ or ‘contained by’ some ‘Space’.

3. Temporal: the part is is either ‘temporally during’ some ‘Event’ or ‘is  contained by’ some ‘Activity’.

4. Abstract: the part ‘is contained by’ some ‘Abstract entity’ (such as a subset of a set of integers).</obo:IAO_0000600>
    </owl:Class>
    <owl:Axiom>
        <dc:bibliographicCitation xml:lang="en">Morton E. Winston, Roger Chaffin, and Douglas Herrmann, “A Taxonomy of Part-Whole Relations,” Cognitive Science 11 (1987): 417 – 444.</dc:bibliographicCitation>
        <owl:annotatedTarget xml:lang="en.">The conception of parthood in Roland:Top is largely derived from the work of Morton E. Winston et al. in “A Taxonomy of Part-Whole Relations”.</owl:annotatedTarget>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
        <owl:annotatedProperty rdf:resource="&rdfs;comment"/>
    </owl:Axiom>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000032">
        <rdfs:label xml:lang="en">Action</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000013"/>
                            </owl:Restriction>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
        <obo:IAO_0000112 xml:lang="en">A single orbit of the moon around the Earth</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">A single rain shower</obo:IAO_0000112>
        <obo:IAO_0000115 xml:lang="en">An ‘Action’ is a ‘Part’ and an ‘Activity’ that ‘is contained by’ some ‘Activity’</obo:IAO_0000115>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000033">
        <rdfs:label xml:lang="en">Area</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000060"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000004"/>
                                    </owl:Restriction>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000060"/>
                                        <owl:allValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000004"/>
                                    </owl:Restriction>
                                </owl:intersectionOf>
                            </owl:Class>
                            <owl:Class>
                                <owl:unionOf rdf:parseType="Collection">
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000063"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                                    </owl:Restriction>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                                    </owl:Restriction>
                                </owl:unionOf>
                            </owl:Class>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
        <obo:IAO_0000115 xml:lang="en">An ‘Area’ is a ‘Part’ and a ‘Space’ that ‘is spatially bounded by’ only some ‘Spatial boundary’ and ‘is connected to’ or ‘is contained by’ some ‘Space’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The Class B airspace above New York City</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The downtown of Ho Chi Minh City</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000034">
        <rdfs:label xml:lang="en">Component</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000104"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                            </owl:Restriction>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Component’ is a ‘Part’ and a ‘Material entity’ that ‘plays a functional role for’ some ‘Material entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A catalytic converter (as part of an automobile)</obo:IAO_0000112>
        <obo:IAO_0000116 xml:lang="en">A page in a book</obo:IAO_0000116>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000035">
        <rdfs:label xml:lang="en">Instant</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000043"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000023"/>
                            </owl:Restriction>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
        <obo:IAO_0000115 xml:lang="en">An ‘Instant’ is an ‘Event’ and ‘is temporally during’ some ‘Event’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">Exactly now</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The moment represented by the Unix epoch 285486420</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000036">
        <rdfs:label xml:lang="en">Member</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000002"/>
                                    </owl:Restriction>
                                </owl:intersectionOf>
                            </owl:Class>
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000072"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    </owl:Restriction>
                                </owl:intersectionOf>
                            </owl:Class>
                        </owl:unionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
        <obo:IAO_0000115>A ‘Member’ is a ‘Part’ and an ‘Abstract entity’ that ‘is contained by’ some ‘Abstract entity’; or is a ‘Part’ and a ‘Material entity’ that ‘is included in’ some ‘Material entity’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">“The Wife of Bath’s Tale”, as part of Geoffrey Chaucer’s “The Canterbury Tales”</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The Bell-47D1 Helicopter that is part of the Museum of Modern Art’s Architecture and Design collection</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000037">
        <rdfs:label xml:lang="en">Portion</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                            <owl:Class>
                                <owl:unionOf rdf:parseType="Collection">
                                    <owl:Class>
                                        <owl:complementOf>
                                            <owl:Restriction>
                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000075"/>
                                                <owl:hasSelf rdf:datatype="&xsd;boolean">true</owl:hasSelf>
                                            </owl:Restriction>
                                        </owl:complementOf>
                                    </owl:Class>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000075"/>
                                        <owl:hasSelf rdf:datatype="&xsd;boolean">true</owl:hasSelf>
                                    </owl:Restriction>
                                </owl:unionOf>
                            </owl:Class>
                            <owl:Class>
                                <owl:unionOf rdf:parseType="Collection">
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000063"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    </owl:Restriction>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    </owl:Restriction>
                                </owl:unionOf>
                            </owl:Class>
                            <owl:Class>
                                <owl:unionOf rdf:parseType="Collection">
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000076"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    </owl:Restriction>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000103"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    </owl:Restriction>
                                </owl:unionOf>
                            </owl:Class>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000075"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                            </owl:Restriction>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
        <obo:IAO_0000600 xml:lang="en">A ‘Portion’ ‘is materially consistent’ with the ‘Material entity’ upon which it is dependent (or from which it derives). However, it may not be ‘materially consistent’ with itself. For example, a slice of pie ‘is materially consistent’ with the pie from which it was cut. Taken as an entity in its own right, however, the slice is not materially consistent with itself — some of it is crust, and some of it is filling.</obo:IAO_0000600>
        <obo:IAO_0000115 xml:lang="en">A ‘Portion’ is a ‘Part’ and a ‘Material entity’ that ‘is connected to’ or ‘is contained by’ some ‘Material entity’, ‘is materially consistent with’ some ‘Material entity’, ‘is materially dependent on’ or ‘is derived from’ some ‘Material entity’, and either ‘is materially consistent with’ itself or is not ‘materially consistent’ with itself</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">A slice of an American Hot Pizza</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">Half the water in any given glass of water</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000038">
        <rdfs:label xml:lang="en">Substance</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <owl:Class>
                                        <owl:unionOf rdf:parseType="Collection">
                                            <owl:Restriction>
                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000063"/>
                                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                            </owl:Restriction>
                                            <owl:Restriction>
                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000065"/>
                                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                            </owl:Restriction>
                                        </owl:unionOf>
                                    </owl:Class>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000075"/>
                                        <owl:hasSelf rdf:datatype="&xsd;boolean">true</owl:hasSelf>
                                    </owl:Restriction>
                                </owl:intersectionOf>
                            </owl:Class>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Substance’ is a ‘Part’ and a ‘Material entity’ that ‘is connected to’ or ‘is contained by’ some ‘Material entity’, and ‘is materially consistent with’ itself</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">In contrast to ‘Portions’, ‘Substances’ must always be ‘materially consistent’ with themselves.</obo:IAO_0000600>
        <obo:IAO_0000112 xml:lang="en">The Carrara marble in Michelangelo’s sculpture “The Pietà”</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The whiskey in a Manhattan cocktail</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000039">
        <rdfs:label xml:lang="en">Surface</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
                    <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000063"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    </owl:Restriction>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000076"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    </owl:Restriction>
                                </owl:intersectionOf>
                            </owl:Class>
                            <owl:Class>
                                <owl:unionOf rdf:parseType="Collection">
                                    <owl:Class>
                                        <owl:intersectionOf rdf:parseType="Collection">
                                            <owl:Restriction>
                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000036"/>
                                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000041"/>
                                            </owl:Restriction>
                                            <owl:Restriction>
                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000057"/>
                                                <owl:someValuesFrom>
                                                    <owl:Class>
                                                        <owl:intersectionOf rdf:parseType="Collection">
                                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                                                            <owl:Class>
                                                                <owl:complementOf>
                                                                    <owl:Restriction>
                                                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
                                                                        <owl:someValuesFrom>
                                                                            <owl:Class>
                                                                                <owl:intersectionOf rdf:parseType="Collection">
                                                                                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                                                                    <owl:Restriction>
                                                                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000036"/>
                                                                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000041"/>
                                                                                    </owl:Restriction>
                                                                                </owl:intersectionOf>
                                                                            </owl:Class>
                                                                        </owl:someValuesFrom>
                                                                    </owl:Restriction>
                                                                </owl:complementOf>
                                                            </owl:Class>
                                                        </owl:intersectionOf>
                                                    </owl:Class>
                                                </owl:someValuesFrom>
                                            </owl:Restriction>
                                        </owl:intersectionOf>
                                    </owl:Class>
                                    <owl:Class>
                                        <owl:unionOf rdf:parseType="Collection">
                                            <owl:Class>
                                                <owl:intersectionOf rdf:parseType="Collection">
                                                    <owl:Restriction>
                                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000036"/>
                                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000042"/>
                                                    </owl:Restriction>
                                                    <owl:Restriction>
                                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000057"/>
                                                        <owl:someValuesFrom>
                                                            <owl:Class>
                                                                <owl:intersectionOf rdf:parseType="Collection">
                                                                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                                                                    <owl:Class>
                                                                        <owl:complementOf>
                                                                            <owl:Restriction>
                                                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
                                                                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                                                            </owl:Restriction>
                                                                        </owl:complementOf>
                                                                    </owl:Class>
                                                                </owl:intersectionOf>
                                                            </owl:Class>
                                                        </owl:someValuesFrom>
                                                    </owl:Restriction>
                                                </owl:intersectionOf>
                                            </owl:Class>
                                            <owl:Restriction>
                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000057"/>
                                                <owl:someValuesFrom>
                                                    <owl:Class>
                                                        <owl:intersectionOf rdf:parseType="Collection">
                                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040"/>
                                                            <owl:Restriction>
                                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
                                                                <owl:someValuesFrom>
                                                                    <owl:Class>
                                                                        <owl:intersectionOf rdf:parseType="Collection">
                                                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                                                            <owl:Restriction>
                                                                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000036"/>
                                                                                <owl:someValuesFrom>
                                                                                    <owl:Class>
                                                                                        <owl:unionOf rdf:parseType="Collection">
                                                                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000041"/>
                                                                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000043"/>
                                                                                            <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000044"/>
                                                                                        </owl:unionOf>
                                                                                    </owl:Class>
                                                                                </owl:someValuesFrom>
                                                                            </owl:Restriction>
                                                                        </owl:intersectionOf>
                                                                    </owl:Class>
                                                                </owl:someValuesFrom>
                                                            </owl:Restriction>
                                                        </owl:intersectionOf>
                                                    </owl:Class>
                                                </owl:someValuesFrom>
                                            </owl:Restriction>
                                        </owl:unionOf>
                                    </owl:Class>
                                </owl:unionOf>
                            </owl:Class>
                        </owl:intersectionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000031"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Surface’ is a ‘Part’ and a ‘Material entity’ that ‘is materially dependent on’ and ‘is connected to’ some ‘Material entity’, and either: ‘has as a material quality’ some ‘Solid’ state, and ‘is adjacent to’ some ‘Space’ that does not ‘contain’ a ‘Material entity’ that ‘has as a material quality’ some ‘Solid’ state; or else ‘has as a material quality’ some ‘Liquid’ and ‘is adjacent to’ some ‘Space’ that does not ‘contain’ a ‘Material entity’, or ‘is adjacent to’ some ‘Space’ that ‘contains’ some ‘Material entity’ that ‘has material quality’ some ‘Solid’, ‘Semi-solid’, or ‘Gaseous’ state</obo:IAO_0000115>
        <obo:IAO_0000600 xml:lang="en">It is assumed that even when two solid ‘Surfaces’ are “touching”, there is some (possibly infinitesimal) empty ‘Space’ between them. This is in contrast with a “join”, wherein two solid ‘Surfaces’ become materially fused (and, thus, cease to be ‘Surfaces’).

Refer also to Patrick Hayes’ characterization of surfaces in his “Naive Physics I: Ontology for Liquids”.</obo:IAO_0000600>
        <obo:IAO_0000112 xml:lang="en">The face of the John Hancock Tower oriented toward the Charles River</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The top of Lake Neuchâtel</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en.">For something to be a ‘Surface’, three conditions must be met:

1. It must be ‘connected to’ some ‘Material entity’.

2. It must be ‘materially dependent on’ some ‘Material entity’. Presumably, this will be the same ‘Material entity it ‘is connected to’, although this is not formalized. Further, note that there is no such thing as a “pure surface” — a ‘Surface’ always depends upon another ‘Material entity’ for its existence.

3a. If the ‘Surface’ is ‘Solid’, it must be ‘adjacent to’ a ‘Space’ that does not contain a ‘Material entity’ that is a ‘Solid’;

3b. If the ‘Surface’ is a ‘Liquid’, it must be adjacent to a ‘Space’ that either: does not ‘contain’ any ‘Material entity’ (“empty space”), or else ‘contains’ a ‘Material entity’ that is ‘Solid’, ‘Semi-solid’, or ‘Gaseous’.</obo:IAO_0000600>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
    </owl:Class>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">It is assumed that even when two solid ‘Surfaces’ are “touching”, there is some (possibly infinitesimal) empty ‘Space’ between them. This is in contrast with a “join”, wherein two solid ‘Surfaces’ become materially fused (and, thus, cease to be ‘Surfaces’).

Refer also to Patrick Hayes’ characterization of surfaces in his “Naive Physics I: Ontology for Liquids”.</owl:annotatedTarget>
        <dc:bibliographicCitation xml:lang="en">Patrick J. Hayes, “Naive Physics I: Ontology for Liquids,” in “Formal Theories of the Commonsense World,” ed. Jerry R. Hobbs and Robert C. Moore, 71 – 107 (Norwood, New Jersey: Ablex Publishing Corporation, 1985).</dc:bibliographicCitation>
        <owl:annotatedProperty rdf:resource="&obo;IAO_0000600"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000039"/>
    </owl:Axiom>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000040">
        <rdfs:label xml:lang="en">Space</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://vocab.roland-works.com/vocab/top"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Class>
                                <owl:complementOf>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                                    </owl:Restriction>
                                </owl:complementOf>
                            </owl:Class>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000007"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000024"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Class>
                                <owl:complementOf>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000059"/>
                                        <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000004"/>
                                    </owl:Restriction>
                                </owl:complementOf>
                            </owl:Class>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000060"/>
                                <owl:someValuesFrom rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000004"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_OP_0000001"/>
                        <owl:onClass rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000007"/>
                        <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minQualifiedCardinality>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000001"/>
        <obo:IAO_0000115 xml:lang="en">A ‘Space’ is an ‘Entity’ that ‘contains’ or does not ‘contain’ some ‘Material entity’, ‘is bounded by’ or is not ‘bounded by’ some ‘Spatial boundary’, and ‘has as a dimension’ at least one ‘Dimension’</obo:IAO_0000115>
        <obo:IAO_0000112 xml:lang="en">The empty area (partially) contained by a cat’s left ear</obo:IAO_0000112>
        <obo:IAO_0000112 xml:lang="en">The expanse of the known universe</obo:IAO_0000112>
    </owl:Class>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000041">
        <rdfs:label xml:lang="en">Solid</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000030"/>
        <obo:IAO_0000600 xml:lang="en">States of matter are left primitive in Roland:Top. However, ‘Solid’ may be considered as follows: a state of matter “characterized by structural rigidity and resistance to changes of shape or volume.”</obo:IAO_0000600>
        <obo:IAO_0000112 xml:lang="en">The marble used in Trajan’s column</obo:IAO_0000112>
    </owl:Class>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">States of matter are left primitive in Roland:Top. However, ‘Solid’ may be considered as follows: a state of matter “characterized by structural rigidity and resistance to changes of shape or volume.”</owl:annotatedTarget>
        <dc:bibliographicCitation xml:lang="en">Wikipedia contributors, “Solid,” Wikipedia, The Free Encyclopedia, http://en.wikipedia.org/w/index.php?title=Solid&amp;oldid=638404383 (accessed January 4, 2015).</dc:bibliographicCitation>
        <owl:annotatedProperty rdf:resource="&obo;IAO_0000600"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000041"/>
    </owl:Axiom>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000042">
        <rdfs:label xml:lang="en">Liquid</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000030"/>
        <obo:IAO_0000600 xml:lang="en">States of matter are left primitive in Roland:Top. However, ‘Liquid’ may be considered as follows: a state of matter “with a definite volume but no fixed shape.... Like a gas, a liquid is able to flow and take the shape of a container.”</obo:IAO_0000600>
        <obo:IAO_0000600 xml:lang="en">The water contained by the Mediterranean Sea</obo:IAO_0000600>
    </owl:Class>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">States of matter are left primitive in Roland:Top. However, ‘Liquid’ may be considered as follows: a state of matter “with a definite volume but no fixed shape.... Like a gas, a liquid is able to flow and take the shape of a container.”</owl:annotatedTarget>
        <dc:bibliographicCitation xml:lang="en">Wikipedia contributors, “Liquid,” Wikipedia, The Free Encyclopedia, http://en.wikipedia.org/w/index.php?title=Liquid&amp;oldid=635888639 (accessed January 4, 2015).</dc:bibliographicCitation>
        <owl:annotatedProperty rdf:resource="&obo;IAO_0000600"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000042"/>
    </owl:Axiom>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000043">
        <rdfs:label xml:lang="en">Gaseous</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000030"/>
        <obo:IAO_0000600 xml:lang="en">States of matter are left primitive in Roland:Top. However, ‘Gaseous’ may be considered as follows: a state of matter characterized by “the vast separation of the individual gas particles.... The interaction of gas particles in the presence of electric and gravitational fields are considered negligible...”</obo:IAO_0000600>
        <obo:IAO_0000112 xml:lang="en">The nitrogen in the Earth’s atmosphere</obo:IAO_0000112>
    </owl:Class>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">States of matter are left primitive in Roland:Top. However, ‘Gaseous’ may be considered as follows: a state of matter characterized by “the vast separation of the individual gas particles.... The interaction of gas particles in the presence of electric and gravitational fields are considered negligible...”</owl:annotatedTarget>
        <dc:bibliographicCitation xml:lang="en">Wikipedia contributors, “Gas,” Wikipedia, The Free Encyclopedia, http://en.wikipedia.org/w/index.php?title=Gas&amp;oldid=639808118 (accessed January 4, 2015).</dc:bibliographicCitation>
        <owl:annotatedProperty rdf:resource="&obo;IAO_0000600"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000043"/>
    </owl:Axiom>

    <owl:Class rdf:about="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000044">
        <rdfs:label xml:lang="en">Semi-solid</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000041"/>
        <obo:IAO_0000112 xml:lang="en">Melting wax</obo:IAO_0000112>
        <obo:IAO_0000600 xml:lang="en">States of matter are left primitive in Roland:Top. However, ‘Semi-solid’ may be considered as follows: “something that lies along the boundary between a solid and a liquid. While similar to a solid in some respects, in that [semi-solids] can support their own weight and hold their shapes, a [semi-solid] also shares some properties of liquids, such as conforming in shape to something applying pressure to it and the ability to flow under pressure.”</obo:IAO_0000600>
    </owl:Class>
    <owl:Axiom>
        <owl:annotatedTarget xml:lang="en">States of matter are left primitive in Roland:Top. However, ‘Semi-solid’ may be considered as follows: “something that lies along the boundary between a solid and a liquid. While similar to a solid in some respects, in that [semi-solids] can support their own weight and hold their shapes, a [semi-solid] also shares some properties of liquids, such as conforming in shape to something applying pressure to it and the ability to flow under pressure.”</owl:annotatedTarget>
        <dc:bibliographicCitation xml:lang="en">Wikipedia contributors, “Quasi-solid,” Wikipedia, The Free Encyclopedia, http://en.wikipedia.org/w/index.php?title=Quasi-solid&amp;oldid=619026283 (accessed January 4, 2015).</dc:bibliographicCitation>
        <owl:annotatedProperty rdf:resource="&obo;IAO_0000600"/>
        <owl:annotatedSource rdf:resource="http://vocab.roland-works.com/vocab/top#RO_TOP_CL_0000044"/>
    </owl:Axiom>    

</rdf:RDF>