Main Page

From getSchema

(Difference between revisions)

Jump to: navigation, search

(?Microdata2RDF Service)
 
(51 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
?
{{#widget:TestingPage}}
+
{{#widget:Test}}
  +
{{#widget:TagCloud}}
   
?
== How to DON’T do it ==
 
?
* [[Not Appropriate Usage Examples]]
 
   
  +
== 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"  style="background-color:#f8f8f8">
   
  +
=== 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 [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”’]
   
?
== Websites using Schema.org==
+
{{#widget:MicrodataExtractor}}
  +
 
  +
<div class="row">
  +
{{#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>
   
?
* [[List of websites using Schema.org | List of websites using Schema.org markup]]
 
   
   
   
?
{|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 34: 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 63: 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==
 
?
<div style="float:right; margin-top:-2em">
 
?
{{#widget:Twitter Search
 
?
|query=’#schema OR schema.org OR schemaorg OR RDfa
 
?
|title=Semantic Annotations
 
?
|caption=what people say about semantic annotations
 
?
|height=600
 
?
|width=231
 
?
|interval: 300
 
?
}}{{#widget:Twitter Follow
 
?
|twitter=getSchema
 
?
|what=us
 
?
}}</div>
 
?
 
?
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 [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”’]
 
?
 
?
 
?
==== Extracting semantic annotations from Microdata  ====
 
?
{{#widget:MicrodataExtractor}}
 
?
 
?
 
?
{{#widget:MicrodataTests}}
 
?
 
?
=== 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/”’]
 
?
 
?
 
?
 
?
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]
 
?
 
?
 
?
==== Extracting semantic annotations from RDFa Lite ==== 
 
?
{{#widget:RDFaExtractor}}
 
?
 
?
{{#widget:RDFaLiteTests}}
 
?
 
?
 
?
 
?
== What you can do ==
 
?
Solve everyday annotation problems, debate on discussion pages and document your solutions on the wiki. Start concrete discussions helping others to understand: [[Microdata |”’how”’]] to use, [[Schema.org |”’what”’]] to use, [[Using Schema.org |”’where”’]] to use and [[List of websites using Schema.org| ”’who”’]] uses these concepts. Spread the word – blog it, bulletin board it, tell your friends.Write and share tools (link them up on the wiki). Inspire others with what you build.
 

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