http://www.w3.org/ns/dcat#mediaType
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| dcat:Distribution | dcat:mediaType | owl:Thing (inferred) |
@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: .