Class: SvgdigitizerPackage

Data package schema for svgdigitizer output following the Frictionless Data Package specification with simplified echemdb metadata.

URI: https://echemdb.github.io/metadata-schema/svgdigitizer_package/SvgdigitizerPackage

         classDiagram
    class SvgdigitizerPackage
    click SvgdigitizerPackage href "../SvgdigitizerPackage/"
      SvgdigitizerPackage : resources
        
          
    
        
        
        SvgdigitizerPackage --> "*" SvgdigitizerResource : resources
        click SvgdigitizerResource href "../SvgdigitizerResource/"
    

        
      
    

Slots

Name

Cardinality and Range

Description

Examples

resources

*
SvgdigitizerResource

Data resources within the package

Identifier and Mapping Information

Schema Source

  • from schema: https://echemdb.github.io/metadata-schema/svgdigitizer_package

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/svgdigitizer_package/SvgdigitizerPackage

native

https://echemdb.github.io/metadata-schema/svgdigitizer_package/SvgdigitizerPackage

LinkML Source

Direct

```yaml name: SvgdigitizerPackage description: Data package schema for svgdigitizer output following the Frictionless Data Package specification with simplified echemdb metadata. from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer_package attributes: resources: name: resources description: Data resources within the package. from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer_package rank: 1000 domain_of: - SvgdigitizerPackage range: SvgdigitizerResource multivalued: true inlined: true inlined_as_list: true tree_root: true
</details>

### Induced

<details>
```yaml
name: SvgdigitizerPackage
description: Data package schema for svgdigitizer output following the Frictionless
  Data Package specification with simplified echemdb metadata.
from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer_package
attributes:
  resources:
    name: resources
    description: Data resources within the package.
    from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer_package
    rank: 1000
    alias: resources
    owner: SvgdigitizerPackage
    domain_of:
    - SvgdigitizerPackage
    range: SvgdigitizerResource
    multivalued: true
    inlined_as_list: true
tree_root: true