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

Attributes

pawn
Versatzpfand
Pfandgegenstand, der zur Sicherung von Gelddarlehen einer Pfandeihanstalt übergeben wird.
Chattel delivered to the pawnbroker against receipt.
2021-09-08T09:43:35.7270000Z
383649
https://www.termdat.bk.admin.ch/entry/383649
Schweizerisches Zivilgesetzbuch, Art. 909 (SR 210, Stand 2018-01)
Swiss Civil Code, art. 909 (transl., SR 210, Status 2018-01)
nach Schweizerisches Zivilgesetzbuch, Art. 909 (SR 210, Stand 2008-01) und nach Tuor/Schnyder, Schweiz. Zivilgesetzbuch, 1995 S. 894
after Swiss Civil Code, art. 909 (SR 210, transl., status 2018-01)
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 pawn
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.