@base <http://info.deepcarbon.net/schema> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<>
    dc:contributor <http://tw.rpi.edu/instances/PatrickWest>, <http://tw.rpi.edu/instances/PeterFox>, <http://tw.rpi.edu/instances/StephanZednik>, <http://tw.rpi.edu/instances/XiaogangMa>, <http://tw.rpi.edu/instances/person/AhmedEleish>, <http://tw.rpi.edu/instances/person/HaoZhong> ;
    dc:creator <http://tw.rpi.edu/instances/JohnErickson> ;
    dc:date "2015-11-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dc:publisher <http://tw.rpi.edu/instances/TetherlessWorldConstellation> ;
    dc:rights """This ontology is distributed under a Creative Commons Attribution License
http://creativecommons.org/licenses/by/3.0/"""@en-us ;
    dc:title "DCO Schema"@en-us ;
    a owl:Ontology ;
    rdfs:comment """
      The Deep Carbon Observatory (DCO) Ontology represents concepts and relationships used within the DCO Knowledge Store, enhancing and extending the
concepts and relationships defined in the many ontologies of the VIVO Application.
      """^^rdf:XMLLiteral ;
    rdfs:label "DCO Schema"@en-us .

<#Activity>
    a owl:Class ;
    rdfs:comment """
      Something that a person or group does or has done. For example,
      FieldStudy or Project.
      """^^rdf:XMLLiteral ;
    rdfs:label "Activity"@en-us ;
    rdfs:subClassOf <#Object>, owl:Thing, [
        a owl:Restriction ;
        owl:allValuesFrom <#ResearchCommunity> ;
        owl:onProperty <#associatedDCOCommunity>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <#Team> ;
        owl:onProperty <#associatedDCOTeam>
    ] ;
    owl:equivalentClass <#Activity> .

<#Artwork>
    a owl:Class ;
    rdfs:comment """
      Illustrations, photographs, or other nontextual material prepared for inclusion in a publication.
      """^^rdf:XMLLiteral ;
    rdfs:label "Artwork"@en-us ;
    rdfs:subClassOf <#Object>, <http://purl.org/ontology/bibo/Document>, <http://purl.org/ontology/bibo/Image>, <http://vivoweb.org/ontology/core#InformationResource>, owl:Thing ;
    owl:equivalentClass <#Artwork> .

<#BookSeries>
    a owl:Class ;
    rdfs:comment """
      A sequence of books having certain characteristics in common that are formally identified together as a group.
      """^^rdf:XMLLiteral ;
    rdfs:label "Book Series"@en-us ;
    rdfs:subClassOf <#Object>, <http://purl.org/ontology/bibo/Collection>, <http://purl.org/ontology/bibo/Series>, <http://vivoweb.org/ontology/core#InformationResource>, owl:Thing ;
    owl:equivalentClass <#BookSeries> .

<#Broadcast>
    a owl:Class ;
    rdfs:comment """
      A transmission of content over a medium such as radio, television or streamed over the Internet.
      """^^rdf:XMLLiteral ;
    rdfs:label "Broadcast"@en-us ;
    rdfs:subClassOf <#Object>, <http://purl.org/ontology/bibo/AudioDocument>, <http://purl.org/ontology/bibo/Document>, <http://vivoweb.org/ontology/core#InformationResource>, owl:Thing, [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#boolean> ;
        owl:onProperty <#isContributionToDCO>
    ] ;
    owl:equivalentClass <#Broadcast> .

<#Chart>
    a owl:Class ;
    rdfs:comment """
      A graphical representation of data.
      """^^rdf:XMLLiteral ;
    rdfs:label "Chart"@en-us ;
    rdfs:subClassOf <#Object>, <http://purl.org/ontology/bibo/Document>, <http://purl.org/ontology/bibo/Image>, <http://vivoweb.org/ontology/core#InformationResource>, owl:Thing ;
    owl:equivalentClass <#Chart> .

<#Collaboration>
    a owl:Class ;
    rdfs:comment """
      Working with someone or a group of people to produce or create something
      """^^rdf:XMLLiteral ;
    rdfs:label "Collaboration"@en-us ;
    rdfs:subClassOf <#Object>, owl:Thing, [
        a owl:Restriction ;
        owl:allValuesFrom <#ResearchCommunity> ;
        owl:onProperty <#associatedDCOCommunity>
    ] ;
    owl:equivalentClass <#Collaboration> .

<#DCOID>
    a owl:Class ;
    rdfs:comment """
      Resolvable handle from handle.net for all DCO objects.
      """^^rdf:XMLLiteral ;
    rdfs:label "DCO ID"@en-us .

<#DataType>
    a owl:Class ;
    rdfs:comment """
      A data type is often treated as a purely syntactic
      label associated with a variable when it is declared, such as
      integer, float, boolean, character, and string, etc. Such
      definitions of 'data type' do not give any semantic meaning to the
      data types. In the context of this ontology, a data type can
      include more meaning beyond the syntax, such as who created the
      data type, the source standard that the data type derives from,
      the operations that can be done on datasets of that data type, and
      typical scientific domains, software programs and/or instruments
      that use the data type, etc. The intent is that any humans or
      machines that when they encounter that data type can quickly
      'understand' or be in a situation to at least 'process' details
      within the dataset without even downloading that dataset.
      """^^rdf:XMLLiteral ;
    rdfs:label "Data Type"@en-us ;
    rdfs:subClassOf <#Object>, <http://www.w3.org/ns/prov#Entity> ;
    skos:definition "A data type is the representation of particular qualities or features that a group of datasets share." .

<#DataTypeParameter>
    a owl:Class ;
    rdfs:comment """
      The data type includes a set of variables that define its usage. A
      user can find a datatype and know to expect these parameters to be
      a part of the dataset that the data type is associated with.
      Another use is that someone can find a datatype that a variable is
      a part of and then find additional datasets that this datatype is
      associated with.
      """^^rdf:XMLLiteral ;
    rdfs:label "DataType Parameter"@en-us ;
    rdfs:subClassOf <#Object>, <http://www.w3.org/ns/prov#Entity> ;
    skos:definition "An input variable of a data type." .

<#Engineer>
    a owl:Class ;
    rdfs:comment """
      A role that a person has in any of the many engineering disciplines who's goal is to design and build.
      """^^rdf:XMLLiteral ;
    rdfs:label "Engineer"@en-us ;
    rdfs:subClassOf <#Object>, owl:Thing, <http://xmlns.com/foaf/0.1/Agent>, <http://xmlns.com/foaf/0.1/Person> ;
    owl:equivalentClass <#Engineer> .

<#FieldStudy>
    a owl:Class ;
    rdfs:comment """
      A type of project where researchers visit a particular site in order to collect measurements, samples and other data.
      """^^rdf:XMLLiteral ;
    rdfs:label "Field Study"@en-us ;
    rdfs:subClassOf <#Activity>, <#Object>, <http://vivoweb.org/ontology/core#Project>, owl:Thing ;
    owl:equivalentClass <#FieldStudy> .

<#File>
    a owl:Class ;
    rdfs:comment """
      A self contained collection of data or information available in a
      particular format and available to computer programs.
      """^^rdf:XMLLiteral ;
    rdfs:label "File"@en-us ;
    rdfs:subClassOf <#Object>, owl:Thing, [
        a owl:Restriction ;
        owl:allValuesFrom <#ResearchCommunity> ;
        owl:onProperty <#associatedDCOCommunity>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom rdfs:Literal ;
        owl:onProperty <#downloadURL>
    ] ;
    owl:equivalentClass <#File> .

<#GovernmentReport>
    a owl:Class ;
    rdfs:comment """
      An official document that is prepared to provide an account of a particular matter for a government entity.
      """^^rdf:XMLLiteral ;
    rdfs:label "Government Report"@en-us ;
    rdfs:subClassOf <#Object>, <http://purl.org/ontology/bibo/Document>, <http://purl.org/ontology/bibo/Report>, <http://vivoweb.org/ontology/core#InformationResource>, owl:Thing, [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#boolean> ;
        owl:onProperty <#isContributionToDCO>
    ] ;
    owl:equivalentClass <#GovernmentReport> .

<#Instrument>
    a owl:Class ;
    rdfs:comment """
      a tool or device designed to do careful and exact work
      """^^rdf:XMLLiteral ;
    rdfs:label "DCO Instrument"@en-us ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/ERO_0000004>, [
        a owl:Restriction ;
        owl:allValuesFrom <http://vivoweb.org/ontology/core#Grant> ;
        owl:onProperty <http://vivoweb.org/ontology/core#hasFundingVehicle>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <#ProjectUpdate> ;
        owl:onProperty <#referencedByUpdate>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://purl.org/ontology/bibo/Document> ;
        owl:onProperty <http://purl.obolibrary.org/obo/ERO_0000460>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <#PointOfContact> ;
        owl:onProperty <#hasPointOfContact>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#string> ;
        owl:onProperty <http://vivoweb.org/ontology/core#description>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <#Team> ;
        owl:onProperty <#associatedDCOTeam>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <#ResearchCommunity> ;
        owl:onProperty <#associatedDCOCommunity>
    ] .

<#InstrumentDesign>
    a owl:Class ;
    rdfs:comment """
      The activity of designing a physical piece of equipment
      """^^rdf:XMLLiteral ;
    rdfs:label "Instrument Design"@en-us ;
    rdfs:subClassOf <#Object>, [
        a owl:Restriction ;
        owl:allValuesFrom <#ResearchCommunity> ;
        owl:onProperty <#associatedDCOCommunity>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <#Team> ;
        owl:onProperty <#associatedDCOTeam>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <#ProjectUpdate> ;
        owl:onProperty <#referencedByUpdate>
    ] .

<#InstrumentInitiative>
    a owl:Class ;
    rdfs:comment """
      Activities related to the design and construction of instruments for the Deep Carbon Observatory
      """^^rdf:XMLLiteral ;
    rdfs:label "Instrument Initiative"@en-us ;
    rdfs:subClassOf <#Object>, [
        a owl:Restriction ;
        owl:allValuesFrom owl:Thing ;
        owl:onProperty <http://vivoweb.org/ontology/core#hasSubjectArea>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <#ResearchCommunity> ;
        owl:onProperty <#associatedDCOCommunity>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#int> ;
        owl:onProperty <#importance>
    ], [
        a owl:Restriction ;
        owl:cardinality "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        owl:onProperty <#importance>
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/ARG_2000028> ;
        owl:someValuesFrom <http://www.w3.org/2006/vcard/ns#Individual>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://purl.org/ontology/bibo/Document> ;
        owl:onProperty <#associatedPublication>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <#Team> ;
        owl:onProperty <#associatedDCOTeam>
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/ARG_2000028> ;
        owl:someValuesFrom <http://www.w3.org/2006/vcard/ns#Individual>
    ], [
        a owl:Restriction ;
        owl:onProperty <#instrInitiativeNews> ;
        owl:someValuesFrom <http://www.w3.org/2006/vcard/ns#Individual>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#string> ;
        owl:onProperty <http://vivoweb.org/ontology/core#description>
    ], [
        a owl:Restriction ;
        owl:onProperty <#instrInitiativeNews> ;
        owl:someValuesFrom <http://www.w3.org/2006/vcard/ns#Individual>
    ] .

<#JournalArticle>
    a owl:Class ;
    rdfs:comment """
      A publication written by someone with academic qualifications or expert knowledge which is evidence-based and published in a
      journal.
      """^^rdf:XMLLiteral ;
    rdfs:label "Journal Article"@en-us ;
    rdfs:subClassOf <#Object>, <http://purl.org/ontology/bibo/AcademicArticle>, <http://purl.org/ontology/bibo/Article>, <http://purl.org/ontology/bibo/Document>, <http://vivoweb.org/ontology/core#InformationResource>, owl:Thing, [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#boolean> ;
        owl:onProperty <#isContributionToDCO>
    ] ;
    owl:equivalentClass <#JournalArticle> .

<#MagazineArticle>
    a owl:Class ;
    rdfs:comment """
      A piece of writing included with others in a magazine.
      """^^rdf:XMLLiteral ;
    rdfs:label "Magazine Article"@en-us ;
    rdfs:subClassOf <#Object>, <http://purl.org/ontology/bibo/Article>, <http://purl.org/ontology/bibo/Document>, <http://vivoweb.org/ontology/core#InformationResource>, owl:Thing, [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#boolean> ;
        owl:onProperty <#isContributionToDCO>
    ] ;
    owl:equivalentClass <#MagazineArticle> .

<#NewspaperArticle>
    a owl:Class ;
    rdfs:comment """
      A piece of writing included with others in a newspaper.
      """^^rdf:XMLLiteral ;
    rdfs:label "Newspaper Article"@en-us ;
    rdfs:subClassOf <#Object>, <http://purl.org/ontology/bibo/Article>, <http://purl.org/ontology/bibo/Document>, <http://vivoweb.org/ontology/core#InformationResource>, owl:Thing ;
    owl:equivalentClass <#NewspaperArticle> .

<#Object>
    a owl:Class ;
    rdfs:comment """
      Top level object for classes in the DCO Ontology. Any dco:Object will have a DCO Id.
      """^^rdf:XMLLiteral ;
    rdfs:label "Object"@en-us ;
    rdfs:subClassOf owl:Thing ;
    owl:equivalentClass <#Object> .

<#PhDStudent>
    a owl:Class ;
    rdfs:comment """
      A student who is pursuing their doctorate degree in a specific field of study for a specific topic.
      """^^rdf:XMLLiteral ;
    rdfs:label "Ph.D. Student"@en-us ;
    rdfs:subClassOf <http://vivoweb.org/ontology/core#GraduateStudent> .

<#PhysicalLocation>
    a owl:Class ;
    rdfs:comment """
      The location where measurements, samples and other data are collected. Must include a description, longitude and latitude.
      """^^rdf:XMLLiteral ;
    rdfs:label "Physical Location"@en-us ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#string> ;
        owl:onProperty <http://vivoweb.org/ontology/core#description>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#string> ;
        owl:onProperty <#hasLongitude>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#string> ;
        owl:onProperty <#hasLatitude>
    ] .

<#PointOfContact>
    a owl:Class ;
    rdfs:comment """
      The agent that is to be contacted for information related to a particular entity
      """^^rdf:XMLLiteral ;
    rdfs:label "Point of Contact"@en-us ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#string> ;
        owl:onProperty <http://vivoweb.org/ontology/core#description>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://vivoweb.org/ontology/core#DateTimeInterval> ;
        owl:onProperty <http://vivoweb.org/ontology/core#dateTimeInterval>
    ] .

<#Poster>
    a owl:Class ;
    rdfs:comment """
      A large printed depiction representing research or work that is being conducted.
      """^^rdf:XMLLiteral ;
    rdfs:label "Poster"@en-us ;
    rdfs:subClassOf <#Object>, <http://purl.org/ontology/bibo/Document>, <http://vivoweb.org/ontology/core#InformationResource>, owl:Thing, [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#boolean> ;
        owl:onProperty <#isContributionToDCO>
    ] ;
    owl:equivalentClass <#Poster> .

<#Proceedings>
    a owl:Class ;
    rdfs:comment """
      A collection of academic papers published in the context of an academic conference
      """^^rdf:XMLLiteral ;
    rdfs:label "Proceedings"@en-us ;
    rdfs:subClassOf <http://purl.org/ontology/bibo/Collection> .

<#Professor>
    a owl:Class ;
    rdfs:comment """
      A role that a person has as a teacher at the highest rank in a college or university.
      """^^rdf:XMLLiteral ;
    rdfs:label "Professor"@en-us ;
    rdfs:subClassOf <#Object>, <http://vivoweb.org/ontology/core#FacultyMember>, owl:Thing, <http://xmlns.com/foaf/0.1/Agent>, <http://xmlns.com/foaf/0.1/Person> ;
    owl:equivalentClass <#Professor> .

<#ProjectUpdate>
    a owl:Class ;
    rdfs:comment """
      Information provided to show what progress has been made in a project during a reporting year.
      """^^rdf:XMLLiteral ;
    rdfs:label "Project Update"@en-us ;
    rdfs:subClassOf <#Object> .

<#ProjectUpdateModificationNote>
    a owl:Class ;
    rdfs:comment """
      Information showing who has provided information and when the information was provided for a project update.
      """^^rdf:XMLLiteral ;
    rdfs:label "Project Update Modification Note"@en-us ;
    rdfs:subClassOf <#Object> .

<#ReportingYear>
    a owl:Class ;
    rdfs:comment """
      A fixed span of time defined by a funding agency after which reports are due showing progress made on projects during the
      reporting year.
      """^^rdf:XMLLiteral ;
    rdfs:label "Reporting Year"@en-us ;
    rdfs:subClassOf <#Object> .

<#Repository>
    a owl:Class ;
    rdfs:comment """
      a central location in which data is stored and managed
      """^^rdf:XMLLiteral ;
    rdfs:label "Repository"@en-us ;
    rdfs:subClassOf <#Object>, [
        a owl:Restriction ;
        owl:allValuesFrom <#ResearchCommunity> ;
        owl:onProperty <#associatedDCOCommunity>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://vivoweb.org/ontology/core#GeographicLocation> ;
        owl:onProperty <http://purl.obolibrary.org/obo/RO_0001025>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://vivoweb.org/ontology/core#Grant> ;
        owl:onProperty <http://vivoweb.org/ontology/core#hasFundingVehicle>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://vivoweb.org/ontology/core#Project> ;
        owl:onProperty <#relatedProject>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <#PointOfContact> ;
        owl:onProperty <#hasPointOfContact>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#string> ;
        owl:onProperty <http://vivoweb.org/ontology/core#description>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://xmlns.com/foaf/0.1/Organization> ;
        owl:onProperty <#hostedByOrganization>
    ] .

<#ResearchAdministration>
    a owl:Class ;
    rdfs:comment """
      An group of people who administer the resources of a research
      community.
      """^^rdf:XMLLiteral ;
    rdfs:label "Research Administration"@en-us ;
    rdfs:subClassOf <#Object>, <http://vivoweb.org/ontology/core#ResearchOrganization>, owl:Thing, <http://xmlns.com/foaf/0.1/Agent>, <http://xmlns.com/foaf/0.1/Organization> ;
    owl:equivalentClass <#ResearchAdministration> .

<#ResearchAdvisoryCommittee>
    a owl:Class ;
    rdfs:comment """
      a collection of individuals who bring unique knowledge and skills
      which augment the knowledge and skills of the research community
      """^^rdf:XMLLiteral ;
    rdfs:label "Research Advisory Committee"@en-us ;
    rdfs:subClassOf <#Object>, <http://vivoweb.org/ontology/core#ResearchOrganization>, owl:Thing, <http://xmlns.com/foaf/0.1/Agent>, <http://xmlns.com/foaf/0.1/Organization> ;
    owl:equivalentClass <#ResearchAdvisoryCommittee> .

<#ResearchCommunity>
    a owl:Class ;
    rdfs:comment """
      A group of people who are working together in a specific science
      domain.
      """^^rdf:XMLLiteral ;
    rdfs:label "Research Community"@en-us ;
    rdfs:subClassOf <#Object>, owl:Thing, <http://xmlns.com/foaf/0.1/Agent>, <http://xmlns.com/foaf/0.1/Group> ;
    owl:equivalentClass <#ResearchCommunity> .

<#ResearchVessel>
    a owl:Class ;
    rdfs:comment """
      A ship or boat designed and/or equipped to carry out scientific studies at sea.
      """^^rdf:XMLLiteral ;
    rdfs:label "Research Vessel"@en-us ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#string> ;
        owl:onProperty <#vesselName>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#string> ;
        owl:onProperty <#vesselCallSign>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#string> ;
        owl:onProperty <#vesselIMO>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <#ResearchCommunity> ;
        owl:onProperty <#associatedDCOCommunity>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#anyURI> ;
        owl:onProperty <#vesselTrackingURL>
    ], [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#string> ;
        owl:onProperty <#vesselMMSI>
    ] .

<#Scientist>
    a owl:Class ;
    rdfs:comment """
      A role that a person has who is researching or has expert knowledge of one or more of the natural or physical sciences.
      """^^rdf:XMLLiteral ;
    rdfs:label "Scientist"@en-us ;
    rdfs:subClassOf <#Object>, owl:Thing, <http://xmlns.com/foaf/0.1/Agent>, <http://xmlns.com/foaf/0.1/Person> ;
    owl:equivalentClass <#Scientist> .

<#Staff>
    a owl:Class ;
    rdfs:comment """
      A role that a person has who is assisting members of a group in carrying out assigned tasks.
      """^^rdf:XMLLiteral ;
    rdfs:label "Staff"@en-us ;
    rdfs:subClassOf <#Object>, owl:Thing, <http://xmlns.com/foaf/0.1/Agent>, <http://xmlns.com/foaf/0.1/Person> ;
    owl:equivalentClass <#Staff> .

<#Team>
    a owl:Class ;
    rdfs:comment """
      A group of people who are working together on a specific project or task.
      """^^rdf:XMLLiteral ;
    rdfs:label "DCO Team"@en-us ;
    rdfs:subClassOf <#Object>, <http://vivoweb.org/ontology/core#Team> .

<#Technician>
    a owl:Class ;
    rdfs:comment """
      A role that a person has in maintaining technical equipment or doing practical work in a lab
      """^^rdf:XMLLiteral ;
    rdfs:label "Technician"@en-us ;
    rdfs:subClassOf <#Object>, owl:Thing, <http://xmlns.com/foaf/0.1/Agent>, <http://xmlns.com/foaf/0.1/Person> ;
    owl:equivalentClass <#Technician> .

<#WebArticle>
    a owl:Class ;
    rdfs:comment """
      A piece of writing included with others on a website.
      """^^rdf:XMLLiteral ;
    rdfs:label "Web Article"@en-us ;
    rdfs:subClassOf <#Object>, <http://purl.org/ontology/bibo/Article>, <http://purl.org/ontology/bibo/Document>, <http://vivoweb.org/ontology/core#InformationResource>, owl:Thing, [
        a owl:Restriction ;
        owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#boolean> ;
        owl:onProperty <#isContributionToDCO>
    ] ;
    owl:equivalentClass <#WebArticle> .

<#accessURL>
    a owl:DatatypeProperty ;
    rdfs:comment """
      The URL used to download an entity, such as a publication or dataset.
      """^^rdf:XMLLiteral ;
    rdfs:label "access URL"@en-us ;
    rdfs:subPropertyOf <#accessURL>, owl:topDataProperty .

<#altitude>
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment """
      The height or point in relation to sea level or ground level where measurements are taken for a given field study.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#PhysicalLocation> ;
    rdfs:label "altitude (meters)"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#associatedDCOCommunity>
    a owl:ObjectProperty ;
    rdfs:comment """
      Relates a research community to an entity such as a publication or
      dataset.
      """^^rdf:XMLLiteral ;
    rdfs:label "associated DCO Community"@en-us ;
    rdfs:range <#ResearchCommunity> .

<#associatedDCOTeam>
    a owl:ObjectProperty ;
    rdfs:comment """
      Relates a group of people working together on a common task
      """^^rdf:XMLLiteral ;
    rdfs:label "associated DCO Team"@en-us ;
    rdfs:range <#Team> ;
    rdfs:subPropertyOf owl:topObjectProperty .

<#associatedPublication>
    a owl:ObjectProperty ;
    rdfs:comment """
      A publication referenced by a project update during a specific reporting year.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#ProjectUpdate> ;
    rdfs:label "Associated Publications"@en-us ;
    rdfs:range <http://purl.org/ontology/bibo/Document> ;
    rdfs:subPropertyOf owl:topObjectProperty .

<#builtDuringInitiative>
    a owl:ObjectProperty ;
    rdfs:comment """
      The physical device (Instrument) was constructed during a particular activity
      """^^rdf:XMLLiteral ;
    rdfs:domain <#Instrument> ;
    rdfs:label "built during initiative"@en-us ;
    rdfs:range <#InstrumentInitiative> ;
    owl:inverseOf <#builtInstrument> .

<#builtInstrument>
    a owl:ObjectProperty ;
    rdfs:comment """
      The physical device (Instrument) was built during a particular activity
      """^^rdf:XMLLiteral ;
    rdfs:domain <#InstrumentInitiative> ;
    rdfs:label "built Instrument"@en-us ;
    rdfs:range <#Instrument> ;
    owl:inverseOf <#builtDuringInitiative> .

<#cites>
    a owl:ObjectProperty ;
    rdfs:comment """
      The entity has a specific reference, such as a quotation or dataset, from another entity
      """^^rdf:XMLLiteral ;
    rdfs:label "cites"@en-us ;
    owl:inverseOf <#isCitedBy> .

<#containsBook>
    a owl:ObjectProperty ;
    rdfs:comment """
      One of many books that are included in a book series.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#BookSeries> ;
    rdfs:label "books"@en-us ;
    rdfs:range <http://purl.org/ontology/bibo/Book> ;
    rdfs:subPropertyOf <#containsBook>, owl:topObjectProperty .

<#containsChapter>
    a owl:ObjectProperty ;
    rdfs:comment """
      One of one or more divisions of a book.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://purl.org/ontology/bibo/Book> ;
    rdfs:label "chapters"@en-us ;
    rdfs:range <http://purl.org/ontology/bibo/Chapter> ;
    rdfs:subPropertyOf <#containsChapter>, owl:topObjectProperty .

<#createdAtTime>
    a owl:DatatypeProperty ;
    rdfs:comment """
      Part of the provenance of a data type, at what time was the data
      type created.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#DataType> ;
    rdfs:label "created at time" ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#dateTime> .

<#createdInstrument>
    a owl:ObjectProperty ;
    rdfs:comment """
      Associates an instrument with the project that funded the design
      and or creation of the instrument.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://vivoweb.org/ontology/core#Project> ;
    rdfs:label "Created Instrument"@en-us ;
    rdfs:range <#Instrument> ;
    owl:inverseOf <#instrumentCreatedBy> .

<#dataTypeForDataset>
    a owl:ObjectProperty ;
    rdfs:comment """
      Links a particular kind of data item that is a part of a
      collection of data.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#DataType> ;
    rdfs:label "data type for dataset"@en-us ;
    rdfs:range <http://vivoweb.org/ontology/core#Dataset> ;
    owl:inverseOf <#hasDataType> .

<#dataTypeSubjectArea>
    a owl:ObjectProperty ;
    rdfs:comment """
      Associates a data type with the different defined domains of
      knowledge and skill within the Deep Carbon Observatory community.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#DataType> ;
    rdfs:label "has data type subject area" ;
    rdfs:range skos:Concept ;
    rdfs:subPropertyOf <http://vivoweb.org/ontology/core#hasSubjectArea> .

<#dateModified>
    a owl:ObjectProperty ;
    rdfs:comment """
      Specifies when an information resource, such as a publication or
      dataset, was last updated, either added or edited.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://vivoweb.org/ontology/core#InformationResource> ;
    rdfs:label "date modified"@en-us ;
    rdfs:range <http://vivoweb.org/ontology/core#DateTimeValue> ;
    rdfs:subPropertyOf <#dateModified>, <http://vivoweb.org/ontology/core#dateTimeValue>, owl:topObjectProperty .

<#datePublished>
    a owl:ObjectProperty ;
    rdfs:comment """
      The date that a publication was published. Can be represented as a full date or one or more components of a date.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://vivoweb.org/ontology/core#InformationResource> ;
    rdfs:label "date published"@en-us ;
    rdfs:range <http://vivoweb.org/ontology/core#DateTimeValue> ;
    rdfs:subPropertyOf <#datePublished>, <http://vivoweb.org/ontology/core#dateTimeValue>, owl:topObjectProperty .

<#dcoId>
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment """
      Original representation of a DCO Id was a simple URI.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#Object> ;
    rdfs:label "DCO ID"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#anyURI> ;
    rdfs:subPropertyOf <#dcoId>, owl:topDataProperty .

<#dcoIdFor>
    a owl:ObjectProperty ;
    rdfs:comment """
      Every dco:Object has a DCOID. From the DCOID this property points back to the dco:Object.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#DCOID> ;
    rdfs:label "DCO ID for"@en-us ;
    rdfs:range <#Object> ;
    owl:inverseOf <#hasDcoId> .

<#depth>
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment """
      The distance from the top or surface of something to the bottom at which measurements are taken as part of a field study.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#PhysicalLocation> ;
    rdfs:label "depth (meters)"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#designedDuringInitiative>
    a owl:ObjectProperty ;
    rdfs:comment """
      The physical device (Instrument) was designed during a specific activity
      """^^rdf:XMLLiteral ;
    rdfs:domain <#InstrumentDesign> ;
    rdfs:label "designed during Initiative"@en-us ;
    rdfs:range <#InstrumentInitiative> ;
    owl:inverseOf <#designedInstrument> .

<#designedInstrument>
    a owl:ObjectProperty ;
    rdfs:comment """
      The physical device (Instrument) was designed during a specific activity
      """^^rdf:XMLLiteral ;
    rdfs:domain <#InstrumentInitiative> ;
    rdfs:label "designed Instrument"@en-us ;
    rdfs:range <#InstrumentDesign> ;
    owl:inverseOf <#designedDuringInitiative> .

<#distributionFor>
    a owl:ObjectProperty ;
    rdfs:comment """
      Links a distribution back to the information resource, such as
      publication or dataset.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://www.w3.org/ns/dcat#Distribution> ;
    rdfs:label "Distribution (attachment or links) for"@en-us ;
    rdfs:range <http://vivoweb.org/ontology/core#InformationResource> ;
    rdfs:subPropertyOf <#distributionFor>, owl:topObjectProperty ;
    owl:inverseOf <#hasDistribution> .

<#downloadURL>
    a owl:DatatypeProperty ;
    rdfs:comment """
      The URL used to access an entity, such as a publication or dataset.
      """^^rdf:XMLLiteral ;
    rdfs:label "download URL"@en-us ;
    rdfs:subPropertyOf <#downloadURL>, owl:topDataProperty .

<#endsOn>
    a owl:DatatypeProperty ;
    rdfs:comment """
      The reporting year ends on this specific date.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#ReportingYear> ;
    rdfs:label "Ends On"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#date> .

<#expectedUses>
    a owl:DatatypeProperty ;
    rdfs:comment """
      describes any additional constraints, comments or notes about a
      data type.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#DataType> ;
    rdfs:label "expected uses" ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#fieldworkLeader>
    a owl:ObjectProperty ;
    rdfs:comment """
      Relating a person who is responsible for work being conducted to a field study.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#FieldStudy> ;
    rdfs:label "leader"@en-us ;
    rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
    owl:inverseOf <#leaderForFieldwork> .

<#fileFor>
    a owl:ObjectProperty ;
    rdfs:comment """
      Links a container of data or information back to the
      distribution that it is a part of.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#File> ;
    rdfs:label "file or link for"@en-us ;
    rdfs:range <http://www.w3.org/ns/dcat#Distribution> ;
    rdfs:subPropertyOf <#fileFor>, owl:topObjectProperty ;
    owl:inverseOf <#hasFile> .

<#forOrganization>
    a owl:ObjectProperty ;
    rdfs:comment """
      The organization, usually a funding agency, that a reporting year is related to.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#ReportingYear> ;
    rdfs:label "For Organization"@en-us ;
    rdfs:range <http://xmlns.com/foaf/0.1/Organization> ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    owl:inverseOf <#hasReportingYear> .

<#forProject>
    a owl:ObjectProperty ;
    rdfs:comment """
      Property relating a information showing progress on a project during a reporting year to the project being updated.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#ProjectUpdate> ;
    rdfs:label "For Project"@en-us ;
    rdfs:range <http://vivoweb.org/ontology/core#Project> ;
    owl:inverseOf <#hasProjectUpdate> .

<#forProjectUpdate>
    a owl:ObjectProperty ;
    rdfs:comment """
      The project update to which a modification information is added.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#ProjectUpdateModificationNote> ;
    rdfs:label "For Project Update"@en-us ;
    rdfs:range <#ProjectUpdate> ;
    owl:inverseOf <#modificationNote> .

<#forReportingYear>
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:comment """
      Associating a reporting year to the project update.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#ProjectUpdate> ;
    rdfs:label "For Reporting Year"@en-us ;
    rdfs:range <#ReportingYear> ;
    rdfs:subPropertyOf owl:topObjectProperty .

<#grantRecipient>
    a owl:ObjectProperty ;
    rdfs:comment """
      Relates a grant with the person who received the grant to conduct funded work.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://vivoweb.org/ontology/core#Grant> ;
    rdfs:label "recipient"@en-us ;
    rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
    owl:inverseOf <#receivedGrant> .

<#hasContact>
    a owl:ObjectProperty ;
    rdfs:comment """
      The Agent to be contacted
      """^^rdf:XMLLiteral ;
    rdfs:domain <#PointOfContact> ;
    rdfs:label "contact"@en-us ;
    rdfs:range <http://xmlns.com/foaf/0.1/Agent> .

<#hasContactInformation>
    a owl:DatatypeProperty ;
    rdfs:comment """
      The inforamtion to be used to contact the Agent, such as email address
      """^^rdf:XMLLiteral ;
    rdfs:domain <#PointOfContact> ;
    rdfs:label "contact information"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#hasDataType>
    a owl:ObjectProperty ;
    rdfs:comment """
      Links a collection of data to a particular kind of data item that
      is contained within it.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://vivoweb.org/ontology/core#Dataset> ;
    rdfs:label "has data type"@en-us ;
    rdfs:range <#DataType> ;
    owl:inverseOf <#dataTypeForDataset> .

<#hasDataTypeParameter>
    a owl:ObjectProperty ;
    rdfs:comment "Link a DataType with variables that make up the DataType" ;
    rdfs:domain <#DataType> ;
    rdfs:label "has parameter" ;
    rdfs:range <#DataTypeParameter> .

<#hasDataset>
    a owl:ObjectProperty ;
    rdfs:comment """
      Links a person to a dataset that they participated in the creation
      of.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
    rdfs:label "Add Dataset"@en-us ;
    rdfs:subPropertyOf owl:topObjectProperty .

<#hasDcoId>
    a owl:FunctionalProperty, owl:InverseFunctionalProperty, owl:ObjectProperty ;
    rdfs:comment """
      Every dco:Object has a DCOID. From the object this property points to that DCO Id.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#Object> ;
    rdfs:label "DCO ID"@en-us ;
    rdfs:range <#DCOID> ;
    owl:inverseOf <#dcoIdFor> .

<#hasDistribution>
    a owl:ObjectProperty ;
    rdfs:comment """
      Links a collection of data or information to a particular
      available form of that information. Each dataset might be
      available in different forms, these forms might represent
      different formats of the dataset or different endpoints.
      Examples of distributions include a downloadable CSV file,
      an API or an RSS feed.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://vivoweb.org/ontology/core#InformationResource> ;
    rdfs:label "distribution (attachments or links)"@en-us ;
    rdfs:range <http://www.w3.org/ns/dcat#Distribution> ;
    rdfs:subPropertyOf <#hasDistribution>, owl:topObjectProperty ;
    owl:inverseOf <#distributionFor> .

<#hasElevation>
    a owl:DatatypeProperty ;
    rdfs:comment """
      Relates the height of a given element to a given level, especially
      sea level.
      """^^rdf:XMLLiteral ;
    rdfs:label "elevation"@en-us .

<#hasFile>
    a owl:ObjectProperty ;
    rdfs:comment """
      Links a distribution of a datasets to a specific file that is a
      part of that distribution.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://www.w3.org/ns/dcat#Distribution> ;
    rdfs:label "files or links to files"@en-us ;
    rdfs:range <#File> ;
    rdfs:subPropertyOf <#hasFile>, owl:topObjectProperty ;
    owl:inverseOf <#fileFor> .

<#hasLatitude>
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment """
      Relates a thing to the angular distance of a place north or south
      of the earth's equator, or of a celestial object north or south of
      the celestial equator, where the thing is or was, usually
      expressed in degrees and minutes.
      """^^rdf:XMLLiteral ;
    rdfs:label "latitude (decimal)"@en-us .

<#hasLongitude>
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment """
      Relates a thing to the angular distance of a place east or west of
      the meridian at Greenwich, England, or west of the standard
      meridian of a celestial object, where the thing is or was, usually
      expressed in degrees and minutes.
      """^^rdf:XMLLiteral ;
    rdfs:label "longitude (decimal)"@en-us .

<#hasPhysicalLocation>
    a owl:ObjectProperty ;
    rdfs:comment """
      Relating a field study with a specific location where measurements, samples and other data are collected.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#FieldStudy> ;
    rdfs:label "Field sites"@en-us ;
    rdfs:range <#PhysicalLocation> ;
    owl:inverseOf <#isPhysicalLocationOf> .

<#hasPointOfContact>
    a owl:ObjectProperty ;
    rdfs:comment """
      Any information related to a particular entity can be gathered by contacting a particular agent
      """^^rdf:XMLLiteral ;
    rdfs:label "point of contact"@en-us ;
    rdfs:range <#PointOfContact> ;
    owl:inverseOf <#pointOfContactFor> .

<#hasProjectUpdate>
    a owl:ObjectProperty ;
    rdfs:comment """
      Property relating a project to information showing progress on the project during a reporting year. There can be multiple
      project updates during a reporting year.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://vivoweb.org/ontology/core#Project> ;
    rdfs:label "Project Update"@en-us ;
    rdfs:range <#ProjectUpdate> ;
    owl:inverseOf <#forProject> .

<#hasReportingYear>
    a owl:ObjectProperty ;
    rdfs:comment """
      A reporting year that is defined by an organization, usually a funding agency.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://xmlns.com/foaf/0.1/Organization> ;
    rdfs:label "Reporting Year"@en-us ;
    rdfs:range <#ReportingYear> ;
    owl:inverseOf <#forOrganization> .

<#hasUnit>
    a owl:DatatypeProperty ;
    rdfs:comment """
      Annotate the unit, e.g. meter, degree, dollar, etc. of a parameter.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#DataTypeParameter> ;
    rdfs:label "has unit" ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#hasVessel>
    a owl:ObjectProperty ;
    rdfs:comment """
      Linking a ResearchVessel to a specific field study.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#FieldStudy> ;
    rdfs:label "Research Vessel"@en-us ;
    rdfs:range <#ResearchVessel> ;
    owl:inverseOf <#isVesselFor> .

<#homeCountry>
    a owl:ObjectProperty ;
    rdfs:comment """
      The country that a person currently resides in.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
    rdfs:label "Nationality"@en-us ;
    rdfs:range <http://vivoweb.org/ontology/core#Country> ;
    rdfs:subPropertyOf <#homeCountry>, owl:topObjectProperty .

<#hostedByOrganization>
    a owl:ObjectProperty ;
    rdfs:comment """
      something that is located at an organization or that the organization is responsible for
      """^^rdf:XMLLiteral ;
    rdfs:label "hosted by organization"@en-us ;
    rdfs:range <http://xmlns.com/foaf/0.1/Organization> .

<#importance>
    a owl:DatatypeProperty ;
    rdfs:comment """
      A helper property to help determine the importance of something to display on a page
      """^^rdf:XMLLiteral ;
    rdfs:label "importance"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#int> .

<#inLanguage>
    a owl:DatatypeProperty ;
    rdfs:comment """
      A language, spoken or written, that an entity is represented by,
      such as a publication.
      """^^rdf:XMLLiteral ;
    rdfs:label "in language"@en-us ;
    rdfs:subPropertyOf <#inLanguage>, owl:topDataProperty .

<#instrInitiativeNews>
    a owl:ObjectProperty ;
    rdfs:comment """
      links to news articles that report on the activities of designing and/or building an instrument
      """^^rdf:XMLLiteral ;
    rdfs:label "Related News Article"@en-us ;
    rdfs:subPropertyOf owl:topObjectProperty .

<#instrumentBuilt>
    a owl:ObjectProperty ;
    rdfs:comment """
      The manifestation of a physical device (Instrument) given a design
      """^^rdf:XMLLiteral ;
    rdfs:domain <#InstrumentDesign> ;
    rdfs:label "instrument Built"@en-us ;
    rdfs:range <#Instrument> ;
    owl:inverseOf <#ofInstrumentDesign> .

<#instrumentCreatedBy>
    a owl:ObjectProperty ;
    rdfs:comment """
      Links a project to an instrument that was designed or created as
      part of the project.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#Instrument> ;
    rdfs:label "Instrument Created By"@en-us ;
    rdfs:range <http://vivoweb.org/ontology/core#Project> ;
    owl:inverseOf <#createdInstrument> .

<#instrumentUsedBy>
    a owl:ObjectProperty ;
    rdfs:comment """
      Links an instrument to a project that uses the instrument to
      collect information related to the goal of the project.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#Instrument> ;
    rdfs:label "Instrument used in (e.g. project)"@en-us ;
    rdfs:range <http://vivoweb.org/ontology/core#Project> ;
    owl:inverseOf <#usesInstrument> .

<#isCitedBy>
    a owl:ObjectProperty ;
    rdfs:comment """
      A specific reference, such as a quotation or piece of data, is made by another entity
      """^^rdf:XMLLiteral ;
    rdfs:label "is cited by"@en-us ;
    owl:inverseOf <#cites> .

<#isContributionToDCO>
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment """
      A property which classifies a publication as being a contribution to the Deep Carbon Observatory Community.
      """^^rdf:XMLLiteral ;
    rdfs:label "is DCO publication"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#isDatasetOf>
    a owl:ObjectProperty ;
    rdfs:comment """
      Links a dataset back to the project from which the data was
      collected.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://vivoweb.org/ontology/core#Dataset> ;
    rdfs:label "Is Dataset Of"@en-us ;
    rdfs:range <http://vivoweb.org/ontology/core#Project> ;
    owl:inverseOf <#relatedDataset> .

<#isPhysicalLocationOf>
    a owl:ObjectProperty ;
    rdfs:comment """
      Relating a representation of a physical location where measurements are taken to a field study.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#PhysicalLocation> ;
    rdfs:label "is field site of"@en-us ;
    rdfs:range <#FieldStudy> ;
    owl:inverseOf <#hasPhysicalLocation> .

<#isVesselFor>
    a owl:ObjectProperty ;
    rdfs:comment """
      Linking a field study to a specific research vessel.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#ResearchVessel> ;
    rdfs:label "Is Vessel For"@en-us ;
    rdfs:range <#FieldStudy> ;
    owl:inverseOf <#hasVessel> .

<#lastModifiedAtTime>
    a owl:DatatypeProperty ;
    rdfs:comment """
      Part of the provenance of a data type this property represents
      the most recent time that a data type was modified
      """^^rdf:XMLLiteral ;
    rdfs:domain <#DataType> ;
    rdfs:label "last modified at time" ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#dateTime> .

<#leaderForFieldwork>
    a owl:ObjectProperty ;
    rdfs:comment """
      Relating a field study to a person who is responsible for working being conducted at the site.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
    rdfs:label "leader for fieldwork"@en-us ;
    rdfs:range <#FieldStudy> ;
    owl:inverseOf <#fieldworkLeader> .

<#modificationNote>
    a owl:ObjectProperty ;
    rdfs:comment """
      A description of what modifications were made to a project update, such as the attachment of a publication or clarifying
      information in the update.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#ProjectUpdate> ;
    rdfs:label "List of Modifications"@en-us ;
    rdfs:range <#ProjectUpdateModificationNote> ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    owl:inverseOf <#forProjectUpdate> .

<#modifiedBy>
    a owl:ObjectProperty ;
    rdfs:comment """
      The person who has made an update to a project update.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#ProjectUpdateModificationNote> ;
    rdfs:label "Modified By"@en-us ;
    rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
    rdfs:subPropertyOf owl:topObjectProperty .

<#modifiedOn>
    a owl:DatatypeProperty ;
    rdfs:comment """
      The date on which an update was made to a project update.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#ProjectUpdateModificationNote> ;
    rdfs:label "Modified On"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#date> .

<#networkId>
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment """
      The property that relates a person to their DCO login.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
    rdfs:label "network ID"@en-us .

<#ofInstrumentDesign>
    a owl:ObjectProperty ;
    rdfs:comment """
      The physical device (Instrument) was designed by the design activity
      """^^rdf:XMLLiteral ;
    rdfs:domain <#Instrument> ;
    rdfs:label "of Instrument Design"@en-us ;
    rdfs:range <#InstrumentDesign> ;
    owl:inverseOf <#instrumentBuilt> .

<#openToJournalists>
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment """
      Specifies whether a location where field study is being conducted is accessible to members of the media.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#FieldStudy> ;
    rdfs:label "open to journalists"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#pointOfContactFor>
    a owl:ObjectProperty ;
    rdfs:comment """
      The agent is a contact for a particular entity
      """^^rdf:XMLLiteral ;
    rdfs:domain <#PointOfContact> ;
    rdfs:label "point of contact for"@en-us ;
    owl:inverseOf <#hasPointOfContact> .

<#pressure>
    a owl:DatatypeProperty ;
    rdfs:comment """
      Measurement of force per unit area that a fluid exerts on its surroundings.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#PhysicalLocation> ;
    rdfs:label "pressure"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#projectLink>
    a owl:DatatypeProperty ;
    rdfs:comment """
      A link pointing to a page or site that describes and contains
      information about a project.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://vivoweb.org/ontology/core#Project> ;
    rdfs:label "Information Links"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#publishedInBook>
    a owl:ObjectProperty ;
    rdfs:comment """
      A chapter, chart, figure, table of data, etc... that is included in a book.
      """^^rdf:XMLLiteral ;
    rdfs:label "book title"@en-us ;
    rdfs:range <http://purl.org/ontology/bibo/Book> ;
    rdfs:subPropertyOf <#publishedInBook>, owl:topObjectProperty .

<#publishedInSeries>
    a owl:ObjectProperty ;
    rdfs:comment """
      A book or chapter of a book that is published in a series of books.
      """^^rdf:XMLLiteral ;
    rdfs:label "series title"@en-us ;
    rdfs:range <#BookSeries> ;
    rdfs:subPropertyOf <#publishedInSeries>, owl:topObjectProperty .

<#receivedGrant>
    a owl:ObjectProperty ;
    rdfs:comment """
      Relating a person with a grant that they have received for funded work.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
    rdfs:label "received grant"@en-us ;
    rdfs:range <http://vivoweb.org/ontology/core#Grant> ;
    owl:inverseOf <#grantRecipient> .

<#referencedByUpdate>
    a owl:ObjectProperty ;
    rdfs:comment """
      Something that is referenced from within project update information during a specific reporting year.
      """^^rdf:XMLLiteral ;
    rdfs:label "Referenced By Update"@en-us ;
    rdfs:range <#ProjectUpdate> ;
    owl:inverseOf <#updateRefersTo> .

<#relatedDataset>
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:comment """
      Relates a dataset to a project that created or used it.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://vivoweb.org/ontology/core#Project> ;
    rdfs:label "Related datasets"@en-us ;
    rdfs:range <http://vivoweb.org/ontology/core#Dataset> ;
    owl:inverseOf <#isDatasetOf> .

<#relatedOrganization>
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:comment """
      Relates one organization to another organization.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://xmlns.com/foaf/0.1/Organization> ;
    rdfs:label "related organization"@en-us ;
    rdfs:range <http://xmlns.com/foaf/0.1/Organization> ;
    rdfs:subPropertyOf <#relatedOrganization>, owl:topObjectProperty ;
    owl:inverseOf <#relatedOrganization> .

<#relatedProject>
    a owl:ObjectProperty ;
    rdfs:comment """
      An entity that is related to a DCO funded project
      """^^rdf:XMLLiteral ;
    rdfs:label "related project"@en-us ;
    rdfs:range <http://vivoweb.org/ontology/core#Project> .

<#repositoryOnlineCatalog>
    a owl:DatatypeProperty ;
    rdfs:comment """
      a link to the online data store for a repository where data can be searched for
      """^^rdf:XMLLiteral ;
    rdfs:domain <#Repository> ;
    rdfs:label "repository online catalog"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#anyURI> .

<#repositoryWebsite>
    a owl:DatatypeProperty ;
    rdfs:comment """
      A web site that includes information about a repository. Does not represent the online catalog where data can be searched for
      """^^rdf:XMLLiteral ;
    rdfs:domain <#Repository> ;
    rdfs:label "repository website"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#anyURI> .

<#runningTitle>
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment """
      The label that is associated with a project that has not yet been
      made the official label.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://vivoweb.org/ontology/core#Project> ;
    rdfs:label "running title"@en-us .

<#shortName>
    a owl:DatatypeProperty ;
    rdfs:comment """
      The name that people commonly refer to another person has. For example, a short name of Bill for their full name William.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
    rdfs:label "short name"@en-us ;
    rdfs:subPropertyOf <#shortName>, owl:topDataProperty .

<#skype>
    a owl:DatatypeProperty ;
    rdfs:comment """
      A person's identifier used for the Skype application.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
    rdfs:label "skype"@en-us ;
    rdfs:subPropertyOf <#skype>, owl:topDataProperty .

<#sourceDataType>
    a owl:ObjectProperty ;
    rdfs:comment """
      Part of the provenance of a data type, a data type may be derived
      from one or more existing data types.  For example, a data type
      can add one or more variables to an existing data type making it a
      new data type.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#DataType> ;
    rdfs:label "has source data type" ;
    rdfs:range <#DataType> ;
    rdfs:subPropertyOf <http://www.w3.org/ns/prov#wasDerivedFrom> .

<#sourceStandard>
    a owl:ObjectProperty ;
    rdfs:comment """
      A data type may be derived from one or more universally or widely
      accepted, agreed upon, or established means of determining what
      something should be.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#DataType> ;
    rdfs:label "has source standard" ;
    rdfs:range <http://purl.org/ontology/bibo/Standard> ;
    rdfs:subPropertyOf <http://www.w3.org/ns/prov#wasDerivedFrom> .

<#speaksLanguage>
    a owl:DatatypeProperty ;
    rdfs:comment """
      A language that a person speaks fluently.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
    rdfs:label "Language(s) Spoken Fluently"@en-us .

<#startsOn>
    a owl:DatatypeProperty ;
    rdfs:comment """
      The reporting year starts on this specific date.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#ReportingYear> ;
    rdfs:label "Starts On"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#date> .

<#submittedBy>
    a owl:ObjectProperty ;
    rdfs:comment """
      Relates an entity to a person who submitted that entity for usage
      in an activity. 
      """^^rdf:XMLLiteral ;
    rdfs:label "submitted by"@en-us ;
    rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
    rdfs:subPropertyOf owl:topObjectProperty .

<#submittedOn>
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment """
      The date on which a project update is submitted during the reporting year. Project updates are sorted on this property in
      reporting year reports.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#ProjectUpdate> ;
    rdfs:label "Date Submitted"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#date> .

<#temperature>
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment """
      The degree or intensity of heat present at a location where measurements are taken as part of a field study.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#PhysicalLocation> ;
    rdfs:label "temperature"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#updateRefersTo>
    a owl:ObjectProperty ;
    rdfs:comment """
      An entity, such as an instrument, that is used by a project and referenced in a project update.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#ProjectUpdate> ;
    rdfs:label "refers to"@en-us ;
    owl:inverseOf <#referencedByUpdate> .

<#updateText>
    a owl:DatatypeProperty ;
    rdfs:comment """
      The text of a project update describing the progress made on a project during a reporting year.
      """^^rdf:XMLLiteral ;
    rdfs:domain <#ProjectUpdate> ;
    rdfs:label "Update Text"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#usesInstrument>
    a owl:ObjectProperty ;
    rdfs:comment """
      Relates an instrument to a project that uses the instrument to
      collect data or information.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://vivoweb.org/ontology/core#Project> ;
    rdfs:label "Has instrument"@en-us ;
    rdfs:range <#Instrument> ;
    owl:inverseOf <#instrumentUsedBy> .

<#vesselCallSign>
    a owl:DatatypeProperty ;
    rdfs:comment """
      A research vessel transmission statuon unique designation
      """^^rdf:XMLLiteral ;
    rdfs:label "Vessel Call Sign"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#vesselIMO>
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment """
      A research vessel ship number consisting of the three letters IMO followed by a unique seven-digit number
      """^^rdf:XMLLiteral ;
    rdfs:label "Vessel IMO"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#vesselMMSI>
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment """
      A research vessels Maritime Mobile Service Identity.
      """^^rdf:XMLLiteral ;
    rdfs:label "Vessel MMSI"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#vesselName>
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment """
      A name given to a research vessel. May not be unique.
      """^^rdf:XMLLiteral ;
    rdfs:label "Vessel Name"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#vesselTrackingURL>
    a owl:DatatypeProperty ;
    rdfs:comment """
      A resource URL that describes the deployment of a ResearchVessel
      """^^rdf:XMLLiteral ;
    rdfs:label "Vessel Information Link"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#anyURI> .

<#yearOfPublication>
    a owl:DatatypeProperty ;
    rdfs:comment """
      The year in which a publication has been published.
      """^^rdf:XMLLiteral ;
    rdfs:domain <http://purl.org/ontology/bibo/Document> ;
    rdfs:label "year of publication"@en-us ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#gYear> ;
    rdfs:subPropertyOf <#yearOfPublication>, owl:topDataProperty .

