diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..f0361a3 --- /dev/null +++ b/README.adoc @@ -0,0 +1,37 @@ += Geoscience Australia's Vocabularies + +This repository contains the source files of Geoscience Australia (GA)'s public vocabularies. + +All these vocabularies - from multiple sources, not just from GA itself - are presented as https://www.w3.org/TR/skos-reference/[Simple Knowledge Organization System (SKOS)] vocabularies and are delivered online at: + +https://vocabs.ga.gov.au/ + +== License +Geoscience Australia's vocabularies in this repository are licensed using the https://creativecommons.org/licenses/by/4.0/[CC BY 4.0] licence. See the [LICENSE file](LICENSE) for the deed. + +Other vocabularies reproduced by GA may have other licensing arrangements. See the individual vocabulary files for details. + + +== Custodian +https://www.ga.gov.au[Geoscience Australia]'s Data Catalogue Team + +== Contact +Manager Client Services + +Geoscience Australia + +clientservices@ga.gov.au + +ph: 1800 800 173 + +Cnr Jerrabomberra Ave and Hindmarsh Dr GPO Box 378, Canberra, ACT, 2601, Australia + + +== Prez resources + +This listing of the resources in this repository is used by the https://kurrawong.ai/products/prez/[Prez System] to display the vocabularies correctly. + +|=== +| Resource | Location | Notes + +| Catalogue Definition | `catalogue.ttl` | +| Items | `./vocabularies/*.ttl` | Multiple ttl files +| Profile Definition | https://github.com/RDFLib/prez/blob/main/prez/reference_data/profiles/ogc_records_profile.ttl[Prez Records Profile] | Default Prez profile for Records API +| Context Resources | `_background/*.ttl` | Multiple labels files for ontologies, licenses & agents +|=== diff --git a/README.md b/README.md deleted file mode 100644 index b940da3..0000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Geoscience Australia's Vocabularies - -This repository contains the source files of Geoscience Australia (GA)'s public vocabularies. - -All these vocabularies - from multiple sources, not just from GA itself - are presented as [Simple Knowledge Organization System (SKOS)](https://www.w3.org/TR/skos-reference/) vocabularies and are delivered online at: - -* ***coming!*** - -## License -Geoscience Australia's vocabularies in this repository are licensed using the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) licence. See the [LICENSE file](LICENSE) for the deed. - -Other vocabularies reproduced by GA may have other licensing arrangements. See the individual vocabulary files for details. - - -## Contact -[Geoscience Australia](https://www.ga.gov.au)'s Data Manager: - \ No newline at end of file diff --git a/_background/labels.ttl b/_background/labels.ttl new file mode 100644 index 0000000..24ab21a --- /dev/null +++ b/_background/labels.ttl @@ -0,0 +1,483 @@ +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + + + a schema:Organization ; + schema:description "Geoscience Australia is Australia's pre-eminent public sector geoscience organisation. It is the nation's trusted advisor on the geology and geography of Australia. It applies science and technology to describe and understand the Earth for the benefit of Australia."@en ; + schema:name "Geoscience Australia" ; + schema:url "https://www.ga.gov.au"^^xsd:anyURI ; +. + +rdfs:isDefinedBy + rdfs:label "is defined by" ; + schema:description "The defininition of the subject resource." ; +. + +rdfs:label + rdfs:label "label" ; + schema:description "A human-readable name for the subject." ; +. + +rdfs:seeAlso + rdfs:label "see also" ; + schema:description "Further information about the subject resource." ; +. + +owl:versionInfo + rdfs:label "versionInfo" ; + schema:description "The annotation property that provides version information for an ontology or another OWL construct." ; +. + +skos:Concept + rdfs:label + "Concept" , + "Concept"@en ; + schema:description "An idea or notion; a unit of thought."@en ; +. + +skos:ConceptScheme + rdfs:label "Concept Scheme"@en ; + schema:description "A set of concepts, optionally including statements about semantic relationships between those concepts."@en ; +. + +skos:altLabel + rdfs:label "alternative label"@en ; + schema:description + "An alternative lexical label for a resource."@en , + "The range of skos:altLabel is the class of RDF plain literals."@en , + "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en ; +. + +skos:broader + rdfs:label "has broader"@en ; + schema:description + "Broader concepts are typically rendered as parents in a concept hierarchy (tree)."@en , + "Relates a concept to a concept that is more general in meaning."@en ; +. + +skos:changeNote + rdfs:label "change note"@en ; + schema:description "A note about a modification to a concept."@en ; +. + +skos:definition + rdfs:label "definition"@en ; + schema:description "A statement or formal explanation of the meaning of a concept."@en ; +. + +skos:exactMatch + rdfs:label "has exact match"@en ; + schema:description + "skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch."@en , + "skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch."@en ; +. + +skos:hasTopConcept + rdfs:label "has top concept"@en ; + schema:description "Relates, by convention, a concept scheme to a concept which is topmost in the broader/narrower concept hierarchies for that scheme, providing an entry point to these hierarchies."@en ; +. + +skos:historyNote + rdfs:label "history note"@en ; + schema:description "A note about the past state/use/meaning of a concept."@en ; +. + +skos:inScheme + rdfs:label "is in scheme"@en ; + schema:description "Relates a resource (for example a concept) to a concept scheme in which it is included."@en ; +. + +skos:narrower + rdfs:label "has narrower"@en ; + schema:description + "Narrower concepts are typically rendered as children in a concept hierarchy (tree)."@en , + "Relates a concept to a concept that is more specific in meaning."@en ; +. + +skos:notation + rdfs:label "notation"@en ; + schema:description "A notation, also known as classification code, is a string of characters such as \"T58.5\" or \"303.4833\" used to uniquely identify a concept within the scope of a given concept scheme."@en ; +. + +skos:prefLabel + rdfs:label "preferred label"@en ; + schema:description + "A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag."@en , + "The preferred lexical label for a resource, in a given language."@en , + "The range of skos:prefLabel is the class of RDF plain literals."@en , + """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise + disjoint properties."""@en ; +. + +skos:topConceptOf + rdfs:label "is top concept in scheme"@en ; + schema:description "Relates a concept to the concept scheme that it is a top level concept of."@en ; +. + +dcat:contactPoint + rdfs:label + "عنوان اتصال"@ar , + "kontaktní bod"@cs , + "kontaktpunkt"@da , + "σημείο επικοινωνίας"@el , + "contact point"@en , + "Punto de contacto"@es , + "point de contact"@fr , + "punto di contatto"@it , + "窓口"@ja ; + schema:description + "تربط قائمة البيانات بعنوان اتصال موصف باستخدام VCard"@ar , + "Relevantní kontaktní informace pro katalogizovaný zdroj. Doporučuje se použít slovník VCard."@cs , + "Relevante kontaktoplysninger for den katalogiserede ressource. Anvendelse af vCard anbefales."@da , + "Συνδέει ένα σύνολο δεδομένων με ένα σχετικό σημείο επικοινωνίας, μέσω VCard."@el , + "Relevant contact information for the catalogued resource. Use of vCard is recommended."@en , + "Información relevante de contacto para el recurso catalogado. Se recomienda el uso de vCard."@es , + "Relie un jeu de données à une information de contact utile en utilisant VCard."@fr , + "Informazioni di contatto rilevanti per la risorsa catalogata. Si raccomanda l'uso di vCard."@it , + "データセットを、VCardを用いて提供されている適切な連絡先情報にリンクします。"@ja ; +. + +schema:Organization + rdfs:label "Organization" ; + schema:description "An organization such as a school, NGO, corporation, club, etc." ; +. + +schema:citation + rdfs:label "citation" ; + schema:description "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc." ; +. + +schema:contributor + rdfs:label "contributor" ; + schema:description "A secondary contributor to the CreativeWork or Event." ; +. + +schema:creator + rdfs:label "creator" ; + schema:description "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork." ; +. + +schema:dateCreated + rdfs:label "dateCreated" ; + schema:description "The date on which the CreativeWork was created or the item was added to a DataFeed." ; +. + +schema:dateIssued + rdfs:label "dateIssued" ; + schema:description "The date the ticket was issued." ; +. + +schema:dateModified + rdfs:label "dateModified" ; + schema:description "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed." ; +. + +schema:description + rdfs:label "description" ; + schema:description "A description of the item." ; +. + +schema:keywords + rdfs:label "keywords" ; + schema:description "Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property." ; +. + +schema:name + rdfs:label "name" ; + schema:description "The name of the item." ; +. + +schema:publisher + rdfs:label "publisher" ; + schema:description "The publisher of the creative work." ; +. + +schema:url + rdfs:label "url" ; + schema:description "URL of the item." ; +. + + + rdfs:label "grid north" . + rdfs:label "magnetic north" . + rdfs:label "true north" . + + rdfs:label "all" . + rdfs:label "dominant" . + rdfs:label "major" . + rdfs:label "minor" . + rdfs:label "rare" . + rdfs:label "subordinate" . + rdfs:label "trace" . + rdfs:label "variable" . + + + rdfs:label "1 sigma" . + rdfs:label "2 sigma" . + rdfs:label "3 sigma" . + rdfs:label "95% confidence" . + rdfs:label "95% confidence, asymetric" . + rdfs:label "alpha 95" . + rdfs:label "delta" . + rdfs:label "kappa" . + rdfs:label "plus/minus" . + + rdfs:label "QUDT Units Version 2.1 Vocabulary" . + + rdfs:label "unknown" . + + rdfs:label "Standard Error" . + + rdfs:label "ISO 3166 code AD" . + rdfs:label "ISO 3166 code AE" . + rdfs:label "ISO 3166 code AF" . + rdfs:label "ISO 3166 code AG" . + rdfs:label "ISO 3166 code AI" . + rdfs:label "ISO 3166 code AL" . + rdfs:label "ISO 3166 code AM" . + rdfs:label "ISO 3166 code AO" . + rdfs:label "ISO 3166 code AQ" . + rdfs:label "ISO 3166 code AR" . + rdfs:label "ISO 3166 code AS" . + rdfs:label "ISO 3166 code AT" . + rdfs:label "ISO 3166 code AU" . + rdfs:label "ISO 3166 code AW" . + rdfs:label "ISO 3166 code AX" . + rdfs:label "ISO 3166 code AZ" . + rdfs:label "ISO 3166 code BA" . + rdfs:label "ISO 3166 code BB" . + rdfs:label "ISO 3166 code BD" . + rdfs:label "ISO 3166 code BE" . + rdfs:label "ISO 3166 code BF" . + rdfs:label "ISO 3166 code BG" . + rdfs:label "ISO 3166 code BH" . + rdfs:label "ISO 3166 code BI" . + rdfs:label "ISO 3166 code BJ" . + rdfs:label "ISO 3166 code BL" . + rdfs:label "ISO 3166 code BM" . + rdfs:label "ISO 3166 code BN" . + rdfs:label "ISO 3166 code BO" . + rdfs:label "ISO 3166 code BQ" . + rdfs:label "ISO 3166 code BR" . + rdfs:label "ISO 3166 code BS" . + rdfs:label "ISO 3166 code BT" . + rdfs:label "ISO 3166 code BV" . + rdfs:label "ISO 3166 code BW" . + rdfs:label "ISO 3166 code BY" . + rdfs:label "ISO 3166 code BZ" . + rdfs:label "ISO 3166 code CA" . + rdfs:label "ISO 3166 code CC" . + rdfs:label "ISO 3166 code CD" . + rdfs:label "ISO 3166 code CF" . + rdfs:label "ISO 3166 code CG" . + rdfs:label "ISO 3166 code CH" . + rdfs:label "ISO 3166 code CI" . + rdfs:label "ISO 3166 code CK" . + rdfs:label "ISO 3166 code CL" . + rdfs:label "ISO 3166 code CM" . + rdfs:label "ISO 3166 code CN" . + rdfs:label "ISO 3166 code CO" . + rdfs:label "ISO 3166 code CR" . + rdfs:label "ISO 3166 code CU" . + rdfs:label "ISO 3166 code CV" . + rdfs:label "ISO 3166 code CW" . + rdfs:label "ISO 3166 code CX" . + rdfs:label "ISO 3166 code CY" . + rdfs:label "ISO 3166 code CZ" . + rdfs:label "ISO 3166 code DE" . + rdfs:label "ISO 3166 code DJ" . + rdfs:label "ISO 3166 code DK" . + rdfs:label "ISO 3166 code DM" . + rdfs:label "ISO 3166 code DO" . + rdfs:label "ISO 3166 code DZ" . + rdfs:label "ISO 3166 code EC" . + rdfs:label "ISO 3166 code EE" . + rdfs:label "ISO 3166 code EG" . + rdfs:label "ISO 3166 code EH" . + rdfs:label "ISO 3166 code ER" . + rdfs:label "ISO 3166 code ES" . + rdfs:label "ISO 3166 code ET" . + rdfs:label "ISO 3166 code FI" . + rdfs:label "ISO 3166 code FJ" . + rdfs:label "ISO 3166 code FK" . + rdfs:label "ISO 3166 code FM" . + rdfs:label "ISO 3166 code FO" . + rdfs:label "ISO 3166 code FR" . + rdfs:label "ISO 3166 code GA" . + rdfs:label "ISO 3166 code GB" . + rdfs:label "ISO 3166 code GD" . + rdfs:label "ISO 3166 code GE" . + rdfs:label "ISO 3166 code GF" . + rdfs:label "ISO 3166 code GG" . + rdfs:label "ISO 3166 code GH" . + rdfs:label "ISO 3166 code GI" . + rdfs:label "ISO 3166 code GL" . + rdfs:label "ISO 3166 code GM" . + rdfs:label "ISO 3166 code GN" . + rdfs:label "ISO 3166 code GP" . + rdfs:label "ISO 3166 code GQ" . + rdfs:label "ISO 3166 code GR" . + rdfs:label "ISO 3166 code GS" . + rdfs:label "ISO 3166 code GT" . + rdfs:label "ISO 3166 code GU" . + rdfs:label "ISO 3166 code GW" . + rdfs:label "ISO 3166 code GY" . + rdfs:label "ISO 3166 code HK" . + rdfs:label "ISO 3166 code HM" . + rdfs:label "ISO 3166 code HN" . + rdfs:label "ISO 3166 code HR" . + rdfs:label "ISO 3166 code HT" . + rdfs:label "ISO 3166 code HU" . + rdfs:label "ISO 3166 code ID" . + rdfs:label "ISO 3166 code IE" . + rdfs:label "ISO 3166 code IL" . + rdfs:label "ISO 3166 code IM" . + rdfs:label "ISO 3166 code IN" . + rdfs:label "ISO 3166 code IO" . + rdfs:label "ISO 3166 code IQ" . + rdfs:label "ISO 3166 code IR" . + rdfs:label "ISO 3166 code IS" . + rdfs:label "ISO 3166 code IT" . + rdfs:label "ISO 3166 code JE" . + rdfs:label "ISO 3166 code JM" . + rdfs:label "ISO 3166 code JO" . + rdfs:label "ISO 3166 code JP" . + rdfs:label "ISO 3166 code KE" . + rdfs:label "ISO 3166 code KG" . + rdfs:label "ISO 3166 code KH" . + rdfs:label "ISO 3166 code KI" . + rdfs:label "ISO 3166 code KM" . + rdfs:label "ISO 3166 code KN" . + rdfs:label "ISO 3166 code KP" . + rdfs:label "ISO 3166 code KR" . + rdfs:label "ISO 3166 code KW" . + rdfs:label "ISO 3166 code KY" . + rdfs:label "ISO 3166 code KZ" . + rdfs:label "ISO 3166 code LA" . + rdfs:label "ISO 3166 code LB" . + rdfs:label "ISO 3166 code LC" . + rdfs:label "ISO 3166 code LI" . + rdfs:label "ISO 3166 code LK" . + rdfs:label "ISO 3166 code LR" . + rdfs:label "ISO 3166 code LS" . + rdfs:label "ISO 3166 code LT" . + rdfs:label "ISO 3166 code LU" . + rdfs:label "ISO 3166 code LV" . + rdfs:label "ISO 3166 code LY" . + rdfs:label "ISO 3166 code MA" . + rdfs:label "ISO 3166 code MC" . + rdfs:label "ISO 3166 code MD" . + rdfs:label "ISO 3166 code ME" . + rdfs:label "ISO 3166 code MF" . + rdfs:label "ISO 3166 code MG" . + rdfs:label "ISO 3166 code MH" . + rdfs:label "ISO 3166 code MK" . + rdfs:label "ISO 3166 code ML" . + rdfs:label "ISO 3166 code MM" . + rdfs:label "ISO 3166 code MN" . + rdfs:label "ISO 3166 code MO" . + rdfs:label "ISO 3166 code MP" . + rdfs:label "ISO 3166 code MQ" . + rdfs:label "ISO 3166 code MR" . + rdfs:label "ISO 3166 code MS" . + rdfs:label "ISO 3166 code MT" . + rdfs:label "ISO 3166 code MU" . + rdfs:label "ISO 3166 code MV" . + rdfs:label "ISO 3166 code MW" . + rdfs:label "ISO 3166 code MX" . + rdfs:label "ISO 3166 code MY" . + rdfs:label "ISO 3166 code MZ" . + rdfs:label "ISO 3166 code NA" . + rdfs:label "ISO 3166 code NC" . + rdfs:label "ISO 3166 code NE" . + rdfs:label "ISO 3166 code NF" . + rdfs:label "ISO 3166 code NG" . + rdfs:label "ISO 3166 code NI" . + rdfs:label "ISO 3166 code NL" . + rdfs:label "ISO 3166 code NO" . + rdfs:label "ISO 3166 code NP" . + rdfs:label "ISO 3166 code NR" . + rdfs:label "ISO 3166 code NU" . + rdfs:label "ISO 3166 code NZ" . + rdfs:label "ISO 3166 code OM" . + rdfs:label "ISO 3166 code PA" . + rdfs:label "ISO 3166 code PE" . + rdfs:label "ISO 3166 code PF" . + rdfs:label "ISO 3166 code PG" . + rdfs:label "ISO 3166 code PH" . + rdfs:label "ISO 3166 code PK" . + rdfs:label "ISO 3166 code PL" . + rdfs:label "ISO 3166 code PM" . + rdfs:label "ISO 3166 code PN" . + rdfs:label "ISO 3166 code PR" . + rdfs:label "ISO 3166 code PS" . + rdfs:label "ISO 3166 code PT" . + rdfs:label "ISO 3166 code PW" . + rdfs:label "ISO 3166 code PY" . + rdfs:label "ISO 3166 code QA" . + rdfs:label "ISO 3166 code RE" . + rdfs:label "ISO 3166 code RO" . + rdfs:label "ISO 3166 code RS" . + rdfs:label "ISO 3166 code RU" . + rdfs:label "ISO 3166 code RW" . + rdfs:label "ISO 3166 code SA" . + rdfs:label "ISO 3166 code SB" . + rdfs:label "ISO 3166 code SC" . + rdfs:label "ISO 3166 code SD" . + rdfs:label "ISO 3166 code SE" . + rdfs:label "ISO 3166 code SG" . + rdfs:label "ISO 3166 code SH" . + rdfs:label "ISO 3166 code SI" . + rdfs:label "ISO 3166 code SJ" . + rdfs:label "ISO 3166 code SK" . + rdfs:label "ISO 3166 code SL" . + rdfs:label "ISO 3166 code SM" . + rdfs:label "ISO 3166 code SN" . + rdfs:label "ISO 3166 code SO" . + rdfs:label "ISO 3166 code SR" . + rdfs:label "ISO 3166 code SS" . + rdfs:label "ISO 3166 code ST" . + rdfs:label "ISO 3166 code SV" . + rdfs:label "ISO 3166 code SX" . + rdfs:label "ISO 3166 code SY" . + rdfs:label "ISO 3166 code SZ" . + rdfs:label "ISO 3166 code TC" . + rdfs:label "ISO 3166 code TD" . + rdfs:label "ISO 3166 code TF" . + rdfs:label "ISO 3166 code TG" . + rdfs:label "ISO 3166 code TH" . + rdfs:label "ISO 3166 code TJ" . + rdfs:label "ISO 3166 code TK" . + rdfs:label "ISO 3166 code TL" . + rdfs:label "ISO 3166 code TM" . + rdfs:label "ISO 3166 code TN" . + rdfs:label "ISO 3166 code TO" . + rdfs:label "ISO 3166 code TR" . + rdfs:label "ISO 3166 code TT" . + rdfs:label "ISO 3166 code TV" . + rdfs:label "ISO 3166 code TW" . + rdfs:label "ISO 3166 code TZ" . + rdfs:label "ISO 3166 code UA" . + rdfs:label "ISO 3166 code UG" . + rdfs:label "ISO 3166 code UM" . + rdfs:label "ISO 3166 code US" . + rdfs:label "ISO 3166 code UY" . + rdfs:label "ISO 3166 code UZ" . + rdfs:label "ISO 3166 code VA" . + rdfs:label "ISO 3166 code VC" . + rdfs:label "ISO 3166 code VE" . + rdfs:label "ISO 3166 code VG" . + rdfs:label "ISO 3166 code VI" . + rdfs:label "ISO 3166 code VN" . + rdfs:label "ISO 3166 code VU" . + rdfs:label "ISO 3166 code WF" . + rdfs:label "ISO 3166 code WS" . + rdfs:label "ISO 3166 code YE" . + rdfs:label "ISO 3166 code YT" . + rdfs:label "ISO 3166 code ZA" . + rdfs:label "ISO 3166 code ZM" . + rdfs:label "ISO 3166 code ZW" . diff --git a/catalogue.ttl b/catalogue.ttl new file mode 100644 index 0000000..94fdb1a --- /dev/null +++ b/catalogue.ttl @@ -0,0 +1,54 @@ +PREFIX dcat: +PREFIX dcterms: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + + + a dcat:Catalog ; + dcterms:hasPart + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + skos:historyNote "This catalogue was was created in 2024 from pre-existing vocabularies"@en ; + schema:codeRepository "https://github.com/GeoscienceAustralia/ga-vocabs" ; + schema:contributor ; + schema:creator ; + schema:dateCreated "2017"^^xsd:gYear ; + schema:dateModified "2024-12-30"^^xsd:date ; + schema:description "Geoscience Australia's vocabularies of controlled terms" ; + schema:name "GA Vocabularies" ; + schema:publisher ; +. diff --git a/excel/0.4.3/Borehole_Construction_Type_Boreholes.xlsx b/excel/0.4.3/Borehole_Construction_Type_Boreholes.xlsx new file mode 100644 index 0000000..9ecff96 Binary files /dev/null and b/excel/0.4.3/Borehole_Construction_Type_Boreholes.xlsx differ diff --git a/excel/0.4.3/Borehole_Material_Boreholes.xlsx b/excel/0.4.3/Borehole_Material_Boreholes.xlsx new file mode 100644 index 0000000..64293cf Binary files /dev/null and b/excel/0.4.3/Borehole_Material_Boreholes.xlsx differ diff --git a/excel/0.4.3/Borehole_Purpose_Boreholes.xlsx b/excel/0.4.3/Borehole_Purpose_Boreholes.xlsx new file mode 100644 index 0000000..9f2aaac Binary files /dev/null and b/excel/0.4.3/Borehole_Purpose_Boreholes.xlsx differ diff --git a/excel/0.4.3/Borehole_status_Boreholes.xlsx b/excel/0.4.3/Borehole_status_Boreholes.xlsx new file mode 100644 index 0000000..a399815 Binary files /dev/null and b/excel/0.4.3/Borehole_status_Boreholes.xlsx differ diff --git a/excel/0.4.3/Confidence_Level_Boreholes.xlsx b/excel/0.4.3/Confidence_Level_Boreholes.xlsx new file mode 100644 index 0000000..8be2300 Binary files /dev/null and b/excel/0.4.3/Confidence_Level_Boreholes.xlsx differ diff --git a/excel/0.4.3/Date_Qualifiers_Boreholes.xlsx b/excel/0.4.3/Date_Qualifiers_Boreholes.xlsx new file mode 100644 index 0000000..08b48ed Binary files /dev/null and b/excel/0.4.3/Date_Qualifiers_Boreholes.xlsx differ diff --git a/excel/0.4.3/Directional_Survey_Azimuth_Boreholes.xlsx b/excel/0.4.3/Directional_Survey_Azimuth_Boreholes.xlsx new file mode 100644 index 0000000..1c4070f Binary files /dev/null and b/excel/0.4.3/Directional_Survey_Azimuth_Boreholes.xlsx differ diff --git a/excel/0.4.3/Directional_Survey_Recording_Mode_Boreholes.xlsx b/excel/0.4.3/Directional_Survey_Recording_Mode_Boreholes.xlsx new file mode 100644 index 0000000..23c8985 Binary files /dev/null and b/excel/0.4.3/Directional_Survey_Recording_Mode_Boreholes.xlsx differ diff --git a/excel/0.4.3/Directional_survey_Method_Boreholes.xlsx b/excel/0.4.3/Directional_survey_Method_Boreholes.xlsx new file mode 100644 index 0000000..79c44fe Binary files /dev/null and b/excel/0.4.3/Directional_survey_Method_Boreholes.xlsx differ diff --git a/excel/0.4.3/Directional_survey_Path_compute_Methods_Boreholes.xlsx b/excel/0.4.3/Directional_survey_Path_compute_Methods_Boreholes.xlsx new file mode 100644 index 0000000..6a41963 Binary files /dev/null and b/excel/0.4.3/Directional_survey_Path_compute_Methods_Boreholes.xlsx differ diff --git a/excel/0.4.3/Directional_survey_class_Boreholes.xlsx b/excel/0.4.3/Directional_survey_class_Boreholes.xlsx new file mode 100644 index 0000000..be63207 Binary files /dev/null and b/excel/0.4.3/Directional_survey_class_Boreholes.xlsx differ diff --git a/excel/0.4.3/Drilling_Methods_Boreholes.xlsx b/excel/0.4.3/Drilling_Methods_Boreholes.xlsx new file mode 100644 index 0000000..cb5d6ef Binary files /dev/null and b/excel/0.4.3/Drilling_Methods_Boreholes.xlsx differ diff --git a/excel/0.4.3/Entity_Type_or_Feature_Boreholes.xlsx b/excel/0.4.3/Entity_Type_or_Feature_Boreholes.xlsx new file mode 100644 index 0000000..85f1756 Binary files /dev/null and b/excel/0.4.3/Entity_Type_or_Feature_Boreholes.xlsx differ diff --git a/excel/0.4.3/Legislation_Boreholes.xlsx b/excel/0.4.3/Legislation_Boreholes.xlsx new file mode 100644 index 0000000..be55a47 Binary files /dev/null and b/excel/0.4.3/Legislation_Boreholes.xlsx differ diff --git a/excel/0.4.3/LocationMethodBoreholes.xlsx b/excel/0.4.3/LocationMethodBoreholes.xlsx new file mode 100644 index 0000000..e0a41ef Binary files /dev/null and b/excel/0.4.3/LocationMethodBoreholes.xlsx differ diff --git a/excel/0.4.3/Material_Class_Boreholes_20230927.xlsx b/excel/0.4.3/Material_Class_Boreholes_20230927.xlsx new file mode 100644 index 0000000..35de17f Binary files /dev/null and b/excel/0.4.3/Material_Class_Boreholes_20230927.xlsx differ diff --git a/excel/0.4.3/Petrophysical_Property_Boreholes.xlsx b/excel/0.4.3/Petrophysical_Property_Boreholes.xlsx new file mode 100644 index 0000000..339bde3 Binary files /dev/null and b/excel/0.4.3/Petrophysical_Property_Boreholes.xlsx differ diff --git a/excel/0.4.3/QA_status_code_Boreholes.xlsx b/excel/0.4.3/QA_status_code_Boreholes.xlsx new file mode 100644 index 0000000..f1efebe Binary files /dev/null and b/excel/0.4.3/QA_status_code_Boreholes.xlsx differ diff --git a/excel/0.4.3/Sample_Type_Boreholes.xlsx b/excel/0.4.3/Sample_Type_Boreholes.xlsx new file mode 100644 index 0000000..e1e7a5a Binary files /dev/null and b/excel/0.4.3/Sample_Type_Boreholes.xlsx differ diff --git a/excel/0.4.3/Sampling_Methods_boreholes.xlsx b/excel/0.4.3/Sampling_Methods_boreholes.xlsx new file mode 100644 index 0000000..dd13e0f Binary files /dev/null and b/excel/0.4.3/Sampling_Methods_boreholes.xlsx differ diff --git a/excel/0.4.3/Source_Rock_Quality_Boreholes.xlsx b/excel/0.4.3/Source_Rock_Quality_Boreholes.xlsx new file mode 100644 index 0000000..9684a3e Binary files /dev/null and b/excel/0.4.3/Source_Rock_Quality_Boreholes.xlsx differ diff --git a/excel/0.4.3/Statistical_Uncertainty_Type_Boreholes.xlsx b/excel/0.4.3/Statistical_Uncertainty_Type_Boreholes.xlsx new file mode 100644 index 0000000..851afdd Binary files /dev/null and b/excel/0.4.3/Statistical_Uncertainty_Type_Boreholes.xlsx differ diff --git a/excel/0.4.3/Statistical_result_qualifier_Boreholes.xlsx b/excel/0.4.3/Statistical_result_qualifier_Boreholes.xlsx new file mode 100644 index 0000000..cc705f1 Binary files /dev/null and b/excel/0.4.3/Statistical_result_qualifier_Boreholes.xlsx differ diff --git a/manifest.ttl b/manifest.ttl new file mode 100644 index 0000000..13122fa --- /dev/null +++ b/manifest.ttl @@ -0,0 +1,33 @@ +PREFIX mrr: +PREFIX prez: +PREFIX prof: +PREFIX schema: + +[] + a prez:Manifest ; + prof:hasResource + [ + prof:hasArtifact "catalogue.ttl" ; + prof:hasRole mrr:CatalogueData ; + schema:description "The definition of, and medata for, the container which here is a dcat:Catalog object" ; + schema:name "Catalogue Definition" + ] , + [ + prof:hasArtifact "vocabularies/*.ttl" ; + prof:hasRole mrr:ResourceData ; + schema:description "skos:ConceptsScheme objects in RDF (Turtle) files in the vocabs/ folder" ; + schema:name "Resource Data" + ] , + [ + prof:hasArtifact "https://github.com/RDFLib/prez/blob/main/prez/reference_data/profiles/ogc_records_profile.ttl" ; + prof:hasRole mrr:CatalogueAndResourceModel ; + schema:description "The default Prez profile for Records API" ; + schema:name "Profile Definition" + ] , + [ + prof:hasArtifact "_background/labels.ttl" ; + prof:hasRole mrr:CompleteCatalogueAndResourceLabels ; + schema:description "An RDF file containing all the labels for the container content" ; + schema:name "Labels" ; + ] ; +. \ No newline at end of file diff --git a/scripts/add_change_notes.py b/scripts/add_change_notes.py new file mode 100644 index 0000000..0e4024d --- /dev/null +++ b/scripts/add_change_notes.py @@ -0,0 +1,18 @@ +from pathlib import Path +from rdflib import Graph +from rdflib.namespace import RDF, SKOS +from rdflib import Literal + + +THIS_FILE = Path(__file__).resolve() +ITEMS_DIR = THIS_FILE.parent.parent / "vocabularies" + +for f in ITEMS_DIR.glob("*.ttl"): + print() + print(f) + g = Graph().parse(f) + for cs in g.subjects(RDF.type, SKOS.ConceptScheme): + print(cs) + g.add((cs, SKOS.changeNote, Literal("2024-10-16 NJC: update to be VocPub 4.10 valid", lang="en"))) + + g.serialize(destination=f, format="longturtle") diff --git a/scripts/add_org_rdf.py b/scripts/add_org_rdf.py new file mode 100644 index 0000000..83e34f3 --- /dev/null +++ b/scripts/add_org_rdf.py @@ -0,0 +1,23 @@ +import glob +from rdflib import Graph +from rdflib.namespace import SDO + +for f in glob.glob("/Users/nick/Work/ga/ga-vocabs/vocabularies/*.ttl"): + g = Graph().parse(f) + addition = """ + PREFIX sdo: + PREFIX xsd: + + + + a sdo:Organization ; + sdo:description "Geoscience Australia is Australia's pre-eminent public sector geoscience organisation. It is the nation's trusted advisor on the geology and geography of Australia. It applies science and technology to describe and understand the Earth for the benefit of Australia."@en ; + sdo:name "Geoscience Australia" ; + sdo:url "https://www.ga.gov.au"^^xsd:anyURI ; + . + """ + g += Graph().parse(data=addition, format="turtle") + g.bind("sdo", SDO) + g.serialize(destination=f, format="longturtle") + + print(f"Done {f}") diff --git a/scripts/process_043_excel.sh b/scripts/process_043_excel.sh new file mode 100644 index 0000000..e117bd7 --- /dev/null +++ b/scripts/process_043_excel.sh @@ -0,0 +1,15 @@ + +# /Users/nick/Library/Caches/pypoetry/virtualenvs/vocexcel-XgwzAsEM-py3.11/bin/python /Users/nick/Work/rdflib/VocExcel/vocexcel/__main__.py Borehole_Construction_Type_Boreholes.xlsx > Borehole_Construction_Type_Boreholes.ttl +# echo "Borehole_Construction_Type_Boreholes" + + +FILES=/Users/nick/Work/ga/ga-vocabs/excel/0.4.3/*.xlsx + +for f in $FILES +do + echo "Processing $f" + fttl=${f%.*}.ttl + + /Users/nick/Library/Caches/pypoetry/virtualenvs/vocexcel-XgwzAsEM-py3.11/bin/python /Users/nick/Work/rdflib/VocExcel/vocexcel/__main__.py $f > $fttl + echo "Completed $fttl" +done \ No newline at end of file diff --git a/scripts/requirements.txt b/scripts/requirements.txt deleted file mode 100644 index 4afdff5..0000000 --- a/scripts/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -pyshacl -httpx diff --git a/scripts/tidy.py b/scripts/tidy.py new file mode 100644 index 0000000..eb54eaf --- /dev/null +++ b/scripts/tidy.py @@ -0,0 +1,14 @@ +from pathlib import Path +from rdflib import Graph + +THIS_FILE = Path(__file__).resolve() +ITEMS_DIR = THIS_FILE.parent.parent / "vocabularies" + +all_ttl_files = Path(ITEMS_DIR).glob("*.ttl") + +for f in ITEMS_DIR.glob("**/*.ttl"): + print(f"Tidying {f}") + g = Graph().parse(f) + open(f, "w").write(g.serialize(format="longturtle")) + +print("done") diff --git a/scripts/validate_vocabs.py b/scripts/validate_vocabs.py index 9349a0f..54a29be 100644 --- a/scripts/validate_vocabs.py +++ b/scripts/validate_vocabs.py @@ -1,33 +1,34 @@ from pathlib import Path from pyshacl import validate -import httpx +from rdflib import Graph WARNINGS_INVALID = False # Allows warnings to flag as invalid when true SHOW_WARNINGS = True +THIS_FILE = Path(__file__).resolve() +ITEMS_DIR = THIS_FILE.parent.parent / "vocabularies" -def main(): - # get the validator - r = httpx.get("https://w3id.org/profile/vocpub/validator/4.6", follow_redirects=True) - assert r.status_code == 200 +SHACL_GRAPH = Graph().parse("vocpub-4.10.ttl") + +CONTEXT_GRAPH = Graph().parse(THIS_FILE.parent.parent / "_background" / "agents.ttl") +def main(): # for all vocabs... warning_vocabs = {} # format {vocab_filename: warning_msg} invalid_vocabs = {} # format {vocab_filename: error_msg} - vocabs_dir = Path(__file__).parent.parent / "vocabularies" - for f in vocabs_dir.glob("**/*"): + for f in ITEMS_DIR.glob("*.ttl"): # ...validate each file - if f.name.endswith(".ttl"): - try: - v = validate(str(f), shacl_graph=r.text, shacl_graph_format="ttl") - if not v[0]: - if "Severity: sh:Violation" in v[2]: - invalid_vocabs[f.name] = v[2] - elif "Severity: sh:Warning" in v[2]: - warning_vocabs[f.name] = v[2] - - # syntax errors crash the validate() function - except Exception as e: - invalid_vocabs[f.name] = e + try: + DATA_GRAPH = Graph().parse(f) + CONTEXT_GRAPH + v = validate(DATA_GRAPH, shacl_graph=SHACL_GRAPH, allow_warnings=True) + if not v[0]: + if "Severity: sh:Violation" in v[2]: + invalid_vocabs[f.name] = v[2] + elif "Severity: sh:Warning" in v[2]: + warning_vocabs[f.name] = v[2] + + # syntax errors crash the validate() function + except Exception as e: + invalid_vocabs[f.name] = e # check to see if we have any invalid vocabs if len(warning_vocabs.keys()) > 0 and SHOW_WARNINGS: diff --git a/scripts/vocpub-4.10.ttl b/scripts/vocpub-4.10.ttl new file mode 100644 index 0000000..e2752e3 --- /dev/null +++ b/scripts/vocpub-4.10.ttl @@ -0,0 +1,534 @@ +PREFIX dcat: +PREFIX dcterms: +PREFIX owl: +PREFIX prov: +PREFIX reg: +PREFIX rdf: +PREFIX rdfs: +PREFIX sdo: +PREFIX sh: +PREFIX skos: +PREFIX xsd: +BASE + + + + a owl:Ontology ; + sdo:name "VocPub Validator"@en ; + sdo:definition "SHACL validator for the VocPub Profile"@en ; + sdo:creator ; + sdo:publisher ; + sdo:dateCreated "2020-06-14"^^xsd:date ; + sdo:dateModified "2024-06-13"^^xsd:date ; + owl:versionIRI ; + owl:versionInfo """4.10 move all warning from PropertyShapes to NodeShapes + +4.9 Fixed RDF syntax errors + +4.8 Fixed Warning/Violation error for PropertyShapes + +4.7 Fixed modified date alternate path listing bug + +4.6 Fixed sdo:historyNote->skos:historyNote bug + +4.5 Added suggested predicates of license & copyrightHolder + +4.4 Fixed versions across multiple Resources + +4.3 Improved validator error messages by using more named Property Shapes + +4.2: Included CONSTRUCT-based pre-validation inference in validator. First Git tagged version + +4.1: Added Requirements 2.1.10, 2.1.11 & 2.1.12 and example RDF + +4.0: Added a SPARQL function to allow for the inferencing of skos:inScheme predicates, skos:broader / skos:narrower and skos:topConceptOf/skos:hasTopConcept pairs of inverse predicates + +3.3: Converted validator metadata to schema.org, enabled bibliographic references for Concepts, enabled DCTERMS or schema.org for many ConceptScheme predicates; simplified 2.1.6 from two Requirements to one; included skos:topConceptOf in 2.1.8 for Concepts at the top of the hierarchy; collapsed title & definition requirement pairs to single requirements + +3.2: Allowed dcterms:provenance and skos:historyNote; removed max restriction on dcterms:source & prov:wasDerivedFrom + +3.1: Changed dcterms:provenance to skos:historyNote + +3.0: Removed Requirement-2.3.5 (identifiers) as these are auto-generated in systems like VocPrez; Added Requirement-2.1.10 & 2.1.11 and sub parts to test for qualifiedDerivation and status of a ConceptScheme""" ; +. + + + a sdo:Organization ; + sdo:name "Australian Government Linked Data Working Group" ; + sdo:url "https://www.linked.data.gov.au"^^xsd:anyURI ; +. + + + a sdo:Person ; + sdo:name "Nicholas J. Car" ; + sdo:email "nicholas.car@anu.edu.au"^^xsd:anyURI ; + sdo:identifier "https://orcid.org/0000-0002-8742-7730"^^xsd:anyURI ; +. + +# +# Node Shapes +# + +# +# ConceptScheme +# +# Requirement-2.1.1 so far un-implemented in SHACL + + + a sh:NodeShape ; + sh:targetNode skos:ConceptScheme ; + sh:property ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:message "Requirement 2.1.4 Each vocabulary MUST have exactly one title and at least one definition indicated using the skos:prefLabel and the skos:definition predicates respectively that must give textual literal values. Only one definition per language is allowed" ; + sh:property + , + ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:message "Requirement 2.1.5 Each vocabulary MUST have exactly one created date and exactly one modified date indicated using the sdo:dateCreated and sdo:dateModified or dcterms:created and dcterms:modified predicates respectively that must be either an xsd:date, xsd:dateTime or xsd:dateTimeStamp literal value" ; + sh:property + , + ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:message "Requirement 2.1.6 Each vocabulary MUST have at least one creator, indicated using sdo:creator or dcterms:creator predicate and exactly one publisher, indicated using sdo:publisher or dcterms:publisher, all of which MUST be IRIs indicating instances of sdo:Person, or sdo:Organization" ; + sh:property + , + ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:message "Requirement 2.1.7 The origins of a Concept Scheme MUST be indicated by at least one of the following predicates: skos:historyNote, sdo:citation, prov:wasDerivedFrom. dcterms:source MAY be used instead of sdo:citation and dcterms:provenance MAY be used instead of skos:historyNote but the schema.org and SKOS predicates are preferred" ; + sh:or ( + + + + + + ) ; +. + + + a sh:NodeShape ; + sh:targetClass skos:Concept ; + sh:property [ + sh:message "Requirement 2.1.8 All Concept instances within a Concept Scheme MUST be contained in a single term hierarchy using skos:hasTopConcept / skos:topConceptOf predicates indicating the broadest Concepts in the vocabulary and then skos:broader and/or skos:narrower predicates for all non-broadest Concepts in a hierarchy that contains no cycles" ; + sh:path skos:inScheme ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:class skos:ConceptScheme ; + ] ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:property [ + sh:message "Requirement 2.1.9 Each vocabulary's Concept Scheme MUST link to at least one Concept within the vocabulary with the skos:hasTopConcept predicate" ; + sh:path skos:hasTopConcept ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + ] ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:property [ + sh:message "Requirement 2.1.10 The status of the vocabulary as a whole, according to the Registry Status standard, SHOULD be given with the predicate reg:status indicating a Concept from the Registry Statuses vocabulary (https://linked.data.gov.au/def/reg-statuses)" ; + sh:path reg:status ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + ] ; + sh:severity sh:Warning ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:property [ + sh:message "Requirement 2.1.11 The derivation status of the vocabulary SHOULD be given should be given with the predicate prov:qualifiedDerivation indicating a Blank Node that contains the predicated prov:entity, to indicate the vocabulary derived from and prov:hadRole to indicate the mode of derivation which SHOULD be taken from the Vocabulary Derivation Modes vocabulary (https://linked.data.gov.au/def/vocdermods)" ; + sh:path prov:qualifiedDerivation ; + sh:nodeKind sh:BlankNodeOrIRI ; + ] ; + sh:severity sh:Warning ; +. + + + a sh:NodeShape ; + sh:targetObjectsOf prov:qualifiedDerivation ; + sh:property [ + sh:message "Requirement 2.1.11 If a vocabulary has a qualified derivation given, it MUST then give a prove:entity predicate within the derivation" ; + sh:path prov:entity ; + sh:nodeKind sh:IRI ; + sh:minCount 1 ; + sh:maxCount 1 ; + ] ; +. + + + a sh:NodeShape ; + sh:targetObjectsOf prov:qualifiedDerivation ; + sh:property [ + sh:message "Requirement 2.1.11 If a vocabulary has a qualified derivation given, it MUST then give a prove:hadRole predicate within the derivation" ; + sh:path prov:hadRole ; + sh:nodeKind sh:IRI ; + sh:minCount 1 ; + sh:maxCount 1 ; + ] ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:property [ + sh:message "Requirement 2.1.12 High-level theming of a vocabulary SHOULD be given by using the sdo:keywords predicate indicating Concepts from another vocabulary. Alternatively, dcat:theme MAY be used. Text literal values for either predicate SHOULD NOT be used" ; + sh:path [ + sh:alternativePath ( + sdo:keywords + dcat:theme + ) ; + ] ; + sh:nodeKind sh:IRI ; + ] ; + sh:severity sh:Warning ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:property [ + sh:message "Requirement 2.1.13 Any licence pertaining to the reuse of a vocabulary's content SHOULD be given using the sdo:license predicate preferentially indicating the IRI of a license if in RDF form or a literal URL (datatype xsd:anyURI) if online but not in RDF form. If the licence is expressed in test, a literal text field may be indicated" ; + sh:path sdo:license ; + sh:nodeKind sh:IRI ; + sh:or ( + [ sh:nodeKind sh:IRI ] + [ sh:datatype xsd:anyURI ] + [ sh:datatype xsd:string ] + ) ; + sh:severity sh:Warning ; + ] ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:property [ + sh:message "Requirement 2.1.14 The copyright holder for the vocabulary SHOULD be given using the sdo:copyrightHolder predicate preferentially indicating the IRI of an Agent or a Blank Node instance of an Agent containing details as per Agent requirements. A prov:qualifiedAttribution predicate indicating an Agent with the prov:hadRole predicate indicating the value isorole:rightsHolder may be used instead of sdo:copyrightHolder" ; + sh:path sdo:copyrightHolder ; + sh:nodeKind sh:IRI ; + ] ; + sh:severity sh:Warning ; +. + +# +# Collections +# + + a sh:NodeShape ; + sh:targetClass skos:Collection ; + sh:message "Requirement 2.1.4 Each Collection MUST have exactly one title and at least one definition indicated using the skos:prefLabel and the skos:definition predicates respectively that must give textual literal values. Only one definition per language is allowed" ; + sh:property + , + ; +. + + + a sh:NodeShape ; + sh:message "Requirement 2.2.2 The origins of a Collection, if different from its containing Concept Scheme, SHOULD be indicated by at least one of the following predicates: skos:historyNote, sdo:citation, prov:wasDerivedFrom. dcterms:source MAY be used instead of sdo:citation and dcterms:provenance MAY be used instead of skos:historyNote but the schema.org and SKOS predicates are preferred" ; + sh:targetClass skos:Collection ; + sh:or ( + + + + + + ) ; + sh:severity sh:Warning ; +. + + + a sh:NodeShape ; + sh:targetClass skos:Collection ; + sh:property [ + sh:path skos:inScheme ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:message "Requirement 2.2.3 A Collection exists within a vocabulary SHOULD indicate that it is within the vocabulary by use of the skos:inScheme predicate. If it is defined for the first time in the vocabulary, it should also indicate this with the rdfs:isDefinedBy predicate. This message is about skos:inScheme" ; + ] , + [ + sh:path rdfs:isDefinedBy ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:message "Requirement 2.2.3 A Collection exists within a vocabulary SHOULD indicate that it is within the vocabulary by use of the skos:inScheme predicate. If it is defined for the first time in the vocabulary, it should also indicate this with the rdfs:isDefinedBy predicate. This message is about rdfs:isDefinedBy" ; + ] ; + sh:severity sh:Warning ; +. + + + a sh:NodeShape ; + sh:targetClass skos:Collection ; + sh:property [ + sh:path skos:member ; + sh:minCount 1 ; + sh:message "Requirement 2.2.4 A Collection MUST indicate at least one Concept instance that is within the collection with use of the skos:member predicate. The Concept need not be defined by the Concept Scheme that defines the Collection" ; + sh:nodeKind sh:IRI ; + ] ; +. + +# +# Concept +# + + a sh:NodeShape ; + sh:targetClass skos:Concept ; + sh:message "Requirement 2.1.4 Each Concept MUST have exactly one title and at least one definition indicated using the skos:prefLabel and the skos:definition predicates respectively that must give textual literal values. Only one definition per language is allowed" ; + sh:property + , + ; +. + + + a sh:NodeShape ; + sh:targetClass skos:Concept ; + sh:message "Requirement 2.3.2 Each Concept in a vocabulary MAY indicate the vocabulary that defines it by use of the rdfs:isDefinedBy predicate indicating a Concept Scheme instance. If no such predicate is given, the Concept Scheme in the file that a Concept is provided in is understood to be the defining Concept Scheme" ; + sh:property [ + sh:path rdfs:isDefinedBy ; + sh:minCount 0 ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:severity sh:Warning ; + ] ; +. + + + a sh:NodeShape ; + sh:targetClass skos:Concept ; + sh:property [ + sh:path skos:inScheme ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:message "Requirement 2.3.3 Each Concept in a vocabulary MUST indicate that it appears within that vocabulary's hierarchy of Concepts either directly by use of the skos:topConceptOf predicate indicating the vocabulary or indirectly by use of one or more skos:broader / skos:narrower predicates placing the Concept within a chain of other Concepts, the top concept of which uses the skos:topConceptOf predicate to indicate the vocabulary" ; + ] ; +. + + + a sh:NodeShape ; + sh:targetClass skos:Concept ; + sh:message "Requirement 2.2.2 The origins of a Concept, if different from its containing Concept Scheme, SHOULD be indicated by at least one of the following predicates: skos:historyNote, sdo:citation, prov:wasDerivedFrom. dcterms:source MAY be used instead of sdo:citation and dcterms:provenance MAY be used instead of skos:historyNote but the schema.org and SKOS predicates are preferred" ; + sh:or ( + + + + + + ) ; + sh:severity sh:Warning ; +. + +# +# Agent +# + + a sh:NodeShape ; + sh:targetClass sdo:Organization , sdo:Person ; + sh:property [ + sh:path sdo:name ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:datatype xsd:string ; + sh:message "Requirement 2.4.2 Each Agent MUST give exactly one name with the sdo:name predicate indicating a literal text value" ; + ] ; +. + + + a sh:NodeShape ; + sh:targetClass sdo:Organization ; + sh:property [ + sh:path sdo:url ; + sh:minCount 1 ; + sh:datatype xsd:anyURI ; + sh:message "Requirement 2.4.3 Each Agent MUST indicate either a sdo:url (for organizations) or a sdo:email (for people) predicate with a URL or email value. This error message is for Organizations" ; + ] ; + +. + + + a sh:NodeShape ; + sh:targetClass sdo:Person ; + sh:property [ + sh:path sdo:email ; + sh:minCount 1 ; + sh:datatype xsd:anyURI ; + sh:message "Requirement 2.4.3 Each Agent MUST indicate either a sdo:url (for organizations) or a sdo:email (for people) predicate with a URL or email value. This error message is for Persons" + ] ; +. + + +# +# Property Shapes +# + + sh:path [ sh:inversePath rdf:type ] ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:message "Requirement 2.1.2 Each vocabulary MUST be presented as a single Concept Scheme object & Requirement 2.1.3 Each vocabulary MUST be presented in a single RDF file which does not contain information other than that which is directly part of the vocabulary" ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.1.4, 2.2.1 or 2.3.1 Each vocabulary, Collection or Concept MUST have exactly one title and at least one definition indicated using the skos:prefLabel and the skos:definition predicates respectively that must give textual literal values. Only one definition per language is allowed" ; + sh:path skos:prefLabel ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:uniqueLang true ; + sh:or ( + [ sh:datatype xsd:string ] + [ sh:datatype rdf:langString ] + ) ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.1.4, 2.2.1 or 2.3.1 Each vocabulary, Collection or Concept MUST have exactly one title and at least one definition indicated using the skos:prefLabel and the skos:definition predicates respectively that must give textual literal values. Only one definition per language is allowed" ; + sh:path skos:definition ; + sh:minCount 1 ; + sh:uniqueLang true ; + sh:or ( + [ sh:datatype xsd:string ] + [ sh:datatype rdf:langString ] + ) ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.15 - created date - violated" ; + sh:path [ + sh:alternativePath ( + sdo:dateCreated + dcterms:created + ) ; + ] ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:or ( + [ sh:datatype xsd:dateTime ] + [ sh:datatype xsd:date ] + [ sh:datatype xsd:dateTimeStamp ] + ) ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.15 - modified date - violated" ; + sh:path [ + sh:alternativePath ( + sdo:dateModified + dcterms:modified + ) ; + ] ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:or ( + [ sh:datatype xsd:dateTime ] + [ sh:datatype xsd:date ] + [ sh:datatype xsd:dateTimeStamp ] + ) ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.1.6 Each vocabulary MUST have at least one creator, indicated using sdo:creator or dcterms:creator predicate and exactly one publisher, indicated using sdo:publisher or dcterms:publisher, all of which MUST be IRIs indicating instances of sdo:Person, or sdo:Organization. This error message is for creator" ; + sh:path [ + sh:alternativePath ( + sdo:creator + dcterms:creator + ) ; + ] ; + sh:minCount 1 ; + + sh:or ( + [ sh:class sdo:Organization ] + [ sh:class sdo:Person ] + ) ; +. + + + a sh:PropertyShape ; + sh:path [ + sh:alternativePath ( + sdo:publisher + dcterms:publisher + ) ; + ] ; + sh:minCount 1 ; + sh:message "Requirement 2.1.6 Each vocabulary MUST have at least one creator, indicated using sdo:creator or dcterms:creator predicate and exactly one publisher, indicated using sdo:publisher or dcterms:publisher, all of which MUST be IRIs indicating instances of sdo:Person, or sdo:Organization. This error message is for publisher" ; + sh:or ( + [ sh:class sdo:Organization ] + [ sh:class sdo:Person ] + ) ; +. + + + a sh:PropertyShape ; + sh:path prov:wasDerivedFrom ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:severity sh:Warning ; +. + + + a sh:PropertyShape ; + sh:path sdo:citation ; + sh:minCount 1 ; + sh:or ( + [ sh:datatype xsd:anyURI ] + [ sh:datatype xsd:string ] + ) ; + sh:severity sh:Warning ; +. + + + a sh:PropertyShape ; + sh:path dcterms:source ; + sh:minCount 1 ; + sh:or ( + [ sh:datatype xsd:anyURI ] + [ sh:datatype xsd:string ] + ) ; + sh:severity sh:Warning ; +. + + + a sh:PropertyShape ; + sh:path skos:historyNote ; + sh:minCount 1 ; + sh:or ( + [ sh:datatype rdf:langString ] + [ sh:datatype xsd:string ] + ) ; + sh:severity sh:Warning ; +. + + + a sh:PropertyShape ; + sh:path dcterms:provenance ; + sh:minCount 1 ; + sh:or ( + [ sh:datatype rdf:langString ] + [ sh:datatype xsd:string ] + ) ; + sh:severity sh:Warning ; +. diff --git a/scripts/vocpub-4.7.ttl b/scripts/vocpub-4.7.ttl new file mode 100644 index 0000000..1dcfbd7 --- /dev/null +++ b/scripts/vocpub-4.7.ttl @@ -0,0 +1,548 @@ +PREFIX dcat: +PREFIX dcterms: +PREFIX owl: +PREFIX prov: +PREFIX reg: +PREFIX rdf: +PREFIX rdfs: +PREFIX sdo: +PREFIX sh: +PREFIX skos: +PREFIX xsd: +BASE + + + + a owl:Ontology ; + sdo:name "VocPub Validator"@en ; + sdo:definition "SHACL validator for the VocPub Profile"@en ; + sdo:creator ; + sdo:publisher ; + sdo:dateCreated "2020-06-14"^^xsd:date ; + sdo:dateModified "2023-12-05"^^xsd:date ; + owl:versionIRI ; + owl:versionInfo """4.7 Fixed modified date alternate path listing bug + +4.6 Fixed sdo:historyNote->skos:historyNote bug + +4.5 Added suggested predicates of license & copyrightHolder + +4.4 Fixed versions across multiple Resources + +4.3 Improved validator error messages by using more named Property Shapes + +4.2: Included CONSTRUCT-based pre-validation inference in validator. First Git tagged version + +4.1: Added Requirements 2.1.10, 2.1.11 & 2.1.12 and example RDF + +4.0: Added a SPARQL function to allow for the inferenceing of skos:inScheme predicates, skos:broader / skos:narrower and skos:topConceptOf/skos:hasTopConcept pairs of inverse predicates + +3.3: Converted validator metadata to schema.org, enabled bibliographic references for Concepts, enabled DCTERMS or schema.org for many ConceptScheme predicates; simplified 2.1.6 from two Requirements to one; included skos:topConceptOf in 2.1.8 for Concepts at the top of the hierarchy; collapsed title & definition requirement pairs to single requirements + +3.2: Allowed dcterms:provenance and skos:historyNote; removed max restriction on dcterms:source & prov:wasDerivedFrom + +3.1: Changed dcterms:provenance to skos:historyNote + +3.0: Removed Requirement-2.3.5 (identifiers) as these are auto-generated in systems like VocPrez; Added Requirement-2.1.10 & 2.1.11 and sub parts to test for qualifiedDerivation and status of a ConceptScheme""" ; +. + + + a sdo:Organization ; + sdo:name "Australian Government Linked Data Working Group" ; + sdo:url "https://www.linked.data.gov.au"^^xsd:anyURI ; +. + + + a sdo:Person ; + sdo:name "Nicholas J. Car" ; + sdo:email "nicholas.car@anu.edu.au"^^xsd:anyURI ; + sdo:identifier "https://orcid.org/0000-0002-8742-7730"^^xsd:anyURI ; +. + +# +# Node Shapes +# + +# +# ConceptScheme +# +# Requirement-2.1.1 so far un-implemented in SHACL + + + a sh:NodeShape ; + sh:targetNode skos:ConceptScheme ; + sh:property ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:message "Requirement 2.1.4 Each vocabulary MUST have exactly one title and at least one definition indicated using the skos:prefLabel and the skos:definition predicates respectively that must give textual literal values. Only one definition per language is allowed" ; + sh:property + , + ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:message "Requirement 2.1.5 Each vocabulary MUST have exactly one created date and exactly one modified date indicated using the sdo:dateCreated and sdo:dateModified or dcterms:created and dcterms:modified predicates respectively that must be either an xsd:date, xsd:dateTime or xsd:dateTimeStamp literal value" ; + sh:property + , + ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:message "Requirement 2.1.6 Each vocabulary MUST have at least one creator, indicated using sdo:creator or dcterms:creator predicate and exactly one publisher, indicated using sdo:publisher or dcterms:publisher, all of which MUST be IRIs indicating instances of sdo:Person, or sdo:Organization" ; + sh:property + , + ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:message "Requirement 2.1.7 The origins of a Concept Scheme MUST be indicated by at least one of the following predicates: skos:historyNote, sdo:citation, prov:wasDerivedFrom. dcterms:source MAY be used instead of sdo:citation and dcterms:provenance MAY be used instead of skos:historyNote but the schema.org and SKOS predicates are preferred" ; + sh:or ( + + + + + + ) ; +. + + + a sh:NodeShape ; + sh:targetClass skos:Concept ; + sh:property ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:property [ + sh:message "Requirement 2.1.9 Each vocabulary's Concept Scheme MUST link to at least one Concept within the vocabulary with the skos:hasTopConcept predicate" ; + sh:path skos:hasTopConcept ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + ] ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:property [ + sh:message "Requirement 2.1.10 The status of the vocabulary as a whole, according to the Registry Status standard, SHOULD be given with the predicate reg:status indicating a Concept from the Registry Statuses vocabulary (https://linked.data.gov.au/def/reg-statuses)" ; + sh:path reg:status ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + ] ; + sh:severity sh:Warning ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:property ; + sh:severity sh:Warning ; +. + + + a sh:NodeShape ; + sh:targetObjectsOf prov:qualifiedDerivation ; + sh:property ; +. + + + a sh:NodeShape ; + sh:targetObjectsOf prov:qualifiedDerivation ; + sh:property ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:property ; + sh:severity sh:Warning ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:property ; + sh:severity sh:Warning ; +. + + + a sh:NodeShape ; + sh:targetClass skos:ConceptScheme ; + sh:property ; + sh:severity sh:Warning ; +. + +# +# Collections +# + + a sh:NodeShape ; + sh:targetClass skos:Collection ; + sh:message "Requirement 2.1.4 Each Collection MUST have exactly one title and at least one definition indicated using the skos:prefLabel and the skos:definition predicates respectively that must give textual literal values. Only one definition per language is allowed" ; + sh:property + , + ; +. + + + a sh:NodeShape ; + sh:message "Requirement 2.2.2 The origins of a Collection, if different from its containing Concept Scheme, SHOULD be indicated by at least one of the following predicates: skos:historyNote, sdo:citation, prov:wasDerivedFrom. dcterms:source MAY be used instead of sdo:citation and dcterms:provenance MAY be used instead of skos:historyNote but the schema.org and SKOS predicates are preferred" ; + sh:targetClass skos:Collection ; + sh:or ( + + + + + + ) ; + sh:severity sh:Warning ; +. + + + a sh:NodeShape ; + sh:targetClass skos:Collection ; + sh:property [ + sh:path skos:inScheme ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:message "Requirement 2.2.3 A Collection exists within a vocabulary SHOULD indicate that it is within the vocabulary by use of the skos:inScheme predicate. If it is defined for the first time in the vocabulary, it should also indicate this with the rdfs:isDefinedBy predicate. This message is about skos:inScheme" + ] , + [ + sh:path rdfs:isDefinedBy ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:message "Requirement 2.2.3 A Collection exists within a vocabulary SHOULD indicate that it is within the vocabulary by use of the skos:inScheme predicate. If it is defined for the first time in the vocabulary, it should also indicate this with the rdfs:isDefinedBy predicate. This message is about rdfs:isDefinedBy" + ] ; + sh:severity sh:Warning ; +. + + + a sh:NodeShape ; + sh:targetClass skos:Collection ; + sh:property [ + sh:path skos:member ; + sh:minCount 1 ; + sh:message "Requirement 2.2.4 A Collection MUST indicate at least one Concept instance that is within the collection with use of the skos:member predicate. The Concept need not be defined by the Concept Scheme that defines the Collection" ; + sh:nodeKind sh:IRI ; + ] ; +. + +# +# Concept +# + + a sh:NodeShape ; + sh:targetClass skos:Concept ; + sh:message "Requirement 2.1.4 Each Concept MUST have exactly one title and at least one definition indicated using the skos:prefLabel and the skos:definition predicates respectively that must give textual literal values. Only one definition per language is allowed" ; + sh:property + , + ; +. + + + a sh:NodeShape ; + sh:targetClass skos:Concept ; + sh:message "Requirement 2.3.2 Each Concept in a vocabulary MAY indicate the vocabulary that defines it by use of the rdfs:isDefinedBy predicate indicating a Concept Scheme instance. If no such predicate is given, the Concept Scheme in the file that a Concept is provided in is understood to be the defining Concept Scheme" ; + sh:property [ + sh:path rdfs:isDefinedBy ; + sh:minCount 0 ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + ] ; + sh:severity sh:Warning ; +. + + + a sh:NodeShape ; + sh:targetClass skos:Concept ; + sh:property ; +. + + + a sh:NodeShape ; + sh:targetClass skos:Concept ; + sh:message "Requirement 2.2.2 The origins of a Concept, if different from its containing Concept Scheme, SHOULD be indicated by at least one of the following predicates: skos:historyNote, sdo:citation, prov:wasDerivedFrom. dcterms:source MAY be used instead of sdo:citation and dcterms:provenance MAY be used instead of skos:historyNote but the schema.org and SKOS predicates are preferred" ; + sh:or ( + + + + + + ) ; + sh:severity sh:Warning ; +. + +# +# Agent +# + + a sh:NodeShape ; + sh:targetClass sdo:Organization , sdo:Person ; + sh:property [ + sh:path sdo:name ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:datatype xsd:string ; + sh:message "Requirement 2.4.2 Each Agent MUST give exactly one name with the sdo:name predicate indicating a literal text value" ; + ] ; +. + + + a sh:NodeShape ; + sh:targetClass sdo:Organization ; + sh:property [ + sh:path sdo:url ; + sh:minCount 1 ; + sh:datatype xsd:anyURI ; + sh:message "Requirement 2.4.3 Each Agent MUST indicate either a sdo:url (for organizations) or a sdo:email (for people) predicate with a URL or email value. This error message is for Organizations" ; + ] ; + +. + + + a sh:NodeShape ; + sh:targetClass sdo:Person ; + sh:property [ + sh:path sdo:email ; + sh:minCount 1 ; + sh:datatype xsd:anyURI ; + sh:message "Requirement 2.4.3 Each Agent MUST indicate either a sdo:url (for organizations) or a sdo:email (for people) predicate with a URL or email value. This error message is for Persons" + ] ; +. + + +# +# Property Shapes +# + + sh:path [ sh:inversePath rdf:type ] ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:message "Requirement 2.1.2 Each vocabulary MUST be presented as a single Concept Scheme object & Requirement 2.1.3 Each vocabulary MUST be presented in a single RDF file which does not contain information other than that which is directly part of the vocabulary" ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.1.4, 2.2.1 or 2.3.1 Each vocabulary, Collection or Concept MUST have exactly one title and at least one definition indicated using the skos:prefLabel and the skos:definition predicates respectively that must give textual literal values. Only one definition per language is allowed" ; + sh:path skos:prefLabel ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:uniqueLang true ; + sh:or ( + [ sh:datatype xsd:string ] + [ sh:datatype rdf:langString ] + ) ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.1.4, 2.2.1 or 2.3.1 Each vocabulary, Collection or Concept MUST have exactly one title and at least one definition indicated using the skos:prefLabel and the skos:definition predicates respectively that must give textual literal values. Only one definition per language is allowed" ; + sh:path skos:definition ; + sh:minCount 1 ; + sh:uniqueLang true ; + sh:or ( + [ sh:datatype xsd:string ] + [ sh:datatype rdf:langString ] + ) ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.15 - created date - violated" ; + sh:path [ + sh:alternativePath ( + sdo:dateCreated + dcterms:created + ) ; + ] ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:or ( + [ sh:datatype xsd:dateTime ] + [ sh:datatype xsd:date ] + [ sh:datatype xsd:dateTimeStamp ] + ) ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.15 - modified date - violated" ; + sh:path [ + sh:alternativePath ( + sdo:dateModified + dcterms:modified + ) ; + ] ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:or ( + [ sh:datatype xsd:dateTime ] + [ sh:datatype xsd:date ] + [ sh:datatype xsd:dateTimeStamp ] + ) ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.1.6 Each vocabulary MUST have at least one creator, indicated using sdo:creator or dcterms:creator predicate and exactly one publisher, indicated using sdo:publisher or dcterms:publisher, all of which MUST be IRIs indicating instances of sdo:Person, or sdo:Organization. This error message is for creator" ; + sh:path [ + sh:alternativePath ( + sdo:creator + dcterms:creator + ) ; + ] ; + sh:minCount 1 ; + + sh:or ( + [ sh:class sdo:Organization ] + [ sh:class sdo:Person ] + ) ; +. + + + a sh:PropertyShape ; + sh:path [ + sh:alternativePath ( + sdo:publisher + dcterms:publisher + ) ; + ] ; + sh:minCount 1 ; + sh:message "Requirement 2.1.6 Each vocabulary MUST have at least one creator, indicated using sdo:creator or dcterms:creator predicate and exactly one publisher, indicated using sdo:publisher or dcterms:publisher, all of which MUST be IRIs indicating instances of sdo:Person, or sdo:Organization. This error message is for publisher" ; + sh:or ( + [ sh:class sdo:Organization ] + [ sh:class sdo:Person ] + ) ; +. + + + a sh:PropertyShape ; + sh:path prov:wasDerivedFrom ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; +. + + + a sh:PropertyShape ; + sh:path sdo:citation ; + sh:minCount 1 ; + sh:or ( + [ sh:datatype xsd:anyURI ] + [ sh:datatype xsd:string ] + ) ; +. + + + a sh:PropertyShape ; + sh:path dcterms:source ; + sh:minCount 1 ; + sh:or ( + [ sh:datatype xsd:anyURI ] + [ sh:datatype xsd:string ] + ) ; +. + + + a sh:PropertyShape ; + sh:path skos:historyNote ; + sh:minCount 1 ; + sh:or ( + [ sh:datatype rdf:langString ] + [ sh:datatype xsd:string ] + ) ; +. + + + a sh:PropertyShape ; + sh:path dcterms:provenance ; + sh:minCount 1 ; + sh:or ( + [ sh:datatype rdf:langString ] + [ sh:datatype xsd:string ] + ) ; +. + + + a sh:PropertyShape ; + sh:path skos:inScheme ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:message "Requirement 2.3.3 Each Concept in a vocabulary MUST indicate that it appears within that vocabulary's hierarchy of Concepts either directly by use of the skos:topConceptOf predicate indicating the vocabulary or indirectly by use of one or more skos:broader / skos:narrower predicates placing the Concept within a chain of other Concepts, the top concept of which uses the skos:topConceptOf predicate to indicate the vocabulary" ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.1.8 All Concept instances within a Concept Scheme MUST be contained in a single term hierarchy using skos:hasTopConcept / skos:topConceptOf predicates indicating the broadest Concepts in the vocabulary and then skos:broader and/or skos:narrower predicates for all non-broadest Concepts in a hierarchy that contains no cycles" ; + sh:path skos:inScheme ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:class skos:ConceptScheme ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.1.11 The derivation status of the vocabulary SHOULD be given should be given with the predicate prov:qualifiedDerivation indicating a Blank Node that contains the predicated prov:entity, to indicate the vocabulary derived from and prov:hadRole to indicate the mode of derivation which SHOULD be taken from the Vocabulary Derivation Modes vocabulary (https://linked.data.gov.au/def/vocdermods)" ; + sh:path prov:qualifiedDerivation ; + sh:nodeKind sh:BlankNodeOrIRI ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.1.11 If a vocabulary has a qualified derivation given, it must then give a prove:entity predicate within the derivation" ; + sh:path prov:entity ; + sh:nodeKind sh:IRI ; + sh:minCount 1 ; + sh:maxCount 1 ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.1.11 If a vocabulary has a qualified derivation given, it must then give a prove:hadRole predicate within the derivation" ; + sh:path prov:hadRole ; + sh:nodeKind sh:IRI ; + sh:minCount 1 ; + sh:maxCount 1 ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.1.12 High-level theming of a vocabulary SHOULD be given by using the sdo:keywords predicate indicating Concepts from another vocabulary. Alternatively, dcat:theme MAY be used. Text literal values for either predicate SHOULD NOT be used" ; + sh:path [ + sh:alternativePath ( + sdo:keywords + dcat:theme + ) ; + ] ; + sh:nodeKind sh:IRI ; +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.1.13 Any licence pertaining to the reuse of a vocabulary's content SHOULD be given using the sdo:license predicate preferentially indicating the IRI of a license if in RDF form or a literal URL (datatype xsd:anyURI) if online but not in RDF form. If the licence is expressed in test, a literal text field may be indicated" ; + sh:path sdo:license ; + sh:nodeKind sh:IRI ; + sh:or ( + [ sh:nodeKind sh:IRI ] + [ sh:datatype xsd:anyURI ] + [ sh:datatype xsd:string ] + ) +. + + + a sh:PropertyShape ; + sh:message "Requirement 2.1.14 The copyright holder for the vocabulary SHOULD be given using the sdo:copyrightHolder predicate preferentially indicating the IRI of an Agent or a Blank Node instance of an Agent containing details as per Agent requirements. A prov:qualifiedAttribution predicate indicating an Agent with the prov:hadRole predicate indicating the value isorole:rightsHolder may be used instead of sdo:copyrightHolder" ; + sh:path sdo:copyrightHolder ; + sh:nodeKind sh:IRI ; + sh:nodeKind sh:IRI ; +. \ No newline at end of file diff --git a/vocabularies/AssociationType.ttl b/vocabularies/AssociationType.ttl index e79c43e..bee1b6a 100644 --- a/vocabularies/AssociationType.ttl +++ b/vocabularies/AssociationType.ttl @@ -1,191 +1,211 @@ -@prefix cs: . -@prefix dcat: . -@prefix dcterms: . -@prefix owl: . -@prefix rdfs: . -@prefix skos: . -@prefix xsd: . - - a skos:Concept ; - dcterms:identifier "StereoMate"^^xsd:token ; - dcterms:provenance "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode"@en ; +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:StereoMate + a skos:Concept ; skos:altLabel "Stereo Mate"@en ; + schema:citation "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode" ; skos:definition "part of a set of imagery that when used together, provides three-dimensional images"@en ; skos:inScheme cs: ; skos:prefLabel "StereoMate"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "collectiveTitle"^^xsd:token ; - dcterms:provenance "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode"@en ; +:collectiveTitle + a skos:Concept ; skos:altLabel "collective Title"@en ; + schema:citation "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode" ; skos:definition "common title for a collection of resources. NOTE: Title identifies elements of a series collectively, combined with information about what volumes are available at the source cite. "@en ; skos:inScheme cs: ; skos:prefLabel "collectiveTitle"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "crossreference"^^xsd:token ; - dcterms:provenance "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode"@en ; +:crossreference + a skos:Concept ; skos:altLabel "Cross Reference"@en ; + schema:citation "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode" ; skos:definition "reference from one resource to another"@en ; skos:inScheme cs: ; skos:prefLabel "crossReference"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "dependency"^^xsd:token ; - dcterms:provenance "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode"@en ; +:dependency + a skos:Concept ; skos:altLabel "dependency"@en ; + schema:citation "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode" ; skos:definition "associated through a common heritage such as produced to a common product specification"@en ; skos:inScheme cs: ; skos:prefLabel "dependency"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "generated"^^xsd:token ; - dcterms:provenance "https://pid.geoscience.gov.au/dataset/ga/122551"@en ; +:generated + a skos:Concept ; skos:altLabel "generated"@en ; + schema:citation "https://pid.geoscience.gov.au/dataset/ga/122551" ; skos:definition "inverse of wasGeneratedBy where the domain resource generated the range resource implying that the domain resource is a temporal event, such as a data processing action, and the range resource is an entity"@en ; skos:inScheme cs: ; skos:prefLabel "generated"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "hadDerivation"^^xsd:token ; - dcterms:provenance "https://pid.geoscience.gov.au/dataset/ga/122551"@en ; +:hadDerivation + a skos:Concept ; skos:altLabel "had Derivation"@en ; + schema:citation "https://pid.geoscience.gov.au/dataset/ga/122551" ; skos:definition "inverse of wasDerivedFrom where the range resource was derived from the domain resource"@en ; skos:inScheme cs: ; skos:prefLabel "hadDerivation"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "informed"^^xsd:token ; - dcterms:provenance "https://pid.geoscience.gov.au/dataset/ga/122551"@en ; +:informed + a skos:Concept ; skos:altLabel "informed"@en ; + schema:citation "https://pid.geoscience.gov.au/dataset/ga/122551" ; skos:definition "inverse of wasInformedBy "@en ; skos:inScheme cs: ; skos:prefLabel "informed"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "isComposedOf"^^xsd:token ; - dcterms:provenance "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode"@en ; +:isComposedOf + a skos:Concept ; skos:altLabel "is Composed Of"@en ; + schema:citation "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode" ; skos:definition "reference to resources that are parts of this resource"@en ; skos:inScheme cs: ; skos:prefLabel "isComposedOf"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "largerWorkCitation"^^xsd:token ; - dcterms:provenance "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode"@en ; +:largerWorkCitation + a skos:Concept ; skos:altLabel "Larger Work Citation"@en ; + schema:citation "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode" ; skos:definition "reference to a master resource of which this one is a part"@en ; skos:inScheme cs: ; skos:prefLabel "largerWorkCitation"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "operatedOnBy"^^xsd:token ; - dcterms:provenance "https://pid.geoscience.gov.au/dataset/ga/122551"@en ; +:operatedOnBy + a skos:Concept ; skos:altLabel "operated On By"@en ; + schema:citation "https://pid.geoscience.gov.au/dataset/ga/122551" ; skos:definition "inverse of operatesOn where the domain resource is, or can be, operated on (i.e.queried) by the range resource which must be an agent (i.e. is something that bears some form of responsibility for the operation taking place) "@en ; skos:inScheme cs: ; skos:prefLabel "operatedOnBy"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "operatesOn"^^xsd:token ; - dcterms:provenance "https://pid.geoscience.gov.au/dataset/ga/122551"@en ; +:operatesOn + a skos:Concept ; skos:altLabel "operates On"@en ; + schema:citation "https://pid.geoscience.gov.au/dataset/ga/122551" ; skos:definition "an equivalent relationship to srv:operatesOn from a Service to a Dataset"@en ; skos:inScheme cs: ; skos:prefLabel "operatesOn"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "partOfSeamlessDatabase"^^xsd:token ; - dcterms:provenance "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode"@en ; +:partOfSeamlessDatabase + a skos:Concept ; skos:altLabel "part Of Seamless Database"@en ; + schema:citation "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode" ; skos:definition "part of same structured set of data held in a computer"@en ; skos:inScheme cs: ; skos:prefLabel "partOfSeamlessDatabase"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "revisionOf"^^xsd:token ; - dcterms:provenance "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode"@en ; +:revisionOf + a skos:Concept ; skos:altLabel "revision Of"@en ; + schema:citation "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode" ; skos:definition "resource is a revision of associated resource"@en ; skos:inScheme cs: ; skos:prefLabel "revisionOf"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "series"^^xsd:token ; - dcterms:provenance "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode"@en ; +:series + a skos:Concept ; skos:altLabel "series"@en ; + schema:citation "https://schemas.isotc211.org/19115/resources/Codelist/cat/codelists.xml#id=DS_AssociationTypeCode" ; skos:definition "associated through a common heritage such as produced to a common product specification"@en ; skos:inScheme cs: ; skos:prefLabel "series"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "wasDerivedFrom"^^xsd:token ; - dcterms:provenance "https://pid.geoscience.gov.au/dataset/ga/122551"@en ; +:wasDerivedFrom + a skos:Concept ; skos:altLabel "was Derived From"@en ; + schema:citation "https://pid.geoscience.gov.au/dataset/ga/122551" ; skos:definition "the domain resource was derived from the range resource which must be an entity (i.e. not an actor with agency or a temporal event) "@en ; skos:inScheme cs: ; skos:prefLabel "wasDerivedFrom"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "wasGeneratedBy"^^xsd:token ; - dcterms:provenance "https://pid.geoscience.gov.au/dataset/ga/122551"@en ; +:wasGeneratedBy + a skos:Concept ; skos:altLabel "was Generated By"@en ; + schema:citation "https://pid.geoscience.gov.au/dataset/ga/122551" ; skos:definition "the domain resource was generated by the range resource which must have been a temporal event such as a data processing action or a field survey"@en ; skos:inScheme cs: ; skos:prefLabel "wasGeneratedBy"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "wasInformedBy"^^xsd:token ; - dcterms:provenance "https://pid.geoscience.gov.au/dataset/ga/122551"@en ; +:wasInformedBy + a skos:Concept ; skos:altLabel "was Informed By"@en ; + schema:citation "https://pid.geoscience.gov.au/dataset/ga/122551" ; skos:definition "The domain resource was informed by the range resource which must have been an Entity (i.e. not an Agent with agency or an Activity temporal event). This is a looser association than wasDerivedFrom and does not indicate direct derivation, as wasDerivedFrom does."@en ; skos:inScheme cs: ; skos:prefLabel "wasInformedBy"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. -cs: a skos:ConceptScheme ; - dcterms:created "2019-11-01"^^xsd:date ; - dcterms:creator ; - dcterms:identifier "associationtype"^^xsd:token ; - dcterms:modified "2023-04-06"^^xsd:date ; - skos:historyNote "https://pid.geoscience.gov.au/dataset/ga/122551"@en ; - dcterms:publisher ; - rdfs:seeAlso ; +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/147628" ; owl:versionInfo "1.5" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; skos:definition "This is a SKOS vocabulary version of the ISO19115-1 standard's AssociationType code list with code list extensions described in the GA Profile document http://pid.geoscience.gov.au/dataset/ga/122551."@en ; - skos:hasTopConcept , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - ; + skos:hasTopConcept + :StereoMate , + :collectiveTitle , + :crossreference , + :dependency , + :generated , + :hadDerivation , + :informed , + :isComposedOf , + :largerWorkCitation , + :operatedOnBy , + :operatesOn , + :partOfSeamlessDatabase , + :revisionOf , + :series , + :wasDerivedFrom , + :wasGeneratedBy , + :wasInformedBy ; + skos:historyNote "https://pid.geoscience.gov.au/dataset/ga/122551"@en ; skos:prefLabel "Associated Resource Type"@en ; - dcat:contactPoint "DPI" . - + dcat:contactPoint "DPI" ; + schema:creator ; + schema:dateCreated "2019-11-01"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Borehole_Construction_Type_Boreholes.ttl b/vocabularies/Borehole_Construction_Type_Boreholes.ttl new file mode 100644 index 0000000..b28395e --- /dev/null +++ b/vocabularies/Borehole_Construction_Type_Boreholes.ttl @@ -0,0 +1,78 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:annulusFill + a skos:Concept ; + skos:definition "Fill within the annulus between the lining and the surrounding geological material (eg, gravel pack, seal and grout)."@en ; + skos:inScheme cs: ; + skos:prefLabel "annulus fill"@en ; + skos:topConceptOf cs: ; +. + +:inlet + a skos:Concept ; + skos:definition "Part of a borehole construction that allows intake of groundwater (eg, screen and slotted casing)."@en ; + skos:inScheme cs: ; + skos:prefLabel "inlet"@en ; + skos:topConceptOf cs: ; +. + +:lining + a skos:Concept ; + skos:definition "Material inserted to line the inside of the void (eg, casing and pipe)."@en ; + skos:inScheme cs: ; + skos:prefLabel "lining"@en ; + skos:topConceptOf cs: ; +. + +:protection + a skos:Concept ; + skos:definition "Fittings used to protect the borehole from damage (eg, casing); recommended minimum casing standard."@en ; + skos:inScheme cs: ; + skos:prefLabel "protection"@en ; + skos:topConceptOf cs: ; +. + +:void + a skos:Concept ; + skos:definition "A hole excavated to intercept groundwater."@en ; + skos:inScheme cs: ; + skos:prefLabel "void"@en ; + skos:topConceptOf cs: ; +. + +:voidFill + a skos:Concept ; + skos:definition "Material reinserted inside the void or existing lining (eg, backfill and packer)."@en ; + skos:inScheme cs: ; + skos:prefLabel "void fill"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Borehole Construction Type database table (BOREHOLE. LU_CONSTRUCTION_TYPE)" ; + skos:definition "These terms describe the type of downhole construction in a borehole (eg, inlet screen, protection casing)."@en ; + skos:hasTopConcept + :annulusFill , + :inlet , + :lining , + :protection , + :void , + :voidFill ; + skos:prefLabel "Borehole Geology - Construction Type"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Borehole_Material_Boreholes.ttl b/vocabularies/Borehole_Material_Boreholes.ttl new file mode 100644 index 0000000..cc05e38 --- /dev/null +++ b/vocabularies/Borehole_Material_Boreholes.ttl @@ -0,0 +1,195 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:aggregate + a skos:Concept ; + skos:definition "Mass of rock particles and or mineral grains "@en ; + skos:inScheme cs: ; + skos:prefLabel "aggregate"@en ; + skos:topConceptOf cs: ; +. + +:cement + a skos:Concept ; + skos:definition "Finely ground powder which when mixed with water makes a plastic mass that will harden "@en ; + skos:inScheme cs: ; + skos:prefLabel "cement"@en ; + skos:topConceptOf cs: ; +. + +:clay + a skos:Concept ; + skos:definition "Geological material consisting of particles having diameters less than 2-4 micrometres "@en ; + skos:inScheme cs: ; + skos:prefLabel "clay"@en ; + skos:topConceptOf cs: ; +. + +:concrete + a skos:Concept ; + skos:definition "Mixture of cement, an aggregate and water which hardens to a rocklike consistency "@en ; + skos:inScheme cs: ; + skos:prefLabel "concrete"@en ; + skos:topConceptOf cs: ; +. + +:gravel + a skos:Concept ; + skos:definition "Rock fragments typically rounded and dominated by particles larger than sand (>2mm) "@en ; + skos:inScheme cs: ; + skos:prefLabel "gravel"@en ; + skos:topConceptOf cs: ; +. + +:metal + a skos:Concept ; + skos:definition "An elemental substance usually with good strength, reflectivity and electrical and thermal conductivity properties "@en ; + skos:inScheme cs: ; + skos:prefLabel "metal"@en ; + skos:topConceptOf cs: ; +. + +:plastic + a skos:Concept ; + skos:definition "A polymeric material of large molecular weight which can be shaped by flow "@en ; + skos:inScheme cs: ; + skos:prefLabel "plastic"@en ; + skos:topConceptOf cs: ; +. + +:rock + a skos:Concept ; + skos:definition "Undifferentiated mineral matter "@en ; + skos:inScheme cs: ; + skos:prefLabel "rock"@en ; + skos:topConceptOf cs: ; +. + +:sand + a skos:Concept ; + skos:definition "Rock or mineral particles having a diameter range of 1/16 to 2mm "@en ; + skos:inScheme cs: ; + skos:prefLabel "sand"@en ; + skos:topConceptOf cs: ; +. + +:spoilOrCuttings + a skos:Concept ; + skos:definition "Geological material excavated from feature "@en ; + skos:inScheme cs: ; + skos:prefLabel "spoil or cuttings"@en ; + skos:topConceptOf cs: ; +. + +:stainlessSteel + a skos:Concept ; + skos:definition "Corrosion resistant iron-chromium alloy "@en ; + skos:inScheme cs: ; + skos:prefLabel "stainless steel"@en ; + skos:topConceptOf cs: ; +. + +:steel + a skos:Concept ; + skos:definition "An iron base alloy with up to 2% carbon and malleable under proper conditions "@en ; + skos:inScheme cs: ; + skos:prefLabel "steel"@en ; + skos:topConceptOf cs: ; +. + +:uPVC + a skos:Concept ; + skos:definition "Unplasticised polyvinylchloride uPVC - thermoplastic polymer of vinyl chloride that is cheap, lightweight and chemically inert and typically used in molded rigid products "@en ; + skos:inScheme cs: ; + skos:prefLabel "uPVC"@en ; + skos:topConceptOf cs: ; +. + +:uPVC12 + a skos:Concept ; + skos:definition "Unplasticised polyvinylchloride uPVC with a moderate Class 12 pressure rating which is the "@en ; + skos:inScheme cs: ; + skos:prefLabel "uPVC12"@en ; + skos:topConceptOf cs: ; +. + +:uPVC18 + a skos:Concept ; + skos:definition "Unplasticised polyvinylchloride uPVC with a high Class 18 pressure rating "@en ; + skos:inScheme cs: ; + skos:prefLabel "uPVC18"@en ; + skos:topConceptOf cs: ; +. + +:uPVC6 + a skos:Concept ; + skos:definition "Unplasticised polyvinylchloride uPVC with a low Class 6 pressure rating that is typically used in drainage or sewage applications "@en ; + skos:inScheme cs: ; + skos:prefLabel "uPVC6"@en ; + skos:topConceptOf cs: ; +. + +:uPVC9 + a skos:Concept ; + skos:definition "Unplasticised polyvinylchloride uPVC with a Class 9 pressure rating which is the minimum class allowable for shallow bore casing "@en ; + skos:inScheme cs: ; + skos:prefLabel "uPVC9"@en ; + skos:topConceptOf cs: ; +. + +:uPVS15 + a skos:Concept ; + skos:definition "Unplasticised polyvinylchloride uPVC with a high Class 15 pressure rating"@en ; + skos:inScheme cs: ; + skos:prefLabel "uPVC15"@en ; + skos:topConceptOf cs: ; +. + +:unknown + a skos:Concept ; + skos:definition "Borehole construction material is unknown"@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Borehole Material database table (BOREHOLE.LU_CONSTRUCTION_MATERIALS)" ; + skos:definition "Describes the type of material used in downhole construction in a borehole (eg, PVC, steel, cement)."@en ; + skos:hasTopConcept + :aggregate , + :cement , + :clay , + :concrete , + :gravel , + :metal , + :plastic , + :rock , + :sand , + :spoilOrCuttings , + :stainlessSteel , + :steel , + :uPVC , + :uPVC12 , + :uPVC18 , + :uPVC6 , + :uPVC9 , + :uPVS15 , + :unknown ; + skos:prefLabel "Borehole Geology - Construction Material"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Borehole_Purpose_Boreholes.ttl b/vocabularies/Borehole_Purpose_Boreholes.ttl new file mode 100644 index 0000000..b5ed869 --- /dev/null +++ b/vocabularies/Borehole_Purpose_Boreholes.ttl @@ -0,0 +1,195 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:appraisal + a skos:Concept ; + skos:definition "Borehole drilled into a formation shown to be potentially productive, and is used to obtain more information a resource."@en ; + skos:inScheme cs: ; + skos:prefLabel "appraisal"@en ; + skos:topConceptOf cs: ; +. + +:coalQuality + a skos:Concept ; + skos:definition "Borehole drilled to obtain samples for laboratory testing and coal analysis. "@en ; + skos:inScheme cs: ; + skos:prefLabel "coal quality"@en ; + skos:topConceptOf cs: ; +. + +:development + a skos:Concept ; + skos:definition "Borehole drilled into an area or zone already proven to be productive, in order to assist in the recovery of a resource (eg, oil, gas, water). Includes service wells for hydrocarbon recovery, and CSG methane release wells."@en ; + skos:inScheme cs: ; + skos:prefLabel "development"@en ; + skos:topConceptOf cs: ; +. + +:environmental + a skos:Concept ; + skos:definition "Borehole drilled to obtain samples of or from strata for laboratory analysis of parameters which may impact on the environment, including water quality."@en ; + skos:inScheme cs: ; + skos:prefLabel "environmental"@en ; + skos:topConceptOf cs: ; +. + +:exploration + a skos:Concept ; + skos:definition "A borehole drilled primarily for the purpose of exploration for natural resources. ie, into an unproven area to determine and evaluate the resource potential and production capabilities of a previously undeveloped area or zone."@en ; + skos:inScheme cs: ; + skos:prefLabel "exploration"@en ; + skos:topConceptOf cs: ; +. + +:gasAnalysis + a skos:Concept ; + skos:definition "Borehole drilled for gas analysis. Typical applications include exploration, compliance and greenhouse gas emissions. "@en ; + skos:inScheme cs: ; + skos:prefLabel "gas analysis"@en ; + skos:topConceptOf cs: ; +. + +:geochemistry + a skos:Concept ; + skos:definition "A borehole drilled primarily for the purpose of collecting samples for geochemical analysis."@en ; + skos:inScheme cs: ; + skos:prefLabel "geochemistry"@en ; + skos:topConceptOf cs: ; +. + +:geothermal + a skos:Concept ; + skos:definition "Borehole drilled to investigate the geotechnical properties of the strata and provide samples for mechanical testing. "@en ; + skos:inScheme cs: ; + skos:prefLabel "geotechnical"@en ; + skos:topConceptOf cs: ; +. + +:hydrological + a skos:Concept ; + skos:definition "Borehole drilled to investigate water level, or piezometer installation. "@en ; + skos:inScheme cs: ; + skos:prefLabel "hydrological"@en ; + skos:topConceptOf cs: ; +. + +:lox + a skos:Concept ; + skos:definition "Borehole drilled to obtain samples to determine the amount of oxidation of any coal seam by either visual and tactile or coal analysis methods. "@en ; + skos:inScheme cs: ; + skos:prefLabel "lox"@en ; + skos:topConceptOf cs: ; +. + +:monitoring + a skos:Concept ; + skos:definition "A groundwater borehole used for the purpose of monitoring. (eg, groundwater levels)"@en ; + skos:inScheme cs: ; + skos:prefLabel "monitoring"@en ; + skos:topConceptOf cs: ; +. + +:research + a skos:Concept ; + skos:definition "A generic term to cover boreholes drilled primarily for the purpose of scientific research."@en ; + skos:inScheme cs: ; + skos:prefLabel "research"@en ; + skos:topConceptOf cs: ; +. + +:scientificInvestigationConstents + a skos:Concept ; + skos:definition "Borehole drilled under a scientific investigation consent granted under the OPGGS Act 2006 (amended 2012) or of the repealed Petroleum (Submerged Lands) Act 1967."@en ; + skos:inScheme cs: ; + skos:prefLabel "Scientific Investigation Consents"@en ; + skos:topConceptOf cs: ; +. + +:sequestration + a skos:Concept ; + skos:definition "A borehole drilled for the purpose of underground storage of a commodity (eg, CO2 sequestration, aquifer storage and recovery)"@en ; + skos:inScheme cs: ; + skos:prefLabel "sequestration"@en ; + skos:topConceptOf cs: ; +. + +:service + a skos:Concept ; + skos:definition "Borehole drilled to provide a conduit or access to and from mine workings for equipment or materials. "@en ; + skos:inScheme cs: ; + skos:prefLabel "service"@en ; + skos:topConceptOf cs: ; +. + +:stratigraphicInvestigation + a skos:Concept ; + skos:definition "A borehole drilled primarily for the purpose of stratigraphic investigation."@en ; + skos:inScheme cs: ; + skos:prefLabel "stratigraphic investigation"@en ; + skos:topConceptOf cs: ; +. + +:structure + a skos:Concept ; + skos:definition "Borehole drilled to investigate the attitude of strata and the impact of any tectonic features. "@en ; + skos:inScheme cs: ; + skos:prefLabel "structure"@en ; + skos:topConceptOf cs: ; +. + +:unknown + a skos:Concept ; + skos:definition "The purpose for drilling the borehole is not known."@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + +:watersupply + a skos:Concept ; + skos:definition "A groundwater borehole drilled for the primary purpose of water supply. The bores may supply water for irrigation, stock, domestic use, or industrial use."@en ; + skos:inScheme cs: ; + skos:prefLabel "water supply"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Borehole Purpose (BOREHOLE.LU_BOREHOLE_PURPOSES)" ; + skos:definition "Purpose or intention for which the borehole was drilled. eg, exploration, development or production, geotechnical. Equivalent to PPDM Business Intention."@en ; + skos:hasTopConcept + :appraisal , + :coalQuality , + :development , + :environmental , + :exploration , + :gasAnalysis , + :geochemistry , + :geothermal , + :hydrological , + :lox , + :monitoring , + :research , + :scientificInvestigationConstents , + :sequestration , + :service , + :stratigraphicInvestigation , + :structure , + :unknown , + :watersupply ; + skos:prefLabel "Borehole Geology - Purpose"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Borehole_Status_Boreholes.ttl b/vocabularies/Borehole_Status_Boreholes.ttl new file mode 100644 index 0000000..305efa1 --- /dev/null +++ b/vocabularies/Borehole_Status_Boreholes.ttl @@ -0,0 +1,160 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:abandoned + a skos:Concept ; + skos:definition "All operations and activities are terminated. The operator has left the site with no intention of returning to the borehole. The borehole is not necessarily plugged. Similar to CoalLog status \"completed\"."@en ; + skos:inScheme cs: ; + skos:prefLabel "abandoned"@en ; + skos:topConceptOf cs: ; +. + +:completed + a skos:Concept ; + skos:definition "Drilling is completed. Production infrastructure may be installed. The borehole has not necessarily been abandoned. Note that the CoalLog \"completed\" status is more similar to \"abandoned\" in this vocabulary."@en ; + skos:inScheme cs: ; + skos:prefLabel "completed"@en ; + skos:topConceptOf cs: ; +. + +:drillingSuspended + a skos:Concept ; + skos:definition "Drilling operations have been temporarily suspended (eg, for weather, maintenance, or other reasons)."@en ; + skos:inScheme cs: ; + skos:prefLabel "drilling suspended"@en ; + skos:topConceptOf cs: ; +. + +:injecting + a skos:Concept ; + skos:definition "The status of a borehole during which liquids or gas are being pumped into the borehole."@en ; + skos:inScheme cs: ; + skos:prefLabel "injecting"@en ; + skos:topConceptOf cs: ; +. + +:inprogress + a skos:Concept ; + skos:definition "The status of a borehole commencing from the rig being moved onsite to the time that drilling operations are completed. Similar to PPDM's \"drilling\", but different."@en ; + skos:inScheme cs: ; + skos:prefLabel "in progress"@en ; + skos:topConceptOf cs: ; +. + +:monitoring + a skos:Concept ; + skos:definition "Borehole is being used for monitoring parameters such as water level, water quality, fluid pressure."@en ; + skos:inScheme cs: ; + skos:prefLabel "monitoring"@en ; + skos:topConceptOf cs: ; +. + +:plugged + a skos:Concept ; + skos:definition "The borehole has been filled or sealed. The extent of seal may vary from just plugged near the surface (eg, many coal boreholes) to plugged in order to prevent the migration of oil, gas, water, or other substance from one stratum to another (ie, PPDM definition)."@en ; + skos:inScheme cs: ; + skos:prefLabel "plugged"@en ; + skos:topConceptOf cs: ; +. + +:pluggedAndAbandoned + a skos:Concept ; + skos:definition "An abandoned borehole that has also been plugged. The extent of seal may vary from just plugged near the surface (eg, many coal boreholes) to plugged to prevent the migration of oil, gas, water, or other substance from one stratum to another (ie, PPDM definition)."@en ; + skos:inScheme cs: ; + skos:prefLabel "plugged and abandoned"@en ; + skos:topConceptOf cs: ; +. + +:producing + a skos:Concept ; + skos:definition "The status of a borehole during which liquids or gas are being extracted from the borehole."@en ; + skos:inScheme cs: ; + skos:prefLabel "producing"@en ; + skos:topConceptOf cs: ; +. + +:producingAndInjecting + a skos:Concept ; + skos:definition "The status of a borehole that alternately produces and injects liquid or gas into a borehole."@en ; + skos:inScheme cs: ; + skos:prefLabel "producing and injecting"@en ; + skos:topConceptOf cs: ; +. + +:proposed + a skos:Concept ; + skos:definition "A concept or application exists to drill a borehole, but drilling has not yet commenced or been approved. Similar to PPDM's \"location\" classification, but different."@en ; + skos:inScheme cs: ; + skos:prefLabel "proposed"@en ; + skos:topConceptOf cs: ; +. + +:rehabilitated + a skos:Concept ; + skos:definition "The borehole site has been fully rehabilitated. Note that this status is included within the PPDM definition of \"plugged and abandoned\"."@en ; + skos:inScheme cs: ; + skos:prefLabel "rehabilitated"@en ; + skos:topConceptOf cs: ; +. + +:suspended + a skos:Concept ; + skos:definition "Borehole operations have been halted for a significant period of time or in a manner that requires significant effort for the resumption of activities. The borehole can be plugged downhole and fluids injected on top of the plug in order to create a temporary seal to prevent hydrocarbon leakage. The surface equipment remains in place. Suspended is never the final status of a borehole."@en ; + skos:inScheme cs: ; + skos:prefLabel "suspended"@en ; + skos:topConceptOf cs: ; +. + +:unknown + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The drilling status of the borehole is unknown."@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + +:workover + a skos:Concept ; + skos:definition "Activities relating to production wells, etc. For example logging activities, recompletion, testing, repairs, maintenance, plug and abandonment and demobilisation."@en ; + skos:inScheme cs: ; + skos:prefLabel "workover"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Borehole Status (BOREHOLE.LU_BOREHOLE_STATUS)" ; + skos:definition "\"Borehole status” information provided by Geoscience Australia (GA) is not guaranteed to be authoritative or current. GA is not a reporting or regulatory authority for borehole drilling, but it sources borehole information for its research purposes from various regulatory authorities in the States, Northern Territory and Commonwealth governments. The quality and currency of borehole status data in GA’s database reflects information gathered from a borehole operator’s well completion report or from a responsible regulatory authority on a particular date. Changes in a borehole’s status after GA sourced the borehole status information may not be reflected in GA’s data. Due to the wide variety of borehole types in GA’s database, GA’s vocabulary for “borehole status” is an amalgam of terms used by professional bodies (eg, PPDM, CoalLog) and regulatory authorities. Some of the terminology used across these professional domains and jurisdictions has varied over time, and in some cases the same term has a different meaning for different types of boreholes. GA has endeavoured to merge these sources of terminology into a consistent classification that applies for all borehole types."@en ; + skos:hasTopConcept + :abandoned , + :completed , + :drillingSuspended , + :injecting , + :inprogress , + :monitoring , + :plugged , + :pluggedAndAbandoned , + :producing , + :producingAndInjecting , + :proposed , + :rehabilitated , + :suspended , + :unknown , + :workover ; + skos:prefLabel "Borehole Geology - Status "@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/CDCS.ttl b/vocabularies/CDCS.ttl index 9e1e2a5..778da95 100644 --- a/vocabularies/CDCS.ttl +++ b/vocabularies/CDCS.ttl @@ -1,767 +1,1012 @@ -@prefix cs: . -@prefix dcat: . -@prefix dcterms: . -@prefix skos: . -@prefix xsd: . - - a skos:Concept ; - skos:broader ; +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:aem + a skos:Concept ; + skos:broader :controlled-source-electromagnetics ; skos:definition "Airborne Electromagnetics surveys"@en ; skos:inScheme cs: ; - skos:prefLabel "aem"@en . + skos:prefLabel "aem"@en ; +. - a skos:Concept ; - skos:broader ; +:aerial-photo + a skos:Concept ; + skos:broader :earth-observation-imagery ; skos:definition "Photographs of a part of the earth's surface taken by a camera mounted in an aircraft for mapping purposes. This usually consists of a series of overlapping vertical photos taken in strips which can form the basis for mapping."@en ; skos:inScheme cs: ; - skos:prefLabel "aerial photo"@en . + skos:prefLabel "aerial photo"@en ; +. - a skos:Concept ; - skos:broader ; +:ar-ar + a skos:Concept ; + skos:broader :radio-isotopes ; skos:definition "Radioactive isotope dating technique"@en ; skos:inScheme cs: ; - skos:prefLabel "ar ar"@en . + skos:prefLabel "ar ar"@en ; +. - a skos:Concept ; - skos:broader ; +:basement-geology + a skos:Concept ; + skos:broader :interpretive-geology ; skos:definition "Includes sub-surface distribution of metamorphic, sedimentary and igneous rocks and interpreted linear structural features such as folds, faults, lineaments and shearzones"@en ; skos:inScheme cs: ; - skos:prefLabel "basement geology"@en . + skos:prefLabel "basement geology"@en ; +. - a skos:Concept ; - skos:broader ; +:biostratigraphy + a skos:Concept ; + skos:broader :palaeontology ; skos:definition "Stratigraphy based on the paleontologic aspects of rocks."@en ; skos:inScheme cs: ; - skos:prefLabel "biostratigraphy"@en . + skos:prefLabel "biostratigraphy"@en ; +. - a skos:Concept ; - skos:broader ; +:cadastre + a skos:Concept ; + skos:broader :regulatory ; skos:definition "A public record of the extent, value, and ownership of land within a district for purposes of taxation."@en ; skos:inScheme cs: ; - skos:prefLabel "cadastre"@en . + skos:prefLabel "cadastre"@en ; +. - a skos:Concept ; - skos:broader ; +:coal-seam-methane-holes + a skos:Concept ; + skos:broader :boreholes ; skos:definition "A Coal Seam Methane hole is drilled specifically to discover, asses or produce from a coal seam methane reservoir"@en ; skos:inScheme cs: ; - skos:prefLabel "coal seam methane holes"@en . + skos:prefLabel "coal seam methane holes"@en ; +. - a skos:Concept ; - skos:broader ; +:density + a skos:Concept ; + skos:broader :rock-properties ; skos:definition "The density of a material is defined as its mass per unit volume."@en ; skos:inScheme cs: ; - skos:prefLabel "density"@en . + skos:prefLabel "density"@en ; +. - a skos:Concept ; - skos:broader ; +:dissolved-solids + a skos:Concept ; + skos:broader :aquifers ; skos:definition "Dissolved solids\" refer to any minerals, salts, metals, cations or anions dissolved in water. "@en ; skos:inScheme cs: ; - skos:prefLabel "dissolved solids"@en . + skos:prefLabel "dissolved solids"@en ; +. - a skos:Concept ; - skos:broader ; +:earthquakes + a skos:Concept ; + skos:broader :sudden-onset-hazards ; skos:definition "An earthquake is the shaking and vibration at the surface of the earth caused by underground movement along a fault plane or by volcanic activity."@en ; skos:inScheme cs: ; - skos:prefLabel "earthquakes"@en . + skos:prefLabel "earthquakes"@en ; +. - a skos:Concept ; - skos:broader ; +:elevation + a skos:Concept ; + skos:broader :topographic-relief ; skos:definition "Elevation data such as Digital Elevation Models (DEMs)."@en ; skos:inScheme cs: ; - skos:prefLabel "elevation"@en . + skos:prefLabel "elevation"@en ; +. - a skos:Concept ; - skos:broader ; +:empa + a skos:Concept ; + skos:broader :chemical-dating ; skos:definition "Electron Microprobe"@en ; skos:inScheme cs: ; - skos:prefLabel "empa"@en . + skos:prefLabel "empa"@en ; +. - a skos:Concept ; - skos:broader ; +:exploration-title + a skos:Concept ; + skos:broader :regulatory ; skos:definition "Defined areas for the purposes of oil and mineral exploitation"@en ; skos:inScheme cs: ; - skos:prefLabel "exploration title"@en . + skos:prefLabel "exploration title"@en ; +. - a skos:Concept ; +:external + a skos:Concept ; skos:definition "External datasets sourced from other Agencies"@en ; skos:inScheme cs: ; skos:prefLabel "external"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - skos:broader ; +:field-measurements + a skos:Concept ; + skos:broader :field-mapping ; skos:definition "Measurements taken at a field site such as structural, spectral (PIMA) or geophysical (magnetic susceptibility)"@en ; skos:inScheme cs: ; - skos:prefLabel "field measurements"@en . + skos:prefLabel "field measurements"@en ; +. - a skos:Concept ; - skos:broader ; +:field-observations + a skos:Concept ; + skos:broader :field-mapping ; skos:definition "Visual observations and photos of the vegetation, landscape and geomorphology at a field site and descriptions of the mineralogy, lithology, alteration of rocks, samples and outcrops at a field site."@en ; skos:inScheme cs: ; - skos:prefLabel "field observations"@en . + skos:prefLabel "field observations"@en ; +. - a skos:Concept ; - skos:broader ; +:flow-systems + a skos:Concept ; + skos:broader :aquifers ; skos:definition "Hydraulic conductivity, porosity, permeability, specific discharge"@en ; skos:inScheme cs: ; - skos:prefLabel "flow systems"@en . + skos:prefLabel "flow systems"@en ; +. - a skos:Concept ; - skos:broader ; +:geodetic + a skos:Concept ; + skos:broader :survey ; skos:definition "Measurements and representation of the earth, its gravitational field and geodynamic phenomena (polar motion, earth tides, and crustal motion) in three-dimensional time varying space. "@en ; skos:inScheme cs: ; - skos:prefLabel "geodetic"@en . + skos:prefLabel "geodetic"@en ; +. - a skos:Concept ; - skos:broader ; +:geomorphology + a skos:Concept ; + skos:broader :physiography ; skos:definition "The study of the origin of landscapes based on a cause and effect relationship. This includes the physical and chemical interactions between the earth's surface and the natural forces acting on it, such as geology, climate, vegetation and relative base level."@en ; skos:inScheme cs: ; - skos:prefLabel "geomorphology"@en . + skos:prefLabel "geomorphology"@en ; +. - a skos:Concept ; - skos:broader ; +:geophysical + a skos:Concept ; + skos:broader :survey ; skos:definition "Includes seismic, gravity and airborne survey locations. For example, seismic navigation data."@en ; skos:inScheme cs: ; - skos:prefLabel "geophysical"@en . + skos:prefLabel "geophysical"@en ; +. - a skos:Concept ; - skos:broader ; +:geophysical-interpretation + a skos:Concept ; + skos:broader :interpretive-geology ; skos:definition "Interpretation using geophysical techniques and data"@en ; skos:inScheme cs: ; - skos:prefLabel "geophysical interpretation"@en . + skos:prefLabel "geophysical interpretation"@en ; +. - a skos:Concept ; - skos:broader ; +:geothermal-holes + a skos:Concept ; + skos:broader :boreholes ; skos:definition "A Geothermal hole is drilled specifically for the exploration, development, appraisal or monitoring of geothermal plays or resources"@en ; skos:inScheme cs: ; - skos:prefLabel "geothermal holes"@en . + skos:prefLabel "geothermal holes"@en ; +. - a skos:Concept ; - skos:broader ; +:gravity + a skos:Concept ; + skos:broader :geophysics ; skos:definition "Including ground, airborne, point located data, grids, derivative grids (reduced to pole, upward continued, etc), algorithms, images"@en ; skos:inScheme cs: ; - skos:prefLabel "gravity"@en . + skos:prefLabel "gravity"@en ; +. - a skos:Concept ; - skos:broader ; +:ground-em + a skos:Concept ; + skos:broader :controlled-source-electromagnetics ; skos:definition "Ground based Electromagnetics surveys"@en ; skos:inScheme cs: ; - skos:prefLabel "ground em"@en . + skos:prefLabel "ground em"@en ; +. - a skos:Concept ; - skos:broader ; +:hydro + a skos:Concept ; + skos:broader :geochemistry ; skos:definition "Includes groundwater, porewater and surface water"@en ; skos:inScheme cs: ; - skos:prefLabel "hydro"@en . + skos:prefLabel "hydro"@en ; +. - a skos:Concept ; - skos:broader ; +:hydrocarbon + a skos:Concept ; + skos:broader :resources ; skos:definition "Oil and gas production"@en ; skos:inScheme cs: ; - skos:prefLabel "hydrocarbon"@en . + skos:prefLabel "hydrocarbon"@en ; +. - a skos:Concept ; - skos:broader ; +:hydrography + a skos:Concept ; + skos:broader :bathymetry ; skos:definition "Information related to the distribution, mapping and physical characteristics of surficial waters. Examples include the locations of bores, lakes, dams, canals, sea levels etc,"@en ; skos:inScheme cs: ; - skos:prefLabel "hydrography"@en . + skos:prefLabel "hydrography"@en ; +. - a skos:Concept ; - skos:broader ; +:inorganic + a skos:Concept ; + skos:broader :geochemistry ; skos:definition "Describing a substance not derived from a living organism and/or not composed of carbon and hydrogen (a hydrocarbon)."@en ; skos:inScheme cs: ; - skos:prefLabel "inorganic"@en . + skos:prefLabel "inorganic"@en ; +. - a skos:Concept ; - skos:broader ; +:k-ar + a skos:Concept ; + skos:broader :radio-isotopes ; skos:definition "Radioactive isotope dating technique"@en ; skos:inScheme cs: ; - skos:prefLabel "k ar"@en . + skos:prefLabel "k ar"@en ; +. - a skos:Concept ; - skos:broader ; +:lidar + a skos:Concept ; + skos:broader :earth-observation-imagery ; skos:definition "LIDAR (Light Detection and Ranging) is an optical remote sensing technology that measures properties of scattered light to find range and/or other information of a distant target. The prevalent method to determine distance to an object or surface is to use laser pulses. Like the similar radar technology, which uses radio waves instead of light, the range to an object is determined by measuring the time delay between transmission of a pulse and detection of the reflected signal."@en ; skos:inScheme cs: ; - skos:prefLabel "lidar"@en . + skos:prefLabel "lidar"@en ; +. - a skos:Concept ; - skos:broader ; +:magnetic-susceptibility + a skos:Concept ; + skos:broader :rock-properties ; skos:definition "Magnetic Susceptibility is the degree of magnetization of a material in response to an applied magnetic field."@en ; skos:inScheme cs: ; - skos:prefLabel "magnetic susceptibility"@en . + skos:prefLabel "magnetic susceptibility"@en ; +. - a skos:Concept ; - skos:broader ; +:magnetics + a skos:Concept ; + skos:broader :geophysics ; skos:definition "Point located data, grids, derivative grids (reduced to pole, upward continued, etc), algorithms, images"@en ; skos:inScheme cs: ; - skos:prefLabel "magnetics"@en . + skos:prefLabel "magnetics"@en ; +. - a skos:Concept ; - skos:broader ; +:manufacturing + a skos:Concept ; + skos:broader :infrastructure ; skos:definition "Manufacturing is the transformation, by means of a tool and/or processing medium, of raw materials into finished goods for sale, or intermediate processes involving the production or finishing of semi-manufactures. It is a large branch of industry and of secondary production. "@en ; skos:inScheme cs: ; - skos:prefLabel "manufacturing"@en . + skos:prefLabel "manufacturing"@en ; +. - a skos:Concept ; - skos:broader ; +:metamorphism-maps + a skos:Concept ; + skos:broader :interpretive-geology ; skos:definition "Zones of similar mineralogy caused by heat and pressure"@en ; skos:inScheme cs: ; - skos:prefLabel "metamorphism maps"@en . + skos:prefLabel "metamorphism maps"@en ; +. - a skos:Concept ; - skos:broader ; +:microstructure + a skos:Concept ; + skos:broader :petrography ; skos:definition "Structural geology using microscopes"@en ; skos:inScheme cs: ; - skos:prefLabel "microstructure"@en . + skos:prefLabel "microstructure"@en ; +. - a skos:Concept ; - skos:broader ; +:mineral + a skos:Concept ; + skos:broader :resources ; skos:definition "Includes mineral occurrences, resources, deposits, mineral potential, mineral deposit models, prospectivity maps"@en ; skos:inScheme cs: ; - skos:prefLabel "mineral"@en . + skos:prefLabel "mineral"@en ; +. - a skos:Concept ; - skos:broader ; +:mineral-holes + a skos:Concept ; + skos:broader :boreholes ; skos:definition "A Mineral hole is drilled for the exploration, development or resource definition of mineral commodities"@en ; skos:inScheme cs: ; - skos:prefLabel "mineral holes"@en . + skos:prefLabel "mineral holes"@en ; +. - a skos:Concept ; - skos:broader ; +:natural-boundaries + a skos:Concept ; + skos:broader :topographic-relief ; skos:definition "Geographical boundaries such as coastlines"@en ; skos:inScheme cs: ; - skos:prefLabel "natural boundaries"@en . + skos:prefLabel "natural boundaries"@en ; +. - a skos:Concept ; - skos:broader ; +:optical + a skos:Concept ; + skos:broader :earth-observation-imagery ; skos:definition "Optical remote sensing makes use of visible, near infrared and short-waveinfrared sensors to form images of the earth's surface by detecting thesolar radiation reflected from targets on the ground. Different materials reflect and absorb differently at different wavelengths. Thus, the targets can be differentiated by their spectral reflectance signatures in the remotely sensed images. Optical remote sensing systems are classified into the following types, depending on the number of spectral bands used in the imaging process."@en ; skos:inScheme cs: ; - skos:prefLabel "optical"@en . + skos:prefLabel "optical"@en ; +. - a skos:Concept ; - skos:broader ; +:outcrop-geology + a skos:Concept ; + skos:broader :interpretive-geology ; skos:definition "Interpretation of the nature and distribution of outcropping (or near-outcropping) rock units and structures, typically in the form of maps. These maps may include integrated regolith unit information in areas of non-outcropping bedrock."@en ; skos:inScheme cs: ; - skos:prefLabel "outcrop geology"@en . + skos:prefLabel "outcrop geology"@en ; +. - a skos:Concept ; - skos:broader ; +:palaeoclimatology + a skos:Concept ; + skos:broader :palaeontology ; skos:definition "The climate of a given interval of time in the the geologic past."@en ; skos:inScheme cs: ; - skos:prefLabel "palaeoclimatology"@en . + skos:prefLabel "palaeoclimatology"@en ; +. - a skos:Concept ; - skos:broader ; +:palaeoenvironments + a skos:Concept ; + skos:broader :palaeontology ; skos:definition "An environment in the geologic past"@en ; skos:inScheme cs: ; - skos:prefLabel "palaeoenvironments"@en . + skos:prefLabel "palaeoenvironments"@en ; +. - a skos:Concept ; - skos:broader ; +:palaeogeography + a skos:Concept ; + skos:broader :interpretive-geology ; skos:definition "Palinspastic reconstructions or geological time-slice interpretations"@en ; skos:inScheme cs: ; - skos:prefLabel "palaeogeography"@en . + skos:prefLabel "palaeogeography"@en ; +. - a skos:Concept ; - skos:broader ; +:petroleum-wells + a skos:Concept ; + skos:broader :boreholes ; skos:definition "A Petroleum Well is drilled for the exploration, development or appraisal of hydrocarbons (oil or gas)"@en ; skos:inScheme cs: ; - skos:prefLabel "petroleum wells"@en . + skos:prefLabel "petroleum wells"@en ; +. - a skos:Concept ; - skos:broader ; +:petrology + a skos:Concept ; + skos:broader :petrography ; skos:definition "Includes thin section, fluid inclusion observations and measurements of hand specimens from the surface or down boreholes"@en ; skos:inScheme cs: ; - skos:prefLabel "petrology"@en . + skos:prefLabel "petrology"@en ; +. - a skos:Concept ; - skos:broader ; +:political + a skos:Concept ; + skos:broader :administrative-boundaries ; skos:definition "State , electoral and native boundaries"@en ; skos:inScheme cs: ; - skos:prefLabel "political"@en . + skos:prefLabel "political"@en ; +. - a skos:Concept ; - skos:broader ; +:porosity-permeability + a skos:Concept ; + skos:broader :rock-properties ; skos:definition "Porosity and Permeability are two of the primary factors that control the movement and storage of fluids in rocks and sediments. They are intrinsic characteristics of these geologic materials. The exploitation of natural resources, such as groundwater and petroleum, is partly dependent on the properties of porosity and permeability."@en ; skos:inScheme cs: ; - skos:prefLabel "porosity permeability"@en . + skos:prefLabel "porosity permeability"@en ; +. - a skos:Concept ; - skos:broader ; +:provinces + a skos:Concept ; + skos:broader :interpretive-geology ; skos:definition "Descriptions and polygon outlines of geological provinces of the Australian continent and surrounding offshore regions. "@en ; skos:inScheme cs: ; - skos:prefLabel "provinces"@en . + skos:prefLabel "provinces"@en ; +. - a skos:Concept ; - skos:broader ; +:radar + a skos:Concept ; + skos:broader :earth-observation-imagery ; skos:definition "RADAR stands for \"RAdio Detection And Ranging\". By virtue of sending out pulses of microwave electromagnetic radiation this type of instrument can be classified as an \"active sensor\" - it measures the time between pulses and their reflected components to determine distance. Different pulse intervals, different wavelengths, different geometry and polarizations can be combined to roughness characteristics of the earth surface."@en ; skos:inScheme cs: ; - skos:prefLabel "radar"@en . + skos:prefLabel "radar"@en ; +. - a skos:Concept ; - skos:broader ; +:radiometrics + a skos:Concept ; + skos:broader :geophysics ; skos:definition "Point located data, grids, derivative grids (filtered, etc), algorithms, images"@en ; skos:inScheme cs: ; - skos:prefLabel "radiometrics"@en . + skos:prefLabel "radiometrics"@en ; +. - a skos:Concept ; - skos:broader ; +:rb-sr + a skos:Concept ; + skos:broader :radio-isotopes ; skos:definition "Radioactive isotope dating technique"@en ; skos:inScheme cs: ; - skos:prefLabel "rb sr"@en . + skos:prefLabel "rb sr"@en ; +. - a skos:Concept ; - skos:broader ; +:regolith + a skos:Concept ; + skos:broader :interpretive-geology ; skos:definition "Everything above fresh rock"@en ; skos:inScheme cs: ; - skos:prefLabel "regolith"@en . + skos:prefLabel "regolith"@en ; +. - a skos:Concept ; - skos:broader ; +:samples + a skos:Concept ; + skos:broader :survey ; skos:definition "Contains the sampling locations of features which were the target for a set of observations and/or measurements."@en ; skos:inScheme cs: ; - skos:prefLabel "samples"@en . + skos:prefLabel "samples"@en ; +. - a skos:Concept ; - skos:broader ; +:shrimp + a skos:Concept ; + skos:broader :radio-isotopes ; skos:definition "Radioactive isotope dating technique"@en ; skos:inScheme cs: ; - skos:prefLabel "shrimp"@en . + skos:prefLabel "shrimp"@en ; +. - a skos:Concept ; - skos:broader ; +:slow-onset-hazards + a skos:Concept ; + skos:broader :hazard-events ; skos:definition "Environmental events associated with earth processes that impact Australian communities such as salinity, acid-sulphate soils, coastal erosion, desertification, climate change"@en ; skos:inScheme cs: ; - skos:prefLabel "slow onset hazards"@en . + skos:prefLabel "slow onset hazards"@en ; +. - a skos:Concept ; - skos:broader ; +:sm-nd + a skos:Concept ; + skos:broader :radio-isotopes ; skos:definition "Radioactive isotope dating technique"@en ; skos:inScheme cs: ; - skos:prefLabel "sm nd"@en . + skos:prefLabel "sm nd"@en ; +. - a skos:Concept ; - skos:broader ; +:society + a skos:Concept ; + skos:broader :infrastructure ; skos:definition "An Anthropogenic feature to facilitate cultural, societal or religious activities eg cemeteries, recreational areas, land uses related to primary industries, building infrastructure etc. Excludes information relating to transportation."@en ; skos:inScheme cs: ; - skos:prefLabel "society"@en . + skos:prefLabel "society"@en ; +. - a skos:Concept ; - skos:broader ; +:spectral + a skos:Concept ; + skos:broader :geophysics ; skos:definition "Similar data to other geophysical types, but in the \"spectral geology\" space, with many purposes. For example, PIMA and Hylogger"@en ; skos:inScheme cs: ; - skos:prefLabel "spectral"@en . + skos:prefLabel "spectral"@en ; +. - a skos:Concept ; - skos:broader ; +:stable-isotopes + a skos:Concept ; + skos:broader :geochemistry ; skos:definition "For example, delta 18O/16O"@en ; skos:inScheme cs: ; - skos:prefLabel "stable isotopes"@en . + skos:prefLabel "stable isotopes"@en ; +. - a skos:Concept ; - skos:broader ; +:stratigraphic-holes + a skos:Concept ; + skos:broader :boreholes ; skos:definition "A Stratigraphic hole is drilled to obtain a record of the Stratigraphic character, composition or property of the rock/soil/regolith units penetrated"@en ; skos:inScheme cs: ; - skos:prefLabel "stratigraphic holes"@en . + skos:prefLabel "stratigraphic holes"@en ; +. - a skos:Concept ; - skos:broader ; +:surfaces + a skos:Concept ; + skos:broader :aquifers ; skos:definition "Examples include potentiometric and phreatic surfaces"@en ; skos:inScheme cs: ; - skos:prefLabel "surfaces"@en . + skos:prefLabel "surfaces"@en ; +. - a skos:Concept ; - skos:broader ; +:taxonomy + a skos:Concept ; + skos:broader :palaeontology ; skos:definition "The theory and practice of classifying plants and animals."@en ; skos:inScheme cs: ; - skos:prefLabel "taxonomy"@en . + skos:prefLabel "taxonomy"@en ; +. - a skos:Concept ; - skos:broader ; +:terrestrial + a skos:Concept ; + skos:broader :natural-habitat ; skos:definition "For example, land vegetation - pest and native flora and fauna"@en ; skos:inScheme cs: ; - skos:prefLabel "terrestrial"@en . + skos:prefLabel "terrestrial"@en ; +. - a skos:Concept ; - skos:broader ; +:terrorist-events + a skos:Concept ; + skos:broader :hazard-events ; skos:definition "Sudden emergency events associated with acts of terrorism causing damage to human life or the economy"@en ; skos:inScheme cs: ; - skos:prefLabel "terrorist events"@en . + skos:prefLabel "terrorist events"@en ; +. - a skos:Concept ; - skos:broader ; +:thematic-geology + a skos:Concept ; + skos:broader :interpretive-geology ; skos:definition "Geological datasets developed for a specific purpose, such as \"Volcanoes of the World\""@en ; skos:inScheme cs: ; - skos:prefLabel "thematic geology"@en . + skos:prefLabel "thematic geology"@en ; +. - a skos:Concept ; - skos:broader ; +:thermal + a skos:Concept ; + skos:broader :earth-observation-imagery ; skos:definition "Remote sensing of direct temperature effects is carried out by sensing radiation emitted from matter in the thermal infrared region of the spectrum."@en ; skos:inScheme cs: ; - skos:prefLabel "thermal"@en . + skos:prefLabel "thermal"@en ; +. - a skos:Concept ; - skos:broader ; +:thermodynamics + a skos:Concept ; + skos:broader :geophysics ; skos:definition "Thermal properties of fluids, gases and solids"@en ; skos:inScheme cs: ; - skos:prefLabel "thermodynamics"@en . + skos:prefLabel "thermodynamics"@en ; +. - a skos:Concept ; - skos:broader ; +:transport + a skos:Concept ; + skos:broader :infrastructure ; skos:definition "Data relating to any infrastructure facilitating the movement of people or goods by motorised means. This includes roads, railways and flight paths, aerodromes etc. "@en ; skos:inScheme cs: ; - skos:prefLabel "transport"@en . + skos:prefLabel "transport"@en ; +. - a skos:Concept ; - skos:broader ; +:u-pb + a skos:Concept ; + skos:broader :radio-isotopes ; skos:definition "Radioactive isotope dating technique"@en ; skos:inScheme cs: ; - skos:prefLabel "u pb"@en . + skos:prefLabel "u pb"@en ; +. - a skos:Concept ; - skos:broader ; +:utilities + a skos:Concept ; + skos:broader :infrastructure ; skos:definition "Information relating to the supply or provision of utility services such as electricity, gas, steam, water or sewage. Examples include oil , gas , electricity and water pipelines."@en ; skos:inScheme cs: ; - skos:prefLabel "utilities"@en . + skos:prefLabel "utilities"@en ; +. - a skos:Concept ; - skos:broader ; +:water-bores + a skos:Concept ; + skos:broader :boreholes ; skos:definition "A Water Bore is drilled specifically for the exploration, extraction or monitoring of groundwater resources"@en ; skos:inScheme cs: ; - skos:prefLabel "water bores"@en . + skos:prefLabel "water bores"@en ; +. - a skos:Concept ; - skos:broader ; +:wave-velocities + a skos:Concept ; + skos:broader :rock-properties ; skos:definition "Reflected waves can be generated from a planar boundary in seismic wave speed that can be recorded at the Earth's surface"@en ; skos:inScheme cs: ; - skos:prefLabel "wave velocities"@en . + skos:prefLabel "wave velocities"@en ; +. - a skos:Concept ; - skos:broader ; +:aquatic + a skos:Concept ; + skos:broader :natural-habitat ; skos:definition "Pertains to both marine and freshwater ecosystems. For example, reefs"@en ; skos:inScheme cs: ; - skos:narrower ; - skos:prefLabel "aquatic"@en . + skos:narrower :benthic ; + skos:prefLabel "aquatic"@en ; +. - a skos:Concept ; - skos:broader ; +:bathymetry + a skos:Concept ; + skos:broader :physiography ; skos:definition "Measurements of ocean depth and the charting of the topography of the ocean floor."@en ; skos:inScheme cs: ; - skos:narrower ; - skos:prefLabel "bathymetry"@en . + skos:narrower :hydrography ; + skos:prefLabel "bathymetry"@en ; +. - a skos:Concept ; - skos:broader , - ; +:benthic + a skos:Concept ; + skos:broader + :aquatic , + :organic ; skos:definition "The benthic zone is the ecological region at the lowest level of a body of water such as an ocean or a lake, including the sediment surface and some sub-surface layers."@en ; skos:inScheme cs: ; - skos:prefLabel "benthic"@en . + skos:prefLabel "benthic"@en ; +. - a skos:Concept ; - skos:broader ; +:chemical-dating + a skos:Concept ; + skos:broader :geochronology ; skos:definition "The use of non-radiogenic dating studies such as U-Pb ratios"@en ; skos:inScheme cs: ; - skos:narrower ; - skos:prefLabel "chemical dating"@en . + skos:narrower :empa ; + skos:prefLabel "chemical dating"@en ; +. - a skos:Concept ; +:hydrogeology + a skos:Concept ; skos:definition "The distribution and movement of groundwater and dissolved materials in the soil and rocks of the Earth's crust (commonly in aquifers)."@en ; skos:inScheme cs: ; - skos:narrower ; + skos:narrower :aquifers ; skos:prefLabel "hydrogeology"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - skos:broader ; +:organic + a skos:Concept ; + skos:broader :geochemistry ; skos:definition "Material derived from living organisms and is made up of carbon-based compounds."@en ; skos:inScheme cs: ; - skos:narrower ; - skos:prefLabel "organic"@en . + skos:narrower :benthic ; + skos:prefLabel "organic"@en ; +. - a skos:Concept ; - skos:broader ; +:sudden-onset-hazards + a skos:Concept ; + skos:broader :hazard-events ; skos:definition "Sudden events associated with earth processes that impact Australian communities such as earthquake, landslide, flood, tsunami, wildfire, tropical cyclone, storm surge, severe windstorm"@en ; skos:inScheme cs: ; - skos:narrower ; - skos:prefLabel "sudden onset hazards"@en . + skos:narrower :earthquakes ; + skos:prefLabel "sudden onset hazards"@en ; +. - a skos:Concept ; - skos:broader , - , - ; +:active + a skos:Concept ; + skos:broader + :hydroacoustic , + :infrasound , + :seismic ; skos:definition "Examples include vibrating truck and explosives."@en ; skos:inScheme cs: ; - skos:prefLabel "active"@en . + skos:prefLabel "active"@en ; +. - a skos:Concept ; +:administrative-boundaries + a skos:Concept ; skos:definition "Clearly defined administrative areas of a political, natural, or regulatory boundary nature, excluding scientific speculative boundaries such as geological boundaries, ecological / ecosystem boundaries etc. Examples include coastlines (because coastlines define certain administrative boundaries), state boundaries, electoral boundaries, mineral tenement boundaries, petroleum title boundaries and marine protected areas."@en ; skos:inScheme cs: ; - skos:narrower , - ; + skos:narrower + :political , + :regulatory ; skos:prefLabel "administrative boundaries"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - skos:broader ; +:controlled-source-electromagnetics + a skos:Concept ; + skos:broader :geophysics ; skos:definition "AEM, ground EM, Point located data, grids, derivative grids, algorithms, images, sections, volumes"@en ; skos:inScheme cs: ; - skos:narrower , - ; - skos:prefLabel "controlled source electromagnetics"@en . + skos:narrower + :aem , + :ground-em ; + skos:prefLabel "controlled source electromagnetics"@en ; +. - a skos:Concept ; - skos:broader ; +:field-mapping + a skos:Concept ; + skos:broader :survey ; skos:definition "This includes for example navigational data for seismic surveys, landsat path row diagrams and field mapping survey and site information including field geology observations and measurements."@en ; skos:inScheme cs: ; - skos:narrower , - ; - skos:prefLabel "field mapping"@en . + skos:narrower + :field-measurements , + :field-observations ; + skos:prefLabel "field mapping"@en ; +. - a skos:Concept ; +:geochronology + a skos:Concept ; skos:definition "Age approximations of earth materials such as rocks, sediments and minerals. Age data resulting from scientific techniques such as radio isotopes and chemical dating."@en ; skos:inScheme cs: ; - skos:narrower , - ; + skos:narrower + :chemical-dating , + :radio-isotopes ; skos:prefLabel "geochronology"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - skos:broader ; +:hydroacoustic + a skos:Concept ; + skos:broader :geophysics ; skos:definition "Hydroacoustic sensing involves \"passive acoustics\" (listening for sounds) or active acoustics making a sound and listening for the echo, hence the common name for the device, echo sounder or echosounder."@en ; skos:inScheme cs: ; - skos:narrower , - ; - skos:prefLabel "hydroacoustic"@en . + skos:narrower + :active , + :passive ; + skos:prefLabel "hydroacoustic"@en ; +. - a skos:Concept ; - skos:broader ; +:infrasound + a skos:Concept ; + skos:broader :geophysics ; skos:definition "Infrasound is sound that is lower in frequency than 20 cycles per second, the normal limit of human hearing. The study of such sound waves is sometimes referred to as infrasonics, covering sounds beneath 20 Hz down to 0.001 Hz. This frequency range is utilized for monitoring earthquakes, charting rock and petroleum formations below the earth"@en ; skos:inScheme cs: ; - skos:narrower , - ; - skos:prefLabel "infrasound"@en . + skos:narrower + :active , + :passive ; + skos:prefLabel "infrasound"@en ; +. - a skos:Concept ; +:natural-habitat + a skos:Concept ; skos:definition "The distribution of plants, animals; natural biotic distribution patterns and habitats for aerial, terrestrial, marine, and other life.BIOME: are distinct ecological communities of plants and animals living together in a particular climate. Scientists classify biomes in various ways, but the major biomes include aquatic, deserts, forests, grasslands, and tundra.?"@en ; skos:inScheme cs: ; - skos:narrower , - ; + skos:narrower + :aquatic , + :terrestrial ; skos:prefLabel "natural habitat"@en ; - skos:topConceptOf cs: . - - a skos:Concept ; - skos:broader , - , - ; + skos:topConceptOf cs: ; +. + +:passive + a skos:Concept ; + skos:broader + :hydroacoustic , + :infrasound , + :seismic ; skos:definition "Passive geophysical surveys are ones that incorporate measurements of naturally occurring fields or properties of the earth."@en ; skos:inScheme cs: ; - skos:prefLabel "passive"@en . + skos:prefLabel "passive"@en ; +. - a skos:Concept ; +:petrography + a skos:Concept ; skos:definition "Petrographic observations and measurements such as mineralogy, lithology, alteration, mineralisation, metamorphic grade, weathering and grainsize in specimens and thin sections (micro scale). "@en ; skos:inScheme cs: ; - skos:narrower , - ; + skos:narrower + :microstructure , + :petrology ; skos:prefLabel "petrography"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - skos:broader ; +:regulatory + a skos:Concept ; + skos:broader :administrative-boundaries ; skos:definition "Legal boundaries like mining tenements and cadastre"@en ; skos:inScheme cs: ; - skos:narrower , - ; - skos:prefLabel "regulatory"@en . + skos:narrower + :cadastre , + :exploration-title ; + skos:prefLabel "regulatory"@en ; +. - a skos:Concept ; +:resources + a skos:Concept ; skos:definition "Data on resource production and/or commodity potential or information. Examples include minerals and petroleum potential, oil and gas fields information, resource and production tonnage and grade information, deposit types and mineralisation styles"@en ; skos:inScheme cs: ; - skos:narrower , - ; + skos:narrower + :hydrocarbon , + :mineral ; skos:prefLabel "resources"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - skos:broader ; +:seismic + a skos:Concept ; + skos:broader :geophysics ; skos:definition "SEGY, seismic profiles, images, processed data, weak and strong motion from seismographs and accelerators"@en ; skos:inScheme cs: ; - skos:narrower , - ; - skos:prefLabel "seismic"@en . + skos:narrower + :active , + :passive ; + skos:prefLabel "seismic"@en ; +. - a skos:Concept ; - skos:broader ; +:topographic-relief + a skos:Concept ; + skos:broader :physiography ; skos:definition "The shapes, patterns and physical configuration of the surface of the land, including its relief (local differences in elevation) and the positions of natural and man-made features."@en ; skos:inScheme cs: ; - skos:narrower , - ; - skos:prefLabel "topographic relief"@en . + skos:narrower + :elevation , + :natural-boundaries ; + skos:prefLabel "topographic relief"@en ; +. - a skos:Concept ; - skos:broader ; +:aquifers + a skos:Concept ; + skos:broader :hydrogeology ; skos:definition "Data describing aquifer properties. Porous, water-bearing layers of sand, gravel, and rock below the earth's surface; reservoirs for groundwater."@en ; skos:inScheme cs: ; - skos:narrower , - , - ; - skos:prefLabel "aquifers"@en . + skos:narrower + :dissolved-solids , + :flow-systems , + :surfaces ; + skos:prefLabel "aquifers"@en ; +. - a skos:Concept ; +:hazard-events + a skos:Concept ; skos:definition "Natural and human environmental phenomena, whether slow or fast acting. Information on the natural environment and its interaction with geology, eg waste disposal and pollution such as geological disposal of CO2. "@en ; skos:inScheme cs: ; - skos:narrower , - , - ; + skos:narrower + :slow-onset-hazards , + :sudden-onset-hazards , + :terrorist-events ; skos:prefLabel "hazard events"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; +:physiography + a skos:Concept ; skos:definition "Data related to the physical expression of the earths surface either terrestrial or marine. Examples include marine bathymetric information, seafloor expressions (mounts, slopes, shelf, rise) freshwater/estuarine bed profiles and Digital Elevation Models "@en ; skos:inScheme cs: ; - skos:narrower , - , - ; + skos:narrower + :bathymetry , + :geomorphology , + :topographic-relief ; skos:prefLabel "physiography"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; +:geochemistry + a skos:Concept ; skos:definition "Data related to the chemical analyses and composition of earth materials. This includes information related to the chemical analysis of organic material, surficial, groundwater and pore water samples, benthic chemical analysis, and stable isotope studies"@en ; skos:inScheme cs: ; - skos:narrower , - , - , - ; + skos:narrower + :hydro , + :inorganic , + :organic , + :stable-isotopes ; skos:prefLabel "geochemistry"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; +:infrastructure + a skos:Concept ; skos:definition "Any structure fixed to a terrestrial or marine location to facilitate commercial or daily activities, or the supply of essential services. Examples include processing plants / factories, ports, oil rigs etc. This includes information regarding the facilitation of transporting people or commodities."@en ; skos:inScheme cs: ; - skos:narrower , - , - , - ; + skos:narrower + :manufacturing , + :society , + :transport , + :utilities ; skos:prefLabel "infrastructure"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; +:palaeontology + a skos:Concept ; skos:definition "The study of life in past geologic time, based on fossil plants and animals. Chronology of the Earth's history."@en ; skos:inScheme cs: ; - skos:narrower , - , - , - ; + skos:narrower + :biostratigraphy , + :palaeoclimatology , + :palaeoenvironments , + :taxonomy ; skos:prefLabel "palaeontology"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; +:rock-properties + a skos:Concept ; skos:definition "Physical measurements of rock properties such as density and susceptibility for use in predictive modelling studies such as seismic predictions, geophysical inversions, and groundwater distribution, or engineering work."@en ; skos:inScheme cs: ; - skos:narrower , - , - , - ; + skos:narrower + :density , + :magnetic-susceptibility , + :porosity-permeability , + :wave-velocities ; skos:prefLabel "rock properties"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; +:survey + a skos:Concept ; skos:definition "Information regarding the location, purpose and methodology related to particular surveys of any kind. This includes, for example navigational data for seismic surveys, landsat path row diagrams. This category can be summarised as metadata regarding any type of survey undertaken or managed within the Organisation."@en ; skos:inScheme cs: ; - skos:narrower , - , - , - ; + skos:narrower + :field-mapping , + :geodetic , + :geophysical , + :samples ; skos:prefLabel "survey"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; +:earth-observation-imagery + a skos:Concept ; skos:definition "Satellite and air platform imagery. This includes imagery designed to represent surficial condition of the earth such as Landsat, SPOT, MODIS, ASTER, HYMAP and Aerial Photography. Remotely sensed data acquired from earth observation satellites and Sensing Instruments for both scientific and operational applications, such as LANDSAT 5,LANDSAT 7,RADARSAT 1 (Synthetic Aperture Radar - SAR), ERS 2 (Synthetic Aperture Radar - SAR) TERRA Modis,AQUA Modis, NOAA 17, SPOT, ASTER, HYMAP and Aerial Photography"@en ; skos:inScheme cs: ; - skos:narrower , - , - , - , - ; + skos:narrower + :aerial-photo , + :lidar , + :optical , + :radar , + :thermal ; skos:prefLabel "earth observation imagery"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; +:boreholes + a skos:Concept ; skos:definition "A borehole is any narrow shaft drilled in the ground, either vertically or horizontally, it includes Petroleum Wells, Stratigraphic Holes, Mineral Holes, Geothermal Holes, Water Bores"@en ; skos:inScheme cs: ; - skos:narrower , - , - , - , - , - ; + skos:narrower + :coal-seam-methane-holes , + :geothermal-holes , + :mineral-holes , + :petroleum-wells , + :stratigraphic-holes , + :water-bores ; skos:prefLabel "boreholes"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - skos:broader ; +:radio-isotopes + a skos:Concept ; + skos:broader :geochronology ; skos:definition "Radioactive isotopes"@en ; skos:inScheme cs: ; - skos:narrower , - , - , - , - , - ; - skos:prefLabel "radio isotopes"@en . - - a skos:Concept ; + skos:narrower + :ar-ar , + :k-ar , + :rb-sr , + :shrimp , + :sm-nd , + :u-pb ; + skos:prefLabel "radio isotopes"@en ; +. + +:interpretive-geology + a skos:Concept ; skos:definition "Information related to the interpretation of baseline geoscientific information integrated with field and petrographic observations and measurements. Examples include the interpretation of geological provinces, outcrop and basement geology, 3D geology models, geophysical imagery stratigraphic cross-sections. "@en ; skos:inScheme cs: ; - skos:narrower , - , - , - , - , - , - , - ; + skos:narrower + :basement-geology , + :geophysical-interpretation , + :metamorphism-maps , + :outcrop-geology , + :palaeogeography , + :provinces , + :regolith , + :thematic-geology ; skos:prefLabel "interpretive geology"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; +:geophysics + a skos:Concept ; skos:definition "Data of the physical characteristics of the earth (crust, mantle, core) such as gravity, magnetics, radiometrics, and seismic. This also includes information relating to basement and crustal studies."@en ; skos:inScheme cs: ; - skos:narrower , - , - , - , - , - , - , - , - ; + skos:narrower + :controlled-source-electromagnetics , + :gravity , + :hydroacoustic , + :infrasound , + :magnetics , + :radiometrics , + :seismic , + :spectral , + :thermodynamics ; skos:prefLabel "geophysics"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. -cs: a skos:ConceptScheme ; - dcterms:created "2005-01-01"^^xsd:date ; - dcterms:creator ; - dcterms:modified "2023-03-22"^^xsd:date ; - skos:historyNote "CIMA information group"@en ; - dcterms:publisher ; +cs: + a skos:ConceptScheme ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; skos:definition "LEGACY GA Corporate Data Classification Scheme used 2005 - 2014"@en ; - skos:hasTopConcept , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - ; + skos:hasTopConcept + :administrative-boundaries , + :boreholes , + :earth-observation-imagery , + :external , + :geochemistry , + :geochronology , + :geophysics , + :hazard-events , + :hydrogeology , + :infrastructure , + :interpretive-geology , + :natural-habitat , + :palaeontology , + :petrography , + :physiography , + :resources , + :rock-properties , + :survey ; + skos:historyNote "CIMA information group"@en ; skos:prefLabel "Legacy GA Corporate Data Classification Scheme"@en ; - dcat:contactPoint "GAIA" . + dcat:contactPoint "GAIA" ; + schema:creator ; + schema:dateCreated "2005-01-01"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Confidence_Level_Boreholes.ttl b/vocabularies/Confidence_Level_Boreholes.ttl new file mode 100644 index 0000000..712129f --- /dev/null +++ b/vocabularies/Confidence_Level_Boreholes.ttl @@ -0,0 +1,114 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:definite + a skos:Concept ; + skos:altLabel "D"@en ; + skos:definition "Confidence level is highest."@en ; + skos:inScheme cs: ; + skos:prefLabel "definite"@en ; + skos:topConceptOf cs: ; +. + +:high + a skos:Concept ; + skos:altLabel "H"@en ; + skos:definition "Confidence level is high."@en ; + skos:inScheme cs: ; + skos:prefLabel "high"@en ; + skos:topConceptOf cs: ; +. + +:highModerate + a skos:Concept ; + skos:altLabel "HM"@en ; + skos:definition "Confidence level is from moderate to high."@en ; + skos:inScheme cs: ; + skos:prefLabel "high-moderate"@en ; + skos:topConceptOf cs: ; +. + +:low + a skos:Concept ; + skos:altLabel "L"@en ; + skos:definition "Confidence level is low."@en ; + skos:inScheme cs: ; + skos:prefLabel "low"@en ; + skos:topConceptOf cs: ; +. + +:lowModerate + a skos:Concept ; + skos:altLabel "ML"@en ; + skos:definition "Confidence level is from low to moderate."@en ; + skos:inScheme cs: ; + skos:prefLabel "low-moderate"@en ; + skos:topConceptOf cs: ; +. + +:moderate + a skos:Concept ; + skos:altLabel "M"@en ; + skos:definition "Confidence level is moderate."@en ; + skos:inScheme cs: ; + skos:prefLabel "moderate"@en ; + skos:topConceptOf cs: ; +. + +:none + a skos:Concept ; + skos:altLabel "N"@en ; + skos:definition "There is no confidence provided."@en ; + skos:inScheme cs: ; + skos:prefLabel "none"@en ; + skos:topConceptOf cs: ; +. + +:veryHigh + a skos:Concept ; + skos:altLabel "VH"@en ; + skos:definition "Confidence level is very high."@en ; + skos:inScheme cs: ; + skos:prefLabel "very high"@en ; + skos:topConceptOf cs: ; +. + +:veryLow + a skos:Concept ; + skos:altLabel "VL"@en ; + skos:definition "Confidence level is very low."@en ; + skos:inScheme cs: ; + skos:prefLabel "very low"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Confidence Level (VOCABULARY.CONFIDENCE" ; + skos:definition "A generic list of confidence levels."@en ; + skos:hasTopConcept + :definite , + :high , + :highModerate , + :low , + :lowModerate , + :moderate , + :none , + :veryHigh , + :veryLow ; + skos:prefLabel "General Geology - Confidence Level "@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-11"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/ContactCharacterBoreholes.ttl b/vocabularies/ContactCharacterBoreholes.ttl index a4effd1..7c66fba 100644 --- a/vocabularies/ContactCharacterBoreholes.ttl +++ b/vocabularies/ContactCharacterBoreholes.ttl @@ -1,51 +1,58 @@ -@prefix cs: . -@prefix dcat: . -@prefix dcterms: . -@prefix owl: . -@prefix skos: . -@prefix xsd: . +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX schema: +PREFIX skos: +PREFIX xsd: - a skos:Concept ; - dcterms:identifier "gradational"^^xsd:token ; - skos:broader ; +:gradational + a skos:Concept ; + skos:broader :diffuse ; skos:definition "The contact from one geological unit to another is diffuse, by a gradual and consistent change generally in one direction of grainsize or composition, such that a sharp boundary cannot be defined."@en ; skos:inScheme cs: ; - skos:prefLabel "gradational"@en . + skos:prefLabel "gradational"@en ; +. - a skos:Concept ; - dcterms:identifier "interfingering"^^xsd:token ; +:interfingering + a skos:Concept ; skos:definition "A geological unit contact that is formed over some distance by interfingering of parts of one unit with the adjacent unit."@en ; skos:inScheme cs: ; skos:prefLabel "interfingering"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "sharp"^^xsd:token ; +:sharp + a skos:Concept ; skos:definition "The contact between geological units is sharp or easily defined at a single interface."@en ; skos:inScheme cs: ; skos:prefLabel "sharp"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "diffuse"^^xsd:token ; +:diffuse + a skos:Concept ; skos:definition "The contact between two geological units cannot be defined at a sharp interface. The transition from one unit to another may be gradational (ie, exhibiting a consistent change in grainsize or composition), may involve irregular mixing of units, or may be obscured by alteration."@en ; skos:inScheme cs: ; - skos:narrower ; + skos:narrower :gradational ; skos:prefLabel "diffuse"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. -cs: a skos:ConceptScheme ; - dcterms:created "2022-08-11"^^xsd:date ; - dcterms:creator ; - dcterms:identifier "contact_character"^^xsd:token ; - dcterms:modified "2022-08-11"^^xsd:date ; - skos:historyNote "Geoscience Australia Contact Character (FGDM.LU_CONTACT_CHARACTER)"@en ; - dcterms:publisher ; +cs: + a skos:ConceptScheme ; owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; skos:definition "Terms to describe the character of a contact between two geological units."@en ; - skos:hasTopConcept , - , - ; + skos:hasTopConcept + :diffuse , + :interfingering , + :sharp ; + skos:historyNote "Geoscience Australia Contact Character (FGDM.LU_contact-character)"@en ; skos:prefLabel "Field Geology - Contact Character"@en ; - dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" . - + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-11"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/ContactTypeBoreholes.ttl b/vocabularies/ContactTypeBoreholes.ttl index e8b062c..800ff0d 100644 --- a/vocabularies/ContactTypeBoreholes.ttl +++ b/vocabularies/ContactTypeBoreholes.ttl @@ -1,188 +1,193 @@ -@prefix cs: . -@prefix dcat: . -@prefix dcterms: . -@prefix owl: . -@prefix skos: . -@prefix xsd: . - - - a skos:Concept ; - dcterms:identifier "alteration_facies_contact"^^xsd:token ; - skos:broader ; - skos:definition "A metasomatic facies contact separating rocks that have undergone alteration of a particular facies from those that have undergone metasomatism of another facies. Alteration is a kind of metasomatism that does not introduce economically important minerals."@en ; - skos:inScheme cs: ; - skos:prefLabel "alteration facies contact"@en ; -. - - - a skos:Concept ; - dcterms:identifier "angular_unconformable_contact"^^xsd:token ; - skos:broader ; - skos:definition "An unconformable contact between two geological units in which the older, underlying rocks dip at an angle different from the younger, overlying strata, usually in which younger sediments rest upon the eroded surface of tilted or folded older rocks."@en ; - skos:inScheme cs: ; - skos:prefLabel "angular unconformable contact"@en ; -. - - - a skos:Concept ; - dcterms:identifier "conformable_contact"^^xsd:token ; +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:conformable-contact + a skos:Concept ; skos:definition "A contact separating two geological units in which the layers are formed one above the other in order by regular, uninterrupted deposition under the same general conditions."@en ; skos:inScheme cs: ; skos:prefLabel "conformable contact"@en ; - skos:topConceptOf cs: . - - a skos:Concept ; - dcterms:identifier "disconformable_contact"^^xsd:token ; - skos:broader ; - skos:definition "An unconformable contact between two geological units in which the bedding of the older, underlying unit is parallel to the bedding of the younger, overlying unit, but in which the contact between the two units is marked by an irregular or uneven surface of appreciable relief."@en ; - skos:inScheme cs: ; - skos:prefLabel "disconformable contact"@en ; - . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "faulted_contact"^^xsd:token ; +:faulted-contact + a skos:Concept ; skos:definition "A contact separating two bodies of material across which one body has slid past the other."@en ; skos:inScheme cs: ; skos:prefLabel "faulted contact"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "ground_surface"^^xsd:token ; +:ground-surface + a skos:Concept ; skos:definition "The local top surface of the observed geological unit is formed by the ground surface."@en ; skos:inScheme cs: ; skos:prefLabel "ground surface"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "igneous_intrusive_contact"^^xsd:token ; +:igneous-intrusive-contact + a skos:Concept ; skos:definition "An intrusive contact between a younger igneous rock and an older, pre-existing geological unit into which it has been intruded."@en ; skos:inScheme cs: ; skos:prefLabel "igneous intrusive contact"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - a skos:Concept ; - dcterms:identifier "igneous_phase_contact"^^xsd:token ; +:igneous-phase-contact + a skos:Concept ; skos:definition "A lithogenetic contact separating lithologically distinct phases of a single intrusive body. Does not denote nature of contact (intrusive or gradation)."@en ; skos:inScheme cs: ; skos:prefLabel "igneous phase contact"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - - a skos:Concept ; - dcterms:identifier "metamorphic_facies_contact"^^xsd:token ; - skos:broader ; - skos:definition "A metamorphic contact separating rocks that have undergone metamorphism of a particular facies from those that have undergone metamorphism of another facies."@en ; +:sea-floor + a skos:Concept ; + skos:definition "The local top surface of the observed geological unit is formed by the sea floor."@en ; skos:inScheme cs: ; - skos:prefLabel "metamorphic facies contact"@en ; + skos:prefLabel "sea floor"@en ; + skos:topConceptOf cs: ; . - a skos:Concept ; - dcterms:identifier "metasomatic_facies_contact"^^xsd:token ; - skos:broader ; - skos:definition "A contact separating rocks that have undergone metasomatism of a particular facies from those that have undergone metasomatism of another facies. Metasomatism is distinguished from metamorphism by significant changes in bulk chemistry of the affected rock."@en ; +:sedimentry-intrusive-contact + a skos:Concept ; + skos:definition "An intrusive contact between a sedimentary rock unit and plastic sediment (e.g., clay, chalk, salt, gypsum, etc.), forced upward into it from underlying sediment"@en ; skos:inScheme cs: ; - skos:prefLabel "metasomatic facies contact"@en ; + skos:prefLabel "sedimentary intrusive contact"@en ; + skos:topConceptOf cs: ; . - a skos:Concept ; - dcterms:identifier "nonconformable_contact"^^xsd:token ; - skos:broader ; - skos:definition "An unconformable contact between an underlying, older nonstratified geological unit (usually intrusive igneous rocks or metamorphics) and an overlying, younger stratified geological unit."@en ; +:sheared-contact + a skos:Concept ; + skos:definition "A faulted contact where the style of deflormation is largely ductile shearing"@en ; skos:inScheme cs: ; - skos:prefLabel "nonconformable contact"@en ; + skos:prefLabel "sheared contact"@en ; + skos:topConceptOf cs: ; . - a skos:Concept ; - dcterms:identifier "paraconformable_contact"^^xsd:token ; - skos:broader ; - skos:definition "An unconformable contact between two geological units in which the bedding of the older, underlying unit is parallel to the bedding of the younger, overlying unit, in which the contact between the two units is planar, and may be coincident with a bedding plane."@en ; +:vein-contact + a skos:Concept ; + skos:definition "A contact between a metasomatic vein and a lithological unit"@en ; skos:inScheme cs: ; - skos:prefLabel "paraconformable contact"@en ; + skos:prefLabel "vein contact"@en ; + skos:topConceptOf cs: ; . - a skos:Concept ; - dcterms:identifier "sea_floor"^^xsd:token ; - skos:definition "The local top surface of the observed geological unit is formed by the sea floor."@en ; +:alteration-facies-contact + a skos:Concept ; + skos:broader :metamorphic-contact ; + skos:definition "A metasomatic facies contact separating rocks that have undergone alteration of a particular facies from those that have undergone metasomatism of another facies. Alteration is a kind of metasomatism that does not introduce economically important minerals."@en ; skos:inScheme cs: ; - skos:prefLabel "sea floor"@en ; - skos:topConceptOf cs: . + skos:prefLabel "alteration facies contact"@en ; +. - a skos:Concept ; - dcterms:identifier "sedimentry_intrusive_contact"^^xsd:token ; - skos:definition "An intrusive contact between a sedimentary rock unit and plastic sediment (e.g., clay, chalk, salt, gypsum, etc.), forced upward into it from underlying sediment"@en ; +:angular-unconformable-contact + a skos:Concept ; + skos:broader :unconformable-contact ; + skos:definition "An unconformable contact between two geological units in which the older, underlying rocks dip at an angle different from the younger, overlying strata, usually in which younger sediments rest upon the eroded surface of tilted or folded older rocks."@en ; skos:inScheme cs: ; - skos:prefLabel "sedimentary intrusive contact"@en ; - skos:topConceptOf cs: . + skos:prefLabel "angular unconformable contact"@en ; +. - a skos:Concept ; - dcterms:identifier "sheared_contact"^^xsd:token ; - skos:definition "A faulted contact where the style of deflormation is largely ductile shearing"@en ; +:disconformable-contact + a skos:Concept ; + skos:broader :unconformable-contact ; + skos:definition "An unconformable contact between two geological units in which the bedding of the older, underlying unit is parallel to the bedding of the younger, overlying unit, but in which the contact between the two units is marked by an irregular or uneven surface of appreciable relief."@en ; skos:inScheme cs: ; - skos:prefLabel "sheared contact"@en ; - skos:topConceptOf cs: . + skos:prefLabel "disconformable contact"@en ; +. - a skos:Concept ; - dcterms:identifier "vein_contact"^^xsd:token ; - skos:definition "A contact between a metasomatic vein and a lithological unit"@en ; +:metamorphic-facies-contact + a skos:Concept ; + skos:broader :metamorphic-contact ; + skos:definition "A metamorphic contact separating rocks that have undergone metamorphism of a particular facies from those that have undergone metamorphism of another facies."@en ; skos:inScheme cs: ; - skos:prefLabel "vein contact"@en ; - skos:topConceptOf cs: . + skos:prefLabel "metamorphic facies contact"@en ; +. - - a skos:Concept ; - dcterms:identifier "metamorphic_contact"^^xsd:token ; +:metasomatic-facies-contact + a skos:Concept ; + skos:broader :metamorphic-contact ; + skos:definition "A contact separating rocks that have undergone metasomatism of a particular facies from those that have undergone metasomatism of another facies. Metasomatism is distinguished from metamorphism by significant changes in bulk chemistry of the affected rock."@en ; + skos:inScheme cs: ; + skos:prefLabel "metasomatic facies contact"@en ; +. + +:nonconformable-contact + a skos:Concept ; + skos:broader :unconformable-contact ; + skos:definition "An unconformable contact between an underlying, older nonstratified geological unit (usually intrusive igneous rocks or metamorphics) and an overlying, younger stratified geological unit."@en ; + skos:inScheme cs: ; + skos:prefLabel "nonconformable contact"@en ; +. + +:paraconformable-contact + a skos:Concept ; + skos:broader :unconformable-contact ; + skos:definition "An unconformable contact between two geological units in which the bedding of the older, underlying unit is parallel to the bedding of the younger, overlying unit, in which the contact between the two units is planar, and may be coincident with a bedding plane."@en ; + skos:inScheme cs: ; + skos:prefLabel "paraconformable contact"@en ; +. + +:metamorphic-contact + a skos:Concept ; skos:definition "Lithogenetic contact separating rocks that have different lithologic properties related to metamorphism, metasomatism, alteration, or mineralization. Generally separates metamorphic rock bodies, but may separate metamorphosed (broadly speaking) and non-metamorphosed rock."@en ; skos:inScheme cs: ; - skos:narrower - , - , - ; - skos:prefLabel - "metamorphic contact"@en ; - skos:topConceptOf cs: . - - - a skos:Concept ; - dcterms:identifier "unconformable_contact"^^xsd:token ; + skos:narrower + :alteration-facies-contact , + :metamorphic-facies-contact , + :metasomatic-facies-contact ; + skos:prefLabel "metamorphic contact"@en ; + skos:topConceptOf cs: ; +. + +:unconformable-contact + a skos:Concept ; skos:definition "A contact separating two geological units in which the younger unit succeeds the older after a substantial hiatus in deposition."@en ; skos:inScheme cs: ; - skos:narrower - , - , - , - ; - skos:prefLabel - "unconformable contact"@en ; - skos:topConceptOf cs: . - -cs: a skos:ConceptScheme ; - dcterms:created "2022-08-11"^^xsd:date ; - dcterms:creator ; - dcterms:identifier "contact_type"^^xsd:token ; - dcterms:modified "2023-06-14"^^xsd:date ; - skos:historyNote "Geoscience Australia Contact Type (FGDM.LU_LOCAL_CONTACT_TYPE)"@en ; - dcterms:publisher ; + skos:narrower + :angular-unconformable-contact , + :disconformable-contact , + :nonconformable-contact , + :paraconformable-contact ; + skos:prefLabel "unconformable contact"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; skos:definition "Type of contact that forms the top or base of a geological unit exposed in a borehole, measured section, or field site."@en ; - skos:hasTopConcept - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - ; + skos:hasTopConcept + :alteration-facies-contact , + :angular-unconformable-contact , + :conformable-contact , + :disconformable-contact , + :faulted-contact , + :ground-surface , + :igneous-intrusive-contact , + :igneous-phase-contact , + :metamorphic-contact , + :metamorphic-facies-contact , + :metasomatic-facies-contact , + :nonconformable-contact , + :paraconformable-contact , + :sea-floor , + :sedimentry-intrusive-contact , + :sheared-contact , + :unconformable-contact , + :vein-contact ; + skos:historyNote "Geoscience Australia Contact Type (FGDM.LU_LOCAL_contact_type)"@en ; skos:prefLabel "Field Geology - Contact Type"@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-11"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; . diff --git a/vocabularies/CountryCodes.ttl b/vocabularies/CountryCodes.ttl new file mode 100644 index 0000000..ce44ae1 --- /dev/null +++ b/vocabularies/CountryCodes.ttl @@ -0,0 +1,5685 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:ABW + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "533" , + "ABW" , + "AW" ; + skos:prefLabel "Aruba"@eng ; + skos:topConceptOf cs: ; +. + +:AFG + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "4" , + "AF" , + "AFG" ; + skos:prefLabel "Afghanistan"@eng ; + skos:topConceptOf cs: ; +. + +:AGO + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "24" , + "AGO" , + "AO" ; + skos:prefLabel "Angola"@eng ; + skos:topConceptOf cs: ; +. + +:AIA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "660" , + "AI" , + "AIA" ; + skos:prefLabel "Anguilla"@eng ; + skos:topConceptOf cs: ; +. + +:ALA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "248" , + "ALA" , + "AX" ; + skos:prefLabel "Aland Islands"@eng ; + skos:topConceptOf cs: ; +. + +:ALB + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "8" , + "AL" , + "ALB" ; + skos:prefLabel "Albania"@eng ; + skos:topConceptOf cs: ; +. + +:AND + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "20" , + "AD" , + "AND" ; + skos:prefLabel "Andorra"@eng ; + skos:topConceptOf cs: ; +. + +:ARE + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "784" , + "AE" , + "ARE" ; + skos:prefLabel "United Arab Emirates (the)"@eng ; + skos:topConceptOf cs: ; +. + +:ARG + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "32" , + "AR" , + "ARG" ; + skos:prefLabel "Argentina"@eng ; + skos:topConceptOf cs: ; +. + +:ARM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "51" , + "AM" , + "ARM" ; + skos:prefLabel "Armenia"@eng ; + skos:topConceptOf cs: ; +. + +:ASM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "16" , + "AS" , + "ASM" ; + skos:prefLabel "American Samoa"@eng ; + skos:topConceptOf cs: ; +. + +:ATA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "10" , + "AQ" , + "ATA" ; + skos:prefLabel "Antarctica"@eng ; + skos:topConceptOf cs: ; +. + +:ATF + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "260" , + "ATF" , + "TF" ; + skos:prefLabel "French Southern Territories (the)"@eng ; + skos:topConceptOf cs: ; +. + +:ATG + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "28" , + "AG" , + "ATG" ; + skos:prefLabel "Antigua and Barbuda"@eng ; + skos:topConceptOf cs: ; +. + +:AU-ACT + a skos:Concept ; + skos:broader :AUS ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "AU-ACT" ; + skos:prefLabel "Australian Capital Territory"@eng ; +. + +:AU-NSW + a skos:Concept ; + skos:broader :AUS ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "AU-NSW" ; + skos:prefLabel "New South Wales"@eng ; +. + +:AU-NT + a skos:Concept ; + skos:broader :AUS ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "AU-NT" ; + skos:prefLabel "Northern Territory"@eng ; +. + +:AU-QLD + a skos:Concept ; + skos:broader :AUS ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "AU-QLD" ; + skos:prefLabel "Queensland"@eng ; +. + +:AU-SA + a skos:Concept ; + skos:broader :AUS ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "AU-SA" ; + skos:prefLabel "South Australia"@eng ; +. + +:AU-TAS + a skos:Concept ; + skos:broader :AUS ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "AU-TAS" ; + skos:prefLabel "Tasmania"@eng ; +. + +:AU-VIC + a skos:Concept ; + skos:broader :AUS ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "AU-VIC" ; + skos:prefLabel "Victoria"@eng ; +. + +:AU-WA + a skos:Concept ; + skos:broader :AUS ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "AU-WA" ; + skos:prefLabel "Western Australia"@eng ; +. + +:AUT + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "40" , + "AT" , + "AUT" ; + skos:prefLabel "Austria"@eng ; + skos:topConceptOf cs: ; +. + +:AZE + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "31" , + "AZ" , + "AZE" ; + skos:prefLabel "Azerbaijan"@eng ; + skos:topConceptOf cs: ; +. + +:BDI + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "108" , + "BDI" , + "BI" ; + skos:prefLabel "Burundi"@eng ; + skos:topConceptOf cs: ; +. + +:BEL + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "56" , + "BE" , + "BEL" ; + skos:prefLabel "Belgium"@eng ; + skos:topConceptOf cs: ; +. + +:BEN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "204" , + "BEN" , + "BJ" ; + skos:prefLabel "Benin"@eng ; + skos:topConceptOf cs: ; +. + +:BES + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "535" , + "BES" , + "BQ" ; + skos:prefLabel "Bonaire, Sint Eustatius and Saba"@eng ; + skos:topConceptOf cs: ; +. + +:BFA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "854" , + "BF" , + "BFA" ; + skos:prefLabel "Burkina Faso"@eng ; + skos:topConceptOf cs: ; +. + +:BGD + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "50" , + "BD" , + "BGD" ; + skos:prefLabel "Bangladesh"@eng ; + skos:topConceptOf cs: ; +. + +:BGR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "100" , + "BG" , + "BGR" ; + skos:prefLabel "Bulgaria"@eng ; + skos:topConceptOf cs: ; +. + +:BHR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "48" , + "BH" , + "BHR" ; + skos:prefLabel "Bahrain"@eng ; + skos:topConceptOf cs: ; +. + +:BHS + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "44" , + "BHS" , + "BS" ; + skos:prefLabel "Bahamas (the)"@eng ; + skos:topConceptOf cs: ; +. + +:BIH + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "70" , + "BA" , + "BIH" ; + skos:prefLabel "Bosnia and Herzegovina"@eng ; + skos:topConceptOf cs: ; +. + +:BLM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "652" , + "BL" , + "BLM" ; + skos:prefLabel "Saint Barthelemy"@eng ; + skos:topConceptOf cs: ; +. + +:BLR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "112" , + "BLR" , + "BY" ; + skos:prefLabel "Belarus"@eng ; + skos:topConceptOf cs: ; +. + +:BLZ + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "84" , + "BLZ" , + "BZ" ; + skos:prefLabel "Belize"@eng ; + skos:topConceptOf cs: ; +. + +:BMU + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "60" , + "BM" , + "BMU" ; + skos:prefLabel "Bermuda"@eng ; + skos:topConceptOf cs: ; +. + +:BOL + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "68" , + "BO" , + "BOL" ; + skos:prefLabel "Bolivia (Plurinational State of)"@eng ; + skos:topConceptOf cs: ; +. + +:BRA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "76" , + "BR" , + "BRA" ; + skos:prefLabel "Brazil"@eng ; + skos:topConceptOf cs: ; +. + +:BRB + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "52" , + "BB" , + "BRB" ; + skos:prefLabel "Barbados"@eng ; + skos:topConceptOf cs: ; +. + +:BRN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "96" , + "BN" , + "BRN" ; + skos:prefLabel "Brunei Darussalam"@eng ; + skos:topConceptOf cs: ; +. + +:BTN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "64" , + "BT" , + "BTN" ; + skos:prefLabel "Bhutan"@eng ; + skos:topConceptOf cs: ; +. + +:BVT + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "74" , + "BV" , + "BVT" ; + skos:prefLabel "Bouvet Island"@eng ; + skos:topConceptOf cs: ; +. + +:BWA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "72" , + "BW" , + "BWA" ; + skos:prefLabel "Botswana"@eng ; + skos:topConceptOf cs: ; +. + +:CA-AB + a skos:Concept ; + skos:altLabel "Alberta"@fra ; + skos:broader :CAN ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CA-AB" ; + skos:prefLabel "Alberta"@eng ; +. + +:CA-BC + a skos:Concept ; + skos:altLabel "Colombie-Britannique"@fra ; + skos:broader :CAN ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CA-BC" ; + skos:prefLabel "British Columbia"@eng ; +. + +:CA-MB + a skos:Concept ; + skos:altLabel "Manitoba"@fra ; + skos:broader :CAN ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CA-MB" ; + skos:prefLabel "Manitoba"@eng ; +. + +:CA-NB + a skos:Concept ; + skos:altLabel "Nouveau-Brunswick"@fra ; + skos:broader :CAN ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CA-NB" ; + skos:prefLabel "New Brunswick"@eng ; +. + +:CA-NL + a skos:Concept ; + skos:altLabel "Terre-Neuve-et-Labrador"@fra ; + skos:broader :CAN ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CA-NL" ; + skos:prefLabel "Newfoundland and Labrador"@eng ; +. + +:CA-NS + a skos:Concept ; + skos:altLabel "Nouvelle-Ecosse"@fra ; + skos:broader :CAN ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CA-NS" ; + skos:prefLabel "Nova Scotia"@eng ; +. + +:CA-NT + a skos:Concept ; + skos:altLabel "Territoires du Nord-Ouest"@fra ; + skos:broader :CAN ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CA-NT" ; + skos:prefLabel "Northwest Territories"@eng ; +. + +:CA-NU + a skos:Concept ; + skos:altLabel "Nunavut"@fra ; + skos:broader :CAN ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CA-NU" ; + skos:prefLabel "Nunavut"@eng ; +. + +:CA-ON + a skos:Concept ; + skos:altLabel "Ontario"@fra ; + skos:broader :CAN ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CA-ON" ; + skos:prefLabel "Ontario"@eng ; +. + +:CA-PE + a skos:Concept ; + skos:altLabel "Île-du-Prince-Édouard"@fra ; + skos:broader :CAN ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CA-PE" ; + skos:prefLabel "Prince Edward Island"@eng ; +. + +:CA-QC + a skos:Concept ; + skos:altLabel "Quebec"@fra ; + skos:broader :CAN ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CA-QC" ; + skos:prefLabel "Quebec"@eng ; +. + +:CA-SK + a skos:Concept ; + skos:altLabel "Saskatchewan"@fra ; + skos:broader :CAN ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CA-SK" ; + skos:prefLabel "Saskatchewan"@eng ; +. + +:CA-YT + a skos:Concept ; + skos:altLabel "Yukon"@fra ; + skos:broader :CAN ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CA-YT" ; + skos:prefLabel "Yukon"@eng ; +. + +:CAF + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "140" , + "CAF" , + "CF" ; + skos:prefLabel "Central African Republic (the)"@eng ; + skos:topConceptOf cs: ; +. + +:CCK + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "166" , + "CC" , + "CCK" ; + skos:prefLabel "Cocos (Keeling) Islands (the)"@eng ; + skos:topConceptOf cs: ; +. + +:CHE + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "756" , + "CH" , + "CHE" ; + skos:prefLabel "Switzerland"@eng ; + skos:topConceptOf cs: ; +. + +:CHN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "156" , + "CHN" , + "CN" ; + skos:prefLabel "China"@eng ; + skos:topConceptOf cs: ; +. + +:CIV + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "384" , + "CI" , + "CIV" ; + skos:prefLabel "Cote d'Ivoire"@eng ; + skos:topConceptOf cs: ; +. + +:CL-AI + a skos:Concept ; + skos:altLabel "Aisen del General Carlos Ibanez del Campo"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-AI" ; + skos:prefLabel "Aisen del General Carlos Ibanez del Campo"@eng ; +. + +:CL-AN + a skos:Concept ; + skos:altLabel "Antofagasta"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-AN" ; + skos:prefLabel "Antofagasta"@eng ; +. + +:CL-AP + a skos:Concept ; + skos:altLabel "Arica y Parinacota"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-AP" ; + skos:prefLabel "Arica y Parinacota"@eng ; +. + +:CL-AR + a skos:Concept ; + skos:altLabel "La Araucania"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-AR" ; + skos:prefLabel "La Araucania"@eng ; +. + +:CL-AT + a skos:Concept ; + skos:altLabel "Atacama"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-AT" ; + skos:prefLabel "Atacama"@eng ; +. + +:CL-BI + a skos:Concept ; + skos:altLabel "Biobío"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-BI" ; + skos:prefLabel "Biobío"@eng ; +. + +:CL-CO + a skos:Concept ; + skos:altLabel "Coquimbo"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-CO" ; + skos:prefLabel "Coquimbo"@eng ; +. + +:CL-LI + a skos:Concept ; + skos:altLabel "Libertador General Bernardo O'Higgins"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-LI" ; + skos:prefLabel "Libertador General Bernardo O'Higgins"@eng ; +. + +:CL-LL + a skos:Concept ; + skos:altLabel "Los Lagos"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-LL" ; + skos:prefLabel "Los Lagos"@eng ; +. + +:CL-LR + a skos:Concept ; + skos:altLabel "Los Rios"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-LR" ; + skos:prefLabel "Los Rios"@eng ; +. + +:CL-MA + a skos:Concept ; + skos:altLabel "Magallanes"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-MA" ; + skos:prefLabel "Magallanes"@eng ; +. + +:CL-ML + a skos:Concept ; + skos:altLabel "Maule"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-ML" ; + skos:prefLabel "Maule"@eng ; +. + +:CL-NB + a skos:Concept ; + skos:altLabel "Nuble"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-NB" ; + skos:prefLabel "Nuble"@eng ; +. + +:CL-RM + a skos:Concept ; + skos:altLabel "Region Metropolitana de Santiago"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-RM" ; + skos:prefLabel "Region Metropolitana de Santiago"@eng ; +. + +:CL-TA + a skos:Concept ; + skos:altLabel "Tarapaca"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-TA" ; + skos:prefLabel "Tarapaca"@eng ; +. + +:CL-VS + a skos:Concept ; + rdfs:isDefinedBy ; + skos:altLabel "Valparaiso"@spa ; + skos:broader :CHL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "CL-VS" ; + skos:prefLabel "Valparaiso"@eng ; +. + +:CMR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "120" , + "CM" , + "CMR" ; + skos:prefLabel "Cameroon"@eng ; + skos:topConceptOf cs: ; +. + +:COD + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "180" , + "CD" , + "COD" ; + skos:prefLabel "Congo (the Democratic Republic of the)"@eng ; + skos:topConceptOf cs: ; +. + +:COG + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "178" , + "CG" , + "COG" ; + skos:prefLabel "Congo (the Republic of the)"@eng ; + skos:topConceptOf cs: ; +. + +:COK + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "184" , + "CK" , + "COK" ; + skos:prefLabel "Cook Islands (the)"@eng ; + skos:topConceptOf cs: ; +. + +:COL + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "170" , + "CO" , + "COL" ; + skos:prefLabel "Colombia"@eng ; + skos:topConceptOf cs: ; +. + +:COM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "174" , + "COM" , + "KM" ; + skos:prefLabel "Comoros (the)"@eng ; + skos:topConceptOf cs: ; +. + +:CPV + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "132" , + "CPV" , + "CV" ; + skos:prefLabel "Cabo Verde"@eng ; + skos:topConceptOf cs: ; +. + +:CRI + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "188" , + "CR" , + "CRI" ; + skos:prefLabel "Costa Rica"@eng ; + skos:topConceptOf cs: ; +. + +:CUB + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "192" , + "CU" , + "CUB" ; + skos:prefLabel "Cuba"@eng ; + skos:topConceptOf cs: ; +. + +:CUW + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "531" , + "CUW" , + "CW" ; + skos:prefLabel "Curacao"@eng ; + skos:topConceptOf cs: ; +. + +:CXR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "162" , + "CX" , + "CXR" ; + skos:prefLabel "Christmas Island"@eng ; + skos:topConceptOf cs: ; +. + +:CYM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "136" , + "CYM" , + "KY" ; + skos:prefLabel "Cayman Islands (the)"@eng ; + skos:topConceptOf cs: ; +. + +:CYP + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "196" , + "CY" , + "CYP" ; + skos:prefLabel "Cyprus"@eng ; + skos:topConceptOf cs: ; +. + +:CZE + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "203" , + "CZ" , + "CZE" ; + skos:prefLabel "Czechia"@eng ; + skos:topConceptOf cs: ; +. + +:DEU + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "276" , + "DE" , + "DEU" ; + skos:prefLabel "Germany"@eng ; + skos:topConceptOf cs: ; +. + +:DJI + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "262" , + "DJ" , + "DJI" ; + skos:prefLabel "Djibouti"@eng ; + skos:topConceptOf cs: ; +. + +:DMA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "212" , + "DM" , + "DMA" ; + skos:prefLabel "Dominica"@eng ; + skos:topConceptOf cs: ; +. + +:DNK + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "208" , + "DK" , + "DNK" ; + skos:prefLabel "Denmark"@eng ; + skos:topConceptOf cs: ; +. + +:DOM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "214" , + "DO" , + "DOM" ; + skos:prefLabel "Dominican Republic (the)"@eng ; + skos:topConceptOf cs: ; +. + +:DZA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "12" , + "DZ" , + "DZA" ; + skos:prefLabel "Algeria"@eng ; + skos:topConceptOf cs: ; +. + +:ECU + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "218" , + "EC" , + "ECU" ; + skos:prefLabel "Ecuador"@eng ; + skos:topConceptOf cs: ; +. + +:EGY + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "818" , + "EG" , + "EGY" ; + skos:prefLabel "Egypt"@eng ; + skos:topConceptOf cs: ; +. + +:ERI + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "232" , + "ER" , + "ERI" ; + skos:prefLabel "Eritrea"@eng ; + skos:topConceptOf cs: ; +. + +:ESH + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "732" , + "EH" , + "ESH" ; + skos:prefLabel "Western Sahara"@eng ; + skos:topConceptOf cs: ; +. + +:ESP + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "724" , + "ES" , + "ESP" ; + skos:prefLabel "Spain"@eng ; + skos:topConceptOf cs: ; +. + +:EST + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "233" , + "EE" , + "EST" ; + skos:prefLabel "Estonia"@eng ; + skos:topConceptOf cs: ; +. + +:ETH + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "231" , + "ET" , + "ETH" ; + skos:prefLabel "Ethiopia"@eng ; + skos:topConceptOf cs: ; +. + +:FIN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "246" , + "FI" , + "FIN" ; + skos:prefLabel "Finland"@eng ; + skos:topConceptOf cs: ; +. + +:FJI + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "242" , + "FJ" , + "FJI" ; + skos:prefLabel "Fiji"@eng ; + skos:topConceptOf cs: ; +. + +:FLK + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "238" , + "FK" , + "FLK" ; + skos:prefLabel "Falkland Islands (the) [Malvinas]"@eng ; + skos:topConceptOf cs: ; +. + +:FRA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "250" , + "FR" , + "FRA" ; + skos:prefLabel "France"@eng ; + skos:topConceptOf cs: ; +. + +:FRO + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "234" , + "FO" , + "FRO" ; + skos:prefLabel "Faroe Islands (the)"@eng ; + skos:topConceptOf cs: ; +. + +:FSM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "583" , + "FM" , + "FSM" ; + skos:prefLabel "Micronesia (Federated States of)"@eng ; + skos:topConceptOf cs: ; +. + +:GAB + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "266" , + "GA" , + "GAB" ; + skos:prefLabel "Gabon"@eng ; + skos:topConceptOf cs: ; +. + +:GBR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "826" , + "GB" , + "GBR" ; + skos:prefLabel "United Kingdom of Great Britain and Northern Ireland (the)"@eng ; + skos:topConceptOf cs: ; +. + +:GEO + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "268" , + "GE" , + "GEO" ; + skos:prefLabel "Georgia"@eng ; + skos:topConceptOf cs: ; +. + +:GGY + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "831" , + "GG" , + "GGY" ; + skos:prefLabel "Guernsey"@eng ; + skos:topConceptOf cs: ; +. + +:GHA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "288" , + "GH" , + "GHA" ; + skos:prefLabel "Ghana"@eng ; + skos:topConceptOf cs: ; +. + +:GIB + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "292" , + "GI" , + "GIB" ; + skos:prefLabel "Gibraltar"@eng ; + skos:topConceptOf cs: ; +. + +:GIN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "324" , + "GIN" , + "GN" ; + skos:prefLabel "Guinea"@eng ; + skos:topConceptOf cs: ; +. + +:GLP + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "312" , + "GLP" , + "GP" ; + skos:prefLabel "Guadeloupe"@eng ; + skos:topConceptOf cs: ; +. + +:GMB + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "270" , + "GM" , + "GMB" ; + skos:prefLabel "Gambia (the)"@eng ; + skos:topConceptOf cs: ; +. + +:GNB + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "624" , + "GNB" , + "GW" ; + skos:prefLabel "Guinea-Bissau"@eng ; + skos:topConceptOf cs: ; +. + +:GNQ + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "226" , + "GNQ" , + "GQ" ; + skos:prefLabel "Equatorial Guinea"@eng ; + skos:topConceptOf cs: ; +. + +:GRC + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "300" , + "GR" , + "GRC" ; + skos:prefLabel "Greece"@eng ; + skos:topConceptOf cs: ; +. + +:GRD + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "308" , + "GD" , + "GRD" ; + skos:prefLabel "Grenada"@eng ; + skos:topConceptOf cs: ; +. + +:GRL + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "304" , + "GL" , + "GRL" ; + skos:prefLabel "Greenland"@eng ; + skos:topConceptOf cs: ; +. + +:GTM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "320" , + "GT" , + "GTM" ; + skos:prefLabel "Guatemala"@eng ; + skos:topConceptOf cs: ; +. + +:GUF + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "254" , + "GF" , + "GUF" ; + skos:prefLabel "French Guiana"@eng ; + skos:topConceptOf cs: ; +. + +:GUM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "316" , + "GU" , + "GUM" ; + skos:prefLabel "Guam"@eng ; + skos:topConceptOf cs: ; +. + +:GUY + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "328" , + "GUY" , + "GY" ; + skos:prefLabel "Guyana"@eng ; + skos:topConceptOf cs: ; +. + +:HKG + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "344" , + "HK" , + "HKG" ; + skos:prefLabel "Hong Kong"@eng ; + skos:topConceptOf cs: ; +. + +:HMD + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "334" , + "HM" , + "HMD" ; + skos:prefLabel "Heard Island and McDonald Islands"@eng ; + skos:topConceptOf cs: ; +. + +:HND + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "340" , + "HN" , + "HND" ; + skos:prefLabel "Honduras"@eng ; + skos:topConceptOf cs: ; +. + +:HRV + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "191" , + "HR" , + "HRV" ; + skos:prefLabel "Croatia"@eng ; + skos:topConceptOf cs: ; +. + +:HTI + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "332" , + "HT" , + "HTI" ; + skos:prefLabel "Haiti"@eng ; + skos:topConceptOf cs: ; +. + +:HUN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "348" , + "HU" , + "HUN" ; + skos:prefLabel "Hungary"@eng ; + skos:topConceptOf cs: ; +. + +:IDN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "360" , + "ID" , + "IDN" ; + skos:prefLabel "Indonesia"@eng ; + skos:topConceptOf cs: ; +. + +:IMN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "833" , + "IM" , + "IMN" ; + skos:prefLabel "Isle of Man"@eng ; + skos:topConceptOf cs: ; +. + +:IND + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "356" , + "IN" , + "IND" ; + skos:prefLabel "India"@eng ; + skos:topConceptOf cs: ; +. + +:IOT + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "86" , + "IO" , + "IOT" ; + skos:prefLabel "British Indian Ocean Territory (the)"@eng ; + skos:topConceptOf cs: ; +. + +:IRL + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "372" , + "IE" , + "IRL" ; + skos:prefLabel "Ireland"@eng ; + skos:topConceptOf cs: ; +. + +:IRN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "364" , + "IR" , + "IRN" ; + skos:prefLabel "Iran (Islamic Republic of)"@eng ; + skos:topConceptOf cs: ; +. + +:IRQ + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "368" , + "IQ" , + "IRQ" ; + skos:prefLabel "Iraq"@eng ; + skos:topConceptOf cs: ; +. + +:ISL + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "352" , + "IS" , + "ISL" ; + skos:prefLabel "Iceland"@eng ; + skos:topConceptOf cs: ; +. + +:ISR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "376" , + "IL" , + "ISR" ; + skos:prefLabel "Israel"@eng ; + skos:topConceptOf cs: ; +. + +:ITA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "380" , + "IT" , + "ITA" ; + skos:prefLabel "Italy"@eng ; + skos:topConceptOf cs: ; +. + +:JAM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "388" , + "JAM" , + "JM" ; + skos:prefLabel "Jamaica"@eng ; + skos:topConceptOf cs: ; +. + +:JEY + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "832" , + "JE" , + "JEY" ; + skos:prefLabel "Jersey"@eng ; + skos:topConceptOf cs: ; +. + +:JOR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "400" , + "JO" , + "JOR" ; + skos:prefLabel "Jordan"@eng ; + skos:topConceptOf cs: ; +. + +:JPN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "392" , + "JP" , + "JPN" ; + skos:prefLabel "Japan"@eng ; + skos:topConceptOf cs: ; +. + +:KAZ + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "398" , + "KAZ" , + "KZ" ; + skos:prefLabel "Kazakhstan"@eng ; + skos:topConceptOf cs: ; +. + +:KEN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "404" , + "KE" , + "KEN" ; + skos:prefLabel "Kenya"@eng ; + skos:topConceptOf cs: ; +. + +:KGZ + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "417" , + "KG" , + "KGZ" ; + skos:prefLabel "Kyrgyzstan"@eng ; + skos:topConceptOf cs: ; +. + +:KHM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "116" , + "KH" , + "KHM" ; + skos:prefLabel "Cambodia"@eng ; + skos:topConceptOf cs: ; +. + +:KIR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "296" , + "KI" , + "KIR" ; + skos:prefLabel "Kiribati"@eng ; + skos:topConceptOf cs: ; +. + +:KNA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "659" , + "KN" , + "KNA" ; + skos:prefLabel "Saint Kitts and Nevis"@eng ; + skos:topConceptOf cs: ; +. + +:KOR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "410" , + "KOR" , + "KR" ; + skos:prefLabel "Korea (the Republic of)"@eng ; + skos:topConceptOf cs: ; +. + +:KWT + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "414" , + "KW" , + "KWT" ; + skos:prefLabel "Kuwait"@eng ; + skos:topConceptOf cs: ; +. + +:LAO + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "418" , + "LA" , + "LAO" ; + skos:prefLabel "Lao People's Democratic Republic (the)"@eng ; + skos:topConceptOf cs: ; +. + +:LBN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "422" , + "LB" , + "LBN" ; + skos:prefLabel "Lebanon"@eng ; + skos:topConceptOf cs: ; +. + +:LBR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "430" , + "LBR" , + "LR" ; + skos:prefLabel "Liberia"@eng ; + skos:topConceptOf cs: ; +. + +:LBY + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "434" , + "LBY" , + "LY" ; + skos:prefLabel "Libya"@eng ; + skos:topConceptOf cs: ; +. + +:LCA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "662" , + "LC" , + "LCA" ; + skos:prefLabel "Saint Lucia"@eng ; + skos:topConceptOf cs: ; +. + +:LIE + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "438" , + "LI" , + "LIE" ; + skos:prefLabel "Liechtenstein"@eng ; + skos:topConceptOf cs: ; +. + +:LKA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "144" , + "LK" , + "LKA" ; + skos:prefLabel "Sri Lanka"@eng ; + skos:topConceptOf cs: ; +. + +:LSO + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "426" , + "LS" , + "LSO" ; + skos:prefLabel "Lesotho"@eng ; + skos:topConceptOf cs: ; +. + +:LTU + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "440" , + "LT" , + "LTU" ; + skos:prefLabel "Lithuania"@eng ; + skos:topConceptOf cs: ; +. + +:LUX + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "442" , + "LU" , + "LUX" ; + skos:prefLabel "Luxembourg"@eng ; + skos:topConceptOf cs: ; +. + +:LVA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "428" , + "LV" , + "LVA" ; + skos:prefLabel "Latvia"@eng ; + skos:topConceptOf cs: ; +. + +:MAC + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "446" , + "MAC" , + "MO" ; + skos:prefLabel "Macao"@eng ; + skos:topConceptOf cs: ; +. + +:MAF + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "663" , + "MAF" , + "MF" ; + skos:prefLabel "Saint Martin (French part)"@eng ; + skos:topConceptOf cs: ; +. + +:MAR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "504" , + "MA" , + "MAR" ; + skos:prefLabel "Morocco"@eng ; + skos:topConceptOf cs: ; +. + +:MCO + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "492" , + "MC" , + "MCO" ; + skos:prefLabel "Monaco"@eng ; + skos:topConceptOf cs: ; +. + +:MDA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "498" , + "MD" , + "MDA" ; + skos:prefLabel "Moldova (the Republic of)"@eng ; + skos:topConceptOf cs: ; +. + +:MDG + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "450" , + "MDG" , + "MG" ; + skos:prefLabel "Madagascar"@eng ; + skos:topConceptOf cs: ; +. + +:MDV + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "462" , + "MDV" , + "MV" ; + skos:prefLabel "Maldives"@eng ; + skos:topConceptOf cs: ; +. + +:ME-01 + a skos:Concept ; + skos:altLabel "Andrijevica"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-01" ; + skos:prefLabel "Andrijevica"@eng ; +. + +:ME-02 + a skos:Concept ; + skos:altLabel "Bar"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-02" ; + skos:prefLabel "Bar"@eng ; +. + +:ME-03 + a skos:Concept ; + skos:altLabel "Berane"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-03" ; + skos:prefLabel "Berane"@eng ; +. + +:ME-04 + a skos:Concept ; + skos:altLabel "Bijelo Polje"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-04" ; + skos:prefLabel "Bijelo Polje"@eng ; +. + +:ME-05 + a skos:Concept ; + skos:altLabel "Budva"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-05" ; + skos:prefLabel "Budva"@eng ; +. + +:ME-06 + a skos:Concept ; + skos:altLabel "Cetinje"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-06" ; + skos:prefLabel "Cetinje"@eng ; +. + +:ME-07 + a skos:Concept ; + skos:altLabel "Danilovgrad"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-07" ; + skos:prefLabel "Danilovgrad"@eng ; +. + +:ME-08 + a skos:Concept ; + skos:altLabel "Herceg-Novi"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-08" ; + skos:prefLabel "Herceg-Novi"@eng ; +. + +:ME-09 + a skos:Concept ; + skos:altLabel "Kolasin"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-09" ; + skos:prefLabel "Kolasin"@eng ; +. + +:ME-10 + a skos:Concept ; + skos:altLabel "Kotor"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-10" ; + skos:prefLabel "Kotor"@eng ; +. + +:ME-11 + a skos:Concept ; + skos:altLabel "Mojkovac"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-11" ; + skos:prefLabel "Mojkovac"@eng ; +. + +:ME-12 + a skos:Concept ; + skos:altLabel "Niksic"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-12" ; + skos:prefLabel "Niksic"@eng ; +. + +:ME-13 + a skos:Concept ; + skos:altLabel "Plav"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-13" ; + skos:prefLabel "Plav"@eng ; +. + +:ME-14 + a skos:Concept ; + skos:altLabel "Pljevlja"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-14" ; + skos:prefLabel "Pljevlja"@eng ; +. + +:ME-15 + a skos:Concept ; + skos:altLabel "Pluzine"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-15" ; + skos:prefLabel "Pluzine"@eng ; +. + +:ME-16 + a skos:Concept ; + skos:altLabel "Podgorica"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-16" ; + skos:prefLabel "Podgorica"@eng ; +. + +:ME-17 + a skos:Concept ; + skos:altLabel "Rozaje"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-17" ; + skos:prefLabel "Rozaje"@eng ; +. + +:ME-18 + a skos:Concept ; + skos:altLabel "Savnik"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-18" ; + skos:prefLabel "Savnik"@eng ; +. + +:ME-19 + a skos:Concept ; + skos:altLabel "Tivat"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-19" ; + skos:prefLabel "Tivat"@eng ; +. + +:ME-20 + a skos:Concept ; + skos:altLabel "Ulcinj"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-20" ; + skos:prefLabel "Ulcinj"@eng ; +. + +:ME-21 + a skos:Concept ; + skos:altLabel "Zabljak"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-21" ; + skos:prefLabel "Zabljak"@eng ; +. + +:ME-22 + a skos:Concept ; + skos:altLabel "Gusinje"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-22" ; + skos:prefLabel "Gusinje"@eng ; +. + +:ME-23 + a skos:Concept ; + skos:altLabel "Petnjica"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-23" ; + skos:prefLabel "Petnjica"@eng ; +. + +:ME-24 + a skos:Concept ; + skos:altLabel "Tuzi"@cnr ; + skos:broader :MNE ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "ME-24" ; + skos:prefLabel "Tuzi"@eng ; +. + +:MHL + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "584" , + "MH" , + "MHL" ; + skos:prefLabel "Marshall Islands (the)"@eng ; + skos:topConceptOf cs: ; +. + +:MKD + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "807" , + "MK" , + "MKD" ; + skos:prefLabel "North Macedonia"@eng ; + skos:topConceptOf cs: ; +. + +:MLI + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "466" , + "ML" , + "MLI" ; + skos:prefLabel "Mali"@eng ; + skos:topConceptOf cs: ; +. + +:MLT + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "470" , + "MLT" , + "MT" ; + skos:prefLabel "Malta"@eng ; + skos:topConceptOf cs: ; +. + +:MMR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "104" , + "MM" , + "MMR" ; + skos:prefLabel "Myanmar"@eng ; + skos:topConceptOf cs: ; +. + +:MNG + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "496" , + "MN" , + "MNG" ; + skos:prefLabel "Mongolia"@eng ; + skos:topConceptOf cs: ; +. + +:MNP + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "580" , + "MNP" , + "MP" ; + skos:prefLabel "Northern Mariana Islands (the)"@eng ; + skos:topConceptOf cs: ; +. + +:MOZ + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "508" , + "MOZ" , + "MZ" ; + skos:prefLabel "Mozambique"@eng ; + skos:topConceptOf cs: ; +. + +:MRT + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "478" , + "MR" , + "MRT" ; + skos:prefLabel "Mauritania"@eng ; + skos:topConceptOf cs: ; +. + +:MSR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "500" , + "MS" , + "MSR" ; + skos:prefLabel "Montserrat"@eng ; + skos:topConceptOf cs: ; +. + +:MTQ + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "474" , + "MQ" , + "MTQ" ; + skos:prefLabel "Martinique"@eng ; + skos:topConceptOf cs: ; +. + +:MUS + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "480" , + "MU" , + "MUS" ; + skos:prefLabel "Mauritius"@eng ; + skos:topConceptOf cs: ; +. + +:MWI + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "454" , + "MW" , + "MWI" ; + skos:prefLabel "Malawi"@eng ; + skos:topConceptOf cs: ; +. + +:MX-AGU + a skos:Concept ; + skos:altLabel "Aguascalientes"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-AGU" ; + skos:prefLabel "Aguascalientes"@eng ; +. + +:MX-BCN + a skos:Concept ; + skos:altLabel "Baja California"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-BCN" ; + skos:prefLabel "Baja California"@eng ; +. + +:MX-BCS + a skos:Concept ; + skos:altLabel "Baja California Sur"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-BCS" ; + skos:prefLabel "Baja California Sur"@eng ; +. + +:MX-CAM + a skos:Concept ; + skos:altLabel "Campeche"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-CAM" ; + skos:prefLabel "Campeche"@eng ; +. + +:MX-CHH + a skos:Concept ; + skos:altLabel "Chihuahua"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-CHH" ; + skos:prefLabel "Chihuahua"@eng ; +. + +:MX-CHP + a skos:Concept ; + skos:altLabel "Chiapas"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-CHP" ; + skos:prefLabel "Chiapas"@eng ; +. + +:MX-CMX + a skos:Concept ; + skos:altLabel "Ciudad de Mexico"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-CMX" ; + skos:prefLabel "Ciudad de Mexico"@eng ; +. + +:MX-COA + a skos:Concept ; + skos:altLabel "Coahuila de Zaragoza"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-COA" ; + skos:prefLabel "Coahuila de Zaragoza"@eng ; +. + +:MX-COL + a skos:Concept ; + skos:altLabel "Colima"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-COL" ; + skos:prefLabel "Colima"@eng ; +. + +:MX-DUR + a skos:Concept ; + skos:altLabel "Durango"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-DUR" ; + skos:prefLabel "Durango"@eng ; +. + +:MX-GRO + a skos:Concept ; + skos:altLabel "Guerrero"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-GRO" ; + skos:prefLabel "Guerrero"@eng ; +. + +:MX-GUA + a skos:Concept ; + skos:altLabel "Guanajuato"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-GUA" ; + skos:prefLabel "Guanajuato"@eng ; +. + +:MX-HID + a skos:Concept ; + skos:altLabel "Hidalgo"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-HID" ; + skos:prefLabel "Hidalgo"@eng ; +. + +:MX-JAL + a skos:Concept ; + skos:altLabel "Jalisco"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-JAL" ; + skos:prefLabel "Jalisco"@eng ; +. + +:MX-MEX + a skos:Concept ; + skos:altLabel "Mexico"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-MEX" ; + skos:prefLabel "Mexico"@eng ; +. + +:MX-MIC + a skos:Concept ; + skos:altLabel "Michoacan de Ocampo"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-MIC" ; + skos:prefLabel "Michoacan de Ocampo"@eng ; +. + +:MX-MOR + a skos:Concept ; + skos:altLabel "Morelos"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-MOR" ; + skos:prefLabel "Morelos"@eng ; +. + +:MX-NAY + a skos:Concept ; + skos:altLabel "Nayarit"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-NAY" ; + skos:prefLabel "Nayarit"@eng ; +. + +:MX-NLE + a skos:Concept ; + skos:altLabel "Nuevo Leon"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-NLE" ; + skos:prefLabel "Nuevo Leon"@eng ; +. + +:MX-OAX + a skos:Concept ; + skos:altLabel "Oaxaca"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-OAX" ; + skos:prefLabel "Oaxaca"@eng ; +. + +:MX-PUE + a skos:Concept ; + skos:altLabel "Puebla"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-PUE" ; + skos:prefLabel "Puebla"@eng ; +. + +:MX-QUE + a skos:Concept ; + skos:altLabel "Queretaro"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-QUE" ; + skos:prefLabel "Queretaro"@eng ; +. + +:MX-ROO + a skos:Concept ; + skos:altLabel "Quintana Roo"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-ROO" ; + skos:prefLabel "Quintana Roo"@eng ; +. + +:MX-SIN + a skos:Concept ; + skos:altLabel "Sinaloa"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-SIN" ; + skos:prefLabel "Sinaloa"@eng ; +. + +:MX-SLP + a skos:Concept ; + skos:altLabel "San Luis Potosi"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-SLP" ; + skos:prefLabel "San Luis Potosi"@eng ; +. + +:MX-SON + a skos:Concept ; + skos:altLabel "Sonora"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-SON" ; + skos:prefLabel "Sonora"@eng ; +. + +:MX-TAB + a skos:Concept ; + skos:altLabel "Tabasco"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-TAB" ; + skos:prefLabel "Tabasco"@eng ; +. + +:MX-TAM + a skos:Concept ; + skos:altLabel "Tamaulipas"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-TAM" ; + skos:prefLabel "Tamaulipas"@eng ; +. + +:MX-TLA + a skos:Concept ; + skos:altLabel "Tlaxcala"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-TLA" ; + skos:prefLabel "Tlaxcala"@eng ; +. + +:MX-VER + a skos:Concept ; + skos:altLabel "Veracruz de Ignacio de la Llave"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-VER" ; + skos:prefLabel "Veracruz de Ignacio de la Llave"@eng ; +. + +:MX-YUC + a skos:Concept ; + skos:altLabel "Yucatan"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-YUC" ; + skos:prefLabel "Yucatan"@eng ; +. + +:MX-ZAC + a skos:Concept ; + skos:altLabel "Zacatecas"@spa ; + skos:broader :MEX ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "MX-ZAC" ; + skos:prefLabel "Zacatecas"@eng ; +. + +:MYS + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "458" , + "MY" , + "MYS" ; + skos:prefLabel "Malaysia"@eng ; + skos:topConceptOf cs: ; +. + +:MYT + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "175" , + "MYT" , + "YT" ; + skos:prefLabel "Mayotte"@eng ; + skos:topConceptOf cs: ; +. + +:NAM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "516" , + "NA" , + "NAM" ; + skos:prefLabel "Namibia"@eng ; + skos:topConceptOf cs: ; +. + +:NCL + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "540" , + "NC" , + "NCL" ; + skos:prefLabel "New Caledonia"@eng ; + skos:topConceptOf cs: ; +. + +:NER + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "562" , + "NE" , + "NER" ; + skos:prefLabel "Niger (the)"@eng ; + skos:topConceptOf cs: ; +. + +:NFK + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "574" , + "NF" , + "NFK" ; + skos:prefLabel "Norfolk Island"@eng ; + skos:topConceptOf cs: ; +. + +:NGA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "566" , + "NG" , + "NGA" ; + skos:prefLabel "Nigeria"@eng ; + skos:topConceptOf cs: ; +. + +:NIC + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "558" , + "NI" , + "NIC" ; + skos:prefLabel "Nicaragua"@eng ; + skos:topConceptOf cs: ; +. + +:NIU + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "570" , + "NIU" , + "NU" ; + skos:prefLabel "Niue"@eng ; + skos:topConceptOf cs: ; +. + +:NLD + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "528" , + "NL" , + "NLD" ; + skos:prefLabel "Netherlands (the)"@eng ; + skos:topConceptOf cs: ; +. + +:NOR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "578" , + "NO" , + "NOR" ; + skos:prefLabel "Norway"@eng ; + skos:topConceptOf cs: ; +. + +:NPL + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "524" , + "NP" , + "NPL" ; + skos:prefLabel "Nepal"@eng ; + skos:topConceptOf cs: ; +. + +:NRU + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "520" , + "NR" , + "NRU" ; + skos:prefLabel "Nauru"@eng ; + skos:topConceptOf cs: ; +. + +:NZ-AUK + a skos:Concept ; + skos:altLabel "Tamaki-makau-rau"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-AUK" ; + skos:prefLabel "Auckland"@eng ; +. + +:NZ-BOP + a skos:Concept ; + skos:altLabel "Te Moana a Toi Te Huatahi"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-BOP" ; + skos:prefLabel "Bay of Plenty"@eng ; +. + +:NZ-CAN + a skos:Concept ; + skos:altLabel "Waitaha"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-CAN" ; + skos:prefLabel "Canterbury"@eng ; +. + +:NZ-CIT + a skos:Concept ; + skos:altLabel "Wharekauri"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-CIT" ; + skos:prefLabel "Chatham Islands Territory"@eng ; +. + +:NZ-GIS + a skos:Concept ; + skos:altLabel "Turanga nui a Kiwa"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-GIS" ; + skos:prefLabel "Gisborne"@eng ; +. + +:NZ-HKB + a skos:Concept ; + skos:altLabel "Te Matau a Maui"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-HKB" ; + skos:prefLabel "Hawke's Bay"@eng ; +. + +:NZ-MBH + a skos:Concept ; + skos:altLabel "Te Tauihu-o-te-waka"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-MBH" ; + skos:prefLabel "Marlborough"@eng ; +. + +:NZ-MWT + a skos:Concept ; + skos:altLabel "Manawatu-Wanganui"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-MWT" ; + skos:prefLabel "Manawatu Whanganui"@eng ; +. + +:NZ-NSN + a skos:Concept ; + skos:altLabel "Whakatu"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-NSN" ; + skos:prefLabel "Nelson"@eng ; +. + +:NZ-NTL + a skos:Concept ; + skos:altLabel "Te Tai tokerau"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-NTL" ; + skos:prefLabel "Northland"@eng ; +. + +:NZ-OTA + a skos:Concept ; + skos:altLabel "O Takou"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-OTA" ; + skos:prefLabel "Otago"@eng ; +. + +:NZ-STL + a skos:Concept ; + skos:altLabel "Murihiku"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-STL" ; + skos:prefLabel "Southland"@eng ; +. + +:NZ-TAS + a skos:Concept ; + skos:altLabel "Te Tai-o-Aorere"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-TAS" ; + skos:prefLabel "Tasman"@eng ; +. + +:NZ-TKI + a skos:Concept ; + skos:altLabel "Taranaki"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-TKI" ; + skos:prefLabel "Taranaki"@eng ; +. + +:NZ-WGN + a skos:Concept ; + skos:altLabel "Te Whanga-nui-a-Tara"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-WGN" ; + skos:prefLabel "Wellington"@eng ; +. + +:NZ-WKO + a skos:Concept ; + skos:altLabel "Waikato"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-WKO" ; + skos:prefLabel "Waikato"@eng ; +. + +:NZ-WTC + a skos:Concept ; + skos:altLabel "Te Taihau a uru"@mri ; + skos:broader :NZL ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "NZ-WTC" ; + skos:prefLabel "West Coast"@eng ; +. + +:OMN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "512" , + "OM" , + "OMN" ; + skos:prefLabel "Oman"@eng ; + skos:topConceptOf cs: ; +. + +:PAK + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "586" , + "PAK" , + "PK" ; + skos:prefLabel "Pakistan"@eng ; + skos:topConceptOf cs: ; +. + +:PAN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "591" , + "PA" , + "PAN" ; + skos:prefLabel "Panama"@eng ; + skos:topConceptOf cs: ; +. + +:PCN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "612" , + "PCN" , + "PN" ; + skos:prefLabel "Pitcairn"@eng ; + skos:topConceptOf cs: ; +. + +:PER + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "604" , + "PE" , + "PER" ; + skos:prefLabel "Peru"@eng ; + skos:topConceptOf cs: ; +. + +:PHL + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "608" , + "PH" , + "PHL" ; + skos:prefLabel "Philippines (the)"@eng ; + skos:topConceptOf cs: ; +. + +:PLW + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "585" , + "PLW" , + "PW" ; + skos:prefLabel "Palau"@eng ; + skos:topConceptOf cs: ; +. + +:PNG + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "598" , + "PG" , + "PNG" ; + skos:prefLabel "Papua New Guinea"@eng ; + skos:topConceptOf cs: ; +. + +:POL + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "616" , + "PL" , + "POL" ; + skos:prefLabel "Poland"@eng ; + skos:topConceptOf cs: ; +. + +:PRI + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "630" , + "PR" , + "PRI" ; + skos:prefLabel "Puerto Rico"@eng ; + skos:topConceptOf cs: ; +. + +:PRK + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "408" , + "KP" , + "PRK" ; + skos:prefLabel "Korea (the Democratic People's Republic of)"@eng ; + skos:topConceptOf cs: ; +. + +:PRT + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "620" , + "PRT" , + "PT" ; + skos:prefLabel "Portugal"@eng ; + skos:topConceptOf cs: ; +. + +:PRY + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "600" , + "PRY" , + "PY" ; + skos:prefLabel "Paraguay"@eng ; + skos:topConceptOf cs: ; +. + +:PSE + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "275" , + "PS" , + "PSE" ; + skos:prefLabel "Palestine, State of"@eng ; + skos:topConceptOf cs: ; +. + +:PYF + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "258" , + "PF" , + "PYF" ; + skos:prefLabel "French Polynesia"@eng ; + skos:topConceptOf cs: ; +. + +:QAT + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "634" , + "QA" , + "QAT" ; + skos:prefLabel "Qatar"@eng ; + skos:topConceptOf cs: ; +. + +:REU + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "638" , + "RE" , + "REU" ; + skos:prefLabel "Reunion"@eng ; + skos:topConceptOf cs: ; +. + +:ROU + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "642" , + "RO" , + "ROU" ; + skos:prefLabel "Romania"@eng ; + skos:topConceptOf cs: ; +. + +:RS-00 + a skos:Concept ; + skos:altLabel "Beograd"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-00" ; + skos:prefLabel "Beograd"@eng ; +. + +:RS-08 + a skos:Concept ; + skos:altLabel "Macvanski okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-08" ; + skos:prefLabel "Macvanski okrug"@eng ; +. + +:RS-09 + a skos:Concept ; + skos:altLabel "Kolubarski okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-09" ; + skos:prefLabel "Kolubarski okrug"@eng ; +. + +:RS-10 + a skos:Concept ; + skos:altLabel "Podunavski okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-10" ; + skos:prefLabel "Podunavski okrug"@eng ; +. + +:RS-11 + a skos:Concept ; + skos:altLabel "Branicevski okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-11" ; + skos:prefLabel "Branicevski okrug"@eng ; +. + +:RS-12 + a skos:Concept ; + skos:altLabel "Sumadijski okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-12" ; + skos:prefLabel "Sumadijski okrug"@eng ; +. + +:RS-13 + a skos:Concept ; + skos:altLabel "Pomoravski okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-13" ; + skos:prefLabel "Pomoravski okrug"@eng ; +. + +:RS-14 + a skos:Concept ; + skos:altLabel "Borski okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-14" ; + skos:prefLabel "Borski okrug"@eng ; +. + +:RS-15 + a skos:Concept ; + skos:altLabel "Zajecarski okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-15" ; + skos:prefLabel "Zajecarski okrug"@eng ; +. + +:RS-16 + a skos:Concept ; + skos:altLabel "Zlatiborski okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-16" ; + skos:prefLabel "Zlatiborski okrug"@eng ; +. + +:RS-17 + a skos:Concept ; + skos:altLabel "Moravicki okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-17" ; + skos:prefLabel "Moravicki okrug"@eng ; +. + +:RS-18 + a skos:Concept ; + skos:altLabel "Raski okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-18" ; + skos:prefLabel "Raski okrug"@eng ; +. + +:RS-19 + a skos:Concept ; + skos:altLabel "Rasinski okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-19" ; + skos:prefLabel "Rasinski okrug"@eng ; +. + +:RS-20 + a skos:Concept ; + skos:altLabel "Nisavski okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-20" ; + skos:prefLabel "Nisavski okrug"@eng ; +. + +:RS-21 + a skos:Concept ; + skos:altLabel "Toplicki okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-21" ; + skos:prefLabel "Toplicki okrug"@eng ; +. + +:RS-22 + a skos:Concept ; + skos:altLabel "Pirotski okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-22" ; + skos:prefLabel "Pirotski okrug"@eng ; +. + +:RS-23 + a skos:Concept ; + skos:altLabel "Jablanicki okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-23" ; + skos:prefLabel "Jablanicki okrug"@eng ; +. + +:RS-24 + a skos:Concept ; + skos:altLabel "Pcinjski okrug"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-24" ; + skos:prefLabel "Pcinjski okrug"@eng ; +. + +:RUS + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "643" , + "RU" , + "RUS" ; + skos:prefLabel "Russian Federation (the)"@eng ; + skos:topConceptOf cs: ; +. + +:RWA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "646" , + "RW" , + "RWA" ; + skos:prefLabel "Rwanda"@eng ; + skos:topConceptOf cs: ; +. + +:SAU + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "682" , + "SA" , + "SAU" ; + skos:prefLabel "Saudi Arabia"@eng ; + skos:topConceptOf cs: ; +. + +:SDN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "729" , + "SD" , + "SDN" ; + skos:prefLabel "Sudan (the)"@eng ; + skos:topConceptOf cs: ; +. + +:SEN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "686" , + "SEN" , + "SN" ; + skos:prefLabel "Senegal"@eng ; + skos:topConceptOf cs: ; +. + +:SGP + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "702" , + "SG" , + "SGP" ; + skos:prefLabel "Singapore"@eng ; + skos:topConceptOf cs: ; +. + +:SGS + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "239" , + "GS" , + "SGS" ; + skos:prefLabel "South Georgia and the South Sandwich Islands"@eng ; + skos:topConceptOf cs: ; +. + +:SHN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "654" , + "SH" , + "SHN" ; + skos:prefLabel "Saint Helena, Ascension and Tristan da Cunha"@eng ; + skos:topConceptOf cs: ; +. + +:SJM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "744" , + "SJ" , + "SJM" ; + skos:prefLabel "Svalbard and Jan Mayen"@eng ; + skos:topConceptOf cs: ; +. + +:SLB + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "90" , + "SB" , + "SLB" ; + skos:prefLabel "Solomon Islands"@eng ; + skos:topConceptOf cs: ; +. + +:SLE + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "694" , + "SL" , + "SLE" ; + skos:prefLabel "Sierra Leone"@eng ; + skos:topConceptOf cs: ; +. + +:SLV + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "222" , + "SLV" , + "SV" ; + skos:prefLabel "El Salvador"@eng ; + skos:topConceptOf cs: ; +. + +:SMR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "674" , + "SM" , + "SMR" ; + skos:prefLabel "San Marino"@eng ; + skos:topConceptOf cs: ; +. + +:SOM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "706" , + "SO" , + "SOM" ; + skos:prefLabel "Somalia"@eng ; + skos:topConceptOf cs: ; +. + +:SPM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "666" , + "PM" , + "SPM" ; + skos:prefLabel "Saint Pierre and Miquelon"@eng ; + skos:topConceptOf cs: ; +. + +:SSD + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "728" , + "SS" , + "SSD" ; + skos:prefLabel "South Sudan"@eng ; + skos:topConceptOf cs: ; +. + +:STP + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "678" , + "ST" , + "STP" ; + skos:prefLabel "Sao Tome and Principe"@eng ; + skos:topConceptOf cs: ; +. + +:SUR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "740" , + "SR" , + "SUR" ; + skos:prefLabel "Suriname"@eng ; + skos:topConceptOf cs: ; +. + +:SVK + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "703" , + "SK" , + "SVK" ; + skos:prefLabel "Slovakia"@eng ; + skos:topConceptOf cs: ; +. + +:SVN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "705" , + "SI" , + "SVN" ; + skos:prefLabel "Slovenia"@eng ; + skos:topConceptOf cs: ; +. + +:SWE + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "752" , + "SE" , + "SWE" ; + skos:prefLabel "Sweden"@eng ; + skos:topConceptOf cs: ; +. + +:SWZ + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "748" , + "SWZ" , + "SZ" ; + skos:prefLabel "Eswatini"@eng ; + skos:topConceptOf cs: ; +. + +:SXM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "534" , + "SX" , + "SXM" ; + skos:prefLabel "Sint Maarten (Dutch part)"@eng ; + skos:topConceptOf cs: ; +. + +:SYC + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "690" , + "SC" , + "SYC" ; + skos:prefLabel "Seychelles"@eng ; + skos:topConceptOf cs: ; +. + +:SYR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "760" , + "SY" , + "SYR" ; + skos:prefLabel "Syrian Arab Republic"@eng ; + skos:topConceptOf cs: ; +. + +:TCA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "796" , + "TC" , + "TCA" ; + skos:prefLabel "Turks and Caicos Islands (the)"@eng ; + skos:topConceptOf cs: ; +. + +:TCD + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "148" , + "TCD" , + "TD" ; + skos:prefLabel "Chad"@eng ; + skos:topConceptOf cs: ; +. + +:TGO + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "768" , + "TG" , + "TGO" ; + skos:prefLabel "Togo"@eng ; + skos:topConceptOf cs: ; +. + +:THA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "764" , + "TH" , + "THA" ; + skos:prefLabel "Thailand"@eng ; + skos:topConceptOf cs: ; +. + +:TJK + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "762" , + "TJ" , + "TJK" ; + skos:prefLabel "Tajikistan"@eng ; + skos:topConceptOf cs: ; +. + +:TKL + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "772" , + "TK" , + "TKL" ; + skos:prefLabel "Tokelau"@eng ; + skos:topConceptOf cs: ; +. + +:TKM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "795" , + "TKM" , + "TM" ; + skos:prefLabel "Turkmenistan"@eng ; + skos:topConceptOf cs: ; +. + +:TLS + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "626" , + "TL" , + "TLS" ; + skos:prefLabel "Timor-Leste"@eng ; + skos:topConceptOf cs: ; +. + +:TON + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "776" , + "TO" , + "TON" ; + skos:prefLabel "Tonga"@eng ; + skos:topConceptOf cs: ; +. + +:TTO + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "780" , + "TT" , + "TTO" ; + skos:prefLabel "Trinidad and Tobago"@eng ; + skos:topConceptOf cs: ; +. + +:TUN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "788" , + "TN" , + "TUN" ; + skos:prefLabel "Tunisia"@eng ; + skos:topConceptOf cs: ; +. + +:TUR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "792" , + "TR" , + "TUR" ; + skos:prefLabel "Turkiye"@eng ; + skos:topConceptOf cs: ; +. + +:TUV + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "798" , + "TUV" , + "TV" ; + skos:prefLabel "Tuvalu"@eng ; + skos:topConceptOf cs: ; +. + +:TWN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "158" , + "TW" , + "TWN" ; + skos:prefLabel "Taiwan (Province of China)"@eng ; + skos:topConceptOf cs: ; +. + +:TZA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "834" , + "TZ" , + "TZA" ; + skos:prefLabel "Tanzania, the United Republic of"@eng ; + skos:topConceptOf cs: ; +. + +:UGA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "800" , + "UG" , + "UGA" ; + skos:prefLabel "Uganda"@eng ; + skos:topConceptOf cs: ; +. + +:UKR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "804" , + "UA" , + "UKR" ; + skos:prefLabel "Ukraine"@eng ; + skos:topConceptOf cs: ; +. + +:UMI + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "581" , + "UM" , + "UMI" ; + skos:prefLabel "United States Minor Outlying Islands (the)"@eng ; + skos:topConceptOf cs: ; +. + +:URY + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "858" , + "URY" , + "UY" ; + skos:prefLabel "Uruguay"@eng ; + skos:topConceptOf cs: ; +. + +:US-AK + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-AK" ; + skos:prefLabel "Alaska"@eng ; +. + +:US-AL + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-AL" ; + skos:prefLabel "Alabama"@eng ; +. + +:US-AR + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-AR" ; + skos:prefLabel "Arkansas"@eng ; +. + +:US-AS + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-AS" ; + skos:prefLabel "American Samoa"@eng ; +. + +:US-AZ + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-AZ" ; + skos:prefLabel "Arizona"@eng ; +. + +:US-CA + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-CA" ; + skos:prefLabel "California"@eng ; +. + +:US-CO + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-CO" ; + skos:prefLabel "Colorado"@eng ; +. + +:US-CT + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-CT" ; + skos:prefLabel "Connecticut"@eng ; +. + +:US-DC + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-DC" ; + skos:prefLabel "District of Columbia"@eng ; +. + +:US-DE + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-DE" ; + skos:prefLabel "Delaware"@eng ; +. + +:US-FL + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-FL" ; + skos:prefLabel "Florida"@eng ; +. + +:US-GA + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-GA" ; + skos:prefLabel "Georgia"@eng ; +. + +:US-GU + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-GU" ; + skos:prefLabel "Guam"@eng ; +. + +:US-HI + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-HI" ; + skos:prefLabel "Hawaii"@eng ; +. + +:US-IA + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-IA" ; + skos:prefLabel "Iowa"@eng ; +. + +:US-ID + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-ID" ; + skos:prefLabel "Idaho"@eng ; +. + +:US-IL + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-IL" ; + skos:prefLabel "Illinois"@eng ; +. + +:US-IN + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-IN" ; + skos:prefLabel "Indiana"@eng ; +. + +:US-KS + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-KS" ; + skos:prefLabel "Kansas"@eng ; +. + +:US-KY + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-KY" ; + skos:prefLabel "Kentucky"@eng ; +. + +:US-LA + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-LA" ; + skos:prefLabel "Louisiana"@eng ; +. + +:US-MA + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-MA" ; + skos:prefLabel "Massachusetts"@eng ; +. + +:US-MD + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-MD" ; + skos:prefLabel "Maryland"@eng ; +. + +:US-ME + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-ME" ; + skos:prefLabel "Maine"@eng ; +. + +:US-MI + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-MI" ; + skos:prefLabel "Michigan"@eng ; +. + +:US-MN + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-MN" ; + skos:prefLabel "Minnesota"@eng ; +. + +:US-MO + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-MO" ; + skos:prefLabel "Missouri"@eng ; +. + +:US-MP + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-MP" ; + skos:prefLabel "Northern Mariana Islands"@eng ; +. + +:US-MS + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-MS" ; + skos:prefLabel "Mississippi"@eng ; +. + +:US-MT + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-MT" ; + skos:prefLabel "Montana"@eng ; +. + +:US-NC + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-NC" ; + skos:prefLabel "North Carolina"@eng ; +. + +:US-ND + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-ND" ; + skos:prefLabel "North Dakota"@eng ; +. + +:US-NE + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-NE" ; + skos:prefLabel "Nebraska"@eng ; +. + +:US-NH + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-NH" ; + skos:prefLabel "New Hampshire"@eng ; +. + +:US-NJ + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-NJ" ; + skos:prefLabel "New Jersey"@eng ; +. + +:US-NM + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-NM" ; + skos:prefLabel "New Mexico"@eng ; +. + +:US-NV + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-NV" ; + skos:prefLabel "Nevada"@eng ; +. + +:US-NY + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-NY" ; + skos:prefLabel "New York"@eng ; +. + +:US-OH + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-OH" ; + skos:prefLabel "Ohio"@eng ; +. + +:US-OK + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-OK" ; + skos:prefLabel "Oklahoma"@eng ; +. + +:US-OR + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-OR" ; + skos:prefLabel "Oregon"@eng ; +. + +:US-PA + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-PA" ; + skos:prefLabel "Pennsylvania"@eng ; +. + +:US-PR + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-PR" ; + skos:prefLabel "Puerto Rico"@eng ; +. + +:US-RI + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-RI" ; + skos:prefLabel "Rhode Island"@eng ; +. + +:US-SC + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-SC" ; + skos:prefLabel "South Carolina"@eng ; +. + +:US-SD + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-SD" ; + skos:prefLabel "South Dakota"@eng ; +. + +:US-TN + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-TN" ; + skos:prefLabel "Tennessee"@eng ; +. + +:US-TX + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-TX" ; + skos:prefLabel "Texas"@eng ; +. + +:US-UM + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-UM" ; + skos:prefLabel "United States Minor Outlying Islands"@eng ; +. + +:US-UT + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-UT" ; + skos:prefLabel "Utah"@eng ; +. + +:US-VA + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-VA" ; + skos:prefLabel "Virginia"@eng ; +. + +:US-VI + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-VI" ; + skos:prefLabel "Virgin Islands, U.S."@eng ; +. + +:US-VT + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-VT" ; + skos:prefLabel "Vermont"@eng ; +. + +:US-WA + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-WA" ; + skos:prefLabel "Washington"@eng ; +. + +:US-WI + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-WI" ; + skos:prefLabel "Wisconsin"@eng ; +. + +:US-WV + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-WV" ; + skos:prefLabel "West Virginia"@eng ; +. + +:US-WY + a skos:Concept ; + skos:broader :USA ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "US-WY" ; + skos:prefLabel "Wyoming"@eng ; +. + +:UZB + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "860" , + "UZ" , + "UZB" ; + skos:prefLabel "Uzbekistan"@eng ; + skos:topConceptOf cs: ; +. + +:VAT + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "336" , + "VA" , + "VAT" ; + skos:prefLabel "Holy See (the)"@eng ; + skos:topConceptOf cs: ; +. + +:VCT + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "670" , + "VC" , + "VCT" ; + skos:prefLabel "Saint Vincent and the Grenadines"@eng ; + skos:topConceptOf cs: ; +. + +:VEN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "862" , + "VE" , + "VEN" ; + skos:prefLabel "Venezuela (Bolivarian Republic of)"@eng ; + skos:topConceptOf cs: ; +. + +:VGB + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "92" , + "VG" , + "VGB" ; + skos:prefLabel "Virgin Islands (British)"@eng ; + skos:topConceptOf cs: ; +. + +:VIR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "850" , + "VI" , + "VIR" ; + skos:prefLabel "Virgin Islands (U.S.)"@eng ; + skos:topConceptOf cs: ; +. + +:VNM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "704" , + "VN" , + "VNM" ; + skos:prefLabel "Viet Nam"@eng ; + skos:topConceptOf cs: ; +. + +:VUT + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "548" , + "VU" , + "VUT" ; + skos:prefLabel "Vanuatu"@eng ; + skos:topConceptOf cs: ; +. + +:WLF + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "876" , + "WF" , + "WLF" ; + skos:prefLabel "Wallis and Futuna"@eng ; + skos:topConceptOf cs: ; +. + +:WSM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "882" , + "WS" , + "WSM" ; + skos:prefLabel "Samoa"@eng ; + skos:topConceptOf cs: ; +. + +:YEM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "887" , + "YE" , + "YEM" ; + skos:prefLabel "Yemen"@eng ; + skos:topConceptOf cs: ; +. + +:ZAF + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "710" , + "ZA" , + "ZAF" ; + skos:prefLabel "South Africa"@eng ; + skos:topConceptOf cs: ; +. + +:ZMB + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "894" , + "ZM" , + "ZMB" ; + skos:prefLabel "Zambia"@eng ; + skos:topConceptOf cs: ; +. + +:ZWE + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation + "716" , + "ZW" , + "ZWE" ; + skos:prefLabel "Zimbabwe"@eng ; + skos:topConceptOf cs: ; +. + +:RS-01 + a skos:Concept ; + skos:altLabel "Severnobacki okrug"@srp ; + skos:broader + :RS-VO , + :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-01" ; + skos:prefLabel "Severnobacki okrug"@eng ; +. + +:RS-02 + a skos:Concept ; + skos:altLabel "Srednjebanatski okrug"@srp ; + skos:broader + :RS-VO , + :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-02" ; + skos:prefLabel "Srednjebanatski okrug"@eng ; +. + +:RS-03 + a skos:Concept ; + skos:altLabel "Severnobanatski okrug"@srp ; + skos:broader + :RS-VO , + :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-03" ; + skos:prefLabel "Severnobanatski okrug"@eng ; +. + +:RS-04 + a skos:Concept ; + skos:altLabel "Juznobanatski okrug"@srp ; + skos:broader + :RS-VO , + :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-04" ; + skos:prefLabel "Juznobanatski okrug"@eng ; +. + +:RS-05 + a skos:Concept ; + skos:altLabel "Zapadnobacki okrug"@srp ; + skos:broader + :RS-VO , + :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-05" ; + skos:prefLabel "Zapadnobacki okrug"@eng ; +. + +:RS-06 + a skos:Concept ; + skos:altLabel "Juznobacki okrug"@srp ; + skos:broader + :RS-VO , + :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-06" ; + skos:prefLabel "Juznobacki okrug"@eng ; +. + +:RS-07 + a skos:Concept ; + skos:altLabel "Sremski okrug"@srp ; + skos:broader + :RS-VO , + :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-07" ; + skos:prefLabel "Sremski okrug"@eng ; +. + +:RS-25 + a skos:Concept ; + skos:altLabel "Kosovski okrug"@srp ; + skos:broader + :RS-KM , + :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-25" ; + skos:prefLabel "Kosovski okrug"@eng ; +. + +:RS-26 + a skos:Concept ; + skos:altLabel "Pecki okrug"@srp ; + skos:broader + :RS-KM , + :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-26" ; + skos:prefLabel "Pecki okrug"@eng ; +. + +:RS-27 + a skos:Concept ; + skos:altLabel "Prizrenski okrug"@srp ; + skos:broader + :RS-KM , + :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-27" ; + skos:prefLabel "Prizrenski okrug"@eng ; +. + +:RS-28 + a skos:Concept ; + skos:altLabel "Kosovsko-Mitrovacki okrug"@srp ; + skos:broader + :RS-KM , + :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-28" ; + skos:prefLabel "Kosovsko-Mitrovacki okrug"@eng ; +. + +:RS-29 + a skos:Concept ; + skos:altLabel "Kosovsko-Pomoravski okrug"@srp ; + skos:broader + :RS-KM , + :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:notation "RS-29" ; + skos:prefLabel "Kosovsko-Pomoravski okrug"@eng ; +. + +:RS-KM + a skos:Concept ; + skos:altLabel "Kosovo-Metohija"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:narrower + :RS-25 , + :RS-26 , + :RS-27 , + :RS-28 , + :RS-29 ; + skos:notation "RS-KM" ; + skos:prefLabel "Kosovo-Metohija"@eng ; +. + +:RS-VO + a skos:Concept ; + skos:altLabel "Vojvodina"@srp ; + skos:broader :SRB ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:narrower + :RS-01 , + :RS-02 , + :RS-03 , + :RS-04 , + :RS-05 , + :RS-06 , + :RS-07 ; + skos:notation "RS-VO" ; + skos:prefLabel "Vojvodina"@eng ; +. + +:AUS + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:narrower + :AU-ACT , + :AU-NSW , + :AU-NT , + :AU-QLD , + :AU-SA , + :AU-TAS , + :AU-VIC , + :AU-WA ; + skos:notation + "36" , + "AU" , + "AUS" ; + skos:prefLabel "Australia"@eng ; + skos:topConceptOf cs: ; +. + +:CAN + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:narrower + :CA-AB , + :CA-BC , + :CA-MB , + :CA-NB , + :CA-NL , + :CA-NS , + :CA-NT , + :CA-NU , + :CA-ON , + :CA-PE , + :CA-QC , + :CA-SK , + :CA-YT ; + skos:notation + "124" , + "CA" , + "CAN" ; + skos:prefLabel "Canada"@eng ; + skos:topConceptOf cs: ; +. + +:CHL + a skos:Concept ; + rdfs:isDefinedBy ; + skos:altLabel "Chile"@spa ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:narrower + :CL-AI , + :CL-AN , + :CL-AP , + :CL-AR , + :CL-AT , + :CL-BI , + :CL-CO , + :CL-LI , + :CL-LL , + :CL-LR , + :CL-MA , + :CL-ML , + :CL-NB , + :CL-RM , + :CL-TA , + :CL-VS ; + skos:notation + "152" , + "CHL" , + "CL" ; + skos:prefLabel "Chile"@eng ; + skos:topConceptOf cs: ; +. + +:NZL + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:narrower + :NZ-AUK , + :NZ-BOP , + :NZ-CAN , + :NZ-CIT , + :NZ-GIS , + :NZ-HKB , + :NZ-MBH , + :NZ-MWT , + :NZ-NSN , + :NZ-NTL , + :NZ-OTA , + :NZ-STL , + :NZ-TAS , + :NZ-TKI , + :NZ-WGN , + :NZ-WKO , + :NZ-WTC ; + skos:notation + "554" , + "NZ" , + "NZL" ; + skos:prefLabel "New Zealand (Aotearoa)"@eng ; + skos:topConceptOf cs: ; +. + +:MNE + a skos:Concept ; + rdfs:isDefinedBy ; + skos:altLabel "Montenegro"@cnr ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:narrower + :ME-01 , + :ME-02 , + :ME-03 , + :ME-04 , + :ME-05 , + :ME-06 , + :ME-07 , + :ME-08 , + :ME-09 , + :ME-10 , + :ME-11 , + :ME-12 , + :ME-13 , + :ME-14 , + :ME-15 , + :ME-16 , + :ME-17 , + :ME-18 , + :ME-19 , + :ME-20 , + :ME-21 , + :ME-22 , + :ME-23 , + :ME-24 ; + skos:notation + "499" , + "ME" , + "MNE" ; + skos:prefLabel "Montenegro"@eng ; + skos:topConceptOf cs: ; +. + +:MEX + a skos:Concept ; + rdfs:isDefinedBy ; + skos:altLabel "Mexico"@spa ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:narrower + :MX-AGU , + :MX-BCN , + :MX-BCS , + :MX-CAM , + :MX-CHH , + :MX-CHP , + :MX-CMX , + :MX-COA , + :MX-COL , + :MX-DUR , + :MX-GRO , + :MX-GUA , + :MX-HID , + :MX-JAL , + :MX-MEX , + :MX-MIC , + :MX-MOR , + :MX-NAY , + :MX-NLE , + :MX-OAX , + :MX-PUE , + :MX-QUE , + :MX-ROO , + :MX-SIN , + :MX-SLP , + :MX-SON , + :MX-TAB , + :MX-TAM , + :MX-TLA , + :MX-VER , + :MX-YUC , + :MX-ZAC ; + skos:notation + "484" , + "MEX" , + "MX" ; + skos:prefLabel "Mexico"@eng ; + skos:topConceptOf cs: ; +. + +:SRB + a skos:Concept ; + rdfs:isDefinedBy ; + skos:altLabel "Serbia"@srp ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:narrower + :RS-00 , + :RS-01 , + :RS-02 , + :RS-03 , + :RS-04 , + :RS-05 , + :RS-06 , + :RS-07 , + :RS-08 , + :RS-09 , + :RS-10 , + :RS-11 , + :RS-12 , + :RS-13 , + :RS-14 , + :RS-15 , + :RS-16 , + :RS-17 , + :RS-18 , + :RS-19 , + :RS-20 , + :RS-21 , + :RS-22 , + :RS-23 , + :RS-24 , + :RS-25 , + :RS-26 , + :RS-27 , + :RS-28 , + :RS-29 , + :RS-KM , + :RS-VO ; + skos:notation + "688" , + "RS" , + "SRB" ; + skos:prefLabel "Serbia"@eng ; + skos:topConceptOf cs: ; +. + +:USA + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The International Standard ISO3166 is used to determine the codes of letters and/or numbers when referring electronically to countries and their subdivisions."@eng ; + skos:inScheme cs: ; + skos:narrower + :US-AK , + :US-AL , + :US-AR , + :US-AS , + :US-AZ , + :US-CA , + :US-CO , + :US-CT , + :US-DC , + :US-DE , + :US-FL , + :US-GA , + :US-GU , + :US-HI , + :US-IA , + :US-ID , + :US-IL , + :US-IN , + :US-KS , + :US-KY , + :US-LA , + :US-MA , + :US-MD , + :US-ME , + :US-MI , + :US-MN , + :US-MO , + :US-MP , + :US-MS , + :US-MT , + :US-NC , + :US-ND , + :US-NE , + :US-NH , + :US-NJ , + :US-NM , + :US-NV , + :US-NY , + :US-OH , + :US-OK , + :US-OR , + :US-PA , + :US-PR , + :US-RI , + :US-SC , + :US-SD , + :US-TN , + :US-TX , + :US-UM , + :US-UT , + :US-VA , + :US-VI , + :US-VT , + :US-WA , + :US-WI , + :US-WV , + :US-WY ; + skos:notation + "840" , + "US" , + "USA" ; + skos:prefLabel "United States of America (the)"@eng ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/146414" ; + owl:versionInfo "1.6" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + skos:definition "GA Country Codes are the ISO3166 compliant country codes used by GA database custodians for reference. This list is NOT complete and is maintained semi-regularly so there will be updates made in the ISO3166 that will not be reflected in this vocabulary. The controlled ISO3166 list is found here https://www.iso.org/obp/ui "@eng ; + skos:hasTopConcept + :ABW , + :AFG , + :AGO , + :AIA , + :ALA , + :ALB , + :AND , + :ARE , + :ARG , + :ARM , + :ASM , + :ATA , + :ATF , + :ATG , + :AUS , + :AUT , + :AZE , + :BDI , + :BEL , + :BEN , + :BES , + :BFA , + :BGD , + :BGR , + :BHR , + :BHS , + :BIH , + :BLM , + :BLR , + :BLZ , + :BMU , + :BOL , + :BRA , + :BRB , + :BRN , + :BTN , + :BVT , + :BWA , + :CAF , + :CAN , + :CCK , + :CHE , + :CHL , + :CHN , + :CIV , + :CMR , + :COD , + :COG , + :COK , + :COL , + :COM , + :CPV , + :CRI , + :CUB , + :CUW , + :CXR , + :CYM , + :CYP , + :CZE , + :DEU , + :DJI , + :DMA , + :DNK , + :DOM , + :DZA , + :ECU , + :EGY , + :ERI , + :ESH , + :ESP , + :EST , + :ETH , + :FIN , + :FJI , + :FLK , + :FRA , + :FRO , + :FSM , + :GAB , + :GBR , + :GEO , + :GGY , + :GHA , + :GIB , + :GIN , + :GLP , + :GMB , + :GNB , + :GNQ , + :GRC , + :GRD , + :GRL , + :GTM , + :GUF , + :GUM , + :GUY , + :HKG , + :HMD , + :HND , + :HRV , + :HTI , + :HUN , + :IDN , + :IMN , + :IND , + :IOT , + :IRL , + :IRN , + :IRQ , + :ISL , + :ISR , + :ITA , + :JAM , + :JEY , + :JOR , + :JPN , + :KAZ , + :KEN , + :KGZ , + :KHM , + :KIR , + :KNA , + :KOR , + :KWT , + :LAO , + :LBN , + :LBR , + :LBY , + :LCA , + :LIE , + :LKA , + :LSO , + :LTU , + :LUX , + :LVA , + :MAC , + :MAF , + :MAR , + :MCO , + :MDA , + :MDG , + :MDV , + :MEX , + :MHL , + :MKD , + :MLI , + :MLT , + :MMR , + :MNE , + :MNG , + :MNP , + :MOZ , + :MRT , + :MSR , + :MTQ , + :MUS , + :MWI , + :MYS , + :MYT , + :NAM , + :NCL , + :NER , + :NFK , + :NGA , + :NIC , + :NIU , + :NLD , + :NOR , + :NPL , + :NRU , + :NZL , + :OMN , + :PAK , + :PAN , + :PCN , + :PER , + :PHL , + :PLW , + :PNG , + :POL , + :PRI , + :PRK , + :PRT , + :PRY , + :PSE , + :PYF , + :QAT , + :REU , + :ROU , + :RUS , + :RWA , + :SAU , + :SDN , + :SEN , + :SGP , + :SGS , + :SHN , + :SJM , + :SLB , + :SLE , + :SLV , + :SMR , + :SOM , + :SPM , + :SRB , + :SSD , + :STP , + :SUR , + :SVK , + :SVN , + :SWE , + :SWZ , + :SXM , + :SYC , + :SYR , + :TCA , + :TCD , + :TGO , + :THA , + :TJK , + :TKL , + :TKM , + :TLS , + :TON , + :TTO , + :TUN , + :TUR , + :TUV , + :TWN , + :TZA , + :UGA , + :UKR , + :UMI , + :URY , + :USA , + :UZB , + :VAT , + :VCT , + :VEN , + :VGB , + :VIR , + :VNM , + :VUT , + :WLF , + :WSM , + :YEM , + :ZAF , + :ZMB , + :ZWE ; + skos:historyNote "These codes are sourced from https://www.iso.org/obp/"@eng ; + skos:prefLabel "GA Country Codes"@eng ; + dcat:contactPoint "DPI" ; + schema:creator ; + schema:dateCreated "2020-11-04"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Date_Qualifiers_Boreholes.ttl b/vocabularies/Date_Qualifiers_Boreholes.ttl new file mode 100644 index 0000000..bdccce9 --- /dev/null +++ b/vocabularies/Date_Qualifiers_Boreholes.ttl @@ -0,0 +1,71 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:dateUnknown + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The recorded date is unknown"@en ; + skos:inScheme cs: ; + skos:prefLabel "date unknown"@en ; + skos:topConceptOf cs: ; +. + +:estimatedEarliest + a skos:Concept ; + skos:broader :estimated ; + skos:definition "The recorded date is the earliest known date, but it is possible the true date is earlier than what is recorded."@en ; + skos:inScheme cs: ; + skos:prefLabel "estimated earliest"@en ; +. + +:estimatedLatest + a skos:Concept ; + skos:broader :estimated ; + skos:definition "The recorded date is the latest known date, but it is possible the true date is later than what is recorded."@en ; + skos:inScheme cs: ; + skos:prefLabel "estimated latest"@en ; +. + +:known + a skos:Concept ; + skos:definition "The recorded date is known"@en ; + skos:inScheme cs: ; + skos:prefLabel "known"@en ; + skos:topConceptOf cs: ; +. + +:estimated + a skos:Concept ; + skos:definition "The recorded date is estimated"@en ; + skos:inScheme cs: ; + skos:narrower + :estimatedEarliest , + :estimatedLatest ; + skos:prefLabel "estimated"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Date Qualifer Terms (BOREHOLE.LU_DATE_QUALIFIERS)" ; + skos:definition "Terms to describe the confidence or quality in a recorded date "@en ; + skos:hasTopConcept + :dateUnknown , + :estimated , + :known ; + skos:prefLabel "Borehole Geology - Date Qualifier"@en ; + dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Directional_Survey_Azimuth_Boreholes.ttl b/vocabularies/Directional_Survey_Azimuth_Boreholes.ttl new file mode 100644 index 0000000..0115e11 --- /dev/null +++ b/vocabularies/Directional_Survey_Azimuth_Boreholes.ttl @@ -0,0 +1,57 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:gridNorth + a skos:Concept ; + schema:citation "GA" ; + skos:definition "Azimuth measurements in this directional survey are relative to a local grid north."@en ; + skos:exactMatch ; + skos:inScheme cs: ; + skos:prefLabel "grid north"@en ; + skos:topConceptOf cs: ; +. + +:magneticNorth + a skos:Concept ; + schema:citation "GA" ; + skos:definition "Azimuth measurements in this directional survey are relative to magnetic north."@en ; + skos:exactMatch ; + skos:inScheme cs: ; + skos:prefLabel "magnetic north"@en ; + skos:topConceptOf cs: ; +. + +:trueNorth + a skos:Concept ; + schema:citation "GA" ; + skos:definition "Azimuth measurements in this directional survey are relative to true north."@en ; + skos:exactMatch ; + skos:inScheme cs: ; + skos:prefLabel "true north"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Directional Survey Azimuth Terms (BOREHOLE.LU_DIR_SRVY_AZ_TYPE)" ; + skos:definition "The type of North datum used for azimuth measurements (eg, true north, magnetic north, local grid north)."@en ; + skos:hasTopConcept + :gridNorth , + :magneticNorth , + :trueNorth ; + skos:prefLabel "Borehole Geology - Directional Survey Azimuth "@en ; + dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division " ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Directional_Survey_Class_Boreholes.ttl b/vocabularies/Directional_Survey_Class_Boreholes.ttl new file mode 100644 index 0000000..412bd28 --- /dev/null +++ b/vocabularies/Directional_Survey_Class_Boreholes.ttl @@ -0,0 +1,42 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:azimuthAndInclination + a skos:Concept ; + skos:definition "The directional survey is comprised of azimuth and inclination measurements."@en ; + skos:inScheme cs: ; + skos:prefLabel "azimuth and inclination"@en ; + skos:topConceptOf cs: ; +. + +:inclinationOnly + a skos:Concept ; + skos:definition "The directional survey is comprised of only inclination measurements."@en ; + skos:inScheme cs: ; + skos:prefLabel "inclination only"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Directional Survey Class (BOREHOLE.LU_DIR_SRVY_CLASS)" ; + skos:definition "Terms to denote whether the directional survey is comprised of azimuth and inclination measurements, or only inclination measurements."@en ; + skos:hasTopConcept + :azimuthAndInclination , + :inclinationOnly ; + skos:prefLabel "Borehole Geology - Directional Survey Class"@en ; + dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Directional_Survey_Method_Boreholes.ttl b/vocabularies/Directional_Survey_Method_Boreholes.ttl new file mode 100644 index 0000000..a0fce18 --- /dev/null +++ b/vocabularies/Directional_Survey_Method_Boreholes.ttl @@ -0,0 +1,129 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:acidBottle + a skos:Concept ; + schema:citation "https://www.netwasgroup.us/services-2/directional-surveying-measurements-and-sensors.html" ; + skos:definition "A historical method of borehole surveying where a bottle containing acid was lowered down the hole and the acid would etch a mark on a copper cylinder inside the bottle to indicate the inclination. A single-shot method."@en ; + skos:inScheme cs: ; + skos:prefLabel "acid bottle"@en ; + skos:topConceptOf cs: ; +. + +:collarInclinationOnly + a skos:Concept ; + skos:definition "Borehole path is estimated only from a measurement of the inclination of the drill stem at the collar."@en ; + skos:inScheme cs: ; + skos:prefLabel "collar inclination only"@en ; + skos:topConceptOf cs: ; +. + +:differentialSurvey + a skos:Concept ; + skos:definition "Borehole surveyed by a tool that measures the angular differences between fixed points as it moves down or up the hole. The starting angles are known and the differences are added incrementally at each station to obtain the borehole survey angles."@en ; + skos:inScheme cs: ; + skos:prefLabel "differential survey"@en ; + skos:topConceptOf cs: ; +. + +:ems + a skos:Concept ; + skos:broader :magneticSurvey ; + skos:definition "Borehole surveyed with an electronic multi-shot system (EMS)."@en ; + skos:inScheme cs: ; + skos:prefLabel "EMS"@en ; +. + +:gpit + a skos:Concept ; + skos:broader :magneticSurvey ; + skos:definition "The GPIT General-Purpose Inclinometry Tool provides inclinometer measurements. Tool orientation is defined by three parameters: tool deviation, tool azimuth, and relative bearing. The GPIT tool uses both a three-axis inclinometer and a three-axis magnetometer to make measurements for determining these parameters."@en ; + skos:inScheme cs: ; + skos:prefLabel "GPIT"@en ; +. + +:gyroscopicSurvey + a skos:Concept ; + schema:citation "https://petrowiki.spe.org/Directional_survey_instruments#Gyroscopic_sensors" ; + skos:definition "Borehole surveyed using a gyroscopic sensor. Includes free gyros (tilt scale, level rotor, stable platform), rate gyros, inertial navigation systems."@en ; + skos:inScheme cs: ; + skos:prefLabel "gyroscopic survey"@en ; + skos:topConceptOf cs: ; +. + +:mechanicalCompass + a skos:Concept ; + skos:broader :magneticSurvey ; + schema:citation "https://petrowiki.spe.org/Directional_survey_instruments#Mechanical_compass" ; + skos:definition "Borehole surveyed using a magnetic well surveying instrument with a mechanical compass."@en ; + skos:inScheme cs: ; + skos:prefLabel "mechanical compass"@en ; +. + +:mwd + a skos:Concept ; + skos:definition "Survey by a tool that enables 'measurement while drilling' (MWD), including wireline steering tools. In practice it means 'wire-less' measuring systems, e.g. systems using mud pulse or electromagnetic telemetry. The downhole probe of a MWD system typically comprises three solid state accelerometers to measure inclination and three solid state magnetometers to measure azimuth. Teledrift is an inclination-only mud pulse MWD system. "@en ; + skos:inScheme cs: ; + skos:prefLabel "MWD"@en ; + skos:topConceptOf cs: ; +. + +:totco + a skos:Concept ; + skos:definition "Borehole surveyed using a single-shot, inclination-only survey tool. These are mechanical inclination indicators, often called by the trade name 'TOTCO' although they are also made by other manufacturers."@en ; + skos:inScheme cs: ; + skos:prefLabel "TOTCO"@en ; + skos:topConceptOf cs: ; +. + +:unkown + a skos:Concept ; + schema:citation "http://www.opengis.net/def/nil/OGC/0/unknown" ; + skos:definition "No directional survey method is specified, or it is not known."@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + +:magneticSurvey + a skos:Concept ; + schema:citation "https://petrowiki.spe.org/Directional_survey_instruments#Magnetic_sensors" ; + skos:definition "Borehole surveyed using a method that includes a magnetic sensor (electronic or mechanical compass, magnetometer and accelerometer). May be single or multi-shot."@en ; + skos:inScheme cs: ; + skos:narrower + :ems , + :gpit , + :mechanicalCompass ; + skos:prefLabel "magnetic survey"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Directional Survey Method terms (BOREHOLE.LU_DIR_SRVY_METHOD)" ; + skos:definition "A vocabulary of common directional survey methods"@en ; + skos:hasTopConcept + :acidBottle , + :collarInclinationOnly , + :differentialSurvey , + :gyroscopicSurvey , + :magneticSurvey , + :mwd , + :totco , + :unkown ; + skos:prefLabel "Borehole Geology - Directional Survey Method "@en ; + dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Directional_Survey_Path_compute_Methods_Boreholes.ttl b/vocabularies/Directional_Survey_Path_compute_Methods_Boreholes.ttl new file mode 100644 index 0000000..d1db194 --- /dev/null +++ b/vocabularies/Directional_Survey_Path_compute_Methods_Boreholes.ttl @@ -0,0 +1,63 @@ +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + + + a skos:Concept ; + skos:altLabel "GPS"@en ; + skos:definition "Borehole path calculated from triplets of GPS coordinates (either lat/long/ellip_elev or easting/northing/zone/sl_elev). This routine assumes straight-line segments between stations, so is not a particularly accurate interpolation method between stations."@en ; + skos:inScheme cs: ; + skos:prefLabel "GPS section"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + skos:altLabel "LINEAR"@en ; + skos:definition "Borehole path calculated assuming linear segments between survey stations. Also known as tangential method. Not a very accurate interpolation method. Not preferred by industry."@en ; + skos:inScheme cs: ; + skos:prefLabel "linear segment"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + skos:altLabel "MINCURV"@en ; + skos:definition "Calculation using minimum curvature interpolation method to generate a smooth arc borehole path."@en ; + skos:inScheme cs: ; + skos:prefLabel "minimum curvature"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + skos:altLabel "OFFSET"@en ; + skos:definition "Calculates borehole path from triplets of offset x,y,z values."@en ; + skos:inScheme cs: ; + skos:prefLabel "offset survey"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Directional Survey Path Computing Method Terms (BOREHOLE.LU_DIR_SRVY_COMPUTE_METHOD)" ; + skos:definition "Terms to describe the geometric method used to calculate the survey path from the measured survey stations (eg, minimum curvature, offset survey)."@en ; + skos:hasTopConcept + , + , + , + ; + skos:prefLabel "Borehole Geology - Directional Survey Path Computing Method"@en ; + dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2202-08-04"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Directional_Survey_Recording_Mode_Boreholes.ttl b/vocabularies/Directional_Survey_Recording_Mode_Boreholes.ttl new file mode 100644 index 0000000..2c7d226 --- /dev/null +++ b/vocabularies/Directional_Survey_Recording_Mode_Boreholes.ttl @@ -0,0 +1,42 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:multiShot + a skos:Concept ; + skos:definition "Multi-shot recording mode of survey"@en ; + skos:inScheme cs: ; + skos:prefLabel "multi-shot"@en ; + skos:topConceptOf cs: ; +. + +:singleShot + a skos:Concept ; + skos:definition "Single-shot recording mode of survey"@en ; + skos:inScheme cs: ; + skos:prefLabel "single-shot"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Directional Survey Recording Mode (BOREHOLE.LU_DIR_SRVY_RECORD_MODE)" ; + skos:definition "Terms to describe the recording mode of the survey (eg, single-shot, multi-shot)."@en ; + skos:hasTopConcept + :multiShot , + :singleShot ; + skos:prefLabel "Borehole Geology - Directional Survey Recording Mode "@en ; + dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Drilling_Methods_Boreholes.ttl b/vocabularies/Drilling_Methods_Boreholes.ttl new file mode 100644 index 0000000..a130d27 --- /dev/null +++ b/vocabularies/Drilling_Methods_Boreholes.ttl @@ -0,0 +1,252 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:auger + a skos:Concept ; + skos:definition "Specimens collected by hand or mechanical auger which enable samples to be taken at intervals down profile. For example regolith, soil or sediment."@en ; + skos:inScheme cs: ; + skos:prefLabel "auger"@en ; + skos:topConceptOf cs: ; +. + +:cableToolDrilling + a skos:Concept ; + skos:broader :percussionDrilling ; + skos:definition "A percussion drilling method that uses a heavy drilling tool that is raised and lowered with enough force to pulverise the rock, with the debris removed by a bailer."@en ; + skos:inScheme cs: ; + skos:prefLabel "cable tool drilling"@en ; +. + +:coreAir + a skos:Concept ; + skos:definition "Rock or sediment core is derived from a dry, air-cooled diamond drilling method."@en ; + skos:inScheme cs: ; + skos:prefLabel "core air"@en ; + skos:topConceptOf cs: ; +. + +:coreBox + a skos:Concept ; + skos:definition "A sampling method that obtains a large volume or large surface area core with shallow penetration and minimum disturbance. Commonly uses a double spade system."@en ; + skos:inScheme cs: ; + skos:prefLabel "core box"@en ; + skos:topConceptOf cs: ; +. + +:coreConventional + a skos:Concept ; + skos:broader :coreDiamond ; + skos:definition "Core drilling using a diamond or tungsten carbide bit and a core barrel with fibreglass inner sleeves. Used in the oil industry."@en ; + skos:inScheme cs: ; + skos:prefLabel "core conventional"@en ; +. + +:coreGeoprobe + a skos:Concept ; + skos:definition "High quality core extracted by hydraulic power. Used in rough terrain, soft sand, mud, shallow water, or tight, congested areas. Long high quality cores."@en ; + skos:inScheme cs: ; + skos:prefLabel "core geoprobe"@en ; + skos:topConceptOf cs: ; +. + +:coreGravity + a skos:Concept ; + skos:definition "Used only where short cores are required. Core barrel is gravity forced into poorly consolidated material, producing near surface high quality core."@en ; + skos:inScheme cs: ; + skos:prefLabel "core gravity"@en ; + skos:topConceptOf cs: ; +. + +:coreKasten + a skos:Concept ; + skos:definition "Large volume, relatively undisturbed sediment core (~3m long) from a Kasten Corer. The corer is constructed of stainless steel and is square in cross-section. A weight of several hundred kilograms on top of the corer pushes it 2-3 metres into the seabed. It is designed for sedimentological and geochemical sampling of fine-grained sediments. This type of corer obtains relatively undisturbed cores and can preserve the sediment/water interface. This type of core is useful for determining sediment accumulation rates."@en ; + skos:inScheme cs: ; + skos:prefLabel "core Kasten"@en ; + skos:topConceptOf cs: ; +. + +:coreMackereth + a skos:Concept ; + skos:definition "Mackereth is a complex coring system utilizing compressed gas to penetrate and recover single-drive moderate (up to 12 m) cores from lakes of diverse depths. Mackereth cores can be deployed on virtually any small craft and can be used in water depths up to 80 m."@en ; + skos:inScheme cs: ; + skos:prefLabel "core Mackereth"@en ; + skos:topConceptOf cs: ; +. + +:corePiston + a skos:Concept ; + skos:definition "A drilling method that uses a piston to drive the core barrel. Produces high quality long cores."@en ; + skos:inScheme cs: ; + skos:prefLabel "core piston"@en ; + skos:topConceptOf cs: ; +. + +:corePush + a skos:Concept ; + skos:definition "A pipe that is pushed into the sediment to gain a core that is no longer than 2m long. Can be used in up to 5m of water. Core pipe has a valve on top that is used to create a vacuum at the top of the core when pulling the core out of the sediment."@en ; + skos:inScheme cs: ; + skos:prefLabel "core push"@en ; + skos:topConceptOf cs: ; +. + +:coreRov + a skos:Concept ; + skos:definition "A core drilled from a remotely operated vehicle"@en ; + skos:inScheme cs: ; + skos:prefLabel "core ROV"@en ; + skos:topConceptOf cs: ; +. + +:coreSonic + a skos:Concept ; + skos:definition "Similar to the vibrocore technique, the drill stem and barrel are vibrated vertically at frequencies between 50Hz and 180Hz such that the sampler barrel advances by slicing through poorly consolidated material."@en ; + skos:inScheme cs: ; + skos:prefLabel "core sonic"@en ; + skos:topConceptOf cs: ; +. + +:coreUnspecified + a skos:Concept ; + skos:definition "Sampling of a core of sediment, soil, or rock by an unspecified drilling method"@en ; + skos:inScheme cs: ; + skos:prefLabel "core unspecified"@en ; + skos:topConceptOf cs: ; +. + +:coreVibro + a skos:Concept ; + skos:definition "A core tube is attached to a source of mechanical vibration (the power head) and lowered into sediment. The vibrations provide energy for rearranging the particles within the sediment in such a way that the core tube penetrates under the static weight of the vibracoring apparatus. Samples include stiff and stony clays, soft rock and sands, and saturated sediments which can not be sampled using gravity or piston corers. Also know as VIBRA."@en ; + skos:inScheme cs: ; + skos:prefLabel "core vibro"@en ; + skos:topConceptOf cs: ; +. + +:rabDrilling + a skos:Concept ; + skos:broader :percussionDrilling ; + skos:definition "A percussion drilling method where rock or sediment chips are derived by using a drag bit or a down-hole hammer, and the cuttings are blown up the outside of the drill rods and collected at surface, using air or a combination of air and foam to lift the cuttings. This inexpensive technique can be useful in preliminary exploration, but samples are susceptible to being contaminated by material from the borehole wall above the sample depth."@en ; + skos:inScheme cs: ; + skos:prefLabel "RAB drilling"@en ; +. + +:reverseCirculationDrilling + a skos:Concept ; + skos:definition "A drilling technique similar to rotary drilling except that drilling fluid flow down the annular space between the drilling stem and the wall of the hole forcing cuttings up through the inside of the drill stem ."@en ; + skos:inScheme cs: ; + skos:prefLabel "reverse circulation drilling"@en ; + skos:topConceptOf cs: ; +. + +:rotaryDrilling + a skos:Concept ; + skos:definition "A drilling method using a drill stem equipped with a bit that is rotated to cut and grind the rock with a fluid pumped down the stem to force cuttings up through the annular space between the stem and the wall of the hole"@en ; + skos:inScheme cs: ; + skos:prefLabel "rotary drilling"@en ; + skos:topConceptOf cs: ; +. + +:rotaryHammerDrilling + a skos:Concept ; + skos:broader :percussionDrilling ; + skos:definition "A percussion drilling method using a cutting tool powered by compressed air that creates a rapid percussion effect coupled with rotary action to drill hard rocks."@en ; + skos:inScheme cs: ; + skos:prefLabel "rotary hammer drilling"@en ; +. + +:sidewallCoreBullet + a skos:Concept ; + skos:broader :sidewallCore ; + skos:definition "Percussion cores are taken by firing hollow bullets into the formation. The bullets are attached to the tool by fasteners, and are retrieved, along with the core inside, by pulling up the tool and the fasteners. Percussion coring tools typically hold 20 to 30 bullets, but two or three tools can be combined on one run in the hole."@en ; + skos:inScheme cs: ; + skos:prefLabel "sidewall core bullet"@en ; +. + +:sidewallCoreMechanical + a skos:Concept ; + skos:broader :sidewallCore ; + skos:definition "Mechanical tools use hollow rotary drills to cut and then pull out core plugs. Up to 75 plugs can be recovered on one run. With full recovery, cores from typical percussion tools are 1 in. [2.5 cm] in diameter by 1 3/4 in. [4.4 cm] long, while those from mechanical tools are 0.91 in. [2.3 cm] in diameter by 2 in. [5 cm] long. The latter are also known as rotary sidewall cores."@en ; + skos:inScheme cs: ; + skos:prefLabel "sidewall core mechanical"@en ; +. + +:unknown + a skos:Concept ; + schema:citation "http://www.opengis.net/def/nil/OGC/0/unknown" ; + skos:definition "The method of drilling is unknown"@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + +:coreDiamond + a skos:Concept ; + skos:definition "Rock or sediment core drilling using a liquid-cooled, diamond or tungsten carbide bit."@en ; + skos:inScheme cs: ; + skos:narrower :coreConventional ; + skos:prefLabel "core diamond"@en ; + skos:topConceptOf cs: ; +. + +:sidewallCore + a skos:Concept ; + skos:definition "A method to extract a core or plug from the sidewall of a borehole."@en ; + skos:inScheme cs: ; + skos:narrower + :sidewallCoreBullet , + :sidewallCoreMechanical ; + skos:prefLabel "sidewall core"@en ; + skos:topConceptOf cs: ; +. + +:percussionDrilling + a skos:Concept ; + skos:definition "Rock or sediment chips or fragments are derived from a percussion (hammer) method."@en ; + skos:inScheme cs: ; + skos:narrower + :cableToolDrilling , + :rabDrilling , + :rotaryHammerDrilling ; + skos:prefLabel "percussion drilling"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Drilling Methods (BOREHOLE.LU_DRILLING_METHODS)" ; + skos:definition "Method of drilling."@en ; + skos:hasTopConcept + :auger , + :coreAir , + :coreBox , + :coreDiamond , + :coreGeoprobe , + :coreGravity , + :coreKasten , + :coreMackereth , + :corePiston , + :corePush , + :coreRov , + :coreSonic , + :coreUnspecified , + :coreVibro , + :percussionDrilling , + :reverseCirculationDrilling , + :rotaryDrilling , + :sidewallCore , + :unknown ; + skos:prefLabel "Borehole Geology - Drilling Methods"@en ; + dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Entity_Type_or_Feature_Boreholes.ttl b/vocabularies/Entity_Type_or_Feature_Boreholes.ttl new file mode 100644 index 0000000..16a7cea --- /dev/null +++ b/vocabularies/Entity_Type_or_Feature_Boreholes.ttl @@ -0,0 +1,367 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:acreageRelease + a skos:Concept ; + skos:definition "Offshore acreage released by the various Australian Government-State/NT Joint Authorities."@en ; + skos:inScheme cs: ; + skos:prefLabel "acreage release"@en ; + skos:topConceptOf cs: ; +. + +:borehole + a skos:Concept ; + skos:definition "A generic term for any hole or shaft drilled into the Earth. A borehole may have many purposes (eg, petroleum, mineral, or groundwater exploration or production; stratigraphic or engineering investigation)."@en ; + skos:inScheme cs: ; + skos:prefLabel "borehole"@en ; + skos:topConceptOf cs: ; +. + +:country + a skos:Concept ; + schema:citation "See GA Country Codes vocab" ; + skos:definition "Country name (ISO 3166-1998 Code for the representation of names of countries)"@en ; + skos:inScheme cs: ; + skos:prefLabel "country"@en ; + skos:topConceptOf cs: ; +. + +:emitter + a skos:Concept ; + skos:definition "This entity contains data about CO2 Emission sources - including power stations, petroleum fields, gas processing plants, oil refineries, coke production plants"@en ; + skos:inScheme cs: ; + skos:prefLabel "emitter"@en ; + skos:topConceptOf cs: ; +. + +:essci + a skos:Concept ; + skos:definition "This entity contains data about ESSCIs - environmentally sustainable sites for CO2 injection"@en ; + skos:inScheme cs: ; + skos:prefLabel "ESSCI"@en ; + skos:topConceptOf cs: ; +. + +:estuary + a skos:Concept ; + skos:definition "This entity contains data about Australian estuaries"@en ; + skos:inScheme cs: ; + skos:prefLabel "estuary"@en ; + skos:topConceptOf cs: ; +. + +:explorationPermit + a skos:Concept ; + skos:definition "Permit to provide exclusive rights to undertake seismic surveys and drilling in a defined area."@en ; + skos:inScheme cs: ; + skos:prefLabel "exploration permit"@en ; + skos:topConceptOf cs: ; +. + +:facies + a skos:Concept ; + skos:definition "This entity contains information about facies - derived from within Australian estuaries"@en ; + skos:inScheme cs: ; + skos:prefLabel "facies"@en ; + skos:topConceptOf cs: ; +. + +:fieldSite + a skos:Concept ; + skos:definition "Place (site) where an observation and/or measurement was made and/or sampling took place. For example observations/measurements/samples of rocks, soil, stream sediments, water, regolith, landform, vegetation, or rock properties."@en ; + skos:inScheme cs: ; + skos:prefLabel "field site"@en ; + skos:topConceptOf cs: ; +. + +:laboratory + a skos:Concept ; + skos:definition "A facility that provides controlled conditions in which scientific or technological research, experiments, and measurement may be performed."@en ; + skos:inScheme cs: ; + skos:prefLabel "laboratory"@en ; + skos:topConceptOf cs: ; +. + +:mapsheet + a skos:Concept ; + skos:definition "A MAPSHEET is the bounding polygon of the map as in, for example, the National Mapping 1:250 000 map sheet index. Mapsheets can be any scale, and include standard mapsheet boundaries and non-standard mapsheet boundaries."@en ; + skos:inScheme cs: ; + skos:prefLabel "mapsheet"@en ; + skos:topConceptOf cs: ; +. + +:marsegment + a skos:Concept ; + skos:definition "This table contains information on data subsets of a survey, referred to as segments. Operations segments are defined by a substantial change in the recording parameters of a survey, loop segments are defined where the survey loops on itself, and sampling segments identify where the ship may have stopped or slowed for sampling."@en ; + skos:inScheme cs: ; + skos:prefLabel "MARSEGMENT"@en ; + skos:topConceptOf cs: ; +. + +:mineWaste + a skos:Concept ; + skos:definition "Locality of mining or processing plant waste, such as tailings dam, slag heap, or dumps"@en ; + skos:inScheme cs: ; + skos:prefLabel "mine waste"@en ; + skos:topConceptOf cs: ; +. + +:mineralDeposit + a skos:Concept ; + skos:definition "An aggregation of mineralisation that may or may not have resources defined"@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral deposit"@en ; + skos:topConceptOf cs: ; +. + +:mineralOccurrence + a skos:Concept ; + skos:definition "A mineral accumulation in the lithosphere."@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral occurrence"@en ; + skos:topConceptOf cs: ; +. + +:mineralProject + a skos:Concept ; + skos:definition "A mining operation or mineral exploration project that includes multiple mineral deposits"@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral project"@en ; + skos:topConceptOf cs: ; +. + +:mineralisedZone + a skos:Concept ; + skos:definition "A mineralised zone may describe a zone of uneconomic mineralisation or an economic orebody. There may be one or more mineralised zone within a specific Mineral Deposit entity."@en ; + skos:inScheme cs: ; + skos:prefLabel "mineralised zone"@en ; + skos:topConceptOf cs: ; +. + +:museumCollection + a skos:Concept ; + skos:definition "a generic term for any CPC/PALEO and mineral specimen museum collection."@en ; + skos:inScheme cs: ; + skos:prefLabel "museum collection"@en ; + skos:topConceptOf cs: ; +. + +:observatory + a skos:Concept ; + skos:definition "This entity contains data about observatories - buildings or places set apart for, and furnished with instruments for making, observations of natural phenomena; esp., for magnetic observations, ,astronomical, meteorological"@en ; + skos:inScheme cs: ; + skos:prefLabel "observatory"@en ; + skos:topConceptOf cs: ; +. + +:opggsaReprocessing + a skos:Concept ; + skos:definition "This entity contains data for reprocessing activities carried out under the Offshore Petroleum and Greenhouse Gas Storage Act."@en ; + skos:inScheme cs: ; + skos:prefLabel "OPGGSA reprocessing"@en ; + skos:topConceptOf cs: ; +. + +:pipeline + a skos:Concept ; + skos:definition "This entity contains data about pipelines - containers joining two connection points for the transportation of oil, gas, water or other materials"@en ; + skos:inScheme cs: ; + skos:prefLabel "pipeline"@en ; + skos:topConceptOf cs: ; +. + +:placeName + a skos:Concept ; + skos:definition "This entity contains data about Gazetteer place names"@en ; + skos:inScheme cs: ; + skos:prefLabel "place name"@en ; + skos:topConceptOf cs: ; +. + +:politicalRegion + a skos:Concept ; + skos:definition "This entity contains data about political regions and boundaries."@en ; + skos:inScheme cs: ; + skos:prefLabel "political region"@en ; + skos:topConceptOf cs: ; +. + +:port + a skos:Concept ; + skos:definition "Harbour - a place by the sea, or by a river or other waterway,where ships and boats can dock, load, and unload."@en ; + skos:inScheme cs: ; + skos:prefLabel "port"@en ; + skos:topConceptOf cs: ; +. + +:powerStation + a skos:Concept ; + skos:definition "Site where fossil fuel, nuclear, hydro, solar, wind, biological or other resources are converted into electrical power."@en ; + skos:inScheme cs: ; + skos:prefLabel "power station"@en ; + skos:topConceptOf cs: ; +. + +:productionLicence + a skos:Concept ; + skos:definition "Licence granted to holder of exploration permit or retention lease, for the recovery of petroleum following a commercial discovery."@en ; + skos:inScheme cs: ; + skos:prefLabel "production licence"@en ; + skos:topConceptOf cs: ; +. + +:project + a skos:Concept ; + skos:definition "This entity contains data about projects"@en ; + skos:inScheme cs: ; + skos:prefLabel "project"@en ; + skos:topConceptOf cs: ; +. + +:province + a skos:Concept ; + skos:definition "This entity contains data about provinces"@en ; + skos:inScheme cs: ; + skos:prefLabel "province"@en ; + skos:topConceptOf cs: ; +. + +:resourceProcessingPlant + a skos:Concept ; + skos:definition "Locality for adding value to raw materials, particularly minerals."@en ; + skos:inScheme cs: ; + skos:prefLabel "resource processing plant"@en ; + skos:topConceptOf cs: ; +. + +:resourceProject + a skos:Concept ; + skos:definition "Proposed, planned or developing scheme, including infrastructure, for extracting resources that requires a large amount of time, effort, capital, or planning. Once developed, the type of entity could change to MINE, WELL, RESOURCE PROCESSING PLANT, or something similar."@en ; + skos:inScheme cs: ; + skos:prefLabel "resource project"@en ; + skos:topConceptOf cs: ; +. + +:retentionLease + a skos:Concept ; + skos:definition "Lease granted to holder of exploration permit, where a discovery is not currently commercial but is expected to become so."@en ; + skos:inScheme cs: ; + skos:prefLabel "retention lease"@en ; + skos:topConceptOf cs: ; +. + +:section + a skos:Concept ; + skos:definition "A set of observations and/or measurements and/or samples taken at points or intervals along a line, section or traverse, in any direction at or beneath the earth's surface (measured section). For example, observations of a group of stratigraphic units or regolith zones."@en ; + skos:inScheme cs: ; + skos:prefLabel "section"@en ; + skos:topConceptOf cs: ; +. + +:seismicline + a skos:Concept ; + skos:definition "Information about seismic lines for a given survey. Each seismic line has a different name, but the parameters of seismic lines in any given segment should be similar. A segment may consist of many lines, and a line may fall within more than 1 segment if the operating parameters change."@en ; + skos:inScheme cs: ; + skos:prefLabel "seismic line"@en ; + skos:topConceptOf cs: ; +. + +:state + a skos:Concept ; + skos:definition "All States and Territories (currently only Australian implemented)"@en ; + skos:inScheme cs: ; + skos:prefLabel "state"@en ; + skos:topConceptOf cs: ; +. + +:stratUnitDefinitionLocation + a skos:Concept ; + skos:definition "The physical points that outline a section or a point that indicates an area that displays the defining characteristics of a stratigraphic unit"@en ; + skos:inScheme cs: ; + skos:prefLabel "stratigraphic unit definition location"@en ; + skos:topConceptOf cs: ; +. + +:survey + a skos:Concept ; + skos:definition "This entity contains data for marine, gravity, seismic and airborne surveys."@en ; + skos:inScheme cs: ; + skos:prefLabel "survey"@en ; + skos:topConceptOf cs: ; +. + +:well + a skos:Concept ; + skos:definition "This entity contains general and header information about wells. A well is an actual or proposed hole in the ground, designed to exchange fluids between a subsurface reservoir and the surface (or another reservoir) or to retrieve rock core or samples or to enable the detection and measurement of rock properties. A well (eg sidetrack or horizontal well) may originate from another well defined by PARENT."@en ; + skos:inScheme cs: ; + skos:prefLabel "well"@en ; + skos:topConceptOf cs: ; +. + +:wildcatLocation + a skos:Concept ; + skos:definition "Permit to conduct further exploration and/or appraisal activities within the location blocks to determine more accurately the nature of the discovery."@en ; + skos:inScheme cs: ; + skos:prefLabel "wildcat location"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Entity Type or Feature (A.ENTITY_TYPES)" ; + skos:definition "Type of entity or feature. (eg, measured section, borehole, field site)."@en ; + skos:hasTopConcept + :acreageRelease , + :borehole , + :country , + :emitter , + :essci , + :estuary , + :explorationPermit , + :facies , + :fieldSite , + :laboratory , + :mapsheet , + :marsegment , + :mineWaste , + :mineralDeposit , + :mineralOccurrence , + :mineralProject , + :mineralisedZone , + :museumCollection , + :observatory , + :opggsaReprocessing , + :pipeline , + :placeName , + :politicalRegion , + :port , + :powerStation , + :productionLicence , + :project , + :province , + :resourceProcessingPlant , + :resourceProject , + :retentionLease , + :section , + :seismicline , + :state , + :stratUnitDefinitionLocation , + :survey , + :well , + :wildcatLocation ; + skos:prefLabel "General Geology - Entity or Feature Type"@en ; + dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division " ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/FieldSitePurposeBoreholes.ttl b/vocabularies/FieldSitePurposeBoreholes.ttl index 99ee2fe..5d3867e 100644 --- a/vocabularies/FieldSitePurposeBoreholes.ttl +++ b/vocabularies/FieldSitePurposeBoreholes.ttl @@ -1,113 +1,102 @@ -PREFIX cs: +PREFIX : +PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX owl: PREFIX rdfs: +PREFIX schema: PREFIX skos: PREFIX xsd: - +:environmental-study a skos:Concept ; - dcterms:identifier "environmental_study"^^xsd:token ; skos:definition "A field site to make observations or collect samples for environmental purposes."@en ; skos:inScheme cs: ; skos:prefLabel "environmental study"@en ; skos:topConceptOf cs: ; . - +:geochemistry a skos:Concept ; - dcterms:identifier "geochemistry"^^xsd:token ; skos:definition "A field site used to make observations or collect rock or regolith samples for geochemical (including isotopic) analysis."@en ; skos:inScheme cs: ; skos:prefLabel "geochemistry"@en ; skos:topConceptOf cs: ; . - +:geochronology a skos:Concept ; - dcterms:identifier "geochronology"^^xsd:token ; skos:definition "A field site used to determine the age of geological materials."@en ; skos:inScheme cs: ; skos:prefLabel "geochronology"@en ; skos:topConceptOf cs: ; . - +:geological-study a skos:Concept ; - dcterms:identifier "geological_study"^^xsd:token ; skos:definition "A field site from a geological survey, including lithological, stratigraphic, structural, metamorphic, and other geological description."@en ; skos:inScheme cs: ; skos:prefLabel "geological study"@en ; skos:topConceptOf cs: ; . - +:geophysics a skos:Concept ; - dcterms:identifier "geophysics"^^xsd:token ; skos:definition "A field site to make observations about the geophysical properties at that location."@en ; skos:inScheme cs: ; skos:prefLabel "geophysics"@en ; skos:topConceptOf cs: ; . - +:hydrochemistry a skos:Concept ; - dcterms:identifier "hydrochemistry"^^xsd:token ; skos:definition "A field site to make observations or collect samples for hydrochemical analysis."@en ; skos:inScheme cs: ; skos:prefLabel "hydrochemistry"@en ; skos:topConceptOf cs: ; . - +:mineral-resource-appraisal a skos:Concept ; - dcterms:identifier "mineral_resource_appraisal"^^xsd:token ; skos:definition "A field site to make observations or collect samples for determining the mineral resource character or potential of an area."@en ; skos:inScheme cs: ; skos:prefLabel "mineral resource appraisal"@en ; skos:topConceptOf cs: ; . - +:multi-purpose-appraisal a skos:Concept ; - dcterms:identifier "multi-purpose_appraisal"^^xsd:token ; skos:definition "A field site to make observations or collect samples for multiple purposes. (eg, geological description, geochemical sampling, geochronological sampling, etc)"@en ; skos:inScheme cs: ; skos:prefLabel "multi-purpose appraisal"@en ; skos:topConceptOf cs: ; . - +:natural-resource-management-study a skos:Concept ; - dcterms:identifier "natural_resource_management_study"^^xsd:token ; skos:definition "A field site used for the purpose of determining the natural resource management aspects of an area."@en ; skos:inScheme cs: ; skos:prefLabel "natural resource management study"@en ; skos:topConceptOf cs: ; . - +:neotectonics a skos:Concept ; - dcterms:identifier "neotectonics"^^xsd:token ; skos:definition "A field site to make observations or collect samples for determining the deformation/earthquake history of an area under conditions imposed by the current crustal stress regime."@en ; skos:inScheme cs: ; skos:prefLabel "neotectonics"@en ; skos:topConceptOf cs: ; . - +:petrophysics a skos:Concept ; - dcterms:identifier "petrophysics"^^xsd:token ; skos:definition "A field site to make observations or collect samples for rock properties. (eg porosity, permeability, magnetic susceptibility)"@en ; skos:inScheme cs: ; skos:prefLabel "petrophysics"@en ; skos:topConceptOf cs: ; . - +:unknown a skos:Concept ; - dcterms:identifier "unknown"^^xsd:token ; skos:definition "The field site purpose is unknown"@en ; skos:inScheme cs: ; skos:prefLabel "unknown"@en ; @@ -116,29 +105,28 @@ PREFIX xsd: cs: a skos:ConceptScheme ; - dcterms:created "2022-08-04"^^xsd:date ; - dcterms:creator ; - dcterms:identifier "field_site_purpose"^^xsd:token ; - dcterms:modified "2022-08-04"^^xsd:date ; - skos:historyNote "Geoscience Australia Field Site Purpose Terms (FGDM. LU_FIELDSITE_PURPOSE)"@en ; - dcterms:publisher ; - rdfs:seeAlso ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; skos:definition "The purpose of the field site (eg, geological study, geochemistry, neotectonics)."@en ; skos:hasTopConcept - , - , - , - , - , - , - , - , - , - , - , - ; + :environmental-study , + :geochemistry , + :geochronology , + :geological-study , + :geophysics , + :hydrochemistry , + :mineral-resource-appraisal , + :multi-purpose-appraisal , + :natural-resource-management-study , + :neotectonics , + :petrophysics , + :unknown ; + skos:historyNote "Geoscience Australia Field Site Purpose Terms (FGDM. LU-FIELDSITE-PURPOSE)"@en ; skos:prefLabel "Field Geology - Field Site Purpose "@en ; dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; . - diff --git a/vocabularies/FieldSiteTypeBoreholes.ttl b/vocabularies/FieldSiteTypeBoreholes.ttl index 9ac66ea..653a0a6 100644 --- a/vocabularies/FieldSiteTypeBoreholes.ttl +++ b/vocabularies/FieldSiteTypeBoreholes.ttl @@ -1,136 +1,125 @@ -PREFIX cs: -PREFIX dcat: -PREFIX dcterms: -PREFIX owl: -PREFIX rdfs: -PREFIX skos: -PREFIX xsd: - - - a skos:Concept ; - dcterms:identifier "open_cut_mine"^^xsd:token ; - skos:broader ; - skos:definition "Open cut (open pit, open cast) mine workings."@en ; - skos:inScheme cs: ; - skos:prefLabel "open cut mine"@en ; -. - - - a skos:Concept ; - dcterms:identifier "outcrop"^^xsd:token ; - skos:broader ; - skos:definition "An exposure of rock at the Earth surface."@en ; - skos:inScheme cs: ; - skos:prefLabel "outcrop"@en ; -. - - - a skos:Concept ; - dcterms:identifier "regolith_site"^^xsd:token ; - skos:broader ; - skos:definition "A field site for observation or sampling of unconsolidated regolith material."@en ; - skos:inScheme cs: ; - skos:prefLabel "regolith site"@en ; -. - - - a skos:Concept ; - dcterms:identifier "sea_floor"^^xsd:token ; - skos:definition "A location on the sea floor."@en ; - skos:inScheme cs: ; - skos:prefLabel "sea floor"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "spring"^^xsd:token ; - skos:definition "A natural site where water flows from an aquifer to the Earth's surface."@en ; - skos:inScheme cs: ; - skos:prefLabel "spring"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "underground_mine"^^xsd:token ; - skos:broader ; - skos:definition "Underground mine workings."@en ; - skos:inScheme cs: ; - skos:prefLabel "underground mine"@en ; -. - - - a skos:Concept ; - dcterms:identifier "unknown"^^xsd:token ; - skos:definition "The type of field site is unknown or unspecified."@en ; - skos:inScheme cs: ; - skos:prefLabel "unknown"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "water_site"^^xsd:token ; - skos:definition "A field site where water is collected at the Earth surface. The origin of the water may be unclear."@en ; - skos:inScheme cs: ; - skos:prefLabel "water site"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "watercourse"^^xsd:token ; - skos:definition "A field site located in a stream or river course, either as a dry bed or with running water."@en ; - skos:inScheme cs: ; - skos:prefLabel "watercourse"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "mine"^^xsd:token ; - skos:definition "An exposure at an open cut or underground mine site."@en ; - skos:inScheme cs: ; - skos:narrower - , - ; - skos:prefLabel "mine"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "natural_land_surface"^^xsd:token ; - skos:definition "Natural land surface"@en ; - skos:inScheme cs: ; - skos:narrower - , - ; - skos:prefLabel "natural land surface"@en ; - skos:topConceptOf cs: ; -. - -cs: - a skos:ConceptScheme ; - dcterms:created "2022-08-04"^^xsd:date ; - dcterms:creator ; - dcterms:identifier "field_site_type"^^xsd:token ; - dcterms:modified "2022-08-04"^^xsd:date ; - skos:historyNote "Geoscience Australia Field Site Types (FGMD. LU_FIELDSITE_TYPE)"@en ; - dcterms:publisher ; - rdfs:seeAlso ; - owl:versionInfo "1" ; - skos:definition "A site on the Earth, generally visited in the field from a particular geoscientific perspective. A field site type is defined by the information collected regarding rock, regolith, water, landform, or vegetation."@en ; - skos:hasTopConcept - , - , - , - , - , - , - ; - skos:prefLabel "Field Geology - Field Site Type"@en ; - dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division " ; -. - +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:open-cut-mine + a skos:Concept ; + skos:broader :mine ; + skos:definition "Open cut (open pit, open cast) mine workings."@en ; + skos:inScheme cs: ; + skos:prefLabel "open cut mine"@en ; +. + +:outcrop + a skos:Concept ; + skos:broader :natural-land-surface ; + skos:definition "An exposure of rock at the Earth surface."@en ; + skos:inScheme cs: ; + skos:prefLabel "outcrop"@en ; +. + +:regolith-site + a skos:Concept ; + skos:broader :natural-land-surface ; + skos:definition "A field site for observation or sampling of unconsolidated regolith material."@en ; + skos:inScheme cs: ; + skos:prefLabel "regolith site"@en ; +. + +:sea-floor + a skos:Concept ; + skos:definition "A location on the sea floor."@en ; + skos:inScheme cs: ; + skos:prefLabel "sea floor"@en ; + skos:topConceptOf cs: ; +. + +:spring + a skos:Concept ; + skos:definition "A natural site where water flows from an aquifer to the Earth's surface."@en ; + skos:inScheme cs: ; + skos:prefLabel "spring"@en ; + skos:topConceptOf cs: ; +. + +:underground-mine + a skos:Concept ; + skos:broader :mine ; + skos:definition "Underground mine workings."@en ; + skos:inScheme cs: ; + skos:prefLabel "underground mine"@en ; +. + +:unknown + a skos:Concept ; + skos:definition "The type of field site is unknown or unspecified."@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + +:water-site + a skos:Concept ; + skos:definition "A field site where water is collected at the Earth surface. The origin of the water may be unclear."@en ; + skos:inScheme cs: ; + skos:prefLabel "water site"@en ; + skos:topConceptOf cs: ; +. + +:watercourse + a skos:Concept ; + skos:definition "A field site located in a stream or river course, either as a dry bed or with running water."@en ; + skos:inScheme cs: ; + skos:prefLabel "watercourse"@en ; + skos:topConceptOf cs: ; +. + +:mine + a skos:Concept ; + skos:definition "An exposure at an open cut or underground mine site."@en ; + skos:inScheme cs: ; + skos:narrower + :open-cut-mine , + :underground-mine ; + skos:prefLabel "mine"@en ; + skos:topConceptOf cs: ; +. + +:natural-land-surface + a skos:Concept ; + skos:definition "Natural land surface"@en ; + skos:inScheme cs: ; + skos:narrower + :outcrop , + :regolith-site ; + skos:prefLabel "natural land surface"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + skos:definition "A site on the Earth, generally visited in the field from a particular geoscientific perspective. A field site type is defined by the information collected regarding rock, regolith, water, landform, or vegetation."@en ; + skos:hasTopConcept + :mine , + :natural-land-surface , + :sea-floor , + :spring , + :unknown , + :water-site , + :watercourse ; + skos:historyNote "Geoscience Australia Field Site Types (FGMD. LU-FIELDSITE-TYPE)"@en ; + skos:prefLabel "Field Geology - Field Site Type"@en ; + dcat:contactPoint "Team Lead - Information Services; Minerals, Energy and Groundwater Division " ; + schema:creator ; + schema:dateCreated "2022-08-04"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/LandformTypeBoreholes.ttl b/vocabularies/LandformTypeBoreholes.ttl index 542e17d..64c3265 100644 --- a/vocabularies/LandformTypeBoreholes.ttl +++ b/vocabularies/LandformTypeBoreholes.ttl @@ -1,905 +1,830 @@ -PREFIX cs: +PREFIX : +PREFIX cs: PREFIX dcat: -PREFIX dcterms: PREFIX owl: PREFIX rdfs: +PREFIX schema: PREFIX skos: PREFIX xsd: - +:aeolian-dunes a skos:Concept ; - dcterms:identifier "aeolian_dunes"^^xsd:token ; - dcterms:provenance "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "DU10"@en ; - skos:broader ; + skos:broader :aeolian-landforms ; + schema:citation "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "Low mounds, ridges, banks, or hills of loose, windblown granular material (generally sand; in some places volcanic ash), either bare or covered with vegetation, capable of being moved from place to place by wind, but always retaining their own characteristic shape."@en ; skos:inScheme cs: ; skos:prefLabel "aeolian dunes"@en ; . - +:aeolian-sheet a skos:Concept ; - dcterms:identifier "aeolian_sheet"^^xsd:token ; - dcterms:provenance "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "DU20"@en ; - skos:broader ; + skos:broader :aeolian-landforms ; + schema:citation "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A sheet of aeolian material- generally sand - formed when wind moulding of the surface is prevented either by vegetation or, more usually, because the sand grains are too coarse. They are commonly associated with sources that give rise to coarse sand grains, such as alluvial plains, or the weathering of coarse-grained granite, as occurs in the Yilgarn of Western Australia."@en ; skos:inScheme cs: ; skos:prefLabel "aeolian sheet"@en ; . - +:alluvial-fan a skos:Concept ; - dcterms:identifier "alluvial_fan"^^xsd:token ; - dcterms:provenance "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "FA01"@en ; - skos:broader ; + skos:broader :fan ; + schema:citation "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level (<1 percent slope) to very gently inclined complex landform pattern of extremely low relief with a generally fan-shaped plan form. The rapidly migrating alluvial stream channels are shallow to moderately deep, locally numerous, but elsewhere widely spaced. The channels form a centrifugal to divergent, integrated, reticulated to distributary pattern. The landform pattern includes areas that are bar plains - being aggraded or eroded by frequently active channelled stream flow - and other areas comprising terraces or stagnant alluvial plains with slopes that are greater than usual, formed by channelled stream flow but now relict. Incision in the up-slope area may give rise to an erosional stream bed between scarps."@en ; skos:inScheme cs: ; skos:prefLabel "alluvial fan"@en ; . - +:alluvial-plain a skos:Concept ; - dcterms:identifier "alluvial_plain"^^xsd:token ; - dcterms:provenance "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "AL10"@en ; - skos:broader ; + skos:broader :alluvial-landforms ; + schema:citation "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level, gently sloping or slightly undulating land surface produced by extensive deposition of alluvium, generally adjacent to a river that periodically overflows its banks; it may be situated on a flood plain, a delta, or an alluvial fan."@en ; skos:inScheme cs: ; skos:prefLabel "alluvial plain"@en ; . - +:alluvial-swamp a skos:Concept ; - dcterms:identifier "alluvial_swamp"^^xsd:token ; - dcterms:provenance "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "AL50"@en ; - skos:broader ; + skos:broader :alluvial-landforms ; + schema:citation "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "An almost level, closed, or almost closed, depression with a seasonal or permanent water table at or above the surface, commonly aggraded by over-bank stream flow and sometimes biological (peat) accumulation."@en ; skos:inScheme cs: ; skos:prefLabel "alluvial swamp"@en ; . - +:alluvial-terrace a skos:Concept ; - dcterms:identifier "alluvial_terrace"^^xsd:token ; - dcterms:provenance "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "AL20"@en ; - skos:broader ; + skos:broader :alluvial-landforms ; + schema:citation "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A former flood plain on which erosion and aggradation by channelled and over-bank stream flow is slightly active or inactive because of deepening or enlargement of the stream channel has lowered the level of flooding. A pattern that includes a significant active flood plain, or former flood plains at more than one level, becomes terraced land."@en ; skos:inScheme cs: ; skos:prefLabel "alluvial terrace"@en ; . - +:anastomatic-plain a skos:Concept ; - dcterms:identifier "anastomatic_plain"^^xsd:token ; - dcterms:provenance "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "AL12"@en ; - skos:broader ; + skos:broader :alluvial-landforms ; + schema:citation "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A flood plain on which the stream channels join and divide, as do the veins on a leaf. Flood plain with slowly migrating, deep alluvial channels, usually moderately spaced, forming a divergent to unidirectional integrated reticulated network. There is frequently active aggradation by over-bank and channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "anastomatic plain"@en ; . - +:ash-plain a skos:Concept ; - dcterms:identifier "ash_plain"^^xsd:token ; - dcterms:provenance "PDF pg 67, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "VO04"@en ; - skos:broader ; + skos:broader :volcano ; + schema:citation "PDF pg 67, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level to undulating landform pattern of very low to extremely low relief typically with widely spaced fixed stream channels that form an integrated or interrupted tributary pattern. The landform pattern is aggraded by volcanism (ash fall) that is generally relict; it is subject to erosion by continuously active sheet flow, creep and channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "ash plain"@en ; . - +:badlands a skos:Concept ; - dcterms:identifier "badlands"^^xsd:token ; - dcterms:provenance "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ER70"@en ; - skos:broader ; + skos:broader :erosional-landforms ; + schema:citation "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A landform pattern of low to extremely low relief (<9 m) and steep to precipitous slopes, typically with numerous fixed erosional stream channels that form a dendritic to parallel integrated tributary network. There is continuously active erosion by collapse, landslide, sheet flow, creep and channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "badlands"@en ; . - +:bar-plain a skos:Concept ; - dcterms:identifier "bar_plain"^^xsd:token ; - dcterms:provenance "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "AL13"@en ; - skos:broader ; + skos:broader :alluvial-landforms ; + schema:citation "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A flood plain having sub-parallel stream channels that both aggrade and erode so as to develop a generally corrugated surface with numerous bars. Flood plain with numerous rapidly migrating shallow alluvial channels forming a unidirectional integrated reticulated network. There is frequently active aggradation and erosion by channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "bar plain"@en ; . - +:beach a skos:Concept ; - dcterms:identifier "beach"^^xsd:token ; - dcterms:provenance "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "CO08"@en ; - skos:broader ; + skos:broader :coastal-lands ; + schema:citation "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A short, low, very wide slope, gently or moderately inclined, built up or eroded by waves, forming the shore of a lake or sea."@en ; skos:inScheme cs: ; skos:prefLabel "beach"@en ; . - +:beach-ridge a skos:Concept ; - dcterms:identifier "beach_ridge"^^xsd:token ; - dcterms:provenance "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "CO01"@en ; - skos:broader ; + skos:broader :coastal-lands ; + schema:citation "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level to gently undulating landform pattern of extremely low relief on which stream channels are absent or very rare; it consists of relict parallel linear ridges built up by waves and modified by wind."@en ; skos:inScheme cs: ; skos:prefLabel "beach ridge plain"@en ; . - +:caldera a skos:Concept ; - dcterms:identifier "caldera"^^xsd:token ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "VO01"@en ; - skos:broader ; + skos:broader :volcano ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A rare landform pattern typically of very high relief and steep to precipitous slopes. It has no stream channels or has fixed erosional channels forming a centripetal integrated tributary pattern. The landform has subsided or was excavated as a result of volcanism."@en ; skos:inScheme cs: ; skos:prefLabel "caldera"@en ; . - +:chenier-plain a skos:Concept ; - dcterms:identifier "chenier_plain"^^xsd:token ; - dcterms:provenance "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "CO02"@en ; - skos:broader ; + skos:broader :coastal-lands ; + schema:citation "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level to gently undulating landform pattern of extremely low relief on which stream channels are very rare. The pattern consists of relict, parallel linear ridges built by waves, separated by, and built over, flats aggraded by tides or over-bank stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "chenier plain"@en ; . - +:coastal-dunes a skos:Concept ; - dcterms:identifier "coastal_dunes"^^xsd:token ; - dcterms:provenance "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "CO06"@en ; - skos:broader ; + skos:broader :coastal-lands ; + schema:citation "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level to rolling landform pattern of very low to extremely low relief - without stream channels - built up or locally excavated, eroded or aggraded by wind. This landform pattern occurs in usually restricted coastal locations."@en ; skos:inScheme cs: ; skos:prefLabel "coastal dunes"@en ; . - +:coastal-plain a skos:Concept ; - dcterms:identifier "coastal_plain"^^xsd:token ; - dcterms:provenance "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "CO07"@en ; - skos:broader ; + skos:broader :coastal-lands ; + schema:citation "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level landform pattern with extremely low relief either with or without stream channels, built up by coastal - usually tidal - processes."@en ; skos:inScheme cs: ; skos:prefLabel "coastal plain"@en ; . - +:colluvial-fan a skos:Concept ; - dcterms:identifier "colluvial_fan"^^xsd:token ; - dcterms:provenance "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "FA02"@en ; - skos:broader ; + skos:broader :fan ; + schema:citation "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A very gently to moderately inclined complex landform pattern of extremely low relief with a generally fan-shaped plan form. Divergent stream channels are commonly present, but the dominant process is colluvial deposition of materials. The pattern is usually steeper than an alluvial fan."@en ; skos:inScheme cs: ; skos:prefLabel "colluvial fan"@en ; . - +:cone-volcanic a skos:Concept ; - dcterms:identifier "cone_volcanic"^^xsd:token ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "VO02"@en ; - skos:broader ; + skos:broader :volcano ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A typically low to high relief and very steep landform pattern without stream channels, or with erosional rills forming a radial tributary pattern. The landform is built up by volcanism and slightly modified by erosional agents."@en ; skos:inScheme cs: ; skos:prefLabel "cone (volcanic)"@en ; . - - skos:broader ; -. - - +:covered-plain a skos:Concept ; - dcterms:identifier "covered_plain"^^xsd:token ; - dcterms:provenance "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "AL14"@en ; - skos:broader ; + skos:broader :alluvial-landforms ; + schema:citation "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A flood plain with a number of alluvial channels that are widely-spaced (i.e. a little under 1 km), migrating, more or less parallel, and deep (i.e. width-depth ratio <20:1). Aggradation by over-bank stream flow occurs at least once every 50 years, providing further alluvial cover."@en ; skos:inScheme cs: ; skos:prefLabel "covered plain"@en ; . - +:delta a skos:Concept ; - dcterms:identifier "delta"^^xsd:token ; - dcterms:provenance "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "DE00"@en ; + schema:citation "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A flood plain projecting into a sea or lake, with slowly migrating deep alluvial channels, usually moderately spaced, typically forming a divergent distributary network. This landform is aggraded by frequently active overbank and channelled stream flow that is modified by tides."@en ; skos:inScheme cs: ; skos:prefLabel "delta"@en ; skos:topConceptOf cs: ; . - +:depostional-glacial-features a skos:Concept ; - dcterms:identifier "depostional_glacial_features"^^xsd:token ; - dcterms:provenance "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "GL10"@en ; - skos:broader ; + skos:broader :glacial-features ; + schema:citation "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "Also called Depositional glacial landforms. This collective term includes features such as moraines of various kinds, as well as irregular landforms made up of glacial deposits. "@en ; skos:inScheme cs: ; skos:prefLabel "depositional glacial features"@en ; . - +:depostional-plain a skos:Concept ; - dcterms:identifier "depostional_plain"^^xsd:token ; - dcterms:provenance "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "PL01"@en ; - skos:broader ; + skos:broader :plain ; + schema:citation "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level to undulating or, rarely, rolling landform pattern of extremely low relief (<9 m). Some types of plains are described under alluvial landforms and some are also described under erosional landforms."@en ; skos:inScheme cs: ; skos:prefLabel "depositional plain"@en ; . - +:drainage-depression a skos:Concept ; - dcterms:identifier "drainage_depression"^^xsd:token ; - dcterms:provenance "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ER80"@en ; - skos:broader ; - skos:definition """A depression cut into a surface by erosional processes. This term should be used only in cases where a single depression or valley is incised into a plateau or other surface, and where the scale of mapping does not allow + skos:broader :erosional-landforms ; + schema:citation "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; + skos:definition """A depression cut into a surface by erosional processes. This term should be used only in cases where a single depression or valley is incised into a plateau or other surface, and where the scale of mapping does not allow\r the depression to be subdivided into its component parts (e.g. rises, floodplain). """@en ; skos:inScheme cs: ; skos:prefLabel "drainage depression"@en ; . - +:erosional-glacial-features a skos:Concept ; - dcterms:identifier "erosional_glacial_features"^^xsd:token ; - dcterms:provenance "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "GL20"@en ; - skos:broader ; + skos:broader :glacial-features ; + schema:citation "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "Also called Erosional glacial landforms. Glacial erosion produces a variety of streamlined forms such as cirques and U-shaped valleys."@en ; skos:inScheme cs: ; skos:prefLabel "erosional glacial features"@en ; . - +:erosional-plain a skos:Concept ; - dcterms:identifier "erosional_plain"^^xsd:token ; - dcterms:provenance "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ER10"@en ; - skos:broader ; + skos:broader :erosional-landforms ; + schema:citation "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level to undulating or, rarely, rolling landform pattern of extremely low relief (< 9 m) eroded by continuously active to slightly active or inactive geomorphic processes."@en ; skos:inScheme cs: ; skos:prefLabel "erosional plain"@en ; . - +:escarpment a skos:Concept ; - dcterms:identifier "escarpment"^^xsd:token ; - dcterms:provenance "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ER60"@en ; - skos:broader ; + skos:broader :erosional-landforms ; + schema:citation "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A steep to precipitous landform pattern forming a linearly extensive, straight or sinuous inclined surface that separates terrains at different altitudes, that above the escarpment commonly being a plateau. Relief within the landform pattern may be high (hilly) or low (planar). An included cliff or scarp often marks the upper margin of the scarp."@en ; skos:inScheme cs: ; skos:prefLabel "escarpment"@en ; . - +:etchplain a skos:Concept ; - dcterms:identifier "etchplain"^^xsd:token ; - dcterms:provenance "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ER14"@en ; - skos:broader ; - skos:definition """A level to undulating or, rarely, rolling landform pattern of extremely low relief, initially formed by deep weathering and then erosion of the resulting weathered regolith. Removal of the weathered material may be + skos:broader :erosional-landforms ; + schema:citation "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; + skos:definition """A level to undulating or, rarely, rolling landform pattern of extremely low relief, initially formed by deep weathering and then erosion of the resulting weathered regolith. Removal of the weathered material may be\r either partial or complete."""@en ; skos:inScheme cs: ; skos:prefLabel "etchplain"@en ; . - +:flood-plain a skos:Concept ; - dcterms:identifier "flood_plain"^^xsd:token ; - dcterms:provenance "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "AL11"@en ; - skos:broader ; + skos:broader :alluvial-landforms ; + schema:citation "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "An alluvial plain characterised by frequently active aggradation by overbank stream flow (i.e. by flooding more often than every 50 years) and erosion by channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "flood plain"@en ; . - +:floodout a skos:Concept ; - dcterms:identifier "floodout"^^xsd:token ; - dcterms:provenance "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "AL16"@en ; - skos:broader ; + skos:broader :alluvial-landforms ; + schema:citation "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A flat inclined radially away from a point on the margin, or at the end, of a stream channel, aggraded by over-bank stream flow, or by channelled stream flow associated with channels developed within the over-bank part."@en ; skos:inScheme cs: ; skos:prefLabel "floodout"@en ; . - +:hills a skos:Concept ; - dcterms:identifier "hills"^^xsd:token ; - dcterms:provenance "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ER40"@en ; - skos:broader ; + skos:broader :erosional-landforms ; + schema:citation "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A landform pattern of high relief (90 - 300 m) with gently sloping to precipitous slopes. Fixed, shallow erosional stream channels are closely to very widely spaced and form a dendritic or convergent integrated tributary network. There is continuously active erosion by wash and creep and, in some cases, rarely active erosion by landslides."@en ; skos:inScheme cs: ; skos:prefLabel "hills"@en ; . - +:irregular-dune-field a skos:Concept ; - dcterms:identifier "irregular_dune_field"^^xsd:token ; - dcterms:provenance "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "DU13"@en ; - skos:broader ; + skos:broader :aeolian-landforms ; + schema:citation "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A dune field with a mixture of longitudinal and transverse dunes, as well as other more complicated forms."@en ; skos:inScheme cs: ; skos:prefLabel "irregular dune field"@en ; . - +:karst a skos:Concept ; - dcterms:identifier "karst"^^xsd:token ; - dcterms:provenance "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "KA00"@en ; + schema:citation "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A landform pattern of unspecified relief and slope (for specification use terms such as ‘karst rolling hills’) typically with fixed deep erosional stream channels forming a non-directional disintegrated tributary pattern and many closed depressions without stream channels. It is eroded by continuously active solution and rarely active collapse, with the products being removed through underground channels."@en ; skos:inScheme cs: ; skos:prefLabel "karst"@en ; skos:topConceptOf cs: ; . - +:lacustrine-plain a skos:Concept ; - dcterms:identifier "lacustrine_plain"^^xsd:token ; - dcterms:provenance "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "PL02"@en ; - skos:broader ; + skos:broader :plain ; + schema:citation "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level landform pattern with extremely low relief formerly occupied by a lake, but now partly or completely dry. It is relict after aggradation by waves and by deposition of material from suspension and solution in standing water. The landform pattern is usually bounded by wave-formed cliffs, rock platforms, beaches, berms and lunettes that may be included or excluded."@en ; skos:inScheme cs: ; skos:prefLabel "lacustrine plain"@en ; . - +:lava-flow a skos:Concept ; - dcterms:identifier "lava_flow"^^xsd:token ; - dcterms:provenance "PDF pg 67, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "VO05"@en ; - skos:broader ; + skos:broader :volcano ; + schema:citation "PDF pg 67, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A landform produced on the land surface by flowing magma. It is generally relict and subject to erosion by continuously active sheet flow, creep and channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "lava flow"@en ; . - +:lava-plain a skos:Concept ; - dcterms:identifier "lava_plain"^^xsd:token ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "VO03"@en ; - skos:broader ; + skos:broader :volcano ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level to undulating landform pattern of very low to extremely low relief, typically with widely spaced fixed stream channels that form a non-directional integrated or interrupted tributary pattern. The landform pattern is aggraded by volcanism (lava flow) that is generally relict; it is subject to erosion by continuously active sheet flow, creep and channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "lava plain"@en ; . - +:lava-plateau a skos:Concept ; - dcterms:identifier "lava_plateau"^^xsd:token ; - dcterms:provenance "PDF pg 67, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "VO06"@en ; - skos:broader ; + skos:broader :volcano ; + schema:citation "PDF pg 67, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A plateau aggraded by volcanism (lava flow) that is generally relict and subject to erosion by continuously active sheet flow, creep and channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "lava plateau"@en ; . - +:longitudinal-dune-field a skos:Concept ; - dcterms:identifier "longitudinal_dune_field"^^xsd:token ; - dcterms:provenance "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "DU11"@en ; - skos:broader ; + skos:broader :aeolian-landforms ; + schema:citation "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A dune field characterised by long narrow sand dunes and wide flat swales. The dunes are oriented parallel with the direction of the prevailing wind and, in cross section, one slope is typically steeper than the other."@en ; skos:inScheme cs: ; skos:prefLabel "longitudinal dune field"@en ; . - +:low-hills a skos:Concept ; - dcterms:identifier "low_hills"^^xsd:token ; - dcterms:provenance "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ER30"@en ; - skos:broader ; - skos:definition """A landform pattern of low relief (30 - 90 m) and gentle to very steep slopes, typically with fixed erosional stream channels that are closely to very widely spaced and form a dendritic or convergent integrated tributary + skos:broader :erosional-landforms ; + schema:citation "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; + skos:definition """A landform pattern of low relief (30 - 90 m) and gentle to very steep slopes, typically with fixed erosional stream channels that are closely to very widely spaced and form a dendritic or convergent integrated tributary\r pattern. There is continuously active sheet flow, creep and channelled stream flow."""@en ; skos:inScheme cs: ; skos:prefLabel "low hills"@en ; . - +:lunette a skos:Concept ; - dcterms:identifier "lunette"^^xsd:token ; - dcterms:provenance "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "DU15"@en ; - skos:broader ; + skos:broader :aeolian-landforms ; + schema:citation "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "An elongated, gently curved, low ridge built up by wind on the margin of a playa, typically with a moderate, wave-modified slope towards the playa and a gentle outer slope."@en ; skos:inScheme cs: ; skos:prefLabel "lunette"@en ; . - +:made-land a skos:Concept ; - dcterms:identifier "made_land"^^xsd:token ; - dcterms:provenance "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "MA00"@en ; + schema:citation "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A landform pattern typically of very low or extremely low relief and with slopes in the classes level and very steep. Sparse, fixed deep artificial steam channels form a non-directional interrupted tributary pattern. The landform pattern is eroded and aggraded, and locally built up or excavated, by rarely active human agency."@en ; skos:inScheme cs: ; skos:prefLabel "made land"@en ; skos:topConceptOf cs: ; . - +:marine-plain a skos:Concept ; - dcterms:identifier "marine_plain"^^xsd:token ; - dcterms:provenance "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "CO04"@en ; - skos:broader ; + skos:broader :coastal-lands ; + schema:citation "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A plain eroded or aggraded by waves, tides or submarine currents, and aggraded by deposition of material from suspension and solution in sea water, elevated above sea level by earth movements or eustacy, and little modified by subaerial agents such as stream flow or wind."@en ; skos:inScheme cs: ; skos:prefLabel "marine plain"@en ; . - +:meander-plain a skos:Concept ; - dcterms:identifier "meander_plain"^^xsd:token ; - dcterms:provenance "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "AL15"@en ; - skos:broader ; + skos:broader :alluvial-landforms ; + schema:citation "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A flood plain aggraded and eroded by meandering streams. Flood plain with widely spaced, rapidly migrating, moderately deep alluvial stream channels that form a unidirectional integrated non-tributary network. There is frequently active aggradation and erosion by channelled stream flow, with subordinate aggradation by over-bank stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "meander plain"@en ; . - +:meteor-crater a skos:Concept ; - dcterms:identifier "meteor_crater"^^xsd:token ; - dcterms:provenance "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ME00"@en ; + schema:citation "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A rare landform pattern comprising a circular closed depression with a raised margin; it is typically of low to high relief and has a large range of slope values, without stream channels, or with a peripheral integrated pattern of centrifugal tributary streams. The pattern is excavated, heaved up and built up by a meteor impact and now relict."@en ; skos:inScheme cs: ; skos:prefLabel "meteor crater"@en ; skos:topConceptOf cs: ; . - +:mountains a skos:Concept ; - dcterms:identifier "mountains"^^xsd:token ; - dcterms:provenance "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ER50"@en ; - skos:broader ; + skos:broader :erosional-landforms ; + schema:citation "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A landform pattern of very high relief (>300 m) with moderate to precipitous slopes and fixed erosional stream channels that are closely to very widely spaced and form a dendritic of diverging integrated tributary network. There is continuously active erosion by collapse, landslide, sheet flow, creep and channelled stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "mountains"@en ; . - +:pediment a skos:Concept ; - dcterms:identifier "pediment"^^xsd:token ; - dcterms:provenance "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ER11"@en ; - skos:broader ; - skos:definition """A gently inclined to level (<1 percent slope) landform pattern of extremely low relief, typically with numerous rapidly migrating, very shallow incipient stream channels that form a centrifugal to diverging integrated reticulated pattern. It is eroded, and locally aggraded, by frequently active channelled stream flow or sheet flow, with subordinate wind erosion. Pediments characteristically lie down-slope from adjacent hills with markedly steeper + skos:broader :erosional-landforms ; + schema:citation "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; + skos:definition """A gently inclined to level (<1 percent slope) landform pattern of extremely low relief, typically with numerous rapidly migrating, very shallow incipient stream channels that form a centrifugal to diverging integrated reticulated pattern. It is eroded, and locally aggraded, by frequently active channelled stream flow or sheet flow, with subordinate wind erosion. Pediments characteristically lie down-slope from adjacent hills with markedly steeper\r slopes."""@en ; skos:inScheme cs: ; skos:prefLabel "pediment"@en ; . - +:pediplain a skos:Concept ; - dcterms:identifier "pediplain"^^xsd:token ; - dcterms:provenance "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ER12"@en ; - skos:broader ; - skos:definition """A level to very gently inclined landform pattern with extremely low relief and no stream channels, eroded by slightly active sheet flow and wind. Largely relict from more effective erosion by stream flow in incipient + skos:broader :erosional-landforms ; + schema:citation "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; + skos:definition """A level to very gently inclined landform pattern with extremely low relief and no stream channels, eroded by slightly active sheet flow and wind. Largely relict from more effective erosion by stream flow in incipient\r channels as on a pediment."""@en ; skos:inScheme cs: ; skos:prefLabel "pediplain"@en ; . - +:peneplain a skos:Concept ; - dcterms:identifier "peneplain"^^xsd:token ; - dcterms:provenance "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ER13"@en ; - skos:broader ; + skos:broader :erosional-landforms ; + schema:citation "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level to gently undulating landform pattern with extremely low relief and sparse slowly migrating alluvial stream channels that form a nondirectional integrated tributary pattern. It is eroded by slightly active sheet flow, creep and channelled and over-bank stream flow."@en ; skos:inScheme cs: ; skos:prefLabel "peneplain"@en ; . - +:plateau-edge a skos:Concept ; - dcterms:identifier "plateau_edge"^^xsd:token ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "PT01"@en ; - skos:broader ; + skos:broader :plateau ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "The cliff, scarp or escarpment that extends around a large part of the perimeter of a plateau."@en ; skos:inScheme cs: ; skos:prefLabel "plateau edge"@en ; . - +:plateau-surface a skos:Concept ; - dcterms:identifier "plateau_surface"^^xsd:token ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "PT02"@en ; - skos:broader ; + skos:broader :plateau ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "The low relief surface of a plateau."@en ; skos:inScheme cs: ; skos:prefLabel "plateau surface"@en ; . - +:playa-plain a skos:Concept ; - dcterms:identifier "playa_plain"^^xsd:token ; - dcterms:provenance "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "PL03"@en ; - skos:broader ; + skos:broader :plain ; + schema:citation "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level landform pattern with extremely low relief, typically without stream channels, aggraded by rarely active sheet flow and modified by wind, waves and soil phenomena. Playa plains are sediment sinks and are the lowest parts of the landscape."@en ; skos:inScheme cs: ; skos:prefLabel "playa plain"@en ; . - +:reef a skos:Concept ; - dcterms:identifier "reef"^^xsd:token ; - dcterms:provenance "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "CO03"@en ; + schema:citation "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A continuously active or relict landform pattern built up to the present sea level, or that of a former time, by corals and other organisms. It is mainly level, with moderately inclined to precipitous slopes below sea level. Stream channels are generally absent, but there may occasionally be fixed deep erosional tidal stream channels forming a disintegrated non-tributary pattern."@en ; + skos:broader :coastal-lands ; skos:inScheme cs: ; + skos:altLabel "coral reef"@en ; skos:prefLabel "reef"@en ; skos:topConceptOf cs: ; . - +:residual-low-hills a skos:Concept ; - dcterms:identifier "residual_low_hills"^^xsd:token ; - dcterms:provenance "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ER31"@en ; - skos:broader ; + skos:broader :erosional-landforms ; + schema:citation "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A landform of low relief (30-90 m) and gentle to very steep slopes. This term is used to refer to an isolated low hill surrounded by other landforms."@en ; skos:inScheme cs: ; skos:prefLabel "residual low hills"@en ; . - +:residual-rise a skos:Concept ; - dcterms:identifier "residual_rise"^^xsd:token ; - dcterms:provenance "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ER21"@en ; - skos:broader ; + skos:broader :erosional-landforms ; + schema:citation "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A landform facet of very low relief (9 - 30 m) and very gentle to steep slopes. This term is used to refer to an isolated rise surrounded by other landforms."@en ; skos:inScheme cs: ; skos:prefLabel "residual rise"@en ; . - +:rises a skos:Concept ; - dcterms:identifier "rises"^^xsd:token ; - dcterms:provenance "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ER20"@en ; - skos:broader ; + skos:broader :erosional-landforms ; + schema:citation "PDF pg 62, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A landform pattern of very low relief (9 - 30 m) and very gentle to steep slopes. Fixed erosional stream channels are closely to very widely spaced and form a dendritic to convergent, integrated or interrupted tributary pattern. The pattern is eroded by continuously active to slightly active creep and sheet flow."@en ; skos:inScheme cs: ; skos:prefLabel "rises"@en ; . - +:sand-plain a skos:Concept ; - dcterms:identifier "sand_plain"^^xsd:token ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "PL04"@en ; - skos:broader ; + skos:broader :plain ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level landform pattern with extremely low relief - typically without stream channels - aggraded by active wind deposition and rarely active sheet flow."@en ; skos:inScheme cs: ; skos:prefLabel "sand plain"@en ; . - +:sheet-flood-fan a skos:Concept ; - dcterms:identifier "sheet-flood_fan"^^xsd:token ; - dcterms:provenance "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "FA03"@en ; - skos:broader ; + skos:broader :fan ; + schema:citation "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level (<1 percent slope) to very gently inclined landform pattern of extremely low relief with numerous rapidly migrating very shallow incipient stream channels forming a divergent to unidirectional, integrated or interrupted reticulated pattern. Frequently active sheet flow and channelled stream flow, with subordinate wind erosion aggrade the landform pattern."@en ; skos:inScheme cs: ; skos:prefLabel "sheet-flood fan"@en ; . - +:source-bordering-dune a skos:Concept ; - dcterms:identifier "source_bordering_dune"^^xsd:token ; - dcterms:provenance "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "DU14"@en ; - skos:broader ; + skos:broader :aeolian-landforms ; + schema:citation "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A dune formed adjacent to the source of the wind-blown material. Most commonly the source is a river or floodplain that supplies aeolian sediment during periods of low or no flow."@en ; skos:inScheme cs: ; skos:prefLabel "source bordering dune"@en ; . - +:stagnant-alluvial-plain a skos:Concept ; - dcterms:identifier "stagnant_alluvial_plain"^^xsd:token ; - dcterms:provenance "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "AL30"@en ; - skos:broader ; + skos:broader :alluvial-landforms ; + schema:citation "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "An alluvial plain on which erosion and aggradation by channelled and over-bank stream flow is slightly active or inactive because of reduced water supply, without apparent incision or channel enlargement that would lower the level of stream action."@en ; skos:inScheme cs: ; skos:prefLabel "stagnant alluvial plain"@en ; . - +:stream-channel a skos:Concept ; - dcterms:identifier "stream_channel"^^xsd:token ; - dcterms:provenance "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "AL17"@en ; - skos:broader ; + skos:broader :alluvial-landforms ; + schema:citation "PDF pg 57, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A linear, generally sinuous open depression - eroded in parts - excavated, built up and aggraded by channelled stream flow. This element comprises stream beds and banks."@en ; skos:inScheme cs: ; skos:prefLabel "stream channel"@en ; . - +:terraced-land a skos:Concept ; - dcterms:identifier "terraced_land"^^xsd:token ; - dcterms:provenance "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "AL40"@en ; - skos:broader ; + skos:broader :alluvial-landforms ; + schema:citation "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A landform pattern including one or more terraces and often a flood plain. Relief is low or very low (9-90 m). Terrace plains or terrace flats occur at stated heights above the top of the stream bank."@en ; skos:inScheme cs: ; skos:prefLabel "terraced land"@en ; . - +:tidal-flat a skos:Concept ; - dcterms:identifier "tidal_flat"^^xsd:token ; - dcterms:provenance "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "CO05"@en ; - skos:broader ; + skos:broader :coastal-lands ; + schema:citation "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level landform pattern with extremely low relief and slowly migrating deep alluvial stream channels that form dendritic tributary patterns; it is aggraded by frequently active tides."@en ; skos:inScheme cs: ; skos:prefLabel "tidal flat"@en ; . - +:transverse-dune-field a skos:Concept ; - dcterms:identifier "transverse_dune_field"^^xsd:token ; - dcterms:provenance "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "DU12"@en ; - skos:broader ; + skos:broader :aeolian-landforms ; + schema:citation "PDF pg 60, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A dune field characterised by long narrow sand dunes and wide flat swales. The dunes are oriented normal to the direction of the prevailing wind and, in cross section, the windward slope is typically steeper than the lee slope."@en ; skos:inScheme cs: ; skos:prefLabel "transverse dune field"@en ; . - +:unknown a skos:Concept ; - dcterms:identifier "unknown"^^xsd:token ; skos:definition "The method by which the site was located is unknown."@en ; skos:inScheme cs: ; skos:prefLabel "unknown"@en ; skos:topConceptOf cs: ; . - +:glacial-features a skos:Concept ; - dcterms:identifier "glacial_features"^^xsd:token ; - dcterms:provenance "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "GL00"@en ; + schema:citation "PDF pg 64, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "Also called Glacial landforms. This term covers a wide range of landforms that are produced by glacial processes. In Australia most landforms of this type are all relict, with the exception of Heard Island."@en ; skos:inScheme cs: ; skos:narrower - , - ; + :depostional-glacial-features , + :erosional-glacial-features ; skos:prefLabel "glacial features"@en ; skos:topConceptOf cs: ; . - +:plateau a skos:Concept ; - dcterms:identifier "plateau"^^xsd:token ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "PT00"@en ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level to rolling landform pattern of plains, rises or low hills standing above a cliff, scarp or escarpment that extends around a large part of its perimeter. A bounding scarp or cliff may be included or excluded; a bounding escarpment would be an adjacent landform pattern."@en ; skos:inScheme cs: ; skos:narrower - , - ; + :plateau-edge , + :plateau-surface ; skos:prefLabel "plateau"@en ; skos:topConceptOf cs: ; . - +:fan a skos:Concept ; - dcterms:identifier "fan"^^xsd:token ; - dcterms:provenance "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "FA00"@en ; + schema:citation "PDF pg 63, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level (<1 percent slope) to moderately inclined complex landform pattern of extremely low relief with a generally fan-shaped plan form. The channels form a centrifugal to divergent, integrated, reticulated to distributary pattern."@en ; skos:inScheme cs: ; skos:narrower - , - , - ; + :alluvial-fan , + :colluvial-fan , + :sheet-flood-fan ; skos:prefLabel "fan"@en ; skos:topConceptOf cs: ; . - +:plain a skos:Concept ; - dcterms:identifier "plain"^^xsd:token ; - dcterms:provenance "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "PL00"@en ; + schema:citation "PDF pg 65, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level to undulating or, rarely, rolling landform pattern of extremely low relief (<9 m). Some types of plains are described under alluvial landforms and some are also described under erosional landforms."@en ; skos:inScheme cs: ; skos:narrower - , - , - , - ; + :depostional-plain , + :lacustrine-plain , + :playa-plain , + :sand-plain ; skos:prefLabel "plain"@en ; skos:topConceptOf cs: ; . - +:volcano a skos:Concept ; - dcterms:identifier "volcano"^^xsd:token ; - dcterms:provenance "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "VO00"@en ; + schema:citation "PDF pg 66, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A typically very high and very steep landform pattern without stream channels, or with erosional stream channels forming a centrifugal or radial tributary pattern. The landform is built up by volcanism and modified by erosional agents."@en ; skos:inScheme cs: ; skos:narrower - , - , - , - , - , - ; + :ash-plain , + :caldera , + :cone-volcanic , + :lava-flow , + :lava-plain , + :lava-plateau ; skos:prefLabel "volcano"@en ; skos:topConceptOf cs: ; . - +:aeolian-landforms a skos:Concept ; - dcterms:identifier "aeolian_landforms"^^xsd:token ; - dcterms:provenance "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "DU00"@en ; + schema:citation "PDF pg 59, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A landform pattern built up or locally excavated, eroded or aggraded by wind. Mabbutt (1977) provides a useful summary of the variety of aeolian landforms found in arid climates."@en ; skos:inScheme cs: ; skos:narrower - , - , - , - , - , - , - ; + :aeolian-dunes , + :aeolian-sheet , + :irregular-dune-field , + :longitudinal-dune-field , + :lunette , + :source-bordering-dune , + :transverse-dune-field ; skos:prefLabel "aeolian landforms"@en ; skos:topConceptOf cs: ; . - +:coastal-lands a skos:Concept ; - dcterms:identifier "coastal_lands"^^xsd:token ; - dcterms:provenance "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "CO00"@en ; + schema:citation "PDF pg 58, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A level to gently undulating landform pattern of extremely low relief eroded or aggraded by waves, tides, over-bank or channel flow, or wind. The landform pattern may be either active or relict."@en ; skos:inScheme cs: ; skos:narrower - , - , - , - , - , - , - , - ; + :beach , + :beach-ridge , + :chenier-plain , + :coastal-dunes , + :coastal-plain , + :reef , + :marine-plain , + :tidal-flat ; skos:prefLabel "coastal lands"@en ; skos:topConceptOf cs: ; . - +:alluvial-landforms a skos:Concept ; - dcterms:identifier "alluvial_landforms"^^xsd:token ; - dcterms:provenance "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "AL00"@en ; + schema:citation "PDF pg 56, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A complex landform pattern on valley floors, with active, inactive or relict erosion and aggradation by channelled and over-bank stream flow."@en ; skos:inScheme cs: ; skos:narrower - , - , - , - , - , - , - , - , - , - , - , - ; + :alluvial-plain , + :alluvial-swamp , + :alluvial-terrace , + :anastomatic-plain , + :bar-plain , + :covered-plain , + :flood-plain , + :floodout , + :meander-plain , + :stagnant-alluvial-plain , + :stream-channel , + :terraced-land ; skos:prefLabel "alluvial landforms"@en ; skos:topConceptOf cs: ; . - +:erosional-landforms a skos:Concept ; - dcterms:identifier "erosional_landforms"^^xsd:token ; - dcterms:provenance "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith_description_methods.pdf"@en ; skos:altLabel "ER00"@en ; + schema:citation "PDF pg 61, http://crcleme.org.au/Pubs/guides/regolith-description-methods.pdf" ; skos:definition "A landform pattern of very low to high relief and very gentle to steep slopes. The pattern is eroded by continuously active to slightly active or inactive geomorphic processes."@en ; skos:inScheme cs: ; skos:narrower - , - , - , - , - , - , - , - , - , - , - , - , - , - ; + :badlands , + :drainage-depression , + :erosional-plain , + :escarpment , + :etchplain , + :hills , + :low-hills , + :mountains , + :pediment , + :pediplain , + :peneplain , + :residual-low-hills , + :residual-rise , + :rises ; skos:prefLabel "erosional landforms"@en ; skos:topConceptOf cs: ; . cs: a skos:ConceptScheme ; - dcterms:created "2022-08-09"^^xsd:date ; - dcterms:creator ; - dcterms:identifier "landform_type"^^xsd:token ; - dcterms:modified "2022-08-09"^^xsd:date ; - skos:historyNote "Geoscience Australia Landform type (FGDM. LU_LANDFORM_TYPE)"@en ; - dcterms:publisher ; - rdfs:seeAlso ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; skos:definition "A vocabulary of landform types used in GA Boreholes database. Reference Pain CF, 2008. Field Guide for Describing Regolith and Landforms. ISBN 978-0-9806030-0-2."@en ; skos:hasTopConcept - , - , - , - , - , - , - , - , - , - , - , - , - , - , - ; + :aeolian-landforms , + :alluvial-landforms , + :coastal-lands , + :delta , + :erosional-landforms , + :fan , + :glacial-features , + :karst , + :made-land , + :meteor-crater , + :plain , + :plateau , + :unknown , + :volcano ; + skos:historyNote "Geoscience Australia Landform type (FGDM. LU_landform_type)"@en ; skos:prefLabel "Field Geology - Landform Type"@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Divison " ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; . - diff --git a/vocabularies/Legislation_Boreholes.ttl b/vocabularies/Legislation_Boreholes.ttl new file mode 100644 index 0000000..7bb7740 --- /dev/null +++ b/vocabularies/Legislation_Boreholes.ttl @@ -0,0 +1,134 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:anpm + a skos:Concept ; + schema:citation "http://www.anpm.tl/" ; + skos:definition "Autoridade Nacional do Petróleo e Minerais (ANPM)"@en ; + skos:inScheme cs: ; + skos:prefLabel "ANPM"@en ; + skos:topConceptOf cs: ; +. + +:dsdp + a skos:Concept ; + skos:definition "Deep Sea Drilling Project, 1968 - 1983"@en ; + skos:inScheme cs: ; + skos:prefLabel "DSDP"@en ; + skos:topConceptOf cs: ; +. + +:jpda + a skos:Concept ; + skos:definition "Joint Petroleum Development Area. Established by The Timor Sea Treaty 2002 agreement between Timor-Leste and Australia."@en ; + skos:inScheme cs: ; + skos:prefLabel "JPDA"@en ; + skos:topConceptOf cs: ; +. + +:odp + a skos:Concept ; + skos:definition "Ocean Drilling Program, 1985 - 2003 (Continuation of DSDP). ODP replaced by Integrated Ocean Drilling Program (IODP). "@en ; + skos:inScheme cs: ; + skos:prefLabel "ODP"@en ; + skos:topConceptOf cs: ; +. + +:opggsa + a skos:Concept ; + skos:definition "Offshore Petroleum and Greenhouse Gas Storage Act 2006. Applies from 22 November 2008 "@en ; + skos:inScheme cs: ; + skos:prefLabel "OPGGSA"@en ; + skos:topConceptOf cs: ; +. + +:prePsla + a skos:Concept ; + skos:definition "Drilling conducted prior to the Petroleum (Submerged Lands) ACT 1967, 22 November."@en ; + skos:inScheme cs: ; + skos:prefLabel "pre-PSLA"@en ; + skos:topConceptOf cs: ; +. + +:psla + a skos:Concept ; + skos:definition "Petroleum (Submerged Lands) ACT 1967. Applies from 22 Novermber 1967 to 30 June 2008 "@en ; + skos:inScheme cs: ; + skos:prefLabel "PSLA"@en ; + skos:topConceptOf cs: ; +. + +:scientificInvestigationConsents + a skos:Concept ; + skos:definition "Consent may be given to organisations undertaking scientific research into the physical or biological characteristics of the continental shelf to undertake activities related to petroleum exploration (including the drilling of stratigraphic holes, but excluding the drilling of petroleum exploration wells as part of that research)."@en ; + skos:inScheme cs: ; + skos:prefLabel "Scientific investigation consents"@en ; + skos:topConceptOf cs: ; +. + +:stateOnshore + a skos:Concept ; + skos:definition "Onshore drilling activities under various State/Territory Acts."@en ; + skos:inScheme cs: ; + skos:prefLabel "State onshore"@en ; + skos:topConceptOf cs: ; +. + +:stateWater + a skos:Concept ; + skos:definition "Marine jurisdition of the various States/Territories. Approx. 3m from Territorial Sea Baseline."@en ; + skos:inScheme cs: ; + skos:prefLabel "State waters"@en ; + skos:topConceptOf cs: ; +. + +:unknown + a skos:Concept ; + schema:citation "http://www.opengis.net/def/nil/OGC/0/unknown" ; + skos:definition "The legislation under which the drilling was conducted is not known."@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + +:zoc + a skos:Concept ; + skos:definition "Petroleum (Australia-Indonesia Zone of Cooperation) Act, 1990"@en ; + skos:inScheme cs: ; + skos:prefLabel "ZOC"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Legislation (BOREHOLE.LU_LEGISLATION)" ; + skos:definition "Legislative or administrative frameworks under which drilling is performed."@en ; + skos:hasTopConcept + :anpm , + :dsdp , + :jpda , + :odp , + :opggsa , + :prePsla , + :psla , + :scientificInvestigationConsents , + :stateOnshore , + :stateWater , + :unknown , + :zoc ; + skos:prefLabel "Borehole Geology - Legislation"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division " ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/LocationMethodBoreholes.ttl b/vocabularies/LocationMethodBoreholes.ttl new file mode 100644 index 0000000..6970ca0 --- /dev/null +++ b/vocabularies/LocationMethodBoreholes.ttl @@ -0,0 +1,357 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:1000000Map + a skos:Concept ; + skos:definition "Location estimated from a printed map at 1:1 000 000 scale"@en ; + skos:inScheme cs: ; + skos:prefLabel "1:1 000 000 map"@en ; + skos:topConceptOf cs: ; +. + +:100000Map + a skos:Concept ; + skos:definition "Location estimated from a printed map at 1:100 000 scale"@en ; + skos:inScheme cs: ; + skos:prefLabel "1:100 000 map"@en ; + skos:topConceptOf cs: ; +. + +:250000Map + a skos:Concept ; + skos:definition "Location estimated from a printed map at 1:250 000 scale"@en ; + skos:inScheme cs: ; + skos:prefLabel "1:250 000 map"@en ; + skos:topConceptOf cs: ; +. + +:25000Map + a skos:Concept ; + skos:definition "Location estimated from a printed map at 1:25 000 scale"@en ; + skos:inScheme cs: ; + skos:prefLabel "1:25 000 map"@en ; + skos:topConceptOf cs: ; +. + +:25000Orthophoto + a skos:Concept ; + skos:definition "Location estimated from an orthophoto at 1:25 000 scale"@en ; + skos:inScheme cs: ; + skos:prefLabel "1:25 000 orthophoto"@en ; + skos:topConceptOf cs: ; +. + +:500000Map + a skos:Concept ; + skos:definition "Location estimated from a printed map at 1:500 000 scale"@en ; + skos:inScheme cs: ; + skos:prefLabel "1:500 000 map"@en ; + skos:topConceptOf cs: ; +. + +:50000Map + a skos:Concept ; + skos:definition "Location estimated from a printed map at 1:50 000 scale"@en ; + skos:inScheme cs: ; + skos:prefLabel "1:50 000 map"@en ; + skos:topConceptOf cs: ; +. + +:aerialPhotographUnrectified + a skos:Concept ; + skos:definition "Location estimated from an aerial photograph that has not been rectified to a known geographical datum or projection"@en ; + skos:inScheme cs: ; + skos:prefLabel "aerial photograph, unrectified"@en ; + skos:topConceptOf cs: ; +. + +:astronomicalObservation + a skos:Concept ; + skos:definition "Location is estimated from an astronomical observation"@en ; + skos:inScheme cs: ; + skos:prefLabel "astronomical observation"@en ; + skos:topConceptOf cs: ; +. + +:astronomicalObservationAndDeadReckoningBetweenFixes + a skos:Concept ; + skos:definition "Location is estimated from an astronomical observation and dead reckoning between fixes."@en ; + skos:inScheme cs: ; + skos:prefLabel "astronomical observation and dead reckoning between fixes"@en ; + skos:topConceptOf cs: ; +. + +:companySuppliedLocationMethodUnknown + a skos:Concept ; + skos:definition "The location is supplied by a private company. The location method is not known."@en ; + skos:inScheme cs: ; + skos:prefLabel "company supplied location, method unknown"@en ; + skos:topConceptOf cs: ; +. + +:deadReckoning + a skos:Concept ; + skos:definition "Location estimated from a dead reckoning observation"@en ; + skos:inScheme cs: ; + skos:prefLabel "dead reckoning"@en ; + skos:topConceptOf cs: ; +. + +:deadReckoningTiedToTransitSatelliteFixes + a skos:Concept ; + skos:definition "Location estimated from a dead reckoning observation tied to transit satellite fixes"@en ; + skos:inScheme cs: ; + skos:prefLabel "dead reckoning tied to transit satellite fixes"@en ; + skos:topConceptOf cs: ; +. + +:deadReckoningTiedToTransitSatelliteFixesAndDifferentialGPS + a skos:Concept ; + skos:definition "Location estimated from a dead reckoning observation tied to transit satellite fixes and differential GPS"@en ; + skos:inScheme cs: ; + skos:prefLabel "dead reckoning tied to transit satellite fixes and differential GPS"@en ; + skos:topConceptOf cs: ; +. + +:deadReckoningTiedToTransitSatelliteFixesAndStandAloneGPS + a skos:Concept ; + skos:definition "Location estimated from a dead reckoning observation tied to transit satellite fixes and stand alone GPS"@en ; + skos:inScheme cs: ; + skos:prefLabel "dead reckoning tied to transit satellite fixes and stand-alone GPS"@en ; + skos:topConceptOf cs: ; +. + +:digitalElevationModel + a skos:Concept ; + skos:definition "Location estimated from a digital elevation model or image"@en ; + skos:inScheme cs: ; + skos:prefLabel "digital elevation model"@en ; + skos:topConceptOf cs: ; +. + +:digitalElevationModel90mSRTM + a skos:Concept ; + skos:definition "Location estimated from a 90 metre resolution digital elevation model or image of data from the Shuttle Radar Topography Mission"@en ; + skos:inScheme cs: ; + skos:prefLabel "digital elevation model, 90m SRTM"@en ; + skos:topConceptOf cs: ; +. + +:digitalElevationModel9second + a skos:Concept ; + skos:definition "Location estimated from a 9 second resolution digital elevation model or image"@en ; + skos:inScheme cs: ; + skos:prefLabel "digital elevation model, 9 second"@en ; + skos:topConceptOf cs: ; +. + +:gpsAveragedObservations + a skos:Concept ; + skos:definition "Location estimated from averaging a number of Global Positioning System observations"@en ; + skos:inScheme cs: ; + skos:prefLabel "GPS averaged observations"@en ; + skos:topConceptOf cs: ; +. + +:gpsDifferentialObservation + a skos:Concept ; + skos:definition "Location estimated using DGPS, an enhancement to Global Positioning System which uses a network of fixed, ground-based reference stations to broadcast the difference between the positions indicated by the satellite systems and the known fixed positions."@en ; + skos:inScheme cs: ; + skos:prefLabel "GPS differential observation"@en ; + skos:topConceptOf cs: ; +. + +:gpsDifferentialObservationSurveyQuality + a skos:Concept ; + skos:definition "Location determined using DGPS, an enhancement to Global Positioning System which uses a network of fixed, ground-based reference stations to broadcast the difference between the positions indicated by the satellite systems and the known fixed positions."@en ; + skos:inScheme cs: ; + skos:prefLabel "GPS differential observation, survey quality"@en ; + skos:topConceptOf cs: ; +. + +:gpsObservation + a skos:Concept ; + skos:definition "Location estimated from a Global Positioning System satellite navigation system"@en ; + skos:inScheme cs: ; + skos:prefLabel "GPS observation"@en ; + skos:topConceptOf cs: ; +. + +:gpsObservationSubjectToSelectiveAvailability + a skos:Concept ; + skos:definition "Location estimated from a Global Positioning System prior to May 2000 before when the US government commonly degraded the accuracy of GPS signals by adding intentional, time varying errors of up to 100 meters to the publicly available navigation signal."@en ; + skos:inScheme cs: ; + skos:prefLabel "GPS observation subject to union all selective availability"@en ; + skos:topConceptOf cs: ; +. + +:gpsObservationWithPcodeAccess + a skos:Concept ; + skos:definition "Location estimated from GPS observation with P-Code access"@en ; + skos:inScheme cs: ; + skos:prefLabel "GPS observation with P-Code access"@en ; + skos:topConceptOf cs: ; +. + +:map + a skos:Concept ; + skos:definition "Location estimated from a printed topographic, geological, or other map"@en ; + skos:inScheme cs: ; + skos:prefLabel "map"@en ; + skos:topConceptOf cs: ; +. + +:orthophoto + a skos:Concept ; + skos:definition "Location estimated from an aerial photograph geometrically corrected (\"orthorectified\") such that the scale across the image is uniform"@en ; + skos:inScheme cs: ; + skos:prefLabel "orthophoto"@en ; + skos:topConceptOf cs: ; +. + +:otherMethod + a skos:Concept ; + skos:definition "The location method is known, but is not specified in this vocabulary"@en ; + skos:inScheme cs: ; + skos:prefLabel "other method"@en ; + skos:topConceptOf cs: ; +. + +:personalCommunicationMethodUnknown + a skos:Concept ; + skos:definition "The location is supplied via personal communication. The location method is not known."@en ; + skos:inScheme cs: ; + skos:prefLabel "personal communication, method unknown"@en ; + skos:topConceptOf cs: ; +. + +:publishedReportMethodUnknown + a skos:Concept ; + skos:definition "The location is taken from a published report or article. The location method is not known."@en ; + skos:inScheme cs: ; + skos:prefLabel "published report, method unknown"@en ; + skos:topConceptOf cs: ; +. + +:radioNavigation + a skos:Concept ; + skos:definition "Location estimated from radio navigation"@en ; + skos:inScheme cs: ; + skos:prefLabel "radio navigation"@en ; + skos:topConceptOf cs: ; +. + +:satelliteDopplerAndAVLFRadioNavigation + a skos:Concept ; + skos:definition "Location estimated from satellite Doppler and AVLF radio navigation"@en ; + skos:inScheme cs: ; + skos:prefLabel "satellite Doppler and AVLF radio navigation"@en ; + skos:topConceptOf cs: ; +. + +:satelliteImage + a skos:Concept ; + skos:definition "Location estimated from a satellite image"@en ; + skos:inScheme cs: ; + skos:prefLabel "satellite image"@en ; + skos:topConceptOf cs: ; +. + +:satelliteImageGoogle + a skos:Concept ; + skos:definition "Location estimated from a satellite image provided by Google Earth or Google Maps"@en ; + skos:inScheme cs: ; + skos:prefLabel "satellite image, Google"@en ; + skos:topConceptOf cs: ; +. + +:stateOrNTAgencySuppliedLocationMethodUnknown + a skos:Concept ; + skos:definition "The location is supplied by a State or Territory government agency. The location method is not known."@en ; + skos:inScheme cs: ; + skos:prefLabel "State or NT agency supplied location, method unknown"@en ; + skos:topConceptOf cs: ; +. + +:surveyedFromGroundControl + a skos:Concept ; + skos:definition "Location estimated using survey from ground control"@en ; + skos:inScheme cs: ; + skos:prefLabel "surveyed from ground control"@en ; + skos:topConceptOf cs: ; +. + +:unknown + a skos:Concept ; + skos:definition "The location method is unknown. However, the correct value probably exists."@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + +:unpublishedReportMethodUnknown + a skos:Concept ; + skos:definition "The location is taken from an unpublished report. The location method is not known."@en ; + skos:inScheme cs: ; + skos:prefLabel "unpublished report, method unknown"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Loaction Method (BOREHOLE.LU_LOCATION_METHODS)" ; + skos:definition "Method used to estimate the location of a point. eg, satellite navigation, estimation from printed maps or aerial photography."@en ; + skos:hasTopConcept + :1000000Map , + :100000Map , + :250000Map , + :25000Map , + :25000Orthophoto , + :500000Map , + :50000Map , + :aerialPhotographUnrectified , + :astronomicalObservation , + :astronomicalObservationAndDeadReckoningBetweenFixes , + :companySuppliedLocationMethodUnknown , + :deadReckoning , + :deadReckoningTiedToTransitSatelliteFixes , + :deadReckoningTiedToTransitSatelliteFixesAndDifferentialGPS , + :deadReckoningTiedToTransitSatelliteFixesAndStandAloneGPS , + :digitalElevationModel , + :digitalElevationModel90mSRTM , + :digitalElevationModel9second , + :gpsAveragedObservations , + :gpsDifferentialObservation , + :gpsDifferentialObservationSurveyQuality , + :gpsObservation , + :gpsObservationSubjectToSelectiveAvailability , + :gpsObservationWithPcodeAccess , + :map , + :orthophoto , + :otherMethod , + :personalCommunicationMethodUnknown , + :publishedReportMethodUnknown , + :radioNavigation , + :satelliteDopplerAndAVLFRadioNavigation , + :satelliteImage , + :satelliteImageGoogle , + :stateOrNTAgencySuppliedLocationMethodUnknown , + :surveyedFromGroundControl , + :unknown , + :unpublishedReportMethodUnknown ; + skos:prefLabel "Borehole Geology - Location Method"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Material_Class_Boreholes_20230927.ttl b/vocabularies/Material_Class_Boreholes_20230927.ttl new file mode 100644 index 0000000..63353d9 --- /dev/null +++ b/vocabularies/Material_Class_Boreholes_20230927.ttl @@ -0,0 +1,666 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:adsorbedPhase + a skos:Concept ; + skos:definition "An ion attached to the surface of a mineral"@en ; + skos:inScheme cs: ; + skos:prefLabel "adsorbed phase"@en ; + skos:topConceptOf cs: ; +. + +:air + a skos:Concept ; + skos:broader :inorganicGas ; + skos:definition "The composite gas comprising the Earth's atmosphere."@en ; + skos:inScheme cs: ; + skos:prefLabel "air"@en ; +. + +:animalTissue + a skos:Concept ; + skos:broader :animalMaterial ; + skos:definition "Material of an animal's body"@en ; + skos:inScheme cs: ; + skos:prefLabel "animal tissue"@en ; +. + +:atmosphericDust + a skos:Concept ; + skos:definition "Fine-grained solid material collected or filtered from the atmosphere"@en ; + skos:inScheme cs: ; + skos:prefLabel "atmospheric dust"@en ; + skos:topConceptOf cs: ; +. + +:bark + a skos:Concept ; + skos:broader :vegetation ; + skos:definition "Outermost layers of stems and roots of woody plants"@en ; + skos:inScheme cs: ; + skos:prefLabel "bark"@en ; +. + +:bitumen + a skos:Concept ; + skos:broader :hydrocarbonMaterial ; + skos:definition "Solid organic material that forms part of a rock. It can usually be extracted from the rock with organic solvent."@en ; + skos:inScheme cs: ; + skos:prefLabel "bitumen"@en ; +. + +:catchmentOutletSediment + a skos:Concept ; + skos:broader :sediment ; + skos:definition "Terrestrial sediment deposited on a low-lying or flat landscape adjacent to a stream but outside its banks and close to the lower boundary of a hydrologic catchment; may have an aeolian component mixed in with fluvial sediments."@en ; + skos:inScheme cs: ; + skos:prefLabel "catchment outlet sediment"@en ; +. + +:coal + a skos:Concept ; + skos:broader :organicMaterial ; + skos:definition "A readily combustible organic rock containing more than 50 percent by weight and more than 70 percent by volume of carbonaceous material."@en ; + skos:inScheme cs: ; + skos:prefLabel "coal"@en ; +. + +:coke + a skos:Concept ; + skos:broader :organicMaterial ; + skos:definition "A solid of carbonaceous material derived from the destructive distillation of low-ash, low-sulphur bituminous coal."@en ; + skos:inScheme cs: ; + skos:prefLabel "coke"@en ; +. + +:condensate + a skos:Concept ; + skos:broader :fluidHydrocarbon ; + skos:definition "A material that exists as gas in the subsurface but condenses into liquid at the surface."@en ; + skos:inScheme cs: ; + skos:prefLabel "condensate"@en ; +. + +:coral + a skos:Concept ; + skos:broader :rock ; + skos:definition "Hard stony substance secreted by certain marine coelenterates as an external skeleton, typically forming large reefs in warm seas"@en ; + skos:inScheme cs: ; + skos:prefLabel "coral"@en ; +. + +:crudeOilWithWater + a skos:Concept ; + skos:broader :fluidHydrocarbon ; + skos:definition "A mixture of oil and water where oil is the main phase."@en ; + skos:inScheme cs: ; + skos:prefLabel "crude oil with water"@en ; +. + +:distilledWater + a skos:Concept ; + skos:broader :water ; + skos:definition "Water from which impurities, as dissolved salts and colloidal particles, have been removed by one or more processes of distillation; chemically pure water."@en ; + skos:inScheme cs: ; + skos:prefLabel "distilled water"@en ; +. + +:drillingFluid + a skos:Concept ; + skos:broader :fluid ; + skos:definition "Fluid used for drill bit lubrication and return of ground rock material from the drill bit, e.g. mud."@en ; + skos:inScheme cs: ; + skos:prefLabel "drilling fluid"@en ; +. + +:estuarineWater + a skos:Concept ; + skos:broader :water ; + skos:definition "Water from an estuary. Depending on the nature of the estuary, the salinity may vary spatially and temporally and range from fresh, brackish, seawater or hypersaline."@en ; + skos:inScheme cs: ; + skos:prefLabel "estuarine water"@en ; +. + +:faeces + a skos:Concept ; + skos:broader :animalMaterial ; + skos:definition "Waste material excreted from an animal"@en ; + skos:inScheme cs: ; + skos:prefLabel "faeces"@en ; +. + +:foliage + a skos:Concept ; + skos:broader :vegetation ; + skos:definition "Plant leaves, especially tree leaves, considered as a group"@en ; + skos:inScheme cs: ; + skos:prefLabel "foliage"@en ; +. + +:gasInSolution + a skos:Concept ; + skos:broader :hydrocarbonGas ; + skos:definition "A gas that that is exsolved from a liquid, such as water or oil, at the surface or under experimental conditions."@en ; + skos:inScheme cs: ; + skos:prefLabel "gas in solution"@en ; +. + +:groundwater + a skos:Concept ; + skos:altLabel "formation water"@en ; + skos:broader :water ; + skos:definition "Synonym: formation water. Part of the subsurface water that is in the zone of saturation, i.e., below the water table. Can be located in one or several aquifers, aquicludes or aquitards."@en ; + skos:inScheme cs: ; + skos:prefLabel "groundwater"@en ; +. + +:groundwaterWithOil + a skos:Concept ; + skos:definition "A sample containing a mixture of water and oil and may be an immulsion. Water is the main phase and hydrocarbons - e.g. benzene, toluene - are dissolved within the water. Synonym: formation water with oil"@en ; + skos:inScheme cs: ; + skos:prefLabel "groundwater with oil"@en ; + skos:topConceptOf cs: ; +. + +:hair + a skos:Concept ; + skos:broader :animalMaterial ; + skos:definition "Hair or fur from an animal"@en ; + skos:inScheme cs: ; + skos:prefLabel "hair"@en ; +. + +:ice + a skos:Concept ; + skos:definition "Frozen, solid water."@en ; + skos:inScheme cs: ; + skos:prefLabel "ice"@en ; + skos:topConceptOf cs: ; +. + +:kerogen + a skos:Concept ; + skos:broader :hydrocarbonMaterial ; + skos:definition "Immobile organic matter that forms part of a rock. Kerogen cannot be extracted from the rock with organic solvents. Kerogen is concentrated in a pure form by removal of the mineral matter with strong acids - ie., HCl, HF."@en ; + skos:inScheme cs: ; + skos:prefLabel "kerogen"@en ; +. + +:lag + a skos:Concept ; + skos:broader :regolith ; + skos:definition "Deposit, commonly thin, or fragments of larger than sand size, spread over the land surface. Its most common origin is as the coarse material left behind after fine material has been transported away by wind, or less commonly, sheet flow."@en ; + skos:inScheme cs: ; + skos:prefLabel "lag"@en ; +. + +:lakeSediment + a skos:Concept ; + skos:broader :sediment ; + skos:definition "A sediment deposited in a body of standing fresh water"@en ; + skos:inScheme cs: ; + skos:prefLabel "lake sediment"@en ; +. + +:manufacturedMaterial + a skos:Concept ; + skos:definition "Anthropogenic materials used for scientific analysis or observation, e.g., plastic, paint, metal, wood, fibre, glass etc"@en ; + skos:inScheme cs: ; + skos:prefLabel "manufactured material"@en ; + skos:topConceptOf cs: ; +. + +:marineSedimentOverlyingSeawater + a skos:Concept ; + skos:broader :marineSediment ; + skos:definition "A marine sediment core that is collected together with the overlying water, as in a core incubation experiment, or a known area of seafloor and overlying water column, as in a chamber incubation experiment."@en ; + skos:inScheme cs: ; + skos:prefLabel "marine sediment and overlying seawater"@en ; +. + +:meteorite + a skos:Concept ; + skos:broader :rock ; + skos:definition "A rock that landed on Earth from an extraterrestrial source"@en ; + skos:inScheme cs: ; + skos:prefLabel "meteorite"@en ; +. + +:mineSeepWater + a skos:Concept ; + skos:broader :water ; + skos:definition "Water seeping from mine workings."@en ; + skos:inScheme cs: ; + skos:prefLabel "mine seep water"@en ; +. + +:mineral + a skos:Concept ; + skos:definition "A naturally occurring inorganic, crystalline, element or compound"@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral"@en ; + skos:topConceptOf cs: ; +. + +:mixedRockAndSediment + a skos:Concept ; + skos:broader :regolith ; + skos:definition "A sample containing a mixture of rock and unconsolidated sediment."@en ; + skos:inScheme cs: ; + skos:prefLabel "mixed rock and sediment"@en ; +. + +:mudGas + a skos:Concept ; + skos:broader :hydrocarbonGas ; + skos:definition "Small amounts of hydrocarbon gases in air that are collected from the circulating mud stream during drilling."@en ; + skos:inScheme cs: ; + skos:prefLabel "mud gas"@en ; +. + +:overbankSediment + a skos:Concept ; + skos:broader :sediment ; + skos:definition "Alluvium that is deposited outside an alluvial channel from flowing water which has overflowed from the channel. It includes levees and back swamp deposits."@en ; + skos:inScheme cs: ; + skos:prefLabel "overbank sediment"@en ; +. + +:pitch + a skos:Concept ; + skos:broader :hydrocarbonMaterial ; + skos:definition "Any of the various dark heavy viscous and resinous substances obtained as a residue from the distillation of coal-tar or crude oil."@en ; + skos:inScheme cs: ; + skos:prefLabel "pitch"@en ; +. + +:plantStem + a skos:Concept ; + skos:broader :vegetation ; + skos:definition "Stem, trunk, branch and twig material from a plant"@en ; + skos:inScheme cs: ; + skos:prefLabel "plant stem"@en ; +. + +:poreWater + a skos:Concept ; + skos:broader :water ; + skos:definition "Subsurface water in an interstice between grains in a marine sediment."@en ; + skos:inScheme cs: ; + skos:prefLabel "pore water"@en ; +. + +:rainWater + a skos:Concept ; + skos:broader :water ; + skos:definition "Rain water, collected before it hits the Earth's surface."@en ; + skos:inScheme cs: ; + skos:prefLabel "rain water"@en ; +. + +:refinedOil + a skos:Concept ; + skos:broader :fluidHydrocarbon ; + skos:definition "Oil that has been processed in an oil refinery."@en ; + skos:inScheme cs: ; + skos:prefLabel "refined oil"@en ; +. + +:resin + a skos:Concept ; + skos:broader :hydrocarbonMaterial ; + skos:definition "Solid organic material that forms part of a rock. It is usually associated with coal and derived from the resinous material exuded from land plants."@en ; + skos:inScheme cs: ; + skos:prefLabel "resin"@en ; +. + +:riverWater + a skos:Concept ; + skos:altLabel "stream water"@en ; + skos:broader :surfaceWater ; + skos:definition "Water sampled from a river."@en ; + skos:inScheme cs: ; + skos:prefLabel "river water"@en ; +. + +:root + a skos:Concept ; + skos:broader :vegetation ; + skos:definition "The part of a plant that bears no leaves and typically, but not always, lies below the surface of the soil and is used for absorption of water and inorganic nutrients"@en ; + skos:inScheme cs: ; + skos:prefLabel "root"@en ; +. + +:seaWater + a skos:Concept ; + skos:altLabel + "ocean water"@en , + "seawater"@en ; + skos:broader :water ; + skos:definition "Saline water from the Earth's seas and oceans"@en ; + skos:inScheme cs: ; + skos:prefLabel "sea water"@en ; +. + +:seepGas + a skos:Concept ; + skos:broader :hydrocarbonGas ; + skos:definition "Gas that seeps at the Earths surface and recovered without the need for drilling."@en ; + skos:inScheme cs: ; + skos:prefLabel "seep gas"@en ; +. + +:seepOil + a skos:Concept ; + skos:broader :crudeOil ; + skos:definition "Crude oil that seeps at the Earths surface and recovered without the need for drilling."@en ; + skos:inScheme cs: ; + skos:prefLabel "seep oil"@en ; +. + +:seepOilAndGas + a skos:Concept ; + skos:broader :fluidHydrocarbon ; + skos:definition "Crude oil and gas that seeps at the Earths surface and recovered without the need for drilling."@en ; + skos:inScheme cs: ; + skos:prefLabel "seep oil and gas"@en ; +. + +:snow + a skos:Concept ; + skos:definition "Atmospheric water vapour frozen into ice crystals and falling in light white flakes or lying on the ground as a white layer."@en ; + skos:inScheme cs: ; + skos:prefLabel "snow"@en ; + skos:topConceptOf cs: ; +. + +:soil + a skos:Concept ; + skos:broader :regolith ; + skos:definition "Unconsolidated mineral or organic material on the Earth's surface that serves as a natural medium for the growth of land plants."@en ; + skos:inScheme cs: ; + skos:prefLabel "soil"@en ; +. + +:springWater + a skos:Concept ; + skos:broader :water ; + skos:definition "Water sampled from a spring."@en ; + skos:inScheme cs: ; + skos:prefLabel "spring water"@en ; +. + +:streamSediment + a skos:Concept ; + skos:definition "A sediment deposited in the bed of an active or perennial stream"@en ; + skos:inScheme cs: ; + skos:prefLabel "stream sediment"@en ; + skos:topConceptOf cs: ; +. + +:suspendedSolids + a skos:Concept ; + skos:definition "Sediment and biological particles collected from a water column that are separated by filtration and are not dissolved."@en ; + skos:inScheme cs: ; + skos:prefLabel "suspended solids"@en ; + skos:topConceptOf cs: ; +. + +:unknown + a skos:Concept ; + skos:definition "Material type is unknown"@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + +:unspecifiedSeabedMaterials + a skos:Concept ; + skos:definition "A sample that contains a mixture of materials from the seabed, possibly animal, vegetable, and mineral material."@en ; + skos:inScheme cs: ; + skos:prefLabel "unspecified seabed materials"@en ; + skos:topConceptOf cs: ; +. + +:wax + a skos:Concept ; + skos:broader :hydrocarbonMaterial ; + skos:definition "A light coloured solid precipitated from either a hydrocarbon gas or oil"@en ; + skos:inScheme cs: ; + skos:prefLabel "wax"@en ; +. + +:crudeOil + a skos:Concept ; + skos:broader :fluidHydrocarbon ; + skos:definition "A naturally occurring complex liquid hydrocarbon, typically found as part of drilling activity, which after distillation and removal of impurities yields a range of combustible fuels, petrochemicals and lubricants."@en ; + skos:inScheme cs: ; + skos:narrower :seepOil ; + skos:prefLabel "crude oil"@en ; +. + +:fluid + a skos:Concept ; + skos:definition "Unspecified fluid material."@en ; + skos:inScheme cs: ; + skos:narrower :drillingFluid ; + skos:prefLabel "fluid"@en ; + skos:topConceptOf cs: ; +. + +:inorganicGas + a skos:Concept ; + skos:definition "Any non-hydrocarbon-based gas."@en ; + skos:inScheme cs: ; + skos:narrower :air ; + skos:prefLabel "inorganic gas"@en ; + skos:topConceptOf cs: ; +. + +:solidPhase + a skos:Concept ; + skos:broader + :marineSediment , + :sediment ; + skos:definition "The solid material left over after the pore water has been extracted from a sediment sample."@en ; + skos:inScheme cs: ; + skos:prefLabel "solid phase"@en ; +. + +:surfaceWater + a skos:Concept ; + skos:broader :water ; + skos:definition "Fresh or brackish water which occurs on the surface of a land mass. e.g., rivers, creeks, lakes"@en ; + skos:inScheme cs: ; + skos:narrower :riverWater ; + skos:prefLabel "surface water"@en ; +. + +:marineSediment + a skos:Concept ; + skos:definition "A sediment, including porewater, deposited in a submarine or coastal, brackish or saline environment."@en ; + skos:inScheme cs: ; + skos:narrower + :marineSedimentOverlyingSeawater , + :solidPhase ; + skos:prefLabel "marine sediment"@en ; + skos:topConceptOf cs: ; +. + +:rock + a skos:Concept ; + skos:definition "A consolidated aggregate of one or more minerals or other rocks"@en ; + skos:inScheme cs: ; + skos:narrower + :coral , + :meteorite ; + skos:prefLabel "rock"@en ; + skos:topConceptOf cs: ; +. + +:animalMaterial + a skos:Concept ; + skos:altLabel "organism"@en ; + skos:broader :organicMaterial ; + skos:definition "Any material of or excreted from an animal. e.g., animal tissue, faeces, hair"@en ; + skos:inScheme cs: ; + skos:narrower + :animalTissue , + :faeces , + :hair ; + skos:prefLabel "animal material"@en ; +. + +:hydrocarbonGas + a skos:Concept ; + skos:broader :fluidHydrocarbon ; + skos:definition "A fluid hydrocarbon that is a gas at the surface. In the subsurface this sample maybe be free of liquid hydrocarbons, contain dissolved liquid hydrocarbons, or be dissolved in oil. "@en ; + skos:inScheme cs: ; + skos:narrower + :gasInSolution , + :mudGas , + :seepGas ; + skos:prefLabel "hydrocarbon gas"@en ; +. + +:regolith + a skos:Concept ; + skos:definition "Typically unconsolidated or fragmental material, either transported or residual origin, which covers bedrock. Includes surficial duricrusts that cap bedrock."@en ; + skos:inScheme cs: ; + skos:narrower + :lag , + :mixedRockAndSediment , + :sediment , + :soil ; + skos:prefLabel "regolith"@en ; + skos:topConceptOf cs: ; +. + +:sediment + a skos:Concept ; + skos:broader :regolith ; + skos:definition "Unconsolidated sedimentary material."@en ; + skos:inScheme cs: ; + skos:narrower + :catchmentOutletSediment , + :lakeSediment , + :overbankSediment , + :solidPhase ; + skos:prefLabel "sediment"@en ; +. + +:vegetation + a skos:Concept ; + skos:altLabel "plant material"@en ; + skos:broader :organicMaterial ; + skos:definition "Any part of a plant whether it be moss, grass, sedge, or the roots, bark, twigs or leaves of trees and shrubs."@en ; + skos:inScheme cs: ; + skos:narrower + :bark , + :foliage , + :plantStem , + :root ; + skos:prefLabel "vegetation"@en ; +. + +:organicMaterial + a skos:Concept ; + skos:definition "Any carbon-based material."@en ; + skos:inScheme cs: ; + skos:narrower + :animalMaterial , + :coal , + :coke , + :hydrocarbonMaterial , + :vegetation ; + skos:prefLabel "organic material"@en ; + skos:topConceptOf cs: ; +. + +:fluidHydrocarbon + a skos:Concept ; + skos:broader :hydrocarbonMaterial ; + skos:definition "Any carbon-hydrogen fluid material"@en ; + skos:inScheme cs: ; + skos:narrower + :condensate , + :crudeOil , + :crudeOilWithWater , + :hydrocarbonGas , + :refinedOil , + :seepOilAndGas ; + skos:prefLabel "fluid hydrocarbon"@en ; +. + +:hydrocarbonMaterial + a skos:Concept ; + skos:broader :organicMaterial ; + skos:definition "Any carbon-hydrogen based material."@en ; + skos:inScheme cs: ; + skos:narrower + :bitumen , + :fluidHydrocarbon , + :kerogen , + :pitch , + :resin , + :wax ; + skos:prefLabel "hydrocarbon material"@en ; +. + +:water + a skos:Concept ; + skos:definition "Undivided saline, brackish, or fresh water."@en ; + skos:inScheme cs: ; + skos:narrower + :distilledWater , + :estuarineWater , + :groundwater , + :mineSeepWater , + :poreWater , + :rainWater , + :seaWater , + :springWater , + :surfaceWater ; + skos:prefLabel "water"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Mineral Class (A.LU_MATERIAL_CLASS)" ; + skos:definition "Broad categories of earth materials (eg, rock, sediment, water, vegetation) that may be observed or sampled."@en ; + skos:hasTopConcept + :adsorbedPhase , + :atmosphericDust , + :fluid , + :groundwaterWithOil , + :ice , + :inorganicGas , + :manufacturedMaterial , + :marineSediment , + :mineral , + :organicMaterial , + :regolith , + :rock , + :snow , + :streamSediment , + :suspendedSolids , + :unknown , + :unspecifiedSeabedMaterials , + :water ; + skos:prefLabel "General Geology - Sample Material Class"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/ModeOfOccurrence.ttl b/vocabularies/ModeOfOccurrence.ttl deleted file mode 100644 index 83b9c7a..0000000 --- a/vocabularies/ModeOfOccurrence.ttl +++ /dev/null @@ -1,1010 +0,0 @@ -PREFIX cs: -PREFIX dcat: -PREFIX dcterms: -PREFIX owl: -PREFIX rdfs: -PREFIX skos: -PREFIX xsd: - - - a skos:Concept ; - dcterms:identifier "akmolith"^^xsd:token ; - skos:broader ; - skos:definition "an intrusion along a decollement zone, with or without tonguelike extensions into the surrounding rock"@en ; - skos:inScheme cs: ; - skos:prefLabel "akmolith"@en ; -. - - - a skos:Concept ; - dcterms:identifier "amygdale"^^xsd:token ; - skos:broader ; - skos:definition "a gas cavity or vesicle in an igneous rock which is filled with secondary minerals"@en ; - skos:inScheme cs: ; - skos:prefLabel "amygdale"@en ; -. - - - a skos:Concept ; - dcterms:identifier "apophysis"^^xsd:token ; - skos:broader ; - skos:definition "an offshoot from a larger intrusive body"@en ; - skos:inScheme cs: ; - skos:prefLabel "apophysis"@en ; -. - - - a skos:Concept ; - dcterms:identifier "batholith"^^xsd:token ; - skos:definition "a discordant magma body with exposed surface area of more than 100 square kilometres; typically consists of multiple intrusions."@en ; - skos:inScheme cs: ; - skos:prefLabel "batholith"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "bioclast"^^xsd:token ; - skos:broader ; - skos:definition "a fragment or clast in a rock composed of the remains of organisms"@en ; - skos:inScheme cs: ; - skos:prefLabel "bioclast"@en ; -. - - - a skos:Concept ; - dcterms:identifier "block"^^xsd:token ; - skos:broader ; - skos:definition "an angular pyroclast > 64 mm"@en ; - skos:inScheme cs: ; - skos:prefLabel "block"@en ; -. - - - a skos:Concept ; - dcterms:identifier "bomb"^^xsd:token ; - skos:broader ; - skos:definition "a clot of lava, usually mafic-ultramafic, ejected from a volcanic vent while viscous, and which assumes a rounded shape as it solidifies in flight"@en ; - skos:inScheme cs: ; - skos:prefLabel "bomb"@en ; -. - - - a skos:Concept ; - dcterms:identifier "cactolith"^^xsd:token ; - skos:broader ; - skos:definition "an obscurely cactus-shaped intrusion."@en ; - skos:inScheme cs: ; - skos:prefLabel "cactolith"@en ; -. - - - a skos:Concept ; - dcterms:identifier "chonolith"^^xsd:token ; - skos:broader ; - skos:definition "an intrusion so irregular as to defy description"@en ; - skos:inScheme cs: ; - skos:prefLabel "chonolith"@en ; -. - - - a skos:Concept ; - dcterms:identifier "concretion"^^xsd:token ; - skos:definition "a hard, compact mass or aggregate of mineral matter, normally subsperical but commonly oblate, disc-shaped or irregular. Formed from precipitation from solution about a nucleus or centre"@en ; - skos:inScheme cs: ; - skos:prefLabel "concretion"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "cone_sheet"^^xsd:token ; - skos:broader ; - skos:definition "an arcuate dyke that dips 30-45 degrees towards the centre of the arc; occur in concentric sets, presumably converging at a magmatic centre"@en ; - skos:inScheme cs: ; - skos:prefLabel "cone sheet"@en ; -. - - - a skos:Concept ; - dcterms:identifier "cooling_column"^^xsd:token ; - skos:broader ; - skos:definition "a cooling unit in a volcanic rock defined by polygonal jointing perpendicular to the flow surface"@en ; - skos:inScheme cs: ; - skos:prefLabel "cooling column"@en ; -. - - - a skos:Concept ; - dcterms:identifier "cryptoexplosive"^^xsd:token ; - skos:broader ; - skos:definition "a volcanic body of rock formed by subsurface explosive activity"@en ; - skos:inScheme cs: ; - skos:prefLabel "cryptoexplosive"@en ; -. - - - a skos:Concept ; - dcterms:identifier "cumulate_mineral"^^xsd:token ; - skos:broader ; - skos:definition "a crystal formed during accumulation of early-formed crystals from a magma"@en ; - skos:inScheme cs: ; - skos:prefLabel "cumulate mineral"@en ; -. - - - a skos:Concept ; - dcterms:identifier "cupola"^^xsd:token ; - skos:broader ; - skos:definition "a large upward projection of the roof of an igneous intrusion into the country rock above."@en ; - skos:inScheme cs: ; - skos:prefLabel "cupola"@en ; -. - - - a skos:Concept ; - dcterms:identifier "ductolith"^^xsd:token ; - skos:broader ; - skos:definition "a concordant intrusion, teardrop-shaped in cross section"@en ; - skos:inScheme cs: ; - skos:prefLabel "ductolith"@en ; -. - - - a skos:Concept ; - dcterms:identifier "dyke"^^xsd:token ; - skos:broader ; - skos:definition "a tabular igneous intrusion that cuts across the bedding or foliation of the country rock"@en ; - skos:inScheme cs: ; - skos:prefLabel "dyke"@en ; -. - - - a skos:Concept ; - dcterms:identifier "dyke_swarm"^^xsd:token ; - skos:broader ; - skos:definition "a set of dykes, generally subparallel, with a common origin"@en ; - skos:inScheme cs: ; - skos:prefLabel "dyke swarm"@en ; -. - - - a skos:Concept ; - dcterms:identifier "enclave"^^xsd:token ; - skos:broader ; - skos:definition "an inclusion within an igneous rock to which it may or may not be genetically related"@en ; - skos:inScheme cs: ; - skos:prefLabel "enclave"@en ; -. - - - a skos:Concept ; - dcterms:identifier "ethmolith"^^xsd:token ; - skos:broader ; - skos:definition "a discordant, funnel-shaped intrusion, tapers downward"@en ; - skos:inScheme cs: ; - skos:prefLabel "ethmolith"@en ; -. - - - a skos:Concept ; - dcterms:identifier "extrusive_dome"^^xsd:token ; - skos:broader ; - skos:definition "an extrusion forming a bulbous dome above and around a volcanic vent"@en ; - skos:inScheme cs: ; - skos:prefLabel "extrusion dome"@en ; -. - - - a skos:Concept ; - dcterms:identifier "facies"^^xsd:token ; - skos:definition "a lateral variant of a lithostratigraphic or metamorphic unit"@en ; - skos:inScheme cs: ; - skos:prefLabel "facies"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "fissure"^^xsd:token ; - skos:broader ; - skos:definition "a volcanic conduit having the form of a crack or fissure."@en ; - skos:inScheme cs: ; - skos:prefLabel "fissure"@en ; -. - - - a skos:Concept ; - dcterms:identifier "floor_ascendant"^^xsd:token ; - skos:definition "a upward projection of country rock into an igneous intrusion"@en ; - skos:inScheme cs: ; - skos:prefLabel "floor ascendant"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "glomerocryst"^^xsd:token ; - skos:broader ; - skos:definition "an aggregate of crystals of the same mineral"@en ; - skos:inScheme cs: ; - skos:prefLabel "glomerocryst"@en ; -. - - - a skos:Concept ; - dcterms:identifier "gneissic_band"^^xsd:token ; - skos:broader ; - skos:definition "a compositional band or layer in a gneiss mineralogically distinct from the surrounding material"@en ; - skos:inScheme cs: ; - skos:prefLabel "gneissic band"@en ; -. - - - a skos:Concept ; - dcterms:identifier "graphic_intergrowth"^^xsd:token ; - skos:definition "a regular poikilitic intergrowth of triangular or linear-angular shaped grains of one mineral within a larger other mineral, typically quartz with alkali feldspar"@en ; - skos:inScheme cs: ; - skos:prefLabel "graphic intergrowth"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "harpolith"^^xsd:token ; - skos:broader ; - skos:definition "a phacolith with a vertical axis; indicates multiple deformations"@en ; - skos:inScheme cs: ; - skos:prefLabel "harpolith"@en ; -. - - - a skos:Concept ; - dcterms:identifier "high_level_pluton"^^xsd:token ; - skos:broader ; - skos:definition "a pluton emplaced at a high or subvolcanic level in the crust"@en ; - skos:inScheme cs: ; - skos:prefLabel "high-level pluton"@en ; -. - - - a skos:Concept ; - dcterms:identifier "holoblast"^^xsd:token ; - skos:broader ; - skos:definition "a crystalloblast that is newly and completely formed during metamorphism"@en ; - skos:inScheme cs: ; - skos:prefLabel "holoblast"@en ; -. - - - a skos:Concept ; - dcterms:identifier "hydrothermal_alteration"^^xsd:token ; - skos:definition "a rock or mineral derived from hydrothermal alteration of a rock"@en ; - skos:inScheme cs: ; - skos:prefLabel "hydrothermal alteration"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "hypidioblast"^^xsd:token ; - skos:broader ; - skos:definition "a crystalloblast that is formed during metamorphism and is bounded in part by its characteristic crystal faces"@en ; - skos:inScheme cs: ; - skos:prefLabel "hypidioblast"@en ; -. - - - a skos:Concept ; - dcterms:identifier "idioblast"^^xsd:token ; - skos:broader ; - skos:definition "a crystalloblast that is formed during metamorphism and is bounded by its characteristic crystal faces"@en ; - skos:inScheme cs: ; - skos:prefLabel "idioblast"@en ; -. - - - a skos:Concept ; - dcterms:identifier "igneous_band"^^xsd:token ; - skos:broader ; - skos:definition "a compositional band or layer in an igneous rock mineralogically distict from the surrounding material"@en ; - skos:inScheme cs: ; - skos:prefLabel "igneous band"@en ; -. - - - a skos:Concept ; - dcterms:identifier "intraclast"^^xsd:token ; - skos:broader ; - skos:definition "a clast or fragment in a sedimentary rock of another penecontemporaneous sedimentary rock that has been eroded within the basin of deposition"@en ; - skos:inScheme cs: ; - skos:prefLabel "intraclast"@en ; -. - - - a skos:Concept ; - dcterms:identifier "irregular_vein"^^xsd:token ; - skos:broader ; - skos:definition "a vein with no obvious form."@en ; - skos:inScheme cs: ; - skos:prefLabel "irregular vein"@en ; -. - - - a skos:Concept ; - dcterms:identifier "laccolith"^^xsd:token ; - skos:broader ; - skos:definition "a concordant, flat-based, convex-up intrusion"@en ; - skos:inScheme cs: ; - skos:prefLabel "laccolith"@en ; -. - - - a skos:Concept ; - dcterms:identifier "lens"^^xsd:token ; - skos:broader ; - skos:definition "a discontinuous layer or bed within a sedimentary rock"@en ; - skos:inScheme cs: ; - skos:prefLabel "lens"@en ; -. - - - a skos:Concept ; - dcterms:identifier "leucosome"^^xsd:token ; - skos:definition "the light coloured part of a migmatite or other rock with compositional segregations, usually rich in quartz and feldspar"@en ; - skos:inScheme cs: ; - skos:prefLabel "leucosome"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "lopolith"^^xsd:token ; - skos:broader ; - skos:definition "a large, concordant, typically layered igneous intrusion whose floor is convex-down and whose roof may be convex-down or flat."@en ; - skos:inScheme cs: ; - skos:prefLabel "lopolith"@en ; -. - - - a skos:Concept ; - dcterms:identifier "marker_bed"^^xsd:token ; - skos:broader ; - skos:definition "a laterally continuous stratigraphic marker within another unit."@en ; - skos:inScheme cs: ; - skos:prefLabel "marker bed"@en ; -. - - - a skos:Concept ; - dcterms:identifier "melanosome"^^xsd:token ; - skos:definition "the dark coloured part of a migmatite or other rock with compositional segregations, rich in mafic minerals"@en ; - skos:inScheme cs: ; - skos:prefLabel "melanosome"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "microlite"^^xsd:token ; - skos:broader ; - skos:definition "a microscopic crystal that polarises light and has some determinable optical properties"@en ; - skos:inScheme cs: ; - skos:prefLabel "microlite"@en ; -. - - - a skos:Concept ; - dcterms:identifier "nodule"^^xsd:token ; - skos:definition "A small rounded mass of a mineral or mineral aggregate, usually with a contrasting composition from the enclosing sediment or rock matrix in which it is embedded. A fragment of a coarse grained igneous rock occurring within a finer grained rock."@en ; - skos:inScheme cs: ; - skos:prefLabel "nodule"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "oikocryst"^^xsd:token ; - skos:broader ; - skos:definition "the enclosing crystal in a poikolitic texture"@en ; - skos:inScheme cs: ; - skos:prefLabel "oikocryst"@en ; -. - - - a skos:Concept ; - dcterms:identifier "oncolite"^^xsd:token ; - skos:broader ; - skos:definition "a variously shaped, concentrically laminated, calcareous sedimentary structure, usually less than 10 cm in diameter, formed by the accretion of successive layered masses of blue-green algae"@en ; - skos:inScheme cs: ; - skos:prefLabel "oncolite"@en ; -. - - - a skos:Concept ; - dcterms:identifier "ooid"^^xsd:token ; - skos:broader ; - skos:definition "a small round or ovate accretionary particle in an oolitic rock, formed of concentric carbonate layers around a nucleus in shallow, wave-agitated water"@en ; - skos:inScheme cs: ; - skos:prefLabel "ooid"@en ; -. - - - a skos:Concept ; - dcterms:identifier "pellet"^^xsd:token ; - skos:broader ; - skos:definition "a small, usually rounded aggregate of clay-sized calcareous (micritic) material, devoid of internal structure, and contained within a well sorted carbonate rock"@en ; - skos:inScheme cs: ; - skos:prefLabel "pellet"@en ; -. - - - a skos:Concept ; - dcterms:identifier "phenocryst"^^xsd:token ; - skos:broader ; - skos:definition "a relatively large, conspicuous crystal in a porphyrytic igneous rock"@en ; - skos:inScheme cs: ; - skos:prefLabel "phenocryst"@en ; -. - - - a skos:Concept ; - dcterms:identifier "pillow"^^xsd:token ; - skos:broader ; - skos:definition "a pillow-like lava body extruded beneath water"@en ; - skos:inScheme cs: ; - skos:prefLabel "pillow"@en ; -. - - - a skos:Concept ; - dcterms:identifier "pipe"^^xsd:token ; - skos:broader ; - skos:definition "a vertical conduit through the Earth's crust below a volcano, through which magmatic materials have passed; usually filled with volcanic breccia and fragments of older rock."@en ; - skos:inScheme cs: ; - skos:prefLabel "pipe"@en ; -. - - - a skos:Concept ; - dcterms:identifier "pisolite"^^xsd:token ; - skos:broader ; - skos:definition "a small round or ovate accretionary particle, larger and less regular than an ooid, formed by concentric precipitation around a nucleus typically of carbonate (limestone) or iron oxides (laterite)"@en ; - skos:inScheme cs: ; - skos:prefLabel "pisolite"@en ; -. - - - a skos:Concept ; - dcterms:identifier "planar_vein"^^xsd:token ; - skos:broader ; - skos:definition "a vein with length and width significantly greater than its thickness, giving the vein a tabular form."@en ; - skos:inScheme cs: ; - skos:prefLabel "planar vein"@en ; -. - - - a skos:Concept ; - dcterms:identifier "plug"^^xsd:token ; - skos:broader ; - skos:definition "a roughly cylindrical mass of congealed magma that fills the conduit of an inactive volcano"@en ; - skos:inScheme cs: ; - skos:prefLabel "plug"@en ; -. - - - a skos:Concept ; - dcterms:identifier "pluton"^^xsd:token ; - skos:broader ; - skos:definition "a deep-seated igneous intrusion"@en ; - skos:inScheme cs: ; - skos:prefLabel "pluton"@en ; -. - - - a skos:Concept ; - dcterms:identifier "pod"^^xsd:token ; - skos:broader ; - skos:definition "an intrusion of elongate or lenticular form"@en ; - skos:inScheme cs: ; - skos:prefLabel "pod"@en ; -. - - - a skos:Concept ; - dcterms:identifier "poikiloblast"^^xsd:token ; - skos:broader ; - skos:definition "a crystal formed by recrystallisation during metamorphism with numerous inclusions of smaller grains"@en ; - skos:inScheme cs: ; - skos:prefLabel "poikiloblast"@en ; -. - - - a skos:Concept ; - dcterms:identifier "porphyroblast"^^xsd:token ; - skos:broader ; - skos:definition "a pseudoporphyritic crystal in a rock produced by metamorphic recrystallisation"@en ; - skos:inScheme cs: ; - skos:prefLabel "porphyroblast"@en ; -. - - - a skos:Concept ; - dcterms:identifier "porphyroclast"^^xsd:token ; - skos:broader ; - skos:definition "a paleoblast within a finer grained recrystalllised and/or pulverised matrix"@en ; - skos:inScheme cs: ; - skos:prefLabel "porphyroclast"@en ; -. - - - a skos:Concept ; - dcterms:identifier "pseudomorph"^^xsd:token ; - skos:definition "a secondary mineral whose outward crystal form has been inherited from the orignal mineral it has replaced"@en ; - skos:inScheme cs: ; - skos:prefLabel "pseudomorph"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "reaction_rim"^^xsd:token ; - skos:broader ; - skos:definition "a peripheral zone around a mineral composed of the products of the reaction of an early solidified mineral with a surrounding melt"@en ; - skos:inScheme cs: ; - skos:prefLabel "reaction rim"@en ; -. - - - a skos:Concept ; - dcterms:identifier "righ_dyke"^^xsd:token ; - skos:broader ; - skos:definition "an arcuate or subcircular dyke, generally associated with a volcanic centre."@en ; - skos:inScheme cs: ; - skos:prefLabel "ring dyke"@en ; -. - - - a skos:Concept ; - dcterms:identifier "roof_pendant"^^xsd:token ; - skos:definition "a downward projection of country rock into an igneous intrusion"@en ; - skos:inScheme cs: ; - skos:prefLabel "roof pendant"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "sedimentry_dyke"^^xsd:token ; - skos:definition "a tabular sedimentary intrusion that cuts across the bedding or foliation of the host rock"@en ; - skos:inScheme cs: ; - skos:prefLabel "sedimentary dyke"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "sheet"^^xsd:token ; - skos:broader ; - skos:definition "a tabular intrusion, concordant or slightly discordant."@en ; - skos:inScheme cs: ; - skos:prefLabel "sheet"@en ; -. - - - a skos:Concept ; - dcterms:identifier "sigmoidal_vein"^^xsd:token ; - skos:broader ; - skos:definition "a vein is curved so as to resemble the letter S in section."@en ; - skos:inScheme cs: ; - skos:prefLabel "sigmoidal vein"@en ; -. - - - a skos:Concept ; - dcterms:identifier "sill"^^xsd:token ; - skos:broader ; - skos:definition "a tabular igneous intrusion that parallels the bedding or foliation of the country rock."@en ; - skos:inScheme cs: ; - skos:prefLabel "sill"@en ; -. - - - a skos:Concept ; - dcterms:identifier "sphenolith"^^xsd:token ; - skos:broader ; - skos:definition "a wedge-like intrusion, partly concordant, partly discordant."@en ; - skos:inScheme cs: ; - skos:prefLabel "sphenolith"@en ; -. - - - a skos:Concept ; - dcterms:identifier "spherulite"^^xsd:token ; - skos:broader ; - skos:definition "a rounded or spherical mass of acicular crystals, commonly of feldspar radiating from a central point. Commonly formed from devitrification of volcanic glass"@en ; - skos:inScheme cs: ; - skos:prefLabel "spherulite"@en ; -. - - - a skos:Concept ; - dcterms:identifier "stock"^^xsd:token ; - skos:broader ; - skos:definition "a discordant magma body with exposed surface area of less than 100 square kilometres; may represent exposed portion of a much larger intrusion."@en ; - skos:inScheme cs: ; - skos:prefLabel "stock"@en ; -. - - - a skos:Concept ; - dcterms:identifier "symplectic_intergrowth"^^xsd:token ; - skos:definition "an intimate wormlike or irregular intergrowth of two different minerals"@en ; - skos:inScheme cs: ; - skos:prefLabel "symplectic intergrowth"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "unkown"^^xsd:token ; - skos:definition "mode of occurrence is unknown"@en ; - skos:inScheme cs: ; - skos:prefLabel "unknown"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "weathering_product"^^xsd:token ; - skos:definition "a secondary mineral or material derived from weathering of a rock"@en ; - skos:inScheme cs: ; - skos:prefLabel "weathering product"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "xenoblast"^^xsd:token ; - skos:broader ; - skos:definition "a mineral that has grown during metamorphism without development of its characteristic crystal faces"@en ; - skos:inScheme cs: ; - skos:prefLabel "xenoblast"@en ; -. - - - a skos:Concept ; - dcterms:identifier "xenocryst"^^xsd:token ; - skos:broader ; - skos:definition "a crystal that resembles a phenocryst in an igneous rock, but that is foreign to the rock in which it occurs"@en ; - skos:inScheme cs: ; - skos:prefLabel "xenocryst"@en ; -. - - - a skos:Concept ; - dcterms:identifier "xenolith"^^xsd:token ; - skos:broader ; - skos:definition "a foreign inclusion in an igneous rock; a fragment of an earlier-formed part of the igneous rock that has a different composition from that of the host rock"@en ; - skos:inScheme cs: ; - skos:prefLabel "xenolith"@en ; -. - - - a skos:Concept ; - dcterms:identifier "bed"^^xsd:token ; - skos:broader ; - skos:definition "a layer of sedimentary material bounded above and below by more or less well-defined bedding surfaces"@en ; - skos:inScheme cs: ; - skos:narrower ; - skos:prefLabel "bed"@en ; -. - - - a skos:Concept ; - dcterms:identifier "cement"^^xsd:token ; - skos:definition "chemically precipitated material occuring in the space between grains or clasts of a sedimentary rock"@en ; - skos:inScheme cs: ; - skos:narrower ; - skos:prefLabel "cement"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "corona"^^xsd:token ; - skos:broader ; - skos:definition "a zone of minerals, commonly with radial arrangement, around another mineral"@en ; - skos:inScheme cs: ; - skos:narrower ; - skos:prefLabel "corona"@en ; -. - - - a skos:Concept ; - dcterms:identifier "detritus"^^xsd:token ; - skos:definition "sedimentary material derived from the waethering and/or erosion"@en ; - skos:inScheme cs: ; - skos:narrower ; - skos:prefLabel "detritus"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "groundmass"^^xsd:token ; - skos:definition "the finer grained material between the phenocrysts of a porphyritic igneous rock"@en ; - skos:inScheme cs: ; - skos:narrower ; - skos:prefLabel "groundmass"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "lava_flow"^^xsd:token ; - skos:broader ; - skos:definition "a tabular extrusive igneous body."@en ; - skos:inScheme cs: ; - skos:narrower ; - skos:prefLabel "lava flow"@en ; -. - - - a skos:Concept ; - dcterms:identifier "matrix"^^xsd:token ; - skos:definition "the finer grained material between the larger grains or clasts of a sedimentary rock"@en ; - skos:inScheme cs: ; - skos:narrower ; - skos:prefLabel "matrix"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "mineral_overgrowth"^^xsd:token ; - skos:definition "growth of one mineral around the margin of a pre-existing mineral grain"@en ; - skos:inScheme cs: ; - skos:narrower ; - skos:prefLabel "mineral overgrowth"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "phacolith"^^xsd:token ; - skos:broader ; - skos:definition "a concordant, lenticular intrusion, emplaced along a fold axis"@en ; - skos:inScheme cs: ; - skos:narrower ; - skos:prefLabel "phacolith"@en ; -. - - - a skos:Concept ; - dcterms:identifier "clast"^^xsd:token ; - skos:broader ; - skos:definition "a fragment of pre-existing rocks which have been produced by the processes of weathering and/or erosion, and in general transported to a point of deposition."@en ; - skos:inScheme cs: ; - skos:narrower - , - ; - skos:prefLabel "clast"@en ; -. - - - a skos:Concept ; - dcterms:identifier "inclusion"^^xsd:token ; - skos:definition "a fragment of older material within an igneous rock to which it may or may not be genetically related"@en ; - skos:inScheme cs: ; - skos:narrower - , - ; - skos:prefLabel "inclusion"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "interstitial_material"^^xsd:token ; - skos:broader - , - , - ; - skos:definition "the finer grained material that occurs between coarser grains or particles in a rock"@en ; - skos:inScheme cs: ; - skos:prefLabel "interstitial material"@en ; -. - - - a skos:Concept ; - dcterms:identifier "pyroclast"^^xsd:token ; - skos:broader ; - skos:definition "a particle ejected during a volcanic eruption"@en ; - skos:inScheme cs: ; - skos:narrower - , - ; - skos:prefLabel "pyroclast"@en ; -. - - - a skos:Concept ; - dcterms:identifier "ring_complex"^^xsd:token ; - skos:broader ; - skos:definition "an association of ring dykes and cone sheets."@en ; - skos:inScheme cs: ; - skos:narrower - , - ; - skos:prefLabel "ring complex"@en ; -. - - - a skos:Concept ; - dcterms:identifier "vein"^^xsd:token ; - skos:definition "an epigenetic mineral filling of a fault or fracture in a host rock, in tabular or sheetlike form, often with associated host rock replacement."@en ; - skos:inScheme cs: ; - skos:narrower - , - , - ; - skos:prefLabel "vein"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "band_layer"^^xsd:token ; - skos:definition "a thin layer, compositionally distinct from the surrounding material"@en ; - skos:inScheme cs: ; - skos:narrower - , - , - , - ; - skos:prefLabel "band, layer"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "grain"^^xsd:token ; - skos:definition "a mineral or rock particle, generally lacking crystal faces, commonly in relation to sedimentary rocks"@en ; - skos:inScheme cs: ; - skos:narrower - , - , - , - ; - skos:prefLabel "grain"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "crystal"^^xsd:token ; - skos:definition "a homogeneous, solid body of a mineral or element having a regular repeating atomic arrangement"@en ; - skos:inScheme cs: ; - skos:narrower - , - , - , - , - , - , - ; - skos:prefLabel "crystal"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "crystalloblast"^^xsd:token ; - skos:broader ; - skos:definition "a crystal of a mineral produced entirely by metamorphic processes"@en ; - skos:inScheme cs: ; - skos:narrower - , - , - , - , - , - , - ; - skos:prefLabel "crystalloblast"@en ; -. - - - a skos:Concept ; - dcterms:identifier "volcanic_feature"^^xsd:token ; - skos:definition "a rock derived from igneous processes at or just below the Earth's surface"@en ; - skos:inScheme cs: ; - skos:narrower - , - , - , - , - , - , - , - ; - skos:prefLabel "volcanic feature"@en ; - skos:topConceptOf cs: ; -. - - - a skos:Concept ; - dcterms:identifier "intrusion"^^xsd:token ; - skos:definition "a body of igneous rock formed by the process of emplacement of magma in pre-existing rock"@en ; - skos:inScheme cs: ; - skos:narrower - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - ; - skos:prefLabel "intrusion"@en ; - skos:topConceptOf cs: ; -. - -cs: - a skos:ConceptScheme ; - dcterms:created "2022-08-09"^^xsd:date ; - dcterms:creator ; - dcterms:identifier "mode_of_occurrence"^^xsd:token ; - dcterms:modified "2022-08-09"^^xsd:date ; - skos:historyNote "Geoscience Australia Mode of Occurence (FGDM.MODE_OCCURENCES)"@en ; - dcterms:publisher ; - rdfs:seeAlso ; - owl:versionInfo "1" ; - skos:definition "Mode of occurrence of geological units and samples (eg: dyke, bed, phenocryst)."@en ; - skos:hasTopConcept - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - ; - skos:prefLabel "Field Geology - Mode of Occurrence"@en ; - dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division " ; -. - diff --git a/vocabularies/ModesOfOccurrence.ttl b/vocabularies/ModesOfOccurrence.ttl new file mode 100644 index 0000000..6fce950 --- /dev/null +++ b/vocabularies/ModesOfOccurrence.ttl @@ -0,0 +1,913 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:akmolith + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "an intrusion along a decollement zone, with or without tonguelike extensions into the surrounding rock"@en ; + skos:inScheme cs: ; + skos:prefLabel "akmolith"@en ; +. + +:amygdale + a skos:Concept ; + skos:broader :volcanic-feature ; + skos:definition "a gas cavity or vesicle in an igneous rock which is filled with secondary minerals"@en ; + skos:inScheme cs: ; + skos:prefLabel "amygdale"@en ; +. + +:apophysis + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "an offshoot from a larger intrusive body"@en ; + skos:inScheme cs: ; + skos:prefLabel "apophysis"@en ; +. + +:batholith + a skos:Concept ; + skos:definition "a discordant magma body with exposed surface area of more than 100 square kilometres; typically consists of multiple intrusions."@en ; + skos:inScheme cs: ; + skos:prefLabel "batholith"@en ; + skos:topConceptOf cs: ; +. + +:bioclast + a skos:Concept ; + skos:broader :clast ; + skos:definition "a fragment or clast in a rock composed of the remains of organisms"@en ; + skos:inScheme cs: ; + skos:prefLabel "bioclast"@en ; +. + +:block + a skos:Concept ; + skos:broader :pyroclast ; + skos:definition "an angular pyroclast > 64 mm"@en ; + skos:inScheme cs: ; + skos:prefLabel "block"@en ; +. + +:bomb + a skos:Concept ; + skos:broader :pyroclast ; + skos:definition "a clot of lava, usually mafic-ultramafic, ejected from a volcanic vent while viscous, and which assumes a rounded shape as it solidifies in flight"@en ; + skos:inScheme cs: ; + skos:prefLabel "bomb"@en ; +. + +:cactolith + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "an obscurely cactus-shaped intrusion."@en ; + skos:inScheme cs: ; + skos:prefLabel "cactolith"@en ; +. + +:chonolith + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "an intrusion so irregular as to defy description"@en ; + skos:inScheme cs: ; + skos:prefLabel "chonolith"@en ; +. + +:concretion + a skos:Concept ; + skos:definition "a hard, compact mass or aggregate of mineral matter, normally subsperical but commonly oblate, disc-shaped or irregular. Formed from precipitation from solution about a nucleus or centre"@en ; + skos:inScheme cs: ; + skos:prefLabel "concretion"@en ; + skos:topConceptOf cs: ; +. + +:cone-sheet + a skos:Concept ; + skos:broader :ring-complex ; + skos:definition "an arcuate dyke that dips 30-45 degrees towards the centre of the arc; occur in concentric sets, presumably converging at a magmatic centre"@en ; + skos:inScheme cs: ; + skos:prefLabel "cone sheet"@en ; +. + +:cooling-column + a skos:Concept ; + skos:broader :volcanic-feature ; + skos:definition "a cooling unit in a volcanic rock defined by polygonal jointing perpendicular to the flow surface"@en ; + skos:inScheme cs: ; + skos:prefLabel "cooling column"@en ; +. + +:cryptoexplosive + a skos:Concept ; + skos:broader :volcanic-feature ; + skos:definition "a volcanic body of rock formed by subsurface explosive activity"@en ; + skos:inScheme cs: ; + skos:prefLabel "cryptoexplosive"@en ; +. + +:cumulate-mineral + a skos:Concept ; + skos:broader :crystal ; + skos:definition "a crystal formed during accumulation of early-formed crystals from a magma"@en ; + skos:inScheme cs: ; + skos:prefLabel "cumulate mineral"@en ; +. + +:cupola + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a large upward projection of the roof of an igneous intrusion into the country rock above."@en ; + skos:inScheme cs: ; + skos:prefLabel "cupola"@en ; +. + +:ductolith + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a concordant intrusion, teardrop-shaped in cross section"@en ; + skos:inScheme cs: ; + skos:prefLabel "ductolith"@en ; +. + +:dyke + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a tabular igneous intrusion that cuts across the bedding or foliation of the country rock"@en ; + skos:inScheme cs: ; + skos:prefLabel "dyke"@en ; +. + +:dyke-swarm + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a set of dykes, generally subparallel, with a common origin"@en ; + skos:inScheme cs: ; + skos:prefLabel "dyke swarm"@en ; +. + +:enclave + a skos:Concept ; + skos:broader :inclusion ; + skos:definition "an inclusion within an igneous rock to which it may or may not be genetically related"@en ; + skos:inScheme cs: ; + skos:prefLabel "enclave"@en ; +. + +:ethmolith + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a discordant, funnel-shaped intrusion, tapers downward"@en ; + skos:inScheme cs: ; + skos:prefLabel "ethmolith"@en ; +. + +:extrusive-dome + a skos:Concept ; + skos:broader :volcanic-feature ; + skos:definition "an extrusion forming a bulbous dome above and around a volcanic vent"@en ; + skos:inScheme cs: ; + skos:prefLabel "extrusion dome"@en ; +. + +:facies + a skos:Concept ; + skos:definition "a lateral variant of a lithostratigraphic or metamorphic unit"@en ; + skos:inScheme cs: ; + skos:prefLabel "facies"@en ; + skos:topConceptOf cs: ; +. + +:fissure + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a volcanic conduit having the form of a crack or fissure."@en ; + skos:inScheme cs: ; + skos:prefLabel "fissure"@en ; +. + +:floor-ascendant + a skos:Concept ; + skos:definition "a upward projection of country rock into an igneous intrusion"@en ; + skos:inScheme cs: ; + skos:prefLabel "floor ascendant"@en ; + skos:topConceptOf cs: ; +. + +:glomerocryst + a skos:Concept ; + skos:broader :crystal ; + skos:definition "an aggregate of crystals of the same mineral"@en ; + skos:inScheme cs: ; + skos:prefLabel "glomerocryst"@en ; +. + +:gneissic-band + a skos:Concept ; + skos:broader :band-layer ; + skos:definition "a compositional band or layer in a gneiss mineralogically distinct from the surrounding material"@en ; + skos:inScheme cs: ; + skos:prefLabel "gneissic band"@en ; +. + +:graphic-intergrowth + a skos:Concept ; + skos:definition "a regular poikilitic intergrowth of triangular or linear-angular shaped grains of one mineral within a larger other mineral, typically quartz with alkali feldspar"@en ; + skos:inScheme cs: ; + skos:prefLabel "graphic intergrowth"@en ; + skos:topConceptOf cs: ; +. + +:harpolith + a skos:Concept ; + skos:broader :phacolith ; + skos:definition "a phacolith with a vertical axis; indicates multiple deformations"@en ; + skos:inScheme cs: ; + skos:prefLabel "harpolith"@en ; +. + +:high-level-pluton + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a pluton emplaced at a high or subvolcanic level in the crust"@en ; + skos:inScheme cs: ; + skos:prefLabel "high-level pluton"@en ; +. + +:holoblast + a skos:Concept ; + skos:broader :crystalloblast ; + skos:definition "a crystalloblast that is newly and completely formed during metamorphism"@en ; + skos:inScheme cs: ; + skos:prefLabel "holoblast"@en ; +. + +:hydrothermal-alteration + a skos:Concept ; + skos:definition "a rock or mineral derived from hydrothermal alteration of a rock"@en ; + skos:inScheme cs: ; + skos:prefLabel "hydrothermal alteration"@en ; + skos:topConceptOf cs: ; +. + +:hypidioblast + a skos:Concept ; + skos:broader :crystalloblast ; + skos:definition "a crystalloblast that is formed during metamorphism and is bounded in part by its characteristic crystal faces"@en ; + skos:inScheme cs: ; + skos:prefLabel "hypidioblast"@en ; +. + +:idioblast + a skos:Concept ; + skos:broader :crystalloblast ; + skos:definition "a crystalloblast that is formed during metamorphism and is bounded by its characteristic crystal faces"@en ; + skos:inScheme cs: ; + skos:prefLabel "idioblast"@en ; +. + +:igneous-band + a skos:Concept ; + skos:broader :band-layer ; + skos:definition "a compositional band or layer in an igneous rock mineralogically distict from the surrounding material"@en ; + skos:inScheme cs: ; + skos:prefLabel "igneous band"@en ; +. + +:intraclast + a skos:Concept ; + skos:broader :clast ; + skos:definition "a clast or fragment in a sedimentary rock of another penecontemporaneous sedimentary rock that has been eroded within the basin of deposition"@en ; + skos:inScheme cs: ; + skos:prefLabel "intraclast"@en ; +. + +:irregular-vein + a skos:Concept ; + skos:broader :vein ; + skos:definition "a vein with no obvious form."@en ; + skos:inScheme cs: ; + skos:prefLabel "irregular vein"@en ; +. + +:laccolith + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a concordant, flat-based, convex-up intrusion"@en ; + skos:inScheme cs: ; + skos:prefLabel "laccolith"@en ; +. + +:lens + a skos:Concept ; + skos:broader :band-layer ; + skos:definition "a discontinuous layer or bed within a sedimentary rock"@en ; + skos:inScheme cs: ; + skos:prefLabel "lens"@en ; +. + +:leucosome + a skos:Concept ; + skos:definition "the light coloured part of a migmatite or other rock with compositional segregations, usually rich in quartz and feldspar"@en ; + skos:inScheme cs: ; + skos:prefLabel "leucosome"@en ; + skos:topConceptOf cs: ; +. + +:lopolith + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a large, concordant, typically layered igneous intrusion whose floor is convex-down and whose roof may be convex-down or flat."@en ; + skos:inScheme cs: ; + skos:prefLabel "lopolith"@en ; +. + +:marker-bed + a skos:Concept ; + skos:broader :bed ; + skos:definition "a laterally continuous stratigraphic marker within another unit."@en ; + skos:inScheme cs: ; + skos:prefLabel "marker bed"@en ; +. + +:melanosome + a skos:Concept ; + skos:definition "the dark coloured part of a migmatite or other rock with compositional segregations, rich in mafic minerals"@en ; + skos:inScheme cs: ; + skos:prefLabel "melanosome"@en ; + skos:topConceptOf cs: ; +. + +:microlite + a skos:Concept ; + skos:broader :crystal ; + skos:definition "a microscopic crystal that polarises light and has some determinable optical properties"@en ; + skos:inScheme cs: ; + skos:prefLabel "microlite"@en ; +. + +:nodule + a skos:Concept ; + skos:definition "A small rounded mass of a mineral or mineral aggregate, usually with a contrasting composition from the enclosing sediment or rock matrix in which it is embedded. A fragment of a coarse grained igneous rock occurring within a finer grained rock."@en ; + skos:inScheme cs: ; + skos:prefLabel "nodule"@en ; + skos:topConceptOf cs: ; +. + +:oikocryst + a skos:Concept ; + skos:broader :crystalloblast ; + skos:definition "the enclosing crystal in a poikolitic texture"@en ; + skos:inScheme cs: ; + skos:prefLabel "oikocryst"@en ; +. + +:oncolite + a skos:Concept ; + skos:broader :grain ; + skos:definition "a variously shaped, concentrically laminated, calcareous sedimentary structure, usually less than 10 cm in diameter, formed by the accretion of successive layered masses of blue-green algae"@en ; + skos:inScheme cs: ; + skos:prefLabel "oncolite"@en ; +. + +:ooid + a skos:Concept ; + skos:broader :grain ; + skos:definition "a small round or ovate accretionary particle in an oolitic rock, formed of concentric carbonate layers around a nucleus in shallow, wave-agitated water"@en ; + skos:inScheme cs: ; + skos:prefLabel "ooid"@en ; +. + +:pellet + a skos:Concept ; + skos:broader :grain ; + skos:definition "a small, usually rounded aggregate of clay-sized calcareous (micritic) material, devoid of internal structure, and contained within a well sorted carbonate rock"@en ; + skos:inScheme cs: ; + skos:prefLabel "pellet"@en ; +. + +:phenocryst + a skos:Concept ; + skos:broader :crystal ; + skos:definition "a relatively large, conspicuous crystal in a porphyrytic igneous rock"@en ; + skos:inScheme cs: ; + skos:prefLabel "phenocryst"@en ; +. + +:pillow + a skos:Concept ; + skos:broader :lava-flow ; + skos:definition "a pillow-like lava body extruded beneath water"@en ; + skos:inScheme cs: ; + skos:prefLabel "pillow"@en ; +. + +:pipe + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a vertical conduit through the Earth's crust below a volcano, through which magmatic materials have passed; usually filled with volcanic breccia and fragments of older rock."@en ; + skos:inScheme cs: ; + skos:prefLabel "pipe"@en ; +. + +:pisolite + a skos:Concept ; + skos:broader :grain ; + skos:definition "a small round or ovate accretionary particle, larger and less regular than an ooid, formed by concentric precipitation around a nucleus typically of carbonate (limestone) or iron oxides (laterite)"@en ; + skos:inScheme cs: ; + skos:prefLabel "pisolite"@en ; +. + +:planar-vein + a skos:Concept ; + skos:broader :vein ; + skos:definition "a vein with length and width significantly greater than its thickness, giving the vein a tabular form."@en ; + skos:inScheme cs: ; + skos:prefLabel "planar vein"@en ; +. + +:plug + a skos:Concept ; + skos:broader :volcanic-feature ; + skos:definition "a roughly cylindrical mass of congealed magma that fills the conduit of an inactive volcano"@en ; + skos:inScheme cs: ; + skos:prefLabel "plug"@en ; +. + +:pluton + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a deep-seated igneous intrusion"@en ; + skos:inScheme cs: ; + skos:prefLabel "pluton"@en ; +. + +:pod + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "an intrusion of elongate or lenticular form"@en ; + skos:inScheme cs: ; + skos:prefLabel "pod"@en ; +. + +:poikiloblast + a skos:Concept ; + skos:broader :crystalloblast ; + skos:definition "a crystal formed by recrystallisation during metamorphism with numerous inclusions of smaller grains"@en ; + skos:inScheme cs: ; + skos:prefLabel "poikiloblast"@en ; +. + +:porphyroblast + a skos:Concept ; + skos:broader :crystalloblast ; + skos:definition "a pseudoporphyritic crystal in a rock produced by metamorphic recrystallisation"@en ; + skos:inScheme cs: ; + skos:prefLabel "porphyroblast"@en ; +. + +:porphyroclast + a skos:Concept ; + skos:broader :crystal ; + skos:definition "a paleoblast within a finer grained recrystalllised and/or pulverised matrix"@en ; + skos:inScheme cs: ; + skos:prefLabel "porphyroclast"@en ; +. + +:pseudomorph + a skos:Concept ; + skos:definition "a secondary mineral whose outward crystal form has been inherited from the orignal mineral it has replaced"@en ; + skos:inScheme cs: ; + skos:prefLabel "pseudomorph"@en ; + skos:topConceptOf cs: ; +. + +:reaction-rim + a skos:Concept ; + skos:broader :corona ; + skos:definition "a peripheral zone around a mineral composed of the products of the reaction of an early solidified mineral with a surrounding melt"@en ; + skos:inScheme cs: ; + skos:prefLabel "reaction rim"@en ; +. + +:righ-dyke + a skos:Concept ; + skos:broader :ring-complex ; + skos:definition "an arcuate or subcircular dyke, generally associated with a volcanic centre."@en ; + skos:inScheme cs: ; + skos:prefLabel "ring dyke"@en ; +. + +:roof-pendant + a skos:Concept ; + skos:definition "a downward projection of country rock into an igneous intrusion"@en ; + skos:inScheme cs: ; + skos:prefLabel "roof pendant"@en ; + skos:topConceptOf cs: ; +. + +:sedimentry-dyke + a skos:Concept ; + skos:definition "a tabular sedimentary intrusion that cuts across the bedding or foliation of the host rock"@en ; + skos:inScheme cs: ; + skos:prefLabel "sedimentary dyke"@en ; + skos:topConceptOf cs: ; +. + +:sheet + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a tabular intrusion, concordant or slightly discordant."@en ; + skos:inScheme cs: ; + skos:prefLabel "sheet"@en ; +. + +:sigmoidal-vein + a skos:Concept ; + skos:broader :vein ; + skos:definition "a vein is curved so as to resemble the letter S in section."@en ; + skos:inScheme cs: ; + skos:prefLabel "sigmoidal vein"@en ; +. + +:sill + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a tabular igneous intrusion that parallels the bedding or foliation of the country rock."@en ; + skos:inScheme cs: ; + skos:prefLabel "sill"@en ; +. + +:sphenolith + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a wedge-like intrusion, partly concordant, partly discordant."@en ; + skos:inScheme cs: ; + skos:prefLabel "sphenolith"@en ; +. + +:spherulite + a skos:Concept ; + skos:broader :volcanic-feature ; + skos:definition "a rounded or spherical mass of acicular crystals, commonly of feldspar radiating from a central point. Commonly formed from devitrification of volcanic glass"@en ; + skos:inScheme cs: ; + skos:prefLabel "spherulite"@en ; +. + +:stock + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a discordant magma body with exposed surface area of less than 100 square kilometres; may represent exposed portion of a much larger intrusion."@en ; + skos:inScheme cs: ; + skos:prefLabel "stock"@en ; +. + +:symplectic-intergrowth + a skos:Concept ; + skos:definition "an intimate wormlike or irregular intergrowth of two different minerals"@en ; + skos:inScheme cs: ; + skos:prefLabel "symplectic intergrowth"@en ; + skos:topConceptOf cs: ; +. + +:unkown + a skos:Concept ; + skos:definition "mode of occurrence is unknown"@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + +:weathering-product + a skos:Concept ; + skos:definition "a secondary mineral or material derived from weathering of a rock"@en ; + skos:inScheme cs: ; + skos:prefLabel "weathering product"@en ; + skos:topConceptOf cs: ; +. + +:xenoblast + a skos:Concept ; + skos:broader :crystalloblast ; + skos:definition "a mineral that has grown during metamorphism without development of its characteristic crystal faces"@en ; + skos:inScheme cs: ; + skos:prefLabel "xenoblast"@en ; +. + +:xenocryst + a skos:Concept ; + skos:broader :crystal ; + skos:definition "a crystal that resembles a phenocryst in an igneous rock, but that is foreign to the rock in which it occurs"@en ; + skos:inScheme cs: ; + skos:prefLabel "xenocryst"@en ; +. + +:xenolith + a skos:Concept ; + skos:broader :inclusion ; + skos:definition "a foreign inclusion in an igneous rock; a fragment of an earlier-formed part of the igneous rock that has a different composition from that of the host rock"@en ; + skos:inScheme cs: ; + skos:prefLabel "xenolith"@en ; +. + +:bed + a skos:Concept ; + skos:broader :band-layer ; + skos:definition "a layer of sedimentary material bounded above and below by more or less well-defined bedding surfaces"@en ; + skos:inScheme cs: ; + skos:narrower :marker-bed ; + skos:prefLabel "bed"@en ; +. + +:cement + a skos:Concept ; + skos:definition "chemically precipitated material occuring in the space between grains or clasts of a sedimentary rock"@en ; + skos:inScheme cs: ; + skos:narrower :interstitial-material ; + skos:prefLabel "cement"@en ; + skos:topConceptOf cs: ; +. + +:corona + a skos:Concept ; + skos:broader :mineral-overgrowth ; + skos:definition "a zone of minerals, commonly with radial arrangement, around another mineral"@en ; + skos:inScheme cs: ; + skos:narrower :reaction-rim ; + skos:prefLabel "corona"@en ; +. + +:detritus + a skos:Concept ; + skos:definition "sedimentary material derived from the waethering and/or erosion"@en ; + skos:inScheme cs: ; + skos:narrower :clast ; + skos:prefLabel "detritus"@en ; + skos:topConceptOf cs: ; +. + +:groundmass + a skos:Concept ; + skos:definition "the finer grained material between the phenocrysts of a porphyritic igneous rock"@en ; + skos:inScheme cs: ; + skos:narrower :interstitial-material ; + skos:prefLabel "groundmass"@en ; + skos:topConceptOf cs: ; +. + +:lava-flow + a skos:Concept ; + skos:broader :volcanic-feature ; + skos:definition "a tabular extrusive igneous body."@en ; + skos:inScheme cs: ; + skos:narrower :pillow ; + skos:prefLabel "lava flow"@en ; +. + +:matrix + a skos:Concept ; + skos:definition "the finer grained material between the larger grains or clasts of a sedimentary rock"@en ; + skos:inScheme cs: ; + skos:narrower :interstitial-material ; + skos:prefLabel "matrix"@en ; + skos:topConceptOf cs: ; +. + +:mineral-overgrowth + a skos:Concept ; + skos:definition "growth of one mineral around the margin of a pre-existing mineral grain"@en ; + skos:inScheme cs: ; + skos:narrower :corona ; + skos:prefLabel "mineral overgrowth"@en ; + skos:topConceptOf cs: ; +. + +:phacolith + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "a concordant, lenticular intrusion, emplaced along a fold axis"@en ; + skos:inScheme cs: ; + skos:narrower :harpolith ; + skos:prefLabel "phacolith"@en ; +. + +:clast + a skos:Concept ; + skos:broader :detritus ; + skos:definition "a fragment of pre-existing rocks which have been produced by the processes of weathering and/or erosion, and in general transported to a point of deposition."@en ; + skos:inScheme cs: ; + skos:narrower + :bioclast , + :intraclast ; + skos:prefLabel "clast"@en ; +. + +:inclusion + a skos:Concept ; + skos:definition "a fragment of older material within an igneous rock to which it may or may not be genetically related"@en ; + skos:inScheme cs: ; + skos:narrower + :enclave , + :xenolith ; + skos:prefLabel "inclusion"@en ; + skos:topConceptOf cs: ; +. + +:interstitial-material + a skos:Concept ; + skos:broader + :cement , + :groundmass , + :matrix ; + skos:definition "the finer grained material that occurs between coarser grains or particles in a rock"@en ; + skos:inScheme cs: ; + skos:prefLabel "interstitial material"@en ; +. + +:pyroclast + a skos:Concept ; + skos:broader :volcanic-feature ; + skos:definition "a particle ejected during a volcanic eruption"@en ; + skos:inScheme cs: ; + skos:narrower + :block , + :bomb ; + skos:prefLabel "pyroclast"@en ; +. + +:ring-complex + a skos:Concept ; + skos:broader :intrusion ; + skos:definition "an association of ring dykes and cone sheets."@en ; + skos:inScheme cs: ; + skos:narrower + :cone-sheet , + :righ-dyke ; + skos:prefLabel "ring complex"@en ; +. + +:vein + a skos:Concept ; + skos:definition "an epigenetic mineral filling of a fault or fracture in a host rock, in tabular or sheetlike form, often with associated host rock replacement."@en ; + skos:inScheme cs: ; + skos:narrower + :irregular-vein , + :planar-vein , + :sigmoidal-vein ; + skos:prefLabel "vein"@en ; + skos:topConceptOf cs: ; +. + +:band-layer + a skos:Concept ; + skos:definition "a thin layer, compositionally distinct from the surrounding material"@en ; + skos:inScheme cs: ; + skos:narrower + :bed , + :gneissic-band , + :igneous-band , + :lens ; + skos:prefLabel "band, layer"@en ; + skos:topConceptOf cs: ; +. + +:grain + a skos:Concept ; + skos:definition "a mineral or rock particle, generally lacking crystal faces, commonly in relation to sedimentary rocks"@en ; + skos:inScheme cs: ; + skos:narrower + :oncolite , + :ooid , + :pellet , + :pisolite ; + skos:prefLabel "grain"@en ; + skos:topConceptOf cs: ; +. + +:crystal + a skos:Concept ; + skos:definition "a homogeneous, solid body of a mineral or element having a regular repeating atomic arrangement"@en ; + skos:inScheme cs: ; + skos:narrower + :crystalloblast , + :cumulate-mineral , + :glomerocryst , + :microlite , + :phenocryst , + :porphyroclast , + :xenocryst ; + skos:prefLabel "crystal"@en ; + skos:topConceptOf cs: ; +. + +:crystalloblast + a skos:Concept ; + skos:broader :crystal ; + skos:definition "a crystal of a mineral produced entirely by metamorphic processes"@en ; + skos:inScheme cs: ; + skos:narrower + :holoblast , + :hypidioblast , + :idioblast , + :oikocryst , + :poikiloblast , + :porphyroblast , + :xenoblast ; + skos:prefLabel "crystalloblast"@en ; +. + +:volcanic-feature + a skos:Concept ; + skos:definition "a rock derived from igneous processes at or just below the Earth's surface"@en ; + skos:inScheme cs: ; + skos:narrower + :amygdale , + :cooling-column , + :cryptoexplosive , + :extrusive-dome , + :lava-flow , + :plug , + :pyroclast , + :spherulite ; + skos:prefLabel "volcanic feature"@en ; + skos:topConceptOf cs: ; +. + +:intrusion + a skos:Concept ; + skos:definition "a body of igneous rock formed by the process of emplacement of magma in pre-existing rock"@en ; + skos:inScheme cs: ; + skos:narrower + :akmolith , + :apophysis , + :cactolith , + :chonolith , + :cupola , + :ductolith , + :dyke , + :dyke-swarm , + :ethmolith , + :fissure , + :high-level-pluton , + :laccolith , + :lopolith , + :phacolith , + :pipe , + :pluton , + :pod , + :ring-complex , + :sheet , + :sill , + :sphenolith , + :stock ; + skos:prefLabel "intrusion"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + skos:definition "Mode of occurrence of geological units and samples (eg: dyke, bed, phenocryst)."@en ; + skos:hasTopConcept + :band-layer , + :batholith , + :cement , + :concretion , + :crystal , + :detritus , + :facies , + :floor-ascendant , + :grain , + :graphic-intergrowth , + :groundmass , + :hydrothermal-alteration , + :inclusion , + :intrusion , + :leucosome , + :matrix , + :melanosome , + :mineral-overgrowth , + :nodule , + :pseudomorph , + :roof-pendant , + :sedimentry-dyke , + :symplectic-intergrowth , + :unkown , + :vein , + :volcanic-feature , + :weathering-product ; + skos:historyNote "Geoscience Australia Mode of Occurrence (FGDM.MODE_OCCURENCES)"@en ; + skos:prefLabel "Field Geology - Mode of Occurrence"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division " ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/OnlineFunction.ttl b/vocabularies/OnlineFunction.ttl index 811b615..f7e5c9d 100644 --- a/vocabularies/OnlineFunction.ttl +++ b/vocabularies/OnlineFunction.ttl @@ -1,184 +1,146 @@ -@prefix dcterms: . -@prefix foaf: . -@prefix owl: . -@prefix rdfs: . -@prefix skos: . -@prefix xsd: . - - a dcterms:Agent, - rdfs:Resource ; - foaf:name "GeoNetwork" . - - a dcterms:Agent, - rdfs:Resource ; - dcterms:contributor ; - dcterms:modified "2017-10-24T01:58:50+00:00"^^xsd:dateTime ; - foaf:name "Geoscience Australia" . - - a dcterms:Agent, - rdfs:Resource ; - dcterms:contributor ; - dcterms:modified "2017-10-24T01:59:52+00:00"^^xsd:dateTime ; - foaf:name "Nicholas-Car" . - - a rdfs:Resource, - skos:Concept ; - dcterms:created "2017-10-16T23:15:18+00:00"^^xsd:dateTime ; - dcterms:creator ; - dcterms:provenance "ISO19115-1:2014"@en ; +PREFIX : +PREFIX cs: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:browseGraphic + a skos:Concept ; + schema:citation "ISO19115-1:2014" ; skos:definition "browse graphic provided"@en ; - skos:inScheme ; + skos:inScheme cs: ; skos:prefLabel "browseGraphic"@en ; - skos:topConceptOf . + skos:topConceptOf cs: ; +. - a rdfs:Resource, - skos:Concept ; - dcterms:created "2017-10-16T23:15:18+00:00"^^xsd:dateTime ; - dcterms:creator ; - dcterms:provenance "ISO19115-1:2014"@en ; +:browsing + a skos:Concept ; + schema:citation "ISO19115-1:2014" ; skos:definition "online browsing provided"@en ; - skos:inScheme ; + skos:inScheme cs: ; skos:prefLabel "browsing"@en ; - skos:topConceptOf . + skos:topConceptOf cs: ; +. - a rdfs:Resource, - skos:Concept ; - dcterms:created "2017-10-16T23:15:18+00:00"^^xsd:dateTime ; - dcterms:creator ; - dcterms:provenance "ISO19115-1:2014"@en ; +:completeMetadata + a skos:Concept ; + schema:citation "ISO19115-1:2014" ; skos:definition "complete metadata provided"@en ; - skos:inScheme ; + skos:inScheme cs: ; skos:prefLabel "completeMetadata"@en ; - skos:topConceptOf . + skos:topConceptOf cs: ; +. - a rdfs:Resource, - skos:Concept ; - dcterms:created "2017-10-16T23:15:18+00:00"^^xsd:dateTime ; - dcterms:creator ; - dcterms:provenance "ISO19115-1:2014"@en ; +:download + a skos:Concept ; + schema:citation "ISO19115-1:2014" ; skos:definition "online instructions for transferring data from one stor- age device or system to another"@en ; - skos:inScheme ; + skos:inScheme cs: ; skos:prefLabel "download"@en ; - skos:topConceptOf . + skos:topConceptOf cs: ; +. - a rdfs:Resource, - skos:Concept ; - dcterms:contributor ; - dcterms:created "2018-12-12T03:08:09+00:00"^^xsd:dateTime ; - dcterms:creator ; - dcterms:modified "2018-12-12T03:33:40+00:00"^^xsd:dateTime ; - dcterms:provenance "ISO19115-1:2014"@en ; +:emailService + a skos:Concept ; + schema:citation "ISO19115-1:2014" ; skos:definition "online email service provided"@en ; - skos:inScheme ; + skos:inScheme cs: ; skos:prefLabel "emailService"@en ; - skos:topConceptOf . + skos:topConceptOf cs: ; +. - a rdfs:Resource, - skos:Concept ; - dcterms:created "2017-10-16T23:15:18+00:00"^^xsd:dateTime ; - dcterms:creator ; - dcterms:provenance "ISO19115-1:2014"@en ; +:fileAccess + a skos:Concept ; + schema:citation "ISO19115-1:2014" ; skos:definition "online file access provided"@en ; - skos:inScheme ; + skos:inScheme cs: ; skos:prefLabel "fileAccess"@en ; - skos:topConceptOf . + skos:topConceptOf cs: ; +. - a rdfs:Resource, - skos:Concept ; - dcterms:created "2017-10-16T23:15:18+00:00"^^xsd:dateTime ; - dcterms:creator ; - dcterms:provenance "ISO19115-1:2014"@en ; +:offlineAccess + a skos:Concept ; + schema:citation "ISO19115-1:2014" ; skos:definition "online instructions for requesting the resource from the provider"@en ; - skos:inScheme ; + skos:inScheme cs: ; skos:prefLabel "offlineAccess"@en ; - skos:topConceptOf . + skos:topConceptOf cs: ; +. - a rdfs:Resource, - skos:Concept ; - dcterms:created "2017-10-16T23:15:18+00:00"^^xsd:dateTime ; - dcterms:creator ; - dcterms:provenance "ISO19115-1:2014"@en ; +:order + a skos:Concept ; + schema:citation "ISO19115-1:2014" ; skos:definition "online order process for obtaining the resource"@en ; - skos:inScheme ; + skos:inScheme cs: ; skos:prefLabel "order"@en ; - skos:topConceptOf . + skos:topConceptOf cs: ; +. - a rdfs:Resource, - skos:Concept ; - dcterms:created "2017-10-16T23:15:18+00:00"^^xsd:dateTime ; - dcterms:creator ; - dcterms:provenance "Geoscience Australia / PROV-O"@en ; - skos:broader ; +:provenanceQueryService + a skos:Concept ; + skos:broader :information ; + schema:citation "Geoscience Australia / PROV-O" ; skos:definition "an online service that allows querying for provenance records about the resource. The provenance records delivered are conformat to the W3C's PROV Data Model"@en ; - skos:inScheme ; - skos:prefLabel "provenanceQueryService"@en . + skos:inScheme cs: ; + skos:prefLabel "provenanceQueryService"@en ; +. - a rdfs:Resource, - skos:Concept ; - dcterms:created "2017-10-16T23:15:18+00:00"^^xsd:dateTime ; - dcterms:creator ; - dcterms:provenance "ISO19115-1:2014"@en ; +:search + a skos:Concept ; + schema:citation "ISO19115-1:2014" ; skos:definition "online search interface for seeking out information about the resource"@en ; - skos:inScheme ; + skos:inScheme cs: ; skos:prefLabel "search"@en ; - skos:topConceptOf . + skos:topConceptOf cs: ; +. - a rdfs:Resource, - skos:Concept ; - dcterms:contributor ; - dcterms:created "2017-10-16T23:15:18+00:00"^^xsd:dateTime ; - dcterms:creator ; - dcterms:modified "2018-12-12T03:07:36+00:00"^^xsd:dateTime ; - dcterms:provenance "ISO19115-1:2014"@en ; +:upload + a skos:Concept ; + schema:citation "ISO19115-1:2014" ; skos:definition "online resource upload capability provided"@en ; - skos:inScheme ; + skos:inScheme cs: ; skos:prefLabel "upload"@en ; - skos:topConceptOf . + skos:topConceptOf cs: ; + schema:dateModified "2018-12-12T03:07:36+00:00"^^xsd:dateTime ; +. - a rdfs:Resource, - skos:Concept ; - dcterms:created "2017-10-16T23:15:18+00:00"^^xsd:dateTime ; - dcterms:creator ; - dcterms:provenance "ISO19115-1:2014"@en ; +:information + a skos:Concept ; + schema:citation "ISO19115-1:2014" ; skos:definition "online information about the resource"@en ; - skos:inScheme ; - skos:narrower ; + skos:inScheme cs: ; + skos:narrower :provenanceQueryService ; skos:prefLabel "information"@en ; - skos:topConceptOf . + skos:topConceptOf cs: ; +. - a dcterms:Agent, - rdfs:Resource ; - foaf:name "GA_Car.Nicholas" . - - a dcterms:Agent, - rdfs:Resource ; - dcterms:contributor ; - dcterms:modified "2017-10-24T01:59:40+00:00"^^xsd:dateTime ; - foaf:name "GA_Sedgmen.Lara_Admin" . - - a rdfs:Resource, - skos:ConceptScheme ; +cs: + a skos:ConceptScheme ; rdfs:label "OnLine Function Type"@en ; - dcterms:created "2017-10-16T23:15:18+00:00"^^xsd:dateTime ; - dcterms:creator ; - dcterms:description "This vocabulary is an extension to the ISO19115-1 standard's OnLine Function Code list. It includes additional terms implemented by Geoscience Australia to allow for online functions not included in the original codelist. An example of an extension term in this vocabulary is \"provenance query service\" which, in the SKOS structure of this vocabulary, is given as a narrower concept of the \"information\" concept which is one of the original ISO19115-1 concepts. An object indicated as having an online function of a \"provenance query service\" should be understood to perform a specialised form of an \"information\" function by allowing provenance querying. Further details are given in the term's description. "@en ; - dcterms:issued "2018-12-12" ; - dcterms:modified "2023-07-26T09:46:06+00:00"^^xsd:dateTime ; - skos:historyNote "ISO19115-1:2014"@en ; - dcterms:publisher ; - dcterms:subject "online functions"@en ; - dcterms:title "OnLine Function"@en ; owl:versionInfo "v1.0" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; skos:definition "OnLine Function Type"@en ; - skos:hasTopConcept , - , - , - , - , - , - , - , - , - , - ; - skos:prefLabel "OnLine Function Type"@en . + skos:hasTopConcept + :browseGraphic , + :browsing , + :completeMetadata , + :download , + :emailService , + :fileAccess , + :information , + :offlineAccess , + :order , + :search , + :upload ; + skos:historyNote "ISO19115-1:2014"@en ; + skos:prefLabel "OnLine Function Type"@en ; + schema:creator ; + schema:dateCreated "2017-05-11"^^xsd:date ; + schema:dateIssued "2018-12-12"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:description "This vocabulary is an extension to the ISO19115-1 standard's OnLine Function Code list. It includes additional terms implemented by Geoscience Australia to allow for online functions not included in the original codelist. An example of an extension term in this vocabulary is \"provenance query service\" which, in the SKOS structure of this vocabulary, is given as a narrower concept of the \"information\" concept which is one of the original ISO19115-1 concepts. An object indicated as having an online function of a \"provenance query service\" should be understood to perform a specialised form of an \"information\" function by allowing provenance querying. Further details are given in the term's description. "@en ; + schema:keywords "online functions" ; + schema:publisher ; +. diff --git a/vocabularies/Petrophysical_Property_Boreholes.ttl b/vocabularies/Petrophysical_Property_Boreholes.ttl new file mode 100644 index 0000000..a853279 --- /dev/null +++ b/vocabularies/Petrophysical_Property_Boreholes.ttl @@ -0,0 +1,785 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:K + a skos:Concept ; + skos:altLabel + "POTA"@en , + "potassium"@en ; + skos:broader :naturalGamma ; + skos:definition "Potassium abundance measured by a spectral gamma-ray emission spectrometric method"@en ; + skos:inScheme cs: ; + skos:prefLabel "K"@en ; +. + +:T1 + a skos:Concept ; + skos:altLabel "longitudinal NMR relaxation time"@en ; + skos:broader :nmrRelaxation ; + skos:definition "The longitudinal (spin-lattice) relaxation time, the decay constant for the recovery of the z component of the nuclear spin magnetisation towards its thermal equilibrium value."@en ; + skos:inScheme cs: ; + skos:prefLabel "T1"@en ; +. + +:T2 + a skos:Concept ; + skos:broader :nmrRelaxation ; + skos:definition "The time it takes for the magnetic resonance signal to irreversibly decay to 37% (1/e) of its initial value after its generation by tipping the longitudinal magnetisation towards the magnetic transverse plane."@en ; + skos:inScheme cs: ; + skos:prefLabel "T2"@en ; +. + +:T2star + a skos:Concept ; + skos:altLabel + "FID"@en , + "Free Induction Decay"@en ; + skos:broader :nmrRelaxation ; + skos:definition "The FID (Free Induction Decay) is the transient NMR signal resulting from the stimulation of the nuclei at the Larmor frequency. The characteristic time constant for a FID signal decay is called T2* (T-two-star)."@en ; + skos:inScheme cs: ; + skos:prefLabel "T-2-star"@en ; +. + +:Th + a skos:Concept ; + skos:altLabel + "THOR"@en , + "thorium"@en ; + skos:broader :naturalGamma ; + skos:definition "Thorium abundance measured by a spectral gamma-ray emission spectrometric method"@en ; + skos:inScheme cs: ; + skos:prefLabel "Th"@en ; +. + +:U + a skos:Concept ; + skos:altLabel + "URA"@en , + "uranium"@en ; + skos:broader :naturalGamma ; + skos:definition "Uranium abundance measured by a spectral gamma-ray emission spectrometric method"@en ; + skos:inScheme cs: ; + skos:prefLabel "U"@en ; +. + +:acousticPorosity + a skos:Concept ; + skos:altLabel "acoustic borehole logging"@en ; + skos:broader :porosity ; + skos:definition "Porosity determined by acoustic logging as a function of the difference in acoustic travel time between interstitial fluids and the rock matrix"@en ; + skos:inScheme cs: ; + skos:prefLabel "acoustic porosity"@en ; +. + +:airPermeability + a skos:Concept ; + skos:broader :permeability ; + skos:definition "Permeability measured with air"@en ; + skos:inScheme cs: ; + skos:prefLabel "air permeability"@en ; +. + +:apparentGrainDensity + a skos:Concept ; + skos:broader :massDensity ; + skos:definition "Grain density calculated by an unknown method"@en ; + skos:inScheme cs: ; + skos:prefLabel "apparent grain density"@en ; +. + +:apparentMassDensity + a skos:Concept ; + skos:altLabel "bagged mass density"@en ; + skos:broader :massDensity ; + skos:definition "Apparent mass density determined by a vacuum bagging method"@en ; + skos:inScheme cs: ; + skos:prefLabel "apparent mass density"@en ; +. + +:apparentPorosity + a skos:Concept ; + skos:altLabel "water absorption"@en ; + skos:broader :porosity ; + skos:definition "Apparent porosity is the ratio of interconnected void spaces only, is derived determining the fluid volume of interconnecting pores and dividing by the bulk volume. This may be performed by gravimetry using water or gas pycnometry."@en ; + skos:inScheme cs: ; + skos:prefLabel "apparent porosity"@en ; +. + +:boundWaterContent + a skos:Concept ; + skos:broader :waterContent ; + skos:definition "Water in the pore space that does not flow under normal reservoir conditions. When used in connection with a nuclear magnetic resonance measurement, the term refers to all the water that is not free to move. This includes capillary-bound water and clay-bound water."@en ; + skos:inScheme cs: ; + skos:prefLabel "bound water content"@en ; +. + +:caliper + a skos:Concept ; + skos:altLabel "borehole diameter"@en ; + skos:definition "Borehole internal diameter (caliper) associated with gamma-gamma density borehole tools, units in mm"@en ; + skos:inScheme cs: ; + skos:prefLabel "caliper"@en ; + skos:topConceptOf cs: ; +. + +:capillaryBoundWaterContent + a skos:Concept ; + skos:broader :waterContent ; + skos:definition "Water that is not free to move due to capillary tension. When used to describe NMR results, capillary-bound water is defined as the water signal between certain cutoffs, typically above 3 ms and below 33 ms."@en ; + skos:inScheme cs: ; + skos:prefLabel "capillary-bound water content"@en ; +. + +:chargeability + a skos:Concept ; + skos:definition "Chargeability is the ability of the Earth to hold a direct current (DC) charge, with decay time measured in milliseconds (ms). This is most commonly measured using time-domain induced polarization (IP) equipment."@en ; + skos:inScheme cs: ; + skos:prefLabel "chargeability"@en ; + skos:topConceptOf cs: ; +. + +:clayBoundWaterContent + a skos:Concept ; + skos:broader :waterContent ; + skos:definition "Water that is not free to move due to being bound to clays. When used to describe NMR results, clay-bound water is defined as the water signal below a certain cutoff, typically 3 ms."@en ; + skos:inScheme cs: ; + skos:prefLabel "clay-bound water content"@en ; +. + +:deltaT + a skos:Concept ; + skos:altLabel "Delta T"@en ; + skos:broader :temperature ; + skos:definition "The difference of temperature between two measuring points. The temperature differs either in time and/or position. Differential temperature is expressed in Kelvin. No matter if the value is measured in °Celsius or in Fahrenheit. Therefore the values can be compared easily. The units are expressed in Kelvin(K) The lowest temperature is 0 K. No negative numbers exist in the Kelvin scale."@en ; + skos:inScheme cs: ; + skos:prefLabel "delta T"@en ; +. + +:densityPorosity + a skos:Concept ; + skos:altLabel + "gamma density porosity"@en , + "gamma porosity"@en ; + skos:broader :porosity ; + skos:definition "Density porosity is determined by emission of gamma-rays into the borehole wall and measurement of their interaction. Density porosity is then derived using other data to inform on the rock matrix density"@en ; + skos:inScheme cs: ; + skos:prefLabel "density porosity"@en ; +. + +:dryBulkMassDensity + a skos:Concept ; + skos:altLabel + "dry bulk density"@en , + "particle density on a dry basis"@en ; + skos:broader :massDensity ; + skos:definition "Ratio of the dry rock mass to the total volumes of the rock material and pores (ie, the bulk volume of the sample)."@en ; + skos:inScheme cs: ; + skos:prefLabel "dry bulk mass density"@en ; +. + +:dynamicBulkModulus + a skos:Concept ; + skos:altLabel "K"@en ; + skos:definition "Dynamic Bulk Modulus calculated from laboratory measured ultrasonic properties"@en ; + skos:inScheme cs: ; + skos:prefLabel "Dynamic Bulk Modulus"@en ; + skos:topConceptOf cs: ; +. + +:dynamicPoissonsRatio + a skos:Concept ; + skos:altLabel "v"@en ; + skos:broader :poissonsRatio ; + skos:definition "Dynamic Poisson's Ratio calculated from laboratory measured ultrasonic properties"@en ; + skos:inScheme cs: ; + skos:prefLabel "Dynamic Poisson's Ratio"@en ; +. + +:dynamicShearModulus + a skos:Concept ; + skos:altLabel "G"@en ; + skos:definition "Dynamic Shear Modulus"@en ; + skos:inScheme cs: ; + skos:prefLabel "Dynamic Shear Modulus"@en ; + skos:topConceptOf cs: ; +. + +:dynamicYoungsModulus + a skos:Concept ; + skos:altLabel "E"@en ; + skos:broader :youngsModulus ; + skos:definition "Dynamic Young's Modulus calculated from laboratory measured ultrasonic properties"@en ; + skos:inScheme cs: ; + skos:prefLabel "Dynamic Young's Modulus"@en ; +. + +:electricalConductivity + a skos:Concept ; + skos:altLabel "specific conductance"@en ; + skos:definition "The ability of a rock mass to conduct an electrical current, determined by electromagnetic induction"@en ; + skos:inScheme cs: ; + skos:prefLabel "electrical conductivity"@en ; + skos:topConceptOf cs: ; +. + +:electricalPotential + a skos:Concept ; + skos:definition "The spontaneous potential probe measures the differences in natural electrical potential between the surface electrode and an electrode in the drillhole, and so measures the differences in natural electrical potential between the drillhole fluid and the surrounding rock material. The spontaneous potential log is used to determine bed thicknesses, the nature of the formations, identify porous and permeable beds and indicate the salinity of the groundwater in the formation."@en ; + skos:inScheme cs: ; + skos:prefLabel "electrical potential"@en ; + skos:topConceptOf cs: ; +. + +:electricalResistance + a skos:Concept ; + skos:definition "resistance between two points, measuring resistivity of different lithological units"@en ; + skos:inScheme cs: ; + skos:prefLabel "electrical resistance"@en ; + skos:topConceptOf cs: ; +. + +:electricalResistivity + a skos:Concept ; + skos:altLabel "resistivity"@en ; + skos:definition "The ability of a rock volume to impede an electrical current"@en ; + skos:inScheme cs: ; + skos:prefLabel "electrical resistivity"@en ; + skos:topConceptOf cs: ; +. + +:freeWaterContent + a skos:Concept ; + skos:altLabel "mobile water content"@en ; + skos:broader :waterContent ; + skos:definition "Water that is mobile, available to flow, and not bound to surfaces of grains or minerals in rock. When used in connection with nuclear magnetic resonance (NMR) measurements, free water is all the water that is not clay bound, capillary bound or in mineral hydrates."@en ; + skos:inScheme cs: ; + skos:prefLabel "free water content"@en ; +. + +:gammaDifferentialDensity + a skos:Concept ; + skos:altLabel "DRHOB"@en ; + skos:broader :gammaBulkDensity ; + skos:definition "Incremental change in bulk density measured by a bore hole gamma density tool"@en ; + skos:inScheme cs: ; + skos:prefLabel "gamma differential density"@en ; +. + +:gammaLongSpacedDensity + a skos:Concept ; + skos:altLabel "LSD"@en ; + skos:broader :gammaBulkDensity ; + skos:definition "Bulk density determined by a bore hole long spaced gamma density tool"@en ; + skos:inScheme cs: ; + skos:prefLabel "gamma long spaced density"@en ; +. + +:gammaShortSpacedDensity + a skos:Concept ; + skos:altLabel + "HRD"@en , + "SSD"@en ; + skos:broader :gammaBulkDensity ; + skos:definition "Bulk density determined by a bore hole short-spaced gamma density tool. Also referred to as high resolution density."@en ; + skos:inScheme cs: ; + skos:prefLabel "gamma short spaced density"@en ; +. + +:gasPermeability + a skos:Concept ; + skos:broader :permeability ; + skos:definition "Gas Permeability measure of ultra low permeability samples that are below limit of detection for standard poroperm tests"@en ; + skos:inScheme cs: ; + skos:prefLabel "gas permeability"@en ; +. + +:grainMassDensity + a skos:Concept ; + skos:altLabel + "apparent particle d"@en , + "grain density"@en , + "matrix density"@en ; + skos:broader :massDensity ; + skos:definition "The density of a rock or mineral with no porosity, also known as matrix density, commonly in units of g/cm3."@en ; + skos:inScheme cs: ; + skos:prefLabel "grain mass density"@en ; +. + +:heatFlow + a skos:Concept ; + skos:altLabel "Q"@en ; + skos:broader :temperature ; + skos:definition "The rate at which a rock mass conducts heat"@en ; + skos:inScheme cs: ; + skos:prefLabel "heat flow"@en ; +. + +:heatProduction + a skos:Concept ; + skos:broader :temperature ; + skos:definition "Calculated heat production of a rock derived from its K, Th and U radioisotopic composition, density and age"@en ; + skos:inScheme cs: ; + skos:prefLabel "heat production"@en ; +. + +:hydraulicConductivity + a skos:Concept ; + skos:definition "The capacity of a rock to transmit water"@en ; + skos:inScheme cs: ; + skos:prefLabel "hydraulic conductivity"@en ; + skos:topConceptOf cs: ; +. + +:indirectTensileStrength + a skos:Concept ; + skos:definition "Indirect tensile strength"@en ; + skos:inScheme cs: ; + skos:prefLabel "indirect tensile strength"@en ; + skos:topConceptOf cs: ; +. + +:koenigsbergerRatio + a skos:Concept ; + skos:altLabel "Q ratio"@en ; + skos:definition "The Koenigsberger ratio (Q ratio) is defined as the ratio in a rock of remanent magnetization to the induced magnetization in the Earth's field. Q = NRM (in A/m) / (K (in SI) * H (in A/m), where K is the magnetic susceptibility in SI units and H is the local geomagnetic field (generally based on the International Geomagnetic Reference Field value at the sample site and at the sampling date)."@en ; + skos:inScheme cs: ; + skos:prefLabel "Koenigsberger ratio"@en ; + skos:topConceptOf cs: ; +. + +:magneticSusceptibility + a skos:Concept ; + skos:altLabel + "MS"@en , + "magsus"@en ; + skos:definition "The degree to which a material can be magnetized in an external magnetic field, measured a dimensionless proportionality constant."@en ; + skos:inScheme cs: ; + skos:prefLabel "magnetic susceptibility"@en ; + skos:topConceptOf cs: ; +. + +:meanLogT2 + a skos:Concept ; + skos:altLabel "mlT2"@en ; + skos:broader :nmrRelaxation ; + skos:definition "The geometric mean of the T2 NMR distribution. T2 is the transverse (or spin-spin) relaxation time."@en ; + skos:inScheme cs: ; + skos:prefLabel "mean log T2"@en ; +. + +:neutronPorosity + a skos:Concept ; + skos:broader :porosity ; + skos:definition "Neutron porosity is determined by measuring the ability of wall rocks to slow fast neutrons to the slow thermal neutron state. The number of thermal neutrons created is proportional to the amount of hydrogen present, in the form of oil or water, in pore"@en ; + skos:inScheme cs: ; + skos:prefLabel "neutron porosity"@en ; +. + +:nmrClayBoundWaterPorosity + a skos:Concept ; + skos:altLabel "MCBW"@en ; + skos:broader :porosity ; + skos:definition "Nuclear Magnetic Resonance (NMR) Porosity is determined by measuring the relaxation of hydrogen nuclei after alignment by the strong magnetic field generated by the NMR tool. Values may include Effective Porosity (MPHI), Total Porosity (MSIG) and Clay-Bound Water Porosity (MCBW), normally quoted as MSIG"@en ; + skos:inScheme cs: ; + skos:prefLabel "NMR clay-bound water porosity"@en ; +. + +:nmrEffectivePorosity + a skos:Concept ; + skos:altLabel "MPHI"@en ; + skos:broader :porosity ; + skos:definition "Nuclear Magnetic Resonance (NMR) Porosity is determined by measuring the relaxation of hydrogen nuclei after alignment by the strong magnetic field generated by the NMR tool. Values may include Effective Porosity (MPHI), Total Porosity (MSIG) and Clay-Bound Water Porosity (MCBW), normally quoted as MSIG"@en ; + skos:inScheme cs: ; + skos:prefLabel "NMR effective porosity"@en ; +. + +:nmrTotalPorosity + a skos:Concept ; + skos:altLabel "MSIG"@en ; + skos:broader :porosity ; + skos:definition "Nuclear Magnetic Resonance (NMR) Porosity is determined by measuring the relaxation of hydrogen nuclei after alignment by the strong magnetic field generated by the NMR tool. Values may include Effective Porosity (MPHI), Total Porosity (MSIG) and Clay-Bound Water Porosity (MCBW), normally quoted as MSIG"@en ; + skos:inScheme cs: ; + skos:prefLabel "NMR total porosity"@en ; +. + +:pWaveAxialVelocity + a skos:Concept ; + skos:broader :sonicVelocity ; + skos:definition "P-wave velocity of a rock core measured parallel to the core axis"@en ; + skos:inScheme cs: ; + skos:prefLabel "P-wave axial velocity"@en ; +. + +:pWaveSlowness + a skos:Concept ; + skos:broader :sonicVelocity ; + skos:definition "P-Wave slowness measured at a single stress point during Unconfined Compressive Strength testing"@en ; + skos:inScheme cs: ; + skos:prefLabel "P-wave slowness"@en ; +. + +:pWaveVelocity + a skos:Concept ; + skos:altLabel "Vp"@en ; + skos:broader :sonicVelocity ; + skos:definition "P-Wave velocity measured at a single stress point during Unconfined Compressive Strength testing"@en ; + skos:inScheme cs: ; + skos:prefLabel "P-wave velocity"@en ; +. + +:permeabilityKlinkenbergCorrected + a skos:Concept ; + skos:broader :permeability ; + skos:definition "Klinkenberg correction is applied to reduce air permeability to an equivalent liquid permeability"@en ; + skos:inScheme cs: ; + skos:prefLabel "permeability (Klinkenberg corrected)"@en ; +. + +:remanentMagnetisation + a skos:Concept ; + skos:altLabel + "NRM"@en , + "RM"@en ; + skos:definition "Remanent magnetisation (here assumed to be the natural remanent magnetisation) is the permanent magnetisation of a rock material, attained over the material's lifetime."@en ; + skos:inScheme cs: ; + skos:prefLabel "remanent magnetisation"@en ; + skos:topConceptOf cs: ; +. + +:sWaveAxialVelocity + a skos:Concept ; + skos:broader :sonicVelocity ; + skos:definition "First arrival S-wave velocity measured parallel to core axis"@en ; + skos:inScheme cs: ; + skos:prefLabel "S-wave axial velocity"@en ; +. + +:sWaveSlowness + a skos:Concept ; + skos:broader :sonicVelocity ; + skos:definition "S-Wave slowness measured at a single stress point during Unconfined Compressive Strength testing"@en ; + skos:inScheme cs: ; + skos:prefLabel "S-wave slowness"@en ; +. + +:sWaveVelocity + a skos:Concept ; + skos:altLabel "Vs"@en ; + skos:broader :sonicVelocity ; + skos:definition "S-Wave velocity measured at a single stress point during Unconfined Compressive Strength testing"@en ; + skos:inScheme cs: ; + skos:prefLabel "S-wave velocity"@en ; +. + +:strikeParallelRadialPWaveVelocity + a skos:Concept ; + skos:altLabel "Radial sonic velocity"@en ; + skos:broader :sonicVelocity ; + skos:definition "P-wave velocity measured perpendicular to the core axis (radial), parallel to foliation strike"@en ; + skos:inScheme cs: ; + skos:prefLabel "strike-parallel radial P-wave velocity"@en ; +. + +:strikeParallelSWaveVelocity + a skos:Concept ; + skos:altLabel "Radial S-wave velocity"@en ; + skos:broader :sonicVelocity ; + skos:definition "First arrival S-wave velocity measured perpendicular to core axis (radial), parallel to foliation strike"@en ; + skos:inScheme cs: ; + skos:prefLabel "strike-parallel radial S-wave velocity"@en ; +. + +:strikePerpendicularPWaveVelocity + a skos:Concept ; + skos:altLabel "Perpendicular radial sonic velocity"@en ; + skos:broader :sonicVelocity ; + skos:definition "P-wave velocity, measured perpendicular to core axis (radial), perpendicular to foliation strike"@en ; + skos:inScheme cs: ; + skos:prefLabel "strike-perpendicular radial P-wave velocity"@en ; +. + +:strikePerpendicularRadialSWaveVelocity + a skos:Concept ; + skos:altLabel "Perpendicular radial S-wave velocity"@en ; + skos:broader :sonicVelocity ; + skos:definition "First arrival S-wave velocity, measured perpendicular to core axis (radial), perpendicular to foliation strike"@en ; + skos:inScheme cs: ; + skos:prefLabel "strike-perpendicular radial S-wave velocity"@en ; +. + +:thermalAnisotropy + a skos:Concept ; + skos:broader :temperature ; + skos:definition "The directional dependance of heat flow in a rock mass"@en ; + skos:inScheme cs: ; + skos:prefLabel "thermal anisotropy"@en ; +. + +:thermalConductivity + a skos:Concept ; + skos:altLabel + "k"@en , + "k-value (US)"@en , + "lamda"@en , + "lamda-value (Europe)"@en ; + skos:broader :temperature ; + skos:definition "A material's ability to conduct heat"@en ; + skos:inScheme cs: ; + skos:prefLabel "thermal conductivity"@en ; +. + +:thinSectionPorosity + a skos:Concept ; + skos:broader :porosity ; + skos:definition "Porosity determined by automated optical scanning or point-counting methods on thin-sectioned material"@en ; + skos:inScheme cs: ; + skos:prefLabel "thin section porosity"@en ; +. + +:totalPorosity + a skos:Concept ; + skos:broader :porosity ; + skos:definition "Total porosity is the ratio of sealed-off and interconnected pores to rock volume, is derived from the excess of the bulk volume over grain volume as part of Archimedes density determinations. This may be performed by gravimetry using water or gas pycnometry."@en ; + skos:inScheme cs: ; + skos:prefLabel "total porosity"@en ; +. + +:unconfinedCompressiveStrength + a skos:Concept ; + skos:altLabel "UCS"@en ; + skos:definition "Unconfined compressive strength"@en ; + skos:inScheme cs: ; + skos:prefLabel "unconfined compressive strength"@en ; + skos:topConceptOf cs: ; +. + +:wetBulkMassDensity + a skos:Concept ; + skos:altLabel + "in situ bulk density"@en , + "particloe dr"@en , + "saturated"@en , + "wet"@en ; + skos:broader :massDensity ; + skos:definition "The saturated density of a sample. The saturating fluid may be water (determine density by gravimetry in water) or a gas (determine density by gas pycnometry)."@en ; + skos:inScheme cs: ; + skos:prefLabel "wet bulk mass density"@en ; +. + +:xctAverageBulkDensity + a skos:Concept ; + skos:broader :massDensity ; + skos:definition "Rock bulk density as measured by XCT scanner"@en ; + skos:inScheme cs: ; + skos:prefLabel "XCT average bulk density"@en ; +. + +:xctTotalPorosity + a skos:Concept ; + skos:altLabel "X-Ray tomography porosity"@en ; + skos:broader :porosity ; + skos:definition "Computed (X-ray) tomography porosity is derived in the laboratory using X-ray tomography (XCT) to measure mineral grains, saturated and unsaturated pore spaces in undisturbed samples"@en ; + skos:inScheme cs: ; + skos:prefLabel "XCT total porosity"@en ; +. + +:poissonsRatio + a skos:Concept ; + skos:definition "Poisson's Ratio"@en ; + skos:inScheme cs: ; + skos:narrower :dynamicPoissonsRatio ; + skos:prefLabel "Poisson's Ratio"@en ; + skos:topConceptOf cs: ; +. + +:youngsModulus + a skos:Concept ; + skos:definition "Young's Modulus"@en ; + skos:inScheme cs: ; + skos:narrower :dynamicYoungsModulus ; + skos:prefLabel "Young's Modulus"@en ; + skos:topConceptOf cs: ; +. + +:gammaBulkDensity + a skos:Concept ; + skos:altLabel + "RHOB"@en , + "gamma-gamma"@en ; + skos:definition "Bulk density (combined minerals and pore fluids) derived using a bore hole gamma bulk density tool"@en ; + skos:inScheme cs: ; + skos:narrower + :gammaDifferentialDensity , + :gammaLongSpacedDensity , + :gammaShortSpacedDensity ; + skos:prefLabel "gamma bulk density"@en ; + skos:topConceptOf cs: ; +. + +:naturalGamma + a skos:Concept ; + skos:altLabel "GRDE"@en ; + skos:definition "A measure of the natural gamma-ray emission of a material, related to the radioelements K, Th and U and/or their daughter products."@en ; + skos:inScheme cs: ; + skos:narrower + :K , + :Th , + :U ; + skos:prefLabel "natural gamma"@en ; + skos:topConceptOf cs: ; +. + +:permeability + a skos:Concept ; + skos:altLabel "fluid flow"@en ; + skos:definition "A measure of the ability of a fluid to flow through a material. Units are normally expressed as darcy or millidarcy, but can also be expressed as the SI unit m^2 or cm^2"@en ; + skos:inScheme cs: ; + skos:narrower + :airPermeability , + :gasPermeability , + :permeabilityKlinkenbergCorrected ; + skos:prefLabel "permeability"@en ; + skos:topConceptOf cs: ; +. + +:nmrRelaxation + a skos:Concept ; + skos:definition "The decay characteristics of signals emitted in a polarising field by populations of certain atomic nuclei following removal of an external magnetic field."@en ; + skos:inScheme cs: ; + skos:narrower + :T1 , + :T2 , + :T2star , + :meanLogT2 ; + skos:prefLabel "NMR relaxation"@en ; + skos:topConceptOf cs: ; +. + +:waterContent + a skos:Concept ; + skos:definition "The amount of water contained in a geologic material such as soil, sediments, or rock."@en ; + skos:inScheme cs: ; + skos:narrower + :boundWaterContent , + :capillaryBoundWaterContent , + :clayBoundWaterContent , + :freeWaterContent ; + skos:prefLabel "water content"@en ; + skos:topConceptOf cs: ; +. + +:temperature + a skos:Concept ; + skos:definition "The temperature of bore hole wall rocks as measure using a bore hole temperature probe"@en ; + skos:inScheme cs: ; + skos:narrower + :deltaT , + :heatFlow , + :heatProduction , + :thermalAnisotropy , + :thermalConductivity ; + skos:prefLabel "temperature"@en ; + skos:topConceptOf cs: ; +. + +:massDensity + a skos:Concept ; + skos:altLabel "density"@en ; + skos:definition "\"Density\" as a generic description is the mass per unit volume of a material where a more accurate description, or the method of determination (e.g. dry bulk, wet bulk, grain ) is not given."@en ; + skos:inScheme cs: ; + skos:narrower + :apparentGrainDensity , + :apparentMassDensity , + :dryBulkMassDensity , + :grainMassDensity , + :wetBulkMassDensity , + :xctAverageBulkDensity ; + skos:prefLabel "mass density"@en ; + skos:topConceptOf cs: ; +. + +:porosity + a skos:Concept ; + skos:definition "Porosity is the ratio of pore spaces to rock volume. May be determined as either total or apparent porosity."@en ; + skos:inScheme cs: ; + skos:narrower + :acousticPorosity , + :apparentPorosity , + :densityPorosity , + :neutronPorosity , + :nmrClayBoundWaterPorosity , + :nmrEffectivePorosity , + :nmrTotalPorosity , + :thinSectionPorosity , + :totalPorosity , + :xctTotalPorosity ; + skos:prefLabel "porosity"@en ; + skos:topConceptOf cs: ; +. + +:sonicVelocity + a skos:Concept ; + skos:altLabel "acoustic velocity"@en ; + skos:definition "Generic velocity of sound in rock, P- or S-wave unknown"@en ; + skos:inScheme cs: ; + skos:narrower + :pWaveAxialVelocity , + :pWaveSlowness , + :pWaveVelocity , + :sWaveAxialVelocity , + :sWaveSlowness , + :sWaveVelocity , + :strikeParallelRadialPWaveVelocity , + :strikeParallelSWaveVelocity , + :strikePerpendicularPWaveVelocity , + :strikePerpendicularRadialSWaveVelocity ; + skos:prefLabel "sonic velocity"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Petrophysical Properties (ROCKPROPS.LU_ROCKPROPERTY)" ; + skos:definition "A vocabulary of terms defining petrophysical properties (eg, density, porosity, magnetic susceptibility, remanent magnetisation)."@en ; + skos:hasTopConcept + :caliper , + :chargeability , + :dynamicBulkModulus , + :dynamicShearModulus , + :electricalConductivity , + :electricalPotential , + :electricalResistance , + :electricalResistivity , + :gammaBulkDensity , + :hydraulicConductivity , + :indirectTensileStrength , + :koenigsbergerRatio , + :magneticSusceptibility , + :massDensity , + :naturalGamma , + :nmrRelaxation , + :permeability , + :poissonsRatio , + :porosity , + :remanentMagnetisation , + :sonicVelocity , + :temperature , + :unconfinedCompressiveStrength , + :waterContent , + :youngsModulus ; + skos:prefLabel "Geology Rock Properties - Petrophysical"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/ProportionTermsBoreholes.ttl b/vocabularies/ProportionTermsBoreholes.ttl index ee8179d..68d6300 100644 --- a/vocabularies/ProportionTermsBoreholes.ttl +++ b/vocabularies/ProportionTermsBoreholes.ttl @@ -1,142 +1,142 @@ -@prefix cs: . -@prefix dcat: . -@prefix dcterms: . -@prefix owl: . -@prefix rdfs: . -@prefix skos: . -@prefix xsd: . +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: - - a skos:Concept ; - dcterms:identifier "absent"^^xsd:token ; +:absent + a skos:Concept ; rdfs:isDefinedBy ; skos:definition "The described material is not present."@en ; skos:inScheme cs: ; skos:prefLabel "absent"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - - a skos:Concept ; - dcterms:identifier "all"^^xsd:token ; +:all + a skos:Concept ; rdfs:isDefinedBy ; skos:altLabel "only component"@en ; - skos:broader ; + skos:broader :present ; skos:definition "The component comprises effectively the whole of the observed feature."@en ; skos:inScheme cs: ; skos:prefLabel "all"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - - a skos:Concept ; - dcterms:identifier "dominant"^^xsd:token ; +:dominant + a skos:Concept ; rdfs:isDefinedBy ; skos:altLabel "predominant"@en ; - skos:broader ; + skos:broader :present ; skos:definition "The component comprises a major part material of the observed feature, and is significantly greater than any other component; greater than 75%."@en ; skos:inScheme cs: ; skos:prefLabel "dominant"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - - a skos:Concept ; - dcterms:identifier "major"^^xsd:token ; +:major + a skos:Concept ; rdfs:isDefinedBy ; - skos:broader ; + skos:broader :present ; skos:definition "The component comprises a significant major part of the observed feature; between 50% and 100%."@en ; skos:inScheme cs: ; skos:prefLabel "major"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - - a skos:Concept ; - dcterms:identifier "minor"^^xsd:token ; +:minor + a skos:Concept ; rdfs:isDefinedBy ; - skos:broader ; + skos:broader :present ; skos:definition "The component comprises a subordinate minor part of the observed feature; approximately between 5% and 25%."@en ; skos:inScheme cs: ; skos:prefLabel "minor"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - - a skos:Concept ; - dcterms:identifier "rare"^^xsd:token ; +:rare + a skos:Concept ; rdfs:isDefinedBy ; - skos:broader ; + skos:broader :present ; skos:definition "The component comprises less than 5% of the observed feature."@en ; skos:inScheme cs: ; skos:prefLabel "rare"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - - a skos:Concept ; - dcterms:identifier "subordinate"^^xsd:token ; +:subordinate + a skos:Concept ; rdfs:isDefinedBy ; - skos:broader ; + skos:broader :present ; skos:definition "The component comprises a significant, but subordinate, part of the observed feature; approximately between 5% and 50%."@en ; skos:inScheme cs: ; skos:prefLabel "subordinate"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - - a skos:Concept ; - dcterms:identifier "trace"^^xsd:token ; +:trace + a skos:Concept ; rdfs:isDefinedBy ; - skos:broader ; + skos:broader :present ; skos:definition "The component comprises less than 1% of the observed feature. Presence is detectable but too small for accurate determination."@en ; skos:inScheme cs: ; skos:prefLabel "trace"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - - a skos:Concept ; - dcterms:identifier "variable"^^xsd:token ; +:variable + a skos:Concept ; rdfs:isDefinedBy ; - skos:broader ; + skos:broader :present ; skos:definition "The component varies in proportion throughout the observed feature."@en ; skos:inScheme cs: ; skos:prefLabel "variable"@en ; - skos:topConceptOf cs: . + skos:topConceptOf cs: ; +. - - a skos:Concept ; - dcterms:identifier "present"^^xsd:token ; +:present + a skos:Concept ; skos:definition "The component is present in the observed feature, but the proportion is unknown."@en ; skos:inScheme cs: ; - skos:narrower - , - , - , - , - , - , - , - ; - skos:prefLabel - "present"@en ; - skos:topConceptOf cs: . + skos:narrower + :all , + :dominant , + :major , + :minor , + :rare , + :subordinate , + :trace , + :variable ; + skos:prefLabel "present"@en ; + skos:topConceptOf cs: ; +. -cs: a skos:ConceptScheme ; - dcterms:created "2022-08-09"^^xsd:date ; - dcterms:creator ; - dcterms:identifier "proportion_term"^^xsd:token ; - dcterms:modified "2022-08-09"^^xsd:date ; - skos:historyNote "Geoscience Australia Proportion Terms (FGDM.LU_PROPORTION_TERMS)"@en ; - dcterms:publisher ; - rdfs:seeAlso ; +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; skos:definition "The proportion of an observed or sampled feature that is comprised by one or more earth materials. The vocabulary also provides approximate numeric percent ranges that correspond to the qualitative terms"@en ; - skos:hasTopConcept - , - , - , - , - , - , - , - , - , - ; + skos:hasTopConcept + :absent , + :all , + :dominant , + :major , + :minor , + :present , + :rare , + :subordinate , + :trace , + :variable ; + skos:historyNote "Geoscience Australia Proportion Terms (FGDM.LU_PROPORTION_TERMS)"@en ; skos:prefLabel "Field Geology - Proportion Terms "@en ; dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; . - diff --git a/vocabularies/QA_Status_Code_Boreholes.ttl b/vocabularies/QA_Status_Code_Boreholes.ttl new file mode 100644 index 0000000..2ee60d3 --- /dev/null +++ b/vocabularies/QA_Status_Code_Boreholes.ttl @@ -0,0 +1,42 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:c + a skos:Concept ; + skos:definition "This data has been checked. The data was entered by an Internal user."@en ; + skos:inScheme cs: ; + skos:prefLabel "C"@en ; + skos:topConceptOf cs: ; +. + +:u + a skos:Concept ; + skos:definition "This data has not been checked. The data was entered by an Internal user."@en ; + skos:inScheme cs: ; + skos:prefLabel "U"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia QA Status Code (A.QA_STATUS_CODES)" ; + skos:definition "Indicates the status of whether or not QA of the data for this record has been undertaken (C - Checked, U - Unchecked)."@en ; + skos:hasTopConcept + :c , + :u ; + skos:prefLabel "General Geology - QA Status Code"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater" ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Sample_Type_Boreholes.ttl b/vocabularies/Sample_Type_Boreholes.ttl new file mode 100644 index 0000000..9005394 --- /dev/null +++ b/vocabularies/Sample_Type_Boreholes.ttl @@ -0,0 +1,733 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:analyticalBlank + a skos:Concept ; + skos:definition "An analytical procedure run without a \"substitute material\" and results obtained are considered to be the \"analytical blank\". Example 1: An acid digestion procedure is run without a sample, to show level of impurities introduced by the acids and the digestion vessels used."@en ; + skos:inScheme cs: ; + skos:prefLabel "analytical blank"@en ; + skos:topConceptOf cs: ; +. + +:anthropogenicMaterial + a skos:Concept ; + skos:definition "Anthropogenic material originating from human activity"@en ; + skos:inScheme cs: ; + skos:prefLabel "anthropogenic material"@en ; + skos:topConceptOf cs: ; +. + +:burnSpot + a skos:Concept ; + skos:definition "A part of a grain which is the subject of a detailed analysis via a microprobe beam of electrons or energised ions."@en ; + skos:inScheme cs: ; + skos:prefLabel "burn spot"@en ; + skos:topConceptOf cs: ; +. + +:catchmentOutletSpecimen + a skos:Concept ; + skos:broader :unconsolidated ; + skos:definition "Terrestrial sediment specimen sampled from close to the lower boundary of a hydrologic catchment; may have an aeolian component mixed in with fluvial sediments."@en ; + skos:inScheme cs: ; + skos:prefLabel "catchment outlet specimen"@en ; +. + +:cavings + a skos:Concept ; + skos:broader :drillChipsCuttings ; + skos:definition "Drill chips/cuttings material that is foreign to the depth interval sampled and most likely derived from higher in the stratigraphic column or possibly recirculated within the mud system from previous drilling activity."@en ; + skos:inScheme cs: ; + skos:prefLabel "cavings"@en ; +. + +:coastalFloatSpecimen + a skos:Concept ; + skos:broader :floatSpecimen ; + skos:definition "A float specimen collected along the coastline, usually washed up on beaches. (eg, coastal bitumen)."@en ; + skos:inScheme cs: ; + skos:prefLabel "coastal float specimen"@en ; +. + +:coastalSample + a skos:Concept ; + skos:definition "A sample, usually of unconsolidated materials, collected in a coastal environment by any method. May include sediment, rocks, water, and/or organic matter. Coastal is here defined as any location above Lowest Astronomical Tide"@en ; + skos:inScheme cs: ; + skos:prefLabel "coastal sample"@en ; + skos:topConceptOf cs: ; +. + +:corePlug + a skos:Concept ; + skos:broader :core ; + skos:definition "A small plug (cylinder) of core, typically taken from a larger rock or core sample (ie, a sub-sample)"@en ; + skos:inScheme cs: ; + skos:prefLabel "core plug"@en ; +. + +:coreSlice + a skos:Concept ; + skos:broader :core ; + skos:definition "A section of core that represents a specified depth interval, typically cut from a larger core specimen."@en ; + skos:inScheme cs: ; + skos:prefLabel "core slice"@en ; +. + +:crush + a skos:Concept ; + skos:definition "A coarse crushed sample."@en ; + skos:inScheme cs: ; + skos:prefLabel "crush"@en ; + skos:topConceptOf cs: ; +. + +:downholeReservoirFluidSample + a skos:Concept ; + skos:definition "A fluid sample retrieved from a downhole formation test (WFT)"@en ; + skos:inScheme cs: ; + skos:prefLabel "downhole reservoir fluid sample"@en ; + skos:topConceptOf cs: ; +. + +:drillingFluidSpecimen + a skos:Concept ; + skos:broader :boreholeSpecimen ; + skos:definition "Fluid used for drill bit lubrication and return of ground rock material from the drill bit, e.g. drilling mud."@en ; + skos:inScheme cs: ; + skos:prefLabel "drilling fluid specimen"@en ; +. + +:fieldSiteSpecimen + a skos:Concept ; + skos:definition "Any specimen of material taken from a field site (eg, rock, sediment, water, hydrocarbon). This generic value is only used where no other information about the specimen type is available."@en ; + skos:inScheme cs: ; + skos:prefLabel "field site specimen"@en ; + skos:topConceptOf cs: ; +. + +:filteredWaterColumnSpecimen + a skos:Concept ; + skos:broader :waterColumnSpecimen ; + skos:definition "A water column specimen filtered for suspended solids."@en ; + skos:inScheme cs: ; + skos:prefLabel "filtered water column specimen"@en ; +. + +:fluidInclusion + a skos:Concept ; + skos:definition "A fluid-filled inclusion in a rock or mineral (may also contain vapour and solids at room temperature)."@en ; + skos:inScheme cs: ; + skos:prefLabel "fluid inclusion"@en ; + skos:topConceptOf cs: ; +. + +:fuildMeltInclusionSection + a skos:Concept ; + skos:definition "A thick section used to examine tiny inclusions of liquid, vapour, solid, or mixtures of these phases, trapped as impurities within mineral grains."@en ; + skos:inScheme cs: ; + skos:prefLabel "fluid or melt inclusion section"@en ; + skos:topConceptOf cs: ; +. + +:gravel + a skos:Concept ; + skos:broader :unconsolidated ; + skos:definition "A specimen of unconsolidated gravel size regolith material."@en ; + skos:inScheme cs: ; + skos:prefLabel "gravel"@en ; +. + +:halfCore + a skos:Concept ; + skos:broader :core ; + skos:definition "A cylindrical drill core which has been cut in half parallel to its length."@en ; + skos:inScheme cs: ; + skos:prefLabel "half core"@en ; +. + +:incubationWaterSpecimen + a skos:Concept ; + skos:broader :waterSpecimen ; + skos:definition "A water sample collected from a chamber or core incubation for the purpose of use of profiling the water column."@en ; + skos:inScheme cs: ; + skos:prefLabel "incubation water specimen"@en ; +. + +:meltInclusion + a skos:Concept ; + skos:definition "A glassy inclusion in a rock or mineral (may also contain liquid, vapour and crystals at room temperature)."@en ; + skos:inScheme cs: ; + skos:prefLabel "melt inclusion"@en ; + skos:topConceptOf cs: ; +. + +:microfossilSlide + a skos:Concept ; + skos:broader :fossil ; + skos:definition "A slide prepared for microscope analysis of microfossils."@en ; + skos:inScheme cs: ; + skos:prefLabel "microfossil slide"@en ; +. + +:mineralGrain + a skos:Concept ; + skos:definition "An individual mineralogical particle, usually isolated from a thin section, or mounted with other grains in a polished mount."@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral grain"@en ; + skos:topConceptOf cs: ; +. + +:mineralPrecipitate + a skos:Concept ; + skos:definition "A collection of one or more minerals precipitated from solution (eg, salt crust or gypsum crystals precipitated on a salt lake)."@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral precipitate"@en ; + skos:topConceptOf cs: ; +. + +:mineralSeparate + a skos:Concept ; + skos:altLabel "mineral concetrate"@en ; + skos:broader :concentrate ; + skos:definition "A collection of mineral grains separated using density and magnetic contrast from other mineral grains."@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral separate"@en ; +. + +:mineralSpecimen + a skos:Concept ; + skos:definition "A high quality or type mineral specimen, collected for scientific or display purposes in a museum or similar setting"@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral specimen"@en ; + skos:topConceptOf cs: ; +. + +:observationLog + a skos:Concept ; + skos:altLabel + "borehole observation log"@en , + "measured section log"@en ; + skos:broader :fieldSiteObservation ; + skos:definition "A description of a sampling feature in a continuous linear format (e.g. stratigraphic or lithology logs for boreholes and measured sections), where the observation description is not related to a specific collected specimen "@en ; + skos:inScheme cs: ; + skos:prefLabel "observation log"@en ; +. + +:observationOnly + a skos:Concept ; + skos:definition "An observation made of a feature, without collection of a physical specimen."@en ; + skos:inScheme cs: ; + skos:prefLabel "observation only"@en ; + skos:topConceptOf cs: ; +. + +:orientedCore + a skos:Concept ; + skos:broader :core ; + skos:definition "A drill core specimen taken with its orientation preserved to enable structural or other oriented analysis."@en ; + skos:inScheme cs: ; + skos:prefLabel "oriented core"@en ; +. + +:orientedOutcropSpecimen + a skos:Concept ; + skos:altLabel "oriented hand specimen"@en ; + skos:broader :outcropSpecimen ; + skos:definition "An outcrop specimen taken with its orientation preserved to enable structural or geophysical analysis."@en ; + skos:inScheme cs: ; + skos:prefLabel "oriented outcrop specimen"@en ; +. + +:pellet + a skos:Concept ; + skos:definition "A specimen that has been ground into a powder and pressed into a pellet."@en ; + skos:inScheme cs: ; + skos:prefLabel "pellet"@en ; + skos:topConceptOf cs: ; +. + +:photography + a skos:Concept ; + skos:definition "A digital or film photographic still image"@en ; + skos:inScheme cs: ; + skos:prefLabel "photograph"@en ; + skos:topConceptOf cs: ; +. + +:polishedMount + a skos:Concept ; + skos:definition "Materials mounted in a medium, typically an epoxy glue or resin, and polished."@en ; + skos:inScheme cs: ; + skos:prefLabel "polished mount"@en ; + skos:topConceptOf cs: ; +. + +:polishedSlab + a skos:Concept ; + skos:definition "A polished slab of rock material."@en ; + skos:inScheme cs: ; + skos:prefLabel "polished slab"@en ; + skos:topConceptOf cs: ; +. + +:polishedThinSection + a skos:Concept ; + skos:broader :thinSection ; + skos:definition "A polished thin section of a material for microscope analysis."@en ; + skos:inScheme cs: ; + skos:prefLabel "polished thin section"@en ; +. + +:powder + a skos:Concept ; + skos:definition "A specimen that has been ground into a powder."@en ; + skos:inScheme cs: ; + skos:prefLabel "powder"@en ; + skos:topConceptOf cs: ; +. + +:powderTungstenMill + a skos:Concept ; + skos:definition "A specimen that has been ground into a powder in a tungsten alloy mill."@en ; + skos:inScheme cs: ; + skos:prefLabel "powder (tungsten mill)"@en ; + skos:topConceptOf cs: ; +. + +:quarterCore + a skos:Concept ; + skos:broader :core ; + skos:definition "A cylindrical drill core which has been cut in quarters parallel to its length."@en ; + skos:inScheme cs: ; + skos:prefLabel "quarter core"@en ; +. + +:replicateFieldSpecimen + a skos:Concept ; + skos:broader :replicateSpecimen ; + skos:definition "Repeat specimen taken in the field over given space and/or time scales to test field heterogeneity of a sampling medium. Should be related to a previous original specimen."@en ; + skos:inScheme cs: ; + skos:prefLabel "replicate field specimen"@en ; +. + +:replicateLaboratorySpecimen + a skos:Concept ; + skos:broader :replicateSpecimen ; + skos:definition "Identical split(s) of an original sample submitted blindly to the laboratory to test reproducibility (bias) of results. Should be related to a previous original specimen."@en ; + skos:inScheme cs: ; + skos:prefLabel "replicate laboratory specimen"@en ; +. + +:residue + a skos:Concept ; + skos:definition "An unspecified residue from a sample preparation or analytical technique."@en ; + skos:inScheme cs: ; + skos:prefLabel "residue"@en ; + skos:topConceptOf cs: ; +. + +:rockChips + a skos:Concept ; + skos:broader :rockPieces ; + skos:definition "Rock fragments derived from crushing or chipping material other than by drilling (eg, chips from an outcrop or mine channel sampling)."@en ; + skos:inScheme cs: ; + skos:prefLabel "rock chips"@en ; +. + +:seabedSubsample + a skos:Concept ; + skos:broader :seabeadSample ; + skos:definition "Specimens of surficial seafloor sediments obtained by sub-sampling the contents of a grab or box core. Depending on the intended analyses, these may be volumetric, gravimetric or qualitative."@en ; + skos:inScheme cs: ; + skos:prefLabel "seabed subsample"@en ; +. + +:separatorFluid + a skos:Concept ; + skos:broader :fraction ; + skos:definition "Liquid that has been separated from a gas phase at a surface separator."@en ; + skos:inScheme cs: ; + skos:prefLabel "separator fluid"@en ; +. + +:sievedSample + a skos:Concept ; + skos:broader :grainsizeFraction ; + skos:definition "A grainsize fraction specimen generated by sieving"@en ; + skos:inScheme cs: ; + skos:prefLabel "sieved sample"@en ; +. + +:soilSpecimen + a skos:Concept ; + skos:broader :unconsolidated ; + skos:definition "A specimen of soil or similar regolith materials, collected by any method."@en ; + skos:inScheme cs: ; + skos:prefLabel "soil specimen"@en ; +. + +:specimenBlank + a skos:Concept ; + skos:altLabel "sample blank"@en ; + skos:definition "A specimen blank is used to determine if any impurities are introduced during sample preparation procedures. A \"sample blank material\" substitutes regular \"sample material\" in the procedure. Example 1: Quartz substitutes a rock sample to determine levels of impurities introduced by grinding equipment. Example 2: Cellulose substitutes vegetable material to determine levels of impurities introduced during sample preparation. Example 3: Pure deionized water is substituted for sample water to determine if impurities are introduced during sample filtering and bottling procedures."@en ; + skos:inScheme cs: ; + skos:prefLabel "specimen blank"@en ; + skos:topConceptOf cs: ; +. + +:standardReferenceMaterial + a skos:Concept ; + skos:definition "Also known as SRM, these samples may range from International Standards and Certified Reference Materials (CRMs) to locally prepared standard samples for use as project reference standards. They are comprised of homogenous material prepared under strict guidelines, divided into numerous aliquots and sent to reputable laboratories to derive an assigned value. The values for Standard Reference Materials are generally well known published figures. SRMs with certified values are used to calibrate instruments or analytical techniques, to quantify analytical accuracy, and to verify new or improved analytical techniques. The material of the reference standard (eg, rock, mineral, water, etc) should be denoted in \"material type\"."@en ; + skos:inScheme cs: ; + skos:prefLabel "standard reference material"@en ; + skos:topConceptOf cs: ; +. + +:strainedSample + a skos:Concept ; + skos:definition "A specimen, often a rock slab, that has been stained for mineral idenification."@en ; + skos:inScheme cs: ; + skos:prefLabel "stained sample"@en ; + skos:topConceptOf cs: ; +. + +:streamSedimentSpecimen + a skos:Concept ; + skos:broader :unconsolidated ; + skos:definition "A sample of sediment taken from the bed of a river or stream."@en ; + skos:inScheme cs: ; + skos:prefLabel "stream sediment specimen"@en ; +. + +:thinSectionOffcut + a skos:Concept ; + skos:broader :rockPieces ; + skos:definition "A small slab of rock remaining from the preparation of a thin section."@en ; + skos:inScheme cs: ; + skos:prefLabel "thin section offcut"@en ; +. + +:unknown + a skos:Concept ; + skos:definition "The sample type is unknown"@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + +:vegetationSpecimen + a skos:Concept ; + skos:definition "A specimen of vegetation collected by any method."@en ; + skos:inScheme cs: ; + skos:prefLabel "vegetation specimen"@en ; + skos:topConceptOf cs: ; +. + +:video + a skos:Concept ; + skos:definition "A digital or film capture of a sequence of still images representing scenes in motion"@en ; + skos:inScheme cs: ; + skos:prefLabel "video"@en ; + skos:topConceptOf cs: ; +. + +:vitriniteReflectanceSpecimen + a skos:Concept ; + skos:definition "A polished slab, mount, or slide for analysing vitrinite reflectance."@en ; + skos:inScheme cs: ; + skos:prefLabel "vitrinite reflectance specimen"@en ; + skos:topConceptOf cs: ; +. + +:waterColumnObservation + a skos:Concept ; + skos:broader :fieldSiteObservation ; + skos:definition "An observation or measurement of the water column recorded by a sonde/probe, typically taken at measured intervals used to profile the water column. No actual specimen is collected but the observation records the water conditions at a particular time and place."@en ; + skos:inScheme cs: ; + skos:prefLabel "water column observation"@en ; +. + +:wirelineLog + a skos:Concept ; + skos:broader :fieldSiteObservation ; + skos:definition "A continuous log of measurements made by an instrument in a borehole."@en ; + skos:inScheme cs: ; + skos:prefLabel "wireline log"@en ; +. + +:concentrate + a skos:Concept ; + skos:broader :fraction ; + skos:definition "A form of substance which has had the majority of its base component (in the case of a liquid: the solvent) removed. Typically this will be the removal of water from a solution or suspension"@en ; + skos:inScheme cs: ; + skos:narrower :mineralSeparate ; + skos:prefLabel "concentrate"@en ; +. + +:drillChipsCuttings + a skos:Concept ; + skos:altLabel + "chips"@en , + "cuttings"@en ; + skos:broader :boreholeSpecimen ; + skos:definition "Rock or sediment chips or fragments derived from any drilling method."@en ; + skos:inScheme cs: ; + skos:narrower :cavings ; + skos:prefLabel "drill chips or cuttings"@en ; +. + +:floatSpecimen + a skos:Concept ; + skos:broader :rockPieces ; + skos:definition "A specimen taken of an isolated fragment or rock or other consolidated earth material, displaced from its original outcrop or location."@en ; + skos:inScheme cs: ; + skos:narrower :coastalFloatSpecimen ; + skos:prefLabel "float specimen"@en ; +. + +:fossil + a skos:Concept ; + skos:definition "A specimen of remains or traces of a plant or animal preserved in the Earth's crust."@en ; + skos:inScheme cs: ; + skos:narrower :microfossilSlide ; + skos:prefLabel "fossil"@en ; + skos:topConceptOf cs: ; +. + +:grainsizeFraction + a skos:Concept ; + skos:broader :fraction ; + skos:definition "A specimen that has been generated by separating various size fractions from the original sample. For example, a sieved sediment sample."@en ; + skos:inScheme cs: ; + skos:narrower :sievedSample ; + skos:prefLabel "grainsize fraction"@en ; +. + +:isoTube + a skos:Concept ; + skos:broader + :boreholeSpecimen , + :gasSpecimen ; + skos:definition "A 110ml aluminium cylinder used to collect and store gas from a sampling manifold on a borehole druing mudgas logging. A product of ISOTECH Laboratories."@en ; + skos:inScheme cs: ; + skos:prefLabel "IsoTube"@en ; +. + +:outcropSpecimen + a skos:Concept ; + skos:altLabel "hand specimen"@en ; + skos:broader :rockPieces ; + skos:definition "A specimen of material removed from outcropping or near-outcropping bedrock. Includes subterranean rock outcrops (ie, from a mine)."@en ; + skos:inScheme cs: ; + skos:narrower :orientedOutcropSpecimen ; + skos:prefLabel "outcrop specimen"@en ; +. + +:seabeadSample + a skos:Concept ; + skos:definition "A sample, usually of unconsolidated materials, collected on the seabed by any method. May include sediment, rocks, water, and/or organic matter. Seabed is here defined as any location below Lowest Astronomical Tide"@en ; + skos:inScheme cs: ; + skos:narrower :seabedSubsample ; + skos:prefLabel "seabed sample"@en ; + skos:topConceptOf cs: ; +. + +:separatorGas + a skos:Concept ; + skos:broader + :fraction , + :gasSpecimen ; + skos:definition "Natural gas that has been separated from a liquid phase at a surface separator."@en ; + skos:inScheme cs: ; + skos:prefLabel "separator gas"@en ; +. + +:thinSection + a skos:Concept ; + skos:definition "A translucent thin section of a material for microscope analysis."@en ; + skos:inScheme cs: ; + skos:narrower :polishedThinSection ; + skos:prefLabel "thin section"@en ; + skos:topConceptOf cs: ; +. + +:waterColumnSpecimen + a skos:Concept ; + skos:broader :waterSpecimen ; + skos:definition "A water specimen taken at measured intervals in the water column. "@en ; + skos:inScheme cs: ; + skos:narrower :filteredWaterColumnSpecimen ; + skos:prefLabel "water column specimen"@en ; +. + +:gasSpecimen + a skos:Concept ; + skos:definition "A generic specimen of gas of any type. Includes gas specimen types collected by any method."@en ; + skos:inScheme cs: ; + skos:narrower + :isoTube , + :separatorGas ; + skos:prefLabel "gas specimen"@en ; + skos:topConceptOf cs: ; +. + +:replicateSpecimen + a skos:Concept ; + skos:definition "A repeat analytical specimen designed to replicate the original specimen type and method of sample preparation and/or collection. Should be related to a previous original specimen."@en ; + skos:inScheme cs: ; + skos:narrower + :replicateFieldSpecimen , + :replicateLaboratorySpecimen ; + skos:prefLabel "replicate specimen"@en ; + skos:topConceptOf cs: ; +. + +:waterSpecimen + a skos:Concept ; + skos:definition "A generic specimen of water of any type. Includes water specimen types collected by any method."@en ; + skos:inScheme cs: ; + skos:narrower + :incubationWaterSpecimen , + :waterColumnSpecimen ; + skos:prefLabel "water specimen"@en ; + skos:topConceptOf cs: ; +. + +:boreholeSpecimen + a skos:Concept ; + skos:definition "Any specimen of material taken from a borehole. Only used where no other information about the borehole specimen type is available."@en ; + skos:inScheme cs: ; + skos:narrower + :core , + :drillChipsCuttings , + :drillingFluidSpecimen , + :isoTube ; + skos:prefLabel "borehole specimen"@en ; + skos:topConceptOf cs: ; +. + +:fieldSiteObservation + a skos:Concept ; + skos:broader :fieldSiteObservation ; + skos:definition "An observation made of a field site (eg, an outcrop), without collection of a physical specimen."@en ; + skos:inScheme cs: ; + skos:narrower + :fieldSiteObservation , + :observationLog , + :waterColumnObservation , + :wirelineLog ; + skos:prefLabel "field site observation"@en ; +. + +:fraction + a skos:Concept ; + skos:definition "A specimen that has been modified to be a specific fraction separated from the original sample eg. a panned or separated sample."@en ; + skos:inScheme cs: ; + skos:narrower + :concentrate , + :grainsizeFraction , + :separatorFluid , + :separatorGas ; + skos:prefLabel "fraction"@en ; + skos:topConceptOf cs: ; +. + +:rockPieces + a skos:Concept ; + skos:definition "Unspecified rock samples or fragments of rock of unknown origin."@en ; + skos:inScheme cs: ; + skos:narrower + :floatSpecimen , + :outcropSpecimen , + :rockChips , + :thinSectionOffcut ; + skos:prefLabel "rock pieces"@en ; + skos:topConceptOf cs: ; +. + +:unconsolidated + a skos:Concept ; + skos:definition "A specimen of unconsolidated materials (eg, regolith, sediment, gravel, soil) collected by any method at or near the ground surface, including soil and organic matter."@en ; + skos:inScheme cs: ; + skos:narrower + :catchmentOutletSpecimen , + :gravel , + :soilSpecimen , + :streamSedimentSpecimen ; + skos:prefLabel "unconsolidated surficial specimen"@en ; + skos:topConceptOf cs: ; +. + +:core + a skos:Concept ; + skos:broader :boreholeSpecimen ; + skos:definition "A specimen (often, but not always cylindrical) of rock, regolith, or vegetation."@en ; + skos:inScheme cs: ; + skos:narrower + :corePlug , + :coreSlice , + :halfCore , + :orientedCore , + :quarterCore ; + skos:prefLabel "core"@en ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Sample Type (A.LU_SAMPLE_TYPE)" ; + skos:definition "The form, shape, purpose, or environment of a collected specimen or observation. Where possible the sample type description is independent of the material that comprises the specimen (eg, rock, oil, sand), or the sampling method (eg, drilling, dredging), but in practice it is not always possible or convenient to completely separate these concepts from the sample type (eg, water column specimen)."@en ; + skos:hasTopConcept + :analyticalBlank , + :anthropogenicMaterial , + :boreholeSpecimen , + :burnSpot , + :coastalSample , + :crush , + :downholeReservoirFluidSample , + :fieldSiteSpecimen , + :fluidInclusion , + :fossil , + :fraction , + :fuildMeltInclusionSection , + :gasSpecimen , + :meltInclusion , + :mineralGrain , + :mineralPrecipitate , + :mineralSpecimen , + :observationOnly , + :pellet , + :photography , + :polishedMount , + :polishedSlab , + :powder , + :powderTungstenMill , + :replicateSpecimen , + :residue , + :rockPieces , + :seabeadSample , + :specimenBlank , + :standardReferenceMaterial , + :strainedSample , + :thinSection , + :unconsolidated , + :unknown , + :vegetationSpecimen , + :video , + :vitriniteReflectanceSpecimen , + :waterSpecimen ; + skos:prefLabel "General Geology - Sample Type"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and " ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Sampling_Methods_Boreholes.ttl b/vocabularies/Sampling_Methods_Boreholes.ttl new file mode 100644 index 0000000..492e060 --- /dev/null +++ b/vocabularies/Sampling_Methods_Boreholes.ttl @@ -0,0 +1,1039 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:RABDrilling + a skos:Concept ; + skos:altLabel "rotary air blast drilling"@en ; + skos:broader :percussionDrilling ; + skos:definition "RAB, rotary air blast, or \"Down-the-hole\" drilling. Rock or sediment chips or fragments are derived from a percussion drilling method where the cuttings are blown up the outside of the rods and collected at surface, using air or a combination of air and foam lift the cuttings."@en ; + skos:inScheme cs: ; + skos:prefLabel "RAB drilling"@en ; +. + +:airfallDustCollector + a skos:Concept ; + skos:definition "Sample of fine-grained solid material that is passively collected by airfall from the atmosphere."@en ; + skos:inScheme cs: ; + skos:prefLabel "airfall dust collector"@en ; + skos:topConceptOf cs: ; +. + +:auger + a skos:Concept ; + skos:broader :drilling ; + skos:definition "Specimens collected by hand or mechanical auger which enable samples to be taken at intervals down profile. For example regolith, soil or sediment."@en ; + skos:inScheme cs: ; + skos:prefLabel "auger"@en ; +. + +:baitedRemoteUnderwaterStillPhotography + a skos:Concept ; + skos:broader :underwaterStillPhotography ; + skos:definition "A photograph taken using a baited remote underwater camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "baited remote underwater still photograph"@en ; +. + +:baitedRemoteUnderwaterVideo + a skos:Concept ; + skos:altLabel "BRUV"@en ; + skos:broader :underwaterVideo ; + skos:definition "A video taken using a baited remote underwater video camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "baited remote underwater video"@en ; +. + +:boreholeDstTest + a skos:Concept ; + skos:altLabel "drill stem test"@en ; + skos:broader :boreholeFluidSampling ; + skos:definition "A sample is collected during drilling by a test using a hydrostatic head to measure the formation pressures and to bring the formation fluids to the surface. The test can provide information for determination of potential petroleum producing formations and their exact depth."@en ; + skos:inScheme cs: ; + skos:prefLabel "borehole DST test"@en ; +. + +:boreholeLoggingTool + a skos:Concept ; + skos:definition "Observation of measurement of physical properties down a borehole by an instrument in a continuous linear format. (e.g. a gamma log)"@en ; + skos:inScheme cs: ; + skos:prefLabel "borehole logging tool"@en ; + skos:topConceptOf cs: ; +. + +:boreholeProdTest + a skos:Concept ; + skos:altLabel "well production test"@en ; + skos:broader :boreholeFluidSampling ; + skos:definition "A borehole sampling test similar to DST test, but on a larger scale and under the production conditions after the well completion is conducted."@en ; + skos:inScheme cs: ; + skos:prefLabel "borehole PROD test"@en ; +. + +:boreholePurgingUntilAnalyteStabilisation + a skos:Concept ; + skos:broader :pumpingHighFlow ; + skos:definition "Continued purging until key analytes were stabilised."@en ; + skos:inScheme cs: ; + skos:prefLabel "borehole purging until analyte stabilisation"@en ; +. + +:boreholeWftTest + a skos:Concept ; + skos:altLabel "wireline formation test"@en ; + skos:broader :boreholeFluidSampling ; + skos:definition "A sample is taken from a borehole with a wireline formation tester by inserting a probe into a well wall to withdraw a small amount of formation fluid and to measure the formation pore pressure. This measurement can provide formation pressures along the well hole, thereby giving a measure of pressure with depth or along a horizontal borehole."@en ; + skos:inScheme cs: ; + skos:prefLabel "borehole WFT test"@en ; +. + +:bottleIncubationDark + a skos:Concept ; + skos:broader :bottleIncubation ; + skos:definition "A method to derive the oxygen consumption rate/respiration rates of organic matter conducted in a bottle or vial under controlled light and temperature conditions."@en ; + skos:inScheme cs: ; + skos:prefLabel "bottle incubation dark"@en ; +. + +:bottleIncubationLight + a skos:Concept ; + skos:broader :bottleIncubation ; + skos:definition "A method to derive the oxygen consumption rate/respiration rates of organic matter conducted in a bottle or vial under controlled light and temperature conditions."@en ; + skos:inScheme cs: ; + skos:prefLabel "bottle incubation light"@en ; +. + +:cableToolDrilling + a skos:Concept ; + skos:broader :percussionDrilling ; + skos:definition "A percussion drilling method that uses a heavy drilling tool that is raised and lowered with enough force to pulverise the rock, with the debris removed by a bailer."@en ; + skos:inScheme cs: ; + skos:prefLabel "cable tool drilling"@en ; +. + +:chamberIncubationDark + a skos:Concept ; + skos:broader :chamberIncubation ; + skos:definition "A in situ method that isolates sediment and overlying water in a dark benthic chamber. Incubation water samples are collected from the benthic chamber during the incubation. The dark chamber restricts light penetration and therefore stops the process of photosynthesis. This enables benthic respiration to be measured."@en ; + skos:inScheme cs: ; + skos:prefLabel "chamber incubation dark"@en ; +. + +:chamberIncubationLight + a skos:Concept ; + skos:broader :chamberIncubation ; + skos:definition "A in situ method that isolates sediment and overlying water in a light benthic chamber. Incubation water samples are collected from the benthic chamber during the incubation. The transparent walls of the chamber allow light penetration and enables benthic respiration and photosynthesis to be measured."@en ; + skos:inScheme cs: ; + skos:prefLabel "chamber incubation light"@en ; +. + +:coreAir + a skos:Concept ; + skos:broader :coreDrilling ; + skos:definition "Rock or sediment core derived from a dry, air-cooled diamond drilling method."@en ; + skos:inScheme cs: ; + skos:prefLabel "core air"@en ; +. + +:coreBox + a skos:Concept ; + skos:broader :coreDrilling ; + skos:definition "A method that obtains a large volume or large surface area core with shallow penetration and minimum disturbance. Commonly uses a double spade system."@en ; + skos:inScheme cs: ; + skos:prefLabel "core box"@en ; +. + +:coreCatcher + a skos:Concept ; + skos:broader :drilling ; + skos:definition "A method by which a specimen of sediment is collected from the end of the core in the core catcher. The core catcher has curved finger-like projections that extend down to the lowest part of the core liner. The core catcher helps keep the sediment in the core liner when the core is being removed from the surface."@en ; + skos:inScheme cs: ; + skos:prefLabel "core catcher"@en ; +. + +:coreConventional + a skos:Concept ; + skos:broader :coreDrilling ; + skos:definition "Core drilling using diamond or tungsten carbide bit using a core barrel with fibreglass inner sleeves. Used in the oil industry."@en ; + skos:inScheme cs: ; + skos:prefLabel "core conventional"@en ; +. + +:coreCutter + a skos:Concept ; + skos:broader :drilling ; + skos:definition "A method by which a specimen of sediment is collected from the lowest part of a coring assembly at the core cutter. The core cutter has sharp edges which cut and shape the sediment entering the core liner as the corer goes into the sediment."@en ; + skos:inScheme cs: ; + skos:prefLabel "core cutter"@en ; +. + +:coreDiamond + a skos:Concept ; + skos:broader :coreDrilling ; + skos:definition "Rock or sediment core drilling using a liquid-cooled, diamond or tungsten carbide bit."@en ; + skos:inScheme cs: ; + skos:prefLabel "core diamond"@en ; +. + +:coreGeoprobe + a skos:Concept ; + skos:broader :coreDrilling ; + skos:definition "High quality core extracted by hydraulic power. Used in rough terrain, soft sand, mud, shallow water, or tight, congested areas. Long high quality cores. "@en ; + skos:inScheme cs: ; + skos:prefLabel "core geoprobe"@en ; +. + +:coreGravity + a skos:Concept ; + skos:broader :coreDrilling ; + skos:definition "Used only where short cores are required. Core barrel is gravity forced. Near surface high quality core."@en ; + skos:inScheme cs: ; + skos:prefLabel "core gravity"@en ; +. + +:coreIncubationDark + a skos:Concept ; + skos:definition "A method whereby a sediment core is collected along with overlying water. The sediment and water are incubated under no light and controlled temperature conditions."@en ; + skos:inScheme cs: ; + skos:prefLabel "core incubation dark"@en ; + skos:topConceptOf cs: ; +. + +:coreIncubationLight + a skos:Concept ; + skos:definition "A method whereby a sediment core is collected along with overlying water. The sediment and water are incubated under controlled light and temperature conditions."@en ; + skos:inScheme cs: ; + skos:prefLabel "core incubation light"@en ; + skos:topConceptOf cs: ; +. + +:coreKasten + a skos:Concept ; + skos:broader :coreDrilling ; + skos:definition "Large volume, reletatively undisturbed sediment core (~3m long) from a Kasten Corer. The corer is constructed of stainless steel and is square in cross-section. A weight of several hundred kilograms on top of the corer pushes it 2-3 metres into the seabed. It is designed for sedimentological and geochemical sampling of fine-grained sediments. This type of corer obtains relatively undisturbed cores and can preserve the sediment/water interface. This type of core is useful for determining sediment accumulation rates."@en ; + skos:inScheme cs: ; + skos:prefLabel "core Kasten"@en ; +. + +:coreMackereth + a skos:Concept ; + skos:broader :coreDrilling ; + skos:definition "The Mackereth is a complex coring system utilizing compressed gas to penetrate and recover single-drive moderate (up to 12 m) cores from lakes of diverse depths. Mackereth cores can be deployed on virutally any small craft and and can be used in water depths up to 80 m."@en ; + skos:inScheme cs: ; + skos:prefLabel "core Mackereth"@en ; +. + +:corePiston + a skos:Concept ; + skos:broader :coreDrilling ; + skos:definition "Uses a piston to drive the core barrel. High quality long cores."@en ; + skos:inScheme cs: ; + skos:prefLabel "core piston"@en ; +. + +:corePush + a skos:Concept ; + skos:broader :coreDrilling ; + skos:definition "A pipe that is pushed into the sediment to gain a core that is no longer than 2m long. Can be used in up to 5m of water. Core pipe has a valve on top that is used to create a vacuum at the top of the core when pulling the core out of the sediment. "@en ; + skos:inScheme cs: ; + skos:prefLabel "core push"@en ; +. + +:coreRov + a skos:Concept ; + skos:broader :coreDrilling ; + skos:definition "A core drilled from a remotely operated vehicle"@en ; + skos:inScheme cs: ; + skos:prefLabel "core ROV"@en ; +. + +:coreSonic + a skos:Concept ; + skos:broader :coreDrilling ; + skos:definition "Similar to the vibro-core technique, the drill stem and barrel are vibrated vertically at frequencies between 50Hz and 180Hz such that the sampler barrel advances by slicing through the regolith."@en ; + skos:inScheme cs: ; + skos:prefLabel "core sonic"@en ; +. + +:coreSpike + a skos:Concept ; + skos:broader :coreDrilling ; + skos:definition "A core of surficial material taken by driving a spike into the ground."@en ; + skos:inScheme cs: ; + skos:prefLabel "core spike"@en ; +. + +:coreVeihmeyerTube + a skos:Concept ; + skos:definition "A tube that is pushed into the ground to obtain a soil sample. The Veihmeyer tube has a larger diameter at the cutting end than in the rest of the tube."@en ; + skos:inScheme cs: ; + skos:prefLabel "core Veihmeyer tube"@en ; + skos:topConceptOf cs: ; +. + +:coreVibro + a skos:Concept ; + skos:altLabel + "vibracore"@en , + "vibrocore"@en ; + skos:broader :coreDrilling ; + skos:definition "A core tube is attached to a source of mechanical vibration (the power head) and lowered into sediment. The vibrations provide energy for rearranging the particles within the sediment in such a way that the coretube penetrates under the static weight of the vibracoring apparatus. Samples include stiff and stony clays, soft rock and sands, and saturated sediments which can not be sampled using gravity or piston corers. Also know as VIBRA. "@en ; + skos:inScheme cs: ; + skos:prefLabel "core vibro"@en ; +. + +:crushing + a skos:Concept ; + skos:definition "Sample derived by crushing a rock or sediment"@en ; + skos:inScheme cs: ; + skos:prefLabel "crushing"@en ; + skos:topConceptOf cs: ; +. + +:currentMeter + a skos:Concept ; + skos:definition "A mooring deployed on the seabed for a finite time during a marine survey to measure sea-levels and current velocities near to the seafloor. Moorings may contain a suite of instruments measuring other parameters."@en ; + skos:inScheme cs: ; + skos:prefLabel "current meter"@en ; + skos:topConceptOf cs: ; +. + +:diverOperatedUnderwaterStillPhotography + a skos:Concept ; + skos:broader :underwaterStillPhotography ; + skos:definition "A photograph taken by a diver using an underwater camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "diver-operated underwater still photograph"@en ; +. + +:diverOperatedUnderwaterVideo + a skos:Concept ; + skos:altLabel "DOV"@en ; + skos:broader :underwaterVideo ; + skos:definition "A video taken by a diver using an underwater camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "diver-operated underwater video"@en ; +. + +:dredgeBenthic + a skos:Concept ; + skos:broader :dredge ; + skos:definition "Seabed sampling taken over a small area seaward of the continental shelf. Sample of the upper few cm of rocky sea floor particularly for biota."@en ; + skos:inScheme cs: ; + skos:prefLabel "dredge benthic"@en ; +. + +:dredgeChainBag + a skos:Concept ; + skos:broader :dredge ; + skos:definition "Sampling of large rocks from the sea floor using a chain bag"@en ; + skos:inScheme cs: ; + skos:prefLabel "dredge chain bag"@en ; +. + +:dredgeDiamantina + a skos:Concept ; + skos:broader :dredge ; + skos:definition "Used as a spot dredge to quickly ascertain sea bed geology. Samples give the seabed character unless it is deep when any mud is washed out during retrieval. In shallow water this dredge will return rock, mud, benthic samples and any thing else that is on the bottom."@en ; + skos:inScheme cs: ; + skos:prefLabel "dredge diamantina"@en ; +. + +:dredgePipe + a skos:Concept ; + skos:broader :dredge ; + skos:definition "Sampling of small fragments and mud from the sea floor, using a metal pipe linked to the tow cable. Total weight of the dredge is around 25kg."@en ; + skos:inScheme cs: ; + skos:prefLabel "dredge pipe"@en ; +. + +:filteredDustCollector + a skos:Concept ; + skos:definition "Sample of fine-grained solid material that is actively collected from the atmosphere by pumping and filtration."@en ; + skos:inScheme cs: ; + skos:prefLabel "filtered dust collector"@en ; + skos:topConceptOf cs: ; +. + +:filtration + a skos:Concept ; + skos:definition "Separation of undissolved sediment and biological particles collected from a water column by filtration. For total dissolved solids measurements the sample is filtered through a glass fibre filter under controlled conditions. The type of filter is dependent on the method used and the purpose of the determination."@en ; + skos:inScheme cs: ; + skos:prefLabel "filtration"@en ; + skos:topConceptOf cs: ; +. + +:gasSampling + a skos:Concept ; + skos:definition "Sampling of gas by an unspecified method"@en ; + skos:inScheme cs: ; + skos:prefLabel "gas sampling"@en ; + skos:topConceptOf cs: ; +. + +:grabEckman + a skos:Concept ; + skos:broader :grab ; + skos:definition "The Eckman Bottom Grab sampler is designed for sampling in soft bottomed lakes and rivers composed of muck, mud or fine peat"@en ; + skos:inScheme cs: ; + skos:prefLabel "grab Eckman"@en ; +. + +:grabROV + a skos:Concept ; + skos:broader :grab ; + skos:definition "A grad sampling method mounted on a remotely operated vehicle."@en ; + skos:inScheme cs: ; + skos:prefLabel "grab ROV"@en ; +. + +:grabShipek + a skos:Concept ; + skos:broader :grab ; + skos:definition "Near surface unconsolidated marine sediment sample taken using the Shipek Method."@en ; + skos:inScheme cs: ; + skos:prefLabel "grab Shipek"@en ; +. + +:grabSmithMcintyre + a skos:Concept ; + skos:broader :grab ; + skos:definition "Near surface sediment grab sample. Sample has a surface area of 0.1m2. It is useful for quantitative macrobenthos sampling in either shallow or deep water."@en ; + skos:inScheme cs: ; + skos:prefLabel "grab Smith Mcintyre"@en ; +. + +:grabVanVeen + a skos:Concept ; + skos:broader :grab ; + skos:definition "Quantitative sample of the sediment. Van Veen grab has long arms for levering the clam shell scoop."@en ; + skos:inScheme cs: ; + skos:prefLabel "grab Van Veen"@en ; +. + +:grainsizeSeparation + a skos:Concept ; + skos:altLabel "seive"@en ; + skos:definition "Separation of various size fractions of mineral or rock particles from the original specimen. For example, by using a seive."@en ; + skos:inScheme cs: ; + skos:prefLabel "grainsize separation"@en ; + skos:topConceptOf cs: ; +. + +:handheldPortableDevice + a skos:Concept ; + skos:broader :fieldMappingSurvey ; + skos:definition "Sample measurements taken with a portable handheld device (e.g. pXRF, geiger counter, spectrometer)"@en ; + skos:inScheme cs: ; + skos:prefLabel "handheld portable device - field observation"@en ; +. + +:liquidGasSeparation + a skos:Concept ; + skos:broader :boreholeFluidSampling ; + skos:definition "Separation of natural gas from a liquid phase at a surface separator."@en ; + skos:inScheme cs: ; + skos:prefLabel "liquid-gas separation"@en ; +. + +:marineSurvey + a skos:Concept ; + skos:definition "A mapping survey undertaken in a marine environment. May include observations and/or sampling."@en ; + skos:inScheme cs: ; + skos:prefLabel "marine survey"@en ; + skos:topConceptOf cs: ; +. + +:mineralSeparation + a skos:Concept ; + skos:definition "Separation of individual mineral type grains from a larger sample. Methods may include magnetic separation and various density separation methods."@en ; + skos:inScheme cs: ; + skos:prefLabel "mineral separation"@en ; + skos:topConceptOf cs: ; +. + +:niskinBottle + a skos:Concept ; + skos:broader :waterSampling ; + skos:definition "Surface water/seawater collection. A device for collection of water samples from a specific depth in the water column"@en ; + skos:inScheme cs: ; + skos:prefLabel "Niskin Bottle"@en ; +. + +:outcropSampling + a skos:Concept ; + skos:broader :surfaceMaterialSampling ; + skos:definition "Collection of material from a rock outcrop or subcrop at the ground surface, typically using a hammer, or feathers and wedges."@en ; + skos:inScheme cs: ; + skos:prefLabel "outcrop sampling"@en ; +. + +:passiveWaterSampling + a skos:Concept ; + skos:broader :waterSampling ; + skos:definition "Water sample collected in-situ using passive methods (e.g. by absorption)"@en ; + skos:inScheme cs: ; + skos:prefLabel "passive water sampling"@en ; +. + +:pitOrTrenchSampling + a skos:Concept ; + skos:altLabel "costean"@en ; + skos:broader :surfaceMaterialSampling ; + skos:definition "Collection of materials, typically regolith, near the ground surface from a pit, trench, or costean dug by spade or other mechanical means (not drilling)."@en ; + skos:inScheme cs: ; + skos:prefLabel "pit or trench sampling"@en ; +. + +:plantobenthicSampler + a skos:Concept ; + skos:altLabel "Mounted Assembly for Planktobenthic Sampling (MAPS)"@en ; + skos:broader :epibenthicSled ; + skos:definition "Mounted Assembly for Planktobenthic Sampling (MAPS) - a trilayered net with a seafloor-triggered opening and closing mechanism attached to an epibenthic sled"@en ; + skos:inScheme cs: ; + skos:prefLabel "plantobenthic sampler"@en ; +. + +:poreFluidSamplingCentrifugal + a skos:Concept ; + skos:broader :waterSampling ; + skos:definition "Pore water is extracted by centrifuging the sample"@en ; + skos:inScheme cs: ; + skos:prefLabel "pore fluid sampling - centrifugal"@en ; +. + +:poreFluidSamplingSqueezing + a skos:Concept ; + skos:altLabel "core press"@en ; + skos:broader :waterSampling ; + skos:definition "Pore water is extracted by squeezing (e.g. hydraulic press) the sample"@en ; + skos:inScheme cs: ; + skos:prefLabel "pore fluid sampling - squeezing"@en ; +. + +:purgingOfThreeCaseVolumes + a skos:Concept ; + skos:broader :pumpingHighFlow ; + skos:definition "Three case volumes were purged prior to sampling ground water."@en ; + skos:inScheme cs: ; + skos:prefLabel "purging of three case volumes"@en ; +. + +:rainGauge + a skos:Concept ; + skos:broader :waterSampling ; + skos:definition "Precipitation is collected using an appropriately constructed rain gauge/collector"@en ; + skos:inScheme cs: ; + skos:prefLabel "rain gauge"@en ; +. + +:reverseCirculationDrilling + a skos:Concept ; + skos:altLabel "RC"@en ; + skos:broader :drilling ; + skos:definition "A drilling technique similar to rotary drilling except that drilling fluid flow down the annular space between the drilling stem and the wall of the hole forcing cuttings up through the inside of the drill stem ."@en ; + skos:inScheme cs: ; + skos:prefLabel "reverse circulation drilling"@en ; +. + +:rotaryDrilling + a skos:Concept ; + skos:broader :drilling ; + skos:definition "A drilling method using a drill stem equipped with a bit that is rotated to cut and grind the rock with a fluid pumped down the stem to force cuttings up through the annular space between the stem and the wall of the hole "@en ; + skos:inScheme cs: ; + skos:prefLabel "rotary drilling"@en ; +. + +:rotaryHammerDrilling + a skos:Concept ; + skos:altLabel "hammer drilling"@en ; + skos:broader :percussionDrilling ; + skos:definition "A percussion drilling method using a cutting tool powered by compressed air that creates a rapid percussion effect coupled with rotary action to drill hard rocks."@en ; + skos:inScheme cs: ; + skos:prefLabel "rotary hammer drilling"@en ; +. + +:sedimentTrap + a skos:Concept ; + skos:definition "Sediment traps are containers placed in the water column to collect particles falling toward the sea floor. The traps collect tiny sediment or larger accumulations called marine snow - made up of organic matter, dead sea creatures, tiny shells, dust and minerals."@en ; + skos:inScheme cs: ; + skos:prefLabel "sediment trap"@en ; + skos:topConceptOf cs: ; +. + +:sidewallCoreBullet + a skos:Concept ; + skos:broader :sidewallCore ; + skos:definition "Percussion cores are taken by firing hollow bullets into the formation. The bullets are attached to the tool by fasteners, and are retrieved, along with the core inside, by pulling up the tool and the fasteners. Percussion coring tools typically hold 20 to 30 bullets, but two or three tools can be combined on one run in the hole."@en ; + skos:inScheme cs: ; + skos:prefLabel "sidewall core, bullet"@en ; +. + +:sidewallCoreMechanical + a skos:Concept ; + skos:broader :sidewallCore ; + skos:definition "Mechanical tools use hollow rotary drills to cut and then pull out core plugs. Up to 75 plugs can be recovered on one run. With full recovery, cores from typical percussion tools are 1 in. [2.5 cm] in diameter by 1 3/4 in. [4.4 cm] long, while those from mechanical tools are 0.91 in. [2.3 cm] in diameter by 2 in. [5 cm] long. The latter are also known as rotary sidewall cores. "@en ; + skos:inScheme cs: ; + skos:prefLabel "sidewall core, mechanical"@en ; +. + +:sonde + a skos:Concept ; + skos:altLabel "probe"@en ; + skos:definition "A sonde (French for probe) is a water quality monitoring instrument, that may be stationary or may move up and down a water column, measuring, but not limited to, the following water attributes; temperature, conductivity, salinity, dissolved oxygen, pH, turbidity, light, flourescence and depth. This includes CTDs, light meters or any other probes. They may be lowered through the water column by hand, or mechanically (e.g. by a winch), and measurements can be taken continuously or at discrete depth intervals. The probes may be attached to a frame (e.g. a CTD frame) with other instruments (e.g. niskin bottles, cameras), or they may be stand-alone probes attached to a meter by a cable."@en ; + skos:inScheme cs: ; + skos:prefLabel "sonde"@en ; + skos:topConceptOf cs: ; +. + +:stereoTowedUnderwaterStillPhotography + a skos:Concept ; + skos:broader :underwaterStillPhotography ; + skos:definition "A photograph taken using a towed underwater stereo camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "stereo towed underwater still photograph"@en ; +. + +:stereoTowedUnderwaterVideo + a skos:Concept ; + skos:altLabel "STV"@en ; + skos:broader :underwaterVideo ; + skos:definition "A video taken using a towed underwater stereo video camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "stereo towed underwater video"@en ; +. + +:towedUnderwaterStillPhotography + a skos:Concept ; + skos:broader :underwaterStillPhotography ; + skos:definition "A photograph taken using a towed underwater camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "towed underwater still photograph"@en ; +. + +:towedUnderwaterVideo + a skos:Concept ; + skos:broader :underwaterVideo ; + skos:definition "A video taken using a towed underwater video camera."@en ; + skos:inScheme cs: ; + skos:prefLabel "towed underwater video"@en ; +. + +:undergroundMineSampling + a skos:Concept ; + skos:broader :mineSampling ; + skos:definition "Collection of material from a rock outcrop exposed beneath the ground surface (ie, an underground mine), typically using a hammer."@en ; + skos:inScheme cs: ; + skos:prefLabel "undergound mine sampling"@en ; +. + +:underwaterStillPhotographyAUV + a skos:Concept ; + skos:broader :underwaterStillPhotography ; + skos:definition "A photograph taken using a camera on an autonomous underwater vehicle."@en ; + skos:inScheme cs: ; + skos:prefLabel "underwater still photograph AUV"@en ; +. + +:underwaterStillPhotographyROV + a skos:Concept ; + skos:broader :underwaterStillPhotography ; + skos:definition "A photograph taken using an underwater camera on a remotely operated vehicle. "@en ; + skos:inScheme cs: ; + skos:prefLabel "underwater still photograph ROV"@en ; +. + +:underwaterVideoAUV + a skos:Concept ; + skos:broader :underwaterVideo ; + skos:definition "A video taken using a camera on an autonomous underwater vehicle."@en ; + skos:inScheme cs: ; + skos:prefLabel "underwater video AUV"@en ; +. + +:underwaterVideoROV + a skos:Concept ; + skos:broader :underwaterVideo ; + skos:definition "A video taken using an underwater camera on a remotely operated vehicle. "@en ; + skos:inScheme cs: ; + skos:prefLabel "underwater video ROV"@en ; +. + +:unknown + a skos:Concept ; + skos:definition "The sampling method is unknown."@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + +:waterGrabSampling + a skos:Concept ; + skos:altLabel "discrete bailer"@en ; + skos:broader :boreholeFluidSampling ; + skos:definition "Sample acquired using a bailer to sample a bore, otherwise a bucket or other open vessel used to collect from an artesian discharge point or a surface water feature"@en ; + skos:inScheme cs: ; + skos:prefLabel "water grab sampling"@en ; +. + +:airlift + a skos:Concept ; + skos:broader + :boreholeFluidSampling , + :waterSampling ; + skos:definition "Compressed air is used to produce a sample of groundwater during or immediately following drilling."@en ; + skos:inScheme cs: ; + skos:prefLabel "airlift"@en ; +. + +:epibenthicSled + a skos:Concept ; + skos:altLabel "sled benthic"@en ; + skos:broader :dredge ; + skos:definition "A method designed to collect benthic and benthopelagic faunas from the deep sea. The sled is made from a steel frame consisting of two skids and stabilizing planes to keep it from sinking too deep into the mud."@en ; + skos:inScheme cs: ; + skos:narrower :plantobenthicSampler ; + skos:prefLabel "epibenthic sled"@en ; +. + +:fieldMappingSurvey + a skos:Concept ; + skos:definition "A mapping survey undertaken in a land environment. May include observations and/or sampling."@en ; + skos:inScheme cs: ; + skos:narrower :handheldPortableDevice ; + skos:prefLabel "field mapping survey"@en ; + skos:topConceptOf cs: ; +. + +:mineSampling + a skos:Concept ; + skos:definition "Collection of a sample at a mine, in surface or underground outcrop, or collected from ore or waste dumps."@en ; + skos:inScheme cs: ; + skos:narrower :undergroundMineSampling ; + skos:prefLabel "mine sampling"@en ; + skos:topConceptOf cs: ; +. + +:pumpingLowFlow + a skos:Concept ; + skos:broader + :pumping , + :waterSampling ; + skos:definition "Pump extraction rate is such that the water level remains stable (i.e. no/minimal change in water level during sampling); can also apply to use of a low flow pump to collect sample from a spring, dam, tank or surface water body"@en ; + skos:inScheme cs: ; + skos:prefLabel "pumping - low flow"@en ; +. + +:stillPhotography + a skos:Concept ; + skos:broader :camera ; + skos:definition "A still image captured by a camera."@en ; + skos:inScheme cs: ; + skos:narrower :underwaterStillPhotography ; + skos:prefLabel "still photography"@en ; +. + +:videoPhotography + a skos:Concept ; + skos:broader :camera ; + skos:definition "Moving images captured by a video camera, either digital or film."@en ; + skos:inScheme cs: ; + skos:narrower :underwaterVideo ; + skos:prefLabel "video photography"@en ; +. + +:bottleIncubation + a skos:Concept ; + skos:definition "A method to derive the oxygen consumption rate/respiration rates of organic matter conducted in a bottle or vial under controlled light and temperature conditions."@en ; + skos:inScheme cs: ; + skos:narrower + :bottleIncubationDark , + :bottleIncubationLight ; + skos:prefLabel "bottle incubation"@en ; + skos:topConceptOf cs: ; +. + +:chamberIncubation + a skos:Concept ; + skos:definition "A method that isolates sediment and overlying water in a benthic chamber. Water samples are collected from the benthic chamber during the incubation."@en ; + skos:inScheme cs: ; + skos:narrower + :chamberIncubationDark , + :chamberIncubationLight ; + skos:prefLabel "chamber incubation"@en ; + skos:topConceptOf cs: ; +. + +:marineSurveySampling + a skos:Concept ; + skos:definition "Collection of materials from a marine or coastal survey by any method."@en ; + skos:inScheme cs: ; + skos:narrower + :dredge , + :grab ; + skos:prefLabel "marine survey sampling"@en ; + skos:topConceptOf cs: ; +. + +:pumping + a skos:Concept ; + skos:broader :boreholeFluidSampling ; + skos:definition "Pump used to sample surface water"@en ; + skos:inScheme cs: ; + skos:narrower + :pumpingHighFlow , + :pumpingLowFlow ; + skos:prefLabel "pumping"@en ; +. + +:sidewallCore + a skos:Concept ; + skos:broader :coreDrilling ; + skos:definition "A method to extract core or plug from the sidewall of a borehole."@en ; + skos:inScheme cs: ; + skos:narrower + :sidewallCoreBullet , + :sidewallCoreMechanical ; + skos:prefLabel "sidewall core"@en ; +. + +:surfaceMaterialSampling + a skos:Concept ; + skos:definition "Collection of earth materials at the ground surface on land."@en ; + skos:inScheme cs: ; + skos:narrower + :outcropSampling , + :pitOrTrenchSampling ; + skos:prefLabel "surface material sampling"@en ; + skos:topConceptOf cs: ; +. + +:underwaterCamera + a skos:Concept ; + skos:broader :camera ; + skos:definition "The process of capturing a still image or moving scene of an underwater feature by a video or still photographic camera."@en ; + skos:inScheme cs: ; + skos:narrower + :underwaterStillPhotography , + :underwaterVideo ; + skos:prefLabel "underwater camera"@en ; +. + +:camera + a skos:Concept ; + skos:definition "The process of capturing a still image or moving scene of a feature by a video or still photographic camera"@en ; + skos:inScheme cs: ; + skos:narrower + :stillPhotography , + :underwaterCamera , + :videoPhotography ; + skos:prefLabel "camera"@en ; + skos:topConceptOf cs: ; +. + +:percussionDrilling + a skos:Concept ; + skos:broader :drilling ; + skos:definition "Rock or sediment chips or fragments derived from a percussion (hammer) method."@en ; + skos:inScheme cs: ; + skos:narrower + :RABDrilling , + :cableToolDrilling , + :rotaryHammerDrilling ; + skos:prefLabel "percussion drilling"@en ; +. + +:pumpingHighFlow + a skos:Concept ; + skos:broader + :pumping , + :waterSampling ; + skos:definition "Pump extraction rate induces drawdown within the bore (i.e. lowers the water level) as a result of water being purged from the bore casing - includes samples collected from functioning windmills or other equipped bores (incl. water pumped into tanks/dams) and tapping artesian water sources"@en ; + skos:inScheme cs: ; + skos:narrower + :boreholePurgingUntilAnalyteStabilisation , + :purgingOfThreeCaseVolumes ; + skos:prefLabel "pumping - high flow"@en ; +. + +:dredge + a skos:Concept ; + skos:broader :marineSurveySampling ; + skos:definition "Sampling of either benthic or pelagic material using a dredge method. "@en ; + skos:inScheme cs: ; + skos:narrower + :dredgeBenthic , + :dredgeChainBag , + :dredgeDiamantina , + :dredgePipe , + :epibenthicSled ; + skos:prefLabel "dredge"@en ; +. + +:grab + a skos:Concept ; + skos:broader :marineSurveySampling ; + skos:definition "Specimens gathered from the bed of a water body by a mechanical grab primarily for lithogical and petrographical analyses. "@en ; + skos:inScheme cs: ; + skos:narrower + :grabEckman , + :grabROV , + :grabShipek , + :grabSmithMcintyre , + :grabVanVeen ; + skos:prefLabel "grab"@en ; +. + +:boreholeFluidSampling + a skos:Concept ; + skos:definition "Sampling of fluids (oil, gas, or water) from a borehole by an unspecified method."@en ; + skos:inScheme cs: ; + skos:narrower + :airlift , + :boreholeDstTest , + :boreholeProdTest , + :boreholeWftTest , + :liquidGasSeparation , + :pumping , + :waterGrabSampling ; + skos:prefLabel "borehole fluid sampling"@en ; + skos:topConceptOf cs: ; +. + +:drilling + a skos:Concept ; + skos:definition "Sampling by a hole drilled into the Earth by any method"@en ; + skos:inScheme cs: ; + skos:narrower + :auger , + :coreCatcher , + :coreCutter , + :coreDrilling , + :percussionDrilling , + :reverseCirculationDrilling , + :rotaryDrilling ; + skos:prefLabel "drilling"@en ; + skos:topConceptOf cs: ; +. + +:underwaterStillPhotography + a skos:Concept ; + skos:broader + :stillPhotography , + :underwaterCamera ; + skos:definition "A video/still camera used under water to take picture images /observations of the sea floor (incl. sediment, rocks and biota). Cameras can be vertically dropped from the ship, towed, hand-held by divers, or mounted on remotely operated vehicles (ROVs)."@en ; + skos:inScheme cs: ; + skos:narrower + :baitedRemoteUnderwaterStillPhotography , + :diverOperatedUnderwaterStillPhotography , + :stereoTowedUnderwaterStillPhotography , + :towedUnderwaterStillPhotography , + :underwaterStillPhotographyAUV , + :underwaterStillPhotographyROV ; + skos:prefLabel "underwater still photograph"@en ; +. + +:underwaterVideo + a skos:Concept ; + skos:broader + :underwaterCamera , + :videoPhotography ; + skos:definition "A video taken underwater."@en ; + skos:inScheme cs: ; + skos:narrower + :baitedRemoteUnderwaterVideo , + :diverOperatedUnderwaterVideo , + :stereoTowedUnderwaterVideo , + :towedUnderwaterVideo , + :underwaterVideoAUV , + :underwaterVideoROV ; + skos:prefLabel "underwater video"@en ; +. + +:waterSampling + a skos:Concept ; + skos:definition "Sampling of water by an unspecified method"@en ; + skos:inScheme cs: ; + skos:narrower + :airlift , + :niskinBottle , + :passiveWaterSampling , + :poreFluidSamplingCentrifugal , + :poreFluidSamplingSqueezing , + :pumpingHighFlow , + :pumpingLowFlow , + :rainGauge ; + skos:prefLabel "water sampling"@en ; + skos:topConceptOf cs: ; +. + +:coreDrilling + a skos:Concept ; + skos:broader :drilling ; + skos:definition "Sampling of a core of earth material by an unspecified drilling method"@en ; + skos:inScheme cs: ; + skos:narrower + :coreAir , + :coreBox , + :coreConventional , + :coreDiamond , + :coreGeoprobe , + :coreGravity , + :coreKasten , + :coreMackereth , + :corePiston , + :corePush , + :coreRov , + :coreSonic , + :coreSpike , + :coreVibro , + :sidewallCore ; + skos:prefLabel "core drilling"@en ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Sampling Method (A.LU_SAMPLING_METHODS)" ; + skos:definition "Method by which a physical specimen was obtained, or may indicate that a feature was only observed and not physically sampled. "@en ; + skos:hasTopConcept + :airfallDustCollector , + :boreholeFluidSampling , + :boreholeLoggingTool , + :bottleIncubation , + :camera , + :chamberIncubation , + :coreIncubationDark , + :coreIncubationLight , + :coreVeihmeyerTube , + :crushing , + :currentMeter , + :drilling , + :fieldMappingSurvey , + :filteredDustCollector , + :filtration , + :gasSampling , + :grainsizeSeparation , + :marineSurvey , + :marineSurveySampling , + :mineSampling , + :mineralSeparation , + :sedimentTrap , + :sonde , + :surfaceMaterialSampling , + :unknown , + :waterSampling ; + skos:prefLabel "General Geology - Sampling Method"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Source_Rock_Quality_Boreholes.ttl b/vocabularies/Source_Rock_Quality_Boreholes.ttl new file mode 100644 index 0000000..10151fd --- /dev/null +++ b/vocabularies/Source_Rock_Quality_Boreholes.ttl @@ -0,0 +1,84 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:effectiveSourceRock + a skos:Concept ; + skos:altLabel "ESR"@en ; + skos:definition "An organic-rich rock that is presently generating and has expelled hydrocarbons"@en ; + skos:inScheme cs: ; + skos:prefLabel "effective source rock"@en ; + skos:topConceptOf cs: ; +. + +:notASourceRock + a skos:Concept ; + skos:altLabel "NSR"@en ; + skos:definition "A sedimentary rock that does not contain enough carbon-rich and hydrogen-rich organic matter to generate hydrocarbons"@en ; + skos:inScheme cs: ; + skos:prefLabel "not a source rock"@en ; + skos:topConceptOf cs: ; +. + +:notAssessed + a skos:Concept ; + skos:altLabel "NA"@en ; + skos:definition "Data has not been assessed for source rock quality"@en ; + skos:inScheme cs: ; + skos:prefLabel "not assessed"@en ; + skos:topConceptOf cs: ; +. + +:potentialSourceRock + a skos:Concept ; + skos:altLabel "PSR"@en ; + skos:definition "A sedimentary rock that contains enough carbon-rich and hydrogen-rich organic matter to generate and expel hydrocarbons upon maturation"@en ; + skos:inScheme cs: ; + skos:prefLabel "potential source rock"@en ; + skos:topConceptOf cs: ; +. + +:relicEffectiveSourceRock + a skos:Concept ; + skos:altLabel "RESR"@en ; + skos:definition "An effective source rock which has ceased to generate and expel hydrocabrons due to thermal cooling (uplift) before exhausting its organic matter supply"@en ; + skos:inScheme cs: ; + skos:prefLabel "relic effective source rock"@en ; + skos:topConceptOf cs: ; +. + +:spentSourceRock + a skos:Concept ; + skos:altLabel "SSR"@en ; + skos:definition "An active source rock which has exhausted its ability to generate and expel hydrocarbons either through insufficient remaining organic matter or due to reaching overmaturity"@en ; + skos:inScheme cs: ; + skos:prefLabel "spent source rock"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Source Rock Quality (ORGCHEM.LU_SOURCE_ROCK_QUALITY)" ; + skos:definition "The quality of source rock from which organic chemistry samples were obtained."@en ; + skos:hasTopConcept + :effectiveSourceRock , + :notASourceRock , + :notAssessed , + :potentialSourceRock , + :relicEffectiveSourceRock , + :spentSourceRock ; + skos:prefLabel "Boreholes Organic Geochemistry - Source Rock Quality"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Statistical_Result_Qualifier_Boreholes.ttl b/vocabularies/Statistical_Result_Qualifier_Boreholes.ttl new file mode 100644 index 0000000..f93e7f2 --- /dev/null +++ b/vocabularies/Statistical_Result_Qualifier_Boreholes.ttl @@ -0,0 +1,116 @@ +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + + + a skos:Concept ; + schema:citation "http://resource.geoscience.gov.au/classifier/ga/resultqualifier/maximum" ; + skos:definition "The highest numeric value of a sample set."@en ; + skos:inScheme cs: ; + skos:prefLabel "maximum"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + skos:altLabel + "arithmetic mean"@en , + "average"@en ; + schema:citation "http://resource.geoscience.gov.au/classifier/ga/resultqualifier/mean" ; + skos:definition "The sum of the values in a sample, divided by the number of values in that sample."@en ; + skos:inScheme cs: ; + skos:prefLabel "mean"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + schema:citation "http://resource.geoscience.gov.au/classifier/ga/resultqualifier/median" ; + skos:definition "The numerical value separating the higher half of a data sample, a population, or a probability distribution, from the lower half."@en ; + skos:inScheme cs: ; + skos:prefLabel "median"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + schema:citation "http://resource.geoscience.gov.au/classifier/ga/resultqualifier/minimum" ; + skos:definition "The lowest numeric value of a sample set."@en ; + skos:inScheme cs: ; + skos:prefLabel "minimum"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + schema:citation "http://resource.geoscience.gov.au/classifier/ga/resultqualifier/mode" ; + skos:definition "The value that appears most often in a set of data."@en ; + skos:inScheme cs: ; + skos:prefLabel "mode"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + schema:citation "http://resource.geoscience.gov.au/classifier/ga/resultqualifier/single_measurement_part_sample" ; + skos:definition "A single or spot measurement of part of a specimen (e.g., a spot measurement of magnetic susceptibility on a rock outcrop) which may be expected to vary with the location or attitude of the instrument on the specimen"@en ; + skos:inScheme cs: ; + skos:prefLabel "single measurement - part sample"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + schema:citation "http://resource.geoscience.gov.au/classifier/ga/resultqualifier/single_measurement_whole_sample" ; + skos:definition "A single or spot measurement of the whole specimen, that may be expected to give the same result if repeated."@en ; + skos:inScheme cs: ; + skos:prefLabel "single measurement - whole sample"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + schema:citation "http://www.opengis.net/def/nil/OGC/0/unknown" ; + skos:definition "The statistical type of measurement value is not known."@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + + + a skos:Concept ; + schema:citation "https://en.wikipedia.org/wiki/Inverse-variance_weighting" ; + skos:definition "The sum of values in a sample, weighted proportional to their inverse variance, and divided by n-1 where n is the number of values in the population."@en ; + skos:inScheme cs: ; + skos:prefLabel "weighted mean"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Statistical Result Qualifier (ROCKPROPS.LU_RESULTQUALIFIER)" ; + skos:definition "Statistical qualifier for rock property measurements (e.g. mean, maximum, median)."@en ; + skos:hasTopConcept + , + , + , + , + , + , + , + , + ; + skos:prefLabel "Geology Rock Properties - Result Qualifier"@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Statistical_Uncertainty_Type_Boreholes.ttl b/vocabularies/Statistical_Uncertainty_Type_Boreholes.ttl new file mode 100644 index 0000000..be29ce5 --- /dev/null +++ b/vocabularies/Statistical_Uncertainty_Type_Boreholes.ttl @@ -0,0 +1,153 @@ +PREFIX : +PREFIX cs: +PREFIX dcat: +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX xsd: + +:1Sigma + a skos:Concept ; + rdfs:isDefinedBy ; + skos:altLabel "standard deviation"@en ; + skos:definition "The value of the \"sample standard deviation\" of a set of measurements used to derive a mean value. Used to illustrate the extent of \"dispersion\" of the measurements from the mean. For data conforming to a normal distribution, 1 sigma encompasses about 68% of the expected values."@en ; + skos:inScheme cs: ; + skos:prefLabel "1 sigma"@en ; + skos:topConceptOf cs: ; +. + +:1StandardError + a skos:Concept ; + rdfs:isDefinedBy ; + skos:altLabel "1 standard error"@en ; + skos:definition "An estimate of 1 standard deviation of the sampling distribution of the mean, derived from a particular sample of analysed data."@en ; + skos:inScheme cs: ; + skos:prefLabel "1 standard error"@en ; + skos:topConceptOf cs: ; +. + +:2Sigma + a skos:Concept ; + rdfs:isDefinedBy ; + skos:altLabel "twice standard deviation"@en ; + skos:definition "The value corresponding to double the \"sample standard deviation\" of a set of measurements used to derive a mean value. Used to illustrate the extent of \"dispersion\" of the measurements from the mean. For data conforming to a normal distribution, 2 sigma encompasses about 95% of the expected values."@en ; + skos:inScheme cs: ; + skos:prefLabel "2 sigma"@en ; + skos:topConceptOf cs: ; +. + +:2StandardError + a skos:Concept ; + rdfs:isDefinedBy ; + skos:altLabel "2 standard error"@en ; + skos:definition "An estimate of 2 standard deviations of the sampling distribution of the mean, derived from a particular sample of analysed data."@en ; + skos:inScheme cs: ; + skos:prefLabel "2 standard error"@en ; + skos:topConceptOf cs: ; +. + +:3Sigma + a skos:Concept ; + rdfs:isDefinedBy ; + skos:altLabel "thrice standard deviation"@en ; + skos:definition "The value corresponding to three times the \"sample standard deviation\" of a set of measurements used to derive a mean value. Used to illustrate the extent of \"dispersion\" of the measurements from the mean. For data conforming to a normal distribution, 3 sigma encompasses about 99.7% of the expected values."@en ; + skos:inScheme cs: ; + skos:prefLabel "3 sigma"@en ; + skos:topConceptOf cs: ; +. + +:95pcConfidence + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The interval, expressed as a deviation centered on the mean value (and calculated directly from the population observations), which will encompass the true value of the measured parameter 95% of the time, if the underlying statistical model is correct."@en ; + skos:inScheme cs: ; + skos:prefLabel "95% confidence"@en ; + skos:topConceptOf cs: ; +. + +:99pcConfidence + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The interval, expressed as a deviation centered on the mean value (and calculated directly from the population observations), which will encompass the true value of the measured parameter 99% of the time, if the underlying statistical model is correct."@en ; + skos:inScheme cs: ; + skos:prefLabel "99% confidence"@en ; + skos:topConceptOf cs: ; +. + +:alpha95 + a skos:Concept ; + rdfs:isDefinedBy ; + skos:altLabel "95% angular confidence"@en ; + skos:definition "A circular 95 % confidence estimate for directional data. An angular estimate of the circle of 95% confidence (p = 0.05) about the mean direction."@en ; + skos:inScheme cs: ; + skos:prefLabel "alpha 95"@en ; + skos:topConceptOf cs: ; +. + +:delta + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "A dispersion parameter for directional data. \"Delta\" decreases as the directions become less dispersed. In practice, when the number of samples is greater than 10 - 20, delta is approximately equal to the circular (or angular) standard deviation."@en ; + skos:inScheme cs: ; + skos:prefLabel "delta"@en ; + skos:topConceptOf cs: ; +. + +:kappa + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "A precision parameter for directional data, measuring the concentration of the distribution about the true mean direction. The larger the value of Kappa, the more concentrated the direction; Kappa is 0 for a distribution of directions that is uniform over the sphere and approaches infinite for directions concentrated at a point."@en ; + skos:inScheme cs: ; + skos:prefLabel "kappa"@en ; + skos:topConceptOf cs: ; +. + +:plusMinus + a skos:Concept ; + rdfs:isDefinedBy ; + skos:altLabel + "+/-"@en , + "plus or minus"@en ; + skos:definition "Uncertainty quoted as plus or minus a number"@en ; + skos:inScheme cs: ; + skos:prefLabel "plus/minus"@en ; + skos:topConceptOf cs: ; +. + +:unknown + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "The type of uncertainty associated with the measurement is unknown."@en ; + skos:inScheme cs: ; + skos:prefLabel "unknown"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + rdfs:seeAlso "https://pid.geoscience.gov.au/dataset/ga/148553" ; + owl:versionInfo "1" ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + schema:citation "Geoscience Australia Statistical Uncertainty Type (ROCKPROPS.LU_UNCERTAINTYTYPE)" ; + skos:definition "The type of statistical uncertainty for rock property measurements (e.g. 1 sigma, 2 sigma, 99 percent confidence, unknown)."@en ; + skos:hasTopConcept + :1Sigma , + :1StandardError , + :2Sigma , + :2StandardError , + :3Sigma , + :95pcConfidence , + :99pcConfidence , + :alpha95 , + :delta , + :kappa , + :plusMinus , + :unknown ; + skos:prefLabel "Geology Rock Properties - Statisitical Uncertainty Type "@en ; + dcat:contactPoint "Team Lead - Information Services; Energy, Minerals and Groundwater Division" ; + schema:creator ; + schema:dateCreated "2022-08-09"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/Uom.ttl b/vocabularies/UoM.ttl similarity index 60% rename from vocabularies/Uom.ttl rename to vocabularies/UoM.ttl index 7f35576..ccc7041 100644 --- a/vocabularies/Uom.ttl +++ b/vocabularies/UoM.ttl @@ -1,99 +1,94 @@ -@prefix dcterms: . -@prefix owl: . -@prefix qudt: . -@prefix rdfs: . -@prefix sdo: . -@prefix skos: . -@prefix unit: . -@prefix xsd: . - - - - a skos:ConceptScheme ; - skos:prefLabel "Geoscience Australia Profile of QUDT Units"@en ; - skos:definition "A vocabulary of Units from the QUDT ontology used by Geoscience Australia."@en ; - dcterms:created "2021-12-14"^^xsd:date ; - dcterms:creator ; - dcterms:contributor ; - dcterms:modified "2021-12-14"^^xsd:date ; - dcterms:publisher ; - skos:historyNote "This vocabulary is a subset of the QUDT Units of Measure at http://www.qudt.org/doc/DOC_VOCAB-UNITS.html"@en ; - skos:hasTopConcept - unit:GM , - unit:KiloGM , - unit:KiloGM-PER-M2 , - unit:M , - unit:MegaYR ; -. - -unit:GM - a skos:Concept ; - skos:definition "A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce."@en ; - skos:notation "kg" ; - rdfs:isDefinedBy ; - skos:prefLabel "Gram"@en ; - skos:topConceptOf ; -. - -unit:KiloGM - a skos:Concept ; - skos:definition "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds."@en ; - skos:notation "kg" ; - rdfs:isDefinedBy ; - skos:prefLabel "Kilogram"@en ; - skos:altLabel "Kilogramme"@en ; - skos:topConceptOf ; -. - -unit:KiloGM-PER-M2 - a skos:Concept ; - skos:definition "Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where M is mass, and L is length. This unit is the standard SI unit in this category."@en ; - skos:notation "kg" ; - rdfs:isDefinedBy ; - skos:prefLabel "Kilogram per Square Metre"@en ; - skos:topConceptOf ; -. - -unit:M - a skos:Concept ; - skos:definition "The metric and SI base unit of distance. The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, \\(c\\), is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches."@en; - skos:notation "M" , "m" ; - rdfs:isDefinedBy ; - skos:prefLabel "Meter"@en ; - skos:altLabel "Metre" ; - skos:topConceptOf ; -. - -unit:MegaYR - a skos:Concept ; - skos:definition "1,000,000-fold of the derived unit year." ; - skos:notation "Myr" , "ma" ; - rdfs:isDefinedBy ; - skos:prefLabel "Million Years"@en ; - skos:altLabel "Mega Year"@en ; - skos:topConceptOf ; -. - - - a owl:NamedIndividual ; - a sdo:Organization ; - dcterms:description "SURROUND Australia Pty Ltd is a small Australian technology company focussed on the Semantic Web."@en ; - sdo:name "SURROUND Australia Pty Ltd" ; - sdo:url "https://surroundaustralia.com"^^xsd:anyURI ; -. - - - a owl:NamedIndividual ; - a sdo:Organization ; - dcterms:description "Geoscience Australia is Australia's pre-eminent public sector geoscience organisation. It is the nation's trusted advisor on the geology and geography of Australia. It applies science and technology to describe and understand the Earth for the benefit of Australia."@en ; - sdo:name "Geoscience Australia" ; - sdo:url "https://www.ga.gov.au"^^xsd:anyURI ; -. - - - a owl:NamedIndividual ; - a sdo:Organization ; - dcterms:description "QUDT is a non-profit organization that governs the QUDT ontologies."@en ; - sdo:name "QUDT" ; - sdo:url "http://www.qudt.org"^^xsd:anyURI ; -. +PREFIX cs: +PREFIX rdfs: +PREFIX schema: +PREFIX skos: +PREFIX unit: +PREFIX xsd: + + + a schema:Organization ; + schema:description "QUDT is a non-profit organization that governs the QUDT ontologies."@en ; + schema:name "QUDT" ; + schema:url "http://www.qudt.org"^^xsd:anyURI ; +. + +unit:GM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce."@en ; + skos:historyNote "This is a SKOS Concept profile of the more detailed QUDT Unit of Measure object"@en ; + skos:inScheme cs: ; + skos:notation "kg" ; + skos:prefLabel "Gram"@en ; + skos:topConceptOf cs: ; +. + +unit:KiloGM + a skos:Concept ; + rdfs:isDefinedBy ; + skos:altLabel "Kilogramme"@en ; + skos:definition "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds."@en ; + skos:historyNote "This is a SKOS Concept profile of the more detailed QUDT Unit of Measure object"@en ; + skos:inScheme cs: ; + skos:notation "kg" ; + skos:prefLabel "Kilogram"@en ; + skos:topConceptOf cs: ; +. + +unit:KiloGM-PER-M2 + a skos:Concept ; + rdfs:isDefinedBy ; + skos:definition "Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where M is mass, and L is length. This unit is the standard SI unit in this category."@en ; + skos:historyNote "This is a SKOS Concept profile of the more detailed QUDT Unit of Measure object"@en ; + skos:inScheme cs: ; + skos:notation "kg/m2" ; + skos:prefLabel "Kilogram per Square Metre"@en ; + skos:topConceptOf cs: ; +. + +unit:M + a skos:Concept ; + rdfs:isDefinedBy ; + skos:altLabel "Metre" ; + skos:definition "The metric and SI base unit of distance. The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, \\(c\\), is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches."@en ; + skos:historyNote "This is a SKOS Concept profile of the more detailed QUDT Unit of Measure object"@en ; + skos:inScheme cs: ; + skos:notation + "M" , + "m" ; + skos:prefLabel "Meter"@en ; + skos:topConceptOf cs: ; +. + +unit:MegaYR + a skos:Concept ; + rdfs:isDefinedBy ; + skos:altLabel "Mega Year"@en ; + skos:definition "1,000,000-fold of the derived unit year." ; + skos:historyNote "This is a SKOS Concept profile of the more detailed QUDT Unit of Measure object"@en ; + skos:inScheme cs: ; + skos:notation + "Myr" , + "ma" ; + skos:prefLabel "Million Years"@en ; + skos:topConceptOf cs: ; +. + +cs: + a skos:ConceptScheme ; + skos:changeNote "2024-10-16 NJC: update to be VocPub 4.10 valid"@en ; + skos:definition "A vocabulary of Units from the QUDT ontology used by Geoscience Australia."@en ; + skos:hasTopConcept + unit:GM , + unit:KiloGM , + unit:KiloGM-PER-M2 , + unit:M , + unit:MegaYR ; + skos:historyNote "This vocabulary is a subset of the QUDT Units of Measure at http://www.qudt.org/doc/DOC_VOCAB-UNITS.html"@en ; + skos:prefLabel "Geoscience Australia Profile of QUDT Units"@en ; + schema:contributor ; + schema:creator ; + schema:dateCreated "2021-12-14"^^xsd:date ; + schema:dateModified "2024-10-16"^^xsd:date ; + schema:publisher ; +. diff --git a/vocabularies/index.json b/vocabularies/index.json deleted file mode 100644 index e418d7c..0000000 --- a/vocabularies/index.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "AssociationType.ttl": "https://pid.geoscience.gov.au/def/voc/ga/associationtype", - "CDCS.ttl": "https://pid.geoscience.gov.au/def/voc/ga/CDCS", - "ContactTypeBoreholes.ttl": "https://pid.geoscience.gov.au/def/voc/ga/contact_type", - "ContactCharacterBoreholes.ttl": "https://pid.geoscience.gov.au/def/voc/ga/contact_character", - "LandformTypeBoreholes.ttl": "https://pid.geoscience.gov.au/def/voc/ga/landform_type", - "ModeOfOccurrence.ttl": "https://pid.geoscience.gov.au/def/voc/ga/mode_of_occurrence", - "FieldSiteTypeBoreholes.ttl": "https://pid.geoscience.gov.au/def/voc/ga/field_site_type", - "FieldSitePurposeBoreholes.ttl": "https://pid.geoscience.gov.au/def/voc/ga/field_site_purpose", - "OnlineFunction.ttl": "https://pid.geoscience.gov.au/def/voc/ga/onlinefunction", - "Uom.ttl": "http://qudt.org/community/ga/voc", - "ProportionTermsBoreholes.ttl": "https://pid.geoscience.gov.au/def/voc/ga/proportion_term" -} -