SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

area
The area within which users can expect to reach the broadcast service.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Outgoing Relationships

property object
domainIncludes BroadcastService
rangeIncludes Place
supersededBy serviceArea
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
path genid-e1328646071247fdb312bb9148f4e2ba-AC6451103A64A076F45058317014EE29
Identifier Dimension
path genid-2316b64b60e74f2db08144fe3ae75dc7-87736A50AE9FA8DEDC07C8A05C0784C0
Identifier Dimension
path genid-934cc7e4e2174f508815f5da4851b5cb-41FA7B44AF726BCEE3ABFAEB12CD8291
path genid-cbebcee5242248f29be75cae7835d038-4E9B3202A9873E237EF7DA58C082FCC7
path genid-64b2d30b711e4d21b41f713de65496eb-0B0CE7A442EA02DFBB02E58B925EB93C
path genid-6111c6a739d14f12b14dada1ff4e5876-9F93D5B8469BE4DF4730E4FB2B59C591
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.