Skip to content

Instantly share code, notes, and snippets.

@csarven
Last active February 7, 2016 19:38
Show Gist options
  • Save csarven/0181cc66d401495803d3 to your computer and use it in GitHub Desktop.
Save csarven/0181cc66d401495803d3 to your computer and use it in GitHub Desktop.
Replacing non-schema.org terms (in Linked Research) with schema.org
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: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
s/dcterms:title/schema:name/g
s/foaf:depiction/schema:image/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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment