gtfs:attribution_url leaf node


URI

http://ontology.gtfs.org/reference#attribution_url

Label

attribution_url

Usage

DOMAINPROPERTYRANGE
gtfs:Attribution gtfs:attribution_url xsd:string

Implementation

@prefix gtfs: <http://ontology.gtfs.org/reference#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

gtfs:attribution_url a rdf:Property ;
    rdfs:domain gtfs:Attribution ;
    rdfs:range xsd:string .