lspace.ns.vocab.schema.FundingScheme.scala Maven / Gradle / Ivy
The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.structure.{Property => LProperty, OntologyDef}
object FundingScheme extends OntologyDef(
iri = "http://schema.org/FundingScheme",
iris = Set("http://schema.org/FundingScheme"),
label = "FundingScheme",
comment = """A FundingScheme combines organizational, project and policy aspects of grant-based funding
that sets guidelines, principles and mechanisms to support other kinds of projects and activities.
Funding is typically organized via Grant funding. Examples of funding schemes: Swiss Priority Programmes (SPPs); EU Framework 7 (FP7); Horizon 2020; the NIH-R01 Grant Program; Wellcome institutional strategic support fund. For large scale public sector funding, the management and administration of grant awards is often handled by other, dedicated, organizations - FundingAgencys such as ERC, REA, ...""",
`@extends` = List(Organization.ontology)
){
object keys extends lspace.ns.vocab.schema.Organization.Properties{
}
override lazy val properties: List[LProperty] = List()
trait Properties extends lspace.ns.vocab.schema.Organization.Properties{
}
}