@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; rdfs:comment "Ontology that models and integrates knowledge about the policies and constraints during the pandemic, the agency implementing them, the geographic areas affected, the people affected, and the political, socio-economic and health impact measures of those policy measures."@en ; owl:versionInfo "1.3.1" . ################################################################# # Annotation properties ################################################################# ### http://purl.obolibrary.org/obo/IAO_0000115 rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/contributor rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/created rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/isReplacedBy rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/modified rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/rights rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/source rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/subject rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title rdf:type owl:AnnotationProperty . ### http://www.geneontology.org/formats/oboInOwl#hasDbXref rdf:type owl:AnnotationProperty . ### http://www.geneontology.org/formats/oboInOwl#hasOBONamespace rdf:type owl:AnnotationProperty . ### http://www.geneontology.org/formats/oboInOwl#id rdf:type owl:AnnotationProperty . ################################################################# # Datatypes ################################################################# ### http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML rdf:HTML rdf:type rdfs:Datatype . ### http://www.w3.org/2001/XMLSchema#date xsd:date rdf:type rdfs:Datatype . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#ISO2 :ISO2 rdf:type rdfs:Datatype ; owl:equivalentClass [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:pattern "[A-Z]{2}" ] ) ] . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#ISO3 :ISO3 rdf:type rdfs:Datatype ; owl:equivalentClass [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:pattern "[A-Z]{3}" ] ) ] . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#ISOL2 :ISOL2 rdf:type rdfs:Datatype ; owl:equivalentClass [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:pattern "[A-Z]{2}[\\-][\\w]{2,3}" ] ) ] . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#geographic_level :geographic_level rdf:type rdfs:Datatype ; rdfs:label "geographic level"@en ; owl:equivalentClass [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "city" ; rdf:rest [ rdf:type rdf:List ; rdf:first "continent " ; rdf:rest [ rdf:type rdf:List ; rdf:first "country" ; rdf:rest [ rdf:type rdf:List ; rdf:first "municipality" ; rdf:rest [ rdf:type rdf:List ; rdf:first "other" ; rdf:rest [ rdf:type rdf:List ; rdf:first "province" ; rdf:rest [ rdf:type rdf:List ; rdf:first "region" ; rdf:rest rdf:nil ] ] ] ] ] ] ] ] . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#percentage :percentage rdf:type rdfs:Datatype ; owl:equivalentClass [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:double ; owl:withRestrictions ( [ xsd:minInclusive "0.0"^^xsd:double ] [ xsd:maxInclusive "100.0"^^xsd:double ] ) ] . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#sources :sources rdf:type rdfs:Datatype ; rdfs:label "sources"@en ; owl:equivalentClass [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "Coronanet" ; rdf:rest [ rdf:type rdf:List ; rdf:first "ECDC" ; rdf:rest [ rdf:type rdf:List ; rdf:first "OECD" ; rdf:rest [ rdf:type rdf:List ; rdf:first "Policy intensity scores" ; rdf:rest rdf:nil ] ] ] ] ] . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#target_direction :target_direction rdf:type rdfs:Datatype ; owl:equivalentClass [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "Inbound" ; rdf:rest [ rdf:type rdf:List ; rdf:first "Inbound/Outbound" ; rdf:rest [ rdf:type rdf:List ; rdf:first "Outbound" ; rdf:rest rdf:nil ] ] ] ] . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#vaccine_type :vaccine_type rdf:type rdfs:Datatype ; owl:equivalentClass [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "antigenic" ; rdf:rest [ rdf:type rdf:List ; rdf:first "inactivated" ; rdf:rest [ rdf:type rdf:List ; rdf:first "mRNA" ; rdf:rest [ rdf:type rdf:List ; rdf:first "recombinant" ; rdf:rest [ rdf:type rdf:List ; rdf:first "viral vector" ; rdf:rest rdf:nil ] ] ] ] ] ] . ################################################################# # Object Properties ################################################################# ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#acts_in :acts_in rdf:type owl:ObjectProperty ; owl:inverseOf :is_subject_to ; rdfs:domain :Policy_decision ; rdfs:range :Type_of_place ; rdfs:comment "Relation between a policy decision and type of place"@en ; rdfs:label "acts in"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#affect_to :affect_to rdf:type owl:ObjectProperty ; owl:inverseOf :who_is_affected ; rdfs:domain :Metrics ; rdfs:range :Demographic_target ; rdfs:label "affect to"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#are_related_to :are_related_to rdf:type owl:ObjectProperty ; owl:inverseOf :related_to ; rdfs:domain :Services ; rdfs:range :Metrics ; rdfs:label "are related to"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#belongs_to :belongs_to rdf:type owl:ObjectProperty ; owl:inverseOf :contains_a ; rdf:type owl:IrreflexiveProperty ; rdfs:domain :Geographic_target ; rdfs:range :Geographic_target ; rdfs:label "belongs to"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#conditions :conditions rdf:type owl:ObjectProperty ; owl:inverseOf :is_conditioned_by ; rdfs:domain :Policy_decision ; rdfs:range :Geographic_target ; rdfs:label "conditions" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#contains_a :contains_a rdf:type owl:ObjectProperty , owl:IrreflexiveProperty ; rdfs:domain :Geographic_target ; rdfs:range :Geographic_target ; rdfs:label "contains a"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#controls :controls rdf:type owl:ObjectProperty ; owl:inverseOf :is_controlled_by_a ; rdfs:domain :Policy_decision ; rdfs:range :Services ; rdfs:label "controls"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#currency_from :currency_from rdf:type owl:ObjectProperty ; rdfs:domain :currency ; rdfs:range :Geographic_target ; rdfs:label "currency from"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#define :define rdf:type owl:ObjectProperty ; owl:inverseOf :is_defined_by ; rdfs:domain :Metrics ; rdfs:range :Geographic_target ; rdfs:label "define"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#has_metric :has_metric rdf:type owl:ObjectProperty ; owl:inverseOf :referred_to ; rdfs:domain :Policy_decision ; rdfs:range :Metrics ; rdfs:label "has metric"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#has_mobility :has_mobility rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; owl:inverseOf :mobility_of_a ; rdfs:domain :Type_of_place ; rdfs:range :mobility ; rdfs:label "has mobility"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#have_workers :have_workers rdf:type owl:ObjectProperty ; owl:inverseOf :who_works_in ; rdfs:domain :Type_of_place ; rdfs:range :Demographic_target ; rdfs:label "have workers"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#influences :influences rdf:type owl:ObjectProperty ; owl:inverseOf :is_influenced_by ; rdfs:domain :Policy_decision ; rdfs:range :Demographic_target ; rdfs:label "influences" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#is_conditioned_by :is_conditioned_by rdf:type owl:ObjectProperty , owl:FunctionalProperty ; rdfs:domain :Geographic_target ; rdfs:range :Policy_decision ; rdfs:label "is conditioned by" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#is_controlled_by_a :is_controlled_by_a rdf:type owl:ObjectProperty ; rdfs:domain :Services ; rdfs:range :Policy_decision ; rdfs:label "is controlled by a"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#is_defined_by :is_defined_by rdf:type owl:ObjectProperty ; rdfs:domain :Geographic_target ; rdfs:range :Metrics ; rdfs:label "is defined by"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#is_from :is_from rdf:type owl:ObjectProperty , owl:FunctionalProperty ; rdfs:domain :Enforcer ; rdfs:range :Geographic_target ; rdfs:label "is from"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#is_given_to_a :is_given_to_a rdf:type owl:ObjectProperty ; owl:inverseOf :who_receive_a ; rdfs:domain :Services ; rdfs:range :Demographic_target ; rdfs:label "is given to a"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#is_in_a :is_in_a rdf:type owl:ObjectProperty ; owl:inverseOf :of ; rdfs:domain :type_of_vehicle ; rdfs:range :Transport_station ; rdfs:label "is in a"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#is_influenced_by :is_influenced_by rdf:type owl:ObjectProperty ; rdfs:domain :Demographic_target ; rdfs:range :Policy_decision ; rdfs:label "is influenced by" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#is_made_by :is_made_by rdf:type owl:ObjectProperty ; owl:inverseOf :makes ; rdfs:domain :Policy_decision ; rdfs:range :Enforcer ; rdfs:label "is made by" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#is_subject_to :is_subject_to rdf:type owl:ObjectProperty ; rdfs:domain :Type_of_place ; rdfs:range :Policy_decision ; rdfs:label "is subject to"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#is_updated :is_updated rdf:type owl:ObjectProperty ; owl:inverseOf :update ; rdf:type owl:IrreflexiveProperty ; rdfs:domain :Policy_decision ; rdfs:range :Policy_decision ; rdfs:label "is updated"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#living_in :living_in rdf:type owl:ObjectProperty ; owl:inverseOf :where_live_the ; rdfs:domain :Demographic_target ; rdfs:range :Geographic_target ; rdfs:label "living in"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#makes :makes rdf:type owl:ObjectProperty ; rdfs:domain :Enforcer ; rdfs:range :Policy_decision ; rdfs:label "makes" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#mobility_of_a :mobility_of_a rdf:type owl:ObjectProperty ; rdfs:domain :mobility ; rdfs:range :Type_of_place ; rdfs:label "mobility of a" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#of :of rdf:type owl:ObjectProperty ; rdfs:domain :Transport_station ; rdfs:range :type_of_vehicle ; rdfs:label "of"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#offered_by_a :offered_by_a rdf:type owl:ObjectProperty ; owl:inverseOf :provides ; rdfs:domain :Services ; rdfs:range :Type_of_place ; rdfs:label "offered by a"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#provides :provides rdf:type owl:ObjectProperty ; rdfs:domain :Type_of_place ; rdfs:range :Services ; rdfs:label "provides"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#referred_to :referred_to rdf:type owl:ObjectProperty ; rdfs:domain :Metrics ; rdfs:range :Policy_decision ; rdfs:label "referred to"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#related_to :related_to rdf:type owl:ObjectProperty ; rdfs:domain :Metrics ; rdfs:range :Services ; rdfs:label "related to"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#update :update rdf:type owl:ObjectProperty , owl:IrreflexiveProperty ; rdfs:domain :Policy_decision ; rdfs:range :Policy_decision ; rdfs:label "update"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#where_live_the :where_live_the rdf:type owl:ObjectProperty ; rdfs:domain :Geographic_target ; rdfs:range :Demographic_target ; rdfs:label "where live the"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#who_is_affected :who_is_affected rdf:type owl:ObjectProperty ; rdfs:domain :Demographic_target ; rdfs:range :Metrics ; rdfs:label "who is affected"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#who_receive_a :who_receive_a rdf:type owl:ObjectProperty ; rdfs:domain :Demographic_target ; rdfs:range :Services ; rdfs:label "who receive a"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#who_works_in :who_works_in rdf:type owl:ObjectProperty ; rdfs:domain :Demographic_target ; rdfs:range :Type_of_place ; rdfs:label "who works in"@en . ################################################################# # Data properties ################################################################# ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#ISO_A2 :ISO_A2 rdf:type owl:DatatypeProperty ; rdfs:domain :Geographic_target ; rdfs:range :ISO2 ; rdfs:comment "2-digit ISO country codes"@en ; rdfs:label "ISO A2"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#ISO_A3 :ISO_A3 rdf:type owl:DatatypeProperty ; rdfs:domain :Geographic_target ; rdfs:range :ISO3 ; rdfs:comment "3-digit ISO country codes"@en ; rdfs:label "ISO A3"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#ISO_L2 :ISO_L2 rdf:type owl:DatatypeProperty ; rdfs:domain :Geographic_target ; rdfs:range :ISOL2 ; rdfs:comment "digit ISO code that defines a region area" ; rdfs:label "ISO L2"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#date :date rdf:type owl:DatatypeProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Metrics :Policy_decision ) ] ; rdfs:range xsd:dateTime ; rdfs:comment "Defines the dates on which something happens" ; rdfs:label "date" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#date_announced :date_announced rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :date ; rdfs:domain :Policy_decision ; rdfs:range xsd:dateTime ; rdfs:comment "When the policy is announced"@en ; rdfs:label "date announced"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#date_end :date_end rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :date ; rdfs:domain :Policy_decision ; rdfs:range xsd:dateTime ; rdfs:comment "When the policy ends (if it has an explicit end date)" ; rdfs:label "date end"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#date_start :date_start rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :date ; rdfs:domain :Policy_decision ; rdfs:range xsd:dateTime ; rdfs:comment "When the policy goes into effect"@en ; rdfs:label "date start"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#date_updated :date_updated rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :date ; rdfs:domain :Policy_decision ; rdfs:range xsd:dateTime ; rdfs:comment "When we can confirm the country - policy type was last checked/updated (we can only confirm policy type for a given country is up to date as of this date)"@en ; rdfs:label "date updated"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#domestic_policy :domestic_policy rdf:type owl:DatatypeProperty ; rdfs:domain :Policy_decision ; rdfs:range xsd:boolean ; rdfs:comment "Marks whether the initiator of a policy is the same as the target of the policy (1) or not (0)."@en ; rdfs:label "domestic policy"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#event_descripcion :event_descripcion rdf:type owl:DatatypeProperty ; rdfs:domain :Policy_decision ; rdfs:range xsd:string ; rdfs:comment "A short description of the policy"@en ; rdfs:label "description"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#geographical_Level :geographical_Level rdf:type owl:DatatypeProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Geographic_target :Political ) ] ; rdfs:range :geographic_level ; rdfs:comment """Which geographical or administrative entity is affected Types : { \"city\" , \"continent \" , \"country\" , \"municipality\" , \"other\" , \"province\" , \"region\"}"""@en ; rdfs:label "geographical Level"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#init_country_level :init_country_level rdf:type owl:DatatypeProperty ; rdfs:domain :Policy_decision ; rdfs:range :geographic_level ; rdfs:comment "Whether the policy came from the national level or a sub-national unit"@en ; rdfs:label "init country level"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#link :link rdf:type owl:DatatypeProperty ; rdfs:domain :Policy_decision ; rdfs:range xsd:string ; rdfs:comment "A link to at least one source for the policy"@en ; rdfs:label "link"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#maximum :maximum rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :number_of ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Fines :age ) ] ; rdfs:range xsd:int ; rdfs:label "maximum"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#minimum :minimum rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :number_of ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Fines :age ) ] ; rdfs:range xsd:int ; rdfs:label "minimum"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#number_of :number_of rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Gatherings :Services :Social_distancing :limit_social_contact ) ] ; rdfs:range xsd:int ; rdfs:comment "quantity defined by a number" ; rdfs:label "number of" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#percent :percent rdf:type owl:DatatypeProperty ; rdfs:domain :Gatherings ; rdfs:range :percentage ; rdfs:label "percent"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#policy_id :policy_id rdf:type owl:DatatypeProperty ; rdfs:domain :Policy_decision ; rdfs:range xsd:string ; rdfs:comment """Identifier linking new policies with subsequent updates to policies An ID which links policies over time, where the beginning of policy is noted as a ‘New Entry’ and follow-ons to a policy are noted as an ‘Update’ (see entry type). Policies can be updated as long as the following information remains constant: policy initiator, policy type, policy sub type, geographic target, demographic target. E.g. a policy which is extended over time would count as an update, but a policy that changes its demographic target would count as a new policy. This id is generated randomly in Qualtrics."""@en ; rdfs:label "policy id"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#record_id :record_id rdf:type owl:DatatypeProperty ; rdfs:domain :Policy_decision ; rdfs:range xsd:string ; rdfs:comment "Unique identifier for each unique policy record"@en ; rdfs:label "record id"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#school_status :school_status rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :event_descripcion ; rdfs:domain :Policy_decision ; rdfs:range xsd:string ; rdfs:label "institution status"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#source :source rdf:type owl:DatatypeProperty ; rdfs:domain :Metrics ; rdfs:range :sources . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#target_direction :target_direction rdf:type owl:DatatypeProperty ; rdfs:domain :Policy_decision ; rdfs:range :target_direction . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#type_distribution :type_distribution rdf:type owl:DatatypeProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Geographic_target :profession ) ] ; rdfs:range xsd:string ; rdfs:comment "Property that defines the name of something" ; rdfs:label "name" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#vaccine_type :vaccine_type rdf:type owl:DatatypeProperty ; rdfs:domain :Vaccines ; rdfs:range :vaccine_type . ################################################################# # Classes ################################################################# ### http://periscope.lst.tfo.upm.es/periscope_ontology.owl#Delivery rdf:type owl:Class ; rdfs:subClassOf :Distribution ; rdfs:label "Delivery" . ### http://periscope.lst.tfo.upm.es/periscope_ontology.owl#Health_questionnaire rdf:type owl:Class ; rdfs:subClassOf :Health_measures ; rdfs:label "Health questionnaire" . ### http://periscope.lst.tfo.upm.es/periscope_ontology.owl#Policy_intensity_scores rdf:type owl:Class ; rdfs:subClassOf :Metrics ; rdfs:label "Policy intensity scores" . ### http://periscope.lst.tfo.upm.es/periscope_ontology.owl#Takeaway rdf:type owl:Class ; rdfs:subClassOf :Distribution ; rdfs:label "Takeaway" . ### http://purl.obolibrary.org/obo/DOID_0080599 rdf:type owl:Class ; rdfs:subClassOf ; "A viral infectious disease that has_material_basis_in Coronavirus." ; "disease_ontology" ; "DOID:0080599" ; rdfs:label "Coronavirus infectious disease"@en . [ rdf:type owl:Axiom ; owl:annotatedSource ; owl:annotatedProperty ; owl:annotatedTarget "A viral infectious disease that has_material_basis_in Coronavirus." ; "url:https://www.cdc.gov/coronavirus/" , "url:https://www.ncbi.nlm.nih.gov/books/NBK7782/" , "url:https://www.who.int/health-topics/coronavirus" ] . ### http://purl.obolibrary.org/obo/DOID_934 rdf:type owl:Class . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#ASEAN_countries :ASEAN_countries rdf:type owl:Class ; rdfs:subClassOf :Political_distribution ; rdfs:label "ASEAN countries" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Accomodation_places :Accomodation_places rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "These are establishments that provide services for the rental or purchase of accommodation"@en ; rdfs:label "Accomodation places" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Active_infection_test :Active_infection_test rdf:type owl:Class ; rdfs:subClassOf :tests ; rdfs:comment "Active infection test. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Active infection test"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Adaptation_of_workplaces :Adaptation_of_workplaces rdf:type owl:Class ; rdfs:subClassOf :Work ; rdfs:comment "Policies related to the adaptation of workplaces to comply with health standards in relation to the virus"@en ; rdfs:label "Adaptation of workplaces"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Additional :Additional rdf:type owl:Class ; rdfs:subClassOf :Dose . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Administering :Administering rdf:type owl:Class ; rdfs:subClassOf :Distribution ; rdfs:comment "The administrative service is a supporting unit whose main aim is to control the financial and economic aspects of the scheme for the manager of the organization."@en ; rdfs:label "Administering"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Administrative_configurations :Administrative_configurations rdf:type owl:Class ; rdfs:subClassOf :Distribution_of_competences ; rdfs:comment "Administrative configurations has a change or include new content"@en ; rdfs:label "Administrative configurations"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Adults :Adults rdf:type owl:Class ; rdfs:subClassOf :age ; rdfs:comment "A person having attained full growth or maturity. Adults are of 19 through 44 years of age. For a person between 19 and 24 years of age, YOUNG ADULT is available. [MESH]"@en ; rdfs:label "Adults"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Aerial :Aerial rdf:type owl:Class ; rdfs:subClassOf :type_of_vehicle ; rdfs:comment "Type of air transport"@en ; rdfs:label "Aerial"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Africa :Africa rdf:type owl:Class ; rdfs:subClassOf :Geographical_distribution ; rdfs:label "Africa" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Agriculture :Agriculture rdf:type owl:Class ; rdfs:subClassOf :growing_-_harvesting_of_organic_commodities ; rdfs:comment "The science, art or practice of cultivating soil, producing crops, and raising livestock. [MESH]"@en ; rdfs:label "Agriculture"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Allowed :Allowed rdf:type owl:Class ; rdfs:subClassOf :type_restriction ; rdfs:comment "Referring to policy measures related to the permitting of activities, services..."@en ; rdfs:label "Allowed"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#American_Indian_-_Alaska_Native :American_Indian_-_Alaska_Native rdf:type owl:Class ; rdfs:subClassOf :race ; rdfs:comment "american indian or alaska native: A person having origins in any of the original peoples of North and South America (including Central America), and who maintains tribal affiliation or community attachment"@en ; rdfs:label "american indian"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Animal_traction :Animal_traction rdf:type owl:Class ; rdfs:subClassOf :type_of_vehicle ; rdfs:label "Animal traction"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Anti-Disinformation :Anti-Disinformation rdf:type owl:Class ; rdfs:subClassOf :Public_Awareness_Measures ; rdfs:comment "Policies of Public Awareness Measures related to anti-disinformation"@en ; rdfs:label "Anti-Disinformation"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Antibody_tests :Antibody_tests rdf:type owl:Class ; rdfs:subClassOf :tests ; rdfs:comment "Antibody tests. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Antibody tests"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Apartment :Apartment rdf:type owl:Class ; rdfs:subClassOf :Accomodation_places ; rdfs:label "Apartment"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Apps :Apps rdf:type owl:Class ; rdfs:subClassOf :Engagement ; rdfs:comment "Policies of Public Awareness Measures related to engagement through apps"@en ; rdfs:label "Apps"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Aquatic :Aquatic rdf:type owl:Class ; rdfs:subClassOf :type_of_vehicle ; rdfs:comment "Aquatic/maritime transports"@en ; rdfs:label "Aquatic"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Army :Army rdf:type owl:Class ; rdfs:subClassOf :Health_Staff ; rdfs:comment "Army (medical corps) Military personnel who may support or provide medical treatment and services"@en ; rdfs:label "Army"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Asia :Asia rdf:type owl:Class ; rdfs:subClassOf :Geographical_distribution ; rdfs:label "Asia" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Audience :Audience rdf:type owl:Class ; rdfs:subClassOf :task ; rdfs:comment "The assembled spectators or listeners at a public event such as a play, film, concert, meeting..."@en ; rdfs:label "Audience"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Bar :Bar rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "This refers to establishments that primarily provide alcoholic drink services to patrons"@en ; rdfs:label "Bar"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Beach :Beach rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:comment "A landform consisting of loose rock particles such as sand, gravel, shingle, pebbles, cobble, or even shell fragments along the shoreline of a body of water. [ENVO]"@en ; rdfs:label "Beach"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Broad_money :Broad_money rdf:type owl:Class ; rdfs:subClassOf :Price-purchasing_power_indicators ; rdfs:comment "Broad money (M3) includes currency, deposits with an agreed maturity of up to two years, deposits redeemable at notice of up to three months and repurchase agreements, money market fund shares/units and debt securities up to two years. M3 is measured as a seasonally adjusted index based on 2015=100. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Broad money"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Buses :Buses rdf:type owl:Class ; rdfs:subClassOf :Terrestrial ; rdfs:comment "Buses as a means of transportation"@en ; rdfs:label "Buses"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Bussiness :Bussiness rdf:type owl:Class ; rdfs:subClassOf :Type_of_place ; rdfs:comment "Bussiness related to insurance, reinsurance and pension funding"@en ; rdfs:label "Business"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#COVID-19 :COVID-19 rdf:type owl:Class ; rdfs:subClassOf :direct ; rdfs:comment "Health metrics directly with the COVID19. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "COVID-19"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#COVID-19_Vaccines :COVID-19_Vaccines rdf:type owl:Class ; rdfs:subClassOf :Vaccines ; rdfs:comment "This variable documents the intended policy goal with regards to COVID-19 vaccines"@en ; rdfs:label "COVID-19 Vaccines"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Calls :Calls rdf:type owl:Class ; rdfs:subClassOf :Engagement ; rdfs:comment "Policies of Public Awareness Measures related to engagement through calls"@en ; rdfs:label "Calls"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Campground :Campground rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:comment "A part of an ecosystem which may be or has been used for one or more overnight stays by humans sheltering in tents, camper vans, caravans, or improvised shelters. [ENVO]"@en ; rdfs:label "Campground"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Camping :Camping rdf:type owl:Class ; rdfs:subClassOf :Accomodation_places ; rdfs:label "Camping"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Cancellation :Cancellation rdf:type owl:Class ; rdfs:subClassOf :type_restriction ; rdfs:comment "Policy measures related to the cancellation of activities or suspension of services"@en ; rdfs:label "Cancellation"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Cars :Cars rdf:type owl:Class ; rdfs:subClassOf :Terrestrial ; rdfs:label "Cars"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Cases :Cases rdf:type owl:Class ; rdfs:subClassOf :COVID-19 ; rdfs:comment "Define the number of COVID19 cases (active+deaths+recovered). Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "cases"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Cemetery :Cemetery rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:comment "A cemetery, burial ground, gravesite or graveyard is a place where the remains of dead people are buried or otherwise interred. The word cemetery implies that the land is specifically designated as a burial ground and originally applied to the Roman catacombs."@en ; rdfs:label "Cementery"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Central_america :Central_america rdf:type owl:Class ; rdfs:subClassOf :Geographical_distribution ; rdfs:label "Central america" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Certain_health_conditions :Certain_health_conditions rdf:type owl:Class ; rdfs:subClassOf :Population_special_conditions ; rdfs:comment "Population special conditions: People with certain health conditions"@en ; rdfs:label "Certain health conditions"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Change :Change rdf:type owl:Class ; rdfs:subClassOf :Update ; rdfs:comment "A dimension other than the policy initiator, policy type, policy sub type, geographic target, demographic target has changed"@en ; rdfs:label "Change"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Children :Children rdf:type owl:Class ; rdfs:subClassOf :age ; rdfs:comment """Demographic target who by age belong to the category of children A person 6 to 12 years of age. An individual 2 to 5 years old is CHILD, PRESCHOOL. [MESH]"""@en ; rdfs:label "Children"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Citizen_Residents :Citizen_Residents rdf:type owl:Class ; rdfs:subClassOf :origin ; rdfs:comment "Government policies that apply only to citizens who are residing in the country initiating the policy."@en ; rdfs:label "Citizen Residents"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Citizen_Travelers :Citizen_Travelers rdf:type owl:Class ; rdfs:subClassOf :origin ; rdfs:comment "A government policy that applies only to domestic na tionals travelling outside the country initiating the policy."@en ; rdfs:label "Citizen Travelers"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Civic_structure :Civic_structure rdf:type owl:Class ; rdfs:subClassOf :Type_of_place ; rdfs:label "Civic structure" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Clinic :Clinic rdf:type owl:Class ; rdfs:subClassOf :General_health ; rdfs:comment "A health care facility where patients are admitted to get treatment provided by a group of physicians practicing medicine together. [NCIT]"@en ; rdfs:label "Clinic"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Clousure :Clousure rdf:type owl:Class ; rdfs:subClassOf :type_restriction ; rdfs:comment "Policy measure related to the closure of places (bussiness, civic structures...)"@en ; rdfs:label "Clousure"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Clousures_of_workplaces :Clousures_of_workplaces rdf:type owl:Class ; rdfs:subClassOf :Work ; rdfs:comment "Policies related to the closure of workplaces"@en ; rdfs:label "Clousures of workplaces"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Commercial_businesses :Commercial_businesses rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "These refer to establishments that provide recreational services"@en ; rdfs:label "Commercial businesses"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Commercial_transactions :Commercial_transactions rdf:type owl:Class ; rdfs:subClassOf :Socio-economic ; rdfs:comment "Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Commercial transactions"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Compliance :Compliance rdf:type owl:Class ; rdfs:subClassOf :Policy_decision ; rdfs:comment "This variable captures information about the de jure compliance of a policy"@en ; rdfs:label "Compliance"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Conditions :Conditions rdf:type owl:Class ; rdfs:subClassOf :Allowed ; rdfs:comment "Measures related to permission but conditional on services, activities..."@en ; rdfs:label "Conditions"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Construction :Construction rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "Construction Business means the general contracting, construction management, engineering and design build services business of Borrower and its Subsidiaries or any business substantially related or incidental thereto."@en ; rdfs:label "Construction"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Consumer_prices :Consumer_prices rdf:type owl:Class ; rdfs:subClassOf :Price-purchasing_power_indicators ; rdfs:comment "Inflation measured by consumer price index (CPI) is defined as the change in the prices of a basket of goods and services that are typically purchased by specific groups of households. Inflation is measured in terms of the annual growth rate and in index, 2015 base year with a breakdown for food, energy and total excluding food and energy. Inflation measures the erosion of living standards. A consumer price index is estimated as a series of summary measures of the period-to-period proportional change in the prices of a fixed set of consumer goods and services of constant quantity and characteristics, acquired, used or paid for by the reference population. Each summary measure is constructed as a weighted average of a large number of elementary aggregate indices. Each of the elementary aggregate indices is estimated using a sample of prices for a defined set of goods and services obtained in, or by residents of, a specific region from a given set of outlets or other sources of consumption goods and services. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Consumer prices"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Containment :Containment rdf:type owl:Class ; rdfs:subClassOf :Policy_decision , [ rdf:type owl:Restriction ; owl:onProperty :acts_in ; owl:allValuesFrom :Type_of_place ] ; rdfs:comment "Closure - containment"@en ; rdfs:label "Containment"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Content :Content rdf:type owl:Class ; rdfs:subClassOf :Public_Awareness_Measures ; rdfs:comment "Policies of Public Awareness Measures related to content"@en ; rdfs:label "Content"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Correct_type :Correct_type rdf:type owl:Class ; rdfs:subClassOf :Entry_type ; rdfs:comment "Information as to whether a given record has been corrected or not"@en ; rdfs:label "Correct type"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Correction :Correction rdf:type owl:Class ; rdfs:subClassOf :Correct_type ; rdfs:comment "The original entry has been corrected"@en ; rdfs:label "Correction"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Courts :Courts rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:comment "A court is any person or institution, often as a government institution, with the authority to adjudicate legal disputes between parties and carry out the administration of justice in civil, criminal, and administrative matters in accordance with the rule of law."@en ; rdfs:label "Courts"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Covid_Testing_Facility :Covid_Testing_Facility rdf:type owl:Class ; rdfs:subClassOf :General_health ; rdfs:comment "Covid sanitary testing facilities"@en ; rdfs:label "Covid Testing Facility"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Cruises :Cruises rdf:type owl:Class ; rdfs:subClassOf :Aquatic ; rdfs:comment "Cruise ships are large passenger ships used mainly for vacationing. Unlike ocean liners, which are used for transport, cruise ships typically embark on round-trip voyages to various ports-of-call, where passengers may go on tours known as \"shore excursions\"."@en ; rdfs:label "Cruises"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Cultural_related :Cultural_related rdf:type owl:Class ; rdfs:subClassOf :Commercial_businesses ; rdfs:comment "Cultural related site refers to any facility for the performing arts, exhibits, or concerts that is open to all age groups. For example, museum, gallery, theatrer music or zoo."@en ; rdfs:label "Cultural related"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Curfew :Curfew rdf:type owl:Class ; rdfs:subClassOf :Restriction ; rdfs:comment "Government policies that limit domestic freedom of movement to certain times of the day."@en ; rdfs:label "Curfew"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Current_account :Current_account rdf:type owl:Class ; rdfs:subClassOf :Economic_growth_indicator ; rdfs:comment "Balance of Payments (BOP6) : Current account balance as a % of GDP is a statistical statement that provides a systematic summary of economic transactions of an economy with the rest of the world, for a specific time period. The transactions are for the most part between residents and non-residents of the economy. A transaction is defined as an economic flow that reflects the creation, transformation, exchange, transfer, or extinction of economic value and involves changes in ownership, of goods or assets, the provision of services, labour or capital. This dataset presents economies compiling balance of payments statistics in accordance with the 6th edition of the Balance of Payments and International Investment Position Manual published by the IMF (BPM6). Transactions include: the goods and services accounts, the primary income account (income account in BPM5), the secondary income account (transfers in BPM5), the capital account, and the financial account.Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Current account"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Deaths :Deaths rdf:type owl:Class ; rdfs:subClassOf :Cases ; rdfs:comment "The number of COVID-19 deceased patients. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "deaths"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Declaration_of_Emergency :Declaration_of_Emergency rdf:type owl:Class ; rdfs:subClassOf :Containment ; rdfs:comment "The head of government declares a state of national emergency."@en ; rdfs:label "Declaration of Emergency"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Demographic_target :Demographic_target rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :is_influenced_by ; owl:allValuesFrom :Policy_decision ] , [ rdf:type owl:Restriction ; owl:onProperty :living_in ; owl:allValuesFrom :Demographic_target ] , [ rdf:type owl:Restriction ; owl:onProperty :who_is_affected ; owl:allValuesFrom :Metrics ] , [ rdf:type owl:Restriction ; owl:onProperty :who_receive_a ; owl:allValuesFrom :Services ] , [ rdf:type owl:Restriction ; owl:onProperty :who_works_in ; owl:allValuesFrom :Type_of_place ] ; rdfs:comment "Define who the policy is targeted at. This variable codes the people or materials who are the target of a particular policy"@en ; rdfs:label "Demographic target"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Dentist :Dentist rdf:type owl:Class ; rdfs:subClassOf :Medical ; rdfs:label "Dentist"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Development :Development rdf:type owl:Class ; rdfs:subClassOf :Services ; rdfs:comment "Development service"@en ; rdfs:label "Development"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Different_institution :Different_institution rdf:type owl:Class ; rdfs:subClassOf :Enforcer ; rdfs:comment "Another institution not mencioned who can make decisions"@en ; rdfs:label "Different institution"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Disseminating :Disseminating rdf:type owl:Class ; rdfs:subClassOf :Public_Awareness_Measures ; rdfs:comment "Policies of Public Awareness Measures related to disseminating"@en ; rdfs:label "Disseminating"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Distribution :Distribution rdf:type owl:Class ; rdfs:subClassOf :Services ; rdfs:comment "Distribution service"@en ; rdfs:label "Distribution"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Distribution_of_competences :Distribution_of_competences rdf:type owl:Class ; rdfs:subClassOf :Policy_decision ; rdfs:comment "Distribution of competences (transfer competences to other existing entity, creation of new task force or changes in administrative configurations)"@en ; rdfs:label "Distribution of competences"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Doctors :Doctors rdf:type owl:Class ; rdfs:subClassOf :Health_Staff ; rdfs:comment "Accredited professionals with a license to provide medical treatment and services and are permitted to make medical decisions."@en ; rdfs:label "Doctors"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Domestic_abusers :Domestic_abusers rdf:type owl:Class ; rdfs:subClassOf :Population_special_conditions ; rdfs:comment "Population special conditions: Domestic abusers"@en ; rdfs:label "Domestic abusers"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Domestically_abused_people :Domestically_abused_people rdf:type owl:Class ; rdfs:subClassOf :Population_special_conditions ; rdfs:comment "Population special conditions:Domestically abused people"@en ; rdfs:label "Domestically abused people"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Dose :Dose rdf:type owl:Class ; rdfs:subClassOf :Vaccines . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Economic_growth_indicator :Economic_growth_indicator rdf:type owl:Class ; rdfs:subClassOf :Socio-economic ; rdfs:comment "Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Economic growth indicator"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Economic_measures :Economic_measures rdf:type owl:Class ; rdfs:subClassOf :Policy_decision ; rdfs:comment "Economic-related policy measures"@en ; rdfs:label "Economic measures"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Education_center :Education_center rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment """Educational establishment Used for education, training programs, and courses in various fields and disciplines, and for training groups of persons. [MESH]"""@en ; rdfs:label "Education center"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Elderly :Elderly rdf:type owl:Class ; rdfs:subClassOf :age ; rdfs:comment "An age group comprised of individuals 65 years of age and older. [NCIT]"@en ; rdfs:label "Elderly"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Electricity_Gas_Steam_air_conditioning :Electricity_Gas_Steam_air_conditioning rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "Bussiness related to electricity, gas, steam and air conditioning supply"@en ; rdfs:label "Electricity, Gas, Steam, air conditioning"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Emergency_investment_in_health_care :Emergency_investment_in_health_care rdf:type owl:Class ; rdfs:subClassOf :Health_Resources ; rdfs:label "Emergency investment"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Employment :Employment rdf:type owl:Class ; rdfs:subClassOf :Labour_market ; rdfs:comment "Employment rates are defined as a measure of the extent to which available labour resources (people available to work) are being used. They are calculated as the ratio of the employed to the working age population. Employment rates are sensitive to the economic cycle, but in the longer term they are significantly affected by governments' higher education and income support policies and by policies that facilitate employment of women and disadvantaged groups. Employed people are those aged 15 or over who report that they have worked in gainful employment for at least one hour in the previous week or who had a job but were absent from work during the reference week. The working age population refers to people aged 15 to 64. This indicator is seasonally adjusted and it is measured in terms of thousand persons aged 15 and over; and in numbers of employed persons aged 15 to 64 as a percentage of working age population. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Employment"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Enforcer :Enforcer rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :is_from ; owl:allValuesFrom :Geographic_target ] , [ rdf:type owl:Restriction ; owl:onProperty :makes ; owl:allValuesFrom :Policy_decision ] , [ rdf:type owl:Restriction ; owl:onProperty :geographical_Level ; owl:allValuesFrom :geographic_level ] ; rdfs:comment "Defines which unit/entity in the country is responsible for enforcement/implementing of the policy"@en ; rdfs:label "Enforcer"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Engagement :Engagement rdf:type owl:Class ; rdfs:subClassOf :Public_Awareness_Measures ; rdfs:comment "Policies of Public Awareness Measures related to engagement"@en ; rdfs:label "Engagement"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Entertainment_venues :Entertainment_venues rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:comment "A venue which provides some form or multiple forms of entertainment. [GSSO]"@en ; rdfs:label "Entertainment venues"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Entry_type :Entry_type rdf:type owl:Class ; rdfs:subClassOf :Policy_decision ; rdfs:comment "Information as to where in the policy history of a given policy a record is situated"@en ; rdfs:label "Entry type"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Essential :Essential rdf:type owl:Class ; rdfs:subClassOf :Relevance ; rdfs:label "Essential"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Essential_worker :Essential_worker rdf:type owl:Class ; rdfs:subClassOf :Worker ; rdfs:comment "Essential workers are those who conduct a range of operations and services that are typically essential to continue critical infrastructure operations"@en ; rdfs:label "Essential worker"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Europe :Europe rdf:type owl:Class ; rdfs:subClassOf :Geographical_distribution ; rdfs:label "Europe" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#European_union :European_union rdf:type owl:Class ; rdfs:subClassOf :Political_distribution ; rdfs:label "European union" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#European_union_and_UK :European_union_and_UK rdf:type owl:Class ; rdfs:subClassOf :Political_distribution ; rdfs:label "European union and UK" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Exceptions :Exceptions rdf:type owl:Class ; rdfs:subClassOf :Mandatory ; rdfs:comment "There are some exceptions to the policy but it is mandatory for those for whom it applies"@en ; rdfs:label "Exceptions"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Exchange_rates :Exchange_rates rdf:type owl:Class ; rdfs:subClassOf :Price-purchasing_power_indicators ; rdfs:comment "Exchange rates are defined as the price of one country's' currency in relation to another country's currency. This indicator is measured in terms of national currency per US dollar. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Exchange rates"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Existing_entity :Existing_entity rdf:type owl:Class ; rdfs:subClassOf :Distribution_of_competences ; rdfs:comment "Existing gobernment entity given new powers"@en ; rdfs:label "Existing entity"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Exports_in_goods :Exports_in_goods rdf:type owl:Class ; rdfs:subClassOf :Commercial_transactions ; rdfs:comment "Trade in goods includes all goods which add to, or subtract from, the stock of material resources of a country by entering its economic territory (imports) or leaving it (exports). This indicator is measured in million USD. Goods are physical, produced items over which ownership rights can be established and whose economic ownership can be passed from one institutional unit to another by engaging in transactions. Goods being transported through a country or temporarily admitted or withdrawn (except for goods for inward or outward processing) are not included. All OECD countries compile their data according to the 2008 System of National Accounts (SNA). Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Exports in goods"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#External_border :External_border rdf:type owl:Class ; rdfs:subClassOf :Restriction ; rdfs:comment "Government policies which reduce the ability to access ports of exit to or from different governmental jurisdictions."@en ; rdfs:label "External border"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Female :Female rdf:type owl:Class ; rdfs:subClassOf :sex ; rdfs:comment "Population whose sex is female"@en ; rdfs:label "Female"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Ferries :Ferries rdf:type owl:Class ; rdfs:subClassOf :Rail ; rdfs:comment "Ferries as a means of transportation"@en ; rdfs:label "Ferries"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Final :Final rdf:type owl:Class ; rdfs:subClassOf :Update ; rdfs:comment "Either the policy has been cancelled/terminated or one of the following dimensions has changed: the policy initiator, policy type, policy sub type, geographic target, demographic target."@en ; rdfs:label "Final"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Financial :Financial rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "Services that provide money management assistance. [APAONTO]"@en ; rdfs:label "Financial"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Financial_inclusion :Financial_inclusion rdf:type owl:Class ; rdfs:subClassOf :Social ; rdfs:label "Inclusion"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Fines :Fines rdf:type owl:Class ; rdfs:subClassOf :Mandatory , [ rdf:type owl:Restriction ; owl:onProperty :maximum ; owl:allValuesFrom xsd:int ] , [ rdf:type owl:Restriction ; owl:onProperty :minimum ; owl:allValuesFrom xsd:int ] ; rdfs:comment "The prescribed government policy is mandatory/ must be followed but some exceptions are allowed. If the policy is not followed, people must pay a fine"@en ; rdfs:label "Fines"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#First :First rdf:type owl:Class ; rdfs:subClassOf :Dose . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Fiscal_monetary :Fiscal_monetary rdf:type owl:Class ; rdfs:subClassOf :Economic_measures ; rdfs:comment "Fiscal/monetary"@en ; rdfs:label "Fiscal-monetary"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Fishing :Fishing rdf:type owl:Class ; rdfs:subClassOf :growing_-_harvesting_of_organic_commodities ; rdfs:comment "Bussiness related to fishing"@en ; rdfs:label "Fishing"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Foreign_Residents :Foreign_Residents rdf:type owl:Class ; rdfs:subClassOf :origin ; rdfs:comment "Government policies that that apply only to foreign na tionals who are residing in the country in initiating the policy"@en ; rdfs:label "Foreign Residents"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Foreign_Travelers :Foreign_Travelers rdf:type owl:Class ; rdfs:subClassOf :origin ; rdfs:comment "A government policy that applies to only to foreign nationals travelling outside the country initiating the policy"@en ; rdfs:label "Foreign Travelers"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Forestry :Forestry rdf:type owl:Class ; rdfs:subClassOf :growing_-_harvesting_of_organic_commodities ; rdfs:comment "Bussiness related to forestry"@en ; rdfs:label "Forestry"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Fundamental_rights :Fundamental_rights rdf:type owl:Class ; rdfs:subClassOf :Restriction ; rdfs:comment "Policies that conflict with or restrict the fundamental rights of individuals"@en ; rdfs:label "Fundamental rights" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#GDP :GDP rdf:type owl:Class ; rdfs:subClassOf :Economic_growth_indicator ; rdfs:comment "Gross domestic product (GDP) is the standard measure of the value added created through the production of goods and services in a country during a certain period. As such, it also measures the income earned from that production, or the total amount spent on final goods and services (less imports). While GDP is the single most important indicator to capture economic activity, it falls short of providing a suitable measure of people's material well-being for which alternative indicators may be more appropriate. This indicator is based on nominal GDP (also called GDP at current prices or GDP in value) and is available in different measures: US dollars and US dollars per capita (current PPPs). All OECD countries compile their data according to the 2008 System of National Accounts (SNA). This indicator is less suited for comparisons over time, as developments are not only caused by real growth, but also by changes in prices and PPPs.Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#GDP_Exports :GDP_Exports rdf:type owl:Class ; rdfs:subClassOf :Economic_growth_indicator ; rdfs:comment "Exports of goods and services as percent of GDP. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "GDP Exports"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#GDP_Government_consumption_expenditure :GDP_Government_consumption_expenditure rdf:type owl:Class ; rdfs:subClassOf :Economic_growth_indicator ; rdfs:comment "General government spending provides an indication of the size of government across countries. The large variation in this indicator highlights the variety of countries' approaches to delivering public goods and services and providing social protection, not necessarily differences in resources spent. This indicator is measured in terms of thousand USD per capita, and as percentage of GDP. All OECD countries compile their data according to the 2008 System of National Accounts (SNA). Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "GDP Government consumption expenditure"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#GDP_Gross_fixed_capital_formation :GDP_Gross_fixed_capital_formation rdf:type owl:Class ; rdfs:subClassOf :Economic_growth_indicator ; rdfs:comment "Gross fixed capital formation (GFCF), also called \"investment\", is defined as the acquisition of produced assets (including purchases of second-hand assets), including the production of such assets by producers for their own use, minus disposals. The relevant assets relate to assets that are intended for use in the production of other goods and services for a period of more than a year. The term \"produced assets\" means that only those assets that come into existence as a result of a production process are included. It therefore does not include, for example, the purchase of land and natural resources. This indicator is available in different measures: GFCF at current prices and current PPPs in US dollars, and annual growth rates of GFCF at constant prices, as well as quarterly data for percentage change over previous period and percentage change over same period last year. All OECD countries compile their data according to the 2008 System of National Accounts (SNA). The indicator at current prices and current PPPs is less suited for comparisons over time, as developments are not only caused by real growth, but also by changes in prices and PPPs.. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "GDP Gross fixed capital formation"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#GDP_Imports :GDP_Imports rdf:type owl:Class ; rdfs:subClassOf :Economic_growth_indicator ; rdfs:comment """Imports of goods and services (% of GDP) Imports of goods and services represent the value of all goods and other market services received from the rest of the world. They include the value of merchandise, freight, insurance, transport, travel, royalties, license fees, and other services, such as communication, construction, financial, information, business, personal, and government services. They exclude compensation of employees and investment income (formerly called factor services) and transfer payments. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"""@en ; rdfs:label "GDP Imports"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#GDP_Private_final_consumption_expenditure :GDP_Private_final_consumption_expenditure rdf:type owl:Class ; rdfs:subClassOf :Economic_growth_indicator ; rdfs:comment "The Private final consumption expenditure (PFCE) is defined as the expenditure incurred by the resident households and non-profit institutions serving households (NPISH) on final consumption of goods and services, whether made within or outside the economic territory. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "GDP Private final consumption expenditure"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Gathering_information :Gathering_information rdf:type owl:Class ; rdfs:subClassOf :Public_Awareness_Measures ; rdfs:comment "Policies of Public Awareness Measures related to Gathering information"@en ; rdfs:label "Gathering information"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Gatherings :Gatherings rdf:type owl:Class ; rdfs:subClassOf :Restriction , [ rdf:type owl:Restriction ; owl:onProperty :number_of ; owl:allValuesFrom xsd:int ] , [ rdf:type owl:Restriction ; owl:onProperty :percent ; owl:allValuesFrom :percentage ] ; rdfs:comment "Government policies that limit the number of people allowed to congregate in a place."@en ; rdfs:label "Gatherings"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#General_health :General_health rdf:type owl:Class ; rdfs:subClassOf :Medical ; rdfs:comment "These refer to establishments through which doctors/nurses provide medical care"@en ; rdfs:label "General health"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Geographic_target :Geographic_target rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :is_conditioned_by ; owl:allValuesFrom :Policy_decision ] , [ rdf:type owl:Restriction ; owl:onProperty :is_defined_by ; owl:allValuesFrom :Metrics ] , [ rdf:type owl:Restriction ; owl:onProperty :where_live_the ; owl:allValuesFrom :Demographic_target ] , [ rdf:type owl:Restriction ; owl:onProperty :belongs_to ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :Geographic_target ] , [ rdf:type owl:Restriction ; owl:onProperty :contains_a ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :Geographic_target ] , [ rdf:type owl:Restriction ; owl:onProperty :type_distribution ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :ISO_A2 ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange :ISO2 ] , [ rdf:type owl:Restriction ; owl:onProperty :ISO_A3 ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange :ISO3 ] , [ rdf:type owl:Restriction ; owl:onProperty :geographical_Level ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange :geographic_level ] , [ rdf:type owl:Restriction ; owl:onProperty :ISO_L2 ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange :ISO3 ] ; rdfs:comment "This variable documents the geographic or administrative entity that the policy targets" ; rdfs:label "Geographic target"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Geographical_distribution :Geographical_distribution rdf:type owl:Class ; rdfs:subClassOf :Geographic_target ; rdfs:label "Geographical distribution" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Government :Government rdf:type owl:Class ; rdfs:subClassOf :Enforcer ; rdfs:comment "This refers to the body that is responsible for national/provintial/state- level decision making."@en ; rdfs:label "Government"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Government_building :Government_building rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:comment "Government buildings and places where actions related to politics take place."@en ; rdfs:label "Government building"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Governments_locally_elected :Governments_locally_elected rdf:type owl:Class ; rdfs:subClassOf :Political ; rdfs:comment "Metrics about governments locally elected"@en ; rdfs:label "Governments locally elected" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Hand_sanitizer :Hand_sanitizer rdf:type owl:Class ; rdfs:subClassOf :Materials ; rdfs:comment "Preparations used as alternatives or supplements to hand washing with soap and water to destroy microorganisms and prevent transmission of pathogens. The active ingredient may be ETHANOL; 1-PROPANOL; or POVIDONE-IODINE in a gel, foam, or liquid solution. [MESH]"@en ; rdfs:label "Hand sanitizer"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Health :Health rdf:type owl:Class ; rdfs:subClassOf :Metrics ; rdfs:comment "Parameter that show the situation/impact about health of the geographic target"@en ; rdfs:label "Health"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Health_Certificates :Health_Certificates rdf:type owl:Class ; rdfs:subClassOf :External_border ; rdfs:comment "Certifications given by a medical professional which verify that at the time of the certification, the traveler did not have COVID-19 or symptoms associated with COVID-19"@en ; rdfs:label "Health Certificates"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Health_Monitoring :Health_Monitoring rdf:type owl:Class ; rdfs:subClassOf :Health_measures ; rdfs:comment "Policy measures related to health monitoring"@en ; rdfs:label "Health Monitoring"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Health_Resources :Health_Resources rdf:type owl:Class ; rdfs:subClassOf :Health_measures , [ rdf:type owl:Restriction ; owl:onProperty :acts_in ; owl:allValuesFrom :Type_of_place ] ; rdfs:comment "Government policies which affect the material (e.g. medical equipment, number of hospitals for public health) or human (e.g. doctors, nurses) health resources of a country."@en ; rdfs:label "Health Resources"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Health_Screenings :Health_Screenings rdf:type owl:Class ; rdfs:subClassOf :External_border ; rdfs:comment "Health screenings done at ports of entry to ascertain the health of travelers in general"@en ; rdfs:label "Health Screenings"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Health_Staff :Health_Staff rdf:type owl:Class ; rdfs:subClassOf :tertiary_sector ; rdfs:comment """hr_target_staff. Takes a value of 1 if the target of a policy is health staff. [Coronanet codebook] Men and women working in the provision of health services, whether as individual practitioners or employees of health institutions and programs, whether or not professionally trained, and whether or not subject to public regulation. (From A Discursive Dictionary of Health Care, 1976) [Medical Subject Headings - Health Personnel]"""@en ; rdfs:label "Health Staff"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Health_Testing :Health_Testing rdf:type owl:Class ; rdfs:subClassOf :Health_measures ; rdfs:comment "Policies related to the performance of sanitary tests"@en ; rdfs:label "Health Testing"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Health_center :Health_center rdf:type owl:Class ; rdfs:subClassOf :General_health ; rdfs:comment "Health center"@en ; rdfs:label "Health center"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Health_measures :Health_measures rdf:type owl:Class ; rdfs:subClassOf :Policy_decision ; rdfs:comment "Health-related policy measures"@en ; rdfs:label "Health measures"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Higher_education :Higher_education rdf:type owl:Class ; rdfs:subClassOf :Education_center ; rdfs:comment """Takes a value of 1 if no restrictions are placed on higher education institutions (i.e. degree granting institutions), a value of 2 if these facilities are partly open, and a value of 3 if they are completely closed. [Coronanet Codebook]"""@en ; rdfs:label "Higher education"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Hiring :Hiring rdf:type owl:Class ; rdfs:subClassOf :Economic_measures ; rdfs:comment "Increase in hiring staff to address effects of COVID-19"@en ; rdfs:label "Hiring"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Home :Home rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:comment "A person's permanent place of residence. [NCIT]"@en ; rdfs:label "Home"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Homeless_population :Homeless_population rdf:type owl:Class ; rdfs:subClassOf :Population_special_conditions ; rdfs:comment "Population special conditions:Homeless population"@en ; rdfs:label "Homeless population"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Hospitalization_data :Hospitalization_data rdf:type owl:Class ; rdfs:subClassOf :COVID-19 ; rdfs:comment "The number of patients hospitalized in a certain moment, ICU or non-ICU and may be associated with a specific hospital process (admissions, discharges or transfers). Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Hospitalization data"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Hospitals :Hospitals rdf:type owl:Class ; rdfs:subClassOf :General_health ; rdfs:comment "Institutions with an organized medical staff which provide medical care to patients. [MESH]"@en ; rdfs:label "Hospitals"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Hourly_earnings :Hourly_earnings rdf:type owl:Class ; rdfs:subClassOf :Price-purchasing_power_indicators ; rdfs:comment "The Hourly Earnings (MEI) dataset contains predominantly monthly statistics, and associated statistical methodological information, for the 35 OECD member countries and for selected non-member economies. The MEI Earnings dataset provides monthly and quarterly data on employees' earnings series. It includes earnings series in manufacturing and for the private economic sector. Mostly the sources of the data are business surveys covering different economic sectors, but in some cases administrative data are also used. The target series for hourly earnings correspond to seasonally adjusted average total earnings paid per employed person per hour, including overtime pay and regularly recurring cash supplements. Where hourly earnings series are not available, a series could refer to weekly or monthly earnings. In this case, a series for full-time or full-time equivalent employees is preferred to an all employees series.Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Hourly earnings"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Housing :Housing rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:label "Housing"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Human_teams :Human_teams rdf:type owl:Class ; rdfs:subClassOf :contact_tracking ; rdfs:comment "Policy measures related to health monitoring through contact teams, human teams"@en ; rdfs:label "Human teams"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Hygiene :Hygiene rdf:type owl:Class ; rdfs:subClassOf :Health_measures , [ rdf:type owl:Restriction ; owl:onProperty :acts_in ; owl:allValuesFrom :Type_of_place ] ; rdfs:comment "Policy measures related to hygiene measures"@en ; rdfs:label "Hygiene"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#ICU :ICU rdf:type owl:Class ; rdfs:subClassOf :occupancy_hospital_area_installation ; rdfs:comment """Hospitalisation ICU. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...) A health care facility unit that provides intensive care to critically ill patients and patients with complex medical problems who require constant monitoring or special therapy. [NCIT]"""@en ; rdfs:label "ICU"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Imports_in_goods :Imports_in_goods rdf:type owl:Class ; rdfs:subClassOf :Commercial_transactions ; rdfs:comment "Trade in goods and services is defined as the transactions in goods and services between residents and non-residents. It is measured in million USD at 2015 constant prices and PPPs, as percentage of GDP for net trade, and also in annual growth for exports and imports. All OECD countries compile their data according to the 2008 System of National Accounts (SNA). Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Imports in goods"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Industrial_production :Industrial_production rdf:type owl:Class ; rdfs:subClassOf :Socio-economic ; rdfs:comment "Industrial production refers to the output of industrial establishments and covers sectors such as mining, manufacturing, electricity, gas and steam and air-conditioning. This indicator is measured in an index based on a reference period that expresses change in the volume of production output.. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Industrial production"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Information :Information rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "It refers to businesses whose main activity is focused on the transmission and dissemination of information related to diferent topics."@en ; rdfs:label "Information"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Insurance :Insurance rdf:type owl:Class ; rdfs:subClassOf :Health_Resources ; rdfs:comment "Insurance providing coverage of medical, surgical, or hospital care in general or for which there is no specific heading. [MESH - Insurance, Health]"@en ; rdfs:label "Insurance"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Insurance-reinsurance-pension_funding :Insurance-reinsurance-pension_funding rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "Bussiness related to agriculture Insurance- reinsurance-pension funding"@en ; rdfs:label "Insurance-reinsurance-pension funding"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Interbank :Interbank rdf:type owl:Class ; rdfs:subClassOf :Price-purchasing_power_indicators ; rdfs:comment "Reference rate based on the interest rates at which banks offer unsecured funds to other banks in the wholesale money market or interbank market.. Interbank lending market. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Interbank"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Internal_border :Internal_border rdf:type owl:Class ; rdfs:subClassOf :Restriction ; rdfs:comment "Government policies which reduce the ability to access ports of entry to or from different governmental jurisdictions."@en ; rdfs:label "Internal border"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Internet-Web :Internet-Web rdf:type owl:Class ; rdfs:subClassOf :Engagement ; rdfs:comment "Policies of Public Awareness Measures related to engagement through"@en ; rdfs:label "Internet-Web"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Intersex :Intersex rdf:type owl:Class ; rdfs:subClassOf :sex ; rdfs:comment "Population whose sex is intersex"@en ; rdfs:label "Intersex"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Labour_market :Labour_market rdf:type owl:Class ; rdfs:subClassOf :Socio-economic ; rdfs:label "Labour market"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Land_border :Land_border rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:comment "Land on the frontiers of two adjoining geographical areas"@en ; rdfs:label "Land border"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Latin_america :Latin_america rdf:type owl:Class ; rdfs:subClassOf :Geographical_distribution ; rdfs:label "Latin america" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Leading_indicator :Leading_indicator rdf:type owl:Class ; rdfs:subClassOf :Economic_growth_indicator ; rdfs:comment "The composite leading indicator (CLI) is designed to provide early signals of turning points in business cycles showing fluctuation of the economic activity around its long term potential level. CLIs show short-term economic movements in qualitative rather than quantitative terms. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Leading indicator"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Legal_penalties :Legal_penalties rdf:type owl:Class ; rdfs:subClassOf :Mandatory ; rdfs:comment "The prescribed government policy is mandatory/ must be followed. If the policy is not followed, people may face legal penalties like jail time"@en ; rdfs:label "Legal penalties"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Library :Library rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:comment "A curated collection of sources of information and similar resources, selected by experts and made accessible to a defined community for reference or borrowing. It provides physical or digital access to material, and may be a physical location or a virtual space, or both. [GSSO]"@en ; rdfs:label "Library"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Lockdown :Lockdown rdf:type owl:Class ; rdfs:subClassOf :Restriction ; rdfs:comment "Targets of the policy are obliged shelter in place irrespective of potential likelihood of COVID-19 transmission and are only allowed to leave their shelter for specific reasons"@en ; rdfs:label "Lockdown"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Long-term_interet_rate :Long-term_interet_rate rdf:type owl:Class ; rdfs:subClassOf :Price-purchasing_power_indicators ; rdfs:comment "Long-term interest rates refer to government bonds maturing in ten years. Rates are mainly determined by the price charged by the lender, the risk from the borrower and the fall in the capital value. Long-term interest rates are generally averages of daily rates, measured as a percentage. These interest rates are implied by the prices at which the government bonds are traded on financial markets, not the interest rates at which the loans were issued. In all cases, they refer to bonds whose capital repayment is guaranteed by governments. Long-term interest rates are one of the determinants of business investment. Low long-term interest rates encourage investment in new equipment and high interest rates discourage it. Investment is, in turn, a major source of economic growth. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Long-term interet rate"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Male :Male rdf:type owl:Class ; rdfs:subClassOf :sex ; rdfs:comment "Population whose sex is male"@en ; rdfs:label "Male"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Management :Management rdf:type owl:Class ; rdfs:subClassOf :Services ; rdfs:comment "Management"@en , "Management service"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Mandatory :Mandatory rdf:type owl:Class ; rdfs:subClassOf :Compliance ; rdfs:comment "The prescribed government policy is mandatory/must be followed but the penalty for failing to comply is not made explicit or is implied"@en ; rdfs:label "Mandatory"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Masks :Masks rdf:type owl:Class ; rdfs:subClassOf :Materials ; rdfs:comment "This refers to masks that cover the face which help filter out pollutants in the air"@en ; rdfs:label "Masks"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Materials :Materials rdf:type owl:Class ; rdfs:subClassOf :Health_Resources ; rdfs:comment "Healthcare supplies: Disposable items used while providing care such as dressings, syringes, tubing, diapers, and baby bottles. (source : OMS) [ONTOAD]"@en ; rdfs:label "Materials"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Medical :Medical rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "Healthcare facility: Facility that is administered by a health care organization for the purpose of providing health care to a patient or patient population. [(IDO-COVID-19)]"@en ; rdfs:label "Medical"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Medicine :Medicine rdf:type owl:Class ; rdfs:subClassOf :Materials ; rdfs:comment "Any substance which when absorbed into a living organism may modify one or more of its functions. The term is generally accepted for a substance taken for a therapeutic purpose, but is also commonly used for abused substances. [COVID-19 Ontology - FHG]"@en ; rdfs:label "Medicine"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Meetings :Meetings rdf:type owl:Class ; rdfs:subClassOf :Services ; rdfs:comment "Services related to meetings"@en ; rdfs:label "Meetings"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Metrics :Metrics rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :affect_to ; owl:allValuesFrom :Demographic_target ] , [ rdf:type owl:Restriction ; owl:onProperty :define ; owl:allValuesFrom :Geographic_target ] , [ rdf:type owl:Restriction ; owl:onProperty :related_to ; owl:allValuesFrom :Services ] , [ rdf:type owl:Restriction ; owl:onProperty :link ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :number_of ; owl:someValuesFrom xsd:int ] , [ rdf:type owl:Restriction ; owl:onProperty :source ; owl:someValuesFrom :sources ] , [ rdf:type owl:Restriction ; owl:onProperty :date ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :date_end ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :date_start ; owl:allValuesFrom xsd:dateTime ] ; rdfs:comment "Defines multiple parameters that show the situation/impact of the geographic target"@en ; rdfs:label "Impact metrics"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Middle_east :Middle_east rdf:type owl:Class ; rdfs:subClassOf :Geographical_distribution ; rdfs:label "Middle east" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Military :Military rdf:type owl:Class ; rdfs:subClassOf :Enforcer ; rdfs:comment "This refers to the body that is responsible for security or defense at the national level"@en ; rdfs:label "Military"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Mining_-_Quarrying :Mining_-_Quarrying rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "It refers to businesses whose main activity is focused on the extraction of minerals occurring naturally as solids (coal and ores), liquids (petroleum) or gases (natural gas). Extraction can be achieved by different methods such as underground or surface mining, well operation, seabed mining etc."@en ; rdfs:label "Mining - Quarrying"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Ministry_of_Education :Ministry_of_Education rdf:type owl:Class ; rdfs:subClassOf :Enforcer ; rdfs:comment "Ministry/Department of Education:This refers to the body that is responsible for overseeing education outcomes at the national city or municipal level"@en ; rdfs:label "Ministry of Education"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Ministry_of_Foreign_Affairs :Ministry_of_Foreign_Affairs rdf:type owl:Class ; rdfs:subClassOf :Enforcer ; rdfs:comment "Ministry/Department of Foreign Affairs:This refers to the body that is responsible for overseeing the government relationships with foreign countries at the national level"@en ; rdfs:label "Ministry of Foreign Affairs"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Ministry_of_Health :Ministry_of_Health rdf:type owl:Class ; rdfs:subClassOf :Enforcer ; rdfs:comment "Ministry/Department of Health:This refers to the body that is responsible for overseeing health outcomes at the national level"@en ; rdfs:label "Ministry of Health"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Ministry_of_Justice :Ministry_of_Justice rdf:type owl:Class ; rdfs:subClassOf :Enforcer ; rdfs:comment "Ministry/Department of Justice:This refers to the body that is responsible for overseeing the legal and judicial process of a country at the national level"@en ; rdfs:label "Ministry of Justice"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Mountains :Mountains rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:label "Mountains"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Municipal_Government :Municipal_Government rdf:type owl:Class ; rdfs:subClassOf :Enforcer ; rdfs:label "Municipal Government"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#New :New rdf:type owl:Class ; rdfs:subClassOf :Entry_type ; rdfs:comment "The record is the first instance of a policy being made on a given date for the following combination of dimensions: the policy initiator, policy type, policy sub type, geographic target, demographic target."@en ; rdfs:label "New"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#New_task_force :New_task_force rdf:type owl:Class ; rdfs:subClassOf :Distribution_of_competences , :Enforcer ; rdfs:comment "New task force or entity recieve a certain power"@en ; rdfs:label "New task force"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#No_COVID-19 :No_COVID-19 rdf:type owl:Class ; rdfs:subClassOf :direct ; rdfs:comment "No COVID-19 direct health metric. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "No COVID-19" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#No_conditions :No_conditions rdf:type owl:Class ; rdfs:subClassOf :Allowed ; rdfs:comment "Measures related to permission with no conditions on services, activities..."@en ; rdfs:label "No conditions"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Non-UCI :Non-UCI rdf:type owl:Class ; rdfs:subClassOf :occupancy_hospital_area_installation ; rdfs:comment "Hospitalistion but not in an ICU. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Non-ICU"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Non_essential_worker :Non_essential_worker rdf:type owl:Class ; rdfs:subClassOf :Worker ; rdfs:comment "Non essential workers are those who conduct a range of operations and services that are not typically essential to continue critical infrastructure operations."@en ; rdfs:label "Non essential worker"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#North_america :North_america rdf:type owl:Class ; rdfs:subClassOf :Geographical_distribution ; rdfs:label "North america" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Nurses :Nurses rdf:type owl:Class ; rdfs:subClassOf :Health_Staff ; rdfs:comment "Accredited professionals with a license to support medical treatment and services but cannot make medical decisions"@en ; rdfs:label "Nurses"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Oceania :Oceania rdf:type owl:Class ; rdfs:subClassOf :Geographical_distribution ; rdfs:label "Oceania" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Optician :Optician rdf:type owl:Class ; rdfs:subClassOf :Medical ; rdfs:label "Optician"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Original :Original rdf:type owl:Class ; rdfs:subClassOf :Correct_type ; rdfs:comment "The record has been entered as originally coded"@en ; rdfs:label "Original"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Other :Other rdf:type owl:Class ; rdfs:subClassOf :Geographical_distribution , :Political_distribution ; rdfs:label "Other" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#PCR_test :PCR_test rdf:type owl:Class ; rdfs:subClassOf :tests ; rdfs:comment "PCR test. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "PCR test"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Park :Park rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:comment "A large public garden or area of land used for recreation"@en ; rdfs:label "Park"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Passenger_car_registration :Passenger_car_registration rdf:type owl:Class ; rdfs:subClassOf :Socio-economic ; rdfs:comment "Passenger car registrations refer to the number of newly (first-time) registered passenger cars (private cars) or vehicles (commercial cars) registered to the authorities. Data are sourced via the European Automobile Manufacturer's Association (ACEA) and measured in number of units. Data are presented here in terms of the growth over previous period. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Passenger car registration"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Percentage :Percentage rdf:type owl:Class ; rdfs:subClassOf :unit , [ rdf:type owl:Restriction ; owl:onProperty :percent ; owl:allValuesFrom :percentage ] ; rdfs:comment "Refers to a percentage as a unit of a metric"@en ; rdfs:label "percentage"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Permits_issued_for_dwellings :Permits_issued_for_dwellings rdf:type owl:Class ; rdfs:subClassOf :Socio-economic ; rdfs:comment "The aim of the index of residential building permits is to show the future development of construction activity in terms of numbers of units. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Permits issued for dwellings"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Personal_Protective_Equipment :Personal_Protective_Equipment rdf:type owl:Class ; rdfs:subClassOf :Materials ; rdfs:comment "Specialized clothing or equipment worn for protection against health hazards. Personal Protective Equipment may include MASKS; RESPIRATORY PROTECTIVE DEVICES; HEAD PROTECTIVE DEVICES; EYE PROTECTIVE DEVICES; EAR PROTECTIVE DEVICES; PROTECTIVE CLOTHING; and protective footwear. [MESH]"@en ; rdfs:label "Personal Protective Equipment"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Personal_grooming :Personal_grooming rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "These refer to establishments that provide ser vices for personal care or hygiene, e.g. hair or nail salons"@en ; rdfs:label "Personal grooming"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Pharmacies :Pharmacies rdf:type owl:Class ; rdfs:subClassOf :Medical ; rdfs:comment "Facilities for the preparation and dispensing of drugs. [MESH]"@en ; rdfs:label "Pharmacies"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Police :Police rdf:type owl:Class ; rdfs:subClassOf :Enforcer ; rdfs:comment "An organization empowered by the state to enforce the law at any level of government (e.g. national, provincial, etc.)"@en ; rdfs:label "Police"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Policy_decision :Policy_decision rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :referred_to ; owl:someValuesFrom :Metrics ] , [ rdf:type owl:Restriction ; owl:onProperty :acts_in ; owl:allValuesFrom :Type_of_place ] , [ rdf:type owl:Restriction ; owl:onProperty :conditions ; owl:allValuesFrom :Geographic_target ] , [ rdf:type owl:Restriction ; owl:onProperty :controls ; owl:allValuesFrom :Services ] , [ rdf:type owl:Restriction ; owl:onProperty :influences ; owl:allValuesFrom :Demographic_target ] , [ rdf:type owl:Restriction ; owl:onProperty :is_made_by ; owl:allValuesFrom :Enforcer ] , [ rdf:type owl:Restriction ; owl:onProperty :is_updated ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :Policy_decision ] , [ rdf:type owl:Restriction ; owl:onProperty :update ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :Policy_decision ] , [ rdf:type owl:Restriction ; owl:onProperty :domestic_policy ; owl:someValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :event_descripcion ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :init_country_level ; owl:allValuesFrom :geographic_level ] , [ rdf:type owl:Restriction ; owl:onProperty :target_direction ; owl:allValuesFrom :target_direction ] , [ rdf:type owl:Restriction ; owl:onProperty :link ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :record_id ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :date_announced ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :date_end ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :date_start ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :date_updated ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :policy_id ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:int ] , [ rdf:type owl:Restriction ; owl:onProperty :school_status ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] ; rdfs:comment "Define the government response project policies, representing national and sub-national policy event data"@en ; rdfs:label "Policy decision"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Political :Political rdf:type owl:Class ; rdfs:subClassOf :Metrics ; rdfs:comment "Defines metics in relation to policy"@en ; rdfs:label "Political"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Political_distribution :Political_distribution rdf:type owl:Class ; rdfs:subClassOf :Geographic_target ; rdfs:label "Political distribution" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Population_special_conditions :Population_special_conditions rdf:type owl:Class ; rdfs:subClassOf :Demographic_target ; rdfs:comment "This variable captures information more generally about who the target of a policy is, codes the population who have with spacial conditions"@en ; rdfs:label "Population special conditions"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Postponement :Postponement rdf:type owl:Class ; rdfs:subClassOf :type_restriction ; rdfs:comment "Postponement of events or in relation to services or venues"@en ; rdfs:label "Postponement"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Preschool :Preschool rdf:type owl:Class ; rdfs:subClassOf :Education_center ; rdfs:comment """Takes a value of 1 if no restrictions are placed on preschool or childcare facilities (generally for children ages 5 and below), a value of 2 if these facilities are partly open, and a value of 3 if they are completely closed. [Coronanet Codebook] An educational institution for children that precedes kindergarten. [NCIThesaurus]"""@en ; rdfs:label "Preschool"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Price-purchasing_power_indicators :Price-purchasing_power_indicators rdf:type owl:Class ; rdfs:subClassOf :Socio-economic ; rdfs:label "Price-purchasing power indicators"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Primary_Schools :Primary_Schools rdf:type owl:Class ; rdfs:subClassOf :Education_center ; rdfs:comment """Takes a value of 1 if no restrictions are placed on primary schools (generally for children ages 10 and below), a value of 2 if these facilities are partly open, and a value of 3 if they are completely closed. [Coronanet Codebook]"""@en ; rdfs:label "Primary Schools"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Printed_materials :Printed_materials rdf:type owl:Class ; rdfs:subClassOf :Engagement ; rdfs:comment "Policies of Public Awareness Measures related to engagement through any type of printed material"@en ; rdfs:label "Printed materials"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Prison :Prison rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:comment "A building in which people are legally held as a punishment for a crime they have committed or while awaiting trial"@en ; rdfs:label "Prison"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Processing_documents :Processing_documents rdf:type owl:Class ; rdfs:subClassOf :Services ; rdfs:comment "It refers to the procedure involved in the conversion of physical documents and the related forms into digitized form with the data extraction, thereby arranging it to a relevant structured format. Documents are of various formats, file types, and include value-specific information, for example, permissions, certificates, etc."@en ; rdfs:label "Processing documents"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Production :Production rdf:type owl:Class ; rdfs:subClassOf :Services ; rdfs:comment "Production service"@en ; rdfs:label "Production"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Prohibition :Prohibition rdf:type owl:Class ; rdfs:subClassOf :type_restriction ; rdfs:comment "Policy measures related to the prohibition of certain things"@en ; rdfs:label "Prohibition"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Proof_vaccination :Proof_vaccination rdf:type owl:Class ; rdfs:subClassOf :External_border ; rdfs:comment "Documentation which demonstrates that has a traveler has received a COVID-19 vaccination"@en ; rdfs:label "Proof vaccination"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Public_Awareness_Measures :Public_Awareness_Measures rdf:type owl:Class ; rdfs:subClassOf :Containment ; rdfs:comment "Efforts to disseminate or gather reliable information about COVID-19, including ways to prevent or mitigate the health effects of COVID-19. [CORONANET]"@en ; rdfs:label "Public Awareness Measures"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Publishing :Publishing rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "\"The business or profession of the commercial production and issuance of literature\" (Webster's 3d). It includes the publisher, publication processes, editing and editors. Production may be by conventional printing methods or by electronic publishing. [MESH]"@en ; rdfs:label "Publishing"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Purchase :Purchase rdf:type owl:Class ; rdfs:subClassOf :Services ; rdfs:comment "The action of obtaining something by payment. [NCIT - Purchase]"@en ; rdfs:label "Purchase"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Quarantine :Quarantine rdf:type owl:Class ; rdfs:subClassOf :Restriction ; rdfs:comment "Targets of the policy are obliged to isolate themselves for at least 14 days because there is reason to suspect a person is infected with COVID-19"@en ; rdfs:label "Quarantine"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Rail :Rail rdf:type owl:Class ; rdfs:subClassOf :type_of_vehicle ; rdfs:label "Rail"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Re-establishment :Re-establishment rdf:type owl:Class ; rdfs:subClassOf :type_restriction ; rdfs:comment "Restoration to the initial state after an average previously taken by the covid19"@en ; rdfs:label "Re-establishment"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Recommended :Recommended rdf:type owl:Class ; rdfs:subClassOf :Compliance ; rdfs:comment "The prescribed policy is recommended by the initiating body but compliance is voluntary"@en ; rdfs:label "Recommended"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Reduction :Reduction rdf:type owl:Class ; rdfs:subClassOf :type_restriction ; rdfs:comment "Measures related to the reduction of services, activities or people allowed in a place"@en ; rdfs:label "Reduction"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Refugee_seekers :Refugee_seekers rdf:type owl:Class ; rdfs:subClassOf :Population_special_conditions ; rdfs:comment "Population special conditions:Refugee seekers"@en ; rdfs:label "Refugee seekers"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Regulation :Regulation rdf:type owl:Class ; rdfs:subClassOf :Containment ; rdfs:comment "Government policy which regulates some variable like private or commercial activity, some aspect educational..."@en ; rdfs:label "Regulation"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Relaxing :Relaxing rdf:type owl:Class ; rdfs:subClassOf :Update ; rdfs:comment "A policy relaxes in terms of its conditions, coverage, or compliance, or duration"@en ; rdfs:label "Relaxing"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Relevance :Relevance rdf:type owl:Class ; rdfs:subClassOf :Type_of_place ; rdfs:comment "Defines the types of place (businesses, facilities, civic structures...) as essential and non-essential"@en ; rdfs:label "Relevance"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Research_Facilities :Research_Facilities rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:comment "Takes a value of 1 if there is a health testing policy which affects health research facilities. [Coronanet codebook]"@en ; rdfs:label "Research Facilities"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Residence :Residence rdf:type owl:Class ; rdfs:subClassOf :Accomodation_places ; rdfs:label "Residence"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Resources_research_development :Resources_research_development rdf:type owl:Class ; rdfs:subClassOf :Services ; rdfs:comment "Refers to the resources and efforts that a company or center devotes to the innovation, and improvement of its products and processes."@en ; rdfs:label "Resources research development" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Restaurant :Restaurant rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "This refers to establishments that provide prepared food and drink services to patrons"@en ; rdfs:label "Restaurant"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Restriction :Restriction rdf:type owl:Class ; rdfs:subClassOf :Containment ; rdfs:comment "Policies related to restrictions"@en ; rdfs:label "Restriction"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Retail_businesses :Retail_businesses rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "This refers to shops such as clothing stores, specialty goods, flower shops, etc."@en ; rdfs:label "Retail businesses"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Retail_trade :Retail_trade rdf:type owl:Class ; rdfs:subClassOf :Commercial_transactions ; rdfs:comment "The Retail Trade Volume Index is a business indicator that measures monthly changes in deflated retail trade turnover at both the European Union (EU) and euro area level, and for individual EU Member States (as well as some candidate and EFTA countries). Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Retail trade"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Room :Room rdf:type owl:Class ; rdfs:subClassOf :Accomodation_places ; rdfs:label "Room" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Schengen_area :Schengen_area rdf:type owl:Class ; rdfs:subClassOf :Political_distribution ; rdfs:label "Schengen area" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Schengen_area_and_UK :Schengen_area_and_UK rdf:type owl:Class ; rdfs:subClassOf :Political_distribution ; rdfs:label "Schengen area and UK" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Second :Second rdf:type owl:Class ; rdfs:subClassOf :Dose . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Secondary_Schools :Secondary_Schools rdf:type owl:Class ; rdfs:subClassOf :Education_center ; rdfs:comment """Takes a value of 1 if no restrictions are placed on secondary schools (generally for children ages 10 to 18), a value of 2 if these facilities are partly open, and a value of 3 if they are completely closed. [Coronanet Codebook]"""@en ; rdfs:label "Secondary Schools"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Services :Services rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :are_related_to ; owl:allValuesFrom :Metrics ] , [ rdf:type owl:Restriction ; owl:onProperty :is_controlled_by_a ; owl:allValuesFrom :Policy_decision ] , [ rdf:type owl:Restriction ; owl:onProperty :is_given_to_a ; owl:allValuesFrom :Demographic_target ] , [ rdf:type owl:Restriction ; owl:onProperty :offered_by_a ; owl:allValuesFrom :Type_of_place ] , [ rdf:type owl:Restriction ; owl:onProperty :number_of ; owl:allValuesFrom xsd:int ] ; rdfs:comment "Services as someone or something that is intended to provide help to those providing assistance to others"@en ; rdfs:label "Services"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Setting_the_amount :Setting_the_amount rdf:type owl:Class ; rdfs:subClassOf :Economic_measures ; rdfs:label "Setting the amount"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Share_prices :Share_prices rdf:type owl:Class ; rdfs:subClassOf :Price-purchasing_power_indicators ; rdfs:comment "Share price indices are calculated from the prices of common shares of companies traded on national or foreign stock exchanges. They are usually determined by the stock exchange, using the closing daily values for the monthly data, and normally expressed as simple arithmetic averages of the daily data. A share price index measures how the value of the stocks in the index is changing, a share return index tells the investor what their “return” is, meaning how much money they would make as a result of investing in that basket of shares. A price index measures changes in the market capitalisation of the basket of shares in the index whereas a return index adds on to the price index the value of dividend payments, assuming they are re-invested in the same stocks. Occasionally agencies such as central banks will compile share indices. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Share prices"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Shipping :Shipping rdf:type owl:Class ; rdfs:subClassOf :Distribution ; rdfs:comment "The act or business of transporting goods. [NCIT]"@en ; rdfs:label "Shipping"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Shopping_centers :Shopping_centers rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "This refers to commercial centers in which retail busi nesses are available in a centralized location"@en ; rdfs:label "Shopping centers"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Smart_phones :Smart_phones rdf:type owl:Class ; rdfs:subClassOf :contact_tracking ; rdfs:comment "Policy measures related to health monitoring through contact teams, smart phones"@en ; rdfs:label "Smart phones"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Social :Social rdf:type owl:Class ; rdfs:subClassOf :Policy_decision ; rdfs:comment "Social policy decisions"@en ; rdfs:label "Social"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Social_distancing :Social_distancing rdf:type owl:Class ; rdfs:subClassOf :Health_measures , [ rdf:type owl:Restriction ; owl:onProperty :acts_in ; owl:allValuesFrom :Type_of_place ] , [ rdf:type owl:Restriction ; owl:onProperty :number_of ; owl:allValuesFrom xsd:int ] ; rdfs:comment "Government policies that limit physical contact between individuals. This variable can provide additional detail about the type of social distancing and the place where rules being applied"@en ; rdfs:label "Social distancing"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Socio-economic :Socio-economic rdf:type owl:Class ; rdfs:subClassOf :Metrics ; rdfs:comment "Defines metics in relation to socio-economic factors"@en ; rdfs:label "Socio-economic"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Sport_centres :Sport_centres rdf:type owl:Class ; rdfs:subClassOf :Commercial_businesses ; rdfs:comment "Sport centers"@en ; rdfs:label "Sport centres"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Staff :Staff rdf:type owl:Class ; rdfs:subClassOf :Health_Resources ; rdfs:label "Staff"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Storage :Storage rdf:type owl:Class ; rdfs:subClassOf :Distribution ; rdfs:comment "A service offering that describes a service in which the consumer provides some material or data as input which a service provider stores and returns as output. [ERO]"@en ; rdfs:label "Storage"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Strengthening :Strengthening rdf:type owl:Class ; rdfs:subClassOf :Update ; rdfs:comment "A policy strengthens in terms of its conditions, coverage, or compliance, or duration"@en ; rdfs:label "Strengthening"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Student :Student rdf:type owl:Class ; rdfs:subClassOf :task ; rdfs:comment """A person who is enrolled in an educational institution. [National Cancer Institute Thesaurus] A student is an individual who is attends an educational institution. Individuals enrolled in a school or formal educational program."""@en ; rdfs:label "Student"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Subway :Subway rdf:type owl:Class ; rdfs:subClassOf :Rail ; rdfs:comment "Cars as a means of transportation"@en , "Subway as a means of transportation"@en ; rdfs:label "Subway"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Supermarkets :Supermarkets rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "These refer to establishments that sell food (e.g. fresh produce, meat, baked goods)"@en ; rdfs:label "Supermarkets"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Support_for_transportation :Support_for_transportation rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment """Bussiness related to Support for transportation It refers to businesses whose main activity is related to the development, administration, maintenance, and operation of the transportation system and with the supply of transportation services."""@en ; rdfs:label "Support for transportation"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Teacher :Teacher rdf:type owl:Class ; rdfs:subClassOf :tertiary_sector ; rdfs:comment """Members of staff responsible for TEACHING students in a school from pre-kindergarten through twelfth grade. [Medical Subject Headings ontology - School Teachers] One who instructs or educates others. [NCI Thesaurus]"""@en ; rdfs:label "Teacher"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Telecommunications :Telecommunications rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment """Business related to telecommunications It refers to businesses whose main activity is focused on the development, ownership or operation of a mobile telephony system and other telephony, telecommunication, information or internet services and any other services ancillary, related or complementary to any such system or such other services."""@en ; rdfs:label "Telecommunications"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Telemedicine :Telemedicine rdf:type owl:Class ; rdfs:subClassOf :Health_Resources ; rdfs:label "Telemedicine"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Teleworking :Teleworking rdf:type owl:Class ; rdfs:subClassOf :Work ; rdfs:comment "Policies related to teleworking"@en ; rdfs:label "Teleworking"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Temporary_Medical_Units :Temporary_Medical_Units rdf:type owl:Class ; rdfs:subClassOf :General_health ; rdfs:comment "Physical structures that have been temporarily erected for the explicit purpose of treating COVID-19 patients"@en ; rdfs:label "Temporary Medical Units"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Temporary_quarantine_facility :Temporary_quarantine_facility rdf:type owl:Class ; rdfs:subClassOf :General_health ; rdfs:comment "Physical structures that have been temporarily erected for the purpose of accommodating people under quarantine"@en ; rdfs:label "Temporary quarantine facility"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Terrestrial :Terrestrial rdf:type owl:Class ; rdfs:subClassOf :type_of_vehicle ; rdfs:label "Terrestrial"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Test_Kits :Test_Kits rdf:type owl:Class ; rdfs:subClassOf :Materials ; rdfs:comment "Commercially prepared reagent sets, with accessory devices, containing all of the major components and literature necessary to perform one or more designated diagnostic tests or procedures. They may be for laboratory or personal use. [MESH - Reagent Kits, Diagnostic]"@en ; rdfs:label "Test Kits"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Toilets :Toilets rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:comment "Type of place: toilets"@en ; rdfs:label "Toilets"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Total_border_cross_ban :Total_border_cross_ban rdf:type owl:Class ; rdfs:subClassOf :External_border ; rdfs:comment "Measures that categorically prohibit the entry or exit from a geographical region."@en ; rdfs:label "Total border cross ban"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Traditional_media :Traditional_media rdf:type owl:Class ; rdfs:subClassOf :Engagement ; rdfs:comment "Policies of Public Awareness Measures related to engagement through traditional media"@en ; rdfs:label "Traditional media"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Trains :Trains rdf:type owl:Class ; rdfs:subClassOf :Rail ; rdfs:comment "Train as a means of transportation"@en ; rdfs:label "Trains"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Trams :Trams rdf:type owl:Class ; rdfs:subClassOf :Rail ; rdfs:comment "Trams as a means of transportation"@en ; rdfs:label "Trams"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Transport_station :Transport_station rdf:type owl:Class ; rdfs:subClassOf :Civic_structure , [ rdf:type owl:Restriction ; owl:onProperty :of ; owl:allValuesFrom :type_of_vehicle ] ; rdfs:comment "Transport station for any type of vehicle"@en ; rdfs:label "Transport station"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Travel_History_Form :Travel_History_Form rdf:type owl:Class ; rdfs:subClassOf :External_border ; rdfs:comment "A form in which travelers document which countries they’ve recently visited"@en ; rdfs:label "Travel History Form"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Type_of_place :Type_of_place rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :have_workers ; owl:allValuesFrom :Demographic_target ] , [ rdf:type owl:Restriction ; owl:onProperty :is_subject_to ; owl:allValuesFrom :Policy_decision ] , [ rdf:type owl:Restriction ; owl:onProperty :provides ; owl:allValuesFrom :Services ] ; rdfs:comment "Entities that have a somewhat fixed, physical extension"@en ; rdfs:label "Type of place"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Type_of_property :Type_of_property rdf:type owl:Class ; rdfs:subClassOf :Type_of_place ; rdfs:label "Type of property"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Unemployment :Unemployment rdf:type owl:Class ; rdfs:subClassOf :Labour_market ; rdfs:comment "The unemployed are people of working age who are without work, are available for work, and have taken specific steps to find work. The uniform application of this definition results in estimates of unemployment rates that are more internationally comparable than estimates based on national definitions of unemployment. This indicator is measured in numbers of unemployed people as a percentage of the labour force and it is seasonally adjusted. The labour force is defined as the total number of unemployed people plus those in employment. Data are based on labour force surveys (LFS). For European Union countries where monthly LFS information is not available, the monthly unemployed figures are estimated by Eurostat. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Unemployment"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Unit_labour_cost :Unit_labour_cost rdf:type owl:Class ; rdfs:subClassOf :Price-purchasing_power_indicators ; rdfs:comment "Unit labour costs are often viewed as a broad measure of (international) price competitiveness. They are defined as the average cost of labour per unit of output produced. They can be expressed as the ratio of total labour compensation per hour worked to output per hour worked (labour productivity). This indicator is measured in percentage changes and indices. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "Unit labour cost"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Units :Units rdf:type owl:Class ; rdfs:subClassOf :unit ; rdfs:comment "Units as unit of a metric"@en ; rdfs:label "units"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Update :Update rdf:type owl:Class ; rdfs:subClassOf :Entry_type ; rdfs:comment "The record is an update to a new entry insofar as some dimension of the record changes other than the following dimensions: the policy initiator, policy type, policy sub type, geographic target, demographic target."@en ; rdfs:label "Update"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Vaccines :Vaccines rdf:type owl:Class ; rdfs:subClassOf :Materials , [ rdf:type owl:Restriction ; owl:onProperty :vaccine_type ; owl:someValuesFrom :vaccine_type ] ; rdfs:comment "Suspensions of killed or attenuated microorganisms (bacteria, viruses, fungi, protozoa), antigenic proteins, synthetic constructs, or other bio-molecular derivatives, administered for the prevention, amelioration, or treatment of infectious and other diseases. [MESH]"@en ; rdfs:label "Vaccines"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Vaccines_type :Vaccines_type rdf:type owl:Class ; rdfs:subClassOf :Vaccines ; rdfs:comment "Type of vaccine"@en ; rdfs:label "Vaccines type"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Ventilators :Ventilators rdf:type owl:Class ; rdfs:subClassOf :Materials ; rdfs:comment "Mechanical devices used to produce or assist pulmonary ventilation. [MESH]"@en ; rdfs:label "Ventilators"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Visa_extensions :Visa_extensions rdf:type owl:Class ; rdfs:subClassOf :External_border ; rdfs:comment "Measures that make the process for obtaining a visa to visit/reside in a country easier"@en ; rdfs:label "Visa extensions"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Visa_restrictions :Visa_restrictions rdf:type owl:Class ; rdfs:subClassOf :External_border ; rdfs:comment "Measures that make the process for obtaining a visa to visit/reside in a country more difficult"@en ; rdfs:label "Visa restrictions"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Volunteer :Volunteer rdf:type owl:Class ; rdfs:subClassOf :task ; rdfs:comment "A person who works without being paid"@en ; rdfs:label "Volunteer"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Warehouse :Warehouse rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "A warehouse is a building which is used for the storage of goods. [ENVO]"@en ; rdfs:label "Warehouse"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Water_Supply-Sewerage-Waste_Management-Remediation :Water_Supply-Sewerage-Waste_Management-Remediation rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "Bussiness related to Water Supply, Sewerage, Waste Management, remediation"@en ; rdfs:label "Water Supply, Sewerage, Waste Management, Remediation"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Wearable_technology :Wearable_technology rdf:type owl:Class ; rdfs:subClassOf :contact_tracking ; rdfs:comment "Policy measures related to health monitoring through contact teams, human teams wearable technology"@en ; rdfs:label "Wearable technology"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Wearing_mask :Wearing_mask rdf:type owl:Class ; rdfs:subClassOf :Health_measures ; rdfs:comment "Measurement of mask wearing"@en ; rdfs:label "Wearing mask"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Welfare :Welfare rdf:type owl:Class ; rdfs:subClassOf :Social ; rdfs:label "Welfare"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Work :Work rdf:type owl:Class ; rdfs:subClassOf :Containment ; rdfs:comment "Policies related to work"@en ; rdfs:label "Work"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Worker :Worker rdf:type owl:Class ; rdfs:subClassOf :task ; rdfs:comment "A person who does a specified type of work"@en ; rdfs:label "Worker"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Working_hours :Working_hours rdf:type owl:Class ; rdfs:subClassOf :Work ; rdfs:comment """Decision policies related to working hours These policies refer to aspects to be taken into account during the working hours, such as, sanitary measures that must be taken, number of working hours, work modality (face-to-face or telecommuting), etc."""@en ; rdfs:label "Working hours"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Worship :Worship rdf:type owl:Class ; rdfs:subClassOf :Civic_structure ; rdfs:comment "An act of religious devotion, usually directed towards a deity. [GSSO]"@en ; rdfs:label "Worship"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#Youth :Youth rdf:type owl:Class ; rdfs:subClassOf :age ; rdfs:comment """Demographic target who by age belong to the category of youth The time of life between childhood and maturity. This period overlaps with adolescence. [NCIT]"""@en ; rdfs:label "Youth"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#active :active rdf:type owl:Class ; rdfs:subClassOf :Cases ; rdfs:comment "The number of active cases. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "active"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#admission :admission rdf:type owl:Class ; rdfs:subClassOf :hospital_processes ; rdfs:comment "Inpatient admission to a hospital. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "admission"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#age :age rdf:type owl:Class ; rdfs:subClassOf :Demographic_target , [ rdf:type owl:Restriction ; owl:onProperty :maximum ; owl:allValuesFrom xsd:int ] , [ rdf:type owl:Restriction ; owl:onProperty :minimum ; owl:allValuesFrom xsd:int ] ; rdfs:comment "Age of the demographic target person(s)."@en ; rdfs:label "Age"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#antigenic :antigenic rdf:type owl:Class ; rdfs:subClassOf :Vaccines_type ; rdfs:comment "Vaccines contain weakened or inactive parts of a particular organism (antigen) that triggers an immune response within the body."@en ; rdfs:label "antigenic"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#asian :asian rdf:type owl:Class ; rdfs:subClassOf :race ; rdfs:comment "A person having origins in any of the original peoples of the Far East, Southeast Asia, or the Indian subcontinent including, for example, Cambodia, China, India, Japan, Korea, Malaysia, Pakistan, the Philippine Islands, Thailand, and Vietnam."@en ; rdfs:label "asian"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#average :average rdf:type owl:Class ; rdfs:subClassOf :numeric_value_type ; rdfs:comment "Calculation of the average of a metric"@en ; rdfs:label "average"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#black_american :black_american rdf:type owl:Class ; rdfs:subClassOf :race ; rdfs:comment "Black or African American. A person having origins in any of the black racial groups of Africa. Terms such as \"Haitian\" or \"Negro\" can be used in addition to \"Black or African American.\""@en ; rdfs:label "black american"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#contact_tracking :contact_tracking rdf:type owl:Class ; rdfs:subClassOf :Health_Monitoring ; rdfs:comment "Policy measures related to health monitoring through contact tracking"@en ; rdfs:label "contact tracking"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#corruption_perceptions_index :corruption_perceptions_index rdf:type owl:Class ; rdfs:subClassOf :country_policy_activity_score ; rdfs:comment """(most recent year available from Niehaus dataset) Corruption perceptions index ti cpi TI en coronanet"""@en ; rdfs:label "corruption perceptions index" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#country_policy_activity_score :country_policy_activity_score rdf:type owl:Class ; rdfs:subClassOf :opinion ; rdfs:comment "Estimate diferent values of the country policy activity score"@en ; rdfs:label "country policy activity score" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#cumulative :cumulative rdf:type owl:Class ; rdfs:subClassOf :numeric_value_type , [ rdf:type owl:Restriction ; owl:onProperty :number_of ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:int ] ; rdfs:comment "Calculates the cumulative amount of a variable between certain dates"@en ; rdfs:label "cumulative"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#currency :currency rdf:type owl:Class ; rdfs:subClassOf :unit , [ rdf:type owl:Restriction ; owl:onProperty :currency_from ; owl:someValuesFrom :Geographic_target ] ; rdfs:comment "Country-specific currency"@en ; rdfs:label "currency"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#custom :custom rdf:type owl:Class ; rdfs:subClassOf :frequency ; rdfs:comment "Customized time period (start and end date)"@en ; rdfs:label "custom"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#daily :daily rdf:type owl:Class ; rdfs:subClassOf :frequency , [ rdf:type owl:Restriction ; owl:onProperty :number_of ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:int ] ; rdfs:comment "Denotes a daily frequency variable"@en ; rdfs:label "daily"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#data_specification :data_specification rdf:type owl:Class ; rdfs:subClassOf :Metrics ; rdfs:comment "type of data metrics about their numerical value (index, rate, cumulative, percentage...) and frequency (daiy, weekly, fortnight)"@en ; rdfs:label "data specification"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#debt_cancellation :debt_cancellation rdf:type owl:Class ; rdfs:subClassOf :Economic_measures ; rdfs:comment "A debt cancellation contract (DCC) is a contractual arrangement modifying loan terms. Under the DCC, a bank agrees to cancel all or part of a customer’s obligation to repay a loan or credit. These contracts become effective upon the occurrence of a specified event as written into the contract, and most people connect them to credit card debts."@en ; rdfs:label "debt cancellation"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#difference :difference rdf:type owl:Class ; rdfs:subClassOf :numeric_value_type , [ rdf:type owl:Restriction ; owl:onProperty :number_of ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:int ] ; rdfs:comment "Difference between dates to mediate a metric between these days"@en ; rdfs:label "difference"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#direct :direct rdf:type owl:Class ; rdfs:subClassOf :Health ; rdfs:label "direct"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#disappearances_index :disappearances_index rdf:type owl:Class ; rdfs:subClassOf :Socio-economic ; rdfs:comment "(most recent year available from Niehaus dataset) 3 category, ordered variable for disappearances index"@en ; rdfs:label "disappearances index" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#discharge :discharge rdf:type owl:Class ; rdfs:subClassOf :hospital_processes ; rdfs:comment "Discharge from hospital. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "discharge"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#electoral_democracy_index :electoral_democracy_index rdf:type owl:Class ; rdfs:subClassOf :Political ; rdfs:comment "v2x_polyarchy_VDEM (most recent year available from Niehaus dataset) Electoral democracy index" ; rdfs:label "electoral democracy index"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#emigrant_stock :emigrant_stock rdf:type owl:Class ; rdfs:subClassOf :Socio-economic ; rdfs:comment "Total emmigrant stock from" ; rdfs:label "emmigrant stock" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#end_date :end_date rdf:type owl:Class ; rdfs:subClassOf :custom , [ rdf:type owl:Restriction ; owl:onProperty :date_start ; owl:someValuesFrom :geographic_level ] . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#fortnightly :fortnightly rdf:type owl:Class ; rdfs:subClassOf :frequency ; rdfs:comment "Denotes a fortnightly frequency variable"@en ; rdfs:label "fortnightly"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#frequency :frequency rdf:type owl:Class ; rdfs:subClassOf :data_specification , [ rdf:type owl:Restriction ; owl:onProperty :number_of ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:int ] ; rdfs:comment "Define the frequency of a data and has a property for specifify the number of days, weeks, fortnights or months of this frequency"@en ; rdfs:label "frequency"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#growing_-_harvesting_of_organic_commodities :growing_-_harvesting_of_organic_commodities rdf:type owl:Class ; rdfs:subClassOf :Bussiness ; rdfs:comment "The branch of manufacture and trade based on the growing and/or harvesting of organic commodities. This includes all livestock and livestock products, food and other agricultural products, forestry and fishery products, and all associated services."@en ; rdfs:label "growing - harvesting of organic commodities"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#high :high rdf:type owl:Class ; rdfs:subClassOf :country_policy_activity_score ; rdfs:comment """The high (95% posterior density) estimate of the country policy activity score (0-100) index high est"""@en ; rdfs:label "high" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#hospital_processes :hospital_processes rdf:type owl:Class ; rdfs:subClassOf :Hospitalization_data ; rdfs:comment "Specific hospital process(admissions, discharges or transfers). Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "hospital processes"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#ifs :ifs rdf:type owl:Class ; rdfs:subClassOf :Economic_growth_indicator ; rdfs:comment "International Financial Statistics"@en ; rdfs:label "ifs"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#inactivated :inactivated rdf:type owl:Class ; rdfs:subClassOf :Vaccines_type ; rdfs:comment "An inactivated vaccine (or killed vaccine) is a vaccine consisting of virus particles, bacteria, or other pathogens that have been grown in culture and then killed to destroy disease-producing capacity."@en ; rdfs:label "inactivated"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#index :index rdf:type owl:Class ; rdfs:subClassOf :unit ; rdfs:comment "Refers to a metric whose unit is an index"@en ; rdfs:label "index"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#index-ratio-level :index-ratio-level rdf:type owl:Class ; rdfs:subClassOf :numeric_value_type , [ rdf:type owl:Restriction ; owl:onProperty :number_of ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:int ] ; rdfs:comment "Refers to a variable of the type 'index - ratio - level'"@en ; rdfs:label "index-ratio-level"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#index_human_rights_protection :index_human_rights_protection rdf:type owl:Class ; rdfs:subClassOf :Political ; rdfs:comment "latentmean_FA (most recent year available from Niehaus dataset) the posterior mean of the latent variable index for human rights protection)" ; rdfs:label "index human rights protection"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#indirect :indirect rdf:type owl:Class ; rdfs:subClassOf :Health ; rdfs:comment "Indirect health metrics. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)" ; rdfs:label "indirect"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#indoor :indoor rdf:type owl:Class ; rdfs:subClassOf :spatial_limitation ; rdfs:comment "A location that is happening or arising or located inside some limits, or especially, some surface. [EXO]"@en ; rdfs:label "indoor"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#international_travel_controls :international_travel_controls rdf:type owl:Class ; rdfs:subClassOf :Health_Monitoring ; rdfs:label "travel controls"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#latino :latino rdf:type owl:Class ; rdfs:subClassOf :race ; rdfs:comment "A person of Cuban, Mexican, Puerto Rican, South or Central American, or other Spanish culture or origin, regardless of race. The term, \"Spanish origin,\" can be used in addition to \"Hispanic or Latino.\""@en ; rdfs:label "latino"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#layoff_bans :layoff_bans rdf:type owl:Class ; rdfs:subClassOf :Economic_measures ; rdfs:label "layoff bans"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#limit_social_contact :limit_social_contact rdf:type owl:Class ; rdfs:subClassOf :Health_measures , [ rdf:type owl:Restriction ; owl:onProperty :number_of ; owl:allValuesFrom xsd:int ] ; rdfs:comment "Policies related to limiting social contact to reduce COVID19 transmissions"@en ; rdfs:label "limit social contact"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#low :low rdf:type owl:Class ; rdfs:subClassOf :country_policy_activity_score ; rdfs:comment "The low (95% posterior density) estimate of the country policy activity score (0-100)"@en ; rdfs:label "low" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#mRNA :mRNA rdf:type owl:Class ; rdfs:subClassOf :Vaccines_type ; rdfs:comment "Messenger RNA (mRNA) vaccines teach our cells how to make a protein that triggers an immune response"@en ; rdfs:label "mRNA"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#median :median rdf:type owl:Class ; rdfs:subClassOf :numeric_value_type ; rdfs:comment "Refers to the median of a variable"@en ; rdfs:label "median"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#mobility :mobility rdf:type owl:Class ; rdfs:subClassOf :Socio-economic ; rdfs:label "mobility"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#monthly :monthly rdf:type owl:Class ; rdfs:subClassOf :frequency ; rdfs:comment "Denotes a monthly frequency variable"@en ; rdfs:label "monthly"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#native_pacific_islander :native_pacific_islander rdf:type owl:Class ; rdfs:subClassOf :race ; rdfs:comment "A person having origins in any of the original peoples of Hawaii, Guam, Samoa, or other Pacific Islands"@en ; rdfs:label "native pacific islander"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#non-essential :non-essential rdf:type owl:Class ; rdfs:subClassOf :Relevance ; rdfs:label "Non-essential"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#numeric_value_type :numeric_value_type rdf:type owl:Class ; rdfs:subClassOf :data_specification ; rdfs:label "numeric value type"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#occupancy_hospital_area_installation :occupancy_hospital_area_installation rdf:type owl:Class ; rdfs:subClassOf :Hospitalization_data ; rdfs:comment "Overall occupancy in all the hospital area installation (hospitalization ICU and non-ICU)"@en ; rdfs:label "occupancy hospital area installation"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#opinion :opinion rdf:type owl:Class ; rdfs:subClassOf :Socio-economic ; rdfs:label "Opinion"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#origin :origin rdf:type owl:Class ; rdfs:subClassOf :Demographic_target ; rdfs:comment "This variable codes the people or materials who are the target of a particular policy depending on ‘citizenship’ status or ‘residency’ status"@en ; rdfs:label "Origin"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#outdoor :outdoor rdf:type owl:Class ; rdfs:subClassOf :spatial_limitation ; rdfs:comment "An exogenous location that is happening or arising or located outside. [EXO]"@en ; rdfs:label "Outdoor"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#persons :persons rdf:type owl:Class ; rdfs:subClassOf :unit ; rdfs:comment "Refers to the number of people as the unit of measurement of a metric"@en ; rdfs:label "persons"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#policy_activity_score :policy_activity_score rdf:type owl:Class ; rdfs:subClassOf :Political ; rdfs:comment "index_country_rank The relative rank by each day for each country on the policy activity score" ; rdfs:label "policy activity score" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#political_imprisonment_index :political_imprisonment_index rdf:type owl:Class ; rdfs:subClassOf :Political ; rdfs:comment """Coronant polpris_FA (most recent year available from Niehaus dataset) 3 category, ordered variable for political imprisonment index"""@en ; rdfs:label "political imprisonment index" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#press_Freedom :press_Freedom rdf:type owl:Class ; rdfs:subClassOf :opinion ; rdfs:label "press Freedom" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#primary_sector :primary_sector rdf:type owl:Class ; rdfs:subClassOf :profession ; rdfs:comment "People working in the primary sector"@en ; rdfs:label "primary sector"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#private :private rdf:type owl:Class ; rdfs:subClassOf :Type_of_property ; rdfs:comment "That distinct portion of the institutional, industrial, or economic structure of a country that is controlled or owned by non-governmental, private interests. [MESH - Private Sector]"@en ; rdfs:label "private"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#profession :profession rdf:type owl:Class ; rdfs:subClassOf :Demographic_target , [ rdf:type owl:Restriction ; owl:onProperty :type_distribution ; owl:allValuesFrom xsd:string ] ; rdfs:comment "This variable codes the people or materials who are the target of a particular policy depending on their profession"@en ; rdfs:label "Profession"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#public :public rdf:type owl:Class ; rdfs:subClassOf :Type_of_property ; rdfs:comment "A public place is a location to which all of the public has access and is not a place exclusively used for a private gathering or any other personal purposes."@en ; rdfs:label "public"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#quarterly :quarterly rdf:type owl:Class ; rdfs:subClassOf :frequency ; rdfs:comment "Denotes a quarterly frequency variable"@en ; rdfs:label "quarterly"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#race :race rdf:type owl:Class ; rdfs:subClassOf :Demographic_target ; rdfs:comment "race of the demographic target"@en ; rdfs:label "Race"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#rate :rate rdf:type owl:Class ; rdfs:subClassOf :numeric_value_type , [ rdf:type owl:Restriction ; owl:onProperty :number_of ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:int ] ; rdfs:comment "Refers to the rate of a metric"@en ; rdfs:label "rate"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#recombinant :recombinant rdf:type owl:Class ; rdfs:subClassOf :Vaccines_type ; rdfs:comment "Recombinant vaccines are made using bacterial or yeast cells to manufacture the vaccine"@en ; rdfs:label "recombinant"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#recovered :recovered rdf:type owl:Class ; rdfs:subClassOf :Cases ; rdfs:comment "The number of recovered cases. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "recovered"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#reporters_with_Borders_Score :reporters_with_Borders_Score rdf:type owl:Class ; rdfs:subClassOf :press_Freedom ; rdfs:comment "Most recent year available from Niehaus dataset, Reporters with Borders Press Freedom Score"@en ; rdfs:label "Score reporters with borders"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#reporters_without_Borders_Ranking :reporters_without_Borders_Ranking rdf:type owl:Class ; rdfs:subClassOf :press_Freedom ; rdfs:comment "'Coronanet [description]: (most recent year available from Niehaus dataset) Reporters without Borders Press Freedom Annual Ranking''"@en ; rdfs:label "reporters without Borders Ranking" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#secundaty_sector :secundaty_sector rdf:type owl:Class ; rdfs:subClassOf :profession ; rdfs:comment "People working in the secundary sector"@en ; rdfs:label "secundaty sector"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#sex :sex rdf:type owl:Class ; rdfs:subClassOf :Demographic_target ; rdfs:comment "The categories into which humans and most other living things are divided on the basis of their reproductive functions"@en ; rdfs:label "Sex"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#spatial_limitation :spatial_limitation rdf:type owl:Class ; rdfs:subClassOf :Type_of_place ; rdfs:label "Spatial limitation"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#start_date :start_date rdf:type owl:Class ; rdfs:subClassOf :custom , [ rdf:type owl:Restriction ; owl:onProperty :date_end ; owl:someValuesFrom :geographic_level ] . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#subsidies :subsidies rdf:type owl:Class ; rdfs:subClassOf :Economic_measures ; rdfs:label "subsides"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#syringes :syringes rdf:type owl:Class ; rdfs:subClassOf :Materials ; rdfs:comment "Instruments used for injecting or withdrawing fluids. [MESH]"@en ; rdfs:label "syringes"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#task :task rdf:type owl:Class ; rdfs:subClassOf :Demographic_target ; rdfs:comment "This variable codes the people or materials who are the target of a particular policy depending on their task"@en ; rdfs:label "Task"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#tertiary_sector :tertiary_sector rdf:type owl:Class ; rdfs:subClassOf :profession ; rdfs:comment "People working in the terciaty sector"@en ; rdfs:label "tertiary sector"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#tests :tests rdf:type owl:Class ; rdfs:subClassOf :COVID-19 ; rdfs:comment "Health testing of entire population under the government's jurisdiction"@en ; rdfs:label "Tests"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#transfer :transfer rdf:type owl:Class ; rdfs:subClassOf :hospital_processes ; rdfs:comment "Transfer from one hospital to another. Depends on its frequency (daily, weekly, fortnightly, monthly...) and the type of numerical value it refers to (level, ratio or index, rate, average, growth in the same period of the previous year, growth previous period, cumulative count...)"@en ; rdfs:label "transfer"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#transparencyindex_HR :transparencyindex_HR rdf:type owl:Class ; rdfs:subClassOf :Political ; rdfs:comment """Coonanet transparencyindex_HR (most recent year available from Niehaus dataset) Transparency Index""" ; rdfs:label "transparency Index" . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#type_of_vehicle :type_of_vehicle rdf:type owl:Class ; rdfs:subClassOf :Type_of_place , [ rdf:type owl:Restriction ; owl:onProperty :is_in_a ; owl:allValuesFrom :Transport_station ] ; rdfs:comment "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space. Examples of vehicle types are: bicycles, cars, motorcycles, trains, ships, boats, and aircraft. Vehicles that do not travel on land often are called craft, such as watercraft, sailcraft, aircraft, hovercraft, and spacecraft. [SCHEMA, HUPSON]"@en ; rdfs:label "Type of vehicle"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#type_restriction :type_restriction rdf:type owl:Class ; rdfs:subClassOf :Containment ; rdfs:comment "This variable covers the different types of restriction policies (both closure and tighter restrictions as well as the opposite of opening and re-establishment)."@en ; rdfs:label "Type restriction"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#unit :unit rdf:type owl:Class ; rdfs:subClassOf :data_specification . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#viral_vector :viral_vector rdf:type owl:Class ; rdfs:subClassOf :Vaccines_type ; rdfs:comment "A viral vector vaccine is a vaccine that uses a viral vector to introduce genetic material encoding a desired antigen into the cells of the subject receiving the vaccine"@en ; rdfs:label "viral vector"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#weekly :weekly rdf:type owl:Class ; rdfs:subClassOf :frequency ; rdfs:comment "Denotes a weekly frequency variable"@en ; rdfs:label "weekly"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#white :white rdf:type owl:Class ; rdfs:subClassOf :race ; rdfs:comment "A person having origins in any of the original peoples of Europe, the Middle East, or North Africa"@en ; rdfs:label "white"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#year_over_year :year_over_year rdf:type owl:Class ; rdfs:subClassOf :numeric_value_type ; rdfs:comment "It is used to compare financial results with those of the same period in the previous year"@en ; rdfs:label "year over year"@en . ### https://periscope.lst.tfo.upm.es/periscope_ontology.owl#yearly :yearly rdf:type owl:Class ; rdfs:subClassOf :frequency ; rdfs:comment "Denotes a yearly frequency variable"@en ; rdfs:label "yearly"@en . ################################################################# # Annotations ################################################################# :target_direction rdfs:label "target direction"@en . :vaccine_type rdfs:label "vaccine type"@en . ################################################################# # General axioms ################################################################# [ rdf:type owl:AllDisjointClasses ; owl:members ( :ASEAN_countries :European_union :European_union_and_UK :Other :Schengen_area :Schengen_area_and_UK ) ] . [ rdf:type owl:AllDisjointClasses ; owl:members ( :Africa :Asia :Central_america :Europe :Latin_america :Middle_east :North_america :Oceania :Other ) ] . ### Generated by the OWL API (version 5.1.14) https://github.com/owlcs/owlapi/