@prefix : .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
@prefix rdfs: .
@base .
rdf:type owl:Ontology ;
owl:imports ;
;
,
,
;
"The MIRA ontology is designed to capture hypotheses and findings in social demography research. Specifically, the ontology links datasets to research questions in the domain of social demography." ;
rdfs:label "mechanisms of inequality research and analysis (MIRA) ontology " .
#################################################################
# Annotation properties
#################################################################
### http://www.w3.org/2000/01/rdf-schema#description
rdfs:description rdf:type owl:AnnotationProperty .
#################################################################
# Datatypes
#################################################################
### http://www.w3.org/2001/XMLSchema#boolean
xsd:boolean rdf:type rdfs:Datatype .
### http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .
### http://www.w3.org/2001/XMLSchema#float
xsd:float rdf:type rdfs:Datatype .
### http://www.w3.org/2001/XMLSchema#integer
xsd:integer rdf:type rdfs:Datatype .
### http://www.w3.org/2001/XMLSchema#positiveInteger
xsd:positiveInteger rdf:type rdfs:Datatype .
#################################################################
# Object Properties
#################################################################
### http://semanticscience.org/resource/SIO_000008
rdf:type owl:ObjectProperty ;
rdfs:domain ,
:Explanation ;
rdfs:range ,
,
:Comparison ,
:Explanation ;
rdfs:label "has attribute" .
### http://semanticscience.org/resource/SIO_000061
rdf:type owl:ObjectProperty ;
rdfs:domain :Sample ;
rdfs:range ;
rdfs:label "is located in" .
### http://semanticscience.org/resource/SIO_000205
rdf:type owl:ObjectProperty ;
rdfs:domain ,
,
;
rdfs:range ;
rdfs:label "is represented by" .
### http://semanticscience.org/resource/SIO_000210
rdf:type owl:ObjectProperty ;
rdfs:domain ;
rdfs:range ,
,
;
rdfs:label "represents" .
### http://semanticscience.org/resource/SIO_000687
rdf:type owl:ObjectProperty ;
rdfs:domain :Sample ;
rdfs:range ;
rdfs:label "exists at" .
### http://semanticscience.org/resource/SIO_000772
rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain :Comparison ,
:Explanation ;
rdfs:range ,
:Comparison ;
rdfs:label "has evidence" .
### http://semanticscience.org/resource/SIO_000773
rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain ,
:Comparison ;
rdfs:range :Comparison ,
:Explanation ;
rdfs:label "is evidence for" .
### https://w3id.org/muhai-project/mira/hasContext
:hasContext rdf:type owl:ObjectProperty ;
rdfs:domain :Comparison ,
:Explanation ;
rdfs:range ,
,
:Context ,
:Sample ;
rdfs:label "has context" .
### https://w3id.org/muhai-project/mira/hasMediator
:hasMediator rdf:type owl:ObjectProperty ;
rdfs:domain :Explanation ;
rdfs:range :Mediator ;
rdfs:label "has mediator" .
### https://w3id.org/muhai-project/mira/hasObject
:hasObject rdf:type owl:ObjectProperty ;
rdfs:domain :Comparison ,
:Explanation ;
rdfs:range ,
,
:Explanation ,
:Object ;
rdfs:label "has object" .
### https://w3id.org/muhai-project/mira/hasEffectSize
:hasEffectSize rdf:type owl:ObjectProperty ;
rdfs:domain :Comparison ,
:Explanation ;
rdfs:range :EffectSize ;
rdfs:label "has effect size" .
### https://w3id.org/muhai-project/mira/hasRelation
:hasRelation rdf:type owl:ObjectProperty ;
rdfs:domain :Comparison ,
:Explanation ;
rdfs:range :RelationalProperty ;
rdfs:label "has relation" .
### https://w3id.org/muhai-project/mira/hasSubject
:hasSubject rdf:type owl:ObjectProperty ;
rdfs:domain :Comparison ,
:Explanation ;
rdfs:range ,
;
rdfs:label "has subject" .
#################################################################
# Data properties
#################################################################
### http://semanticscience.org/resource/SIO_000300
rdf:type owl:DatatypeProperty ;
rdfs:domain ;
rdfs:range xsd:float ;
rdfs:label "has value" .
#################################################################
# Classes
#################################################################
### http://purl.org/linked-data/cube#ComponentProperty
rdf:type owl:Class ;
rdfs:label "component property" .
### http://purl.org/linked-data/cube#DataSet
rdf:type owl:Class .
### http://purl.org/linked-data/cube#DimensionProperty
rdf:type owl:Class ;
rdfs:label "dimension property " .
### http://purl.org/linked-data/cube#MeasureProperty
rdf:type owl:Class ;
rdfs:label "measure property " .
### http://purl.org/ontology/bibo/AcademicArticle
rdf:type owl:Class ;
rdfs:label "academic article" .
### http://semanticscience.org/resource/InformationContentEntity
rdf:type owl:Class .
### http://semanticscience.org/resource/SIO_000012
rdf:type owl:Class ;
rdfs:label "organization" .
### http://semanticscience.org/resource/SIO_000015
rdf:type owl:Class ;
rdfs:label "information content entity" .
### http://semanticscience.org/resource/SIO_000414
rdf:type owl:Class ;
rdfs:label "geographic region" .
### http://semanticscience.org/resource/SIO_000976
rdf:type owl:Class ;
rdfs:label "observational study" .
### http://semanticscience.org/resource/SIO_001062
rdf:type owl:Class ;
rdfs:label "human population" .
### http://www.w3.org/2006/time#TemporalEntity
rdf:type owl:Class ;
rdfs:label "temporal entity" .
### https://w3id.org/muhai-project/mira/Comparison
:Comparison rdf:type owl:Class ;
rdfs:label "comparatory question" .
### https://w3id.org/muhai-project/mira/Context
:Context rdf:type owl:Class .
### https://w3id.org/muhai-project/mira/Explanation
:Explanation rdf:type owl:Class ;
rdfs:label "explanatory question" .
### https://w3id.org/muhai-project/mira/InteractionEffect
:InteractionEffect rdf:type owl:Class ;
rdfs:subClassOf :Explanation ;
rdfs:label "interaction effect" .
### https://w3id.org/muhai-project/mira/MainEffect
:MainEffect rdf:type owl:Class ;
rdfs:subClassOf :Explanation ;
rdfs:label "main effect" .
### https://w3id.org/muhai-project/mira/Mediator
:Mediator rdf:type owl:Class ;
rdfs:label "mediator variable" .
### https://w3id.org/muhai-project/mira/Moderator
:Moderator rdf:type owl:Class ;
rdfs:subClassOf :Explanation ;
rdfs:label "moderator" ,
"moderator variable" .
### https://w3id.org/muhai-project/mira/Object
:Object rdf:type owl:Class ;
rdfs:label "object" ,
"subject" .
### https://w3id.org/muhai-project/mira/Qualifier
:EffectSize rdf:type owl:Class ;
rdfs:label "effect size" .
### https://w3id.org/muhai-project/mira/RelationalProperty
:RelationalProperty rdf:type owl:Class ;
rdfs:description "the class of properties holding scientific relationships between variables, e.g., mira:hasCausalEffectOn" ;
rdfs:label "relational property" .
### https://w3id.org/muhai-project/mira/Sample
:Sample rdf:type owl:Class .
### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/