sdo:url leaf node


URI

https://schema.org/url

Label

url

Description

URL of the item.

Usage

DOMAINPROPERTYRANGE
sdo:Thing sdo:url sdo:URL

Implementation

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sdo: <https://schema.org/> .

sdo:url a rdf:Property ;
    rdfs:label "url" ;
    rdfs:comment "URL of the item."@en,
        "URL van het item."@nl ;
    rdfs:domain sdo:Thing ;
    rdfs:range sdo:URL .