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

Attributes

Urheber eines Computerprogramms
author of a computer program
auteur d'un logiciel
autore di un programma per computer
Natürliche Person, die ein Computerprogramm entwickelt und das ausschliessliche Recht hat, dieses zu vermieten.
Natural person who creates a computer program and has the exclusive rental right.
Personne physique qui crée un logiciel et a le droit exclusif de le louer.
Persona fisica che crea un programma per computer e ha il diritto esclusivo di darlo in locazione.
2022-09-13T09:30:09.5539080Z
78829
https://www.termdat.bk.admin.ch/entry/78829
Urheberrechtsgesetz, Art. 10 Abs. 3 (SR 231.1, Stand 2017-01)
Copyright Act, art. 10 para. 3 (SR 231.1, transl., status 2017-01)
LF Droit d'auteur, art. 10 al 3 (RS 231.1, état 2017-01)
LF Diritto d'autore, art. 10 cpv. 3 (RS 231.1, stato 2017-01)
GRM: autre forme de féminin "auteure"
nach Urheberrechtsgesetz, Art. 6 und Art. 10 Abs. 3 (SR 231.1, Stand 2017-01)
after Copyright Act, art. 6 and art. 10 para. 3 (SR 231.1, transl., status 2017-01)
d'après LF Droit d'auteur, art. 6 et art. 10 al 3 (RS 231.1, état 2017-01)
secondo LF Diritto d'autore, art. 6 e art. 10 cpv. 3 (RS 231.1, stato 2017-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
hyponym author
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.