iptc / sport-schema

The next generation of sports data, based on IPTC’s SportsML and semantic web principles
12 stars 1 forks source link

define spcompetitionphasetype CV #181

Open bquinn opened 2 months ago

bquinn commented 2 months ago
sport:competitionPhaseType rdf:type owl:ObjectProperty ;
    rdfs:label "competition phase type"@en ;
    rdfs:comment "Type of the competition phase - regular week, final etc"@en ;
    rdfs:domain sport:CompetitionPhase ;
    # Recommended CV: http://cv.iptc.org/newscodes/spcompetitionphasetype/ **(doesn't exist yet)**
    rdfs:range skos:Concept ;
    rdfs:isDefinedBy <https://sportschema.org/ontologies/main/> .

we need to define it!