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


URI

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

Label

likesMechanic

Usage

DOMAINPROPERTYRANGE
http://example.org/boardgame-ontology#Player http://example.org/boardgame-ontology#likesMechanic http://example.org/boardgame-ontology#Mechanic

Implementation

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://example.org/boardgame-ontology#likesMechanic> a rdf:Property ;
    rdfs:domain <http://example.org/boardgame-ontology#Player> ;
    rdfs:range <http://example.org/boardgame-ontology#Mechanic> .