Skip to content

Instantly share code, notes, and snippets.

@joepio
Created August 30, 2019 12:49
Show Gist options
  • Save joepio/61e3415c98a504c8fcfb8df9b74fa5e8 to your computer and use it in GitHub Desktop.
Save joepio/61e3415c98a504c8fcfb8df9b74fa5e8 to your computer and use it in GitHub Desktop.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix meeting: <https://gist.github.com/deze> .
meeting:Meeting
a rdfs:Class ;
rdfs:label "Meeting"@en .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment