Terms Of Availability Statement Encoding Scheme
Element Reference
- Attribute:Value
- JSON-LD
- Turtle
- RDF/XML
Definition
Syntax Encoding Scheme for the terms of availability statement.
Scope note
Domain
Range
URI
https://www.iflastandards.info/ISBDM/elements/CC2027
Type
owl:Class
Status
Published
{
"@context": {
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"owl": "http://www.w3.org/2002/07/owl#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"dcterms": "http://purl.org/dc/terms/",
"ifla": "http://iflastandards.info/ns/isbd/terms/",
"isbdm": "http://iflastandards.info/ns/isbdm/elements/"
},
"@graph": [
{
"@id": "https://www.iflastandards.info/ISBDM/elements/CC2027",
"@type": [
"rdfs:Class",
"owl:Class"
],
"label": {
"en": "Terms Of Availability Statement Encoding Scheme"
},
"description": {
"en": "Syntax Encoding Scheme for the terms of availability statement."
},
"isDefinedBy": {
"@id": "https://www.iflastandards.info/ISBDM/elements/",
"label": "ISBD Manifestation elements"
},
"status": {
"label": "Published"
}
}
]
}
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isbdm: <http://iflastandards.info/ns/isbdm/elements/> .
@prefix ifla: <http://iflastandards.info/ns/isbd/terms/> .
<https://www.iflastandards.info/ISBDM/elements/CC2027> a rdfs:Class, owl:Class ;
rdfs:label "Terms Of Availability Statement Encoding Scheme"@en ;
rdfs:comment "Syntax Encoding Scheme for the terms of availability statement."@en ;
rdfs:isDefinedBy <https://www.iflastandards.info/ISBDM/elements/> ;
dcterms:status "Published" .
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:isbdm="http://iflastandards.info/ns/isbdm/elements/"
xmlns:ifla="http://iflastandards.info/ns/isbd/terms/">
<rdfs:Class rdf:about="https://www.iflastandards.info/ISBDM/elements/CC2027">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Terms Of Availability Statement Encoding Scheme</rdfs:label>
<rdfs:comment xml:lang="en">Syntax Encoding Scheme for the terms of availability statement.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://www.iflastandards.info/ISBDM/elements/"/>
<dcterms:status>Published</dcterms:status>
</rdfs:Class>
</rdf:RDF>
Definition
This refers to element 8.3 within the Resource Identifier and Terms of Availability Area (Area 8). It provides a statement of the conditions under which a resource may be obtained, typically its price, or a brief statement if it's not for sale (e.g., "for hire," "free to educational institutions").
Required Elements
The element is Optional.
- Price (Optional): Given with the international standard code for the currency (e.g., "GBP 2.05," "EUR 950").
- Other terms (Optional): A brief statement for non-sale availability (e.g., "not for sale," "for hire," "free loan").
- Qualifications (Optional): Brief statements (in parentheses) clarifying the terms (e.g., "(to members)", "(until 1 January 1977)", "(annual subscription)").
Punctuation Rules
- The terms of availability are preceded by :.
- Qualifications are enclosed in parentheses ( ).
- If multiple terms or qualifications are needed, they are separated as appropriate, usually by : for distinct terms or ; for multiple qualifications.
Relationship to ISBD Standards
This is element 8.3 within Area 8. It provides practical information about access to the resource.
Relationship to Other SES
- It is a component of the "Resource Identifier And Terms Of Availability Area Encoding Scheme."
- Notes related to terms of availability (e.g., limited print run, limited distribution) can be found in the Note Area (Area 7).
Examples
- : GBP 2.05
- : not for sale
- : USD 129.00 : USD 100.00 (for colleges and universities)
- : EUR 4 (annual subscription) : EUR 1,20 (per issue)
This content was automatically generated from the ISBD PDF documentation using Gemini AI analysis.