void:classPartition leaf node


URI

http://rdfs.org/ns/void#classPartition

Label

class partition

Description

A subset of a void:Dataset that contains only the entities of a certain rdfs:Class.

Inherits from

Usage

DOMAINPROPERTYRANGE
void:Dataset void:classPartition void:Dataset

Implementation

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

void:classPartition a rdf:Property ;
    rdfs:label "class partition" ;
    rdfs:comment "A subset of a void:Dataset that contains only the entities of a certain rdfs:Class." ;
    rdfs:domain void:Dataset ;
    rdfs:range void:Dataset ;
    rdfs:subPropertyOf void:subset .