Search (4 results, page 1 of 1)

  • × theme_ss:"Semantische Interoperabilität"
  • × year_i:[1990 TO 2000}
  1. Zimmermann, H.: Conception and application possibilities of classification concordances in an OPAC environment (1996) 0.00
    9.046564E-4 = product of:
      0.020807097 = sum of:
        0.020807097 = weight(_text_:im in 1243) [ClassicSimilarity], result of:
          0.020807097 = score(doc=1243,freq=2.0), product of:
            0.066621356 = queryWeight, product of:
              2.8267863 = idf(docFreq=7115, maxDocs=44218)
              0.023567878 = queryNorm
            0.3123187 = fieldWeight in 1243, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              2.8267863 = idf(docFreq=7115, maxDocs=44218)
              0.078125 = fieldNorm(doc=1243)
      0.04347826 = coord(1/23)
    
    Theme
    Klassifikationssysteme im Online-Retrieval
  2. Krause, J.: Polyzentrische Informationsversorgung in einer dezentralisierten Informationswelt (1998) 0.00
    6.6736323E-4 = product of:
      0.015349354 = sum of:
        0.015349354 = weight(_text_:und in 4359) [ClassicSimilarity], result of:
          0.015349354 = score(doc=4359,freq=2.0), product of:
            0.052235067 = queryWeight, product of:
              2.216367 = idf(docFreq=13101, maxDocs=44218)
              0.023567878 = queryNorm
            0.29385152 = fieldWeight in 4359, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              2.216367 = idf(docFreq=13101, maxDocs=44218)
              0.09375 = fieldNorm(doc=4359)
      0.04347826 = coord(1/23)
    
    Source
    nfd Information - Wissenschaft und Praxis. 49(1998) H.6, S.345-351
  3. Chaplan, M.A.: Mapping Laborline Thesaurus terms to Library of Congress Subject Headings : implications for vocabulary switching (1995) 0.00
    2.8984674E-4 = product of:
      0.0066664745 = sum of:
        0.0066664745 = product of:
          0.013332949 = sum of:
            0.013332949 = weight(_text_:1 in 4026) [ClassicSimilarity], result of:
              0.013332949 = score(doc=4026,freq=4.0), product of:
                0.057894554 = queryWeight, product of:
                  2.4565027 = idf(docFreq=10304, maxDocs=44218)
                  0.023567878 = queryNorm
                0.23029712 = fieldWeight in 4026, product of:
                  2.0 = tf(freq=4.0), with freq of:
                    4.0 = termFreq=4.0
                  2.4565027 = idf(docFreq=10304, maxDocs=44218)
                  0.046875 = fieldNorm(doc=4026)
          0.5 = coord(1/2)
      0.04347826 = coord(1/23)
    
    Abstract
    This study is an attempt to assess the potential for automatic vocabulary switching from a thesaurus to LCSH. Terms from the 'Laborline Thesaurus' were manually mapped to LCSH, with the degree of match indicated by a code from 1 to 19, representing the nature of the match from exact match to no match. Am INMAGIC database for the amp was created in order to permit analysis of the aptterns of matches to see whether there were regularities that could be exploited to improve the performance of switching interfaces. Searches of the database by match codes reveal ranges of 21,98% for no matches to 0,06% for translation matches, with 16,3% for exact matches. It is estimated that a maximum of 61%, but a more realistic figure of 41,5%, of the terms coulc be successfully switched automatically using currently proposed or available strategies. As long as LCSH is used for subject descriptions in online catalogs, it would appear that intelligent interfaces for vocabulary switching can only be partially successful, and it is suggested that manual mapping, while labor-intensive, is a feasible alternative
    Source
    Library quarterly. 65(1995) no.1, S.39-61
  4. Miller, E.; Schloss. B.; Lassila, O.; Swick, R.R.: Resource Description Framework (RDF) : model and syntax (1997) 0.00
    1.19555676E-4 = product of:
      0.0027497804 = sum of:
        0.0027497804 = product of:
          0.005499561 = sum of:
            0.005499561 = weight(_text_:1 in 5903) [ClassicSimilarity], result of:
              0.005499561 = score(doc=5903,freq=2.0), product of:
                0.057894554 = queryWeight, product of:
                  2.4565027 = idf(docFreq=10304, maxDocs=44218)
                  0.023567878 = queryNorm
                0.09499271 = fieldWeight in 5903, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  2.4565027 = idf(docFreq=10304, maxDocs=44218)
                  0.02734375 = fieldNorm(doc=5903)
          0.5 = coord(1/2)
      0.04347826 = coord(1/23)
    
    Content
    RDF Data Model At the core of RDF is a model for representing named properties and their values. These properties serve both to represent attributes of resources (and in this sense correspond to usual attribute-value-pairs) and to represent relationships between resources. The RDF data model is a syntax-independent way of representing RDF statements. RDF statements that are syntactically very different could mean the same thing. This concept of equivalence in meaning is very important when performing queries, aggregation and a number of other tasks at which RDF is aimed. The equivalence is defined in a clean machine understandable way. Two pieces of RDF are equivalent if and only if their corresponding data model representations are the same. Table of contents 1. Introduction 2. RDF Data Model 3. RDF Grammar 4. Signed RDF 5. Examples 6. Appendix A: Brief Explanation of XML Namespaces