http://stelar-project.eu/klms#profileURL
This property can be used to store a link to a file or web application that contains all the profiling results.
DOMAIN | PROPERTY | RANGE |
---|---|---|
klms:Distribution | klms:profileURL | rdfs:Resource |
@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 .