We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4a696 commit 7306642Copy full SHA for 7306642
data/ext/pending/issue-3058.ttl
@@ -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