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

RDF Shape for FundingProgram #5

Open
jeff-zucker opened this issue Nov 20, 2023 · 1 comment
Open

RDF Shape for FundingProgram #5

jeff-zucker opened this issue Nov 20, 2023 · 1 comment
Labels
question Further information is requested

Comments

@jeff-zucker
Copy link
Member

We are keeping a list of funding sources with some preliminary RDF structure that looks like this :

:CCIG 
  a roh:FundingProgram ; 
  rdfs:label "Consensus Community Innovation Grants"@en ;
  schema:website <http://agree.org/> ;
  rdfs:description "?" ;
  roh:hasFundingProgramClassification "?" .

My thought is that we start with minimal information but have the possibility to add optional fields like what types of grants are supported. http://w3id.org/roh/0.3/#hasFundingProgramClassification provides a slot for that but we'd still need a standard vocab for valid objects of the predicate - perhaps UNESCO thesaurus terms or Standard Occupational Codes? .

@jeff-zucker jeff-zucker added the question Further information is requested label Nov 20, 2023
@mariha
Copy link
Contributor

mariha commented Nov 24, 2023

Other potentially useful vocabs from the same ontology (on the initial list the 3 are a bit mixed together, see #6 for a proposition of corrections):

  • FundingOrganization
    A defined class of organizations that fund Grants
    A vivo:FundingOrganization inherits from foaf:Organization, it promotes (roh:promotes) a roh:FundingSource who roh:funds a roh:FundingProgram.
  • FundingSource
    A roh:FundingSource roh:feeds a roh:Funding with funds to sponsor some projects.
  • FundingProgram
    A programme of related funded projects, typically established by a funding organization.

Also:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants