http://example.org/boardgame-ontology#Game leaf node


URI

http://example.org/boardgame-ontology#Game

Label

Game

Usage

Instances of http://example.org/boardgame-ontology#Game can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class http://example.org/boardgame-ontology#Game
http://example.org/boardgame-ontology#hasBestNumPlayers rdf:Property xsd:int
http://example.org/boardgame-ontology#hasCategory rdf:Property http://example.org/boardgame-ontology#Category
http://example.org/boardgame-ontology#hasCreator rdf:Property xsd:string
http://example.org/boardgame-ontology#hasGeekRating rdf:Property xsd:double
http://example.org/boardgame-ontology#hasID rdf:Property xsd:int
http://example.org/boardgame-ontology#hasMaxGameTime rdf:Property xsd:int
http://example.org/boardgame-ontology#hasMaxPlayers rdf:Property xsd:int
http://example.org/boardgame-ontology#hasMaxRecAge rdf:Property xsd:int
http://example.org/boardgame-ontology#hasMechanic rdf:Property http://example.org/boardgame-ontology#Mechanic
http://example.org/boardgame-ontology#hasMentalLoad rdf:Property http://example.org/boardgame-ontology#MentalLoad
http://example.org/boardgame-ontology#hasMinGameTime rdf:Property xsd:int
http://example.org/boardgame-ontology#hasMinPlayers rdf:Property xsd:int
http://example.org/boardgame-ontology#hasMinRecAge rdf:Property xsd:int
http://example.org/boardgame-ontology#hasName rdf:Property xsd:string
http://example.org/boardgame-ontology#hasPublisher rdf:Property xsd:string
http://example.org/boardgame-ontology#hasRating rdf:Property xsd:double
http://example.org/boardgame-ontology#hasSize rdf:Property http://example.org/boardgame-ontology#Size
http://example.org/boardgame-ontology#hasURL rdf:Property xsd:string
http://example.org/boardgame-ontology#isOwnedBy rdf:Property http://example.org/boardgame-ontology#Player

Property Shapes

By the associated SHACL property shapes, instances of http://example.org/boardgame-ontology#Game can have the following properties:

PROPERTY

PROPERTY TYPE

DESCRIPTION

MIN COUNT

MAX COUNT

LOCAL RANGE
(type range for property on this class)

GLOBAL RANGE
(type range for property globally)

http://example.org/boardgame-ontology#Game
http://example.org/boardgame-ontology#hasSize rdf:Property
http://example.org/boardgame-ontology#Size

Implementation

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://example.org/boardgame-ontology#Game> a rdfs:Class .