PREFIX rdf: PREFIX rdfs: PREFIX xsd: PREFIX ex: BASE ex:PostSh { a [ ] ; xsd:string? // rdfs:label '''articleBody''' // rdfs:comment '''The actual body of the article. ''' ; xsd:date // rdfs:label '''uploadDate''' // rdfs:comment '''Date when this media object was uploaded to this site.''' ; IRI ? // rdfs:label '''image''' // rdfs:comment '''A media object that encodes this CreativeWork. This property is a synonym for encoding.''' ; IRI // rdfs:label '''publisher''' // rdfs:comment '''The publisher of the creative work.''' ; } // rdfs:label '''SocialMediaPost''' // rdfs:comment '''A post to a social media platform, including blog posts, tweets, Facebook posts, etc.'''