From ba0f78d95f630e67f488d158017e9ca581b6d186 Mon Sep 17 00:00:00 2001 From: <> Date: Sat, 4 Jan 2025 03:29:09 +0000 Subject: [PATCH] Deployed 870fc31 with MkDocs version: 1.5.3 --- File/index.html | 108 ++++++-- derived_from/index.html | 415 ++++++++++++++++++++++++++++++ {uri => file_location}/index.html | 39 ++- index.html | 18 +- md5sum/index.html | 414 +++++++++++++++++++++++++++++ search/search_index.json | 2 +- sitemap.xml | 20 +- sitemap.xml.gz | Bin 1845 -> 1856 bytes 8 files changed, 967 insertions(+), 49 deletions(-) create mode 100644 derived_from/index.html rename {uri => file_location}/index.html (94%) create mode 100644 md5sum/index.html diff --git a/File/index.html b/File/index.html index 9db6c69..af0ede0 100644 --- a/File/index.html +++ b/File/index.html @@ -152,6 +152,11 @@
  • + + Usages + +
  • +
  • Comments @@ -205,7 +210,7 @@

    Class: File

    -

    Abstract class for various kinds of files. Subclasses will be defined for specific file types.

    +

    Abstract class for various kinds of files. Subclasses may be defined for specific file types.

    URI: bdchm:File

    classDiagram class File @@ -219,8 +224,14 @@

    Class: File

    File : data_type + File : derived_from + + File --> File : derived_from + File : description + File : file_location + File : file_name File : file_size @@ -231,7 +242,7 @@

    Class: File

    File : identity - File : uri + File : md5sum
    @@ -272,12 +283,18 @@

    Slots

    direct -uri -0..1
    Uriorcurie +file_location +0..*
    Uriorcurie A unique identifier or url for identifying or locating the file direct +md5sum +0..1
    String +The 128-bit hash value expressed as a 32 digit hexadecimal number used as a f... +direct + + data_type 0..1
    String The nature or genre of the resource @@ -308,6 +325,12 @@

    Slots

    direct +derived_from +0..1
    File +A File from which this File is derived +direct + + id 1..1
    Uriorcurie The 'logical' identifier of the entity within the system of record @@ -315,6 +338,25 @@

    Slots

    +

    Usages

    + + + + + + + + + + + + + + + + + +
    used byused intypeused
    Filederived_fromrangeFile

    Comments