void:DatasetDescription leaf node


URI

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

Label

dataset description

Description

A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets.

Superclasses (1)

Usage

Instances of void:DatasetDescription can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class foaf:Document
void:inDataset rdf:Property Points to the void:Dataset that a document is a part of. void:Dataset

Implementation

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix void: <http://rdfs.org/ns/void#> .

void:DatasetDescription a rdfs:Class,
        owl:Class ;
    rdfs:label "dataset description" ;
    rdfs:comment "A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets." ;
    rdfs:subClassOf foaf:Document .