klms:profileURL leaf node


URI

http://stelar-project.eu/klms#profileURL

Label

Distribution - Profile URL

Description

This property can be used to store a link to a file or web application that contains all the profiling results.

Usage

DOMAINPROPERTYRANGE
klms:Distribution klms:profileURL rdfs:Resource

Implementation

@prefix : <http://stelar-project.eu/klms#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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/> .

:profileURL a owl:DatatypeProperty ;
    rdfs:label "Distribution - Profile URL"@en ;
    dcterms:identifier "klms:profileURL" ;
    vann:usageNote "Optional property. This property can be used to store a link to a file or web application that contains all the profiling results."@en ;
    rdfs:comment "This property can be used to store a link to a file or web application that contains all the profiling results."@en ;
    rdfs:domain :Distribution ;
    rdfs:range rdfs:Resource .