Note: urn-data/ is a working draft
Example 1
- urn: "urn:data:xz:hxl:standard:core:hashtag"
descriptionem:
eng-Latn: HXL/CSV version of the HXL Standard core hashtags.
auxilium:
- https://data.humdata.org/dataset/hxl-core-schemas
fontem:
- ontologia/codicem/hxl/standard/core/hashtag.hxl.csv
- https://proxy.hxlstandard.org/data.csv?dest=data_edit&strip-headers=on&url=https%3A%2F%2Fdocs.google.com%2Fspreadsheets%2Fd%2F1En9FlmM8PrbTWgl3UHPF_MXnJ6ziVZFhBbojSJzBdLI%2Fpub%3Fgid%3D319251406%26single%3Dtrue%26output%3Dcsv
- https://docs.google.com/spreadsheets/d/1En9FlmM8PrbTWgl3UHPF_MXnJ6ziVZFhBbojSJzBdLI/pub?gid=319251406&single=true&output=csv
Example 2
- urn: "urn:data:xz:eticaai:ontologia:codicem:anatomiam:terminologia-anatomica"
descriptionem:
eng-Latn: >
Table with code references for body parts, in special
Terminologia Anatomica (TA). Can be used with other ontologies and
to transform for a few natural languages descriptions.
explanandum:
# Good references:
- +v_fipat_ta2
- +v_fipat_ta98_id
- +v_fipat_ta98_latin
# Generic references:
- +v_wikidata
- +v_fi_yso
- +v_fr_universalis
- +v_it_bncf
- +v_jp_ndl
- +v_uberon
- +v_uk_britannica
- +v_us_jstor
- +v_us_mag
- +v_us_mesh
- +v_us_umls_cui
auxilium:
- https://github.com/HXL-CPLP/forum/issues/44
- https://www4.unifr.ch/ifaa/Public/EntryPage/TA98%20Tree/HelpPage/TA98%20Latin%20Page%20Help.pdf
exemplum:
# Since terminologia-anatomica.hxl.csv 1,8mb, we only deploy a sample
- ontologia/codicem/anatomiam/terminologia-anatomica-EXEMPLUM.hxl.csv
fontem:
# run ontologia/codicem/anatomiam/make.sh to get terminologia-anatomica.hxl.csv
# or let the urnresolver download from live URNs
- ontologia/codicem/anatomiam/terminologia-anatomica.hxl.csv
- https://proxy.hxlstandard.org/data/b02a5f/download/HXL_CPLP-FOD_medicinae-legalis_humana-corpus.csv
- https://docs.google.com/spreadsheets/d/10axnLpDNtAc8Bh921dz5XPXCwo0FUXRcKS6-ermiu5w/edit#gid=1622293684
# URNResolver v1.2.1
# hdp-toolchain v0.8.7.2
# @see https://data.humdata.org/dataset/hxl-core-schemas
- urn: "urn:data:xz:hxl:standard:core:hashtag"
source:
- ontologia/codicem/hxl/standard/core/hashtag.hxl.csv
- https://proxy.hxlstandard.org/data.csv?dest=data_edit&strip-headers=on&url=https%3A%2F%2Fdocs.google.com%2Fspreadsheets%2Fd%2F1En9FlmM8PrbTWgl3UHPF_MXnJ6ziVZFhBbojSJzBdLI%2Fpub%3Fgid%3D319251406%26single%3Dtrue%26output%3Dcsv
- https://docs.google.com/spreadsheets/d/1En9FlmM8PrbTWgl3UHPF_MXnJ6ziVZFhBbojSJzBdLI/pub?gid=319251406&single=true&output=csv
- Uniform Resource Names (URNs)
- (work in progress) "A Uniform Resource Name (URN) Namespace for Sources of Law (LEX)"
- Dynamic Delegation Discovery System (DDDS) Part Four: The Uniform Resource Identifiers (URI) Resolution Application
- "Regex which matches URN by rfc8141"
q-component
(...)
Consider the hypothetical example of passing parameters to an application that returns weather reports from different regions or for different time periods. This could perhaps be accomplished by specifying latitude and longitude coordinates and datetimes in the URN's q-component, resulting in URNs such as the following.
urn:example:weather?=op=map&lat=39.56 &lon=-104.85&datetime=1969-07-21T02:56:15Z
If this example resolved to an HTTP URI, the result might look like:
https://weatherapp.example?op=map&lat=39.56 &lon=-104.85&datetime=1969-07-21T02:56:15Z
Source: rfc8141 https://tools.ietf.org/html/rfc8141#section-2.3.2
2.3.3. f-component
(...)
Consider the hypothetical example of obtaining resources that are part of a larger entity (say, the chapters of a book). Each part could be specified in the f-component, resulting in URNs such as:
urn:example:foo-bar-baz-qux#somepart
Source: rfc8141 https://tools.ietf.org/html/rfc8141#section-2.3.3