void:subjectsTarget leaf node


URI

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

Label

Subjects Target

Description

The dataset describing the subjects of triples contained in the Linkset.

Inherits from

Usage

DOMAINPROPERTYRANGE
void:Linkset void:subjectsTarget void:Dataset

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:subjectsTarget a rdf:Property,
        owl:FunctionalProperty ;
    rdfs:label "Subjects Target" ;
    rdfs:comment "The dataset describing the subjects of triples contained in the Linkset." ;
    rdfs:domain void:Linkset ;
    rdfs:range void:Dataset ;
    rdfs:subPropertyOf void:target .