http://example.org/boardgame-ontology#hasBestNumPlayers
DOMAIN | PROPERTY | RANGE |
---|---|---|
http://example.org/boardgame-ontology#Game | http://example.org/boardgame-ontology#hasBestNumPlayers | xsd:int |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://example.org/boardgame-ontology#hasBestNumPlayers> a rdf:Property ;
rdfs:domain <http://example.org/boardgame-ontology#Game> ;
rdfs:range xsd:int .