Search: in
Notation3
Notation3 Encyclopedia
  Tutorials     Encyclopedia     Dictionary     Directory  
Notation3 Email this to a friend      Notation3

Notation3

Notation3, or N3 as it is more commonly known, is a shorthand non-XML serialization of Resource Description Framework models, designed with human-readability in mind: N3 is much more compact and readable than XML RDF notation. The format is being developed by Tim Berners-Lee and others from the Semantic Web community.

N3 has several features that go beyond a serialization for RDF models, such as support for RDF-based rules. Turtle is a simplified, RDF-only subset of N3.

Examples

This RDF model in standard XML notation

<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
  <rdf:Description rdf:about="http://en.wikipedia.org/wiki/Tony_Benn">
    <dc:title>Tony Benn</dc:title>
    <dc:publisher>Wikipedia</dc:publisher>
  </rdf:Description>
</rdf:RDF>

may be written in Notation 3 like this:

@prefix dc: <http://purl.org/dc/elements/1.1/>.

<http://en.wikipedia.org/wiki/Tony_Benn>
  dc:title "Tony Benn";
  dc:publisher "Wikipedia".

(This example would also be valid Turtle.)

External links

de:Notation 3 (Informatik) ru:??????? 3





Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article


Search for Notation3 in Tutorials
Search for Notation3 in Encyclopedia
Search for Notation3 in Dictionary
Search for Notation3 in Open Directory
Search for Notation3 in Store
Search for Notation3 in PriceGig



Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Advertisement

Advertisement



Notation3
Notation3 top Notation3

Home - Add TutorGig to Your Site - Disclaimer

©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement