@prefix :      <http://w3id.org/roh#> .
@prefix schema: <https://schema.org/> .
@prefix ns:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix frapo: <http://purl.org/cerif/frapo#> .
@prefix timezone: <http://www.w3.org/2006/timezone#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://w3id.org/roh/mirror/skos#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix pso:   <http://purl.org/spar/pso/> .
@prefix skos-thes: <http://purl.org/iso25964/skos-thes#> .
@prefix deo:   <http://purl.org/spar/deo/> .
@prefix cerif: <https://w3id.org/roh/mirror/cerif/> .
@prefix oa:    <http://w3id.org/roh/mirror/oa#> .
@prefix foaf1: <https://xmlns.com/foaf/0.1/> .
@prefix dct:   <https://w3id.org/roh/mirror/dc/terms/> .
@prefix iao:   <http://w3id.org/roh/mirror/obo/iao#> .
@prefix doco:  <http://purl.org/spar/doco/> .
@prefix vivo:  <http://w3id.org/roh/mirror/vivo#> .
@prefix uneskos: <http://purl.org/umu/uneskos#> .
@prefix dcat:  <http://www.w3.org/ns/dcat#> .
@prefix humantechreadiness: <http://sweetontology.net/humanTechReadiness#> .
@prefix foaf:  <http://w3id.org/roh/mirror/foaf#> .
@prefix ero:   <http://w3id.org/roh/mirror/obo/ero#> .
@prefix adms:  <http://www.w3.org/ns/adms#> .
@prefix org:   <https://w3id.org/roh/mirror/org#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix bfo:   <http://w3id.org/roh/mirror/obo/bfo#> .
@prefix semcerif: <http://eurocris.org/ontology/semcerif#> .
@prefix vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> .
@prefix modules: <http://purl.org/hercules/asio/modules#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix asio:  <http://purl.org/hercules/asio/core#> .
@prefix bibo:  <http://w3id.org/roh/mirror/bibo#> .
@prefix time:  <http://www.w3.org/2006/time#> .
@prefix ro:    <http://w3id.org/roh/mirror/obo/ro#> .
@prefix obo:   <http://purl.obolibrary.org/obo/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

:TestPhDStudent  a  foaf:Person , owl:NamedIndividual ;
        rdfs:label  "TestPhDStudent"@en .

iao:IAO_0000118  a  owl:AnnotationProperty .

iao:IAO_0000412  a  owl:AnnotationProperty .

bibo:Periodical  a        owl:Class ;
        rdfs:comment      "A group of related documents issued at regular intervals."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Periodical"@en , "Revista Periódica"@es ;
        rdfs:subClassOf   bibo:Collection ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  foaf:Organization ;
                            owl:onProperty     vivo:publisher
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     bibo:issn
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     bibo:eissn
                          ] ;
        ns:term_status    "stable" .

vivo:dateTimeValue  a  owl:ObjectProperty ;
        rdfs:comment  "The temporal point in which something takes place."@en ;
        rdfs:label    "valor de fecha/tiempo"@es , "date/time value"@en .

:TestFundingProgram  a  :FundingProgram , owl:NamedIndividual ;
        rdfs:label  "TestFundingProgram"@en .

vivo:eligibleFor  a   owl:ObjectProperty ;
        rdfs:comment  "A property used when a Person is elegible to obtain an Accreditation."@en ;
        rdfs:label    "seleccionado para ser acreditado"@es , "credential eligibility attained"@en .

ero:ERO_0001258  a       owl:Class ;
        rdfs:label       "Servicio de Mantenimiento"@es , "Maintenance Service"@en ;
        rdfs:subClassOf  ero:ERO_0000005 ;
        obo:IAO_0000114  iao:IAO_0000123 ;
        obo:IAO_0000115  "A service offering that describes a service in which the provider actively maintains a material or data resource (e.g. a model organism colony or database) for the service consumer.  This may involved making physical alterations to the material or data with the goal of maintaining its integrity or features." ;
        obo:IAO_0000117  "PERSON: Matt Brush" ;
        obo:IAO_0000119  "PERSON: Matthew Brush" .

:Country  a              owl:Class ;
        rdfs:comment     "A region legally identified as a distinct entity in political geography."@en ;
        rdfs:label       "País"@pt , "País"@es , "País"@ca-es , "País"@ca-ad , "Country"@en , "Pays"@fr , "Herrialde"@eu ;
        rdfs:subClassOf  skos:ConceptScheme ;
        skos:prefLabel   "Country"@en , "Herrialde"@eu , "Pays"@fr , "País"@es , "País"@ca-es , "País"@ca-ad , "País"@pt , "País"@gl .

:ownerOrganization  a  owl:ObjectProperty ;
        rdfs:comment   "A Patent has an Organization who owns it."@en ;
        rdfs:domain    [ a            owl:Class ;
                         owl:unionOf  ( :PatentApplication bibo:Patent )
                       ] ;
        rdfs:label     "owner organization"@en , "organización propietaria"@es ;
        rdfs:range     foaf:Organization ;
        owl:inverseOf  :ownerOrganizationOf .

:hasSpinoff  a         owl:ObjectProperty ;
        rdfs:comment   "An Organization which has a spin off Company."@en ;
        rdfs:domain    foaf:Organization ;
        rdfs:label     "tiene spinoff"@es , "has spinoff"@en ;
        rdfs:range     vivo:Company ;
        owl:inverseOf  :isSpinfoffOf .

skos:scopeNote  a  owl:AnnotationProperty .

:dedicationPercentage
        a           owl:DatatypeProperty ;
        rdfs:label  "dedication percentage"@en ;
        rdfs:range  xsd:double .

vivo:Certificate  a      owl:Class ;
        rdfs:label       "Certificate"@en , "Certificado"@es ;
        rdfs:subClassOf  :Accreditation ;
        obo:IAO_0000112  "A document confirming certain characteristics of a person or organization, usually provided by some form of external review, education, or assessment." ;
        obo:IAO_0000115  "A document confirming certain characteristics of a person or organization, usually provided by some form of external review, education, or assessment." .

oa:Annotation  a          owl:Class ;
        rdfs:comment      "The class for Web Annotations." ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "Annotation" ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  vivo:DateTimeValue ;
                            owl:onProperty     vivo:dateTimeValue
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  oa:Motivation ;
                            owl:onProperty     oa:motivatedBy
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  foaf:Person ;
                            owl:onProperty     :correspondingAuthor
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :correspondingAuthor ;
                            owl:someValuesFrom  foaf:Person
                          ] .

:isCompetitive  a    owl:DatatypeProperty ;
        rdfs:domain  vivo:Project ;
        rdfs:label   "is competitive"@en ;
        rdfs:range   xsd:boolean .

ero:ERO_0000789  a       owl:Class ;
        rdfs:label       "Staff Role"@en , "Rol de Staff"@es ;
        rdfs:subClassOf  ero:ERO_0000787 ;
        obo:IAO_0000112  "A research technician in a lab." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "An employee role inhering in a person that is realized when the bearer is employed by an employer." ;
        obo:IAO_0000117  "PERSON: Nicole Vasilevsky" ;
        obo:IAO_0000119  "PERSON: Nicole Vasilevsky" .

dc:title  a     owl:AnnotationProperty .

:hasCV  a             owl:ObjectProperty ;
        rdfs:comment  "An object property linking a Person with her CV."@en ;
        rdfs:domain   foaf:Person ;
        rdfs:label    "tiene CV"@es , "has CV"@en ;
        rdfs:range    :CurriculumVitae .

dc:contributor  a  owl:AnnotationProperty .

obo:BFO_0000180  a  owl:AnnotationProperty .

skos:Concept  a           owl:Class ;
        rdfs:comment      "Using SKOS, concepts can be identified using URIs, labeled with lexical strings in one or more natural languages, assigned notations (lexical codes), documented with various types of note, linked to other concepts and organized into informal hierarchies and association networks, aggregated into concept schemes, grouped into labeled and/or ordered collections, and mapped to concepts in other schemes." , "Based on skos:Concept (https://www.w3.org/TR/skos-reference/). It has a main subclass, namely KnowledgeArea. vivo:freetextKeyword is a related DatatType property used to qualify: roh:Infrastructure, roh:Activity, roh:Funding, geonames:Feature, roh:Metrics, foaf:Organisation, vivo:Project, roh:ResearchObject among many other entities in ROH." ;
        rdfs:isDefinedBy  <http://w3id.org/roh/mirror/skos> ;
        rdfs:label        "Concepto"@es , "Concept"@en ;
        skos:definition   "An abstract idea or notion; a unit of thought."@en ;
        dct:issued        "2008-05-xx" .

foaf1:primaryTopic  a  owl:AnnotationProperty .

:hasContract  a       owl:ObjectProperty ;
        rdfs:comment  "An object property linking an Entity to a Contract."@en ;
        rdfs:label    "tiene contrato"@es , "has contract"@en ;
        rdfs:range    vivo:Contract .

:correspondingOrganization
        a              owl:ObjectProperty ;
        rdfs:label     "correspondingOrganization"@en ;
        rdfs:range     foaf:Organization ;
        owl:inverseOf  :correspondingOrganizationOf .

:HRClassification  a     owl:Class ;
        rdfs:label       "Human Resource Classification"@en , "Clasificación de los recursos humanos"@es ;
        rdfs:subClassOf  skos:ConceptScheme .

:SuperviseeRole  a       owl:Class ;
        rdfs:label       "Supervisee Role"@en , "Rol de Supervisado"@es ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Person ;
                           owl:onProperty     :roleOf
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :roleOf ;
                           owl:someValuesFrom  foaf:Person
                         ] .

dct:description  a  owl:AnnotationProperty .

vivo:degreeCandidacy  a  owl:ObjectProperty ;
        rdfs:domain  vivo:AdvisingRelationship ;
        rdfs:label   "degree candidacy"@en , "candidatura de grado"@es ;
        rdfs:range   vivo:AcademicDegree .

vivo:ReviewerRole  a     owl:Class ;
        rdfs:label       "Rol de Revisor"@es , "Reviewer Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        obo:IAO_0000112  "A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper." ;
        obo:IAO_0000115  "A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper." .

:KnowledgeArea  a         owl:Class ;
        rdfs:comment      "ROH will be populated with instance data of UNESCO skos concepts. A Person, Activity, Project and Organization can be qualified by a KnowledgeArea" ;
        rdfs:label        "Área de Conocimiento"@es , "Knowledge Area"@en ;
        rdfs:subClassOf   skos:ConceptScheme ;
        skos:altLabel     "Cadeira"@pt ;
        owl:disjointWith  bfo:BFO_0000015 , :ProjectClassification .

vivo:description  a   owl:DatatypeProperty ;
        rdfs:comment  "This data property may be associated to any roh entity which needs to include a description" ;
        rdfs:label    "description"@en , "descripción"@es .

vivo:FacultyAdministrativePosition
        a                owl:Class ;
        rdfs:label       "Posición Administrativa en Facultad"@es , "Faculty Administrative Position"@en ;
        rdfs:subClassOf  vivo:Position ;
        obo:IAO_0000112  "That is a position held by an academic faculty member who works for administration." , "Associate Dean" ;
        obo:IAO_0000115  "An academic administrative position (associate dean, etc.) as distinct from a professional administrative position (non-academic)" .

foaf:Image  a             owl:Class ;
        rdfs:comment      "An image." ;
        rdfs:isDefinedBy  foaf: ;
        rdfs:label        "Imagen"@es , "Image" ;
        rdfs:subClassOf   bibo:Document ;
        ns:term_status    "stable" .

:projectClassificationOf
        a             owl:ObjectProperty ;
        rdfs:comment  "A Project Classification which categorizes a Project."@en ;
        rdfs:domain   [ a                   owl:Class ;
                        owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                             owl:onProperty      skos:inScheme ;
                                                             owl:someValuesFrom  :ProjectClassification
                                                           ] )
                      ] ;
        rdfs:label    "project categorization of"@en , "categorización de proyecto de"@es ;
        rdfs:range    vivo:Project .

:awards  a            owl:ObjectProperty ;
        rdfs:comment  "An object property linking the University awarding a degree to the AwardedDegree."@en ;
        rdfs:domain   vivo:University ;
        rdfs:label    "concede"@es , "awards"@en ;
        rdfs:range    vivo:AwardedDegree .

:BachelorsDegree  a      owl:Class ;
        rdfs:comment     "An undergraduate academic degree awarded by colleges and universities upon completion of a course of study lasting three to four years (depending on institution and academic discipline)."@en ;
        rdfs:label       "Títol de grau"@ca-es , "Títol de bàtxelor"@ca-ad , "Título de grado"@es , "Licenciatura (pós-Bologna)"@pt-pt , "Bachelor's degree"@en ;
        rdfs:subClassOf  vivo:AcademicDegree ;
        skos:altLabel    "Bàtxelor"@ca-ad , "Grau"@pt , "Grau"@ca-es , "Gradu"@eu , "Grao"@gl , "Grado"@es ;
        skos:prefLabel   "Licenciatura (pós-Bologna)"@pt-pt , "Título de grado"@es , "Bachelor's degree"@en , "Títol de grau"@ca-es , "Títol de bàtxelor"@ca-ad .

bibo:Article  a           owl:Class ;
        rdfs:comment      "A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a book or other publication, as a newspaper or magazine."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Article"@en , "Artículo"@es ;
        rdfs:subClassOf   bibo:Document ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      vivo:dateIssued ;
                            owl:someValuesFrom  vivo:DateTimeValue
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :seqOfAuthors ;
                            owl:someValuesFrom  rdf:Seq
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      bibo:doi ;
                            owl:someValuesFrom  xsd:string
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :correspondingOrganization ;
                            owl:someValuesFrom  foaf:Organization
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     bibo:pageStart
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     bibo:pageEnd
                          ] ;
        obo:IAO_0000112   "Short Definition modified from the bibo ontology." , "A specific journal article" ;
        obo:IAO_0000115   "A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a periodical or book" ;
        skos:prefLabel    "Article"@en ;
        ns:term_status    "stable" .

obo:IAO_0000115  a  owl:AnnotationProperty .

[ a            owl:AllDisjointClasses ;
  owl:members  ( obo:BFO_0000040 :Accreditation :Expense :Funding :FundingAmount :FundingProgram :FundingSource :Invention :Metric :Product foaf:Agent <http://w3id.org/roh/mirror/geonames#Feature> oa:Annotation bfo:BFO_0000008 bfo:BFO_0000023 ero:ERO_0000005 iao:IAO_0000030 <http://w3id.org/roh/mirror/vcard#Address> <http://w3id.org/roh/mirror/vcard#Email> <http://w3id.org/roh/mirror/vcard#Kind> <http://w3id.org/roh/mirror/vcard#Name> rdf:List rdf:Seq )
] .

:Justification  a        owl:Class ;
        rdfs:comment     "A Justification is a bibo:Report used to justify eithet technically, economically or both a project." ;
        rdfs:label       "Justification"@en ;
        rdfs:subClassOf  bibo:Report ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  vivo:Project
                         ] .

:supervisedBy  a       owl:ObjectProperty ;
        rdfs:comment   "A Thesis supervised by a Person."@en ;
        rdfs:domain    bibo:Thesis ;
        rdfs:label     "supervised by"@en , "supervisado por"@es ;
        rdfs:range     foaf:Person ;
        owl:inverseOf  :supervisorOf .

:CompanyClassification
        a                owl:Class ;
        rdfs:label       "Company Classification"@en ;
        rdfs:subClassOf  skos:ConceptScheme .

ero:ERO_0000224  a       owl:Class ;
        rdfs:label       "Rol de Financiación"@es , "Funding Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        obo:IAO_0000112  "The NIH is a funding agency." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A role inhering in a person or organization that is realized when the bearer participates in providing funding to a person or an organization for academic or business purposes." ;
        obo:IAO_0000117  "PERSON: Nicole Vasilevsky" ;
        obo:IAO_0000119  "PERSON: Nicole Vasilevsky" .

ero:ERO_0000784  a       owl:Class ;
        rdfs:label       "Undergraduate Student Role"@en , "Rol de Estudiante de Grado"@es ;
        rdfs:subClassOf  ero:ERO_0000783 ;
        obo:IAO_0000112  "A college student." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A student role inhering in a person that is realized when the bearer participates in a course of study at a college, university, etc. in pursuit of an associate or bachelor's degree." ;
        obo:IAO_0000117  "PERSON: Nicole Vasilevsky" ;
        obo:IAO_0000119  "http://www.thefreedictionary.com/student" .

:TvProgram  a            owl:Class ;
        rdfs:label       "Tv Program"@en ;
        rdfs:subClassOf  bibo:AudioVisualDocument .

vivo:AwardedDegree  a    owl:Class ;
        rdfs:comment     "A vivo:AwardedDegree is related to a foaf:Person and vivo:AcademicDegree through vivo:relates relationship, it is a qualification (degree) received by somebody." , "A qualification awarded to students upon successful completion of a course of study in higher education."@en ;
        rdfs:label       "Grade universitaire"@fr-ch , "Grade universitaire"@fr-fr , "Grade universitaire"@fr , "Grade universitaire"@fr-be , "Grade universitaire"@fr-ca , "Título académico"@es-es , "Grau acadêmico"@pt-br , "Awarded Degree"@en , "Unibertsitate-gradu"@eu , "Grao académico"@gl , "Grau académico"@pt-pt , "Grau acadèmic"@ca-ad , "Grau acadèmic"@ca-es , "Titulación Universitaria Concedida"@es ;
        rdfs:subClassOf  vivo:Relationship ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onClass               foaf:Person ;
                           owl:onProperty            vivo:relates ;
                           owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onClass                  vivo:DateTimeValue ;
                           owl:onProperty               vivo:dateTimeValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:University ;
                           owl:onProperty     :awardedBy
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :awardedBy ;
                           owl:someValuesFrom  vivo:University
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onClass                  vivo:University ;
                           owl:onProperty               :awardedBy
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onClass               vivo:AcademicDegree ;
                           owl:onProperty            vivo:relates ;
                           owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeValue ;
                           owl:onProperty     vivo:dateTimeValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( foaf:Person vivo:AcademicDegree )
                                              ] ;
                           owl:onProperty     vivo:relates
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:dateTimeValue ;
                           owl:someValuesFrom  vivo:DateTimeValue
                         ] ;
        obo:IAO_0000115  "The awarding of a degree by an agent to another agent. It is mostly for academic degrees." ;
        skos:prefLabel   "Título académico"@es-es , "Grau acadèmic"@ca-ad , "Grau acadèmic"@ca-es , "Grau académico"@pt-pt , "Unibertsitate-gradu"@eu , "Grade universitaire"@fr , "Grade universitaire"@fr-be , "Grade universitaire"@fr-ca , "Grade universitaire"@fr-ch , "Grade universitaire"@fr-fr , "Grau acadêmico"@pt-br , "Academic degree"@en , "Grao académico"@gl .

bibo:Hearing  a           owl:Class ;
        rdfs:comment      "An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Hearing"@en , "Audición"@es ;
        rdfs:subClassOf   :Activity ;
        obo:IAO_0000112   "Definiton from Bibo here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ;
        obo:IAO_0000115   "An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit." ;
        ns:term_status    "stable" .

vivo:Exhibit  a          owl:Class ;
        rdfs:label       "Exhibit"@en , "Exhibición"@es ;
        rdfs:subClassOf  :Activity ;
        obo:IAO_0000115  "The showing of an object or a collection of objects, in an organized manner." .

:coadvises  a         owl:ObjectProperty ;
        rdfs:comment  "A person co-advises an academic publication (bachelor's thesis, master's thesis or doctoral thesis)."@en ;
        rdfs:domain   foaf:Person ;
        rdfs:label    "co-advises"@en ;
        rdfs:range    bibo:Document .

foaf:name  a              owl:DatatypeProperty ;
        rdfs:comment      "A name for some thing." ;
        rdfs:domain       owl:Thing ;
        rdfs:isDefinedBy  foaf: ;
        rdfs:label        "nombre"@es , "name" ;
        rdfs:range        rdfs:Literal ;
        ns:term_status    "testing" .

oa:bookmarking  a         oa:Motivation , owl:NamedIndividual ;
        rdfs:comment      "The motivation for when the user intends to create a bookmark to the Target or part thereof." ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "bookmarking" .

:Accreditation  a        owl:Class ;
        rdfs:comment     "An Accreditation models research and academic position accreditations. Qualification goes beyond Accreditation because it also refers to degrees and other qualifications a person may have.  Accreditation has an important data property which is dateIssued which links Accreditation with vivo:DataTimeValue" ;
        rdfs:label       "Acreditación"@es , "Accreditation"@en ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :title ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Organization ;
                           owl:onProperty     vivo:hasGoverningAuthority
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeValue ;
                           owl:onProperty     vivo:dateIssued
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :KnowledgeArea
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasKnowledgeArea
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:hasGoverningAuthority ;
                           owl:someValuesFrom  foaf:Organization
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :title
                         ] ;
        obo:IAO_0000112  "An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or  de facto authority or assumed competence to do so." ;
        obo:IAO_0000115  "An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or  de facto authority or assumed competence to do so." .

:ReservationRelationship
        a                owl:Class ;
        rdfs:label       "Reservation Relationship"@en ;
        rdfs:subClassOf  vivo:Relationship ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  :ReservableConsumerRole
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeInterval ;
                           owl:onProperty     vivo:dateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  :ReservableProviderRole
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  :Reservable
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :KnowledgeArea
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasKnowledgeArea
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  foaf:Organization
                         ] ;
        obo:IAO_0000115  "A dual relationship of one organization offering a service to another organization, typically including start and end dates" .

foaf:isPrimaryTopicOf
        a                 owl:ObjectProperty ;
        rdfs:comment      "A document that this thing is the primary topic of." ;
        rdfs:isDefinedBy  foaf: ;
        rdfs:label        "is primary topic of" , "es el tema principal de"@es .

ero:ERO_0000392  a       owl:Class ;
        rdfs:comment     "coordinate with NIF. NIF ID:nlx_res_20090419" ;
        rdfs:label       "Storage Service"@en , "Servicio de Almacenamiento"@es ;
        rdfs:subClassOf  ero:ERO_0000005 ;
        obo:IAO_0000112  "A computer server." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "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." ;
        obo:IAO_0000117  "PERSON: Matt Brush" ;
        obo:IAO_0000119  "PERSON: Matthew Brush" .

ero:ERO_0001261  a       owl:Class ;
        rdfs:label       "Servicio de Análisis"@es , "Analysis Service"@en ;
        rdfs:subClassOf  ero:ERO_0000005 ;
        obo:IAO_0000112  "Flow cytometry analysis service." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A service offering that describes a service in which the consumer provides some input material or data and a service provider returns data about the input material or data." ;
        obo:IAO_0000117  "PERSON: Matt Brush" ;
        obo:IAO_0000119  "PERSON: Matthew Brush" .

:TestChapterTwo  a                bibo:Chapter , owl:NamedIndividual ;
        rdfs:label                "TestChapterTwo"@en ;
        vivo:hasPublicationVenue  :TestBook .

:ResearchObjectExpense
        a                owl:Class ;
        rdfs:label       "Research Object Expense"@en , "Gasto de Objeto de Investigación"@es ;
        rdfs:subClassOf  :Expense .

:Cancelled  a            owl:Class ;
        rdfs:label       "Cancelled"@en ;
        rdfs:subClassOf  :Status .

:repositoryStatus  a  owl:ObjectProperty ;
        rdfs:comment  "The status of a Repository (Closed or Open)."@es ;
        rdfs:domain   :Repository ;
        rdfs:label    "repository status"@en , "estado del repositorio"@es ;
        rdfs:range    [ a            owl:Class ;
                        owl:unionOf  ( :Closed :Open )
                      ] .

:issues  a            owl:ObjectProperty ;
        rdfs:comment  "An Accreditation Issuer which issues an Accreditation."@en ;
        rdfs:domain   :AccreditationIssuer ;
        rdfs:label    "issues"@en , "emite"@es ;
        rdfs:range    :Accreditation .

:ThesisMetric  a         owl:Class ;
        rdfs:label       "Thesis Metric"@en , "Métrica de Tesis"@es ;
        rdfs:subClassOf  :DegreeMetric .

vivo:AttendeeRole  a     owl:Class ;
        rdfs:label       "Rol de Asistente"@es , "Attendee Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        obo:IAO_0000115  "A role of attending an Event or EventSeries" .

vivo:Internship  a       owl:Class ;
        rdfs:comment     "It is modelled within roh:Activity as subclass vivo:Internship. A foaf:Agent, being it either a foaf:Person or foaf:Organization roh:Participates in roh:Activity. Therefore, a person can describe in what university carried out this internship through this object property." ;
        rdfs:label       "Internship"@en , "Estancia"@es ;
        rdfs:subClassOf  :Activity ;
        obo:IAO_0000115  "Typically a student or a recent graduate undergoing supervised practical training." .

:supports  a          owl:ObjectProperty ;
        rdfs:comment  "A Funding which supports a Person Contract or a Project."@en ;
        rdfs:domain   :Funding ;
        rdfs:label    "supports"@en , "apoya"@es .

:funds  a             owl:ObjectProperty ;
        rdfs:comment  "An object property linking a Thing when it funds another Thing."@en ;
        rdfs:label    "funds"@en , "financia"@es .

bibo:distributor  a       owl:ObjectProperty ;
        rdfs:comment      "Distributor of a document or a collection of documents."@en , "Distribuidor de un documento o colección de documentos."@es ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "distributor"@en , "distribuidor"@es .

:ProjectContract  a      owl:Class ;
        rdfs:comment     "An agreement among different organizations to work in a project for a specified duration."@en ;
        rdfs:label       "Project Contract"@en , "Contrato de Proyecto"@es ;
        rdfs:subClassOf  vivo:Contract .

:AccreditationIssuer  a      owl:Class ;
        rdfs:comment         "An organization with a relevant or de facto authority or assumed competence to issue research or academic accreditations."@en ;
        rdfs:label           "Emisor de Acreditación"@es , "Accreditation Issuer"@en ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( foaf:Organization [ a                   owl:Restriction ;
                                                                         owl:onProperty      :issues ;
                                                                         owl:someValuesFrom  :Accreditation
                                                                       ] [ a                  owl:Restriction ;
                                                                           owl:allValuesFrom  :Accreditation ;
                                                                           owl:onProperty     :issues
                                                                         ] )
                             ] .

<http://w3id.org/roh/mirror/vcard#hasAddress>
        a                 owl:ObjectProperty ;
        rdfs:comment      "To specify the components of the delivery address for the object"@en ;
        rdfs:isDefinedBy  <http://www.w3.org/2006/vcard/ns> ;
        rdfs:label        "has address"@en ;
        rdfs:range        <http://w3id.org/roh/mirror/vcard#Address> .

foaf:Group  a            owl:Class ;
        rdfs:subClassOf  foaf:Agent .

ero:ERO_0000005  a       owl:Class ;
        rdfs:comment     "Coordinate with NIF. NIF ID: nlx_res_20090105" ;
        rdfs:label       "Servicio"@es , "Service"@en ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Organization ;
                           owl:onProperty     :isProvidedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  bibo:Report ;
                           owl:onProperty     :produces
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdfs:Literal ;
                           owl:onProperty     vivo:identifier
                         ] ;
        obo:IAO_0000111  "service" ;
        obo:IAO_0000112  "A DNA sequencing service performed by a core lab." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "An information content entity that describes a service performed by a person or organization with the objective of performing a technique, providing training, providing storage of data or material entities, or providing access to resources for another person or organization" ;
        obo:IAO_0000117  "PERSON: Melissa Haendel" ;
        obo:IAO_0000119  "PERSON: Melissa Haendel" .

iao:IAO_0000601  a  owl:AnnotationProperty .

bibo:Chapter  a           owl:Class ;
        rdfs:comment      "A chapter of a book."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Chapter"@en , "Capítulo"@es ;
        rdfs:subClassOf   bibo:BookSection ;
        obo:IAO_0000115   "A main division of a book" ;
        ns:term_status    "unstable" .

ns:term_status  a  owl:AnnotationProperty .

:Database  a             owl:Class ;
        rdfs:label       "Database"@en ;
        rdfs:subClassOf  bibo:CollectedDocument .

vivo:AdvisorRole  a      owl:Class ;
        rdfs:label       "Rol de Asesor"@es , "Advisor Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Person ;
                           owl:onProperty     :roleOf
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :roleOf ;
                           owl:someValuesFrom  foaf:Person
                         ] .

bibo:doi  a           owl:DatatypeProperty ;
        rdfs:comment  "This data property can be used to qualify many entities in ROH, e.g. Projects. Notice that there derivatives of this data property to be used for researchers, e.g. ORCID or Scopus ID. There are other type of IDs, like DOI which have been imported from other ontologies such as bibo:doi" ;
        rdfs:label    "doi"@es , "doi"@en .

skos:prefLabel  a  owl:AnnotationProperty .

bibo:presentedAt  a       owl:ObjectProperty ;
        rdfs:comment      "Relates a document to an event; for example, a paper to a conference."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "presented at"@en , "presentado en"@es .

vivo:start  a               owl:ObjectProperty ;
        rdfs:comment        "The date/time value in which something starts."@en ;
        rdfs:domain         vivo:DateTimeInterval ;
        rdfs:label          "start"@en , "comienzo"@es ;
        rdfs:range          vivo:DateTimeValue ;
        rdfs:subPropertyOf  vivo:dateTimeValue .

[ a            owl:AllDisjointClasses ;
  owl:members  ( <http://w3id.org/roh/mirror/vcard#Group> <http://w3id.org/roh/mirror/vcard#Individual> <http://w3id.org/roh/mirror/vcard#Location> <http://w3id.org/roh/mirror/vcard#Organization> )
] .

:taxID  a                   owl:DatatypeProperty ;
        rdfs:domain         foaf:Person ;
        rdfs:label          "tax ID"@en ;
        rdfs:subPropertyOf  vivo:identifier .

vivo:UndergraduateAdvisingRelationship
        a                owl:Class ;
        rdfs:label       "Undergraduate Advising Relationship"@en , "Relación de Asesor de Estudiantes sin Grado"@es ;
        rdfs:subClassOf  vivo:AdvisingRelationship ;
        obo:IAO_0000115  "An advisory relationship in which a professor advises an undergraduate student." .

<http://w3id.org/roh/mirror/geonames#Feature>
        a                 owl:Class ;
        rdfs:comment      "A geographical feature"@en ;
        rdfs:label        "Feature"@en , "Característica"@es ;
        skos:historyNote  "Modified in version 3.1 : The cardinality constraints on feature code, feature class are relaxed on this class, and put on the specific subclass Geonames Feature. This class and attached properties can therefore be used for features not necessarily identified in the Geoanmes data base"@en .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :ThesisViva bibo:Conference bibo:Hearing bibo:Interview bibo:Performance bibo:Workshop vivo:Competition vivo:Course vivo:Exhibit vivo:Internship vivo:Meeting vivo:Presentation )
] .

:ownerOrganizationOf  a  owl:ObjectProperty ;
        rdfs:comment  "An Organization owning a Patent."@en ;
        rdfs:domain   foaf:Organization ;
        rdfs:label    "owner organization of"@en , "organización propietaria de"@es ;
        rdfs:range    [ a            owl:Class ;
                        owl:unionOf  ( :PatentApplication bibo:Patent )
                      ] .

dct:creator  a  owl:AnnotationProperty .

vivo:assigns  a       owl:ObjectProperty ;
        rdfs:comment  "Relates an Agent to a Relationship."@en ;
        rdfs:label    "assigns"@en , "asigna"@es .

:hasProjectClassification
        a              owl:ObjectProperty ;
        rdfs:comment   "A Project is categorized by different Project Classifications."@en ;
        rdfs:domain    vivo:Project ;
        rdfs:label     "tiene categorizacion proyecto"@es , "has project categorization"@en ;
        rdfs:range     [ a                   owl:Class ;
                         owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                              owl:onProperty      skos:inScheme ;
                                                              owl:someValuesFrom  :ProjectClassification
                                                            ] )
                       ] ;
        owl:inverseOf  :projectClassificationOf .

:provides  a          owl:ObjectProperty ;
        rdfs:comment  "An Organization which provides a Service."@en ;
        rdfs:domain   foaf:Organization ;
        rdfs:label    "provides"@en , "provee"@es ;
        rdfs:range    ero:ERO_0000005 .

:TestFundingSource  a  :FundingSource , owl:NamedIndividual ;
        rdfs:label  "TestFundingSource"@en ;
        :funds      :TestFundingProgram .

:BachelorsSupervisingRelationship
        a                owl:Class ;
        rdfs:label       "Relación de Supervisión de Titulación Universitaria"@es , "Bachelor's Supervising Relationship"@en ;
        rdfs:subClassOf  :SupervisingRelationship ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :BachelorsThesis ;
                           owl:onProperty     :produces
                         ] .

:monetaryAmount  a    owl:DatatypeProperty ;
        rdfs:comment  "Data property used by roh:Funding and roh:FundingAmount" ;
        rdfs:label    "monetary amount"@en , "cantidad monetaria"@es ;
        rdfs:range    xsd:decimal .

:Status  a               owl:Class ;
        rdfs:label       "Status"@en ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeInterval ;
                           owl:onProperty     vivo:dateTimeInterval
                         ] .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :AcademicAccreditation :DegreeHomologation :ResearchAccreditation vivo:Certificate vivo:License )
] .

bibo:Conference  a        owl:Class ;
        rdfs:comment      "A meeting for consultation or discussion."@en , "A meeting for consultation or discussion. [Source: http://purl.org/ontology/bibo/Conference]"@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Conference"@en , "Conferencia"@es ;
        rdfs:subClassOf   :Activity ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     vivo:abbreviation
                          ] ;
        obo:IAO_0000112   "core:Seminar and bibo:Conference are very similar." , "2010 International Congress on Autoimmunity; American Libraries Association 2009" ;
        obo:IAO_0000115   "A meeting for consultation or discussion." ;
        ns:term_status    "stable" .

:languageOfTheCertificate
        a                   owl:DatatypeProperty ;
        rdfs:comment        "The language to which refers the Language Certificate."@en ;
        rdfs:domain         :LanguageCertificate ;
        rdfs:label          "language of the certificate"@en , "idioma del certificado"@es ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  :languageSkill .

vivo:Department  a       owl:Class ;
        rdfs:label       "Department"@en , "Departamento"@es ;
        rdfs:subClassOf  foaf:Organization ;
        obo:IAO_0000112  "Legal (department within a company); Use for any non-academic department" , "Definition modified from the definition here: http://dictionary.reference.com/browse/department. It is difficult to tell the difference between and department and a division." ;
        obo:IAO_0000115  "A unit within a larger organization that addresses a specific subject or area of activity." ;
        obo:IAO_0000412  <http://w3id.org/roh/mirror/vivo> .

vivo:dateTime  a      owl:DatatypeProperty ;
        rdfs:comment  "A xsd:date/time value."@en ;
        rdfs:label    "fecha/hora"@es , "date/time"@en ;
        rdfs:range    xsd:dateTime .

:utilizes  a                owl:ObjectProperty ;
        rdfs:domain         :ResearchContribution ;
        rdfs:label          "utilizes"@en ;
        rdfs:range          :ResearchMaterial ;
        rdfs:subPropertyOf  obo:RO_0000057 .

vivo:InvestigatorRole
        a                owl:Class ;
        rdfs:label       "Rol de Investigador"@es , "Investigator Role"@en ;
        rdfs:subClassOf  vivo:ResearcherRole ;
        obo:IAO_0000115  "A role in an Agreement (for example, a grant) as a named investigator or key personnel." .

:TestOrganization  a  foaf:Organization , owl:NamedIndividual ;
        rdfs:label  "TestOrganization"@en .

:hasRole  a            owl:ObjectProperty ;
        rdfs:comment   "An Agent has a Role in a Relation."@en ;
        rdfs:domain    foaf:Agent ;
        rdfs:label     "tiene rol"@es , "has role"@en ;
        rdfs:range     bfo:BFO_0000023 ;
        owl:inverseOf  :roleOf .

vivo:FacultyPosition  a  owl:Class ;
        rdfs:label       "Posición en Facultad"@es , "Faculty Position"@en ;
        rdfs:subClassOf  vivo:Position ;
        obo:IAO_0000112  "Professor; Associate Professor; Assistant Professor" , "Professor, associate professor and assistant professor are common positions for academic faculty." ;
        obo:IAO_0000115  "Academic position in a university or institution" .

:Terminated  a           owl:Class ;
        rdfs:label       "Terminated"@en ;
        rdfs:subClassOf  :Status .

:Administrative  a       owl:Class ;
        rdfs:label       "Administrative"@en ;
        rdfs:subClassOf  vivo:AdministratorRole .

vivo:ResearchProposal
        a                owl:Class ;
        rdfs:label       "Research Proposal"@en , "Propuesta de Investigación"@es ;
        rdfs:subClassOf  bibo:Report ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( :Justification :ProjectContract vivo:Project vivo:ResearchProposal )
                                              ] ;
                           owl:onProperty     vivo:relates
                         ] ;
        obo:IAO_0000115  "A proposal for a research grant that has been submitted but not approved; does not represent an existing activity" .

skos:altLabel  a  owl:AnnotationProperty .

bibo:Proceedings  a       owl:Class ;
        rdfs:comment      "A book integrated by a compilation of documents published from an event, such as a conference."@en , "A compilation of documents published from an event, such as a conference."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Proceedings"@en , "Actas"@es ;
        rdfs:subClassOf   bibo:Book ;
        obo:IAO_0000112   "Short Definition copied from bibo ontology" ;
        obo:IAO_0000115   "A compilation of documents published from an event, such as a conference" ;
        ns:term_status    "unstable" .

:issuedBy  a           owl:ObjectProperty ;
        rdfs:comment   "An Accreditation issued by an Accreditation Issuer."@en ;
        rdfs:domain    :Accreditation ;
        rdfs:label     "issued by"@en , "emitido por"@es ;
        rdfs:range     :AccreditationIssuer ;
        owl:inverseOf  :issues .

:hasHRClassification  a  owl:ObjectProperty ;
        rdfs:comment   "The position a person has inside its organization."@en ;
        rdfs:label     "has HR classification"@en , "clasificado en RRHH como"@es ;
        rdfs:range     [ a                   owl:Class ;
                         owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                              owl:onProperty      skos:inScheme ;
                                                              owl:someValuesFrom  :HRClassification
                                                            ] )
                       ] ;
        owl:inverseOf  :hrClassificationOf .

vivo:ConferencePaper  a  owl:Class ;
        rdfs:label       "Conference Paper"@en , "Artículo de Conferencia"@es ;
        rdfs:subClassOf  bibo:AcademicArticle ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  bibo:Proceedings ;
                           owl:onProperty     vivo:hasPublicationVenue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  bibo:Conference ;
                           owl:onProperty     bibo:presentedAt
                         ] ;
        obo:IAO_0000115  "A paper presented at a conference; optionally collected into a Proceedings or a special Journal issue" .

:Reservable  a           owl:Class ;
        rdfs:comment     "Some resources may available by an organization to be used by others."@en ;
        rdfs:label       "Reservable"@es , "Reservable"@en ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeInterval ;
                           owl:onProperty     vivo:dateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Agent ;
                           owl:onProperty     :reservableOf
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:freetextKeyword
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:dateTimeInterval ;
                           owl:someValuesFrom  vivo:DateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :title ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :title
                         ] .

vivo:AdvisingRelationship
        a                owl:Class ;
        rdfs:label       "Relación de Asesoramiento"@es , "Advising Relationship"@en ;
        rdfs:subClassOf  vivo:Relationship ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  vivo:AdvisorRole
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeInterval ;
                           owl:onProperty     vivo:dateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  vivo:AdviseeRole
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  foaf:Person
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :KnowledgeArea
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasKnowledgeArea
                         ] ;
        obo:IAO_0000115  "A dual relationship of one person being advised or mentored by another person, typically including start and end dates" .

:FundingSource  a        owl:Class ;
        rdfs:comment     "We have just considered a subset of the available funding sources, taking into account the sample datasets provided by University of Murcia\n\nA roh:FundingSource roh:feeds a roh:Funding with funds to sponsor some projects."@en ;
        rdfs:label       "Funding Source"@en , "Fuente de Financiación"@es ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :FundingProgram ;
                           owl:onProperty     :funds
                         ] .

bibo:Book  a              owl:Class ;
        rdfs:comment      "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Livre"@fr , "Libro"@es , "Book"@en , "Livro"@pt , "Llibre"@ca-es , "Llibre"@ca-ad ;
        rdfs:subClassOf   bibo:Document ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  foaf:Organization ;
                            owl:onProperty     vivo:publisher
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     bibo:lccn
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     vivo:placeOfPublication
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     bibo:edition
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :isbn ;
                            owl:someValuesFrom  xsd:string
                          ] ;
        obo:IAO_0000112   "Short Definition copied from bibo ontology" ;
        obo:IAO_0000115   "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers" ;
        skos:prefLabel    "Livre"@fr , "Libro"@es , "Llibre"@ca , "Livro"@pt , "Book"@en ;
        ns:term_status    "stable" .

:birthdate  a               owl:ObjectProperty ;
        rdfs:comment        "The birthdate of an Entity."@en ;
        rdfs:label          "fecha de nacimiento"@es , "birthdate"@en ;
        rdfs:range          vivo:DateTimeValue ;
        rdfs:subPropertyOf  vivo:dateTimeValue .

:ResearchGroupMetric  a  owl:Class ;
        rdfs:label       "Research Group Metric"@en ;
        rdfs:subClassOf  :Metric .

vivo:end  a                 owl:ObjectProperty ;
        rdfs:comment        "The date/time value in which something ends."@en ;
        rdfs:domain         vivo:DateTimeInterval ;
        rdfs:label          "fin"@es , "end"@en ;
        rdfs:range          vivo:DateTimeValue ;
        rdfs:subPropertyOf  vivo:dateTimeValue .

:languageSkill  a           owl:DatatypeProperty ;
        rdfs:comment        "Different skills required by the Common European Framework of Reference for Languages: Learning, Teaching, Assessment."@en ;
        rdfs:domain         :LanguageCertificate ;
        rdfs:label          "language skill"@en , "competencia de idiomas"@es ;
        rdfs:range          [ a          rdfs:Datatype ;
                              owl:oneOf  [ a          rdf:List ;
                                           rdf:first  "A1" ;
                                           rdf:rest   [ a          rdf:List ;
                                                        rdf:first  "A2" ;
                                                        rdf:rest   [ a          rdf:List ;
                                                                     rdf:first  "B1" ;
                                                                     rdf:rest   [ a          rdf:List ;
                                                                                  rdf:first  "B2" ;
                                                                                  rdf:rest   [ a          rdf:List ;
                                                                                               rdf:first  "C1" ;
                                                                                               rdf:rest   [ a          rdf:List ;
                                                                                                            rdf:first  "C2" ;
                                                                                                            rdf:rest   ()
                                                                                                          
                                                                                                          ]
                                                                                             ]
                                                                                ]
                                                                   ]
                                                      ]
                                         ]
                            ] ;
        rdfs:subPropertyOf  owl:topDataProperty .

foaf:page  a              owl:ObjectProperty ;
        rdfs:comment      "A page or document about this thing." ;
        rdfs:isDefinedBy  foaf: ;
        rdfs:label        "página"@es , "page" .

vivo:dateTimeInterval
        a             owl:ObjectProperty ;
        rdfs:comment  "The date/time interval in which something takes place."@en ;
        rdfs:label    "intervalo de fecha/tiempo"@es , "date/time interval"@en .

:url    a             owl:DatatypeProperty ;
        rdfs:comment  "A Uniform Resource Identifier."@en ;
        rdfs:label    "url"@es , "url"@en .

iao:IAO_0000109  a       owl:Class ;
        rdfs:label       "Measurement Datum"@en ;
        rdfs:subClassOf  iao:IAO_0000027 .

<http://prismstandard.org/namespaces/1.2/basic/endingPage>
        a                       owl:DatatypeProperty ;
        rdfs:comment            "Ending page number within a continuous page range."@en ;
        rdfs:label              "página final"@es , "ending page"@en ;
        owl:equivalentProperty  bibo:pageEnd .

:speakingSkill  a           owl:DatatypeProperty ;
        rdfs:comment        "The ability to speak a language."@en ;
        rdfs:domain         :LanguageCertificate ;
        rdfs:label          "speaking skill"@en , "expresión oral"@es ;
        rdfs:range          [ a          rdfs:Datatype ;
                              owl:oneOf  [ a          rdf:List ;
                                           rdf:first  "A1" ;
                                           rdf:rest   [ a          rdf:List ;
                                                        rdf:first  "A2" ;
                                                        rdf:rest   [ a          rdf:List ;
                                                                     rdf:first  "B1" ;
                                                                     rdf:rest   [ a          rdf:List ;
                                                                                  rdf:first  "B2" ;
                                                                                  rdf:rest   [ a          rdf:List ;
                                                                                               rdf:first  "C1" ;
                                                                                               rdf:rest   [ a          rdf:List ;
                                                                                                            rdf:first  "C2" ;
                                                                                                            rdf:rest   ()
                                                                                                          
                                                                                                          ]
                                                                                             ]
                                                                                ]
                                                                   ]
                                                      ]
                                         ]
                            ] ;
        rdfs:subPropertyOf  :languageSkill .

:isGrantedWith  a     owl:ObjectProperty ;
        rdfs:comment  "A person is granted with a stipend for researching."@en ;
        rdfs:domain   foaf:Person ;
        rdfs:label    "is granted with"@en ;
        rdfs:range    :Grant .

:MastersStudent  a       owl:Class ;
        rdfs:label       "Master's Student"@en ;
        rdfs:subClassOf  ero:ERO_0000783 .

:FundingProgramClassification
        a                owl:Class ;
        rdfs:label       "Funding Program Classification"@en ;
        rdfs:subClassOf  skos:ConceptScheme .

:DisseminationEvent  a   owl:Class ;
        rdfs:label       "Dissemination Event"@en ;
        rdfs:subClassOf  :Activity .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :AuditeeRole :AuditorRole :ExternalMemberRole :ReservableConsumerRole :ReservableProviderRole :SuperviseeRole :SupervisorRole :ThirdPartyContractorRole ero:ERO_0000224 ero:ERO_0000225 ero:ERO_0000783 ero:ERO_0000787 vivo:AdministratorRole vivo:AdviseeRole vivo:AdvisorRole vivo:AttendeeRole vivo:EditorRole vivo:LeaderRole vivo:MemberRole vivo:OrganizerRole vivo:PresenterRole vivo:ResearcherRole vivo:ReviewerRole vivo:TeacherRole )
] .

dct:title  a    owl:AnnotationProperty .

bibo:contributorList  a   owl:ObjectProperty ;
        rdfs:comment      "An ordered list of contributors. Normally, this list is seen as a priority list that order contributors by importance."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "lista de contribuidores"@es , "list of contributors"@en ;
        ns:term_status    "stable" .

:documentStatus  a    owl:ObjectProperty ;
        rdfs:comment  "The status of a Document (Accepted or Rejected)."@en ;
        rdfs:domain   bibo:Document ;
        rdfs:label    "estado del documento"@es , "document status"@en ;
        rdfs:range    [ a            owl:Class ;
                        owl:unionOf  ( :Accepted :Rejected )
                      ] .

bibo:Webpage  a           owl:Class ;
        rdfs:comment      "A web page is an online document available (at least initially) on the world wide web. A web page is written first and foremost to appear on the web, as distinct from other online resources such as books, manuscripts or audio documents which use the web primarily as a distribution mechanism alongside other more traditional methods such as print."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Webpage"@en , "Página web"@es ;
        rdfs:subClassOf   bibo:Document ;
        obo:IAO_0000115   "One section of a website that appears at a unique address within the parent site's address or URL on the World Wide Web" ;
        ns:term_status    "unstable" .

oa:linking  a             oa:Motivation , owl:NamedIndividual ;
        rdfs:comment      "The motivation for when the user intends to link to a resource related to the Target." ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "linking" .

vivo:EditorialArticle
        a                owl:Class ;
        rdfs:label       "Editorial Article"@en , "Artículo de Editor"@es ;
        rdfs:subClassOf  bibo:Article ;
        obo:IAO_0000115  "An article of opinion, typically published in a newspaper. For academics, most commonly Op Ed pieces" .

vivo:DateTimeValue  a    owl:Class ;
        rdfs:label       "Valor Fecha/Hora"@es , "Date/Time Value"@en ;
        rdfs:subClassOf  bfo:BFO_0000148 ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:dateTime ;
                           owl:someValuesFrom  xsd:dateTime
                         ] ;
        obo:IAO_0000115  "A date and/or time" .

oa:hasBody  a             owl:AnnotationProperty ;
        rdfs:comment      "The object of the relationship is a resource that is a body of the Annotation." ;
        rdfs:domain       oa:Annotation ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "hasBody" .

dct:source  a   owl:AnnotationProperty .

<http://w3id.org/roh/mirror/vcard#Individual>
        a                 owl:Class ;
        rdfs:comment      "An object representing a single person or entity"@en ;
        rdfs:isDefinedBy  <http://w3id.org/roh/mirror/vcard> ;
        rdfs:label        "Individual"@es , "Individual"@en ;
        rdfs:subClassOf   <http://w3id.org/roh/mirror/vcard#Kind> .

:foundationDate  a          owl:ObjectProperty ;
        rdfs:comment        "Date in which an Organization was created."@en ;
        rdfs:domain         foaf:Organization ;
        rdfs:label          "foundation date"@en , "fecha de fundación"@es ;
        rdfs:range          vivo:DateTimeValue ;
        rdfs:subPropertyOf  vivo:dateTimeValue .

:ResearchObject  a           owl:Class ;
        rdfs:comment         "A roh:ResearchObject is generated by one to several foaf:Person specified through property bibo:authorList. Usually a roh:ResearchObject results from the work in a vivo:Project (roh:produces). An elaborated taxonomy of research objects is provided, covering all types of publications, Patents, Software and Webpage. The main author of a research object is accessible through property roh:correspondingAuthor."@en ;
        rdfs:label           "Research Object"@en , "Objecto de investigación"@es ;
        rdfs:subClassOf      :ResearchResult ;
        owl:equivalentClass  [ a            owl:Class ;
                               owl:unionOf  ( [ a                   owl:Restriction ;
                                                owl:onProperty      :partOfResearchResult ;
                                                owl:someValuesFrom  :ResearchResult
                                              ] [ a                  owl:Restriction ;
                                                  owl:allValuesFrom  vivo:Project ;
                                                  owl:onProperty     :producedBy
                                                ] )
                             ] .

:softwareStatus  a    owl:ObjectProperty ;
        rdfs:comment  "The status of a Software  (Final or Provisional)."@en ;
        rdfs:domain   ero:ERO_0000071 ;
        rdfs:label    "software status"@en , "estatus de software"@es ;
        rdfs:range    [ a            owl:Class ;
                        owl:unionOf  ( :Final :Provisional )
                      ] .

<http://w3id.org/roh/mirror/vcard#Address>
        a       owl:Class .

uneskos:mainConceptOf
        a       owl:AnnotationProperty .

bibo:Patent  a            owl:Class ;
        rdfs:comment      "A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years."@en , "A form of intellectual property that gives its owner the legal right to exclude others from making, using, selling and importing an invention for a limited period of years, in exchange for publishing an enabling public disclosure of the invention."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Patent"@fr , "Patent"@en , "Patent"@ca-es , "Patent"@ca-ad , "Patente"@pt , "Patente"@gl , "Patente"@eu , "Patente"@es ;
        rdfs:subClassOf   bibo:Document ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      vivo:identifier ;
                            owl:someValuesFrom  rdfs:Literal
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     vivo:identifier
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  <http://w3id.org/roh/mirror/geonames#Feature> ;
                            owl:onProperty     <http://w3id.org/roh/mirror/geonames#locatedIn>
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  foaf:Organization ;
                            owl:onProperty     vivo:publisher
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  [ a                   owl:Class ;
                                                 owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                      owl:onProperty      skos:inScheme ;
                                                                                      owl:someValuesFrom  :KnowledgeArea
                                                                                    ] )
                                               ] ;
                            owl:onProperty     :hasKnowledgeArea
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  vivo:DateTimeValue ;
                            owl:onProperty     vivo:dateIssued
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     :modality
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  foaf:Organization ;
                            owl:onProperty     :ownerOrganization
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  vivo:DateTimeValue ;
                            owl:onProperty     :expirationDate
                          ] ;
        obo:IAO_0000112   "A patent is an exclusive right granted for an invention, which is a product or a process that provides, in general, a new way of doing something, or offers a new technical solution to a problem.  In order to be patentable, the invention must fulfill certain conditions. (http://www.wipo.int/patentscope/en/)" ;
        obo:IAO_0000115   "(from BIBO) A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years" ;
        skos:prefLabel    "Patent"@fr , "Patent"@en , "Patent"@ca , "Patente"@pt , "Patente"@gl , "Patente"@eu , "Patente"@es ;
        ns:term_status    "stable" .

[ a            owl:AllDisjointClasses ;
  owl:members  ( vivo:FacultyMentoringRelationship vivo:GraduateAdvisingRelationship vivo:PostdocOrFellowAdvisingRelationship vivo:UndergraduateAdvisingRelationship )
] .

iao:IAO_0000117  a  owl:AnnotationProperty .

foaf:title  a             owl:DatatypeProperty ;
        rdfs:comment      "Title (Mr, Mrs, Ms, Dr. etc)" ;
        rdfs:isDefinedBy  foaf: ;
        rdfs:label        "título personal"@es , "title" ;
        ns:term_status    "testing" .

:UndergraduateStudent
        a                owl:Class ;
        rdfs:label       "UndergraduateStudent"@en ;
        rdfs:subClassOf  ero:ERO_0000784 .

:isAwardedBy  a             owl:FunctionalProperty , owl:ObjectProperty ;
        rdfs:label          "is awarded by"@en ;
        rdfs:range          foaf:Agent ;
        rdfs:subPropertyOf  vivo:assignedBy .

<http://prismstandard.org/namespaces/1.2/basic/volume>
        a                       owl:DatatypeProperty ;
        rdfs:comment            "A volume number"@en ;
        rdfs:label              "volumen"@es , "volume"@en ;
        owl:equivalentProperty  bibo:volume .

:partOfResearchResult
        a                   owl:ObjectProperty ;
        rdfs:comment        "A core relation that holds between a part and its hole, that in this case is a Research."@es ;
        rdfs:domain         [ a            owl:Class ;
                              owl:unionOf  ( :ExperimentalProtocol bibo:Document ero:ERO_0000071 )
                            ] ;
        rdfs:label          "parte de un resultado de investigación"@es , "part of research result"@en ;
        rdfs:range          :ResearchResult ;
        rdfs:subPropertyOf  ro:BFO_0000050 ;
        owl:inverseOf       :researchResultHasPart .

ero:ERO_0001257  a       owl:Class ;
        rdfs:label       "Servicio de Almacenamiento de Datos"@es , "Data Storage Service"@en ;
        rdfs:subClassOf  ero:ERO_0000392 ;
        obo:IAO_0000112  "Storing data on a server." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A storage service offering that describes a service in which the consumer provides data as input, which a service provider stores and returns as output in its original form." ;
        obo:IAO_0000117  "PERSON: Matt Brush" ;
        obo:IAO_0000119  "PERSON: Matthew Brush" .

oa:questioning  a         oa:Motivation , owl:NamedIndividual ;
        rdfs:comment      "The motivation for when the user intends to ask a question about the Target." ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "questioning" .

bibo:Report  a            owl:Class ;
        rdfs:comment      "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc."@en , "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc.."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Report"@en , "Reporte"@es ;
        rdfs:subClassOf   bibo:Document ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  foaf:Organization ;
                            owl:onProperty     bibo:distributor
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  foaf:Organization ;
                            owl:onProperty     vivo:publisher
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  vivo:DateTimeValue ;
                            owl:onProperty     vivo:dateTimeValue
                          ] ;
        obo:IAO_0000112   "Medical Subject Heading (MeSH) definition of Technical Report: Work consisting of a formal report giving details of the investigation and results of a medical or other scientific problem. When issued by a government agency or comparable official body, its contents may be classified, unclassified, or declassified with regard to security clearance. This publication type may also cover a scientific paper or article that records the current state or current position of scientific research and development. If so labeled by the editor or publisher, this publication type may be properly used for journal articles." ;
        obo:IAO_0000115   "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc." ;
        ns:term_status    "stable" .

ero:ERO_0000914  a       owl:Class ;
        rdfs:label       "Rol de Estudiante de Post-Grado"@es , "Post-Graduate Student Trainee Role"@en ;
        rdfs:subClassOf  ero:ERO_0000783 ;
        obo:IAO_0000112  "A post-doctoral fellow." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A student role inhering in a person that is realized when the bearer participates in a post-graduate training program in pursuit of new or additional training in a particular field, such as a post-doctoral fellowship." ;
        obo:IAO_0000117  "PERSON: Nicole Vasilevsky" ;
        obo:IAO_0000119  "PERSON: Nicole Vasilevsky" .

bibo:eissn  a         owl:DatatypeProperty ;
        rdfs:comment  "An ISSN for an electronic media."@en ;
        rdfs:label    "eissn"@es , "eissn"@en .

vivo:Equipment  a        owl:Class ;
        rdfs:comment     "An Equipment belongs to an Organization and might be funded by a Funding.\n\nA vivo:Equipment, subclasss of roh:Infrastructure, belongs to a foaf:Organization and might be funded by a roh:Funding." ;
        rdfs:label       "équipements"@fr , "Equipo"@es , "Equipamiento"@es , "Equipment"@en , "Equipament"@ca-es , "Equipamento"@pt ;
        rdfs:subClassOf  :Reservable ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:freetextKeyword
                         ] ;
        obo:IAO_0000112  "server; Bruker Vector-33 FT-IR" , "A network server is one example. Medical schools and research laboratories can list professional equipment, such as microscopes." ;
        obo:IAO_0000115  "A physical object provided for specific purpose, task or occupation." .

:patentPrimaryExaminer
        a            owl:ObjectProperty ;
        rdfs:domain  foaf:Person ;
        rdfs:label   "patent primary examiner"@en ;
        rdfs:range   bibo:Patent .

vivo:Abstract  a         owl:Class ;
        rdfs:comment     "An abstract that is published as a standalone document or in a journal of abstracts."@en ;
        rdfs:label       "Resumen"@es , "Abstract"@en ;
        rdfs:subClassOf  bibo:Document ;
        obo:IAO_0000115  "An abstract that is published as a standalone document or in a journal of abstracts" .

:PhDThesis  a            owl:Class ;
        rdfs:comment     "A thesis reporting a research project undertaken as part of an undergraduate course of education to receive a doctoral degree."@en , "A document created to summarize research findings associated with the completion of a doctoral thesis."@en ;
        rdfs:label       "Tesis doctoral"@es , "Thèse doctorale"@fr , "Doktore tesi"@eu , "Tesis de Doctorado"@es , "Tese de doutoramento"@pt , "Tesi doctoral"@ca-es , "Tesi doctoral"@ca-ad , "PhD Thesis"@en , "Doctoral thesis"@en , "Tese doctoral"@gl ;
        rdfs:subClassOf  bibo:Thesis ;
        skos:altLabel    "Tese de doutoramento"@gl ;
        skos:prefLabel   "Tesi doctoral"@ca-es , "Tesi doctoral"@ca-ad , "Doctoral thesis"@en , "Tesis doctoral"@es , "Doktorego tesi"@eu , "Tese doctoral"@gl , "Tese de doutoramento"@pt , "Thèse doctorale"@fr .

:Submitted  a            owl:Class ;
        rdfs:label       "Submitted"@en ;
        rdfs:subClassOf  :Status .

bibo:abstract  a      owl:DatatypeProperty ;
        rdfs:comment  "A summary of the resource."@en ;
        rdfs:label    "resumen"@es , "abstract"@en .

obo:IAO_0000119  a  owl:AnnotationProperty .

:reviews  a           owl:ObjectProperty ;
        rdfs:comment  "a proerty to link a person to a publication as a reviewer."@en ;
        rdfs:domain   foaf:Person ;
        rdfs:label    "reviews"@en ;
        rdfs:range    bibo:Document .

vivo:assignedBy  a    owl:ObjectProperty ;
        rdfs:comment  "Relates a Relationship (as a predicate or n-ary relation over one or more Thing) to an Agent that defined or instantiated the predicate instance."@en ;
        rdfs:label    "assigned by"@en , "asignado por"@es .

vivo:LibrarianPosition
        a                owl:Class ;
        rdfs:label       "Posición de Bibliotecario"@es , "Librarian Position"@en ;
        rdfs:subClassOf  vivo:Position ;
        obo:IAO_0000112  "Librarian; Library Systems Analyst; Music Bibliographer" , "It is the common position in libraries." ;
        obo:IAO_0000115  "A position held  by library and information science professionals, or academic or technical experts, in support of providing information services or materials" .

:awardedBy  a          owl:ObjectProperty ;
        rdfs:comment   "An object property linking an AwardedDegree to the University that awarded it."@en ;
        rdfs:domain    vivo:AwardedDegree ;
        rdfs:label     "concedido por"@es , "awarded by"@en ;
        rdfs:range     vivo:University ;
        owl:inverseOf  :awards .

ero:ERO_0000788  a       owl:Class ;
        rdfs:label       "Rol de Miembro de Facultad"@es , "Faculty Role"@en ;
        rdfs:subClassOf  ero:ERO_0000787 ;
        obo:IAO_0000112  "A professor at a university." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "An employee role inhering in a person that is realized when the bearer participates in the teaching and/or administrative force of a university, college, or school." ;
        obo:IAO_0000117  "PERSON: Nicole Vasilevsky" ;
        obo:IAO_0000119  "http://dictionary.reference.com/browse/faculty" .

oa:describing  a          oa:Motivation , owl:NamedIndividual ;
        rdfs:comment      "The motivation for when the user intends to describe the Target, as opposed to a comment about them." ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "describing" .

:ExternalMemberRole  a   owl:Class ;
        rdfs:comment     "A member who works in a Project or participates in an Activity but do not belong to the main Organization."@en ;
        rdfs:label       "Rol de Miembro Externo"@es , "External Member Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 .

iao:IAO_0000112  a  owl:AnnotationProperty .

dct:rights  a   owl:AnnotationProperty .

skos:inScheme  a  owl:ObjectProperty , owl:AnnotationProperty .

dc:creator  a   owl:AnnotationProperty .

oa:classifying  a         oa:Motivation , owl:NamedIndividual ;
        rdfs:comment      "The motivation for when the user intends to that classify the Target as something." ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "classifying" .

:PanelTalk  a             owl:Class ;
        rdfs:comment      "A group of people gathered to discuss a topic in front of an audience, typically at scientific, business, or academic conferences, fan conventions, and on television shows. Panels usually include a moderator who guides the discussion and sometimes elicits audience questions, with the goal of being informative and entertaining"@en ;
        rdfs:label        "Panel Talk"@en , "Charla en Panel"@es ;
        rdfs:subClassOf   vivo:Presentation ;
        owl:disjointWith  vivo:InvitedTalk .

ero:ERO_0000396  a        owl:Class ;
        rdfs:comment      "Coordinate with NIF. NIF ID: nlx_res_20090418" ;
        rdfs:label        "Material Production Service"@en , "Servicio de Producción de Material"@es ;
        rdfs:subClassOf   ero:ERO_0000394 ;
        obo:IAO_0000112   "Production of monoclonal antibodies from a hybridoma." ;
        obo:IAO_0000114   iao:IAO_0000120 ;
        obo:IAO_0000115   "A material processing service offering that describes a service in which the provider makes physical changes to a specified input material that produce a new entity as specified output that is returned the service consumer.  The specified output of a material production service can be contained within, derived from, or synthesized from specified input materials, but it represents a material entity that is of a distinct type from any of the specified input materials." ;
        obo:IAO_0000117   "PERSON: Matthew Brush" ;
        obo:IAO_0000119   "http://neurolex.org/wiki/Category:Material_service_resource" ;
        owl:disjointWith  ero:ERO_0001263 .

skos:ConceptScheme  a  owl:Class ;
        rdfs:label  "Concept Scheme"@en .

:hasTRL  a            owl:DatatypeProperty ;
        rdfs:comment  "A prototype has a given technology readiness level"@en ;
        rdfs:domain   :Product ;
        rdfs:label    "has TRL"@en ;
        rdfs:range    xsd:integer .

vivo:MemberRole  a       owl:Class ;
        rdfs:label       "Rol de Miembro"@es , "Member Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        obo:IAO_0000115  "A role of being a member in a Process or an Organization" .

vivo:assignee  a     owl:ObjectProperty ;
        rdfs:domain  bibo:Patent ;
        rdfs:label   "patent assignee"@en ;
        rdfs:range   foaf:Organization .

:expirationDate  a          owl:ObjectProperty ;
        rdfs:label          "expiration date"@en ;
        rdfs:range          vivo:DateTimeValue ;
        rdfs:subPropertyOf  vivo:dateTimeValue .

:Provisional  a          owl:Class ;
        rdfs:label       "Provisional"@en ;
        rdfs:subClassOf  :Status .

obo:IAO_0000114  a  owl:AnnotationProperty .

:LanguageCertificate  a  owl:Class ;
        rdfs:comment     "A language certificate from the Common European Framework of Reference for Languages: Learning, Teaching, Assessment."@en ;
        rdfs:label       "Language Certificate"@en , "Certificado de Idioma"@es ;
        rdfs:subClassOf  vivo:Certificate ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :languageOfTheCertificate ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :languageOfTheCertificate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :speakingSkill
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :spokenInteractionSkill ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :writingSkill ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :readingSkill ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :listeningSkill
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :speakingSkill ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :listeningSkill ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :writingSkill
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :readingSkill
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :spokenInteractionSkill
                         ] .

:JournalMetric  a        owl:Class ;
        rdfs:comment     "This is the metric of a jorunal. When the journal metric is updated, a new journal metric must be created with the same impactFactorName but with the updated impactFactor, ranking and quartile values."@en , "Esta entidad es la metrica de una revista. Cada cierto tiempo se actualiza la metrica de cada revista por lo que esa revista debe  crear una nueva JournalMetric con el mismo impactFactorName pero en la cual los valores de fecha impactFactor, ranking y quartile esten actualizados."@es ;
        rdfs:label       "Journal Metric"@en , "Metrica de una revista"@es ;
        rdfs:subClassOf  :Metric ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :impactFactorName
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :impactFactor ;
                           owl:someValuesFrom  xsd:float
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :impactFactorName ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:dateIssued ;
                           owl:someValuesFrom  vivo:DateTimeValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :ranking
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:float ;
                           owl:onProperty     :impactFactor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :quartile
                         ] .

:producedBy  a         owl:ObjectProperty ;
        rdfs:comment   "Some entity producing some Thing."@en ;
        rdfs:label     "producido por"@es , "produced by"@en ;
        rdfs:range     owl:Thing ;
        owl:inverseOf  :produces .

:Repository  a           owl:Class ;
        rdfs:subClassOf  iao:IAO_0000030 ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :title ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:freetextKeyword
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :README ;
                           owl:onProperty     :hasReadme
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdf:Seq ;
                           owl:onProperty     :seqOfAuthors
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :KnowledgeArea
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasKnowledgeArea
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Person ;
                           owl:onProperty     :correspondingAuthor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onProperty      :seqOfAuthors
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     bibo:abstract
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :Repository ;
                           owl:onProperty     :hasPredecessor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( :Closed :Open )
                                              ] ;
                           owl:onProperty     :repositoryStatus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeValue ;
                           owl:onProperty     vivo:dateTimeValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:License ;
                           owl:onProperty     :hasLicense
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :seqOfAuthors ;
                           owl:someValuesFrom  rdf:Seq
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :ResearchResult ;
                           owl:onProperty     :partOfResearchResult
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  bibo:Webpage ;
                           owl:onProperty     foaf:homepage
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :repositoryStatus ;
                           owl:someValuesFrom  [ a            owl:Class ;
                                                 owl:unionOf  ( :Closed :Open )
                                               ]
                         ] .

ero:ERO_0000783  a       owl:Class ;
        rdfs:label       "Student Role"@en , "Rol de Estudiante"@es ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        obo:IAO_0000112  "A college student." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A role inhering in a person that is realized when the bearer participates a course of study, as in a school, college, university, etc." ;
        obo:IAO_0000117  "PERSON: Nicole Vasilevsky" ;
        obo:IAO_0000119  "http://www.thefreedictionary.com/student" .

:TestChapterOne  a                bibo:Chapter , owl:NamedIndividual ;
        rdfs:label                "TestChapterOne"@en ;
        bibo:authorList           :TestListofAuthors ;
        vivo:hasPublicationVenue  :TestBook .

:hasReservable  a      owl:ObjectProperty ;
        rdfs:comment   "An Agent who owns an infrastructure."@en ;
        rdfs:domain    foaf:Agent ;
        rdfs:label     "tiene reservable"@es , "has reservable"@en ;
        rdfs:range     :Reservable ;
        owl:inverseOf  :reservableOf .

vivo:publisherOf  a  owl:ObjectProperty ;
        rdfs:domain  foaf:Agent ;
        rdfs:label   "publishes"@en ;
        rdfs:range   bibo:Document .

:hasAccreditation  a  owl:ObjectProperty ;
        rdfs:comment  "An object property linking an Agent with an Accreditation it posseses."@en ;
        rdfs:domain   foaf:Agent ;
        rdfs:label    "tiene acreditación"@es , "has accreditation"@en ;
        rdfs:range    :Accreditation .

[ a            owl:AllDisjointClasses ;
  owl:members  ( ero:ERO_0000391 ero:ERO_0000392 ero:ERO_0000393 ero:ERO_0000394 ero:ERO_0001254 ero:ERO_0001255 ero:ERO_0001258 ero:ERO_0001261 )
] .

vivo:hasSuccessorOrganization
        a                   owl:TransitiveProperty , owl:ObjectProperty ;
        rdfs:comment        "The Organization created from a previous Organization."@en ;
        rdfs:domain         foaf:Organization ;
        rdfs:label          "successor organization"@en , "organización sucesora"@es ;
        rdfs:range          foaf:Organization ;
        rdfs:subPropertyOf  :hasSucessor .

ero:ERO_0000071  a       owl:Class ;
        rdfs:comment     "IAO is a planned specification, in SWO is an Information artifact. In eagle-i, we have a need to collect material instances and is it thus currently classified as a material entity." ;
        rdfs:label       "Software"@es , "Software"@en ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :Repository ;
                           owl:onProperty     :partOfRepository
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdfs:Literal ;
                           owl:onProperty     :programmingLanguage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  bibo:Webpage ;
                           owl:onProperty     foaf:homepage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeValue ;
                           owl:onProperty     vivo:dateTimeValue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onProperty      :seqOfAuthors
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Person ;
                           owl:onProperty     :correspondingAuthor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :KnowledgeArea
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasKnowledgeArea
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :ResearchResult ;
                           owl:onProperty     :partOfResearchResult
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     bibo:abstract
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :title ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  owl:Thing ;
                           owl:onProperty     <http://purl.org/spar/cito/cites>
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:freetextKeyword
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:License ;
                           owl:onProperty     :hasLicense
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdf:Seq ;
                           owl:onProperty     :seqOfAuthors
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  ero:ERO_0000071 ;
                           owl:onProperty     :hasPredecessor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :README ;
                           owl:onProperty     :hasReadme
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( :Final :Provisional )
                                              ] ;
                           owl:onProperty     :softwareStatus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :platform
                         ] ;
        obo:IAO_0000111  "software" ;
        obo:IAO_0000112  "Microsoft Word is commonly used word processing software." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A general term primarily used for digitally stored data such as computer programs and other kinds of information read and written by computers." ;
        obo:IAO_0000117  "PERSON: Melissa Haendel" ;
        obo:IAO_0000119  "http://en.wikipedia.org/wiki/Computer_software" .

:FundingProgram  a       owl:Class ;
        rdfs:comment     "A roh:FundingProgram is promoted (roh:promotedBy) by a Funding Organization (vivo:FundingOrganization) and it is in place for a time interval (vivo:dateTimeInterval)" , "A programme of related funded projects, typically established by a funding organization."@en ;
        rdfs:label       "Funding programme"@en , "Programa de Financiación"@es , "Funding Program"@en ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :FundingProgram ;
                           owl:onProperty     ro:BFO_0000051
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeInterval ;
                           owl:onProperty     vivo:dateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :Dossier ;
                           owl:onProperty     vivo:relatedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :promotedBy ;
                           owl:someValuesFrom  vivo:FundingOrganization
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :FundingProgramClassification
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasFundingProgramClassification
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:FundingOrganization ;
                           owl:onProperty     :promotedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdfs:Literal ;
                           owl:onProperty     vivo:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  <http://w3id.org/roh/mirror/geonames#Feature> ;
                           owl:onProperty     <http://w3id.org/roh/mirror/geonames#locatedIn>
                         ] .

bfo:BFO_0000055  a        owl:ObjectProperty ;
        rdfs:domain       bfo:BFO_0000015 ;
        rdfs:isDefinedBy  obo:bfo.owl ;
        rdfs:label        "realiza"@es , "realizes"@en ;
        rdfs:range        bfo:BFO_0000023 ;
        obo:BFO_0000179   "realizes" ;
        obo:BFO_0000180   "realizes" ;
        obo:IAO_0000600   "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ;
        obo:IAO_0000602   "(forall (x y t) (if (realizesAt x y t) (and (Process x) (or (Disposition y) (Role y)) (exists (z) (and (MaterialEntity z) (hasParticipantAt x z t) (bearerOfAt z y t)))))) // axiom label in BFO2 CLIF: [059-003]" .

:isbn   a             owl:DatatypeProperty ;
        rdfs:comment  "A numeric commercial book identifier which is intended to be unique."@en ;
        rdfs:label    "isbn"@es , "isbn"@en .

ero:ERO_0000391  a       owl:Class ;
        rdfs:comment     "Coordinate with NIF" ;
        rdfs:label       "Access Service"@en , "Servicio de Acceso"@es ;
        rdfs:subClassOf  ero:ERO_0000005 ;
        obo:IAO_0000112  "Allowing access to a microscope in a core lab." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A service offering that describes a service in which the consumer receives the right to use a resource (instrument, database, software, etc) that is owned or managed by a service provider.  Ownership of the accessed resource remains with the service provider during and after provision of service." ;
        obo:IAO_0000117  "PERSON: Matt Brush" ;
        obo:IAO_0000119  "PERSON: Matthew Brush" .

oa:highlighting  a        oa:Motivation , owl:NamedIndividual ;
        rdfs:comment      "The motivation for when the user intends to highlight the Target resource or segment of it." ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "highlighting" .

ero:ERO_0001260  a       owl:Class ;
        rdfs:label       "Servicio de Mantenimiento de Datos"@es , "Data Maintenance Service"@en ;
        rdfs:subClassOf  ero:ERO_0001258 ;
        obo:IAO_0000112  "Maintaining a database." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A maintenance service offering that describes a service in which the provider actively manages or maintains data or a database for the service consumer.  Maintenance of the data is performed to maintain its integrity or enhance its quality or utility for the consumer, but new data is not generated as a result of the maintenance." ;
        obo:IAO_0000117  "PERSON: Matt Brush" ;
        obo:IAO_0000119  "PERSON: Matthew Brush" .

:patentStatus  a     owl:ObjectProperty ;
        rdfs:domain  :PatentApplication ;
        rdfs:label   "patent status"@en ;
        rdfs:range   [ a            owl:Class ;
                       owl:unionOf  ( :Accepted :Rejected :Submitted )
                     ] .

:AdministrativeEntity
        a                owl:Class ;
        rdfs:comment     "This vertical module in ASIO models all the relevant administrative bodies (\"Administración Autonómica\") of Spain's Autonomous Communities (conserjerías, departamentos, secretarías) that might have a role (funding, participating) within the development of a given project. It is modeled hierarchically through the relevant administrative levels thereof."@en ;
        rdfs:label       "Entités administratives"@fr , "Entidades administrativas"@pt , "Entidades administrativas"@es , "Administrative entities"@en , "Entitats administratives"@ca-es , "Entitats administratives"@ca-ad ;
        rdfs:subClassOf  skos:ConceptScheme ;
        skos:prefLabel   "Entidades administrativas"@pt , "Entidades administrativas"@es , "Administrative entities"@en , "Entitats administratives"@ca-es , "Entitats administratives"@ca-ad , "Entités administratives"@fr .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :PatentExpense :PersonExpense :ProjectExpense :ResearchObjectExpense )
] .

:BlogPost  a             owl:Class ;
        rdfs:label       "Blog Post"@en ;
        rdfs:subClassOf  bibo:Article .

:MastersThesis  a         owl:Class ;
        rdfs:comment      "A thesis reporting a research project undertaken as part of a second-cycle course of education to receive a master's degree."@en , "A document created to summarize research findings associated with the completion of a master's degree."@en ;
        rdfs:label        "Tese de mestrado"@pt-ao , "Mémoire de maîtrise"@fr-ca , "Mémoire de maîtrise"@fr-fr , "Tesis de maestría"@es-mx , "Tesis de maestría"@es-cu , "Tesis de maestría"@es-ar , "Tesis de maestría"@es-co , "Tesis de Máster"@es , "Traballo de fin de máster"@gl , "Master's Thesis"@en , "Treball de fi de màster"@ca-es , "Treball de fi de màster"@ca-ad , "Dissertação de mestrado"@pt-br , "Dissertação de mestrado"@pt-pt , "Trabajo de fin de máster"@es-es ;
        rdfs:subClassOf   bibo:Thesis ;
        skos:altLabel     "TFM"@ca-es , "TFM"@es-es , "TFM"@gl , "TFM"@ca-ad , "Traballo de fin de mestrado"@gl , "Trabajo de fin de master"@es-es , "Treball de fi de master"@ca-ad , "Treball de fi de master"@ca-es , "MALa"@es-eu , "Treball de fi de mestratge"@ca-ad , "Treball de fi de mestratge"@ca-es ;
        skos:prefLabel    "Master Amaierako Lana"@eu , "Dissertação de mestrado"@pt-br , "Dissertação de mestrado"@pt-pt , "Trabajo de fin de máster"@es-es , "Tesis de maestría"@es-ar , "Tesis de maestría"@es-co , "Tesis de maestría"@es-cu , "Tesis de maestría"@es-mx , "Tese de mestrado"@pt-ao , "Mémoire de maîtrise"@fr-ca , "Mémoire de maîtrise"@fr-fr , "Treball de fi de màster"@ca-ad , "Treball de fi de màster"@ca-es , "Traballo de fin de máster"@gl , "Master's thesis"@en ;
        owl:disjointWith  :PhDThesis .

:readingSkill  a            owl:DatatypeProperty ;
        rdfs:comment        "The ability to understand written text."@en ;
        rdfs:domain         :LanguageCertificate ;
        rdfs:label          "reading skill"@en , "comprensión lectora"@es ;
        rdfs:range          [ a          rdfs:Datatype ;
                              owl:oneOf  [ a          rdf:List ;
                                           rdf:first  "A1" ;
                                           rdf:rest   [ a          rdf:List ;
                                                        rdf:first  "A2" ;
                                                        rdf:rest   [ a          rdf:List ;
                                                                     rdf:first  "B1" ;
                                                                     rdf:rest   [ a          rdf:List ;
                                                                                  rdf:first  "B2" ;
                                                                                  rdf:rest   [ a          rdf:List ;
                                                                                               rdf:first  "C1" ;
                                                                                               rdf:rest   [ a          rdf:List ;
                                                                                                            rdf:first  "C2" ;
                                                                                                            rdf:rest   ()
                                                                                                          
                                                                                                          ]
                                                                                             ]
                                                                                ]
                                                                   ]
                                                      ]
                                         ]
                            ] ;
        rdfs:subPropertyOf  :languageSkill .

bfo:BFO_0000148  a       owl:Class ;
        rdfs:comment     "A zero-dimensional temporal region is a temporal region that is without extent."@en ;
        rdfs:label       "Zero-Dimensional Temporal Region"@en , "Región Temporal con Cero Dimensiones"@es ;
        rdfs:subClassOf  bfo:BFO_0000008 .

obo:BFO_0000040  a  owl:Class .

:Activity  a             owl:Class ;
        rdfs:comment     "A roh:Activity is participated by Persons (roh:participates) and organized by Organizations through roh:hasRole connecting to intermediary entity vivo:OrganizerRole. Each activity is usually linked to a Project through relationship (roh:participates) and causes a ProjectExpense linked through (vivo:relates). A thorough hierarchy of roh:Activity subtypes is defined: bibo:Conference, vivo:Intership, roh:ThesisViva." ;
        rdfs:label       "Activity"@en , "Actividad"@es ;
        rdfs:subClassOf  bfo:BFO_0000015 ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdfs:Literal ;
                           owl:onProperty     vivo:contactInformation
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               <http://w3id.org/roh/mirror/vcard#locality>
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :participatedBy ;
                           owl:someValuesFrom  [ a            owl:Class ;
                                                 owl:unionOf  ( foaf:Agent vivo:Project )
                                               ]
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:dateTimeInterval ;
                           owl:someValuesFrom  vivo:DateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :KnowledgeArea
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasKnowledgeArea
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:freetextKeyword
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onProperty      vivo:dateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( foaf:Agent vivo:Project )
                                              ] ;
                           owl:onProperty     :participatedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     <http://w3id.org/roh/mirror/vcard#locality>
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  bibo:Document ;
                           owl:onProperty     bibo:presents
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdfs:Literal ;
                           owl:onProperty     vivo:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeInterval ;
                           owl:onProperty     vivo:dateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :title ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdfs:Literal ;
                           owl:onProperty     vivo:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( :Expense bfo:BFO_0000023 )
                                              ] ;
                           owl:onProperty     vivo:relates
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  <http://w3id.org/roh/mirror/geonames#Feature> ;
                           owl:onProperty     <http://w3id.org/roh/mirror/geonames#locatedIn>
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onProperty      ro:RO_0001025
                         ] ;
        obo:IAO_0000112  "Only use if no specific subclasses of event:Event are appropriate." , "This class will also display instances of subclasses under Event, e.g. Philosophy Department Discussion Club; 2009 Racker Lecture; screening of a documentary. In addition to a location in space and time, an event may have any or all the following qualities: actively participating agents, passive factors, work products. Also, it may be in a virtual space or part of a series such as a lecture series.\n\nThe previous short definition was: \"An arbitrary classification of a space/time region, by a cognitive agent.\"" ;
        obo:IAO_0000115  "Something that happens at a given place and time." .

:ProformaInvoice  a      owl:Class ;
        rdfs:label       "Proforma invoice"@en ;
        rdfs:subClassOf  :Invoice .

:currency  a          owl:DatatypeProperty ;
        rdfs:comment  "Data property used by roh:Funding and roh:FundingAmount" ;
        rdfs:label    "moneda"@es , "currency"@en .

vivo:affiliatedOrganization
        a             owl:SymmetricProperty , owl:ObjectProperty ;
        rdfs:comment  "An organization which has a certain collaboration agreement with another one."@en ;
        rdfs:domain   foaf:Organization ;
        rdfs:label    "tiene una organización afiliada"@es , "has affiliated organization"@en ;
        rdfs:range    foaf:Organization .

vivo:CoPrincipalInvestigatorRole
        a                owl:Class ;
        rdfs:label       "Rol de co-Investigador Principal"@es , "Co-Principal Investigator Role"@en ;
        rdfs:subClassOf  vivo:InvestigatorRole ;
        obo:IAO_0000115  "Role of co-principal investigator of an Agreement (for example, a grant), who devotes a specified percentage of time and is considered key personnel." .

:dedication  a        owl:DatatypeProperty ;
        rdfs:comment  "The dedication which a Person dedicates to a Role."@en ;
        rdfs:domain   bfo:BFO_0000023 ;
        rdfs:label    "dedication"@en , "dedicación"@es ;
        rdfs:range    [ a          rdfs:Datatype ;
                        owl:oneOf  [ a          rdf:List ;
                                     rdf:first  "PARTIAL" ;
                                     rdf:rest   [ a          rdf:List ;
                                                  rdf:first  "TOTAL" ;
                                                  rdf:rest   ()
                                                
                                                ]
                                   ]
                      ] .

:EditedPublication  a    owl:Class ;
        rdfs:label       "Edited publication"@en ;
        rdfs:subClassOf  bibo:Document .

vivo:Meeting  a          owl:Class ;
        rdfs:label       "Reunión"@es , "Meeting"@en ;
        rdfs:subClassOf  :Activity ;
        obo:IAO_0000115  "A gathering of people for a defined purpose, not necessarily public or announced" .

[ a                      owl:Axiom ;
  obo:IAO_0010000        <http://w3id.org/roh/mirror/obo/bfo#BFO/axiom/083-003> ;
  owl:annotatedProperty  obo:IAO_0000115 ;
  owl:annotatedSource    bfo:BFO_0000015 ;
  owl:annotatedTarget    "p is a process = Def. p is an occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t. (axiom label in BFO2 Reference: [083-003])"@en
] .

iao:IAO_0000600  a  owl:AnnotationProperty .

<http://w3id.org/roh>
        a                   owl:Ontology ;
        rdfs:comment        "The University of Murcia signed on November 29, 2017, a Covenant with the Ministry of Economy, Industry and Competitiveness backing the “HÉRCULES: Semantic University Research Data” Project with a budget of FIVE MILLION FOUR HUNDRED AND SIXTY-TWO THOUSAND SIX HUNDRED euros with an 80% of co-financiering from the European Regional Development Fund program (ERDF) within the 2014-2020 period. \n\nThe project arose as a CRUE initiative, to create the basis for a new collaboration model between universities, to develop the information management systems and with the main objective of encouraging this type of collaboration.\n\nTherefore, the purpose of this agreement was to contribute to the improvement of public services and business innovation and research through the improvement of:\n\n    efficiency in public investment by decreasing the duplication of investment in R&D.\n    efficiency of research in universities.\n    scientific dissemination of research results.\n    detection of synergies in R&D between universities.\n    transfer of R&D results to companies.\n    efficiency in the management of research. \n\nby creating a research management system with semantic capacities based on semantic open data and that will provide a global view of the research data contained in the Spanish University System."@en ;
        dc:contributor      "José Emilio Labra Gayo" , "Esteban Sota" , "Alejandro González Hevia" , "Diego López de Ipiña" , "Álvaro Palacios" , "Iñigo Apellániz" ;
        dc:creator          "Emilio Rubiera Azcona" , "Mikel Emaldi" ;
        dc:description      "An ontology to address the Research Management of the CRUE's Spanish University System (Sistema Universitario Español) by applying an encompassing model not only capable of addressing the universities of the CRUE but also more belonging to the European Union." ;
        dc:title            "The ASIO ontology" ;
        owl:versionIRI      <http://w3id.org/roh/0.3> ;
        owl:versionInfo     "0.3" ;
        schema:identifier   <http://w3id.org/roh> ;
        dct:license         <https://creativecommons.org/publicdomain/zero/1.0/> , <https://creativecommons.org/licenses/by-sa/4.0/> ;
        foaf1:primaryTopic  <http://w3id.org/roh> .

<http://w3id.org/roh/mirror/vcard#n>
        a             owl:ObjectProperty ;
        rdfs:comment  "This object property has been mapped"@en ;
        rdfs:label    "name"@en .

vivo:rank  a          owl:DatatypeProperty ;
        rdfs:comment  "this number indicates a position in a list"@en ;
        rdfs:label    "rank"@en , "ordinal"@es .

bibo:oclcnum  a       owl:DatatypeProperty ;
        rdfs:comment  "The identification number of the OCLC."@en ;
        rdfs:label    "oclcnum"@es , "oclcnum"@en .

:produces  a          owl:ObjectProperty ;
        rdfs:comment  "Some Thing producing some entity."@en ;
        rdfs:domain   owl:Thing ;
        rdfs:label    "produces"@en , "produce"@es .

rdf:Seq  a      owl:Class .

bibo:DocumentPart  a      owl:Class ;
        rdfs:comment      "a distinct part of a larger document or collected document."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Parte de Documento"@es , "Document Part"@en ;
        rdfs:subClassOf   bibo:Document ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     vivo:placeOfPublication
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  foaf:Organization ;
                            owl:onProperty     vivo:publisher
                          ] ;
        obo:IAO_0000112   "Short Definition from the bibo ontology" ;
        obo:IAO_0000115   "A distinct part of a larger document or collected document" ;
        ns:term_status    "unstable" .

dc:description  a  owl:AnnotationProperty .

vivo:GraduateAdvisingRelationship
        a                owl:Class ;
        rdfs:label       "Relación de Asesor de Graduados"@es , "Graduate Advising Relationship"@en ;
        rdfs:subClassOf  vivo:AdvisingRelationship ;
        obo:IAO_0000115  "An advisory relationship in which a professor advises a graduate student." .

:correspondingOrganizationOf
        a            owl:ObjectProperty ;
        rdfs:domain  foaf:Organization ;
        rdfs:label   "correspondingOrganizationOf"@en .

:ResearchContribution
        a                owl:Class ;
        rdfs:label       "Research contribution"@en ;
        rdfs:subClassOf  bfo:BFO_0000015 .

:TestBook  a             bibo:Book , owl:NamedIndividual ;
        rdfs:label       "TestBook"@en ;
        bibo:editorList  :TestListofEditors .

vivo:PrimaryPosition  a  owl:Class ;
        rdfs:label       "Primary Position"@en , "Posición Primaria"@es ;
        rdfs:subClassOf  vivo:Position ;
        obo:IAO_0000112  "A position designated as primary by the organization or group where it is held. This designation may be applied to zero or more of an agent's positions and may be asserted in conjunction with other subclasses of position." ;
        obo:IAO_0000115  "A position designated as primary by the organization where it is held." .

:TestGovernmentAgency
        a           vivo:GovernmentAgency , owl:NamedIndividual ;
        rdfs:label  "TestGovernmentAgency"@en ;
        :promotes   :TestFundingProgram .

obo:IAO_0000602  a  owl:AnnotationProperty .

skos:definition  a  owl:AnnotationProperty .

vivo:Facility  a         owl:Class ;
        rdfs:comment     "A vivo:Facility belongs to an foaf:Organization and might be funded by a roh:Funding." ;
        rdfs:label       "Instalacions"@ca-es , "Instalación"@es , "Facility"@en , "Instalaciones"@es , "établissement"@fr ;
        rdfs:subClassOf  :Reservable ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:Facility ;
                           owl:onProperty     ro:BFO_0000051
                         ] ;
        obo:IAO_0000112  "Use subclasses of core:Facility subclasses instead of this class if possible" , "Distinct from the organization that runs it; e.g., a laboratory may be an organization but may be run by another organization and only consist of facilities housing equipment or services. Can be a building or place that provides a particular service or is used for a particular activity. Use the specific Building or Room whenever possible. Short definition from http://dictionary.reference.com/browse/facility." ;
        obo:IAO_0000115  "Something designed, built, installed, etc., to serve a specific function or activity affording a convenience or service." .

vivo:OrganizerRole  a    owl:Class ;
        rdfs:label       "Rol de Organizador"@es , "Organizer Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        obo:IAO_0000115  "A role of organizing" .

:EthicalReport  a        owl:Class ;
        rdfs:label       "EthicalReport"@en ;
        rdfs:subClassOf  bibo:Report .

:SupervisingRelationship
        a                owl:Class ;
        rdfs:label       "Relación de Supervisión"@es , "Supervising Relationship"@en ;
        rdfs:subClassOf  vivo:Relationship ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  :SuperviseeRole
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  :SupervisorRole
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:dateTimeInterval ;
                           owl:someValuesFrom  vivo:DateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeInterval ;
                           owl:onProperty     vivo:dateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( :SuperviseeRole :SupervisorRole foaf:Person )
                                              ] ;
                           owl:onProperty     vivo:relates
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  foaf:Person
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  bibo:Thesis ;
                           owl:onProperty     :produces
                         ] .

vivo:freetextKeyword  a  owl:DatatypeProperty ;
        rdfs:comment     "Any ROH entity may be qualified by several keywords" ;
        rdfs:label       "palabra clave"@es , "keyword"@en ;
        obo:IAO_0000112  "one keyword or phrase per freetextKeyword assertion" , "conservation\n\nuse one freetextKeyword assertion for each keyword or phrase." .

:isAdvisedBy  a     owl:ObjectProperty ;
        rdfs:label  "is advised by"@en .

vivo:hasGoverningAuthority
        a             owl:ObjectProperty ;
        rdfs:comment  "An authority which is in charge of managing something."@en ;
        rdfs:label    "governing authority"@en , "autoridad gobernante"@es .

foaf:Person  a            owl:Class ;
        rdfs:comment      "In ROH, there is a foaf:Person entity that inherits from foaf:Agent. However, the main entity that users of ROH will deal with is roh:Researcher. Such entity inherits from foaf:Person.\n\nThe specialization of this entity imported from the VIVO ontology already adds some DataType properties of the research domain, but in ROH we also incorporate roh:taxID or roh:ORCID and also several object specific properties of the research domain as \"has a Role\" (roh: hasRole) in an Organization, \"has a CurriculumVitae\" (roh:hasCV), \"has some Accreditations\" (roh:hasAccreditation), \"has an Employment Contract\" (roh:hasContract), \"has some Knowledge Areas\" (roh:hasKnowledgeArea) or \"has some Roles\" (roh:hasRole) in Projects or participates through \"bibo:authorList\" with Research Objects. A person can \"have different roles\" in the Project over time.\n\nAs mentioned above, foaf:Person in ROH is based on FOAF (Friend of a Friend [2], following patterns used in VIVO. That explains why it includes some of the basic FOAF properties such as foaf:name, foaf:nick, foaf:title, foaf:mbox, foaf:img, foaf:depiction, foaf:firstName and foaf:surname. However, it considers all attributes and links defined in CERIF through the cfPers entity. foaf:Person incorporates the following data properties declared as attributes in cfPers, especially: identifier (vivo:identifier but preferrably roh:ORCID), roh:birthdate, foaf:gender, foaf:homepage, roh:researchLine, vivo:keywords. Some important CERIF relationships that have also been adopted: Curriculum Vitae (roh:hasCV) which links foaf:Person with roh:CurriculumVitae, Event (roh:Activity) and Indicator (roh:Accreditation). \n\nA taxonomy of types of persons has been imported in the research field from VIVO [1], such as vivo:FacultyMember, vivo:Librarian, vivo:NonAcademic, vivo:PostDoc or vivo:GraduateStudent  or some additional one by ROH as, the very important subclass roh:Researcher.\n\nBesides, an instance of a foaf:Person / roh:Researcher is associated to the following entities through object properties:\n- roh:Accreditation, where a researcher roh:hasAccreditation of different types, e.g. roh:ResearchAccreditation or roh:AcademicAccreditation.  \n- roh:Activity, where a researcher roh:participates in diverse activities, e.g. vivo:InvitedTalk or bibo:Conference.\n- vivo:AwardedDegree, where a researcher vivo:relates with an roh:AcademicDegree\n- roh:CorrespondingAuthor, where a researcher is the roh:correspondingAuthor of different subtypes of roh:ResearchObject, e.g. obo:JournalArticle, vivo:ConferencePaper or  bibo:Proceedings. \n- roh:CurriculumVitae, where a researcher roh:hasCV which includes data type properties like roh:cites, roh:factorH or roh:summary\n- bibo:Document, where a researcher through bibo:authorList is participating in a bibo:Document as one of its authors. \n- vcard:Individual, where a researcher obo:hasContactInfo described through ontology vcard. \n- vivo:Position, where a researcher roh:hasPosition usually in an organization linking it to any of the vivo:Position subclasess like vivo:FacultyAdministrativePosition or vivo:FacultyPosition. \n- roh:Role, where a foaf:Agent, i.e. and its subclasses like foaf:Person or roh:Researcher, roh:hasRole like vivo:ResearcherRole or vivo:TeacherRole either in a roh:Project or a foaf:Organization.\n- roh:PersonContract, where a researcher roh:hasContract described according to the attributes corresponding to parent class vivo:Contract.\n- bibo:Thesis, where a researcher is roh:supervisor of a bibo:Thesis, concretely, any of its subtypes  subclasess like roh:MastersThesis or roh:PhDThesis." ;
        rdfs:isDefinedBy  foaf: ;
        rdfs:label        "Person"@en , "Person" , "Persona"@es ;
        rdfs:subClassOf   foaf:Agent ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     foaf:surname
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :PersonExpense ;
                            owl:onProperty     :spends
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  vivo:DateTimeValue ;
                            owl:onProperty     :birthdate
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  <http://w3id.org/roh/mirror/vcard#Individual> ;
                            owl:onProperty     :hasContactInfo
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  foaf:Image ;
                            owl:onProperty     foaf:img
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     foaf:firstName
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :Accreditation ;
                            owl:onProperty     vivo:eligibleFor
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     foaf:name
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     foaf:title
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  bfo:BFO_0000023 ;
                            owl:onProperty     :hasRole
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :Accreditation ;
                            owl:onProperty     :hasAccreditation
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     foaf:gender
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :PersonContract ;
                            owl:onProperty     :hasContract
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  iao:IAO_0000030 ;
                            owl:onProperty     foaf:mbox
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  vivo:Position ;
                            owl:onProperty     :hasPosition
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     vivo:freetextKeyword
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     :researchLine
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     foaf:nick
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     vivo:description
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  [ a                   owl:Class ;
                                                 owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                      owl:onProperty      skos:inScheme ;
                                                                                      owl:someValuesFrom  :KnowledgeArea
                                                                                    ] )
                                               ] ;
                            owl:onProperty     :hasKnowledgeArea
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :Activity ;
                            owl:onProperty     :participates
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :CurriculumVitae ;
                            owl:onProperty     :hasCV
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  bibo:Document ;
                            owl:onProperty     foaf:homepage
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     vivo:identifier
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     :taxID
                          ] ;
        obo:IAO_0000111   "person" ;
        obo:IAO_0000115   "An instance of a human being (Homo sapiens)" , "The most general classification of a person" ;
        obo:IAO_0000117   "PERSON: Melissa Haendel" ;
        obo:IAO_0000118   "" ;
        ns:term_status    "stable" .

bibo:Journal  a           owl:Class ;
        rdfs:comment      "A periodical of scholarly journal Articles."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Journal"@en , "Publicación de Impacto"@es ;
        rdfs:subClassOf   bibo:Periodical ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :JournalMetric ;
                            owl:onProperty     :hasMetric
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :hasMetric ;
                            owl:someValuesFrom  :JournalMetric
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     vivo:abbreviation
                          ] ;
        obo:IAO_0000112   "Articles usually contain abstracts and bibliographies. Includes peer-reviewed, non-peer-reviewed, and open access journals. Journals are usually indexed in the major academic databases such as PubMed and Web of Science." , "Journal of Information Science; IEEE Intelligent System; Scientometrics" ;
        obo:IAO_0000115   "Contains original scholarly research or review articles by experts in the field" ;
        owl:disjointWith  bibo:Magazine ;
        ns:term_status    "stable" .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :Repository bibo:Collection bibo:Document bfo:BFO_0000015 iao:IAO_0000027 )
] .

:awardedWith  a      owl:DatatypeProperty ;
        rdfs:domain  bibo:Document ;
        rdfs:label   "awarded with"@en ;
        rdfs:range   xsd:string .

:i10-index  a         owl:DatatypeProperty ;
        rdfs:comment  "A property to express the i10-index of an author."@en ;
        rdfs:label    "i10-index"@en ;
        rdfs:range    xsd:integer .

vivo:hasPublicationVenue
        a              owl:ObjectProperty ;
        rdfs:comment   "A publication published in a collection of documents."@en ;
        rdfs:label     "published in"@en , "publicado en"@es ;
        owl:inverseOf  vivo:publicationVenueFor .

:courseHours  a       owl:DatatypeProperty ;
        rdfs:comment  "The number of hours a course lasts."@en ;
        rdfs:label    "horas lectivas"@es , "course hours"@en .

:metricOf  a          owl:ObjectProperty ;
        rdfs:comment  "relates a Metric to the entity it describes"@en ;
        rdfs:domain   :Metric ;
        rdfs:label    "métrica de"@es , "metric of"@en .

:BitBucketRepository  a  owl:Class ;
        rdfs:comment     "This entity defines a BitBucket Repository (https://bitbucket.org)."@en , "Esta entidad define un repositorio BitBucket (https://bitbucket.org)."@es ;
        rdfs:label       "Repositorio  de BitBucket"@es , "BitBucket Repository"@en ;
        rdfs:subClassOf  :Repository ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :BitBucketRepository ;
                           owl:onProperty     :hasPredecessor
                         ] .

:metricName  a        owl:DatatypeProperty ;
        rdfs:comment  "The name of a Metric."@en ;
        rdfs:domain   :Metric ;
        rdfs:label    "nombre de la métrica"@es , "metric name"@en .

ro:RO_0001025  a      owl:ObjectProperty ;
        rdfs:comment  "A relation between two independent continuants, the target and the location, in which the target is entirely within the location"@en ;
        rdfs:label    "ubicado en"@es , "located in"@en .

skos:hasTopConcept  a  owl:AnnotationProperty .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :BlogPost :PressArticle bibo:AcademicArticle vivo:EditorialArticle )
] .

vivo:Institute  a        owl:Class ;
        rdfs:label       "Instituto"@es , "Institute"@en ;
        rdfs:subClassOf  foaf:Organization ;
        obo:IAO_0000112  "Institute for Fundamental Theory" ;
        obo:IAO_0000115  "An organization founded to pursue or promote certain research, educational or public policy interests or activities." , "An Institute normally has a research focus but may also fulfill instructional or outreach roles" ;
        obo:IAO_0000412  <http://w3id.org/roh/mirror/vivo> .

skos-thes:microThesaurusOf
        a       owl:AnnotationProperty .

:PhDSupervisingRelationship
        a                owl:Class ;
        rdfs:label       "Relación de Supervisión de Doctorado"@es , "PhD Supervising Relationship"@en ;
        rdfs:subClassOf  :SupervisingRelationship ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :PhDThesis ;
                           owl:onProperty     :produces
                         ] .

:addresses  a        owl:ObjectProperty ;
        rdfs:domain  :ResearchContribution ;
        rdfs:label   "addresses"@en ;
        rdfs:range   [ a                   owl:Class ;
                       owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                            owl:onProperty      skos:inScheme ;
                                                            owl:someValuesFrom  :ResearchProblem
                                                          ] )
                     ] .

:requiredFor  a      owl:ObjectProperty ;
        rdfs:domain  bibo:Document ;
        rdfs:label   "required for"@en ;
        rdfs:range   vivo:AwardedDegree .

:MastersDegreeSubject
        a                owl:Class ;
        rdfs:comment     "Matière de master"@fr-fr , "Matière de maîtrise"@fr-ca ;
        rdfs:label       "Assignatura de mestratge"@ca-ad , "Unidace curricular de mestrado"@pt , "Assignatura de màster"@ca-es , "Asignatura de máster"@es , "Master's degree subject"@en , "Asignatura de máster"@gl ;
        rdfs:subClassOf  :AcademicSubject .

:freeOrPaid  a      owl:DatatypeProperty ;
        rdfs:label  "gratuito o de pago"@es , "free or paid"@en .

vivo:Foundation  a       owl:Class ;
        rdfs:label       "Fundación"@es , "Foundation"@en ;
        rdfs:subClassOf  foaf:Organization ;
        obo:IAO_0000112  "The Ford Foundation" , "Definition take from: http://dictionary.reference.com/browse/foundation." ;
        obo:IAO_0000115  "An institution founded with an endowment to support educational, research, artistic or other charitable activities." ;
        obo:IAO_0000412  <http://w3id.org/roh/mirror/vivo> .

:TestListofEditors  a  rdf:Seq , owl:NamedIndividual ;
        rdfs:label  "TestListofEditors"@en .

bibo:CollectedDocument
        a                 owl:Class ;
        rdfs:comment      "A document consisting of collections of previously published works."@en , "A document that simultaneously contains other documents."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Collected Document"@en , "Collected document"@en , "Documento Contenedor"@es ;
        rdfs:subClassOf   bibo:Document ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:minCardinality  "1"^^xsd:nonNegativeInteger ;
                            owl:onProperty      ro:BFO_0000051
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  bibo:Document ;
                            owl:onProperty     ro:BFO_0000051
                          ] ;
        ns:term_status    "stable" .

:correspondingAuthor  a  owl:ObjectProperty ;
        rdfs:comment   "An object property linking an Entity to a Person, considered the author of such Thing."@en ;
        rdfs:label     "corresponding author"@en , "autor de correspondencia"@es ;
        rdfs:range     foaf:Person ;
        owl:inverseOf  :correspondingAuthorOf .

:codeOf  a             owl:ObjectProperty ;
        rdfs:comment   "A code is assigned to a concept."@en ;
        rdfs:domain    skos:Concept ;
        rdfs:label     "code of"@en ;
        rdfs:range     skos:Concept ;
        owl:inverseOf  :hasCode .

bfo:BFO_0000004  rdfs:label  "independent continuant"@en , "continuador independiente"@es .

:hasReadme  a          owl:ObjectProperty ;
        rdfs:comment   "This object property is used to specify the README document of a given  Respository or Software."@en ;
        rdfs:domain    [ a            owl:Class ;
                         owl:unionOf  ( :Repository ero:ERO_0000071 )
                       ] ;
        rdfs:label     "tiene readme"@es , "has readme"@en ;
        rdfs:range     :README ;
        owl:inverseOf  :readmeOf .

:attachment  a              owl:ObjectProperty ;
        rdfs:comment        "An object property describing a not machine-readable document attached to an entity offering more detailed information."@en ;
        rdfs:label          "attachment"@en , "adjunto"@es ;
        rdfs:subPropertyOf  owl:topObjectProperty .

:PressArticle  a         owl:Class ;
        rdfs:label       "Press Article"@en ;
        rdfs:subClassOf  bibo:Article .

bibo:authorList  a          owl:ObjectProperty ;
        rdfs:comment        "An ordered list of authors. Normally, this list is seen as a priority list that order authors by importance."@en ;
        rdfs:domain         bibo:Document ;
        rdfs:isDefinedBy    "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label          "lista de authores"@es , "list of authors"@en ;
        rdfs:range          [ a            owl:Class ;
                              owl:unionOf  ( rdf:List rdf:Seq )
                            ] ;
        rdfs:subPropertyOf  bibo:contributorList ;
        ns:term_status      "stable" .

bibo:Interview  a         owl:Class ;
        rdfs:comment      "A formalized discussion between two or more people."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Interview"@en , "Entrevista"@es ;
        rdfs:subClassOf   :Activity ;
        obo:IAO_0000112   "radio or newspaper interview" ;
        obo:IAO_0000115   "A conversation between two or more people where questions are asked by the interviewer to obtain information from the interviewee." ;
        ns:term_status    "stable" .

:WorkshopPaper  a        owl:Class ;
        rdfs:comment     "A paper published on a conference workshop."@en ;
        rdfs:label       "Workshop Paper"@en , "Artículo de Seminario"@es ;
        rdfs:subClassOf  vivo:ConferencePaper .

:EventOrganiser  a       owl:Class ;
        rdfs:comment     "A role of organising cientific events, such as conferences, workshops, etc."@en ;
        rdfs:label       "Event organiser"@en ;
        rdfs:subClassOf  vivo:OrganizerRole .

:TestPhDSupervisingRelationship
        a                      :PhDSupervisingRelationship , owl:NamedIndividual ;
        rdfs:label             "TestPhDSupervisingRelationship"@en ;
        vivo:dateTimeInterval  :TestDateTimeInterval ;
        vivo:relates           :TestPhdSupervisor , :TestPhdCoSupervisor , :TestPhDStudent .

bibo:edition  a       owl:DatatypeProperty ;
        rdfs:comment  "The different versions that a document could have."@en ;
        rdfs:label    "edition"@en , "edición"@es .

:writingSkill  a            owl:DatatypeProperty ;
        rdfs:comment        "The ability to write into a certain language."@en ;
        rdfs:domain         :LanguageCertificate ;
        rdfs:label          "writing skill"@en , "expresión escrita"@es ;
        rdfs:range          [ a          rdfs:Datatype ;
                              owl:oneOf  [ a          rdf:List ;
                                           rdf:first  "A1" ;
                                           rdf:rest   [ a          rdf:List ;
                                                        rdf:first  "A2" ;
                                                        rdf:rest   [ a          rdf:List ;
                                                                     rdf:first  "B1" ;
                                                                     rdf:rest   [ a          rdf:List ;
                                                                                  rdf:first  "B2" ;
                                                                                  rdf:rest   [ a          rdf:List ;
                                                                                               rdf:first  "C1" ;
                                                                                               rdf:rest   [ a          rdf:List ;
                                                                                                            rdf:first  "C2" ;
                                                                                                            rdf:rest   ()
                                                                                                          
                                                                                                          ]
                                                                                             ]
                                                                                ]
                                                                   ]
                                                      ]
                                         ]
                            ] ;
        rdfs:subPropertyOf  :languageSkill .

:hasPropertyClassification
        a           owl:ObjectProperty ;
        rdfs:label  "has property classification"@en ;
        rdfs:range  [ a                   owl:Class ;
                      owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                           owl:onProperty      skos:inScheme ;
                                                           owl:someValuesFrom  :PropertyClassification
                                                         ] )
                    ] .

<http://w3id.org/roh/mirror/vcard#locality>
        a                 owl:DatatypeProperty ;
        rdfs:comment      "The locality (e.g. city or town) associated with the address of the object"@en ;
        rdfs:isDefinedBy  <http://www.w3.org/2006/vcard/ns> ;
        rdfs:label        "locality"@en ;
        rdfs:range        xsd:string .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :AcademicSubject :CompanyClassification :Country :ExpenseClassification :FundingProgramClassification :HRClassification :KnowledgeArea :ProjectClassification :PropertyClassification :ResearchProblem )
] .

:contractSigningDateOf
        a             owl:ObjectProperty ;
        rdfs:comment  "An object property linking a signing date (DateTimeValue) with a Contract."@en ;
        rdfs:domain   vivo:DateTimeValue ;
        rdfs:label    "fecha de firma asociada a contrato"@es , "contract signing date of"@en ;
        rdfs:range    vivo:Contract .

:partOfRepository  a        owl:ObjectProperty ;
        rdfs:comment        "A core relation that holds between a part and its hole, that in this case is a Repository."@en ;
        rdfs:domain         [ a            owl:Class ;
                              owl:unionOf  ( :ExperimentalProtocol bibo:Document ero:ERO_0000071 )
                            ] ;
        rdfs:label          "parte de un repositorio."@es , "part of repository"@en ;
        rdfs:range          :Repository ;
        rdfs:subPropertyOf  ro:BFO_0000050 ;
        owl:inverseOf       :repositoryHasPart .

vivo:AdviseeRole  a      owl:Class ;
        rdfs:label       "Rol de Receptor de Asesoramiento"@es , "Advisee Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Person ;
                           owl:onProperty     :roleOf
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :roleOf ;
                           owl:someValuesFrom  foaf:Person
                         ] .

:EuropeanAgriculturalGuaranteeFund
        a             :FundingSource , owl:NamedIndividual ;
        rdfs:comment  "A fund allocated by the European Union. It finances direct payments to farmers under the Common Agricultural Policy (CAP) and measures to regulate agricultural markets such as intervention and export refunds."@en ;
        rdfs:label    "Fondo Europeo de Orientación y Garantía Agrícola"@es , "European Agricultural Guarantee Fund"@en .

bibo:AcademicArticle  a   owl:Class ;
        rdfs:comment      "A scholarly academic article, typically published in a journal."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Artículo Académico"@es , "Academic Article"@en ;
        rdfs:subClassOf   bibo:Article ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  [ a            owl:Class ;
                                                 owl:unionOf  ( bibo:Journal bibo:Proceedings )
                                               ] ;
                            owl:onProperty     vivo:hasPublicationVenue
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :PublicationMetric ;
                            owl:onProperty     :hasMetric
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     bibo:eanucc13
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :correspondingAuthor ;
                            owl:someValuesFrom  foaf:Person
                          ] ;
        obo:IAO_0000112   "A specific academic journal article" ;
        obo:IAO_0000115   "Written by scholars for other scholars, typically published in an academic journal with an abstract and bibliography" ;
        owl:disjointWith  vivo:EditorialArticle ;
        ns:term_status    "stable" .

foaf:gender  a            owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment      "The gender of this Agent (typically but not necessarily 'male' or 'female')." ;
        rdfs:domain       foaf:Person ;
        rdfs:isDefinedBy  foaf: ;
        rdfs:label        "género"@es , "gender" ;
        rdfs:range        rdfs:Literal ;
        ns:term_status    "testing" .

:associatedWith  a    owl:SymmetricProperty , owl:ObjectProperty ;
        rdfs:comment  "an organisation (i.e. university) is associated with another organsiation (i.e. research institute)."@en ;
        rdfs:domain   foaf:Agent ;
        rdfs:label    "associated with"@en ;
        rdfs:range    foaf:Agent .

:MicroEnterprise  a      owl:Class ;
        rdfs:comment     "An enterprise which employs fewer than 10 persons and whose annual turnover and/or annual balance sheet total does not exceed EUR 2 million."@en ;
        rdfs:label       "Micro Enterprise"@en ;
        rdfs:subClassOf  vivo:Company .

rdf:List  a     owl:Class .

:language  a        owl:DatatypeProperty ;
        rdfs:label  "lenguaje"@es , "language"@en ;
        rdfs:range  xsd:string .

skos:narrower  a  owl:AnnotationProperty .

:ReservableProviderRole
        a                owl:Class ;
        rdfs:label       "ReservableProviderRole"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 .

iao:IAO_0000116  a  owl:AnnotationProperty .

bfo:BFO_0000038  a        owl:Class ;
        rdfs:comment      "A one-dimensional temporal region is a temporal region that is extended."@en ;
        rdfs:label        "Región Temporal Mono-dimensional"@es , "One-Dimensional Temporal Region"@en ;
        rdfs:subClassOf   bfo:BFO_0000008 ;
        owl:disjointWith  bfo:BFO_0000148 .

uneskos:hasMicroThesaurus
        a       owl:AnnotationProperty .

bibo:Thesis  a            owl:Class ;
        rdfs:comment      "Any kind of thesis (bachelor's, master's, PhD) produced to receive some sort of university degree."@en , "A document created to summarize research findings associated with the completion of an academic degree."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Tesi"@eu , "Tese"@pt , "Tese"@gl , "Tesi"@ca-es , "Tesi"@ca-ad , "Thesis"@en , "Tesis"@es , "Thèse"@fr ;
        rdfs:subClassOf   bibo:Document ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     vivo:abbreviation
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     vivo:placeOfPublication
                          ] ;
        obo:IAO_0000112   "Short Definition from OCLC Input Standards, EntW" ;
        obo:IAO_0000115   "Works created to satisfy the requirements for an academic certification or degree; also called dissertation" ;
        skos:prefLabel    "Thesis"@en , "Tese"@pt , "Tese"@gl , "Tesis"@es , "Tesi"@eu , "Tesi"@ca-ad , "Tesi"@ca-es , "Thèse"@fr ;
        ns:term_status    "stable" .

[ a            owl:AllDisjointClasses ;
  owl:members  ( ero:ERO_0000071 vivo:Equipment vivo:Facility )
] .

:ExperimentalProtocolResult
        a                owl:Class ;
        rdfs:comment     "Documento que describe el resultado y la ejecución del protocolo experimental."@es , "Document that contains the result or execution of a Experimental Protocol."@en ;
        rdfs:label       "Resultado del Protocolo Experimental"@es , "Experimental Protocol Result"@en ;
        rdfs:subClassOf  bibo:Document .

:fundedBy  a           owl:ObjectProperty ;
        rdfs:comment   "An object property linking a Thing when is funded by another Thing."@en ;
        rdfs:label     "fundedBy"@en , "financiado por"@es ;
        owl:inverseOf  :funds .

:EuropeanMaritimeAndFisheriesFund
        a             :FundingSource , owl:NamedIndividual ;
        rdfs:comment  "The EMFF is the fund for the EU's maritime and fisheries policies for 2014-2020."@en ;
        rdfs:label    "Fondo Europeo Marítimo y de Pesca"@es , "European Maritime and Fisheries Fund"@en .

vivo:DateTimeInterval
        a                owl:Class ;
        rdfs:comment     "Models a time span, very similarly as in CERIF but more nicely encompasses the time interval as instance of class vivo:DateTimeInterval" ;
        rdfs:label       "Intervalo Fecha/Hora"@es , "Date/Time Interval"@en ;
        rdfs:subClassOf  bfo:BFO_0000038 ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:start ;
                           owl:someValuesFrom  vivo:DateTimeValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeValue ;
                           owl:onProperty     vivo:end
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onClass                  vivo:DateTimeValue ;
                           owl:onProperty               vivo:end
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeValue ;
                           owl:onProperty     vivo:start
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onClass                  vivo:DateTimeValue ;
                           owl:onProperty               vivo:start
                         ] ;
        obo:IAO_0000115  "a specific period or duration, defined by (optional) start and end date/times." .

bfo:BFO_0000180  a  owl:AnnotationProperty .

ero:ERO_0001256  a        owl:Class ;
        rdfs:label        "Material Storage Service"@en , "Servicio de Almacenamiento de Material"@es ;
        rdfs:subClassOf   ero:ERO_0000392 ;
        obo:IAO_0000112   "Cryopreservation service." ;
        obo:IAO_0000114   iao:IAO_0000120 ;
        obo:IAO_0000115   "A storage service offering that describes a service in which the consumer provides some material as input which a service provider stores and returns as output" ;
        obo:IAO_0000117   "PERSON: Matt Brush" ;
        obo:IAO_0000119   "PERSON: Matthew Brush" ;
        owl:disjointWith  ero:ERO_0001257 .

vivo:hrJobTitle  a              owl:DatatypeProperty ;
        rdfs:domain             vivo:Position ;
        rdfs:label              "título de posición de trabajo"@es , "HR job title"@en ;
        vitro:descriptionAnnot  "Definition http://en.wikipedia.org/wiki/Job_title#Job_title." ;
        vitro:exampleAnnot      "administrative secretary" .

:isStartup  a         owl:DatatypeProperty ;
        rdfs:comment  "To specify that a company is in its early stage of life."@en ;
        rdfs:label    "is startup"@en , "es startup"@es ;
        rdfs:range    xsd:boolean .

:ResearchGroup  a        owl:Class ;
        rdfs:comment     "A group of researchers often from the same centre, specialised on the same subject, working together on the issue or topic."@en ;
        rdfs:label       "Grup d'investigació"@ca-es , "Research Group"@en , "Research group"@en , "Grupo de investigação"@pt , "Group de recherche"@fr , "Grupo de investigación"@es , "Grupo de Investigación"@es , "Grup de recerca"@ca-ad ;
        rdfs:subClassOf  foaf:Organization ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:boolean ;
                           owl:onProperty     :excellenceLabel
                         ] ;
        skos:prefLabel   "Grupo de investigação"@pt , "Grupo de investigación"@es , "Group de recherche"@fr , "Grup d'investigació"@ca-es , "Grup de recerca"@ca-ad , "Research group"@en .

<http://w3id.org/roh/mirror/vcard#Email>
        a       owl:Class .

:grants  a            owl:ObjectProperty ;
        rdfs:comment  "An object property linking a FundingAmount with an Organization."@en ;
        rdfs:domain   :FundingAmount ;
        rdfs:label    "grants"@en , "concede a"@es ;
        rdfs:range    foaf:Organization .

<http://purl.org/spar/cito/isCitedBy>
        a             owl:ObjectProperty ;
        rdfs:comment  "The cited entity (the subject of the RDF triple) is cited by the citing entity (the object of the triple)."@en ;
        rdfs:label    "is cited by"@en .

obo:IAO_0000118  a  owl:AnnotationProperty .

:isAuthoredBy  a    owl:ObjectProperty ;
        rdfs:label  "is authored by"@en .

obo:IAO_0000412  a  owl:AnnotationProperty .

:expenseModality  a   owl:DatatypeProperty ;
        rdfs:comment  "A free text property to represent the modality of an Expense."@en ;
        rdfs:label    "modalidad de gasto"@es , "expense modality"@en .

:promotes  a          owl:ObjectProperty ;
        rdfs:comment  "A Funding Organization which promotes a Funding Program or a Funding Source."@en ;
        rdfs:domain   vivo:FundingOrganization ;
        rdfs:label    "promotes"@en , "promociona"@es ;
        rdfs:range    [ a            owl:Class ;
                        owl:unionOf  ( :FundingProgram :FundingSource )
                      ] .

vivo:EditorRole  a       owl:Class ;
        rdfs:label       "Rol de Editor"@es , "Editor Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        obo:IAO_0000112  "An ongoing editorial responsibility for a bibo:Collection, such as a Journal or Series" ;
        obo:IAO_0000115  "An ongoing editorial responsibility for a bibo:Collection, such as a Journal or Series" .

:Dossier  a               owl:Class ;
        rdfs:comment      "File is a collection in which all assets related to a Project are stored, including the Research Proposal, approval documents, viability plans and so on associated to a project are stored."@en ;
        rdfs:label        "Dossier"@es , "Dossier"@en ;
        rdfs:subClassOf   bibo:Collection ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     :title
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  vivo:DateTimeInterval ;
                            owl:onProperty     vivo:dateTimeInterval
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  [ a            owl:Class ;
                                                 owl:unionOf  ( :FundingProgram :ProjectContract bibo:Report vivo:Project )
                                               ] ;
                            owl:onProperty     vivo:relates
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      vivo:description ;
                            owl:someValuesFrom  xsd:string
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      vivo:identifier ;
                            owl:someValuesFrom  rdfs:Literal
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :title ;
                            owl:someValuesFrom  xsd:string
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     vivo:identifier
                          ] ;
        owl:disjointWith  bibo:Periodical .

vivo:researcherId  a        owl:DatatypeProperty ;
        rdfs:domain         foaf:Person ;
        rdfs:label          "ISI Researcher ID"@en ;
        rdfs:subPropertyOf  vivo:identifier ;
        obo:IAO_0000112     "RearcherID is a Thomson Reuters project where researchers have a place to manage and share their professional information. It will allow them to solve author identity issues while simultaneously adding dynamic citation metrics and collaboration networks to your personal profile.\nDefinition source: http://isiwebofknowledge.com/researcherid/" .

ero:ERO_0000787  a       owl:Class ;
        rdfs:label       "Rol de Empleado"@es , "Employee Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        obo:IAO_0000112  "An employee at a university." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A role inhering in a person that is realized when the bearer participates in an occupation by which a person earns a living or spends their time." ;
        obo:IAO_0000117  "PERSON: Nicole Vasilevsky" ;
        obo:IAO_0000119  "http://dictionary.reference.com/browse/employment" .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :EthicalReport :EvaluationSummary :Justification vivo:ResearchProposal )
] .

iao:IAO_0000111  a  owl:AnnotationProperty .

<http://prismstandard.org/namespaces/1.2/basic/issue>
        a                       owl:DatatypeProperty ;
        rdfs:comment            "A single copy of a newspaper or magazine."@en ;
        rdfs:label              "número"@es , "issue"@en ;
        owl:equivalentProperty  bibo:issue .

:CaseStudy  a            owl:Class ;
        rdfs:comment     "A qualitative descriptive research study of individuals or a group."@en ;
        rdfs:label       "Case study"@en ;
        rdfs:subClassOf  bibo:Document .

:README  a               owl:Class ;
        rdfs:comment     "The document named README that describe the content of a concret Repository."@en , "Documento llamado README que describe el contenido de un Repositorio."@es ;
        rdfs:label       "README"@en ;
        rdfs:subClassOf  bibo:Document ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( :Repository ero:ERO_0000071 )
                                              ] ;
                           owl:onProperty     :readmeOf
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :readmeOf ;
                           owl:someValuesFrom  [ a            owl:Class ;
                                                 owl:unionOf  ( :Repository ero:ERO_0000071 )
                                               ]
                         ] .

vivo:AcademicDepartment
        a                owl:Class ;
        rdfs:label       "Departamento Académico"@es , "Academic Department"@en ;
        rdfs:subClassOf  vivo:Department ;
        obo:IAO_0000112  "Endodontics (department within a College of Dentistry); English (department within a College of Liberal Arts)" ;
        obo:IAO_0000115  "A distinct, usually specialized educational unit within an educational organization." ;
        obo:IAO_0000412  <http://w3id.org/roh/mirror/vivo> .

:Catalog  a              owl:Class ;
        rdfs:comment     "A list of items in a collection; an ordered compilation of item descriptions and sufficient information to afford access to them."@en ;
        rdfs:label       "Catalog"@en ;
        rdfs:subClassOf  bibo:Document .

:isSupportedBy  a      owl:ObjectProperty ;
        rdfs:comment   "A Project supported by a Funding."@en ;
        rdfs:label     "is supported by"@en , "apoyado por"@es ;
        rdfs:range     :Funding ;
        owl:inverseOf  :supports .

ero:ERO_0000395  a        owl:Class ;
        rdfs:comment      "Coordinate with NIF: NIF ID: nlx_res_20090420" ;
        rdfs:label        "Servicio de Análisis de Material"@es , "Material Analysis Service"@en ;
        rdfs:subClassOf   ero:ERO_0001261 ;
        obo:IAO_0000112   "Flow cytometry analysis of T cells." ;
        obo:IAO_0000114   iao:IAO_0000120 ;
        obo:IAO_0000115   "An analysis service offering that describes a service in which the consumer provides some input material and a service provider performs some analysis of this material to generate data that is returned to the service consumer." ;
        obo:IAO_0000117   "PERSON: Nicole Vasilevsky" ;
        obo:IAO_0000119   "http://neurolex.org/wiki/Category:Analysis_service_resource" ;
        owl:disjointWith  ero:ERO_0001262 .

dct:issued  a   owl:AnnotationProperty .

:needsEthicalValidation
        a             owl:DatatypeProperty ;
        rdfs:comment  "Represents if a Project needs to pass an ethical validation."@en ;
        rdfs:domain   vivo:Project ;
        rdfs:label    "needs ethical validation"@en , "necesita validación ética"@es ;
        rdfs:range    xsd:boolean .

:ProjectClassification
        a                owl:Class ;
        rdfs:label       "Project Classification"@en , "Clasificación de Proyecto"@es ;
        rdfs:subClassOf  skos:ConceptScheme .

:ProposalSubmitted  a    owl:Class ;
        rdfs:label       "Proposal Submitted"@en ;
        rdfs:subClassOf  :Status .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :ResearcherPosition vivo:FacultyAdministrativePosition vivo:FacultyPosition vivo:LibrarianPosition vivo:NonAcademicPosition vivo:NonFacultyAcademicPosition vivo:PrimaryPosition )
] .

:Accepted  a             owl:Class ;
        rdfs:label       "Accepted"@en ;
        rdfs:subClassOf  :Status .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :LargeEnterprise :MediumEnterprise :MicroEnterprise :SmallEnterprise )
] .

<http://w3id.org/roh/mirror/vcard#Name>
        a       owl:Class .

:isProvidedBy  a       owl:ObjectProperty ;
        rdfs:comment   "A Service provided by an Organization."@en ;
        rdfs:domain    ero:ERO_0000005 ;
        rdfs:label     "provisto por"@es , "is provided by"@en ;
        rdfs:range     foaf:Organization ;
        owl:inverseOf  :provides .

:ResearchProblem  a      owl:Class ;
        rdfs:label       "Research problem"@en ;
        rdfs:subClassOf  skos:ConceptScheme ;
        skos:prefLabel   "Research problem"@en .

oa:assessing  a           oa:Motivation , owl:NamedIndividual ;
        rdfs:comment      "The motivation for when the user intends to provide an assessment about the Target resource." ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "assessing" .

:Loan   a                owl:Class ;
        rdfs:comment     "An amount of money that is borrowed, often from a bank or a funding organization, and has to be paid back, usually together with an extra amount of money that you have to pay as a charge for borrowing."@en ;
        rdfs:label       "Préstamo"@es , "Loan"@en ;
        rdfs:subClassOf  :Funding .

:repositoryHasPart  a       owl:ObjectProperty ;
        rdfs:comment        "A core relation that holds between a whole, that in this case is an Repository, and its part ."@en ;
        rdfs:domain         :Repository ;
        rdfs:label          "repository has part"@en , "repositorio contiene"@es ;
        rdfs:range          [ a            owl:Class ;
                              owl:unionOf  ( :ExperimentalProtocol bibo:Document ero:ERO_0000071 )
                            ] ;
        rdfs:subPropertyOf  ro:BFO_0000051 .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :AuditingRelationship :SupervisingRelationship vivo:AdvisingRelationship vivo:AwardedDegree vivo:Contract vivo:Position )
] .

bfo:BFO_0000054  a        owl:ObjectProperty ;
        rdfs:domain       bfo:BFO_0000023 ;
        rdfs:isDefinedBy  obo:bfo.owl ;
        rdfs:label        "realized in"@en , "realizado en"@es ;
        rdfs:range        bfo:BFO_0000015 ;
        obo:BFO_0000179   "realized-in" ;
        obo:BFO_0000180   "realizedIn" ;
        obo:IAO_0000600   "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])" ;
        obo:IAO_0000601   "if a realizable entity b is realized in a process p, then p stands in the has_participant relation to the bearer of b. (axiom label in BFO2 Reference: [106-002])"@en ;
        obo:IAO_0000602   "(forall (x y z t) (if (and (RealizableEntity x) (Process y) (realizesAt y x t) (bearerOfAt z x t)) (hasParticipantAt y z t))) // axiom label in BFO2 CLIF: [106-002]" ;
        owl:inverseOf     bfo:BFO_0000055 .

<http://w3id.org/roh/mirror/vcard#email>
        a                       owl:ObjectProperty ;
        rdfs:comment            "This object property has been mapped"@en ;
        rdfs:label              "email"@en ;
        owl:equivalentProperty  <http://w3id.org/roh/mirror/vcard#hasEmail> .

:TestSupervisorRole  a  :SupervisorRole , owl:NamedIndividual ;
        rdfs:label      "TestSupervisorRole"@en ;
        :roleOf         :TestPhdSupervisor ;
        vivo:relatedBy  :TestPhDSupervisingRelationship .

<http://w3id.org/roh/mirror/geonames#locatedIn>
        a             owl:ObjectProperty ;
        rdfs:comment  "Indicates that the subject resource is located in the object feature"@en ;
        rdfs:label    "located in"@en , "localizado en"@es ;
        rdfs:range    <http://w3id.org/roh/mirror/geonames#Feature> .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :PatentContract :PersonContract :ProjectContract )
] .

:EvaluationSummary  a    owl:Class ;
        rdfs:comment     "An evaluation summary provided by a funding organization."@en ;
        rdfs:label       "Resumen de Evaluación"@es , "Evaluation Summary"@en ;
        rdfs:subClassOf  bibo:Report ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( :Final :Provisional )
                                              ] ;
                           owl:onProperty     :evaluationStatus
                         ] .

:authors  a            owl:ObjectProperty ;
        rdfs:domain    foaf:Agent ;
        rdfs:label     "authors"@en ;
        rdfs:range     bibo:Document ;
        owl:inverseOf  :isAuthoredBy .

:TestCoSupervisorRole
        a               :SupervisorRole , owl:NamedIndividual ;
        rdfs:label      "TestCoSupervisorRole"@en ;
        ro:RO_0000052   :TestPhdCoSupervisor ;
        vivo:relatedBy  :TestPhDSupervisingRelationship .

:hasFundingProgramClassification
        a            owl:ObjectProperty ;
        rdfs:domain  :FundingProgram ;
        rdfs:label   "has Funding Program Classification" ;
        rdfs:range   [ a                   owl:Class ;
                       owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                            owl:onProperty      skos:inScheme ;
                                                            owl:someValuesFrom  :FundingProgramClassification
                                                          ] )
                     ] .

:EthicsCommittee  a      owl:Class ;
        rdfs:comment     "An ethics committee is a body responsible for ensuring that medical experimentation and human subject research are carried out in an ethical manner in accordance with national and international law."@en ;
        rdfs:label       "Ethics Comitee"@en , "Comite Etico"@es ;
        rdfs:subClassOf  foaf:Organization ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :EthicalReport ;
                           owl:onProperty     :produces
                         ] .

vivo:relatedBy  a        owl:ObjectProperty ;
        rdfs:label       "related by"@en , "relacionado con"@es ;
        obo:IAO_0000115  "Relates a Thing to a Relationship as a Thing that is somehow related to other Thing in the same Relationship instance. A Relationship instnace is a predicate over Thing and is created by an Agent."@en ;
        owl:inverseOf    vivo:relates .

vivo:publisher  a      owl:ObjectProperty ;
        rdfs:comment   "The Agent who publishes a publication."@en ;
        rdfs:domain    bibo:Document ;
        rdfs:label     "publisher"@en , "published by"@en , "editor"@es ;
        rdfs:range     foaf:Agent ;
        owl:inverseOf  vivo:publisherOf .

:ManagementUnit  a       owl:Class ;
        rdfs:label       "ManagementUnit"@en ;
        rdfs:subClassOf  foaf:Organization .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :EthicsCommittee :ResearchGroup vivo:Center vivo:Company vivo:Consortium vivo:Department vivo:Foundation vivo:GovernmentAgency vivo:Institute vivo:University )
] .

:CourseCertificate  a     owl:Class ;
        rdfs:label        "Course Certificate"@en , "Certificado de Curso"@es ;
        rdfs:subClassOf   vivo:Certificate ;
        owl:disjointWith  :LanguageCertificate .

:modality  a          owl:DatatypeProperty ;
        rdfs:comment  "A free text property to represent the modality of a Project."@en ;
        rdfs:domain   [ a            owl:Class ;
                        owl:unionOf  ( bibo:Patent vivo:Project )
                      ] ;
        rdfs:label    "modalidad"@es , "modalidad"@en ;
        rdfs:range    xsd:string .

vivo:relates  a          owl:ObjectProperty ;
        rdfs:label       "se relaciona"@es , "relates"@en ;
        obo:IAO_0000115  "Relates a Relationship instance to the one or more Thing of the Relationship. There is a separate property (assigned by) to relate to the Agent that defines the Relationship."@en .

bibo:editorList  a          owl:ObjectProperty ;
        rdfs:comment        "An ordered list of editors. Normally, this list is seen as a priority list that order editors by importance."@en ;
        rdfs:domain         bibo:Document ;
        rdfs:isDefinedBy    "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label          "lista de editores"@es , "list of editors"@en ;
        rdfs:range          [ a            owl:Class ;
                              owl:unionOf  ( rdf:List rdf:Seq )
                            ] ;
        rdfs:subPropertyOf  bibo:contributorList ;
        ns:term_status      "stable" .

ero:ERO_0000790  a       owl:Class ;
        rdfs:label       "Post-Baccalaureate Trainee"@en , "Alumno de Estudios tras Grado"@es ;
        rdfs:subClassOf  ero:ERO_0000783 ;
        obo:IAO_0000114  iao:IAO_0000123 ;
        obo:IAO_0000115  "A student role inhering in a person that is realized when the bearer participates in a post-baccalaureate training program in pursuit of an additional bachelor's degree or new or additional training in a particular field." ;
        obo:IAO_0000117  "PERSON: Nicole Vasilevsky" ;
        obo:IAO_0000119  "PERSON: Nicole Vasilevsky" .

:Prototype  a            owl:Class ;
        rdfs:comment     "A product prototype"@en ;
        rdfs:label       "Prototype"@en ;
        rdfs:subClassOf  :Product .

:employs  a                 owl:ObjectProperty ;
        rdfs:domain         :ResearchContribution ;
        rdfs:label          "employs"@en , "emplea"@es ;
        rdfs:range          :ResearchMethod ;
        rdfs:subPropertyOf  obo:RO_0000057 .

[ a                      owl:Axiom ;
  obo:IAO_0010000        <http://w3id.org/roh/mirror/obo/bfo#BFO/axiom/083-003> ;
  owl:annotatedProperty  obo:IAO_0000602 ;
  owl:annotatedSource    bfo:BFO_0000015 ;
  owl:annotatedTarget    "(iff (Process a) (and (Occurrent a) (exists (b) (properTemporalPartOf b a)) (exists (c t) (and (MaterialEntity c) (specificallyDependsOnAt a c t))))) // axiom label in BFO2 CLIF: [083-003] "
] .

vivo:hasPredecessorOrganization
        a                   owl:TransitiveProperty , owl:ObjectProperty ;
        rdfs:comment        "The Organization from which the new Organization has created."@en ;
        rdfs:domain         foaf:Organization ;
        rdfs:label          "predecessor organization"@en , "organización predecesora"@es ;
        rdfs:range          foaf:Organization ;
        rdfs:subPropertyOf  :hasPredecessor ;
        owl:inverseOf       vivo:hasSuccessorOrganization .

:excellenceLabel  a   owl:DatatypeProperty ;
        rdfs:comment  "Represents if an Entity has an excellence label or some kind of mention."@en ;
        rdfs:label    "sello de excelencia"@es , "excellence label"@en ;
        rdfs:range    xsd:boolean .

bibo:BookSection  a       owl:Class ;
        rdfs:comment      "A section of a book."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Book Section"@en , "Sección de Libro"@es ;
        rdfs:subClassOf   bibo:DocumentPart ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     bibo:edition
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     bibo:pageEnd
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     bibo:pageStart
                          ] ;
        obo:IAO_0000112   "Short Definition from the bibo ontology" ;
        obo:IAO_0000115   "A section of a book" ;
        ns:term_status    "unstable" .

:patentAssistantExaminer
        a            owl:ObjectProperty ;
        rdfs:domain  foaf:Person ;
        rdfs:label   "patent assistant examiner"@en ;
        rdfs:range   bibo:Patent .

:hasPosition  a        owl:ObjectProperty ;
        rdfs:comment   "A Person has a Position in his/her Organization."@en ;
        rdfs:domain    foaf:Person ;
        rdfs:label     "tiene plaza"@es , "has position"@en ;
        rdfs:range     vivo:Position ;
        owl:inverseOf  :positionOf .

<http://w3id.org/roh/mirror/vcard#hasEmail>
        a                 owl:ObjectProperty ;
        rdfs:comment      "To specify the electronic mail address for communication with the object"@en ;
        rdfs:isDefinedBy  <http://www.w3.org/2006/vcard/ns> ;
        rdfs:label        "has email"@en ;
        rdfs:range        <http://w3id.org/roh/mirror/vcard#Email> .

:seqOfAuthors  a      owl:ObjectProperty ;
        rdfs:comment  "Una lista no ordenada de los autores."@es , "An unordered list of authors."@en ;
        rdfs:label    "seq of authors"@en , "conjunto de autores"@es ;
        rdfs:range    rdf:Seq .

:TestProject  a     vivo:Project , owl:NamedIndividual ;
        rdfs:label  "TestProject"@en .

:Grant  a                owl:Class ;
        rdfs:comment     "An amount of money given especially by the government to a person or organization for a special purpose."@en , "A financial award provided by a funding organisation for a particular project or purpose, usually awarded on the basis of a competitive application."@en ;
        rdfs:label       "Subvención"@es , "Grant"@en ;
        rdfs:subClassOf  :Funding .

:summary  a           owl:DatatypeProperty ;
        rdfs:comment  "A textual summary of the Curriculum Vitae"@en ;
        rdfs:domain   :CurriculumVitae ;
        rdfs:label    "summary"@en , "resumen"@es .

:TechnicalSupport  a     owl:Class ;
        rdfs:label       "TechnicalSupport"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 .

<http://w3id.org/roh/mirror/vcard#hasName>
        a                       owl:ObjectProperty ;
        rdfs:comment            "To specify the components of the name of the object"@en ;
        rdfs:isDefinedBy        <http://www.w3.org/2006/vcard/ns> ;
        rdfs:label              "has name"@en ;
        rdfs:range              <http://w3id.org/roh/mirror/vcard#Name> ;
        owl:equivalentProperty  <http://w3id.org/roh/mirror/vcard#n> .

obo:IAO_0000601  a  owl:AnnotationProperty .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :BachelorsThesis :MastersThesis :PhDThesis )
] .

:GitHubRepository  a     owl:Class ;
        rdfs:comment     "It's a concrete Repository that is stored in https://github.com."@en , "Es un repositorio concreto almacenado en https://github.com."@es ;
        rdfs:label       "Repositorio de GitHub"@es , "GitHub Repository"@en ;
        rdfs:subClassOf  :Repository ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :GitHubRepository ;
                           owl:onProperty     :hasPredecessor
                         ] .

foaf:Agent  a            owl:Class ;
        rdfs:comment     "An agent (eg. person, group, software or physical artifact)." , "An agent" ;
        rdfs:label       "Agente"@es , "Agent"@en , "Agent" ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:freetextKeyword
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:Relationship ;
                           owl:onProperty     vivo:relatedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  <http://w3id.org/roh/mirror/vcard#Kind> ;
                           owl:onProperty     :hasContactInfo
                         ] ;
        obo:IAO_0000111  "agent" ;
        obo:IAO_0000112  "see: http://xmlns.com/foaf/spec/#term_Agent" ;
        obo:IAO_0000115  "Things that do stuff." , "Agents are things that do stuff" ;
        obo:IAO_0000117  "PERSON: Scott Hoffmann" ;
        obo:IAO_0000118  "" ;
        skos:scopeNote   "Used to describe any \"agent\" related to bibliographic items. Such agents can be persons, organizations or groups of any kind."@en ;
        ns:term_status   "stable" .

:PatentExpense  a        owl:Class ;
        rdfs:label       "Patent Expense"@en ;
        rdfs:subClassOf  :Expense .

:hasLicense  a        owl:ObjectProperty ;
        rdfs:comment  "This object property is used to specify the licence (vivo:License) of a given instance."@en , "Esta propiedad nos permite especificar la licencia (vivo:License) de una instancia."@en ;
        rdfs:label    "tiene licencia"@es , "has license"@en ;
        rdfs:range    vivo:License .

:ResearcherPosition  a   owl:Class ;
        rdfs:comment     "A member of a university or research organization focused on research task further than other ones."@en ;
        rdfs:label       "Researcher Position"@en , "Posición de Investigador"@es ;
        rdfs:subClassOf  vivo:Position .

oa:hasTarget  a           owl:AnnotationProperty ;
        rdfs:comment      "The relationship between an Annotation and its Target." ;
        rdfs:domain       oa:Annotation ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "hasTarget" .

:PersonContract  a        owl:Class ;
        rdfs:comment      "An agreement between a person and an organization to work in a project for a specified duration."@en ;
        rdfs:label        "Contrato de trabalho"@pt , "Contrat de travail"@fr , "Contracte de treball"@ca-es , "Contracte de treball"@ca-ad , "Contrato de trabajo"@es , "Contrato de Persona"@es , "Person Contract"@en ;
        rdfs:subClassOf   vivo:Contract ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  skos:Concept ;
                            owl:onProperty     :hasHRClassification
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :hasHRClassification ;
                            owl:someValuesFrom  skos:Concept
                          ] ;
        skos:prefLabel    "Contrato de trabalho"@pt , "Contracte de treball"@ca-es , "Contracte de treball"@ca-ad , "Employment contract"@en , "Contrat de travail"@fr , "Contrato de trabajo"@es ;
        owl:disjointWith  :ProjectContract .

:platform  a         owl:DatatypeProperty ;
        rdfs:domain  ero:ERO_0000071 ;
        rdfs:range   xsd:string .

bfo:BFO_0000008  a        owl:Class ;
        rdfs:comment      "A temporal region is an occurrent entity that is part of time as defined relative to some reference frame."@en ;
        rdfs:label        "Temporal Region"@en , "Región Temporal"@es ;
        owl:disjointWith  bfo:BFO_0000015 .

:ZenodoRepository  a     owl:Class ;
        rdfs:comment     "It`s a Zenodo Repository that we can find in https://zenodo.org."@en , "Es un repositorio de Zenodo que podemos encontrar en https://zenodo.org."@es ;
        rdfs:label       "Zenodo Repository"@en , "Repositorio de Zenodo"@es ;
        rdfs:subClassOf  :Repository ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:integer ;
                           owl:onProperty     vivo:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:integer ;
                           owl:onProperty     bibo:doi
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :ZenodoRepository ;
                           owl:onProperty     :hasPredecessor
                         ] .

:PersonExpense  a         owl:Class ;
        rdfs:comment      "A ProjectExpense is carried out by a Researcher (by default the principal researcher) in charge of a Project, which indirectly links it to Funding, understood as a set of FundingAmounts. The types of expenses considered are: Personnel Expenses, Subcontracting, Travel, Equipment, Research Infrastructure and Other Goods and Services.\"^^rdfs:Literal"@en ;
        rdfs:label        "Person Expense"@en , "Gasto de Persona"@es ;
        rdfs:subClassOf   :Expense ;
        owl:disjointWith  :ProjectExpense .

<http://purl.org/spar/cito/cites>
        a                   owl:ObjectProperty ;
        rdfs:comment        "The citing entity cites the cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism)."@en ;
        rdfs:label          "cites"@en ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        owl:inverseOf       <http://purl.org/spar/cito/isCitedBy> .

obo:BFO_0000179  a  owl:AnnotationProperty .

:spokenInteractionSkill
        a                   owl:DatatypeProperty ;
        rdfs:comment        "The ability to participate into a conversation."@en ;
        rdfs:domain         :LanguageCertificate ;
        rdfs:label          "spoken interaction skill"@en , "interacción oral"@es ;
        rdfs:range          [ a          rdfs:Datatype ;
                              owl:oneOf  [ a          rdf:List ;
                                           rdf:first  "A1" ;
                                           rdf:rest   [ a          rdf:List ;
                                                        rdf:first  "A2" ;
                                                        rdf:rest   [ a          rdf:List ;
                                                                     rdf:first  "B1" ;
                                                                     rdf:rest   [ a          rdf:List ;
                                                                                  rdf:first  "B2" ;
                                                                                  rdf:rest   [ a          rdf:List ;
                                                                                               rdf:first  "C1" ;
                                                                                               rdf:rest   [ a          rdf:List ;
                                                                                                            rdf:first  "C2" ;
                                                                                                            rdf:rest   ()
                                                                                                          
                                                                                                          ]
                                                                                             ]
                                                                                ]
                                                                   ]
                                                      ]
                                         ]
                            ] ;
        rdfs:subPropertyOf  :languageSkill .

:AuditorRole  a          owl:Class ;
        rdfs:label       "Rol de Auditor"@es , "Auditor Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 .

ro:BFO_0000051  a     owl:ObjectProperty ;
        rdfs:comment  "A core relation that holds between a whole and its part ."@en ;
        rdfs:label    "has part"@en , "contiene"@es .

:ranking  a           owl:DatatypeProperty ;
        rdfs:comment  "The ranking of a scientific publication."@en ;
        rdfs:domain   :JournalMetric ;
        rdfs:label    "ranking"@es , "ranking"@en ;
        rdfs:range    xsd:string .

skos:notation  a  owl:AnnotationProperty .

:evaluationStatus  a  owl:ObjectProperty ;
        rdfs:comment  "The status in which a Evaluation Summary could be."@en ;
        rdfs:domain   :EvaluationSummary ;
        rdfs:label    "evaluation status"@en , "estado de la evaluación"@es ;
        rdfs:range    [ a            owl:Class ;
                        owl:unionOf  ( :Final :Provisional )
                      ] .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :Repository bfo:BFO_0000015 ero:ERO_0000071 )
] .

vivo:Company  a           owl:Class ;
        rdfs:comment      "A corporation or business organization which makes goods (in a broad sense) in an organized manner and sells them to the public for profit."@en , "Uma organização com personalidade jurídica, a qual dispõe dos médios necessários para a produção e obtenção de bens ou serviços destinados ao intercâmbio."@pt , "Una organització amb personalitat jurídica, la qual disposa dels mitjans necessaris per a la producció i es dedica a combinar-los per obtenir béns o serveis destinats a l'intercanvi."@ca , "Una organización con personalidad jurídica que dispone de los medios necesarios para la producción y se dedica a combinarlos para obtener bienes o servicios destinados al intercambio."@es ;
        rdfs:label        "Rol de Asistente"@es , "Entreprise"@fr , "Empresa"@pt , "Empresa"@gl , "Empresa"@es , "Company"@en , "Empresa"@ca-es , "Empresa"@ca-ad ;
        rdfs:subClassOf   foaf:Organization ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:boolean ;
                            owl:onProperty     :isStartup
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  [ a                   owl:Class ;
                                                 owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                      owl:onProperty      skos:inScheme ;
                                                                                      owl:someValuesFrom  :CompanyClassification
                                                                                    ] )
                                               ] ;
                            owl:onProperty     :hasCompanyClassification
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:boolean ;
                            owl:onProperty     :publicCompany
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :publicCompany ;
                            owl:someValuesFrom  xsd:boolean
                          ] ;
        obo:IAO_0000112   "from Wikipedia: \"A company is a form of business organization. It is an association or collection of individual real persons and/or other companies ... This collection, group or association of persons can be made to exist in law and then a company is itself considered a \"legal person\". The name company arose because, at least originally, it represented or was owned by more than one real or legal person.\"" ;
        obo:IAO_0000115   "A legally-recognized business organization" , "A legally-recognized business organization." ;
        obo:IAO_0000412   <http://w3id.org/roh/mirror/vivo> ;
        skos:prefLabel    "Empresa"@pt , "Empresa"@gl , "Empresa"@es , "Empresa"@ca-es , "Company"@en , "Empresa"@ca-ad , "Entreprise"@fr ;
        owl:disjointWith  vivo:University .

:researchResultHasPart
        a                   owl:ObjectProperty ;
        rdfs:comment        "A core relation that holds between a whole, that in this case is an Research Object (roh:ResearchObject), and its part ."@es ;
        rdfs:domain         :ResearchResult ;
        rdfs:label          "resultado de investigación contiene"@es , "research result has part"@en ;
        rdfs:range          [ a            owl:Class ;
                              owl:unionOf  ( :ExperimentalProtocol bibo:Document ero:ERO_0000071 )
                            ] ;
        rdfs:subPropertyOf  ro:BFO_0000051 .

iao:IAO_0000027  a       owl:Class ;
        rdfs:label       "Data Item"@en ;
        rdfs:subClassOf  iao:IAO_0000030 .

:spentBy  a           owl:ObjectProperty ;
        rdfs:comment  "An Expense spent by an Entity."@en ;
        rdfs:domain   :Expense ;
        rdfs:label    "spent by"@en , "gasto realizado por"@es .

:projectObjective  a  owl:DatatypeProperty ;
        rdfs:comment  "A defined objective of the project."@en ;
        rdfs:domain   vivo:Project ;
        rdfs:label    "project objective"@en , "objetivo de proyecto"@es ;
        rdfs:range    xsd:string .

:TestNonResearchSoftware
        a           ero:ERO_0000071 , :Reservable , owl:NamedIndividual ;
        rdfs:label  "TestNonResearchSoftware"@en .

:ORCID  a                   owl:DatatypeProperty ;
        rdfs:domain         foaf:Person ;
        rdfs:label          "ORCID"@en ;
        rdfs:subPropertyOf  vivo:identifier .

:country  a           owl:ObjectProperty ;
        rdfs:comment  "This property indicates the nationality of a resource. The domain is not set so unpredicted resources within the ontology could be attached to countries."@en ;
        rdfs:label    "país"@es , "country"@en ;
        rdfs:range    [ a                   owl:Class ;
                        owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                             owl:onProperty      skos:inScheme ;
                                                             owl:someValuesFrom  :Country
                                                           ] )
                      ] .

<http://w3id.org/roh/mirror/vcard#Kind>
        a                 owl:Class ;
        rdfs:comment      "The parent class for all objects"@en ;
        rdfs:isDefinedBy  <http://w3id.org/roh/mirror/vcard> ;
        rdfs:label        "Tipo"@es , "Kind"@en .

:impactFactorName  a  owl:DatatypeProperty ;
        rdfs:domain  :JournalMetric ;
        rdfs:range   xsd:string .

oa:motivatedBy  a         owl:ObjectProperty ;
        rdfs:comment      "The relationship between an Annotation and a Motivation that describes the reason for the Annotation's creation." ;
        rdfs:domain       oa:Annotation ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "motivatedBy" ;
        rdfs:range        oa:Motivation .

:correspondingAuthorOf
        a             owl:ObjectProperty ;
        rdfs:comment  "An object property linking a Person with a Thing, such person is corresponding author for."@en ;
        rdfs:domain   foaf:Person ;
        rdfs:label    "corresponding author of"@en , "autor de correspondencia de"@es .

:Contest  a              owl:Class ;
        rdfs:label       "Contest"@en ;
        rdfs:subClassOf  :Activity .

<http://w3id.org/roh/mirror/vcard#Organization>
        a                 owl:Class ;
        rdfs:comment      "An object representing an organization.  An organization is a single entity, and might represent a business or government, a department or division within a business or government, a club, an association, or the like."@en ;
        rdfs:isDefinedBy  <http://w3id.org/roh/mirror/vcard> ;
        rdfs:label        "Organization"@en , "Organización"@es ;
        rdfs:subClassOf   <http://w3id.org/roh/mirror/vcard#Kind> .

vitro:exampleAnnot  a  owl:AnnotationProperty .

dct:license  a  owl:AnnotationProperty .

:Final  a                owl:Class ;
        rdfs:label       "Final"@en ;
        rdfs:subClassOf  :Status .

:BachelorsThesis  a       owl:Class ;
        rdfs:comment      "A document created to summarize research findings associated with the completion of an academic degree."@en , "A thesis reporting a research project undertaken as part of an undergraduate course of education to receive a bachelor's degree."@en ;
        rdfs:label        "Bachelor's Thesis"@en , "Mémoire de fin de licence"@fr , "Trabajo de fin de grado"@es-es , "Trabayu de fin de grau"@ast , "Treball fi de grau"@ca-es , "Treball fi de bàtxelor"@ca-ad , "Tesis de Grado"@es , "Degree Thesis"@en ;
        rdfs:subClassOf   bibo:Thesis ;
        skos:altLabel     "Trabajo de fin de carrera"@es , "Treball de fi de carrera"@ca-es , "TFG"@gl , "TFG"@es , "TFG"@ca-es , "TFG"@ast , "Honor's thesis"@en-us , "Traballo de fin de carreira"@gl , "TFB"@ca-ad , "GALa"@eu , "Honour's thesis"@en-gb , "Honour's thesis"@en-ca ;
        skos:prefLabel    "Treball de fi de grau"@ca-es , "Trabajo de fin de grado"@es-es , "Trabayu de fin de grau"@ast , "Gradu Amaierako Lana"@eu , "Traballo de fin de grao"@gl , "Mémoire de fin de licence"@fr , "Bachelor's Thesis"@en , "Treball de fi de bàtxelor"@ca-ad ;
        owl:disjointWith  :PhDThesis , :MastersThesis .

iao:IAO_0000582  a       owl:Class ;
        rdfs:label       "Time-Stamped Measurement Datum"@en ;
        rdfs:subClassOf  iao:IAO_0000109 .

:grantedBy  a          owl:ObjectProperty ;
        rdfs:comment   "An object property linking an Organization with a FundingAmount."@en ;
        rdfs:domain    foaf:Organization ;
        rdfs:label     "granted by"@en , "concedido por"@es ;
        rdfs:range     :FundingAmount ;
        owl:inverseOf  :grants .

:promotedBy  a         owl:ObjectProperty ;
        rdfs:comment   "A Funding Program or Funding Source promoted by a Funding Organization."@en ;
        rdfs:domain    [ a            owl:Class ;
                         owl:unionOf  ( :FundingProgram :FundingSource )
                       ] ;
        rdfs:label     "promoted by"@en , "promocionado por"@es ;
        rdfs:range     vivo:FundingOrganization ;
        owl:inverseOf  :promotes .

:h-index  a          owl:DatatypeProperty ;
        rdfs:domain  :AuthorMetric ;
        rdfs:label   "h-index"@en ;
        rdfs:range   xsd:integer .

:TechnicalReport  a      owl:Class ;
        rdfs:label       "Technical report"@en ;
        rdfs:subClassOf  bibo:Report ;
        skos:prefLabel   "Technical report"@en .

vivo:contactInformation
        a             owl:DatatypeProperty ;
        rdfs:comment  "The contact information of an Entity."@en ;
        rdfs:label    "información de contacto"@es , "contact information"@en .

vivo:Presentation  a     owl:Class ;
        rdfs:label       "Presentation"@en , "Presentación"@es ;
        rdfs:subClassOf  :Activity ;
        obo:IAO_0000115  "Encompasses talk, speech, lecture, slide lecture, conference presentation" .

iao:IAO_0000115  a  owl:AnnotationProperty .

:contractOf  a         owl:ObjectProperty ;
        rdfs:comment   "An object property linking a Contract to an Entity."@en ;
        rdfs:domain    vivo:Contract ;
        rdfs:label     "contrato de"@es , "contract of"@en ;
        owl:inverseOf  :hasContract .

ero:ERO_0001255  a       owl:Class ;
        rdfs:label       "Support Service"@en , "Servicio de Apoyo"@es ;
        rdfs:subClassOf  ero:ERO_0000005 ;
        obo:IAO_0000112  "Technical support." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A service offering that describes a service in which the provider assists the consumer in activities directly or indirectly associated with the production and analysis or experimental research data." ;
        obo:IAO_0000117  "PERSON: Matt Brush" ;
        obo:IAO_0000119  "PERSON: Matthew Brush" .

:FundingAmount  a        owl:Class ;
        rdfs:comment     "A roh:FundingAmount is linked to a roh:Funding which is roh:fundedBy a roh:FundingProgram and finances a Project (through roh:supports relationship). Each FundingAmount is associated to an Organization participating in the Project (through roh:grants relationship) for each project specific annuity."^^rdfs:Literal ;
        rdfs:label       "Monto de Financiación"@es , "Funding Amount"@en ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:decimal ;
                           owl:onProperty     :monetaryAmount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :currency
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeInterval ;
                           owl:onProperty     vivo:dateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :Funding ;
                           owl:onProperty     ro:BFO_0000050
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Organization ;
                           owl:onProperty     :grants
                         ] .

vivo:TeacherRole  a      owl:Class ;
        rdfs:label       "Teacher Role"@en , "Rol de Profesor"@es ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        obo:IAO_0000115  "A role of serving as an educator" .

foaf:surname  a           owl:DatatypeProperty ;
        rdfs:comment      "The surname of some person." ;
        rdfs:domain       foaf:Person ;
        rdfs:isDefinedBy  foaf: ;
        rdfs:label        "surname"@en , "apellido"@es ;
        rdfs:range        rdfs:Literal ;
        ns:term_status    "archaic" .

:PatentApplication  a    owl:Class ;
        rdfs:label       "Patent Application"@en ;
        rdfs:subClassOf  :Invention ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Organization ;
                           owl:onProperty     :ownerOrganization
                         ] .

<http://purl.org/spar/cito/isCitedAsDataSourceBy>
        a             owl:ObjectProperty ;
        rdfs:comment  "The cited entity is cited as a data source by the citing entity."@en ;
        rdfs:label    "is cited as data source by"@en , "citado como fuente de datos por"@es .

:hasScientificDomain  a  owl:ObjectProperty ;
        rdfs:label  "has scientific domain"@en ;
        rdfs:range  skos:Concept .

iao:IAO_0000030  a       owl:Class ;
        rdfs:label       "Information Content Entity"@en , "Entidad de Contenido de Información"@es ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Organization ;
                           owl:onProperty     :correspondingOrganization
                         ] ;
        obo:IAO_0000115  "A generically dependent continuant that is about some thing."@en .

obo:IAO_0000117  a  owl:AnnotationProperty .

:foreseenJustificationDate
        a                   owl:ObjectProperty ;
        rdfs:comment        "The date in which a Justificacion has to be delivered."@en ;
        rdfs:domain         vivo:Project ;
        rdfs:label          "foreseen justification date"@en , "fecha de justificación prevista"@es ;
        rdfs:range          vivo:DateTimeValue ;
        rdfs:subPropertyOf  vivo:dateTimeValue .

:Invention  a            owl:Class ;
        rdfs:comment     "Invention"@en , "A new device, method, or process developed from study and experimentation in the framework of research."@en ;
        rdfs:label       "Invention"@en ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :KnowledgeArea
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasKnowledgeArea
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :title ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :FundingProgram ;
                           owl:onProperty     :fundedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( :Accepted :Rejected :Submitted )
                                              ] ;
                           owl:onProperty     :patentStatus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :PropertyClassification
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasPropertyClassification
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :PatentApplication ;
                           owl:onProperty     ro:BFO_0000051
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :PatentExpense ;
                           owl:onProperty     :spends
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdfs:Literal ;
                           owl:onProperty     vivo:abbreviation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdfs:Literal ;
                           owl:onProperty     vivo:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:freetextKeyword ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :Dossier ;
                           owl:onProperty     vivo:relatedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  bfo:BFO_0000023 ;
                           owl:onProperty     vivo:relates
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  <http://w3id.org/roh/mirror/geonames#Feature> ;
                           owl:onProperty     <http://w3id.org/roh/mirror/geonames#locatedIn>
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :ResearchObject ;
                           owl:onProperty     :produces
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:identifier ;
                           owl:someValuesFrom  rdfs:Literal
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :Funding ;
                           owl:onProperty     :isSupportedBy
                         ] .

bibo:Issue  a             owl:Class ;
        rdfs:comment      "something that is printed or published and distributed, esp. a given number of a periodical"@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Número"@es , "Issue"@en ;
        rdfs:subClassOf   bibo:CollectedDocument ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:minCardinality  "1"^^xsd:nonNegativeInteger ;
                            owl:onProperty      ro:BFO_0000051
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  bibo:Article ;
                            owl:onProperty     ro:BFO_0000051
                          ] ;
        ns:term_status    "stable" .

:hasExpenseClassification
        a           owl:ObjectProperty ;
        rdfs:label  "has Expense Classification"@en ;
        rdfs:range  [ a                   owl:Class ;
                      owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                           owl:onProperty      skos:inScheme ;
                                                           owl:someValuesFrom  :ExpenseClassification
                                                         ] )
                    ] .

ero:ERO_0000786  a       owl:Class ;
        rdfs:label       "Rol de Estudiante de Bachillerato"@es , "High School Student Role"@en ;
        rdfs:subClassOf  ero:ERO_0000783 ;
        obo:IAO_0000112  "A freshman in high school." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A student role inhering in a person that is realized when the bearer participates in a course of study at a secondary learning institution." ;
        obo:IAO_0000117  "PERSON: Nicole Vasilevsky" ;
        obo:IAO_0000119  "http://www.thefreedictionary.com/student" .

:contractSigningDate  a     owl:ObjectProperty ;
        rdfs:comment        "An object property linking a Contract with the date (DateTimeValue) when it was signed."@en ;
        rdfs:domain         vivo:Contract ;
        rdfs:label          "fecha de firma del contrato"@es , "contract signing date"@en ;
        rdfs:range          vivo:DateTimeValue ;
        rdfs:subPropertyOf  vivo:dateTimeValue ;
        owl:inverseOf       :contractSigningDateOf .

<http://w3id.org/roh/mirror/vcard#Location>
        a                 owl:Class ;
        rdfs:comment      "An object representing a named geographical place"@en ;
        rdfs:isDefinedBy  <http://w3id.org/roh/mirror/vcard> ;
        rdfs:label        "Location"@en , "Localización"@es ;
        rdfs:subClassOf   <http://w3id.org/roh/mirror/vcard#Kind> .

vivo:Center  a           owl:Class ;
        rdfs:label       "Centro"@es , "Center"@en ;
        rdfs:subClassOf  foaf:Organization ;
        obo:IAO_0000112  "Short Definition take from http://www.thefreedictionary.com/center." , "Alchohol Education Center; Center for Arts and Public Policy; Hearing Research Center" ;
        obo:IAO_0000115  "An organization where a specified activity is concentrated." , "A place where a particular activity or service is concentrated." ;
        obo:IAO_0000412  <http://w3id.org/roh/mirror/vivo> .

:roleOf  a            owl:ObjectProperty ;
        rdfs:comment  "The Role held by an Agent in a Relationship."@en ;
        rdfs:domain   bfo:BFO_0000023 ;
        rdfs:label    "role of"@en , "rol de"@es ;
        rdfs:range    foaf:Agent .

:companyFounder  a   owl:ObjectProperty ;
        rdfs:domain  foaf:Person ;
        rdfs:label   "company founder"@en ;
        rdfs:range   vivo:Company .

:patentInventor  a   owl:ObjectProperty ;
        rdfs:domain  bibo:Patent ;
        rdfs:label   "patent inventor"@en ;
        rdfs:range   foaf:Person .

:Funding  a              owl:Class ;
        rdfs:comment     "A roh:Funding is the funding associated to a vivo:Project whose funding is associated to a roh:FundingProgram, which in turn is associated to a vivo:FundingOrganization. A roh:Funding consists of several roh:FundingAmounts, associated to the different entities that participate in a project and to the annuities in which they do it.  Funding gathers information about the total funding received for a Project and its currency through properties roh:monetaryAmount and roh:currency. A roh:FundingSource funds a roh:FundingProgram. A roh:Funding supports a vivo:Project or a roh:PersonContract. A Funding can be tagged as public or private, by updating the data property roh:publicFunding." ;
        rdfs:label       "Financiación"@es , "Funding"@en ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onProperty      vivo:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:Contract ;
                           owl:onProperty     :hasContract
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( :FundingProgram vivo:FundingOrganization )
                                              ] ;
                           owl:onProperty     :fundedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:freetextKeyword
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :publicFunding ;
                           owl:someValuesFrom  xsd:boolean
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:identifier ;
                           owl:someValuesFrom  rdfs:Literal
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :FundingAmount ;
                           owl:onProperty     ro:BFO_0000051
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeInterval ;
                           owl:onProperty     vivo:dateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :KnowledgeArea
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasKnowledgeArea
                         ] .

ero:ERO_0000394  a       owl:Class ;
        rdfs:comment     "Coordinate with NIF: NIF ID: nlx_res_20090416" ;
        rdfs:label       "Servicio de Procesamiento de Material"@es , "Material Processing Service"@en ;
        rdfs:subClassOf  ero:ERO_0000005 ;
        obo:IAO_0000112  "Biopsy service." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A service offering that describes a service in which the provider makes physical changes to a specified input material entity with the objective of producing a new material entity form input materials, or modifying the input material entity, and returning this as output to the service consumer" ;
        obo:IAO_0000117  "PERSON: Nicole Vasilevsky" ;
        obo:IAO_0000119  "http://neurolex.org/wiki/Category:Production_service_resource" .

:patentCountry  a    owl:ObjectProperty ;
        rdfs:domain  bibo:Patent ;
        rdfs:label   "patent country"@en ;
        rdfs:range   [ a                   owl:Class ;
                       owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                            owl:onProperty      skos:inScheme ;
                                                            owl:someValuesFrom  :Country
                                                          ] )
                     ] .

:EthicalValidation  a    owl:Class ;
        rdfs:label       "EthicalValidation"@en ;
        rdfs:subClassOf  :EthicalReport ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :Status ;
                           owl:onProperty     :documentStatus
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :documentStatus ;
                           owl:someValuesFrom  :Status
                         ] .

ero:ERO_0001263  a       owl:Class ;
        rdfs:label       "Servicio de Modificación de Material"@es , "Material Modification Service"@en ;
        rdfs:subClassOf  ero:ERO_0000394 ;
        obo:IAO_0000112  "Histology service." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A material processing service offering that describes a service in which the provider makes physical modifications to a specified input material, such that at least one of the specified outputs of this process is a modified version of a specified input material." ;
        obo:IAO_0000117  "PERSON: Matt Brush" ;
        obo:IAO_0000119  "PERSON: Matthew Brush" .

foaf:nick  a              owl:DatatypeProperty ;
        rdfs:comment      "A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames)." ;
        rdfs:isDefinedBy  foaf: ;
        rdfs:label        "nickname" , "apodo/alias"@es ;
        ns:term_status    "testing" .

obo:IAO_0000112  a  owl:AnnotationProperty .

:Unfunded  a             owl:Class ;
        rdfs:label       "Unfunded"@en ;
        rdfs:subClassOf  :Status .

vitro:descriptionAnnot
        a       owl:AnnotationProperty .

:positionOf  a        owl:ObjectProperty ;
        rdfs:comment  "The Position of a Person within an Organization."@en ;
        rdfs:domain   vivo:Position ;
        rdfs:label    "position of"@en , "plaza de"@es ;
        rdfs:range    foaf:Person .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :Grant :Loan :Outsourcing :RefundableAdvance )
] .

bibo:lccn  a          owl:DatatypeProperty ;
        rdfs:comment  "The Library of Congress Control Number (LCCN) is a serially based system of numbering cataloging records in the Library of Congress in the United States."@en ;
        rdfs:label    "lccn"@es , "lccn"@en .

foaf:depiction  a         owl:ObjectProperty ;
        rdfs:comment      "La representación de un objeto."@es , "A depiction of some thing." ;
        rdfs:isDefinedBy  foaf: ;
        rdfs:label        "representación"@es , "depiction" .

vivo:Consortium  a       owl:Class ;
        rdfs:label       "Consortium"@en , "Consorcio"@es ;
        rdfs:subClassOf  foaf:Organization ;
        obo:IAO_0000112  "Committee on Institutional Cooperation (CIC); The Five Colleges of Ohio" ;
        obo:IAO_0000115  "A group  of independent organizations working together toward a common goal, under an expressed agreement." ;
        obo:IAO_0000412  <http://w3id.org/roh/mirror/vivo> .

foaf:img  a                 owl:ObjectProperty ;
        rdfs:comment        "Una imagen puede utilizarse para representar algún objeto (es decir, aquellas representaciones que son particularmente representativas de algo, p.ej. una foto en una la página de inicio de una web)."@es , "An image that can be used to represent some thing (ie. those depictions which are particularly representative of something, eg. one's photo on a homepage)." ;
        rdfs:domain         foaf:Person ;
        rdfs:isDefinedBy    foaf: ;
        rdfs:label          "imagen"@es , "image" ;
        rdfs:range          foaf:Image ;
        rdfs:subPropertyOf  foaf:depiction ;
        ns:term_status      "testing" .

:coordinatedBy  a     owl:ObjectProperty ;
        rdfs:comment  "inverse property of 'project coordinator'"@en ;
        rdfs:domain   vivo:Project ;
        rdfs:label    "coordinated by"@en ;
        rdfs:range    foaf:Agent .

:SmallEnterprise  a      owl:Class ;
        rdfs:comment     "An enterprise which employs fewer than 50 persons and whose annual turnover and/or annual balance sheet total does not exceed EUR 10 million."@en ;
        rdfs:label       "Small Enterprise"@en ;
        rdfs:subClassOf  vivo:Company .

:TestEndDateTimeValue
        a              vivo:DateTimeValue , owl:NamedIndividual ;
        rdfs:label     "TestEndDateTimeValue"@en ;
        vivo:dateTime  "2015-11-13T00:00:00"^^xsd:dateTime .

bibo:EditedBook  a        owl:Class ;
        rdfs:comment      "An edited book."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Libro Editado"@es , "Edited Book"@en ;
        rdfs:subClassOf   bibo:CollectedDocument ;
        owl:disjointWith  bibo:Issue ;
        ns:term_status    "stable" .

:accreditationOf  a    owl:ObjectProperty ;
        rdfs:comment   "An object property linking an Accreditation to the Agent is associated with."@en ;
        rdfs:domain    :Accreditation ;
        rdfs:label     "acreditación de"@es , "accreditation of"@en ;
        rdfs:range     foaf:Agent ;
        owl:inverseOf  :hasAccreditation .

skos:related  a  owl:AnnotationProperty .

:projectAcronym  a          owl:DatatypeProperty ;
        rdfs:domain         vivo:Project ;
        rdfs:label          "project acronym"@en ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  vivo:abbreviation .

:hasContactInfo  a    owl:ObjectProperty ;
        rdfs:comment  "An Agent has a contact info of type vcard:Kind."@en ;
        rdfs:label    "tiene información de contacto"@es , "has contact info"@en ;
        rdfs:range    <http://w3id.org/roh/mirror/vcard#Kind> .

:Award  a                owl:Class ;
        rdfs:label       "Premio"@es , "Award"@en ;
        rdfs:subClassOf  vivo:Certificate .

:Closed  a               owl:Class ;
        rdfs:label       "Closed"@en ;
        rdfs:subClassOf  :Status .

bibo:issue  a               owl:DatatypeProperty ;
        rdfs:comment        "An issue number"@en ;
        rdfs:domain         [ a            owl:Class ;
                              owl:unionOf  ( bibo:Article bibo:Issue )
                            ] ;
        rdfs:isDefinedBy    "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label          "issue"@en , "número"@es ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  bibo:locator ;
        obo:IAO_0000112     "Bibo has the domain of bibo:issue as the class Issue, but an example on their site uses it with Article, referring to the issue number \"4\"" ;
        ns:term_status      "stable" .

:RefundableAdvance  a    owl:Class ;
        rdfs:label       "RefundableAdvance"@en ;
        rdfs:subClassOf  :Funding .

vivo:placeOfPublication
        a             owl:DatatypeProperty ;
        rdfs:comment  "Place where a document was publicated."@en ;
        rdfs:label    "place of publication"@en , "lugar de publicación"@es .

:Expense  a              owl:Class ;
        rdfs:comment     "A roh:Expense is carried out in a vivo:Project or by foaf:Person and associated through relationship roh:spends. It timestamps each expense with a vivo:DateTimeValue and has attributes roh:monetaryAmount, roh:currency, roh:title and roh:description and expenseAmount . The types of expenses considered are: Personnel Expenses, Subcontracting, Travel, Equipment, Research Infrastructure and Other Goods and Services. Some of these classes still not defined." ;
        rdfs:label       "Gasto"@es , "Expense"@en ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :currency
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeValue ;
                           owl:onProperty     vivo:dateIssued
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :ExpenseClassification
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasExpenseClassification
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :monetaryAmount ;
                           owl:someValuesFrom  xsd:decimal
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :expenseModality
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:dateIssued ;
                           owl:someValuesFrom  vivo:DateTimeValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:decimal ;
                           owl:onProperty     :monetaryAmount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:description
                         ] .

:hasMetric  a          owl:ObjectProperty ;
        rdfs:comment   "A Metric which quantifies a Research Object."@en ;
        rdfs:label     "tiene métrica"@es , "has metric"@en ;
        rdfs:range     :Metric ;
        owl:inverseOf  :metricOf .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :Invoice bibo:Article bibo:Book bibo:CollectedDocument bibo:DocumentPart bibo:Patent bibo:Report bibo:Thesis bibo:Webpage vivo:Abstract vivo:ConferencePoster vivo:Dataset )
] .

:researchLine  a      owl:DatatypeProperty ;
        rdfs:comment  "A free-text property to define the research line in which an Organization or Researcher is working on."@en ;
        rdfs:label    "research line"@en , "línea de investigación"@es ;
        rdfs:range    xsd:string .

:impactFactor  a      owl:DatatypeProperty ;
        rdfs:comment  "A scientometric index that reflects the yearly average number of citations that articles published in the last two years in a given journal received."@en ;
        rdfs:domain   :JournalMetric ;
        rdfs:label    "impact factor"@en , "factor de impacto"@es ;
        rdfs:range    xsd:float .

ro:RO_0000053  a      owl:ObjectProperty ;
        rdfs:comment  "A relation between an independent continuant (the bearer) and a specifically dependent continuant (the dependent), in which the dependent specifically depends on the bearer for its existence"@en ;
        rdfs:label    "portador de"@es , "bearer of"@en .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :BachelorsSupervisingRelationship :MastersSupervisingRelationship :PhDSupervisingRelationship )
] .

:participatedBy  a     owl:ObjectProperty ;
        rdfs:comment   "An Activity participated by an Entity."@en ;
        rdfs:domain    :Activity ;
        rdfs:label     "participated by"@en , "participante"@es ;
        owl:inverseOf  :participates .

:listeningSkill  a          owl:DatatypeProperty ;
        rdfs:comment        "The ability to understand spoken language."@en ;
        rdfs:domain         :LanguageCertificate ;
        rdfs:label          "listening skill"@en , "comprensión auditiva"@es ;
        rdfs:range          [ a          rdfs:Datatype ;
                              owl:oneOf  [ a          rdf:List ;
                                           rdf:first  "A1" ;
                                           rdf:rest   [ a          rdf:List ;
                                                        rdf:first  "A2" ;
                                                        rdf:rest   [ a          rdf:List ;
                                                                     rdf:first  "B1" ;
                                                                     rdf:rest   [ a          rdf:List ;
                                                                                  rdf:first  "B2" ;
                                                                                  rdf:rest   [ a          rdf:List ;
                                                                                               rdf:first  "C1" ;
                                                                                               rdf:rest   [ a          rdf:List ;
                                                                                                            rdf:first  "C2" ;
                                                                                                            rdf:rest   ()
                                                                                                          
                                                                                                          ]
                                                                                             ]
                                                                                ]
                                                                   ]
                                                      ]
                                         ]
                            ] ;
        rdfs:subPropertyOf  :languageSkill .

dct:language  a  owl:AnnotationProperty .

vivo:identifier  a    owl:DatatypeProperty ;
        rdfs:comment  "A name, series of numbers, etc. that is used in a system to represent someone or something."@en ;
        rdfs:label    "identifier"@en , "identificador"@es .

:hrClassificationOf  a  owl:ObjectProperty ;
        rdfs:comment  "The classification of the position of a Person."@en ;
        rdfs:domain   [ a                   owl:Class ;
                        owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                             owl:onProperty      skos:inScheme ;
                                                             owl:someValuesFrom  :HRClassification
                                                           ] )
                      ] ;
        rdfs:label    "clasificación de RRHH de"@es , "HR classification of"@en .

vivo:PostdocPosition  a  owl:Class ;
        rdfs:label       "Postdoctoral Position"@en , "Posición Postdoctoral"@es ;
        rdfs:subClassOf  vivo:NonFacultyAcademicPosition ;
        obo:IAO_0000115  "A postdoctoral training appointment (job)" .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :Activity :ExperimentalProtocol :Repository :ResearchContribution :ResearchMethod vivo:Project )
] .

:MastersDegree  a        owl:Class ;
        rdfs:label       "Magister Scientiae"@es-ve , "Maîtrise universitaire"@fr-fr , "Maîtrise universitaire"@fr-ch , "Maîtrise universitaire"@fr-ca , "Maîtrise universitaire"@fr-be , "Mestrado"@pt-pt , "Mestrado"@pt-br , "Master's degree"@en , "Máster universitario"@gl , "Máster universitario"@es-es , "Màster universitari"@ca-es , "Màster universitari"@ca-ad ;
        rdfs:subClassOf  vivo:AcademicDegree ;
        skos:altLabel    "Mestrado universitario"@gl , "Mestratge universitari"@ca-es , "Mestratge universitari"@ca-ad ;
        skos:prefLabel   "Màster universitari"@ca-es , "Màster universitari"@ca-ad , "Maîtrise universitaire"@fr-fr , "Master's degree"@en , "Maîtrise universitaire"@fr-ca , "Maîtrise universitaire"@fr-be , "Maîtrise universitaire"@fr-ch , "Mestrado"@pt-pt , "Mestrado"@pt-br , "Magister Scientiae"@es-ve , "Máster universitario"@gl , "Máster universitario"@es-es .

dct:rightsHolder  a  owl:AnnotationProperty .

vivo:Relationship  a     owl:Class ;
        rdfs:label       "Relationship"@en , "Relación"@es ;
        obo:IAO_0000112  "functions as an n-ary predicate" ;
        obo:IAO_0000115  "a reified relationship" .

:TestChapterThree  a              bibo:Chapter , owl:NamedIndividual ;
        rdfs:label                "TestChapterThree"@en ;
        vivo:hasPublicationVenue  :TestBook .

vivo:NonAcademicPosition
        a                owl:Class ;
        rdfs:label       "Posición no Académica"@es , "Non-Academic Position"@en ;
        rdfs:subClassOf  vivo:Position ;
        obo:IAO_0000112  "Staff, support, and other non-academic positions." , "Accounting & Research Services Assistant; Director of Information Technology" ;
        obo:IAO_0000115  "A position classified as professional, staff, support, or any other non-academic role" .

vivo:LeaderRole  a       owl:Class ;
        rdfs:label       "Rol de Líder"@es , "Leader Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        obo:IAO_0000112  "A broad-ranging leader concept, from leading a small temporary committee to head of a large international organization." ;
        obo:IAO_0000115  "A leadership role" .

:contactInfoOf  a      owl:ObjectProperty ;
        rdfs:comment   "Specifies the contact info of type vcard:Kind for an Agent."@en ;
        rdfs:domain    <http://w3id.org/roh/mirror/vcard#Kind> ;
        rdfs:label     "información de contacto de"@es , "contact info of"@en ;
        owl:inverseOf  :hasContactInfo .

:hasCompanyClassification
        a            owl:ObjectProperty ;
        rdfs:domain  vivo:Company ;
        rdfs:label   "has company classification"@en ;
        rdfs:range   [ a                   owl:Class ;
                       owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                            owl:onProperty      skos:inScheme ;
                                                            owl:someValuesFrom  :CompanyClassification
                                                          ] )
                     ] .

skos:historyNote  a  owl:AnnotationProperty .

obo:IAO_0000600  a  owl:AnnotationProperty .

foaf:mbox  a              owl:InverseFunctionalProperty , owl:ObjectProperty ;
        rdfs:comment      "A  personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a 'static inverse functional property', in that  there is (across time and change) at most one individual that ever has any particular value for foaf:mbox." ;
        rdfs:domain       foaf:Agent ;
        rdfs:isDefinedBy  foaf: ;
        rdfs:label        "personal mailbox" , "buzón personal"@es ;
        rdfs:range        iao:IAO_0000030 ;
        ns:term_status    "stable" .

oa:tagging  a             oa:Motivation , owl:NamedIndividual ;
        rdfs:comment      "The motivation for when the user intends to associate a tag with the Target." ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "tagging" .

dct:type  a     owl:AnnotationProperty .

:CVOf   a              owl:ObjectProperty ;
        rdfs:comment   "An object property linking a CV to the person it belongs to."@en ;
        rdfs:domain    :CurriculumVitae ;
        rdfs:label     "CV of"@en , "CV de"@es ;
        rdfs:range     foaf:Person ;
        owl:inverseOf  :hasCV .

vivo:geographicFocus  a  owl:ObjectProperty ;
        rdfs:comment  "A geographic region in which something takes place."@en ;
        rdfs:label    "geographic focus"@en , "enfoque geográfico"@es .

bibo:Performance  a       owl:Class ;
        rdfs:comment      "A public performance."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Performance"@en , "Actuación"@es ;
        rdfs:subClassOf   :Activity ;
        obo:IAO_0000115   "Something carried out, acted or rendered." ;
        ns:term_status    "unstable" .

:teaches  a          owl:ObjectProperty ;
        rdfs:domain  foaf:Person ;
        rdfs:label   "teaches"@en ;
        rdfs:range   [ a                   owl:Class ;
                       owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                            owl:onProperty      skos:inScheme ;
                                                            owl:someValuesFrom  :AcademicSubject
                                                          ] )
                     ] .

:cumLaude  a          owl:DatatypeProperty ;
        rdfs:comment  "Meaning \"with praise\", used to indicate the level of distinction with which an academic degree has been earned."@en ;
        rdfs:domain   :ThesisMetric ;
        rdfs:label    "cum laude"@es , "cum laude"@en ;
        rdfs:range    xsd:boolean .

vivo:Project  a          owl:Class ;
        rdfs:comment     "A vivo:Project is an entity imported from VIVO and extended according to CERIF specification. It can be defined as – a project in business and science is typically defined as a collaborative enterprise, frequently involving research or design, that is carefully planned to achieve a particular aim. Its configuration is inspired by the swrc:project and takes into account cerif:Project’s data properties. It encompasses all those properties and adds object properties roh:projectStatus (roh:Closed, roh:Open, roh:ProposalSubmitted, roh:Rejected) and roh:foreseenJustificationDate. This entity is linked with classes Organization, Person, ResearchObject, Funding, Expense, Activity o Concept. A project in ROH may require ethical validation which is expressed as roh:needsEthicalValidation set to true. A project might be correspond to a research project categorized through roh:ProjectClassification by means of object property roh:hasProjectClassification or correspond to some grant associated to human resources (roh:HRClassification) associated through roh:hasHRClassification. Notice that a project is a proposal (PROPOSAL_SUBMITTED) until it passes to the OPEN or REJECTED status. When the project finishes it state passes to CLOSED." ;
        rdfs:label       "Project"@en , "Proyecto"@es ;
        rdfs:subClassOf  bfo:BFO_0000015 ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( :Dossier :EthicalReport :Justification )
                                              ] ;
                           owl:onProperty     vivo:relatedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:boolean ;
                           owl:onProperty     :needsEthicalValidation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :ProjectClassification
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasProjectClassification
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  <http://w3id.org/roh/mirror/geonames#Feature> ;
                           owl:onProperty     <http://w3id.org/roh/mirror/geonames#locatedIn>
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeInterval ;
                           owl:onProperty     vivo:dateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :FundingProgram ;
                           owl:onProperty     :fundedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :Funding ;
                           owl:onProperty     :isSupportedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:Project ;
                           owl:onProperty     ro:BFO_0000051
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :ProjectContract ;
                           owl:onProperty     :hasContract
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdfs:Literal ;
                           owl:onProperty     vivo:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :Activity ;
                           owl:onProperty     :participates
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:freetextKeyword
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :ResearchObject ;
                           owl:onProperty     :produces
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :HRClassification
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasHRClassification
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdfs:Literal ;
                           owl:onProperty     vivo:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( :Closed :Open :ProposalSubmitted :Rejected )
                                              ] ;
                           owl:onProperty     :projectStatus
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :projectStatus ;
                           owl:someValuesFrom  [ a            owl:Class ;
                                                 owl:unionOf  ( :Closed :Open :ProposalSubmitted :Rejected )
                                               ]
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  bfo:BFO_0000023
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :KnowledgeArea
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasKnowledgeArea
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:dateTimeInterval ;
                           owl:someValuesFrom  vivo:DateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  bfo:BFO_0000023 ;
                           owl:onProperty     vivo:relates
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeValue ;
                           owl:onProperty     :foreseenJustificationDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onProperty      vivo:dateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdfs:Literal ;
                           owl:onProperty     vivo:abbreviation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :ProjectExpense ;
                           owl:onProperty     :spends
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :title ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :modality
                         ] ;
        obo:IAO_0000112  "An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim." ;
        obo:IAO_0000115  "An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim." .

:SupervisorRole  a       owl:Class ;
        rdfs:label       "Supervisor Role"@en , "Rol de Supervisor"@es ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Person ;
                           owl:onProperty     :roleOf
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :roleOf ;
                           owl:someValuesFrom  foaf:Person
                         ] .

:AuthorMetric  a         owl:Class ;
        rdfs:label       "Métrica de Autor"@es , "Author Metric"@en ;
        rdfs:subClassOf  :Metric ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:integer ;
                           owl:onProperty     :i10-index
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:integer ;
                           owl:onProperty     :h-index
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:integer ;
                           owl:onProperty     :citationCount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Agent ;
                           owl:onProperty     :metricOf
                         ] .

:ProjectExpense  a       owl:Class ;
        rdfs:comment     "A ProjectExpense is carried out by a Researcher (by default the principal researcher) in charge of a Project, which indirectly links it to Funding, understood as a set of FundingAmounts. The types of expenses considered are: Personnel Expenses, Subcontracting, Travel, Equipment, Research Infrastructure and Other Goods and Services."^^rdfs:Literal ;
        rdfs:label       "Project Expense"@en , "Gasto de Proyecto"@es ;
        rdfs:subClassOf  :Expense .

bibo:Manual  a           owl:Class ;
        rdfs:comment     "A book of instructions or guide to a specific topic."@en ;
        rdfs:label       "Manual"@en ;
        rdfs:subClassOf  bibo:Document ;
        skos:altLabel    "Handbook"@en ;
        skos:prefLabel   "Manual"@en .

skos-thes:subGroup  a  owl:AnnotationProperty .

:Metric  a               owl:Class ;
        rdfs:comment     "An roh:Metric indicates qualifies a roh:ResearchObject according to common established quality measurement metrics, e.g. impact factor or mark in an PhD viva." ;
        rdfs:label       "Métrica"@es , "Metric"@en ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :metricName
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeValue ;
                           owl:onProperty     vivo:dateIssued
                         ] .

bibo:pageStart  a           owl:DatatypeProperty ;
        rdfs:comment        "Starting page number within a continuous page range."@en ;
        rdfs:domain         bibo:Document ;
        rdfs:isDefinedBy    "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label          "página inicio"@es , "start page"@en , "page start"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  bibo:locator ;
        ns:term_status      "stable" .

obo:IAO_0010000  a  owl:AnnotationProperty .

schema:identifier  a  owl:AnnotationProperty .

:participates  a      owl:ObjectProperty ;
        rdfs:comment  "An Entity participating in an Activity."@en ;
        rdfs:label    "participates"@en , "participa en"@es ;
        rdfs:range    :Activity .

vivo:PresenterRole  a    owl:Class ;
        rdfs:label       "Rol de Presentador"@es , "Presenter Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        obo:IAO_0000112  "Are we assuming that a PresenterRole is in a Presentation?  Or could you have a PresenterRole in, say, a committee?" ;
        obo:IAO_0000115  "A role of presenting information" .

vivo:abbreviation  a  owl:DatatypeProperty ;
        rdfs:comment  "A short form for an longer title or name."@en ;
        rdfs:label    "abreviatura"@es , "abbreviation"@en .

:EuropeanRegionalDevelopmentFund
        a             :FundingSource , owl:NamedIndividual ;
        rdfs:comment  "A fund allocated by the European Union. Its purpose is to transfer money from richer regions (not countries), and invest it in the infrastructure and services of underdeveloped regions. This will allow those regions to start attracting private sector investments, and create jobs on their own."@en ;
        rdfs:label    "Fondo Europeo de Desarrollo Regional"@es , "European Regional Development Fund"@en .

:programmingLanguage  a     owl:DatatypeProperty ;
        rdfs:domain         ero:ERO_0000071 ;
        rdfs:label          "programming language"@en , "lenguaje de programación"@en ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty .

<http://w3id.org/roh/mirror/vcard#Group>
        a                 owl:Class ;
        rdfs:comment      "Object representing a group of persons or entities.  A group object will usually contain hasMember properties to specify the members of the group."@en ;
        rdfs:isDefinedBy  <http://w3id.org/roh/mirror/vcard> ;
        rdfs:label        "Grupo"@es , "Group"@en ;
        rdfs:subClassOf   <http://w3id.org/roh/mirror/vcard#Kind> .

ro:BFO_0000050  a      owl:ObjectProperty ;
        rdfs:comment   "A core relation that holds between a part and its hole ."@en ;
        rdfs:label     "parte de"@es , "part of"@en ;
        owl:inverseOf  ro:BFO_0000051 .

:PatentContract  a       owl:Class ;
        rdfs:label       "Patent Contract"@en ;
        rdfs:subClassOf  vivo:Contract .

vivo:Course  a           owl:Class ;
        rdfs:label       "Curso"@es , "Course"@en ;
        rdfs:subClassOf  :Activity ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:int ;
                           owl:onProperty     vivo:courseCredits
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :courseHours
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:AcademicDegree ;
                           owl:onProperty     ro:BFO_0000050
                         ] ;
        obo:IAO_0000112  "A course as taught in one time period (such as a semester; although note that a course could consist of only one meeting (teaching session)) by one or more instructors, normally but not always for credit. Does not represent either each meeting of the course or the course offering such as Biology 101 taught every semester from 1980 to 2010" ;
        obo:IAO_0000115  "A course as taught in one time period by one or more instructors, normally but not always for credit. Does not represent either each meeting of the course or the course offering such as Biology 101 taught every semester from 1980 to 2010" .

:DegreeHomologation  a   owl:Class ;
        rdfs:label       "Homologación de Titulación"@es , "Degree Homologation"@en ;
        rdfs:subClassOf  :Accreditation ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:AwardedDegree ;
                           owl:onProperty     vivo:relates
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  vivo:AwardedDegree
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:dateIssued ;
                           owl:someValuesFrom  vivo:DateTimeValue
                         ] .

:TestAnotherGovernmentAgency
        a           vivo:GovernmentAgency , owl:NamedIndividual ;
        rdfs:label  "TestAnotherGovernmentAgency"@en ;
        :promotes   :TestFundingSource .

skos-thes:superGroup  a  owl:AnnotationProperty .

iao:IAO_0000013  a       owl:Class ;
        rdfs:label       "Artículo de Revista de Impacto"@es , "Journal Article"@en ;
        rdfs:subClassOf  bibo:AcademicArticle ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:hasPublicationVenue ;
                           owl:someValuesFrom  bibo:Journal
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :PublicationMetric ;
                           owl:onProperty     :hasMetric
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeValue ;
                           owl:onProperty     vivo:dateIssued
                         ] ;
        obo:IAO_0000111  "journal article"@en ;
        obo:IAO_0000112  "Examples are articles published in the journals, Nature and Science. The content can often be cited by reference to a paper based encoding, e.g.  Authors, Title of article, Journal name, date or year of publication, volume and page number."@en ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "a report that is published in a journal"@en ;
        obo:IAO_0000117  "person:Alan Ruttenberg"@en , "person:Chris Stoeckert"@en ;
        obo:IAO_0000119  "group:OBI"@en , "OBI_0000159"@en ;
        obo:IAO_0000412  iao:IAO.owl .

<http://w3id.org/roh/mirror/vcard#adr>
        a                       owl:ObjectProperty ;
        rdfs:comment            "This object property has been mapped"@en ;
        rdfs:label              "address"@en ;
        owl:equivalentProperty  <http://w3id.org/roh/mirror/vcard#hasAddress> .

:TestSuperviseeRole  a  :SuperviseeRole , owl:NamedIndividual ;
        rdfs:label      "TestSuperviseeRole"@en ;
        :roleOf         :TestPhDStudent ;
        vivo:relatedBy  :TestPhDSupervisingRelationship .

:readmeOf  a          owl:ObjectProperty ;
        rdfs:comment  "This object property is used to specify the Repository or Software of a given README document."@en ;
        rdfs:domain   :README ;
        rdfs:label    "readme of"@en , "readme de"@es ;
        rdfs:range    [ a            owl:Class ;
                        owl:unionOf  ( :Repository ero:ERO_0000071 )
                      ] .

:supervisorOf  a      owl:ObjectProperty ;
        rdfs:comment  "A Person supervising a Thesis."@en ;
        rdfs:domain   foaf:Person ;
        rdfs:label    "supervisor of"@en , "supervisor de"@es ;
        rdfs:range    bibo:Thesis .

foaf:firstName  a         owl:DatatypeProperty ;
        rdfs:comment      "The first name of a person." ;
        rdfs:domain       foaf:Person ;
        rdfs:isDefinedBy  foaf: ;
        rdfs:label        "nombre de pila"@es , "firstName" ;
        rdfs:range        rdfs:Literal ;
        ns:term_status    "testing" .

:upc    a                   owl:DatatypeProperty ;
        rdfs:label          "has UPC"@en , "Universal Product Code"@en ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  vivo:identifier .

dct:identifier  a  owl:AnnotationProperty .

bfo:BFO_0000015  a        owl:Class ;
        rdfs:isDefinedBy  bfo:BFO.owl ;
        rdfs:label        "process"@en ;
        obo:BFO_0000179   "process" ;
        obo:BFO_0000180   "Process" ;
        obo:IAO_0000112   "the course of a disease"@en , "a process of meiosis"@en , "a process of cell-division, \\ a beating of the heart"@en , "the flight of a bird"@en , "your process of aging."@en , "the life of an organism"@en , "a process of sleeping"@en ;
        obo:IAO_0000115   "p is a process = Def. p is an occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t. (axiom label in BFO2 Reference: [083-003])"@en ;
        obo:IAO_0000116   "BFO 2 Reference: The realm of occurrents is less pervasively marked by the presence of natural units than is the case in the realm of independent continuants. Thus there is here no counterpart of ‘object’. In BFO 1.0 ‘process’ served as such a counterpart. In BFO 2.0 ‘process’ is, rather, the occurrent counterpart of ‘material entity’. Those natural – as contrasted with engineered, which here means: deliberately executed – units which do exist in the realm of occurrents are typically either parasitic on the existence of natural units on the continuant side, or they are fiat in nature. Thus we can count lives; we can count football games; we can count chemical reactions performed in experiments or in chemical manufacturing. We cannot count the processes taking place, for instance, in an episode of insect mating behavior.Even where natural units are identifiable, for example cycles in a cyclical process such as the beating of a heart or an organism’s sleep/wake cycle, the processes in question form a sequence with no discontinuities (temporal gaps) of the sort that we find for instance where billiard balls or zebrafish or planets are separated by clear spatial gaps. Lives of organisms are process units, but they too unfold in a continuous series from other, prior processes such as fertilization, and they unfold in turn in continuous series of post-life processes such as post-mortem decay. Clear examples of boundaries of processes are almost always of the fiat sort (midnight, a time of death as declared in an operating theater or on a death certificate, the initiation of a state of war)"@en ;
        obo:IAO_0000602   "(iff (Process a) (and (Occurrent a) (exists (b) (properTemporalPartOf b a)) (exists (c t) (and (MaterialEntity c) (specificallyDependsOnAt a c t))))) // axiom label in BFO2 CLIF: [083-003] " .

bibo:Collection  a        owl:Class ;
        rdfs:comment      "A collection of Documents or Collections"@en , "ResearchObjects related to publication concept are based on types defined by BIBO ontology. Currently, the following set of publication-related entities are supported: bibo: bibo:Collection (Periodical, Journal, Magazine)\n\nThis is a type of roh:ResearchObjects related to publication concept. It is based on types defined by BIBO ontology. Currently, the following set of publication-related entities are supported: bibo: bibo:Collection (Periodical, Journal, Magazine) and bibo:Document (Article, ConferencePaper, EditorialArticle, Book, Proceedings, ConferencePaper, Chapter, Thesis) and obo:Software. bibo:Thesis has been refined into roh:BachelorsThesis, roh:MastersThesis and roh:PhDThesis. Notably a new subclass of bibo:Collection named roh:Dossier has been created. Under such collection can be included the reports usually associated to a project, e.g.  roh:EthicalReport, roh:EvaluationSummary, roh:Justification, vivo:ResearchProposal. A roh:Dossier is bound through object property vivo:relates with a vivo:Project" ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Colección"@es , "Collection"@en ;
        rdfs:subClassOf   iao:IAO_0000030 ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     bibo:oclcnum
                          ] ;
        obo:IAO_0000112   "Collection of information resources that have a unified identity. Archives, museums and libraries often acquire collections on specific subjects and from distinguished authors or researchers. Also includes collections of resources bundled into a license." , "Hill Ornithology Collection; Wiley Interscience Online Books Biochemisty Collection" ;
        obo:IAO_0000115   "Collection of information resources that have a unified identity" ;
        ns:term_status    "stable" .

vivo:dateIssued  a          owl:ObjectProperty ;
        rdfs:comment        "The date of issue of an entity."@en , "Fecha de publicación de una entidad."@es ;
        rdfs:label          "fecha de publicación"@es , "date issued"@en ;
        rdfs:range          vivo:DateTimeValue ;
        rdfs:subPropertyOf  vivo:dateTimeValue .

iao:IAO_0000119  a  owl:AnnotationProperty .

dct:created  a  owl:AnnotationProperty .

bibo:eanucc13  a      owl:DatatypeProperty ;
        rdfs:comment  "An identifier for trade items."@en ;
        rdfs:label    "eanucc13"@es , "eanucc13"@en .

:RadioProgram  a          owl:Class ;
        rdfs:label        "Radio Program"@en ;
        rdfs:subClassOf   bibo:AudioVisualDocument ;
        owl:disjointWith  :TvProgram .

:hasKnowledgeArea  a   owl:ObjectProperty ;
        rdfs:comment   "Some entity related to any Concept."@en ;
        rdfs:label     "tiene area de conocimiento"@es , "has knowledge area"@en ;
        rdfs:range     [ a                   owl:Class ;
                         owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                              owl:onProperty      skos:inScheme ;
                                                              owl:someValuesFrom  :KnowledgeArea
                                                            ] )
                       ] ;
        owl:inverseOf  :knowledgeAreaOf .

:LargeEnterprise  a      owl:Class ;
        rdfs:label       "Large enterprise"@en , "Large Enterprise"@en , "Grande empresa"@pt , "Empresa grande"@es , "Empresa gran"@ca-es ;
        rdfs:subClassOf  vivo:Company .

:Outsourcing  a          owl:Class ;
        rdfs:comment     "The process of paying to have part of a company's work done by another company."@en ;
        rdfs:label       "Subcontratación"@es , "Outsourcing"@en ;
        rdfs:subClassOf  :Funding .

bibo:Workshop  a          owl:Class ;
        rdfs:comment      "A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Workshop"@en , "Seminario"@es ;
        rdfs:subClassOf   :Activity ;
        obo:IAO_0000115   "Bibo Definition: A seminar, discussion group, or the like, that emphasizes exchange of ideas and the demonstration and application of techniques, skills, etc." ;
        ns:term_status    "stable" .

vivo:AdministratorRole
        a                owl:Class ;
        rdfs:label       "Rol de Administrador"@es , "Administrator Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 .

ero:ERO_0001259  a        owl:Class ;
        rdfs:label        "Servicio de Mantenimiento de Material"@es , "Material Maintenance Service"@en ;
        rdfs:subClassOf   ero:ERO_0001258 ;
        obo:IAO_0000112   "Maintaining an animal coloy." ;
        obo:IAO_0000114   iao:IAO_0000120 ;
        obo:IAO_0000115   "A maintenance service offering that describes a service in which the provider actively maintains a material resource (e.g. a model organism colony) for the service consumer.  A material maintenance service may or may not include storage of the material input." ;
        obo:IAO_0000117   "PERSON: Matt Brush" ;
        obo:IAO_0000119   "PERSON: Matthew Brush" ;
        owl:disjointWith  ero:ERO_0001260 .

vivo:PostdocOrFellowAdvisingRelationship
        a                owl:Class ;
        rdfs:label       "Relación de PostDoc o de Asesor Compañero"@es , "Postdoc or Fellow Advising Relationship"@en ;
        rdfs:subClassOf  vivo:AdvisingRelationship ;
        obo:IAO_0000115  "An advisory relationship in which the advisee is a Postdoc or Fellow." .

vivo:pmcid  a               owl:DatatypeProperty ;
        rdfs:comment        "A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available in PubMed Central. The PMCID is issued shortly after the PI or author approves the PubMed Central formatted web version of the submission."@en ;
        rdfs:label          "has PubMed Central ID"@en ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  vivo:identifier .

bibo:pageEnd  a             owl:DatatypeProperty ;
        rdfs:comment        "Ending page number within a continuous page range."@en ;
        rdfs:domain         bibo:Document ;
        rdfs:isDefinedBy    "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label          "página fin"@es , "end page"@en , "page end"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  bibo:locator ;
        ns:term_status      "stable" .

:TestDateTimeInterval
        a           vivo:DateTimeInterval , owl:NamedIndividual ;
        rdfs:label  "TestDateTimeInterval"@en ;
        vivo:end    :TestEndDateTimeValue ;
        vivo:start  :TestStartDateTimeValue .

:publicFunding  a     owl:DatatypeProperty ;
        rdfs:comment  "To tag something as public (true) or private (false)"@en ;
        rdfs:domain   :Funding ;
        rdfs:label    "public funding"@en , "financiación pública"@es ;
        rdfs:range    xsd:boolean .

:coadvisedBy  a       owl:ObjectProperty ;
        rdfs:comment  "An academic publication (bachelor's thesis, master's thesis or doctoral thesis) is co-advised by an advisor."@en ;
        rdfs:domain   bibo:Document ;
        rdfs:label    "co-advised by"@en ;
        rdfs:range    foaf:Person .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :EvaluationSummary :Justification vivo:ResearchProposal )
] .

bibo:locator  a       owl:DatatypeProperty ;
        rdfs:comment  "A description (often numeric) that locates an item within a containing document or collection."@en ;
        rdfs:label    "locator"@en , "localizador"@es .

bfo:BFO_0000023  a       owl:Class ;
        rdfs:comment     "Based on VIVO defined roles, however in ROH, roles might be specific to a country or a university in a country. Therefore, their types have to refined per country and university case.\n\nBased on obo-bfo:Role also used in VIVO, it defines roles. The object property roh:hasRole links foaf:Person and foaf:Organization with obo-bfo:Role which is related (vivo:relates) with vivo:Project and roh:Organization." ;
        rdfs:label       "Rol"@es , "Role"@en ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :dedication
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :roleOf ;
                           owl:someValuesFrom  foaf:Agent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Agent ;
                           owl:onProperty     :roleOf
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:double ;
                           owl:onProperty     :dedicationPercentage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeInterval ;
                           owl:onProperty     vivo:dateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :KnowledgeArea
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasKnowledgeArea
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( :Activity :PatentApplication bfo:BFO_0000023 vivo:Project vivo:Relationship )
                                              ] ;
                           owl:onProperty     vivo:relatedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:description
                         ] .

:TestListofAuthors  a  rdf:Seq , owl:NamedIndividual ;
        rdfs:label  "TestListofAuthors"@en .

:ExperimentalProtocol
        a                owl:Class ;
        rdfs:label       "Experimental Protocol"@en , "Protocolo Experimental"@es ;
        rdfs:subClassOf  bfo:BFO_0000015 ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Person ;
                           owl:onProperty     :correspondingAuthor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :KnowledgeArea
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasKnowledgeArea
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :ExperimentalProtocol ;
                           owl:onProperty     :hasPredecessor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  bibo:Webpage ;
                           owl:onProperty     foaf:homepage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :ExperimentalProtocolResult ;
                           owl:onProperty     :produces
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdfs:Literal ;
                           owl:onProperty     :language
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onProperty      :seqOfAuthors
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     bibo:abstract
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :ResearchResult ;
                           owl:onProperty     :partOfResearchResult
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeInterval ;
                           owl:onProperty     vivo:dateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdf:Seq ;
                           owl:onProperty     :seqOfAuthors
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  owl:Thing ;
                           owl:onProperty     <http://purl.org/spar/cito/cites>
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :Repository ;
                           owl:onProperty     :repositoryHasPart
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :title ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:freetextKeyword
                         ] .

iao:IAO_0000114  a  owl:AnnotationProperty .

foaf:homepage  a            owl:InverseFunctionalProperty , owl:ObjectProperty ;
        rdfs:comment        "A homepage for some thing." ;
        rdfs:domain         owl:Thing ;
        rdfs:isDefinedBy    foaf: ;
        rdfs:label          "homepage" , "página web"@es ;
        rdfs:range          bibo:Document ;
        rdfs:subPropertyOf  foaf:isPrimaryTopicOf , foaf:page ;
        ns:term_status      "stable" .

:ThirdPartyContractorRole
        a                owl:Class ;
        rdfs:comment     "A role of contracting someone to perform a job."@en ;
        rdfs:label       "Third Party Contractor Role"@en , "Rol de Contración de Tercera Parte"@es ;
        rdfs:subClassOf  bfo:BFO_0000023 .

vivo:publicationVenueFor
        a             owl:ObjectProperty ;
        rdfs:comment  "The collection of documents in which a publication is published."@en ;
        rdfs:label    "publication venue for"@en , "lugar de publicación para"@es .

vivo:AcademicDegree  a   owl:Class ;
        rdfs:comment     "A vivo:AcademicDegree describes the degrees offered by a vivo:University and obtained by different people (foaf:Person). The property vivo:relates correlates vivo:AcademicDegree con vivo:AwardedDegree and vivo:University with vivo:AcademicDegree." ;
        rdfs:label       "Grado Académico"@es , "Academic Degree"@en ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdfs:Literal ;
                           owl:onProperty     vivo:abbreviation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :title ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :title
                         ] ;
        obo:IAO_0000112  "This list may have multiple abbreviations for some degrees." , "B.A. Bachelor of Arts" ;
        obo:IAO_0000115  "An academic degree at any level, both as reported by individuals for employment and as offered by academic degree programs." .

:ResearchInstitute  a    owl:Class ;
        rdfs:comment     "An establishment founded for doing research."@en ;
        rdfs:label       "Research institute"@en , "Centro de investigación"@es , "Centre de recherche"@fr , "Centro de investigação"@pt , "Centre de recerca"@ca-ad , "Centre d'investigació"@ca-es ;
        rdfs:subClassOf  vivo:Institute ;
        skos:prefLabel   "Centre de recerca"@ca-ad , "Research institute"@en , "Centro de investigación"@es , "Centre d'investigació"@ca-es , "Centro de investigação"@pt , "Centre de recherche"@fr .

:hasPredecessor  a          owl:ObjectProperty ;
        rdfs:label          "tiene predecesor"@en , "has predecessor"@en ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        owl:inverseOf       :hasSucessor .

vivo:Contract  a         owl:Class ;
        rdfs:comment     "A roh:Contract is a legal document which gathers the conditions and obligations of a Person (foaf:Person) or the conditions and obligations of a Project (vivo:Project) and the different organizations which take part in it." ;
        rdfs:label       "Contrato"@es , "Contract"@en ;
        rdfs:subClassOf  vivo:Relationship ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  iao:IAO_0000030 ;
                           owl:onProperty     vivo:supportedInformationResource
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  [ a            owl:Class ;
                                                 owl:unionOf  ( :Funding :PatentApplication foaf:Agent bfo:BFO_0000023 )
                                               ]
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdfs:Literal ;
                           owl:onProperty     bibo:abstract
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  foaf:Organization ;
                           owl:onProperty     vivo:assignedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeInterval ;
                           owl:onProperty     vivo:dateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  owl:Thing ;
                           owl:onProperty     :attachment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( :Funding :PatentApplication foaf:Agent bfo:BFO_0000023 )
                                              ] ;
                           owl:onProperty     vivo:relates
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :KnowledgeArea
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasKnowledgeArea
                         ] ;
        obo:IAO_0000115  "An agreement involving specific deliverables and payment" .

ero:ERO_0001254  a       owl:Class ;
        rdfs:label       "Transport Service"@en , "Servicio de Transporte"@es ;
        rdfs:subClassOf  ero:ERO_0000005 ;
        obo:IAO_0000112  "Transport of a patient within a hospital." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A service offering that describes a service in which the provider facilitates the transport of some material entity to a specified destination for the service consumer." ;
        obo:IAO_0000117  "PERSON: Matt Brush" ;
        obo:IAO_0000119  "PERSON: Matthew Brush" .

vivo:ConferencePoster
        a                owl:Class ;
        rdfs:label       "Póster en Conferencia"@es , "Conference Poster"@en ;
        rdfs:subClassOf  bibo:Document ;
        obo:IAO_0000115  "The digital file (or physical equivalent), if available after the conference, vs. the act of attending/presenting: use ConferencePresentation for information about date/time/location/name of the event where the poster was presented" .

:Funded  a               owl:Class ;
        rdfs:label       "Funded"@en ;
        rdfs:subClassOf  :Status .

:ResearchResult  a       owl:Class ;
        rdfs:label       "Resultado de investigación"@es , "Research Result"@en ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  owl:Thing ;
                           owl:onProperty     <http://purl.org/spar/cito/cites>
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdf:Seq ;
                           owl:onProperty     :seqOfAuthors
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :ResearchResult ;
                           owl:onProperty     :hasSucessor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  bibo:Webpage ;
                           owl:onProperty     foaf:homepage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a                   owl:Class ;
                                                owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                     owl:onProperty      skos:inScheme ;
                                                                                     owl:someValuesFrom  :KnowledgeArea
                                                                                   ] )
                                              ] ;
                           owl:onProperty     :hasKnowledgeArea
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :correspondingAuthor ;
                           owl:someValuesFrom  foaf:Person
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :ResearchObjectExpense ;
                           owl:onProperty     :spends
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     bibo:abstract
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :ResearchResult ;
                           owl:onProperty     :researchResultHasPart
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :language
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :seqOfAuthors ;
                           owl:someValuesFrom  rdf:Seq
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     vivo:freetextKeyword
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:License ;
                           owl:onProperty     :hasLicense
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdf:Seq ;
                           owl:onProperty     bibo:authorList
                         ] .

:EthicalAudit  a          owl:Class ;
        rdfs:label        "EthicalAudit"@en ;
        rdfs:subClassOf   :EthicalReport ;
        owl:disjointWith  :EthicalValidation .

obo:IAO_0000116  a  owl:AnnotationProperty .

:referencedLaw  a     owl:DatatypeProperty ;
        rdfs:comment  "A reference law that establishes a position."@en ;
        rdfs:domain   bfo:BFO_0000023 ;
        rdfs:label    "reference law"@en ;
        rdfs:range    xsd:string .

vivo:InvitedTalk  a      owl:Class ;
        rdfs:label       "Invited Talk"@en , "Charla Invitada"@es ;
        rdfs:subClassOf  vivo:Presentation .

ero:ERO_0000225  a       owl:Class ;
        rdfs:label       "Rol de Educador"@es , "Educator Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        obo:IAO_0000112  "A teacher." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A role inhering in a person or organization that is realized when the bearer participates in providing education to a student or group of students." ;
        obo:IAO_0000117  "PERSON: Nicole Vasilevsky" ;
        obo:IAO_0000119  "PERSON: Nicole Vasilevsky" .

ero:ERO_0000785  a       owl:Class ;
        rdfs:label       "Rol de Estudiante Graduado"@es , "Graduate Student Role"@en ;
        rdfs:subClassOf  ero:ERO_0000783 ;
        obo:IAO_0000112  "A PhD student at a university." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A student role inhering in a person that is realized when the bearer participates a course of study at a university or institution in pursuit of an graduate or professional degree." ;
        obo:IAO_0000117  "PERSON: Nicole Vasilevsky" ;
        obo:IAO_0000119  "http://www.thefreedictionary.com/student" .

vivo:NonFacultyAcademicPosition
        a                owl:Class ;
        rdfs:label       "Posición Académica no de Facultad"@es , "Non-Faculty Academic Position"@en ;
        rdfs:subClassOf  vivo:Position ;
        obo:IAO_0000112  "Those positions are held by people who do academic work but do not have faculty positions in universities or institutes." , "Researcher; Academic Extension Associate; Postdoctoral Associate" ;
        obo:IAO_0000115  "A position involving academic work but without faculty status" .

vivo:FacultyMentoringRelationship
        a                owl:Class ;
        rdfs:label       "Relación de Mentor de Facultad"@es , "Faculty Mentoring Relationship"@en ;
        rdfs:subClassOf  vivo:AdvisingRelationship ;
        obo:IAO_0000115  "An advisory relationship in which one faculty member mentors another faculty member." .

:LibrarianPositionEmeritus
        a                owl:Class ;
        rdfs:comment     "A retired librarian who has retained their rank, title and privileges."@en ;
        rdfs:label       "Posición de Bibliotecario Emérito"@es , "Librarian Position Emeritus"@en ;
        rdfs:subClassOf  vivo:LibrarianPosition .

:AuditeeRole  a          owl:Class ;
        rdfs:label       "Rol de Auditado"@es , "Auditee Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 .

:taughtBy  a           owl:ObjectProperty ;
        rdfs:label     "taught by"@en ;
        owl:inverseOf  :teaches .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :BachelorsDegree :DoctoralDegree :MastersDegree )
] .

:hasResearchContribution
        a           owl:ObjectProperty ;
        rdfs:label  "has research contribution"@en .

oa:editing  a             oa:Motivation , owl:NamedIndividual ;
        rdfs:comment      "The motivation for when the user intends to request a change or edit to the Target resource." ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "editing" .

:hasCode  a           owl:ObjectProperty ;
        rdfs:comment  "A concept can be asigned a code."@en ;
        rdfs:domain   skos:Concept ;
        rdfs:label    "has Code"@en ;
        rdfs:range    skos:Concept .

ero:ERO_0000393  a       owl:Class ;
        rdfs:comment     "Coordinate with NIF. NIF ID: nlx_res_20090444" ;
        rdfs:label       "Training Service"@en , "Servicio de Formación"@es ;
        rdfs:subClassOf  ero:ERO_0000005 ;
        obo:IAO_0000112  "Training a researcher to use a microscope." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "A service offering that describes a service in which the provider offers educational materials or events, such as courses, workshops or graduate programs, to the service consumer" ;
        obo:IAO_0000117  "PERSON: Matt Brush" ;
        obo:IAO_0000119  "PERSON: Matthew Brush" .

skos:broader  a  owl:AnnotationProperty .

ero:ERO_0001262  a       owl:Class ;
        rdfs:label       "Data Analysis Service"@en , "Servicio de Análisis de Datos"@es ;
        rdfs:subClassOf  ero:ERO_0001261 ;
        obo:IAO_0000112  "Sequence data analysis." ;
        obo:IAO_0000114  iao:IAO_0000120 ;
        obo:IAO_0000115  "An analysis service offering that describes a service in which the consumer provides some input data and a service provider transforms, models, or interprets the input data and returns this generated data as output" ;
        obo:IAO_0000117  "PERSON: Matt Brush" ;
        obo:IAO_0000118  "data processing service" , "data transformation service" ;
        obo:IAO_0000119  "PERSON: Matthew Brush" .

:Signed  a               owl:Class ;
        rdfs:label       "Signed"@en ;
        rdfs:subClassOf  :Status .

:CurriculumVitae  a      owl:Class ;
        rdfs:comment     "roh:CurriculumVitae adds extra fields necessary to be able to complete the CV of a foaf:Person which cannot be extracted from the relationships with roh:ResearchObject and vivo:Project, among others, that a foaf:Person may have." , "A document used and created by a person to present their background, skills and accomplishments."@en ;
        rdfs:label       "Currículum vitae"@gl , "Currículum vitae"@es , "Currículum vitae"@en , "Currículum vitae"@ca-es , "Currículum vitae"@ca-ad , "Curriculum vitae"@pt , "Curriculum Vitae"@es , "Curriculum Vitae"@en , "Curriculum vitae"@fr , "Curriculum vitae"@eu ;
        rdfs:subClassOf  bibo:Document ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :summary
                         ] ;
        skos:altLabel    "Curriculum vitæ"@pt , "Curriculum vitæ"@fr , "Résumé"@en , "CV"@gl , "CV"@fr , "CV"@eu , "CV"@es , "CV"@en , "CV"@ca , "CV"@pt , "Curriculum vitae"@es , "Curriculum vitae"@ca , "Currículo"@pt , "Currículo"@gl , "Currículo"@es , "Resume"@en , "Currículum"@es , "Currículum"@ca ;
        skos:prefLabel   "Curriculum vitae"@pt , "Curriculum vitae"@fr , "Curriculum vitae"@en , "Currículum vitae"@es , "Currículum vitae"@ca .

vivo:Position  a         owl:Class ;
        rdfs:comment     "vivo:Position is reused from VIVO ontology and is refined with the position subclasses previously identified by vivo:Position, e.g. vivo:LibrarianPosition. This entity is subject to refinement according to the country where it is applied. For instance, in ROHES extension to ROH ontology we encounter rohes:ProfesorTitularDeUniversidad, i.e. equivalent position to Associate Professor in Spain." ;
        rdfs:label       "Position"@en , "Posición"@es ;
        rdfs:subClassOf  vivo:Relationship ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  foaf:Person
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:int ;
                           owl:onProperty     vivo:rank
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  foaf:Organization
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeInterval ;
                           owl:onProperty     vivo:dateTimeInterval
                         ] ;
        obo:IAO_0000112  "Director of Admissions and Placement; Associate University Librarian" , "An employment activity, whether compensated or not. Short definition comes from http://en.wikipedia.org/wiki/Position, and has been modified." ;
        obo:IAO_0000115  "Particular position in an organization, commonly identified by job title, and normally associated with a job description that details the tasks and responsibilities that go with the position." .

:RoundTable  a           owl:Class ;
        rdfs:label       "Round Table"@en ;
        rdfs:subClassOf  :Activity .

<http://prismstandard.org/namespaces/1.2/basic/startingPage>
        a                       owl:DatatypeProperty ;
        rdfs:comment            "Starting page number within a continuous page range."@en ;
        rdfs:label              "starting page"@en , "página inicial"@es ;
        owl:equivalentProperty  bibo:pageStart .

:projectID  a               owl:DatatypeProperty ;
        rdfs:domain         vivo:Project ;
        rdfs:label          "project ID"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  vivo:identifier .

vivo:courseCredits  a  owl:DatatypeProperty ;
        rdfs:comment  "The number of credits a course has."@en ;
        rdfs:label    "créditos"@es , "credits"@en .

obo:IAO_0000111  a  owl:AnnotationProperty .

bibo:Document  a          owl:Class ;
        rdfs:comment      "A document (noun) is a bounded physical representation of body of information designed with the capacity (and usually intent) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information."@en , "ResearchObjects related to publication concept are based on types defined by BIBO ontology. Currently, the following set of publication-related entities are supported: bibo:Document (Article, ConferencePaper, EditorialArticle, Book, Proceedings, ConferencePaper, Chapter, Thesis)\n\nThis is a type of roh:ResearchObjects related to publication concept. It is based on types defined by BIBO ontology. Currently, the following set of publication-related entities are supported: bibo: bibo:Collection (Periodical, Journal, Magazine) and bibo:Document (Article, ConferencePaper, EditorialArticle, Book, Proceedings, ConferencePaper, Chapter, Thesis) and obo:Software. bibo:Thesis has been refined into roh:BachelorsThesis, roh:MastersThesis and roh:PhDThesis. Notably a new subclass of bibo:Collection named roh:Dossier has been created. Under such collection can be included the reports usually associated to a project, e.g.  roh:EthicalReport, roh:EvaluationSummary, roh:Justification, vivo:ResearchProposal. A roh:Dossier is bound through object property vivo:relates with a vivo:Project" , "Content made available to the general public. In the case of ASIO, often scientific or academic contents published."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Publicación académica"@gl , "Publicación académica"@es , "Academic publication"@en , "Documento"@es , "Publicació acadèmica"@ca-es , "Publicació acadèmica"@ca-ad , "Publicación"@gl , "Publicación"@es , "Publicação"@pt , "Publication"@fr , "Publication"@en , "Publication académique"@fr , "Publicació"@ca-es , "Publicació"@ca-ad , "Document"@en , "Publicação acadêmica"@pt ;
        rdfs:subClassOf   iao:IAO_0000030 ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                            owl:onProperty      bibo:pageEnd
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     :title
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  vivo:DateTimeValue ;
                            owl:onProperty     vivo:dateIssued
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     bibo:abstract
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     bibo:pageStart
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     vivo:freetextKeyword
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :ResearchResult ;
                            owl:onProperty     :partOfResearchResult
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  foaf:Person ;
                            owl:onProperty     :correspondingAuthor
                          ] ;
        rdfs:subClassOf   [ a                            owl:Restriction ;
                            owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                            owl:onClass                  vivo:DateTimeValue ;
                            owl:onProperty               vivo:dateIssued
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :Repository ;
                            owl:onProperty     :partOfRepository
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  [ a            owl:Class ;
                                                 owl:unionOf  ( bibo:Book bibo:Collection )
                                               ] ;
                            owl:onProperty     vivo:hasPublicationVenue
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     bibo:doi
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                            owl:onProperty      bibo:pageStart
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdf:Seq ;
                            owl:onProperty     :seqOfAuthors
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :title ;
                            owl:someValuesFrom  xsd:string
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdf:Seq ;
                            owl:onProperty     bibo:authorList
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  [ a            owl:Class ;
                                                 owl:unionOf  ( :Accepted :Rejected )
                                               ] ;
                            owl:onProperty     :documentStatus
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                            owl:onProperty      bibo:authorList
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     bibo:pageEnd
                          ] ;
        skos:prefLabel    "Publicação acadêmica"@pt , "Publicació"@ca-ad , "Publicació"@ca-es , "Publicación"@es , "Publicación"@gl , "Publication"@fr , "Publicación académica"@es , "Publicación académica"@gl , "Publication"@en , "Publicação"@pt , "Academic publication"@en , "Publication académique"@fr , "Publicació acadèmica"@ca-ad , "Publicació acadèmica"@ca-es ;
        owl:disjointWith  ero:ERO_0000071 ;
        ns:term_status    "stable" .

vivo:University  a       owl:Class ;
        rdfs:comment     "A centre at which higher education and research is conducted."@en ;
        rdfs:label       "Unibertsitate"@eu , "Universidad"@es , "Université"@fr , "Universitat"@ca-es , "Universitat"@ca-ad , "Universidade"@pt , "Universidade"@gl , "University"@en ;
        rdfs:subClassOf  foaf:Organization ;
        obo:IAO_0000112  "University of Florida; Washington University in St. Louis" , "Definition taken from: http://en.wikipedia.org/wiki/University" ;
        obo:IAO_0000115  "An institution of higher education and research, which grants academic degrees in a variety of subjects, and provides both undergraduate education and postgraduate education." ;
        obo:IAO_0000412  <http://w3id.org/roh/mirror/vivo> ;
        skos:prefLabel   "Universidade"@pt , "Universidade"@gl , "Universitat"@ca-es , "Universitat"@ca-ad , "University"@en , "Unibertsitate"@eu , "Université"@fr .

:requires  a          owl:ObjectProperty ;
        rdfs:comment  "This property relates roles and their requisites, i.e. other roles."@en ;
        rdfs:domain   [ a            owl:Class ;
                        owl:unionOf  ( bfo:BFO_0000023 vivo:AwardedDegree )
                      ] ;
        rdfs:label    "requires"@en ;
        rdfs:range    [ a            owl:Class ;
                        owl:unionOf  ( bibo:Document bfo:BFO_0000023 )
                      ] .

:reservableOf  a      owl:ObjectProperty ;
        rdfs:comment  "An Infrastructure belonging to an Agent."@en ;
        rdfs:domain   :Reservable ;
        rdfs:label    "reservable of"@en , "reservable de"@es ;
        rdfs:range    foaf:Agent .

:AcademicSubject  a      owl:Class ;
        rdfs:comment     "Matière académique"@fr ;
        rdfs:label       "Unidade curricular acadêmica"@pt-pt , "Assignatura acadèmica"@ca-es , "Asignatura académica"@es , "Academic subject"@en ;
        rdfs:subClassOf  skos:ConceptScheme ;
        skos:altLabel    "Cadeira"@pt .

:EuropeanSocialFund  a  :FundingSource , owl:NamedIndividual ;
        rdfs:comment  "It is one of the European Structural and Investment Funds (ESIF), which are dedicated to improving social cohesion and economic well-being across the regions of the Union. The funds are redistributive financial instruments that support cohesion within Europe by concentrating spending on the less-developed regions."@en ;
        rdfs:label    "Fondo Social Europeo"@es , "European Social Fund"@en .

:SealOfQuality  a        owl:Class ;
        rdfs:comment     "A graphic mark indicating highest levels of quality in research, often measured in terms of relevant publications related to the researching activity."@en ;
        rdfs:label       "Label qualité"@fr , "Seal of quality"@en , "Segell de qualitat"@ca-es , "Segell de qualitat"@ca-ad , "Selo de qualidade"@pt , "Sello de calidad"@es ;
        rdfs:subClassOf  :Accreditation ;
        skos:prefLabel   "Seal of quality"@en , "Segell de qualitat"@ca-es , "Segell de qualitat"@ca-ad , "Selo de qualidade"@pt , "Sello de calidad"@es , "Label qualité"@fr .

:PhDThesisMetric  a      owl:Class ;
        rdfs:label       "PhD Thesis Metric"@en , "Métrica de Tesis Doctoral"@es ;
        rdfs:subClassOf  :ThesisMetric ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     :mark
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:boolean ;
                           owl:onProperty     :cumLaude
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :mark ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :cumLaude ;
                           owl:someValuesFrom  xsd:boolean
                         ] .

[ a            owl:AllDisjointClasses ;
  owl:members  ( bibo:Article bibo:Book bibo:CollectedDocument bibo:DocumentPart bibo:Patent bibo:Report bibo:Thesis bibo:Webpage vivo:Abstract vivo:ConferencePoster vivo:Dataset )
] .

obo:RO_0000057  a  owl:ObjectProperty .

bibo:volume  a              owl:DatatypeProperty ;
        rdfs:comment        "A volume number"@en ;
        rdfs:domain         bibo:Document ;
        rdfs:isDefinedBy    "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label          "volumen"@es , "volume"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  bibo:locator ;
        ns:term_status      "stable" .

iao:IAO_0000602  a  owl:AnnotationProperty .

bibo:presents  a          owl:ObjectProperty ;
        rdfs:comment      "Relates an event to associated documents; for example, conference to a paper."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "presents"@en , "presenta"@es .

:ResearchMaterial  a     owl:Class ;
        rdfs:label       "Research material"@en ;
        rdfs:subClassOf  obo:BFO_0000040 ;
        skos:prefLabel   "Research material"@en .

:projectStatus  a     owl:ObjectProperty ;
        rdfs:comment  "A project may be in a CLOSED, OPEN or in other future status that may be defined." ;
        rdfs:domain   vivo:Project ;
        rdfs:label    "project status"@en , "estado del proyecto"@es ;
        rdfs:range    [ a            owl:Class ;
                        owl:unionOf  ( :Closed :Open :ProposalSubmitted :Rejected )
                      ] .

oa:commenting  a          oa:Motivation , owl:NamedIndividual ;
        rdfs:comment      "The motivation for when the user intends to comment about the Target." ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "commenting" .

oa:Motivation  a          owl:Class ;
        rdfs:comment      "The Motivation class is used to record the user's intent or motivation for the creation of the Annotation, or the inclusion of the body or target, that it is associated with." ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "Motivation" ;
        rdfs:subClassOf   skos:Concept .

:mark   a             owl:DatatypeProperty ;
        rdfs:comment  "A judgment, expressed as a number or letter, about the quality of a work."@en ;
        rdfs:domain   :ThesisMetric ;
        rdfs:label    "nota"@es , "mark"@en ;
        rdfs:range    xsd:string .

vivo:FundingOrganization
        a                    owl:Class ;
        rdfs:comment         "A vivo:FundingOrganization inherits from foaf:Organization, it promotes (roh:promotes) a  roh:FundingSource who roh:funds a roh:FundingProgram. A roh:FundingProgram roh:funds with a roh:Funding linked to vivo:Projects through relationship roh:supports and through the roh:FundingAmounts in which is divided a roh:Funding, through roh:grants to different foaf:Organizations." ;
        rdfs:label           "Organización Financiadora"@es , "Funding Organization"@en ;
        obo:IAO_0000112      "National Institute of Health (NIH)" ;
        obo:IAO_0000115      "An organization that provides financial support to individuals or organizations to carry out specified activities." , "A defined class of organizations that fund Grants" ;
        obo:IAO_0000412      <http://w3id.org/roh/mirror/vivo> ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( foaf:Organization [ a                   owl:Restriction ;
                                                                         owl:onProperty      :promotes ;
                                                                         owl:someValuesFrom  [ a            owl:Class ;
                                                                                               owl:unionOf  ( :FundingProgram :FundingSource )
                                                                                             ]
                                                                       ] [ a                  owl:Restriction ;
                                                                           owl:allValuesFrom  :Funding ;
                                                                           owl:onProperty     :funds
                                                                         ] [ a                  owl:Restriction ;
                                                                             owl:allValuesFrom  [ a            owl:Class ;
                                                                                                  owl:unionOf  ( :FundingProgram :FundingSource )
                                                                                                ] ;
                                                                             owl:onProperty     :promotes
                                                                           ] )
                             ] .

:PublicationMetric  a    owl:Class ;
        rdfs:comment     "Un artículo es citado roh:citationCount veces en la red the roh:metricName. Ejemplo: si un artículo ha sido citado 5 veces en la Web of Science, entonces los atributos roh:metricName debe ser Web Of Science y roh:citationCount 5. De este modo, una roh:metricName puede ser roh y el valor de roh:citationCount el número de veces que dicho artículo ha sido citado en el grafo de conocimiento de esta ontología."@es , "An article is cited roh:citationCount times in the roh:metricName network. Example: if an article is cited 5 times in the Web of Science, then the roh:metricName should be Web of Science and the roh:citationCount 5. Thus, a roh:metricName can be roh and the value of roh:citationCount the number of times that article has been cited in the knowledge graph of this ontology."@en ;
        rdfs:label       "Publication Metric"@en , "Métrica de Publicación"@es ;
        rdfs:subClassOf  :Metric ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:integer ;
                           owl:onProperty     :citationCount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      :metricName ;
                           owl:someValuesFrom  xsd:string
                         ] .

:ReservableConsumerRole
        a                owl:Class ;
        rdfs:label       "ReservableConsumerRole"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 .

:MastersSupervisingRelationship
        a                owl:Class ;
        rdfs:label       "Relación de Supervisión de Máster Universitario"@es , "Master's Supervising Relationship"@en ;
        rdfs:subClassOf  :SupervisingRelationship ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  :MastersThesis ;
                           owl:onProperty     :produces
                         ] .

:AcademicAccreditation
        a                owl:Class ;
        rdfs:comment     "An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or  de facto authority or assumed competence to do so in the academic field."@en ;
        rdfs:label       "Acreditación Académica"@es , "Academic Accreditation"@en ;
        rdfs:subClassOf  :Accreditation .

ro:RO_0000052  a         owl:FunctionalProperty , owl:ObjectProperty ;
        rdfs:comment     "This clarifies that only specifically dependent continuants inhere in (specifically) one independent continuant over all time. For GDCs, there in implicitly inherence to all the independent continuants in which the concretizations inhere. Should add a 'cardinality 1' restriction to the definition of specifically dependent continuant."@en ;
        rdfs:label       "inheres in"@en , "hereda en"@es ;
        obo:IAO_0000116  "This relation belongs in BFO/RO, and will be in BFO 2" ;
        owl:inverseOf    ro:RO_0000053 .

uneskos:hasMainConcept
        a       owl:AnnotationProperty .

:BachelorsDegreeSubject
        a                owl:Class ;
        rdfs:comment     "Unidade curricular de grau"@pt ;
        rdfs:label       "Bachelor's degree subject"@en , "Assignatura de grau"@ca-es , "Assignatura de bàtxelor"@ca-ad , "Asignatura de grao"@gl ;
        rdfs:subClassOf  :AcademicSubject .

:ServiceContract  a      owl:Class ;
        rdfs:label       "Contrato de servicio"@es , "Contrat de service"@fr , "Contracte de servei"@ca-es , "Service contract"@en , "Contrato de serviço"@pt ;
        rdfs:subClassOf  vivo:Contract ;
        skos:prefLabel   "Contrato de serviço"@pt , "Service contract"@en , "Contrat de service"@fr , "Contracte de servei"@ca-es , "Contrato de servicio"@es .

skos:member  a  owl:AnnotationProperty .

foaf:Organization  a      owl:Class ;
        rdfs:comment      "An organization." , "A foaf:Organization (and its subclasses, e.g. vivo:FundingOrganization), an roh:Activity and a vivo:Project are bound to a geographical scope (geonames:Feature) a través de la relación geonames:locatedIn. All the entities of ROH which have to be defined within a geographical scope have the geonames:locatedIn object property. \n\nAn Organization in ROH is a foaf:Organization which carries out several roh:Project. It is a child of foaf:Agent. Some organization can emit roh:Acreditation (e.g. ANECA or CENAI in Spain), those belonging to subclass roh:AccreditationIssuer, or award degrees (vivo:AwardedDegree), those of subclass vivo:University. An Organization may receive several roh:FundingAmount, corresponding to a roh:Funding, obtained through a roh:FundingProgram provided by a vivo:FundingOrganization through a roh:FundingSource. As a foaf:Agent an Organization may be involved in several roh:Actitity, has several instances of attribute roh:researchLine, is associated through roh:hasKnowledgeArea with roh:KnowledgeArea and bound to a geographical scope through gn:locatedIn with gn:Feature, it may also have a time span through vivo:dateTimeInterval linking it with an instance of vivo:DateTimeInterval.\n\nBased on FOAF, the foaf:Organization entity takes into account the object properties (attributes: roh:acronym, headcount, turnover, foaf:homepage) and data properties (links) defined by the Organization Unit in CERIF. It also takes into account and supports the relationships of CERIF Equipment (via roh:Equipment and roh:hasInfrastructure), ElectronicAddress (obo:hasContactInfo), Event (roh:Activity), Expertise and Skill (via vivo:keywords and roh:hasKnowledgeArea), Facility (vivo:Facility and roh:hasInfrastructure), Funding (roh:Funding), Organization Unit (kinship relationships between organizations can be established with vivo:hasPart and vivo:partOf), Prize Award (through roh:Accreditation), Result Patent, Result Product, Result Publication and Service - all of them through roh:ResearchObject which can be obtained through the roh:produces relationship from the Projects in which an organization participates by playing a declared role through roh:hasRole, Person (through roh:hasPosition). Therefore, the CERIF data model for Organization is covered.\n\nAn exhaustive hierarchy of organizations is includes, e.g. roh:AccreditationIssuer, vivo:Company or vivo:University, among many others. \n\nBesides, an instance of a foaf:Organization is associated to the following entities through object properties:\n- roh:Accreditation, where an organization of type roh:AccrediationIssuer issues (roh:issues) accreditations, e.g. roh:ResearchAccreditation or roh:AcademicAccreditation.  \n- roh:Activity, where an organization may play vivo:OrganizerRole through roh:hasRole in an activity or may through its participation role in a project participate (roh:participates) in an activity. \n- vivo:AwardedDegree, where and organization may roh:awards degrees which are related to both a concrete vivo:AcademicDegree and an instance of foaf:Person. \n- skos:Concept, where an organization through roh:hasKnowledgeArea may be associated to several knowledge areas, defined as instance data of thesaurus created with SKOS ontology. \n- vivo:DateTimeInterval, where an organization may exist during a given time interval\n- gn:Feature through relationship gn:locatedIn, where an organization may be associated a geographical scope.  \n- roh:FundingAmount where an organization may receive several funding amounts part of a roh:Funding through roh:grants object property. \n- vcard:Individual, where an organization obo:hasContactInfo described through ontology vcard. \n- roh:Infrastructure, where an organization may roh:hasInfrastructure, belonging to any of its subclasses, e.g. roh:Equipment or vivo:Facility. \n- foaf:Organization, where a foaf:Organization may be linked through vivo:hasSucessorOrganization or vivo:hasPredecessorOrganization with another foaf:Organization or may be part of (vivo:partOf) or include (vivo:hasPart) other several foaf:Organization." , "An organization" ;
        rdfs:isDefinedBy  foaf: ;
        rdfs:label        "Organization"@en , "Organization" , "Organización"@es ;
        rdfs:subClassOf   foaf:Agent ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  foaf:Organization ;
                            owl:onProperty     ro:BFO_0000051
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     vivo:freetextKeyword
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  foaf:Organization ;
                            owl:onProperty     vivo:hasPredecessorOrganization
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :hasContactInfo ;
                            owl:someValuesFrom  <http://w3id.org/roh/mirror/vcard#Organization>
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      vivo:identifier ;
                            owl:someValuesFrom  rdfs:Literal
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :Reservable ;
                            owl:onProperty     :hasReservable
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  [ a                   owl:Class ;
                                                 owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                                                      owl:onProperty      skos:inScheme ;
                                                                                      owl:someValuesFrom  :KnowledgeArea
                                                                                    ] )
                                               ] ;
                            owl:onProperty     :hasKnowledgeArea
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  rdfs:Literal ;
                            owl:onProperty     vivo:abbreviation
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ero:ERO_0000005 ;
                            owl:onProperty     :provides
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  <http://w3id.org/roh/mirror/geonames#Feature> ;
                            owl:onProperty     <http://w3id.org/roh/mirror/geonames#locatedIn>
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  vivo:DateTimeInterval ;
                            owl:onProperty     vivo:dateTimeInterval
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      vivo:description ;
                            owl:someValuesFrom  xsd:string
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :Accreditation ;
                            owl:onProperty     :hasAccreditation
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  foaf:Organization ;
                            owl:onProperty     vivo:hasSuccessorOrganization
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  bibo:Document ;
                            owl:onProperty     foaf:homepage
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :Activity ;
                            owl:onProperty     :participates
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  xsd:string ;
                            owl:onProperty     foaf:name
                          ] ;
        obo:IAO_0000111   "organization" ;
        obo:IAO_0000112   "Only use if no specific subclasses of foaf:organization desribe the organization." , "This class will display all the instances in the subclasses below it, as well as any organizations that were added as part of this generic class because there wasn't a specific class available." ;
        obo:IAO_0000115   "A generic class encompassing several types of organizations." , "A kind of Agent corresponding to social instititutions such as companies, societies etc." ;
        obo:IAO_0000117   "PERSON: Scott Hoffmann" ;
        obo:IAO_0000118   "" ;
        skos:scopeNote    "Ued to describe an organization related to bibliographic items such as a publishing company, etc."@en ;
        owl:disjointWith  foaf:Person ;
        ns:term_status    "stable" .

vivo:GovernmentAgency
        a                owl:Class ;
        rdfs:label       "Government Agency"@en , "Agencia Gubernamental"@es ;
        rdfs:subClassOf  foaf:Organization ;
        obo:IAO_0000112  "United States Library of Congress" , "Definition take from: http://en.wikipedia.org/wiki/Government_agency." ;
        obo:IAO_0000115  "A unit of government responsible for oversight and regulation of certain activities or the administration and provision of specific services." ;
        obo:IAO_0000412  <http://w3id.org/roh/mirror/vivo> .

[ a            owl:AllDisjointClasses ;
  owl:members  ( obo:BFO_0000040 :Accreditation :Expense :Funding :FundingAmount :FundingProgram :FundingSource :Invention :Metric :Product :Status foaf:Agent <http://w3id.org/roh/mirror/geonames#Feature> oa:Annotation bfo:BFO_0000008 bfo:BFO_0000015 bfo:BFO_0000023 ero:ERO_0000005 ero:ERO_0000071 skos:Concept skos:ConceptScheme <http://w3id.org/roh/mirror/vcard#Address> <http://w3id.org/roh/mirror/vcard#Email> <http://w3id.org/roh/mirror/vcard#Kind> <http://w3id.org/roh/mirror/vcard#Name> vivo:AcademicDegree vivo:Relationship rdf:List rdf:Seq )
] .

:AuditingRelationship
        a                owl:Class ;
        rdfs:label       "Relación de Auditoría"@es , "Auditing Relationship"@en ;
        rdfs:subClassOf  vivo:Relationship ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeValue ;
                           owl:onProperty     vivo:dateTimeValue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  :AuditorRole
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  :AuditeeRole
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      vivo:relates ;
                           owl:someValuesFrom  foaf:Agent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  vivo:DateTimeInterval ;
                           owl:onProperty     vivo:dateTimeInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            owl:Class ;
                                                owl:unionOf  ( :AuditeeRole :AuditorRole foaf:Agent )
                                              ] ;
                           owl:onProperty     vivo:relates
                         ] .

:knowledgeAreaOf  a   owl:ObjectProperty ;
        rdfs:comment  "A skos:Concept which is the knowledge area of some entity."@en ;
        rdfs:domain   [ a                   owl:Class ;
                        owl:intersectionOf  ( skos:Concept [ a                   owl:Restriction ;
                                                             owl:onProperty      skos:inScheme ;
                                                             owl:someValuesFrom  :KnowledgeArea
                                                           ] )
                      ] ;
        rdfs:label    "knowledge area of"@en , "area de conocimiento de"@es .

:TestPhdCoSupervisor  a  foaf:Person , owl:NamedIndividual ;
        rdfs:label  "TestPhdCoSupervisor"@en .

:Invoice  a              owl:Class ;
        rdfs:label       "Invoice"@en , "Factura"@es ;
        rdfs:subClassOf  bibo:Document .

:TestStartDateTimeValue
        a              vivo:DateTimeValue , owl:NamedIndividual ;
        rdfs:label     "TestStartDateTimeValue"@en ;
        vivo:dateTime  "2011-09-01T00:00:00"^^xsd:dateTime .

:publicCompany  a     owl:DatatypeProperty ;
        rdfs:comment  "To define if a Company is public or not."@en ;
        rdfs:domain   vivo:Company ;
        rdfs:label    "public company"@en , "empresa pública"@es ;
        rdfs:range    xsd:boolean .

vivo:Competition  a      owl:Class ;
        rdfs:label       "Competition"@en , "Competición"@es ;
        rdfs:subClassOf  :Activity ;
        obo:IAO_0000112  "Not the same as an award or distinction." , "Intel Talent Search; poetry contest" ;
        obo:IAO_0000115  "An occasion on which a winner is selected from among two or more contestants." .

:ReservableSoftware  a       owl:Class ;
        rdfs:comment         "Software that is reservable."@en , "Esta entidad denota el Software que es reservable."@es ;
        rdfs:label           "Software Reservable"@es , "Reservable Software"@en ;
        rdfs:subClassOf      ero:ERO_0000071 ;
        owl:disjointWith     iao:IAO_0000030 ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( :Reservable ero:ERO_0000071 )
                             ] .

:title  a             owl:DatatypeProperty ;
        rdfs:comment  "A data property that associates a title to any ROH entity requiring it." ;
        rdfs:label    "título"@es , "title"@en .

:Researching  a          owl:Class ;
        rdfs:label       "Researching"@en ;
        rdfs:subClassOf  vivo:ResearcherRole .

bibo:issn  a          owl:DatatypeProperty ;
        rdfs:comment  "An eight-digit serial number used to uniquely identify a serial publication, such as a magazine"@en ;
        rdfs:label    "issn"@es , "issn"@en .

:MediumEnterprise  a     owl:Class ;
        rdfs:comment     "An enterprise which employ fewer than 250 persons and which have an annual turnover not exceeding EUR 50 million, and/or an annual balance sheet total not exceeding EUR 43 million."@en ;
        rdfs:label       "Medium Enterprise"@en ;
        rdfs:subClassOf  vivo:Company .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :AuthorMetric :DegreeMetric :PublicationMetric :ResearchGroupMetric )
] .

uneskos:memberOf  a  owl:AnnotationProperty .

:Teaching  a             owl:Class ;
        rdfs:label       "Teaching"@en ;
        rdfs:subClassOf  vivo:TeacherRole .

:isSpinfoffOf  a      owl:ObjectProperty ;
        rdfs:comment  "A Company which is an spinoff of an Organization."@en ;
        rdfs:domain   vivo:Company ;
        rdfs:label    "spins of from"@en , "is spinoff of"@en , "es spinoff de"@es ;
        rdfs:range    foaf:Organization .

:PropertyClassification
        a                owl:Class ;
        rdfs:label       "Property Classification"@en , "Clasificación de la propiedad"@es ;
        rdfs:subClassOf  skos:ConceptScheme .

bfo:BFO_0000179  a  owl:AnnotationProperty .

vivo:PrincipalInvestigatorRole
        a                owl:Class ;
        rdfs:label       "Rol de Investigador Principal"@es , "Principal Investigator Role"@en ;
        rdfs:subClassOf  vivo:InvestigatorRole ;
        obo:IAO_0000115  "Role of a person to direct a project or activity being supported by an Agreement (for example, a grant), and who is accountable to the grantee for the proper conduct of the project or activity. Also known as Program Director or Project Director." .

:spends  a             owl:ObjectProperty ;
        rdfs:comment   "An entity spending an Expense."@en ;
        rdfs:label     "spends"@en , "gasta"@es ;
        rdfs:range     :Expense ;
        owl:inverseOf  :spentBy .

:TestPhdSupervisor  a  foaf:Person , owl:NamedIndividual ;
        rdfs:label  "TestPhdSupervisor"@en .

dct:conformsTo  a  owl:AnnotationProperty .

:hasPatent  a        owl:ObjectProperty ;
        rdfs:domain  :Invention ;
        rdfs:label   "has patent"@en ;
        rdfs:range   bibo:Patent .

bibo:AudioVisualDocument
        a                owl:Class ;
        rdfs:comment     "Audiovisual recording in any format"@en ;
        rdfs:label       "Audio-visual document"@en ;
        rdfs:subClassOf  bibo:Document .

:UniversityDivision  a   owl:Class ;
        rdfs:comment     "A division within a university (school, faculty, etc.)"@en ;
        rdfs:label       "Division d'université"@fr , "Divisió d'universitat"@ca-es , "Divisió d'universitat"@ca-ad , "División de universidade"@gl , "University division"@en , "División de universidad"@es , "Divisão de universidade"@pt ;
        rdfs:subClassOf  foaf:Organization .

vivo:scopusId  a            owl:DatatypeProperty ;
        rdfs:domain         foaf:Person ;
        rdfs:label          "Scopus ID"@en ;
        rdfs:subPropertyOf  vivo:identifier ;
        obo:IAO_0000112     "Home page for Scopus: http://www.scopus.com/home.url" .

vivo:eRACommonsId  a        owl:DatatypeProperty ;
        rdfs:domain         foaf:Person ;
        rdfs:label          "eRA Commons ID"@en ;
        rdfs:subPropertyOf  vivo:identifier .

:advises  a            owl:ObjectProperty ;
        rdfs:domain    foaf:Person ;
        rdfs:label     "advises"@en ;
        rdfs:range     bibo:Document ;
        owl:inverseOf  :isAdvisedBy .

oa:identifying  a         oa:Motivation , owl:NamedIndividual ;
        rdfs:comment      "The motivation for when the user intends to assign an identity to the Target or identify what is being depicted or described in the Target." ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/oa#> ;
        rdfs:label        "identifying" .

vivo:License  a          owl:Class ;
        rdfs:label       "License"@en , "Licencia"@es ;
        rdfs:subClassOf  :Accreditation ;
        obo:IAO_0000112  "Licenses are usually issued in order to regulate some activity that is deemed to be dangerous or a threat to the person or the public or which involves a high level of specialized skill.  See also core:Licensure." ;
        obo:IAO_0000115  "Official or legal permission to do something" .

bibo:Magazine  a          owl:Class ;
        rdfs:comment      "A periodical of magazine Articles. A magazine is a publication that is issued periodically, usually bound in a paper cover, and typically contains essays, stories, poems, etc., by many writers, and often photographs and drawings, frequently specializing in a particular subject or area, as hobbies, news, or sports."@en ;
        rdfs:isDefinedBy  "http://w3id.org/roh/mirror/bibo#"^^xsd:anyURI ;
        rdfs:label        "Magazine"@en , "Revista"@es ;
        rdfs:subClassOf   bibo:Periodical ;
        obo:IAO_0000112   "Abstracts and bibliographies are usually not included in magazines." , "New Yorker" ;
        obo:IAO_0000115   "Contains articles of current events or general interest, geared to the reading public as being informative or recreational" ;
        ns:term_status    "stable" .

:ResearchAccreditation
        a                owl:Class ;
        rdfs:comment     "An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or  de facto authority or assumed competence to do so in the research field."@en ;
        rdfs:label       "Research Accreditation"@en , "Acreditación de Investigación"@es ;
        rdfs:subClassOf  :Accreditation .

:Open   a                owl:Class ;
        rdfs:label       "Open"@en ;
        rdfs:subClassOf  :Status .

:ThesisViva  a           owl:Class ;
        rdfs:comment     "An oral examination in which a PhD Student defends her/his doctoral thesis."@en ;
        rdfs:label       "Thesis Viva"@en , "Defensa de Tesis"@es ;
        rdfs:subClassOf  :Activity .

:quartile  a          owl:DatatypeProperty ;
        rdfs:comment  "The quartile to which a Journal publication belongs."@en ;
        rdfs:domain   :JournalMetric ;
        rdfs:label    "quartile"@en , "cuartil"@es ;
        rdfs:range    [ a          rdfs:Datatype ;
                        owl:oneOf  [ a          rdf:List ;
                                     rdf:first  "Q1" ;
                                     rdf:rest   [ a          rdf:List ;
                                                  rdf:first  "Q2" ;
                                                  rdf:rest   [ a          rdf:List ;
                                                               rdf:first  "Q3" ;
                                                               rdf:rest   [ a          rdf:List ;
                                                                            rdf:first  "Q4" ;
                                                                            rdf:rest   ()
                                                                          
                                                                          ]
                                                             ]
                                                ]
                                   ]
                      ] .

:FacultyPositionEmeritus
        a                owl:Class ;
        rdfs:comment     "A retired professor who has retained their rank, title and privileges."@en ;
        rdfs:label       "Posición de Profesor Emérito"@es , "Faculty Position Emeritus"@en ;
        rdfs:subClassOf  vivo:FacultyPosition .

:ExpenseClassification
        a                owl:Class ;
        rdfs:label       "Expense Classification"@en ;
        rdfs:subClassOf  skos:ConceptScheme .

:hasSucessor  a     owl:ObjectProperty ;
        rdfs:label  "tiene sucesor"@es , "has sucessor"@en .

dct:publisher  a  owl:AnnotationProperty .

vivo:Dataset  a          owl:Class ;
        rdfs:label       "Dataset"@en , "Conjunto de Datos"@es ;
        rdfs:subClassOf  bibo:Document ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  bibo:Document ;
                           owl:onProperty     <http://purl.org/spar/cito/isCitedAsDataSourceBy>
                         ] ;
        obo:IAO_0000112  "US Patent Data; US Job Data" ;
        obo:IAO_0000115  "A named collection of data, usually containing only one type of data" .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :Award :CourseCertificate :LanguageCertificate )
] .

:Product  a           owl:Class ;
        rdfs:comment  "A product as outcome of a project."@en ;
        rdfs:label    "Product"@en .

vivo:supportedInformationResource
        a             owl:ObjectProperty ;
        rdfs:comment  "an information resource (typically a publication) supported by (typically via funding) an agreement (such as a grant)"@en ;
        rdfs:label    "supported publications or other works"@en , "publicaciones admitidas u otros trabajos"@es .

:DoctoralDegree  a       owl:Class ;
        rdfs:label       "Doktorego"@eu , "Doutoramento"@pt , "Doutoramento"@gl , "Doctorat"@fr-fr , "Doctorat"@fr-ch , "Doctorat"@fr-ca , "Doctorat"@fr-be , "Doctorat"@ca-es , "Doctoral degree"@en , "Doctorat"@ca-ad , "Doctorado"@es ;
        rdfs:subClassOf  vivo:AcademicDegree ;
        skos:altLabel    "Doctorate"@en , "Doktoretza"@eu ;
        skos:prefLabel   "Doctorado"@es , "Doktorego"@eu , "Doctoral degree"@en , "Doctorat"@fr-fr , "Doctorat"@fr-ch , "Doctorat"@fr-be , "Doctorat"@ca-es , "Doctorat"@ca-ad , "Doctorat"@fr-ca , "Doutoramento"@pt , "Doutoramento"@gl .

:ResearchMethod  a       owl:Class ;
        rdfs:label       "Research method"@en ;
        rdfs:subClassOf  bfo:BFO_0000015 ;
        skos:prefLabel   "Research method"@en .

skos:topConceptOf  a  owl:AnnotationProperty .

:Rejected  a             owl:Class ;
        rdfs:label       "Rejected"@en ;
        rdfs:subClassOf  :Status .

:DegreeMetric  a         owl:Class ;
        rdfs:label       "Métrica de Grado"@es , "Degree Metric"@en ;
        rdfs:subClassOf  :Metric .

vivo:PeerReviewerRole
        a                owl:Class ;
        rdfs:label       "Rol de Revisor de Pares"@es , "Peer Reviewer Role"@en ;
        rdfs:subClassOf  vivo:ReviewerRole ;
        obo:IAO_0000112  "is a generic term for a process of self-regulation by a profession or a process of evaluation involving qualified individuals within the relevant field. Peer review methods are employed to maintain standards, improve performance and provide credibility. In academia  the term is often used to denote a prepublication review of academic papers; reviewing an academic paper is often called refereeing.\nContents\n[hide]" ;
        obo:IAO_0000115  "A role of peer reviewing" .

:citationCount  a     owl:DatatypeProperty ;
        rdfs:comment  "the number of times a publication has been cited (when used in PublicationMetric) or the total number of citations for all of an author's works (when used in AuthorMetric)"@en ;
        rdfs:domain   [ a            owl:Class ;
                        owl:unionOf  ( :AuthorMetric :PublicationMetric )
                      ] ;
        rdfs:label    "citation count"@en ;
        rdfs:range    xsd:integer .

vivo:ResearcherRole  a   owl:Class ;
        rdfs:label       "Rol de Investigador"@es , "Researcher Role"@en ;
        rdfs:subClassOf  bfo:BFO_0000023 ;
        obo:IAO_0000112  "Examples of research can be seen at: http://www.ufl.edu/research/products/index.html.  Note these may have been funded, but the research doesn't have to be funded.  Also, the research may be linked to an Agreement (for example, a Grant), but does not need to be." ;
        obo:IAO_0000115  "A role of conducting funded or unfunded research,  sometimes linked to an Agreement." .
