@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://gcmd.earthdata.nasa.gov/kms#> .

<https://gcmd.earthdata.nasa.gov/kms/concept/aef2fc80-def0-46a4-9259-9dc37e80ed08>
  skos:prefLabel "CONSORTIA/INSTITUTIONS"@en ;
  a skos:Concept ;
  skos:narrower <https://gcmd.earthdata.nasa.gov/kms/concept/252f31d3-0d6d-403e-a294-5a8d3f416a96> .

<https://gcmd.earthdata.nasa.gov/kms/concept/252f31d3-0d6d-403e-a294-5a8d3f416a96>
  ns0:resource [ ] ;
  ns0:altLabel [ ] ;
  skos:broader <https://gcmd.earthdata.nasa.gov/kms/concept/aef2fc80-def0-46a4-9259-9dc37e80ed08> ;
  skos:prefLabel "PYTH/CS"@en ;
  skos:inScheme <https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/providers> ;
  skos:definition """Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Python is often compared to Tcl, Perl, Ruby, Scheme or Java. Some of its key distinguishing features include:

    * very clear, readable syntax
    * strong introspection capabilities
    * intuitive object orientation
    * natural expression of procedural code
    * full modularity, supporting hierarchical packages
    * exception-based error handling
    * very high level dynamic data types
    * extensive standard libraries and third party modules for virtually every task
    * extensions and modules easily written in C, C++ (or Java for Jython, or .NET languages for IronPython)
    * embeddable within applications as a scripting interface


Summary Provided By:

http://www.python.org/about/"""@en ;
  a skos:Concept .

