dcat:mediaType leaf node


URI

http://www.w3.org/ns/dcat#mediaType

Label

mediaType

Usage

DOMAINPROPERTYRANGE
dcat:Distribution dcat:mediaType owl:Thing (inferred)

Implementation

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

dcat:mediaType a owl:DatatypeProperty ;
    rdfs:label "mediaType"@en ;
    rdfs:domain dcat:Distribution ;
    rdfs:isDefinedBy dcat: .