http://example.org/boardgame-ontology#Player
Instances of http://example.org/boardgame-ontology#Player can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class http://example.org/boardgame-ontology#Player | |||
http://example.org/boardgame-ontology#hasComment | rdf:Property | xsd:string | |
http://example.org/boardgame-ontology#hasOwnershipOf | rdf:Property | http://example.org/boardgame-ontology#Game | |
http://example.org/boardgame-ontology#likesCategory | rdf:Property | http://example.org/boardgame-ontology#Category | |
http://example.org/boardgame-ontology#likesMechanic | rdf:Property | http://example.org/boardgame-ontology#Mechanic |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://example.org/boardgame-ontology#Player> a rdfs:Class .