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

Attributes

Lex Koller
Lex Koller
Lex Koller
Lex Koller
2023-11-24T08:20:01.1782570Z
78815
https://www.termdat.bk.admin.ch/entry/78815
FCh, Terminology Section, 2023
BK, Sektion Terminologie, 2008
CaF, Sezione di terminologia, 2008
ChF, Section de terminologie, 2008
USG: inoffiziell, üblich; HIS: seit 1997
EXP: informal name for the Federal Act on the Acquisition of Immovable Property in Switzerland by Foreign Non-Residents (ANRA), SR 211.412.41
USG: non officiel, courant; HIS: depuis 1997
USG: non ufficiale, corrente; HIS: dall'1997
FCh, Terminology Section, 2023
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
seeAlso Lex Friedrich
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.