LinDA logo

LinDa is a ...

LINDA

Sign in
  • Data Sources
  • Queries
  • Visualizations
  • Analytics
  • Transformations
  • Vocabularies
  • Documentation
  • SPARQL Editor

Simple Knowledge Organization System

Category: W3C Recommendations

Namespace URI: http://www.w3.org/2004/02/skos/core

Namespace prefix: skos

Visit original page

The Simple Knowledge Organization System (SKOS) is a common data model for sharing and linking knowledge organization systems via the Semantic Web.

Defines 4 classes and 28 properties.
Browse classes Browse properties

Usage example

<rdf:RDF 
  xmlns:rdf=`http://www.w3.org/1999/02/22-rdf-syntax-ns#`
  xmlns:skos=`http://www.w3.org/2004/02/skos/core#`>

  <skos:Concept rdf:about=`http://www.my.com/#canals`>
    <skos:definition>A feature type category for places 
	such as the Erie Canal</skos:definition>
    <skos:prefLabel>canals</skos:prefLabel>
    <skos:altLabel>canal bends</skos:altLabel>
    <skos:altLabel>canalized streams</skos:altLabel>
    <skos:altLabel>ditch mouths</skos:altLabel>
    <skos:altLabel>ditches</skos:altLabel>
    <skos:altLabel>drainage canals</skos:altLabel>
    <skos:altLabel>drainage ditches</skos:altLabel>
    <skos:broader rdf:resource=`http://www.my.com/#hydrographic%20structures`/>
    <skos:related rdf:resource=`http://www.my.com/#channels`/>
    <skos:related rdf:resource=`http://www.my.com/#locks`/>
    <skos:related rdf:resource=`http://www.my.com/#transportation%20features`/>
    <skos:related rdf:resource=`http://www.my.com/#tunnels`/>
    <skos:scopeNote>Manmade waterway used by watercraft
    	or for drainage, irrigation, mining, or water 
	power</skos:scopeNote>
  </skos:Concept>
  
</rdf:RDF>

Discussion

No discussion yet Log in to comment

Uploaded by admin on Sept. 3, 2014.

Rate

No ratings yet

In order to rate this vocabulary, you have to log in

Download

Get Source
Download as 
  • A standard rdf/xml file
  • A n3 file
  • NTriples
Visualize

© 2019 LinDA Project. All rights reserved.

Terms of use