Resource | Count |
"A comma-separated representation of a latitude, longitude coordinate." | 2 |
"Anything with spatial extent, i.e. size, shape, or position.
e.g. people, places, bowling balls, as well as abstract areas like cubes." | 2 |
"A point, typically described using a coordinate system relative to Earth, such as WGS84.
" | 2 |
"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
" | 2 |
"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 .
" | 2 |
"The WGS84 altitude of a SpatialThing (decimal meters
above the local reference ellipsoid)." | 2 |
"The WGS84 latitude of a SpatialThing (decimal degrees)." | 2 |
"The WGS84 longitude of a SpatialThing (decimal degrees)." | 2 |
"
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).
" | 2 |
"Abstract class of things which reference one or more ComponentProperties"@en | 1 |
"Abstract superclass for everything that can have attributes and dimensions"@en | 1 |
"Abstract super-property of all properties representing dimensions, attributes or measures"@en | 1 |
"An alternative to qb:componentProperty which makes explicit that the component is a attribute"@en | 1 |
"An alternative to qb:componentProperty which makes explicit that the component is a dimension"@en | 1 |
"An alternative to qb:componentProperty which makes explicit that the component is a measure"@en | 1 |
"An alternative to qb:componentProperty which makes explicit that the component is a measure dimension"@en | 1 |
"A, possibly arbitrary, group of observations."@en | 1 |
"A single observation in the cube, may have one or more associated measured values"@en | 1 |
"Defines the structure of a DataSet or slice"@en | 1 |
"Denotes a subset of a DataSet defined by fixing a subset of the dimensional values, component properties on the Slice"@en | 1 |
"Denotes a subset of the component properties of a DataSet which are fixed in the corresponding slices"@en | 1 |
"Generic measure dimension, the value of this dimension indicates which measure (from the set of measures in the DSD) is being given by the obsValue (or other primary measure)"@en | 1 |
"gives the code list associated with a CodedProperty"@en | 1 |
"gives the concept which is being measured or indicated by a ComponentProperty"@en | 1 |
"indicates a ComponentProperty (i.e. attribute/dimension) expected on a DataSet, or a dimension fixed in a SliceKey"@en | 1 |
"indicates a component specification which is included in the structure of the dataset"@en | 1 |
"Indicates a group of observations. The domain of this property is left open so that a group may be attached to different resources and need not be restricted to a single DataSet"@en | 1 |
"indicates a observation contained within this slice of the data set"@en | 1 |
"indicates a priority order for the components of sets with this structure, used to guide presentations - lower order numbers come before higher numbers, un-numbered components come last"@en | 1 |
"indicates a slice key which is used for slices in this dataset"@en | 1 |
"Indicates a subset of a DataSet defined by fixing a subset of the dimensional values"@en | 1 |
"indicates the data set of which this observation is a part"@en | 1 |
"Indicates the level at which the component property should be attached, this might an qb:DataSet, qb:Slice or qb:Observation, or a qb:MeasureProperty."@en | 1 |
"indicates the structure to which this data set conforms"@en | 1 |
"indicates the sub-key corresponding to this slice"@en | 1 |
"Indicates whether a component property is required (true) or optional (false) in the context of a DSD. Only applicable
to components correspond to an attribute. Defaults to false (optional)."@en | 1 |
"Job or position held by an individual who performs a set of tasks and duties."@en | 1 |
"Legal, conjugal status of each individual in relation to the marriage laws or customs of the country."@en | 1 |
"Monetary denomination of the object being measured."@en | 1 |
"Represents a collection of observations, possibly organized into various slices, conforming to some common dimensional structure."@en | 1 |
"Represents a generalized hierarchy of concepts which can be used for coding. The hierarchy is defined by one or more roots together with a property which relates concepts in the hierarchy to thier child concept . The same concepts may be members of multiple hierarchies provided that different qb:parentChildProperty values are used for each hierarchy."@en | 1 |
"Specifies a property which relates a parent concept in the hierarchy to a child concept."@en | 1 |
"Specifies a root of the hierarchy. A hierarchy may have multiple roots but must have at least one."@en | 1 |
"Superclass of all coded ComponentProperties"@en | 1 |
"The class of components which represent attributes of observations in the cube, e.g. unit of measurement"@en | 1 |
"The class of components which represent the dimensions of the cube"@en | 1 |
"The class of components which represent the measured value of the phenomenon being observed"@en | 1 |
"The country or geographic area to which the measured statistical phenomenon relates."@en | 1 |
"The highest level of an educational programme the person has successfully completed."@en | 1 |
"The length of time that a person has lived or a thing has existed."@en | 1 |
"The period of time or point in time to which the measured observation is intended to refer."@en | 1 |
"The period of time or point in time to which the measured observation refers."@en | 1 |
"The state of being male or female."@en | 1 |
"The time interval at which observations occur over a given time period."@en | 1 |
"This vocabulary allows multi-dimensional data, such as statistics, to be published in RDF. It is based on the core information model from SDMX (and thus also DDI)." | 1 |
"Used to define properties of a component (attribute, dimension etc) which are specific to its usage in a DSD."@en | 1 |