Other Physical Details Encoding Scheme
Element Reference
- Attribute:Value
- JSON-LD
- Turtle
- RDF/XML
{
"@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/CC2017",
"@type": [
"rdfs:Class",
"owl:Class"
],
"label": {
"en": "Statement Of Coordinates And Equinox Encoding Scheme"
},
"description": {
"en": "Syntax Encoding Scheme for the statement of coordinates and equinox."
},
"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/CC2017> a rdfs:Class, owl:Class ;
rdfs:label "Statement Of Coordinates And Equinox Encoding Scheme"@en ;
rdfs:comment "Syntax Encoding Scheme for the statement of coordinates and equinox."@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/CC2017">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Statement Of Coordinates And Equinox Encoding Scheme</rdfs:label>
<rdfs:comment xml:lang="en">Syntax Encoding Scheme for the statement of coordinates and equinox.</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 the combined statement of coordinates (terrestrial or celestial), celestial hemisphere, epoch, and equinox for cartographic resources. It is a crucial part of the Mathematical Data (Area 3.1). While the query lists "Statement of Coordinates and Equinox", the ISBD sources show "Statement of coordinates and celestial hemisphere" (3.1.3) and "Statement of epoch and equinox" (3.1.4) as distinct elements, which are often grouped together in punctuation.
Required Elements
- Coordinates (Mandatory if applicable):
- Terrestrial coordinates: Longitude (W/E) and latitude (N/S) given in degrees, minutes, seconds (e.g., "E 79°–E 86°/N 20°–N 12°").
- Right ascension and declination (Celestial): RA in hours, minutes, seconds and Decl. in degrees, minutes, seconds (with + for northern, - for southern celestial hemisphere).
- Other celestial coordinate systems: Decimal degrees for longitude and latitude, with the name of the system (e.g., "ecliptic coordinates").
- Celestial hemisphere (Optional): Specifies the northern, southern, or both celestial hemispheres.
- Epoch (Mandatory if available): An arbitrary moment in time to which measurements of position are referred.
- Equinox (Mandatory if available): One of two points of intersection of the ecliptic and the celestial equator, occupied by the sun when its declination is 0°.
Punctuation Rules
- The statements of coordinates, celestial hemisphere, epoch, and equinox are enclosed in one pair of parentheses ( ).
- The statement of celestial hemisphere is preceded by ;.
- The statement of equinox is preceded by ;.
- Within coordinate ranges, individual values are linked by – (no space) and different coordinate types by / (no space).
Relationship to ISBD Standards
This combines elements 3.1.3 and 3.1.4 within the Mathematical Data Area (element 3.1, part of Area 3). The 2021 Update refined these stipulations, especially for celestial cartography.
Relationship to Other SES
It is a key part of the "Mathematical Data Area Encoding Scheme," which is itself part of the "Material Or Type Of Resource Specific Area Encoding Scheme." Notes can provide further elaboration.
Examples
- (E 79°–E 86°/N 20°–N 12°)
- (RA 16 h 30 min to 19 h 30 min/Decl. -16° to -49° ; southern celestial hemisphere)
- (RA 2 h/Decl. +30° ; equinox 1950)
This content was automatically generated from the ISBD PDF documentation using Gemini AI analysis.