foaf:page


URI

http://xmlns.com/foaf/0.1/page

Label

Distribution - documentation

Description

This property refers to a page or document about this Dataset. - This property refers to a page or document about this Distribution.

Sub Property

Usage

DOMAINPROPERTYRANGE
dcat:Dataset , dcat:Distribution foaf:page 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/> .

foaf:page a owl:ObjectProperty ;
    rdfs:label "Dataset - documentation"@en,
        "Distribution - documentation"@en ;
    dcterms:identifier "foaf:page" ;
    vann:usageNote "Optional property. This property refers to a page or document about this Dataset."@en,
        "Optional property.This property refers to a page or document about this Distribution."@en ;
    rdfs:comment "This property refers to a page or document about this Dataset."@en,
        "This property refers to a page or document about this Distribution."@en ;
    rdfs:domain dcat:Dataset,
        dcat:Distribution ;
    rdfs:isDefinedBy <http://xmlns.com/foaf/spec/#term_page> ;
    rdfs:range foaf:Document .