Main Page

From getSchema

(Difference between revisions)

Jump to: navigation, search

(?Extracting Semantic Annotations)
(?Microdata2RDF Service)
 
(39 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
?
{{#widget:TestingPage}}
+
{{#widget:Test}}
?
<div style="margin:0 auto;">
+
{{#widget:TagCloud}}
?
{{#widget:Twitter Search
+
 
?
|query=#schema OR schema.org OR schemaorg OR RDfa
+
 
?
|title=Semantic Annotations
+
== Extracting Semantic Annotations==
?
|caption=what people say about semantic annotations
+
Typically, applications need to extract semantic annotations from the web pages and use them to perform artificial reasoning.
?
|height=200
+
<div class="getschema-container"  style="background-color:#f8f8f8">
?
|width=1024
+
 
?
|interval: 300
+
=== Microdata2RDF Service ===
?
}}{{#widget:Twitter Follow
+
Microdata extractor is a REST web service to extract RDF data from Microdata annotations and provide the semantic information as [http://www.w3.org/2011/rdf-wg/wiki/N-Triples-Format N-Triples], [http://www.w3.org/TeamSubmission/n3/ N3] and [https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-json/index.html RDF-JSON]. The service conforms with the [http://www.w3.org/TR/microdata-rdf/ Microdata2RDF specification] at W3C, but the generation algorithm may be different from the one proposed by the specification. The service is powered by [http://nodejs.org node.js] and uses [https://github.com/tmpvar/jsdom jsdom] library. More information on endpoint, usage and limitations at: [http://getschema.org/microdataextractor/about ”’http://getschema.org/microdataextractor/about”’]
?
|twitter=getSchema
+
 
?
|what=us
+
{{#widget:MicrodataExtractor}}
?
}}</div>
+
 
?
* [[Not Appropriate Usage Examples]]
+
<div class="row">
?
* [[List of websites using Schema.org | List of websites using Schema.org markup]]
+
{{#widget:MicrodataTests}}
  +
</div>
  +
 
  +
=== RDFa2RDF Service ===
  +
RDFa extractor is a REST web service to extract RDF data from [http://www.w3.org/TR/rdfa-lite/ RDFa Lite] annotations and provide the semantic information as [http://www.w3.org/2011/rdf-wg/wiki/N-Triples-Format N-Triples], [http://www.w3.org/TeamSubmission/n3/ N3] and [https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-json/index.html RDF-JSON]. The service is powered by [http://nodejs.org node.js] and uses [https://github.com/tmpvar/jsdom jsdom] library. More information on endpoint, usage and limitations at: [http://getschema.org/rdfaliteextractor-about/ ”’http://getschema.org/rdfaliteextractor-about/”’]
  +
 
  +
 
  +
{{#widget:RDFaExtractor}}
  +
 
  +
 
  +
{{#widget:RDFaLiteTests}}
  +
 
  +
<p>The service is also listed at the Semantic Web Initiative wiki page  [http://www.w3.org/2001/sw/wiki/RDFa_Extractor http://www.w3.org/2001/sw/wiki/RDFa_Extractor]</p>
  +
 
  +
 
  +
<div class="row padded">
  +
<div class="half padded">
  +
{{#widget:SlideShare
  +
|id=30349998
  +
|width=615
  +
|height=470
  +
}}
  +
 
  +
</div>
  +
<div class="half padded">
  +
 
  +
== Other Tools ==
  +
 
  +
* ”’[http://getschema.org/microdataextractor/about Microdata2RDF] a REST service returning N-Triples, N3 and JSON”’ 
  +
* ”’[http://getschema.org/rdfaliteextractor-about/ Rdfa2RDF] a REST service returning N-Triples, N3 and JSON ”’
  +
* [http://www.google.com/webmasters/tools/richsnippets Rich Snippets Testing Tool]
  +
* [http://aksw.org/Projects/RDFaCE RDFa Content Editor]
  +
* [http://www.microdatagenerator.com/ Microdata Generator]
  +
* [http://schema-creator.org/ Schema Creator]
  +
* [http://schemaforwordpress.com/ Schema for WordPress]
  +
* [https://github.com/indexzero/node-schema-org A node.js library that retrieves, parses and provides all schemas from schema.org]
  +
* [https://github.com/linclark/MicrodataPHP A PHP Library to Extract Microdata from HTML]
  +
* [http://gitorious.org/microdatajs/microdatajs MicrodataJS]
  +
* [http://schema.rdfs.org/tools.html Schema.org Tools] at rdfs.org
  +
* [http://foolip.org/microdatajs/live/ Live Microdata]
  +
* [http://aksw.org/Projects/RDFaCE RDFaCE-Lite WYSIWYM content editor] supporting both RDFa and Microdata (with Schema.org vocabulary). Published as WordPress plugin.
  +
 
  +
 
  +
</div>
  +
</div>
  +
 
   
   
   
?
{|border="1" valign="top" style="width: 100%;"
 
?
! style="width:100%;padding:5px;"|Apps consuming Schema.org annotations
 
?
|- valign="top"
 
?
|
 
 
[http://ruletheweb.org  <span style="-moz-box-shadow:inset 0px 1px 0px 1px #fff6af;
 
[http://ruletheweb.org  <span style="-moz-box-shadow:inset 0px 1px 0px 1px #fff6af;
 
-webkit-box-shadow:inset 0px 1px 0px 1px #fff6af;
 
-webkit-box-shadow:inset 0px 1px 0px 1px #fff6af;
Line 39: Line 80:
 
padding:6px 16px;
 
padding:6px 16px;
 
text-decoration:none;
 
text-decoration:none;
?
text-shadow:1px 1px 0px #ffee66;">RuleTheWeb!</span>] the Firefox extension consuming Schema.org annotations!
+
text-shadow:1px 1px 0px #ffee66;">RuleTheWeb!</span>] is a Firefox extension consuming Schema.org annotations.
?
|}
+
?
 
+
?
 
+
?
== Tools ==
+
?
* ”'[http://getschema.org/microdataextractor/about Microdata2RDF] a REST service returning N-Triples, N3 and JSON”’ 
+
?
* ”'[http://getschema.org/rdfaliteextractor-about/ Rdfa2RDF] a REST service returning N-Triples, N3 and JSON ”’
+
?
* [http://www.google.com/webmasters/tools/richsnippets Rich Snippets Testing Tool]
+
?
* [http://aksw.org/Projects/RDFaCE RDFa Content Editor]
+
?
* [http://www.microdatagenerator.com/ Microdata Generator]
+
?
* [http://schema-creator.org/ Schema Creator]
+
?
* [http://schemaforwordpress.com/ Schema for WordPress]
+
?
* [https://github.com/indexzero/node-schema-org A node.js library that retrieves, parses and provides all schemas from schema.org]
+
?
* [https://github.com/linclark/MicrodataPHP A PHP Library to Extract Microdata from HTML]
+
?
* [http://gitorious.org/microdatajs/microdatajs MicrodataJS]
+
?
* [http://schema.rdfs.org/tools.html Schema.org Tools] at rdfs.org
+
?
* [http://foolip.org/microdatajs/live/ Live Microdata]
+
?
* [http://aksw.org/Projects/RDFaCE RDFaCE-Lite WYSIWYM content editor] supporting both RDFa and Microdata (with Schema.org vocabulary). Published as WordPress plugin.
+
?
 
+
?
”’Other Guidelines”’
+
?
* http://www.bing.com/webmaster/help/marking-up-your-site-with-structured-data-3a93e731
+
   
   
Line 68: Line 89:
 
|
 
|
 
While creating Schema.org markup from plain HTML might be painful for beginners and time consuming for everybody, this wiki will  help you to easy get Schema.org markup for the most used concepts of Schema.org.  
 
While creating Schema.org markup from plain HTML might be painful for beginners and time consuming for everybody, this wiki will  help you to easy get Schema.org markup for the most used concepts of Schema.org.  
?
* [[The Basics of Semantic Annotations]]
 
?
* [[More on Semantic Annotations]]
 
 
* [[Readings on Semantic Annotations | Others about Semantic Annotations]]
 
* [[Readings on Semantic Annotations | Others about Semantic Annotations]]
  +
* [[Not Appropriate Usage Examples]]
  +
* [[List of websites using Schema.org | List of websites using Schema.org markup]]
  +
* http://www.bing.com/webmaster/help/marking-up-your-site-with-structured-data-3a93e731
 
|}
 
|}
?
 
?
 
?
== Extracting Semantic Annotations==
 
?
Typically, applications need to extract semantic annotations from the web pages and use them to perform artificial reasoning.
 
?
<div class="getschema-container">
 
?
<div class="getschema-left">
 
?
=== Microdata2RDF Service ===
 
?
Microdata extractor is a REST web service to extract RDF data from Microdata annotations and provide the semantic information as [http://www.w3.org/2011/rdf-wg/wiki/N-Triples-Format N-Triples], [http://www.w3.org/TeamSubmission/n3/ N3] and [http://docs.api.talis.com/platform-api/output-types/rdf-json JSON]. The service conforms with the [http://www.w3.org/TR/microdata-rdf/ Microdata2RDF specification] at W3C, but the generation algorithm may be different from the one proposed by the specification. The service is powered by [http://nodejs.org node.js] and uses [https://github.com/tmpvar/jsdom jsdom] library. More information on endpoint, usage and limitations at: [http://getschema.org/microdataextractor/about ”’http://getschema.org/microdataextractor/about”’]
 
?
</div>
 
?
<div class="getschema-right">
 
?
{{#widget:MicrodataExtractor}}
 
?
{{#widget:MicrodataTests}}
 
?
</div>
 
?
</div>
 
?
<div style="clear:both"></div>
 
?
<div class="getschema-container">
 
?
<div class="getschema-left">
 
?
=== RDFa2RDF Service ===
 
?
RDFa extractor is a REST web service to extract RDF data from [http://www.w3.org/TR/rdfa-lite/ RDFa Lite] annotations and provide the semantic information as [http://www.w3.org/2011/rdf-wg/wiki/N-Triples-Format N-Triples], [http://www.w3.org/TeamSubmission/n3/ N3] and [http://docs.api.talis.com/platform-api/output-types/rdf-json JSON]. The service is powered by [http://nodejs.org node.js] and uses [https://github.com/tmpvar/jsdom jsdom] library. More information on endpoint, usage and limitations at: [http://getschema.org/rdfaliteextractor-about/ ”’http://getschema.org/rdfaliteextractor-about/”’]
 
?
</div>
 
?
<div class="getschema-right">
 
?
{{#widget:RDFaExtractor}}
 
?
{{#widget:RDFaLiteTests}}
 
?
</div>
 
?
The service is also listed at the Semantic Web Initiative wiki page  [http://www.w3.org/2001/sw/wiki/RDFa_Extractor http://www.w3.org/2001/sw/wiki/RDFa_Extractor]
 
?
</div>
 

Latest revision as of 14:43, 24 September 2014

Extracting Semantic Annotations

Typically, applications need to extract semantic annotations from the web pages and use them to perform artificial reasoning.

Microdata2RDF Service

Microdata extractor is a REST web service to extract RDF data from Microdata annotations and provide the semantic information as N-Triples, N3 and RDF-JSON. The service conforms with the Microdata2RDF specification at W3C, but the generation algorithm may be different from the one proposed by the specification. The service is powered by node.js and uses jsdom library. More information on endpoint, usage and limitations at: http://getschema.org/microdataextractor/about

Use your own URL:



Or try one of the W3C Test Cases



about this service.

Try our examples

RDFa2RDF Service

RDFa extractor is a REST web service to extract RDF data from RDFa Lite annotations and provide the semantic information as N-Triples, N3 and RDF-JSON. The service is powered by node.js and uses jsdom library. More information on endpoint, usage and limitations at: http://getschema.org/rdfaliteextractor-about/

Use your own URL:



about this service.

Try our examples

The service is also listed at the Semantic Web Initiative wiki page http://www.w3.org/2001/sw/wiki/RDFa_Extractor

Other Tools

RuleTheWeb! is a Firefox extension consuming Schema.org annotations.

Learn More

While creating Schema.org markup from plain HTML might be painful for beginners and time consuming for everybody, this wiki will help you to easy get Schema.org markup for the most used concepts of Schema.org.

Personal tools

Namespaces

Variants

Actions