Code Monkey home page Code Monkey logo

Comments (2)

nkrishnaswami avatar nkrishnaswami commented on August 27, 2024

Something like this, perhaps:

HierarchicalDimension

Type: Thing > Intangible > CategoricalDimension > HierarchicalDimension

Hierarchical dimensions define the categories that measures can apply to when these are nested within other dimensions. For instance, countries, industry/sector schemes, age groups, etc.

Property Expected type Description
parentDimension CategoricalDimension The ID of the parent or containing dimension.

When the codeList is a CSV table, it must include a column parent, which contains the codeValue of a DimensionValue defined in the parentDimension.

When the codeList is not a CSV table, each DimensionValue must include an additionalProperty with propertyID of parent and with value being the codeValue of a DimensionValue defined in the parentDimension.

from dspl.

nkrishnaswami avatar nkrishnaswami commented on August 27, 2024

After discussion, it adds unnecessary complexity to introduce a new type -- every property is optional in schema.org, so we can simply omit parentDimension when there is not one. Also schema:parent refers to the parents of beings, so we introduce 'parentValue' for a parent DimensionValue.
In keeping with "things not strings", the parentValue property has a range of DimensionValue, which can either be an object sharing a codeValue with or a URL referring by ID to the parent DimensionValue.

from dspl.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.