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


URI

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

Label

isMechanicOf

Usage

DOMAINPROPERTYRANGE
http://example.org/boardgame-ontology#Mechanic http://example.org/boardgame-ontology#isMechanicOf http://example.org/boardgame-ontology#Game

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#isMechanicOf> a rdf:Property ;
    rdf:inverseOf <http://example.org/boardgame-ontology#hasMechanic> ;
    rdfs:domain <http://example.org/boardgame-ontology#Mechanic> ;
    rdfs:range <http://example.org/boardgame-ontology#Game> .