Unpaved First Class Road Links
prefix otm: <https://opentransportmap.info/rdf#>
select ?p
where {
?p ?a <https://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/firstClass>.
?p ?b <https://inspire.ec.europa.eu/codelist/RoadSurfaceCategoryValue/unpaved>}
Road Links with capacity = 6000
prefix otm: <https://opentransportmap.info/rdf#>
select ?p ?c
where {
?p otm:capacity ?c.
filter (?c = "6000")}
Road Links marked as SingleCarriageWay
prefix otm: <https://www.w3.org/2002/07/owl#>
select ?p
where {?p ?a <https://inspire.ec.europa.eu/codelist/FormOfWayValue/singleCarriageway>}