@prefix geo: . @prefix owl: . @prefix rdf: . @prefix ssn: . @prefix xml: . @prefix xsd: . @prefix argo: . @prefix foaf: . @prefix rdfs: . @prefix sosa: . @base . rdf:type owl:Ontology ; owl:imports ssn: , foaf: , geo: ; rdfs:comment "An ontology to describe Argo floats and their metadata to semantically fetch data." ; rdfs:label "Argo floats vocabulary" . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/terms/contributor rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title rdf:type owl:AnnotationProperty . ### http://www.w3.org/2003/01/geo/wgs84_pos#alt rdf:type owl:AnnotationProperty ; rdfs:comment """The WGS84 altitude of a SpatialThing (decimal meters above the local reference ellipsoid).""" ; rdfs:label "altitude" ; rdfs:domain . ### http://www.w3.org/2003/01/geo/wgs84_pos#lat rdf:type owl:AnnotationProperty ; rdfs:comment "The WGS84 latitude of a SpatialThing (decimal degrees)." ; rdfs:label "latitude" ; rdfs:domain . ### http://www.w3.org/2003/01/geo/wgs84_pos#location rdf:type owl:AnnotationProperty ; rdfs:range . ### http://www.w3.org/2003/01/geo/wgs84_pos#long rdf:type owl:AnnotationProperty ; rdfs:comment "The WGS84 longitude of a SpatialThing (decimal degrees)." ; rdfs:label "longitude" ; rdfs:domain . ### http://xmlns.com/foaf/0.1/based_near foaf:based_near rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://www.argodatamgt.org/argo-ontology#activity argo:activity rdf:type owl:ObjectProperty ; rdfs:domain argo:ArgoFloat ; rdfs:range argo:ActivityData ; rdfs:comment "The activity data of the argo float." ; rdfs:label "activity" . ### http://www.argodatamgt.org/argo-ontology#bcgArgoProfile argo:bcgArgoProfile rdf:type owl:ObjectProperty ; rdfs:domain argo:Cycle ; rdfs:range argo:File ; rdfs:comment "Indicates the BCG argo profile of an argo float cycle." ; rdfs:label "bcgArgoProfile" . ### http://www.argodatamgt.org/argo-ontology#coreArgoProfile argo:coreArgoProfile rdf:type owl:ObjectProperty ; rdfs:domain argo:Cycle ; rdfs:range argo:File ; rdfs:comment "Indicates a core argo profile of a cycle of an argo float." ; rdfs:label "coreArgoProfile" . ### http://www.argodatamgt.org/argo-ontology#cycle argo:cycle rdf:type owl:ObjectProperty ; rdfs:domain argo:ArgoFloat ; rdfs:range argo:Cycle ; rdfs:comment "The collection of measurements made during a cycle of the float." ; rdfs:label "cycle" . ### http://www.argodatamgt.org/argo-ontology#dac argo:dac rdf:type owl:ObjectProperty ; rdfs:domain argo:ArgoFloat ; rdfs:range argo:DataCentre ; rdfs:comment "The dac with which the argo float sends the data to." ; rdfs:label "dac" . ### http://www.argodatamgt.org/argo-ontology#deployedByShip argo:deployedByShip rdf:type owl:ObjectProperty ; rdfs:domain ssn:Deployment ; rdfs:range argo:Ship ; rdfs:comment "The ship that deployed the float." ; rdfs:label "deployed by ship" . ### http://www.argodatamgt.org/argo-ontology#file argo:file rdf:type owl:ObjectProperty ; rdfs:domain argo:DataCentre ; rdfs:range argo:File ; rdfs:comment "The relation denoting the location of the file on the subject system." ; rdfs:label "hasFile" . ### http://www.argodatamgt.org/argo-ontology#orcID argo:orcID rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:comment "The persistent digital identifier of a person." ; rdfs:label "orcID" . ### http://www.argodatamgt.org/argo-ontology#principalInvestigator argo:principalInvestigator rdf:type owl:ObjectProperty ; rdfs:range ; rdfs:comment "The person in charge of the float data processing." ; rdfs:label "principalInvestigator" . ### http://www.argodatamgt.org/argo-ontology#stationData argo:stationData rdf:type owl:ObjectProperty ; rdfs:domain argo:Cycle ; rdfs:range argo:File ; rdfs:comment "Station data file of a float cycle." ; rdfs:label "stationData" . ### http://www.argodatamgt.org/argo-ontology#trajectoryData argo:trajectoryData rdf:type owl:ObjectProperty ; rdfs:domain argo:Cycle ; rdfs:range argo:File ; rdfs:comment "The trajectory data file of a cycle." ; rdfs:label "trajectoryData" . ### http://www.w3.org/2003/01/geo/wgs84_pos#location rdf:type owl:ObjectProperty ; rdfs:subPropertyOf foaf:based_near . ################################################################# # Data properties ################################################################# ### http://www.argodatamgt.org/argo-ontology#active rdf:type owl:DatatypeProperty . ### http://www.argodatamgt.org/argo-ontology#cruise rdf:type owl:DatatypeProperty . ### http://www.argodatamgt.org/argo-ontology#csrId rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf . ### http://www.argodatamgt.org/argo-ontology#id rdf:type owl:DatatypeProperty . ### http://www.argodatamgt.org/argo-ontology#lastCycle rdf:type owl:DatatypeProperty . ### http://www.argodatamgt.org/argo-ontology#launchDate rdf:type owl:DatatypeProperty . ### http://www.argodatamgt.org/argo-ontology#maker rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty . ### http://www.argodatamgt.org/argo-ontology#model rdf:type owl:DatatypeProperty . ### http://www.argodatamgt.org/argo-ontology#number rdf:type owl:DatatypeProperty . ### http://www.argodatamgt.org/argo-ontology#orcId rdf:type owl:DatatypeProperty . ### http://www.argodatamgt.org/argo-ontology#owner rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty ; rdfs:comment "float platform owner" ; rdfs:label "owner" . ### http://www.argodatamgt.org/argo-ontology#principalInvestigator rdf:type owl:DatatypeProperty . ### http://www.argodatamgt.org/argo-ontology#ship rdf:type owl:DatatypeProperty . ### http://www.argodatamgt.org/argo-ontology#startCycleDate rdf:type owl:DatatypeProperty . ### http://www.argodatamgt.org/argo-ontology#transmissionSystem rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty . ### http://www.argodatamgt.org/argo-ontology#type rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty . ### http://www.argodatamgt.org/argo-ontology#wmoCode rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty . ################################################################# # Classes ################################################################# ### http://purl.org/dc/terms/Agent rdf:type owl:Class . ### http://schema.org/CreativeWork rdf:type owl:Class . ### http://schema.org/ImageObject rdf:type owl:Class . ### http://schema.org/Person rdf:type owl:Class . ### http://www.argodatamgt.org/argo-ontology#ActivityData argo:ActivityData rdf:type owl:Class ; rdfs:comment "The activity data and metadata about an argo float." ; rdfs:label "ActivityData" . ### http://www.argodatamgt.org/argo-ontology#ArgoFloat argo:ArgoFloat rdf:type owl:Class ; rdfs:subClassOf sosa:Platform ; rdfs:comment "An argo float hosting Sensors, making Cycles stored in Files of the corresponding DataCentre." ; rdfs:label "ArgoFloat" . ### http://www.argodatamgt.org/argo-ontology#Cruise argo:Cruise rdf:type owl:Class ; rdfs:comment "The cruise from which the argo float have been deployed." ; rdfs:label "Cruise" . ### http://www.argodatamgt.org/argo-ontology#Cycle argo:Cycle rdf:type owl:Class ; rdfs:comment "An argo float single cycle." ; rdfs:label "Cycle" . ### http://www.argodatamgt.org/argo-ontology#DataCentre argo:DataCentre rdf:type owl:Class ; rdfs:comment "An argo data center, as known as DAC." ; rdfs:label "DataCentre" . ### http://www.argodatamgt.org/argo-ontology#File argo:File rdf:type owl:Class ; rdfs:comment "A virtual file physically present on a computer file system." ; rdfs:label "File" . ### http://www.argodatamgt.org/argo-ontology#Ship argo:Ship rdf:type owl:Class ; rdfs:comment "A watercraft navigating on seas, oceans and waterways." ; rdfs:label "Ship" . ### http://www.argodatamgt.org/argo-ontology#PrincipalInvestigator rdf:type owl:Class . ### http://www.w3.org/1999/02/22-rdf-syntax-ns#List rdf:List rdf:type owl:Class . ### http://www.w3.org/2000/10/swap/pim/contact#Person rdf:type owl:Class . ### http://www.w3.org/2003/01/geo/wgs84_pos#Point rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment """ Uniquely identified by lat/long/alt. i.e. spaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT), lat(P2, LAT), long(P2, LONG), alt(P2, ALT). sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2). """ , """A point, typically described using a coordinate system relative to Earth, such as WGS84. """ ; rdfs:label "point" . ### http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing rdf:type owl:Class ; rdfs:comment """Anything with spatial extent, i.e. size, shape, or position. e.g. people, places, bowling balls, as well as abstract areas like cubes. """ ; rdfs:label "SpatialThing" . ################################################################# # Individuals ################################################################# ### http://www.argodatamgt.org/argo-ontology#PrincipalInvestigator argo:PrincipalInvestigator rdf:type owl:NamedIndividual , . ### http://www.w3.org/ns/prov-o rdf:type owl:NamedIndividual . ### http://www.w3.org/ns/prov-o-20130312 rdf:type owl:NamedIndividual . ### http://www.w3.org/ns/prov-o# rdf:type owl:NamedIndividual . ################################################################# # Annotations ################################################################# "$Date: 2009/04/20 15:00:30 $" ; rdfs:label "geo" ; """A vocabulary for representing latitude, longitude and altitude information in the WGS84 geodetic reference datum. Version $Id: wgs84_pos.rdf,v 1.22 2009/04/20 15:00:30 timbl Exp $. See http://www.w3.org/2003/01/geo/ for more details.""" ; rdfs:comment """ Recent changes to this namespace: $Log: wgs84_pos.rdf,v $ Revision 1.22 2009/04/20 15:00:30 timbl Remove the time bits which have been deal with elsewhere eg in iCal. Revision 1.21 2009/04/20 12:52:47 timbl try again Revision 1.20 2009/04/20 12:42:11 timbl Add Event (edited ages ago and never checked in), and location (following discussion http://chatlogs.planetrdf.com/swig/2009-04-20#T12-36-09) Revision 1.19 2009/04/20 12:36:31 timbl Add Event (edited ages ago and never checked in), and location (following discussion http://chatlogs.planetrdf.com/swig/2009-04-20#T12-36-09) Revision 1.18 2006/02/01 22:01:04 danbri Clarified that lat and long are decimal degrees, and that alt is decimal metres about local reference ellipsoid Revision 1.17 2004/02/06 17:38:12 danbri Fixed a bad commit screwup Revision 1.15 2003/04/19 11:24:08 danbri Fixed the typo even more. Revision 1.14 2003/04/19 11:16:56 danbri fixed a typo Revision 1.13 2003/02/19 22:27:27 connolly relaxed domain constraints on lat/long/alt from Point to SpatialThing Revision 1.12 2003/01/12 01:41:41 danbri Trying local copy of XSLT doc. Revision 1.11 2003/01/12 01:20:18 danbri added a link to morten's xslt rdfs viewer. Revision 1.10 2003/01/11 18:56:49 danbri Removed datatype range from lat and long properties, since they would have required each occurance of the property to mention the datatype. Revision 1.9 2003/01/11 11:41:31 danbri Another typo; repaired rdfs:Property to rdf:Property x4 Revision 1.8 2003/01/11 11:05:02 danbri Added an rdfs:range for each lat/long/alt property, http://www.w3.org/2001/XMLSchema#float Revision 1.7 2003/01/10 20:25:16 danbri Longer rdfs:comment for Point, trying to be Earth-centric and neutral about coordinate system(s) at the same time. Feedback welcomed. Revision 1.6 2003/01/10 20:18:30 danbri Added CVS log comments into the RDF/XML as an rdfs:comment property of the vocabulary. Note that this is not common practice (but seems both harmless and potentially useful). revision 1.5 date: 2003/01/10 20:14:31; author: danbri; state: Exp; lines: +16 -5 Updated schema: Added a dc:date, added url for more info. Changed the rdfs:label of the namespace from gp to geo. Added a class Point, set as the rdfs:domain of each property. Added XML comment on the lat_long property suggesting that we might not need it (based on #rdfig commentary from implementors). revision 1.4 date: 2003/01/10 20:01:07; author: danbri; state: Exp; lines: +6 -5 Fixed typo; several rdfs:about attributes are now rdf:about. Thanks to MortenF in #rdfig for catching this error. revision 1.3 date: 2003/01/10 11:59:03; author: danbri; state: Exp; lines: +4 -3 fixed buglet in vocab, added more wgs links revision 1.2 date: 2003/01/10 11:01:11; author: danbri; state: Exp; lines: +4 -4 Removed alt from the as-a-flat-string property, and switched from space separated to comma separated. revision 1.1 date: 2003/01/10 10:53:23; author: danbri; state: Exp; basic geo vocab """ ; "WGS84 Geo Positioning: an RDF vocabulary" . rdfs:comment "A comma-separated representation of a latitude, longitude coordinate." ; rdfs:label "lat/long" . rdfs:label "location" ; rdfs:comment """The relation between something and the point, or other geometrical thing in space, where it is. For example, the realtionship between a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping . """ . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi