Skip to content

Commit 7306642

Browse files
committed
Adding a type for PlayGameAction #3058
1 parent dd4a696 commit 7306642

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

data/ext/pending/issue-3058.ttl

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@prefix : <https://schema.org/> .
2+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
3+
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
4+
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
5+
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
6+
7+
8+
:PlayGameAction a rdfs:Class ;
9+
rdfs:label "PlayGameAction" ;
10+
:isPartOf <https://pending.schema.org> ;
11+
:source <https://github.com/schemaorg/schemaorg/issues/3058> ;
12+
rdfs:comment "The act of playing a video game." ;
13+
rdfs:subClassOf :ConsumeAction .

0 commit comments

Comments
 (0)