dcat:landingPage leaf node


URI

http://www.w3.org/ns/dcat#landingPage

Label

Dataset - landing page

Description

This property refers to a web page that provides access to the Dataset, its Distributions and/or additional information.

Usage

DOMAINPROPERTYRANGE
dcat:Dataset dcat:landingPage foaf:Document

Implementation

@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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 vann: <http://purl.org/vocab/vann/> .

dcat:landingPage a owl:ObjectProperty ;
    rdfs:label "Dataset - landing page"@en ;
    dcterms:identifier "dcat:landingPage" ;
    vann:usageNote "Optional property. This property refers to a web page that provides access to the Dataset, its Distributions and/or additional information. "@en ;
    rdfs:comment "This property refers to a web page that provides access to the Dataset, its Distributions and/or additional information."@en ;
    rdfs:domain dcat:Dataset ;
    rdfs:isDefinedBy <https://www.w3.org/TR/vocab-dcat-2/#Property:resource_landing_page> ;
    rdfs:range foaf:Document .