https://schema.org/url
             URL of the item.
@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 .