AGLS Availability Syntax Encoding Scheme
Namespace: /agls/terms/
Term URI: /agls/terms/Aglsvail
HTML/XHTML scheme syntax: AGLSTERMS.AglsAvail
XML/RDF scheme syntax: aglsterms:AglsAvail
The availability property provides information about how to obtain offline resources. Agents are people, organisations or instruments associated with resources. The AGLS Availability Syntax Encoding Scheme is a method for describing characteristics of agents in AGLS metadata descriptions. Values for the availability property will contain information about the agent making the resource available.
Characteristics are encoded using the Dublin Core Structured Values.
AGLS describes availability or access to a resource using the characteristics defined in Table C1.
Component | Definition |
---|---|
personalName | The name of a person making the resource available. |
corporateName | The name of an organisation making the resource available. |
jurisdiction | The legal jurisdiction of the agent making the resource available Draw values for this component from the AGLS Jurisdiction Vocabulary Encoding Scheme. |
contact | Contact details for the agent making the resource available. Can include an official title, typically includes a phone number. |
address | Street or postal address for the agent making the resource available. |
Email address for the agent making the resource available. | |
hours | Hours during which the resource is available at the locations identified in address components. |
cost | Cost of obtaining the resource. |
postcode | Australian postcode(s) where the resource is available. Typically used in describing availability of services. |
All components are optional and ordering is not significant.
Examples
HTML
<meta name="AGLSTERMS.availability" scheme="AGLSTERMS.AglsAvail" content="corporateName=National Archives of Australia; address=Box 7425 Canberra Business Centre ACT 2610; contact=National Reference Service, 1300 886 881; email=ref@naa.gov.au; cost=AU$25.00 (inc GST) for purchases within Australia, AU$28.00 (GST free) for purchases outside Australia">
XHTML
<meta name="AGLSTERMS.availability" scheme="AGLSTERMS.AglsAvail" content="corporateName=Registry of Births, Deaths and Marriages; jurisdiction=Queensland; address=501 Ann Street, Brisbane; address=PO Box 188, Brisbane Albert Street, Qld, 4002; contact=Phone (07) 3247 9203; contact=Fax (07) 3247 5803; hours=Monday to Friday, 09:00 – 16:30 (excluding public holidays)" />
XML
<aglsterms:availability xsi:type="aglsterms:AglsAgent">
corporateName=corporateName=National Archives of Australia; address=Box 7425 Canberra Business Centre ACT 2610; contact=National Reference Service, 1300 886 881; email=ref@naa.gov.au; cost=AU$25.00 (inc GST) for purchases within Australia, AU$28.00 (GST free) for purchases outside Australia
</aglsterms:availability>
RDF
<aglsterms:availability rdf:datatype="aglsterms:AglsAvail">
corporateName=Registry of Births, Deaths and Marriages; jurisdiction=Queensland; address=501 Ann Street, Brisbane; address=PO Box 188, Brisbane Albert Street, Qld, 4002; contact=Phone (07) 3247 9203; contact=Fax (07) 3247 5803; hours=Monday to Friday, 09:00 – 16:30 (excluding public holidays)
</aglsterms:availability>