schema:url leaf node


URI

http://schema.org/url

Label

hasUrl

Description

This property is used to denote: (i) the URL directing to the "source" of the data object (i.e. the "location" from where the output can be downloaded/ fetched); and (ii) the Thematic Network's URL (this could be the Thematic Network's website URL and/or the URL to the CORDIS Thematic Network record).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:url xsd:anyURI

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

schema:url a owl:DatatypeProperty ;
    rdfs:label "hasUrl"@en ;
    rdfs:comment "This property is used to denote: (i) the URL directing to the \"source\" of the data object (i.e. the \"location\" from where the output can be downloaded/ fetched); and (ii) the Thematic Network's URL (this could be the Thematic Network's website URL and/or the URL to the CORDIS Thematic Network record)."@en ;
    rdfs:range xsd:anyURI .