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

Attributes

majeur
volljährig
of age
maggiorenne
2018-11-27T15:25:07.3830000Z
217033
https://www.termdat.bk.admin.ch/entry/217033
Code civil suisse, art. 13 (RS 210, état 2018-01)
Schweizerisches Zivilgesetzbuch, Art. 14 (SR 210, Stand 2018-01)
Swiss Civil Code, art. 14 (SR 210, transl., status 2013-07)
Codice civile svizzero, art. 14 (RS 210, stato 2018-01)
A person is of age if he or she has reached the age of 18.
È maggiorenne chi ha compiuto gli anni 18.
Volljährig ist, wer das 18. Lebensjahr zurückgelegt hat.
DOM: Personenrecht
DOM: droit des personnes; GRM: adjectif
DOM: diritto delle persone; GRM: aggettivo
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 majority
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.