Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faceted Classification #343

Closed
ahdinosaur opened this issue Oct 6, 2015 · 2 comments
Closed

Faceted Classification #343

ahdinosaur opened this issue Oct 6, 2015 · 2 comments

Comments

@ahdinosaur
Copy link
Member

from the valnet core model

# I see a lot of implementations of Faceted Classification
# in different semantic web formats.
# We should pick one.
# For some of the difficulties, see http://www.webpages.uidaho.edu/~mbolin/putkey.pdf
*Facet:
"Used with FacetValue to classify ResourceTypes."
    name = text
    description = text


*FacetValue:
"Used with Facet to classify ResourceTypes."
    facet = reference to Facet
    value = text
    description = text


*ResourceTypeFacetValue:
    resource_type = reference to EconomicResourceType
    facet_value = reference to FacetValue
@bhaugen
Copy link
Contributor

bhaugen commented Oct 6, 2015

This will be necessary for Offers and Wants.

@elf-pavlik
Copy link
Member

@elf-pavlik elf-pavlik transferred this issue from valueflows/resource Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants