Skip to content

Commit

Permalink
Add Contribution to Prize (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvorak001 committed Apr 6, 2024
1 parent 1773efb commit a1c46dd
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
26 changes: 26 additions & 0 deletions entities/Contribution_to_Prize.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Contribution to Prize

## Definition
Any contribution an [Agent](../entities/Agent.md) made to a [Prize](../entities/Prize.md).

## Usage notes

Anything that helps the Prize to exist and be awarded.

## Specialization of
[Contribution](../entities/Contribution.md)

## Attributes

Those inherited from [Contribution](../entities/Contribution.md#attributes)

## Relationships

<a name="rel__prize">A Contribution to Prize always has the *[prize](../entities/Prize.md#user-content-rel__is-helped-by)*: an instance of [Prize](../entities/Prize.md).</a>

---
## Matches
1. Close match of [whatever](url)

## References
<a name="fn1">\[1\]</a> Source: ...
5 changes: 5 additions & 0 deletions entities/Prize.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@
Something valuable, such as an amount of money, that is given to someone who succeeds in a competition or game or that is given to someone as a reward for doing very good work.<sup>[1](#fn1)</sup>

## Usage notes

An award or honor in recognition of outstanding work.

## Attributes

<a name="name">name : [datatype](../datatypes/Multilingual_String.md)</a>

## Relationships

<a name="rel__awarded">A Prize can be *[awarded](../entities/Prize_Award.md#user-content-rel__awards)* in [Prize Awards](../entities/Prize_Award.md).</a>

<a name="rel__is-helped-by">A Prize can *[be helped by](../entities/Contribution_to_Prize.md#user-content-rel__prize)* any number of [Contributions to Prize](../entities/Contribution_to_Prize.md).</a>

---
## Matches
1. Close match of [VIVO Award](http://vivoweb.org/ontology/core#Award)
Expand Down
22 changes: 22 additions & 0 deletions serializations/RDF/core.owl
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,13 @@ xsd:gYearMonth rdf:type rdfs:Datatype .
rdfs:comment "A Contribution to Infrastructure *[reference](../entities/Infrastructure.md#user-content-rel__has-benefitted-from)* the [Infrastructure](../entities/Infrastructure.md) that has benefitted."@en .


### https://w3id.org/cerif2/Contribution_to_Prize#prize
<https://w3id.org/cerif2/Contribution_to_Prize#prize> rdf:type owl:ObjectProperty ;
rdfs:domain <https://w3id.org/cerif2/Contribution_to_Prize> ;
rdfs:range <https://w3id.org/cerif2/Prize> ;
rdfs:comment "A Contribution to Prize always has the *[prize](../entities/Prize.md#user-content-rel__is-helped-by)*: an instance of [Prize](../entities/Prize.md)."@en .


### https://w3id.org/cerif2/Document#contributions
<https://w3id.org/cerif2/Document#contributions> rdf:type owl:ObjectProperty ;
rdfs:domain <https://w3id.org/cerif2/Document> ;
Expand Down Expand Up @@ -556,6 +563,14 @@ xsd:gYearMonth rdf:type rdfs:Datatype .
rdfs:comment "A Prize can be *[awarded](../entities/Prize_Award.md#user-content-rel__awards)* in [Prize Awards](../entities/Prize_Award.md)."@en .


### https://w3id.org/cerif2/Prize#isHelpedBy
<https://w3id.org/cerif2/Prize#isHelpedBy> rdf:type owl:ObjectProperty ;
owl:inverseOf <https://w3id.org/cerif2/Contribution_to_Prize#prize> ;
rdfs:domain <https://w3id.org/cerif2/Prize> ;
rdfs:range <https://w3id.org/cerif2/Contribution_to_Prize> ;
rdfs:comment "A Prize can *[be helped by](../entities/Contribution_to_Prize.md#user-content-rel__prize)* any number of [Contributions to Prize](../entities/Contribution_to_Prize.md)."@en .


### https://w3id.org/cerif2/Prize_Award#awards
<https://w3id.org/cerif2/Prize_Award#awards> rdf:type owl:ObjectProperty ;
owl:inverseOf <https://w3id.org/cerif2/Prize#awarded> ;
Expand Down Expand Up @@ -1094,6 +1109,13 @@ namely, submit an [Application](../entities/Application.md)."""@en ;
rdfs:label "Contribution to Infrastructure"@en .


### https://w3id.org/cerif2/Contribution_to_Prize
<https://w3id.org/cerif2/Contribution_to_Prize> rdf:type owl:Class ;
rdfs:subClassOf <https://w3id.org/cerif2/Contribution> ;
rdfs:comment "Any contribution an [Agent](../entities/Agent.md) made to a [Prize](../entities/Prize.md)."@en ;
rdfs:label "Contribution to Prize"@en .


### https://w3id.org/cerif2/Contribution_to_Project
<https://w3id.org/cerif2/Contribution_to_Project> rdf:type owl:Class ;
rdfs:comment "Any contribution an [Agent](../entities/Agent.md) made to a [Project](../entities/Resource.md)."@en ;
Expand Down

0 comments on commit a1c46dd

Please sign in to comment.