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

Attributes

linguistic variety
J. Byrd Clark / E. Haque / S.A. Lamoureux, The role of language in processes of internationalization: Considering linguistic heterogeneity and voices from within and out in two diverse contexts in Ontario, in: Canadian and International Education, Vol. 41, 3/2012 ([Internet, 2018-08-30](https://ir.lib.uwo.ca/cgi/viewcontent.cgi?referer=http://www.google.ch/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=2ahUKEwjQ76zzqpTdAhUJb1AKHZLsBGYQFjADegQIBxAC&url=http%3A%2F%2Fir.lib.uwo.ca%2Fcgi%2Fviewcontent.cgi%3Farticle%3D1168%26context%3Dcie-eci&usg=AOvVaw1d8HWRXoB2WRvZfZAkYtdt&httpsredir=1&article=1168&context=cie-eci))
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: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part language variety
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.