Skip to content

Commit

Permalink
Sep 2023 Sport Schema 1.0 release candidate - ready for Standards Com…
Browse files Browse the repository at this point in the history
…mittee vote (#170)

* Turn "penalty-level" into "infractionLevel" and "penalty-type" into "infractionType" in XSLT for Actions. Fixes #162.
* Feature/154 missing props in ontology (#169)
* Added resultEffectTarget as per #154
* tweaks to samples to validate with SportsML xsd
* Fixed XSLT issue that meant actions for esports (with no @id) were not being converted. Fixes #118.
* Adding SportsML to comparison tables. Fixes #137.
* Added personReplacingPosition to ontology. Fixes #173.
* Removed scoreAttemptDescription and oppositePlay from ontology. Fixes #174.
* Updated ontology docs to cover recent changes.
* Added date to player memberships in roster info. Issue #164
* Fix some CV references to make them valid prefixes
* Fixed esports ontology reference (no longer cv.iptc.org)
* SHACL validation now works
* spstat:resultEffect and spstat:resultEffectTarget should have domain of Participation
* Adding Athlete entry and rdf:type even when we don't know the player's name (although this causes problems with some test queries which we still have to fix)
* Introduce uniformNumberEvent which overrides uniformNumber for an individual event.
* Fix newscodes prefix typo for ice hockey position in example
* XSLT fix for one type of resultEffect that was generating a string instead of a URI
* Added missing properties from ParticipationSplit and a fudge for resultEffectTarget.
* Added version info to all ontology files.
---------
Co-authored-by: pauljkelly <[email protected]>
  • Loading branch information
bquinn authored Sep 20, 2023
1 parent b0c608e commit 461537e
Show file tree
Hide file tree
Showing 100 changed files with 135,744 additions and 128,633 deletions.
80 changes: 40 additions & 40 deletions docs/ontologies/corestatistics.html
Original file line number Diff line number Diff line change
Expand Up @@ -558,44 +558,6 @@ <h3>Properties</h3>
</div>


</div>

<div class="results-table">
<div class="grid header ontology-property-label-value">
<a class="anchor" href="#outcome result"></a>
<a name="outcomeResult">
outcome result
</a>
</div>
<div class="grid row ontology-property-uri">
<div class="field-label unit one-fifth">URI</div>
<div class="value unit four-fifths">https://sportschema.org/ontologies/corestatistics/outcomeResult</div>
</div>
<div class="grid row ontology-property-description">
<div class="field-label unit one-fifth">Description</div>
<div class="value unit four-fifths">A report on the result, if any, of the participation. Can be things like relegation, promotion, qualification etc</div>
</div>

<div class="grid row ontology-property-domain">
<div class="field-label unit one-fifth">Domain</div>
<div class="value unit four-fifths">

<a href="#None">None</a>

</div>
</div>


<div class="grid row ontology-property-range">
<div class="field-label unit one-fifth">Range</div>
<div class="value unit four-fifths">

<a href="#http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a>

</div>
</div>


</div>

<div class="results-table">
Expand Down Expand Up @@ -915,7 +877,7 @@ <h3>Properties</h3>
</div>
<div class="grid row ontology-property-description">
<div class="field-label unit one-fifth">Description</div>
<div class="value unit four-fifths">Describes the effect that the result of the event or rank changing has had on the team. Example: Whether or not a team has qualified for the playoffs, or has been promoted or demoted to a different division.</div>
<div class="value unit four-fifths">Describes the effect that the result of the event or rank changing has had on the team. Example: Whether or not a team has qualified for the playoffs, or has been promoted or demoted to a different division. Value should come from the https://cv.iptc.org/newscodes/spresulteffect/ vocabulary</div>
</div>

<div class="grid row ontology-property-domain">
Expand All @@ -932,7 +894,45 @@ <h3>Properties</h3>
<div class="field-label unit one-fifth">Range</div>
<div class="value unit four-fifths">

<a href="#http://www.w3.org/2001/XMLSchema#integer">http://www.w3.org/2001/XMLSchema#integer</a>
<a href="#http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/2001/XMLSchema#anyURI</a>

</div>
</div>


</div>

<div class="results-table">
<div class="grid header ontology-property-label-value">
<a class="anchor" href="#resultEffectTarget"></a>
<a name="resultEffectTarget">
resultEffectTarget
</a>
</div>
<div class="grid row ontology-property-uri">
<div class="field-label unit one-fifth">URI</div>
<div class="value unit four-fifths">https://sportschema.org/ontologies/corestatistics/resultEffectTarget</div>
</div>
<div class="grid row ontology-property-description">
<div class="field-label unit one-fifth">Description</div>
<div class="value unit four-fifths">The Competition/Event that the resultEffect gains access to, e.g. for qualification for a final the target would be the Event of the final, for relegation in soccer the target would be the new league division.</div>
</div>

<div class="grid row ontology-property-domain">
<div class="field-label unit one-fifth">Domain</div>
<div class="value unit four-fifths">

<a href="#None">None</a>

</div>
</div>


<div class="grid row ontology-property-range">
<div class="field-label unit one-fifth">Range</div>
<div class="value unit four-fifths">

<a href="#https://sportschema.org/ontologies/main/ParticipatableThing">https://sportschema.org/ontologies/main/ParticipatableThing</a>

</div>
</div>
Expand Down
Loading

0 comments on commit 461537e

Please sign in to comment.