Package org.biojava.bibliography
Class BiblioScope
- java.lang.Object
-
- org.biojava.bibliography.BiblioScope
-
public class BiblioScope extends java.lang.ObjectIt represent an extent or scope of the content of the cited resource. It can include spatial location (a place name or geographic co-ordinates), temporal period (a period label, date, or date range), or both. Finally, it can have additional dynamic properties such as jurisdiction.
- Since:
- 1.3
- Version:
- $Id: BiblioScope.java 2812 2003-07-16 16:01:11Z mrp $
- Author:
- Martin Senger
-
-
Field Summary
Fields Modifier and Type Field Description java.util.HashtablepropertiesIt may contain additional properties related to the extend or scope of the cited resource.java.lang.StringspatialLocationIt defines a spatial location of the cited resource.java.lang.StringtemporalPeriodIt defines temporal period of the cited resource.
-
Constructor Summary
Constructors Constructor Description BiblioScope()
-
-
-
Field Detail
-
properties
public java.util.Hashtable properties
It may contain additional properties related to the extend or scope of the cited resource. For example:jurisdiction => governmentAs with all properties, it is recommended to use a controlled vocabulary. Such vocabulary should be namedBibRefSupport.ATTR_SCOPE.
-
spatialLocation
public java.lang.String spatialLocation
It defines a spatial location of the cited resource.
This specification does not suggest any rules for representing geographical names but implementations may consider Getty Thesaurus of Geographic Names, or MARC lists of countries and MARC list of geographical areas.
-
temporalPeriod
public java.lang.String temporalPeriod
It defines temporal period of the cited resource. It may be a period label, date, or date range.
-
-