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

Attributes

Fachsprache
special language
langue de spécialité
lingua speciale
Gesamtheit der spezifischen sprachlichen Mittel, die in einem bestimmten Fachgebiet verwendet werden.
Language used in a subject field and characterised by the use of specific linguistic means of expression.
Ensemble des moyens linguistiques spécifiques à une branche particulière du savoir.
Varietà linguistica funzionale a una comunicazione individuata da un argomento specifico e da un gruppo ristretto di utenti.
2022-04-28T08:03:53.1130000Z
133641
https://www.termdat.bk.admin.ch/entry/133641
R. Bononno, Terminology for Translators - an Implementation of ISO 12620, in: Meta, 45(4), 2000, p. 649 ([Internet, 2018-08-21](https://www.erudit.org/fr/revues/meta/2000-v45-n4-meta161/002101ar.pdf))
H. Glück, Metzler Lexikon Sprache, 1993, "Fachsprache"
Le Grand Robert de la langue française, "spécialité" ([Internet, 2018-08-21](https://grandrobert.lerobert.com/))
R. Franceschini, L'intreccio di lingue in una città: il caso di Basilea, in: Babylonia, 1/1998, pag. 36
nach H. Glück, Metzler Lexikon Sprache, 1993, "Fachsprache"
after ISO 1087-1:2000, Terminology work - Vocabulary, Part 1: Theory and application, no. 3.1.3
d'après H. Glück, Metzler Lexikon Sprache, 1993, "Fachsprache" et Le Grand Robert de la langue française, "spécialité" ([Internet, 2018-08-21](https://grandrobert.lerobert.com/))
secondo D. Crystal, Enciclopedia Scienze del linguaggio, 1993, pag. 378
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 common language
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.