iptc / sport-schema

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

what to do about participationsplittype ? #182

Open bquinn opened 2 months ago

bquinn commented 2 months ago
sport:participationSplitType rdf:type owl:DatatypeProperty ;
    rdfs:label "participation split type"@en ;
    rdfs:comment "The type of a participation split, e.g. 'home games' or 'first half'"@en ;
    rdfs:domain sport:ParticipationSplit ;
    # Recommended CV: ???
    rdfs:range xsd:anyURI ; 
    rdfs:isDefinedBy <https://sportschema.org/ontologies/main/> .