http://example.org/boardgame-ontology#isCategoryOf
DOMAIN | PROPERTY | RANGE |
---|---|---|
http://example.org/boardgame-ontology#Category | http://example.org/boardgame-ontology#isCategoryOf | http://example.org/boardgame-ontology#Game |
@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#isCategoryOf> a rdf:Property ;
rdf:inverseOf <http://example.org/boardgame-ontology#hasCategory> ;
rdfs:domain <http://example.org/boardgame-ontology#Category> ;
rdfs:range <http://example.org/boardgame-ontology#Game> .