Mobile app version of vmapp.org
Login or Join
Pierce454

: Schema.org hierarchy as XML I am intersted in using the Schema.org hierarchy to help users define "things" that they add to my custom CMS. For example if they wanted to add a "person" to my

@Pierce454

Posted in: #SchemaOrg #Xml

I am intersted in using the Schema.org hierarchy to help users define "things" that they add to my custom CMS.
For example if they wanted to add a "person" to my CMS, they would have to add all the fields from Thing and Person.

I am looking for an XML document or some other document that I can parse to generate the hierarchy of required fields.

A tree of elements with their fields and data types would be perfect.

Basically I am looking for this entire document in XML format or some other computer readable format (JSON, ect.): schema.org/docs/full.html

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Pierce454

2 Comments

Sorted by latest first Latest Oldest Best

 

@Ann8826881

The canonical, machine-readable representation of Schema.org is in HTML+RDFa:
schema.org/docs/schema_org_rdfa.html
Each Schema.org release (starting from 2.0) is available as a frozen snapshot in HTML+RDFa (example for 2.0) and in N-Triples (example for 2.0).

An experimental JSON(-LD) version, and an obsolete RDF/XML snapshot are available, too.

10% popularity Vote Up Vote Down


 

@Cody1181609

I believe you are looking for schema.rdfs.org - pertinent links:


RDF/XML
JSON
CSV

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme