@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix hume: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; "A collection of all the EMMO reference level ontology modules"@en , """A lightweight version of the EMMO, exposing the most common classes and relations for practical use in the development of application ontologies, using human-readable IRIs. EMMO-LITE expressivity is limited to RDFS+ for increased portability. Each EMMO-LITE ontology entity provides a reference to the EMMO entity using skos:exactMatch for mapping purposes."""@en ; "Emanuele Ghedini"@en ; "https://creativecommons.org/licenses/by/4.0/legalcode" ; ; "EMMO-LITE"@en ; rdfs:comment """EMMO-LITE is a subset of classes, properties and axioms of EMMO for Humans. EMMO-LITE is designed for RDFS+ reasoning, using the following constructs: rdfs:subClassOf rdfs:subPropertyOf rdfs:domain rdfs:range rdfs:label rdfs:comment owl:equivalentClass owl:equivalentProperty owl:sameAs inverseOf TransitiveProperty SymmetricProperty FunctionalProperty InverseFunctionalProperty ObjectProperty DatatypeProperty AnnotationProperty"""@en ; owl:versionInfo "0.0.6"@en . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/terms/abstract rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/publisher rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#exactMatch rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#example rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#prefLabel rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### https://w3id.org/emmo/hume#affects hume:affects rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; owl:inverseOf hume:isAffectedBy ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; rdfs:domain hume:Process ; rdfs:range hume:Object . ### https://w3id.org/emmo/hume#coexistsWith hume:coexistsWith rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isCauseOf , hume:isCausedBy ; rdf:type owl:SymmetricProperty ; . ### https://w3id.org/emmo/hume#contributesTo hume:contributesTo rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; owl:inverseOf hume:isContributedBy ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; rdfs:domain hume:Process ; rdfs:range hume:Process . ### https://w3id.org/emmo/hume#hasBehaviour hume:hasBehaviour rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:hasProperPart ; owl:inverseOf hume:isBehaviourOf ; rdfs:domain hume:Object ; rdfs:range hume:Process . ### https://w3id.org/emmo/hume#hasComponent hume:hasComponent rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:hasConstituent ; owl:inverseOf hume:isComponentOf ; rdfs:domain hume:System ; rdfs:range hume:Component ; . ### https://w3id.org/emmo/hume#hasConstituent hume:hasConstituent rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:hasProperPart ; owl:inverseOf hume:isConstituentOf ; rdfs:domain hume:Object ; rdfs:range hume:Object . ### https://w3id.org/emmo/hume#hasConstitutiveProcess hume:hasConstitutiveProcess rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:hasProperPart ; owl:inverseOf hume:isConstitutiveProcessOf ; rdfs:domain hume:Object ; rdfs:range hume:Process . ### https://w3id.org/emmo/hume#hasDatum hume:hasDatum rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:hasPart ; owl:inverseOf hume:isDatumOf ; rdfs:domain hume:DataSet ; rdfs:range hume:Datum . ### https://w3id.org/emmo/hume#hasDescription hume:hasDescription rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isRepresentedBy ; owl:inverseOf hume:isDescriptionOf ; rdfs:domain hume:Referent ; rdfs:range hume:Sign ; . ### https://w3id.org/emmo/hume#hasInput hume:hasInput rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; owl:inverseOf hume:isInputOf ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; rdfs:domain hume:Process . ### https://w3id.org/emmo/hume#hasInterpreter hume:hasInterpreter rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:semioticOvercross ; owl:inverseOf hume:isInterpreterFor ; rdfs:domain hume:Semiosis ; rdfs:range hume:Interpreter . ### https://w3id.org/emmo/hume#hasOutput hume:hasOutput rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; owl:inverseOf hume:isOutputOf ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; rdfs:domain hume:Process . ### https://w3id.org/emmo/hume#hasPart hume:hasPart rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:overlaps ; owl:inverseOf hume:isPartOf ; . ### https://w3id.org/emmo/hume#hasParticipant hume:hasParticipant rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:hasProperPart ; owl:inverseOf hume:isParticipantOf ; rdfs:domain hume:Process ; rdfs:range hume:Object . ### https://w3id.org/emmo/hume#hasProperPart hume:hasProperPart rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:hasPart , hume:overcrosses ; owl:inverseOf hume:isProperPartOf ; rdf:type owl:AsymmetricProperty ; . ### https://w3id.org/emmo/hume#hasProperty hume:hasProperty rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isRepresentedBy ; owl:inverseOf hume:isPropertyOf ; rdfs:domain hume:Referent ; rdfs:range hume:Property ; . ### https://w3id.org/emmo/hume#hasReferent hume:hasReferent rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:semioticOvercross ; owl:inverseOf hume:isReferentFor ; rdfs:domain hume:Semiosis ; rdfs:range hume:Referent . ### https://w3id.org/emmo/hume#hasSign hume:hasSign rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:semioticOvercross ; owl:inverseOf hume:isSignFor ; rdfs:domain hume:Semiosis ; rdfs:range hume:Sign . ### https://w3id.org/emmo/hume#hasStage hume:hasStage rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:hasProperPart ; owl:inverseOf hume:isStageOf ; rdfs:domain hume:Process ; rdfs:range hume:Process . ### https://w3id.org/emmo/hume#hasStatus hume:hasStatus rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:hasProperPart ; owl:inverseOf hume:isStatusOf ; rdfs:domain hume:Process ; rdfs:range hume:Object . ### https://w3id.org/emmo/hume#hasSubObject hume:hasSubObject rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:hasProperPart ; owl:inverseOf hume:isSubObjectOf ; rdfs:domain hume:Object ; rdfs:range hume:Object . ### https://w3id.org/emmo/hume#hasSubProcess hume:hasSubProcess rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:hasProperPart ; owl:inverseOf hume:isSubProcessOf ; rdfs:domain hume:Process ; rdfs:range hume:Process . ### https://w3id.org/emmo/hume#interprets hume:interprets rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isSemioticallyRelatedTo ; owl:inverseOf hume:isInterpretedBy ; rdfs:domain hume:Interpreter ; rdfs:range hume:Sign ; . ### https://w3id.org/emmo/hume#isAffectedBy hume:isAffectedBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty . ### https://w3id.org/emmo/hume#isAfter hume:isAfter rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isCausedBy ; owl:inverseOf hume:isBefore ; rdf:type owl:AsymmetricProperty ; . ### https://w3id.org/emmo/hume#isBefore hume:isBefore rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isCauseOf ; rdf:type owl:AsymmetricProperty ; . ### https://w3id.org/emmo/hume#isBehaviourOf hume:isBehaviourOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isProperPartOf ; rdfs:domain hume:Process ; rdfs:range hume:Object . ### https://w3id.org/emmo/hume#isCauseOf hume:isCauseOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; owl:inverseOf hume:isCausedBy ; rdf:type owl:IrreflexiveProperty ; . ### https://w3id.org/emmo/hume#isCausedBy hume:isCausedBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdf:type owl:IrreflexiveProperty ; . ### https://w3id.org/emmo/hume#isComponentOf hume:isComponentOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isConstituentOf ; rdfs:domain hume:Component ; rdfs:range hume:System . ### https://w3id.org/emmo/hume#isConstituentOf hume:isConstituentOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isProperPartOf ; rdfs:domain hume:Object ; rdfs:range hume:Object . ### https://w3id.org/emmo/hume#isConstitutiveProcessOf hume:isConstitutiveProcessOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isProperPartOf ; rdfs:domain hume:Process ; rdfs:range hume:Object . ### https://w3id.org/emmo/hume#isContributedBy hume:isContributedBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty . ### https://w3id.org/emmo/hume#isDatumOf hume:isDatumOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isPartOf . ### https://w3id.org/emmo/hume#isDescriptionOf hume:isDescriptionOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:standsFor ; rdfs:domain hume:Sign ; rdfs:range hume:Referent ; . ### https://w3id.org/emmo/hume#isInputOf hume:isInputOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; rdfs:range hume:Process . ### https://w3id.org/emmo/hume#isInterpretationAccordingTo hume:isInterpretationAccordingTo rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isSemioticallyRelatedTo ; owl:inverseOf hume:providesInterpretation ; rdfs:domain hume:Referent ; rdfs:range hume:Interpreter ; . ### https://w3id.org/emmo/hume#isInterpretedBy hume:isInterpretedBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isSemioticallyRelatedTo ; rdfs:domain hume:Sign ; rdfs:range hume:Interpreter ; . ### https://w3id.org/emmo/hume#isInterpreterFor hume:isInterpreterFor rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:semioticOvercrossedBy ; rdfs:domain hume:Interpreter ; rdfs:range hume:Semiosis . ### https://w3id.org/emmo/hume#isJoinedBy hume:isJoinedBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; owl:inverseOf hume:joins ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty . ### https://w3id.org/emmo/hume#isLeftBy hume:isLeftBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; owl:inverseOf hume:leaves ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty . ### https://w3id.org/emmo/hume#isOutputOf hume:isOutputOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; rdfs:range hume:Process . ### https://w3id.org/emmo/hume#isOvercrossedBy hume:isOvercrossedBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:overlaps ; owl:inverseOf hume:overcrosses ; . ### https://w3id.org/emmo/hume#isPartOf hume:isPartOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:overlaps ; . ### https://w3id.org/emmo/hume#isPartakenBy hume:isPartakenBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; owl:inverseOf hume:partakesIn ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty . ### https://w3id.org/emmo/hume#isParticipantOf hume:isParticipantOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isProperPartOf ; rdfs:domain hume:Object ; rdfs:range hume:Process . ### https://w3id.org/emmo/hume#isParticipatedBy hume:isParticipatedBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; owl:inverseOf hume:participatesTo ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty . ### https://w3id.org/emmo/hume#isProperPartOf hume:isProperPartOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isOvercrossedBy , hume:isPartOf ; rdf:type owl:AsymmetricProperty ; . ### https://w3id.org/emmo/hume#isPropertyOf hume:isPropertyOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:standsFor ; rdfs:domain hume:Property ; rdfs:range hume:Referent ; . ### https://w3id.org/emmo/hume#isReferentFor hume:isReferentFor rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:semioticOvercrossedBy ; rdfs:domain hume:Referent ; rdfs:range hume:Semiosis . ### https://w3id.org/emmo/hume#isRepresentedBy hume:isRepresentedBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isSemioticallyRelatedTo ; owl:inverseOf hume:standsFor ; rdfs:domain hume:Referent ; rdfs:range hume:Sign ; . ### https://w3id.org/emmo/hume#isSemioticallyRelatedTo hume:isSemioticallyRelatedTo rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdf:type owl:SymmetricProperty ; . ### https://w3id.org/emmo/hume#isSignFor hume:isSignFor rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:semioticOvercrossedBy ; rdfs:domain hume:Sign ; rdfs:range hume:Semiosis . ### https://w3id.org/emmo/hume#isStageOf hume:isStageOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isProperPartOf ; rdfs:domain hume:Process ; rdfs:range hume:Process . ### https://w3id.org/emmo/hume#isStatusOf hume:isStatusOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isProperPartOf ; rdfs:domain hume:Object ; rdfs:range hume:Process . ### https://w3id.org/emmo/hume#isSubObjectOf hume:isSubObjectOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isProperPartOf ; rdfs:domain hume:Object ; rdfs:range hume:Object . ### https://w3id.org/emmo/hume#isSubProcessOf hume:isSubProcessOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isProperPartOf ; rdfs:domain hume:Process ; rdfs:range hume:Process . ### https://w3id.org/emmo/hume#joins hume:joins rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; rdfs:range hume:Object . ### https://w3id.org/emmo/hume#leaves hume:leaves rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; rdfs:range hume:Object . ### https://w3id.org/emmo/hume#overcrosses hume:overcrosses rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:overlaps ; . ### https://w3id.org/emmo/hume#overlaps hume:overlaps rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdf:type owl:SymmetricProperty ; . ### https://w3id.org/emmo/hume#partakesIn hume:partakesIn rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; rdfs:domain hume:Object ; rdfs:range hume:Object . ### https://w3id.org/emmo/hume#participatesTo hume:participatesTo rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:properOverlaps ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; rdfs:domain hume:Object ; rdfs:range hume:Process . ### https://w3id.org/emmo/hume#properOverlaps hume:properOverlaps rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isOvercrossedBy , hume:overcrosses ; rdf:type owl:SymmetricProperty , owl:IrreflexiveProperty ; . ### https://w3id.org/emmo/hume#providesInterpretation hume:providesInterpretation rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isSemioticallyRelatedTo ; rdfs:domain hume:Interpreter ; rdfs:range hume:Referent ; . ### https://w3id.org/emmo/hume#semioticOvercross hume:semioticOvercross rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isSemioticallyRelatedTo , hume:overcrosses ; owl:inverseOf hume:semioticOvercrossedBy . ### https://w3id.org/emmo/hume#semioticOvercrossedBy hume:semioticOvercrossedBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isOvercrossedBy , hume:isSemioticallyRelatedTo . ### https://w3id.org/emmo/hume#standsFor hume:standsFor rdf:type owl:ObjectProperty ; rdfs:subPropertyOf hume:isSemioticallyRelatedTo ; rdfs:domain hume:Sign ; rdfs:range hume:Referent ; . ################################################################# # Data properties ################################################################# ### https://w3id.org/emmo/elite#dataValue :dataValue rdf:type owl:DatatypeProperty ; rdfs:domain hume:Data ; rdfs:comment "Relates a data individual (e.g., a property) to its specific data value."@en , "This data property is used when the user wants to declare a physical quantity (e.g., temperature) as individual, so that he can relate it to other individuals. Generally a physical quantity is not only a value, but also possesses a reference unit (see elite:referenceUnit) and is linked to an obsreved entity through semiotic object property.."@en . ### https://w3id.org/emmo/elite#referenceUnit :referenceUnit rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty ; rdfs:comment """A simple alternative to more sofisticated ontological apporaches to measurement units, where a user can provide a string with the reference unit for a particular physical property data individual without strict syntactic constraints. Units must be written according to section 5.2 SI Brochure rules: https://www.bipm.org/documents/20126/41483022/SI-Brochure-9.pdf/fcf090b2-04e6-88cc-1149-c3e029ad8232"""@en ; "kg/m s" . ################################################################# # Classes ################################################################# ### https://w3id.org/emmo/hume#Agency hume:Agency rdf:type owl:Class ; rdfs:subClassOf hume:Whole ; . ### https://w3id.org/emmo/hume#Agent hume:Agent rdf:type owl:Class ; rdfs:subClassOf hume:Object , hume:Role ; . ### https://w3id.org/emmo/hume#AnalogData hume:AnalogData rdf:type owl:Class ; rdfs:subClassOf hume:DataByDiscretness ; . ### https://w3id.org/emmo/hume#ArrayData hume:ArrayData rdf:type owl:Class ; rdfs:subClassOf hume:DiscreteData ; . ### https://w3id.org/emmo/hume#Characterisation hume:Characterisation rdf:type owl:Class ; rdfs:subClassOf hume:Measurement . ### https://w3id.org/emmo/hume#Component hume:Component rdf:type owl:Class ; rdfs:subClassOf hume:Object , hume:Role , [ rdf:type owl:Restriction ; owl:onProperty hume:isConstituentOf ; owl:someValuesFrom hume:System ] ; . ### https://w3id.org/emmo/hume#CondensedMatter hume:CondensedMatter rdf:type owl:Class ; rdfs:subClassOf hume:StateOfMatter ; . ### https://w3id.org/emmo/hume#ContinuumSubstance hume:ContinuumSubstance rdf:type owl:Class ; rdfs:subClassOf hume:Substance ; . ### https://w3id.org/emmo/hume#Data hume:Data rdf:type owl:Class ; . ### https://w3id.org/emmo/hume#DataByDiscretness hume:DataByDiscretness rdf:type owl:Class ; rdfs:subClassOf hume:Data ; . ### https://w3id.org/emmo/hume#DataByStructure hume:DataByStructure rdf:type owl:Class ; rdfs:subClassOf hume:Data ; . ### https://w3id.org/emmo/hume#DataSet hume:DataSet rdf:type owl:Class ; rdfs:subClassOf hume:DataByStructure ; . ### https://w3id.org/emmo/hume#Datum hume:Datum rdf:type owl:Class ; rdfs:subClassOf hume:DataByStructure ; . ### https://w3id.org/emmo/hume#Description hume:Description rdf:type owl:Class ; rdfs:subClassOf hume:Sign ; . ### https://w3id.org/emmo/hume#Device hume:Device rdf:type owl:Class ; rdfs:subClassOf hume:Object . ### https://w3id.org/emmo/hume#DiscreteData hume:DiscreteData rdf:type owl:Class ; rdfs:subClassOf hume:DataByDiscretness ; . ### https://w3id.org/emmo/hume#Fluid hume:Fluid rdf:type owl:Class ; rdfs:subClassOf hume:StateOfMatter ; . ### https://w3id.org/emmo/hume#Gas hume:Gas rdf:type owl:Class ; rdfs:subClassOf hume:Fluid ; . ### https://w3id.org/emmo/hume#Holistic hume:Holistic rdf:type owl:Class ; . ### https://w3id.org/emmo/hume#Interpreter hume:Interpreter rdf:type owl:Class ; rdfs:subClassOf hume:Semiotics . ### https://w3id.org/emmo/hume#JSONData hume:JSONData rdf:type owl:Class ; rdfs:subClassOf hume:DiscreteData . ### https://w3id.org/emmo/hume#Liquid hume:Liquid rdf:type owl:Class ; rdfs:subClassOf hume:CondensedMatter , hume:Fluid ; . ### https://w3id.org/emmo/hume#Material hume:Material rdf:type owl:Class ; rdfs:subClassOf hume:Substance ; . ### https://w3id.org/emmo/hume#Measurement hume:Measurement rdf:type owl:Class ; rdfs:subClassOf hume:Semiosis . ### https://w3id.org/emmo/hume#Measurer hume:Measurer rdf:type owl:Class ; rdfs:subClassOf hume:Interpreter . ### https://w3id.org/emmo/hume#MesoscopicSubstance hume:MesoscopicSubstance rdf:type owl:Class ; rdfs:subClassOf hume:Substance ; . ### https://w3id.org/emmo/hume#Object hume:Object rdf:type owl:Class ; rdfs:subClassOf hume:Persistence ; . ### https://w3id.org/emmo/hume#Persistence hume:Persistence rdf:type owl:Class ; . ### https://w3id.org/emmo/hume#PhysicalEntity hume:PhysicalEntity rdf:type owl:Class ; . ### https://w3id.org/emmo/hume#PhysicalObject hume:PhysicalObject rdf:type owl:Class ; rdfs:subClassOf hume:PhysicalEntity ; . ### https://w3id.org/emmo/hume#PhysicalParticle hume:PhysicalParticle rdf:type owl:Class ; rdfs:subClassOf hume:PhysicalObject ; . ### https://w3id.org/emmo/hume#PhysicalPhenomenon hume:PhysicalPhenomenon rdf:type owl:Class ; rdfs:subClassOf hume:PhysicalEntity ; . ### https://w3id.org/emmo/hume#Plasma hume:Plasma rdf:type owl:Class ; rdfs:subClassOf hume:Fluid ; . ### https://w3id.org/emmo/hume#Process hume:Process rdf:type owl:Class ; rdfs:subClassOf hume:Persistence ; . ### https://w3id.org/emmo/hume#Property hume:Property rdf:type owl:Class ; rdfs:subClassOf hume:Sign ; . ### https://w3id.org/emmo/hume#Referent hume:Referent rdf:type owl:Class ; rdfs:subClassOf hume:Semiotics . ### https://w3id.org/emmo/hume#Role hume:Role rdf:type owl:Class ; rdfs:subClassOf hume:Holistic ; . ### https://w3id.org/emmo/hume#Sample hume:Sample rdf:type owl:Class ; rdfs:subClassOf hume:Referent . ### https://w3id.org/emmo/hume#Semiosis hume:Semiosis rdf:type owl:Class ; rdfs:subClassOf hume:Process , hume:Semiotics . ### https://w3id.org/emmo/hume#Semiotics hume:Semiotics rdf:type owl:Class ; . ### https://w3id.org/emmo/hume#Sign hume:Sign rdf:type owl:Class ; rdfs:subClassOf hume:Semiotics . ### https://w3id.org/emmo/hume#Solid hume:Solid rdf:type owl:Class ; rdfs:subClassOf hume:CondensedMatter ; . ### https://w3id.org/emmo/hume#StateOfMatter hume:StateOfMatter rdf:type owl:Class ; rdfs:subClassOf hume:ContinuumSubstance ; . ### https://w3id.org/emmo/hume#Substance hume:Substance rdf:type owl:Class ; rdfs:subClassOf hume:PhysicalObject ; . ### https://w3id.org/emmo/hume#Suspension hume:Suspension rdf:type owl:Class ; rdfs:subClassOf hume:StateOfMatter ; . ### https://w3id.org/emmo/hume#System hume:System rdf:type owl:Class ; rdfs:subClassOf hume:Object , hume:Whole ; . ### https://w3id.org/emmo/hume#Whole hume:Whole rdf:type owl:Class ; rdfs:subClassOf hume:Holistic ; . ### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi