Skip to content

Instantly share code, notes, and snippets.

@csarven
Last active February 7, 2016 19:38
Show Gist options
  • Select an option

  • Save csarven/0181cc66d401495803d3 to your computer and use it in GitHub Desktop.

Select an option

Save csarven/0181cc66d401495803d3 to your computer and use it in GitHub Desktop.

Revisions

  1. csarven revised this gist Jun 9, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions useSchemaOrg.sed
    Original file line number Diff line number Diff line change
    @@ -14,6 +14,7 @@ s/dcterms:issued/schema:datePublished/g
    s/dcterms:isPartOf/schema:isPartOf/g
    s/dcterms:modified/schema:dateModified/g
    s/dcterms:publisher/schema:publisher/g
    s/dcterms:relation/schema:relatedLink/g
    s/dcterms:references/schema:citation/g
    s/dcterms:source/schema:isBasedOnUrl/g
    s/dcterms:subject/schema:about/g
  2. csarven revised this gist Jun 9, 2015. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion useSchemaOrg.sed
    Original file line number Diff line number Diff line change
    @@ -11,14 +11,15 @@ s/dcterms:creator/schema:creator/g
    s/dcterms:description/schema:description/g
    s/dcterms:hasPart/schema:hasPart/g
    s/dcterms:issued/schema:datePublished/g
    s/dcterms:isPartOf/schema:isPartOf/g
    s/dcterms:modified/schema:dateModified/g
    s/dcterms:publisher/schema:publisher/g
    s/dcterms:references/schema:citation/g
    s/dcterms:source/schema:isBasedOnUrl/g
    s/dcterms:subject/schema:about/g
    s/dcterms:title/schema:name/g
    s/foaf:depiction/schema:image/g
    s/foaf:Document/schema:ScholarlyArticle/g
    s/foaf:Document/schema:CreativeWork/g
    s/foaf:familyName/schema:familyName/g
    s/foaf:givenName/schema:givenName/g
    s/foaf:homepage/schema:url/g
  3. csarven created this gist Jun 8, 2015.
    31 changes: 31 additions & 0 deletions useSchemaOrg.sed
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    s/biblio:Paper/schema:ScholarlyArticle/g
    s/bibo:shortTitle/schema:alternateName/g
    s/cal:dtend/schema:endDate/g
    s/cal:dtstart/schema:startDate/g
    s/cal:location/schema:location/g
    s/cal:Vevent/schema:Event/g
    s/cc:license/schema:license/g
    s/dcterms:abstract/schema:abstract/g
    s/dcterms:contributor/schema:contributor/g
    s/dcterms:creator/schema:creator/g
    s/dcterms:description/schema:description/g
    s/dcterms:hasPart/schema:hasPart/g
    s/dcterms:issued/schema:datePublished/g
    s/dcterms:modified/schema:dateModified/g
    s/dcterms:publisher/schema:publisher/g
    s/dcterms:references/schema:citation/g
    s/dcterms:source/schema:isBasedOnUrl/g
    s/dcterms:subject/schema:about/g
    s/dcterms:title/schema:name/g
    s/foaf:depiction/schema:image/g
    s/foaf:Document/schema:ScholarlyArticle/g
    s/foaf:familyName/schema:familyName/g
    s/foaf:givenName/schema:givenName/g
    s/foaf:homepage/schema:url/g
    s/foaf:knows/schema:knows/g
    s/foaf:mbox/schema:email/g
    s/foaf:name/schema:name/g
    s/foaf:Organization/schema:Organization/g
    s/foaf:page/schema:url/g
    s/foaf:Person/schema:Person/g
    s/org:memberOf/schema:memberOf/g