@prefix rdfs: . @prefix owl: . @prefix foaf: . @prefix dctype: . @prefix xsd: . @prefix vivo: . @prefix dcat: . @prefix gcis: . @prefix obo: . @prefix vsto: . @prefix wgs84: . @prefix ec: . a owl:Ontology ; rdfs:label "EarthCollab Schema"@en-US . vivo:Dataset a owl:Class ; rdfs:label "Dataset" ; rdfs:comment "Any organized collection of data or information that has a common theme. Examples include lists, tables, and databases, etc." ; rdfs:subClassOf dctype:Dataset , gcis:Dataset , dcat:Dataset , vsto:Dataset . ec:Project a owl:Class ; rdfs:label "Project" ; rdfs:comment "A piece of planned work that is designed to achieve a particular aim." ; rdfs:subClassOf gcis:Project , vivo:Project . ec:sourcePlatform a owl:ObjectProperty ; rdfs:label "Source Platform" ; rdfs:comment "A dataset was collected using an observational platform." ; rdfs:domain gcis:Dataset ; rdfs:range gcis:Platform . ec:sourcePlatformFor a owl:ObjectProperty ; rdfs:label "Source Platform For" ; rdfs:comment "Inverse property of gcis:sourcePlatform, needed to enable VIVO to display the relationship on both the platform and dataset page." ; owl:inverseOf ec:sourcePlatform ; rdfs:domain gcis:Platform ; rdfs:range gcis:Dataset . ec:Parameter a owl:Class; rdfs:label "Parameter" ; rdfs:comment "A measured physical property." ; rdfs:subClassOf vsto:Parameter . ec:isMeasuredBy a owl:ObjectProperty ; rdfs:label "isMeasuredBy" ; rdfs:comment "A parameter is measured by an instrument." ; rdfs:domain ec:Parameter ; rdfs:range gcis:Instrument ; rdfs:subPropertyOf vsto:isMeasuredBy . ec:DatasetType a owl:Class ; rdfs:label "Dataset Type"@en-US . ec:hasDatasetType a owl:ObjectProperty ; rdfs:domain vivo:Dataset ; rdfs:label "dataset type"@en-US ; rdfs:range ec:datasetType ; owl:inverseOf ec:isDatasetTypeFor . ec:isDatasetTypeFor a owl:ObjectProperty ; rdfs:domain ec:datasetType ; rdfs:label "dataset type for"@en-US ; rdfs:range vivo:Dataset ; owl:inverseOf ec:hasDatasetType . ec:sourceInstrumentFor a owl:ObjectProperty ; rdfs:label "Source Instrument For" ; rdfs:comment "Inverse property of gcis:sourceInstrument, needed to enable VIVO to display the relationship on both the instrument and dataset page." ; owl:inverseOf gcis:sourceInstrument ; rdfs:domain gcis:Instrument ; rdfs:range gcis:Dataset . ec:Station a owl:Class ; rdfs:label "Station"@en-US ; rdfs:subClassOf obo:BFO_0000029 , wgs84:SpatialThing . wgs84:SpatialThing a owl:Class ; rdfs:label "SpatialThing"@en-US ; rdfs:subClassOf owl:Thing ; obo:IAO_0000115 "Anything with spatial extent, i.e. size, shape, or position. e.g. people, places, bowling balls, as well as abstract areas like cubes."^^xsd:string .