@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix opltw:	<http://www.openlinksw.com/schemas/twitter#> .
opltw:via	rdfs:comment	"Agent used for posting the tweet"@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
opltw:via	skos:altLabel	"via" ;
	rdfs:label	"via" ;
	rdfs:domain	opltw:Tweet ;
	rdfs:range	opltw:Application ;
	rdfs:isDefinedBy	opltw: .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
opltw:via	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
opltw:appLink	rdfs:comment	"Resource for the agent used to post the tweet"@en ;
	skos:altLabel	"application link" ;
	rdfs:label	"appLink" ;
	rdfs:domain	opltw:Application .
@prefix dt:	<http://www.w3.org/2001/XMLSchema#> .
opltw:appLink	rdfs:range	dt:anyURI ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
opltw:id	rdfs:comment	"A Twitter object ID"@en ;
	skos:altLabel	"id" ;
	rdfs:label	"id" ;
	rdfs:domain	opltw:Object ;
	rdfs:range	dt:string ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
opltw:follows	rdfs:comment	"A user followed by this Twitter User"@en ;
	skos:altLabel	"follows" ;
	rdfs:label	"follows" ;
	rdfs:domain	opltw:User ;
	rdfs:range	opltw:User ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	rdf:Property ,
		owl:ObjectProperty .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://www.openlinksw.com/data/turtle/cartridge_ontologies/twitter.ttl>	foaf:primaryTopic	opltw: .
@prefix ns7:	<http://creativecommons.org/ns#> .
<http://www.openlinksw.com/data/turtle/cartridge_ontologies/twitter.ttl>	ns7:license	<http://creativecommons.org/licenses/by-sa/3.0/> .
@prefix schema:	<http://schema.org/> .
<http://www.openlinksw.com/data/turtle/cartridge_ontologies/twitter.ttl>	schema:name	"OpenLink Twitter Ontology Description Document (Turtle)" .
@prefix dcterms:	<http://purl.org/dc/terms/> .
<http://www.openlinksw.com/data/turtle/cartridge_ontologies/twitter.ttl>	dcterms:subject	opltw: .
@prefix xhv:	<http://www.w3.org/1999/xhtml/vocab#> .
@prefix ns11:	<http://www.openlinksw.com/schemas/> .
<http://www.openlinksw.com/data/turtle/cartridge_ontologies/twitter.ttl>	xhv:canonical	ns11:twitter ;
	schema:about	opltw: ;
	schema:comment	"This is a turtle document that uses Linked Data oriented content to describe an OpenLink ontology for Twitter"@en .
@prefix ns12:	<http://www.openlinksw.com/#> .
<http://www.openlinksw.com/data/turtle/cartridge_ontologies/twitter.ttl>	schema:creator	ns12:this ;
	rdf:type	foaf:Document ;
	xhv:describes	opltw: .
opltw:	dcterms:title	"OpenLink Twitter Ontology" .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
opltw:	wdrs:describedby	ns11:twitter ;
	schema:name	"OpenLink Twitter Ontology" ;
	owl:versionInfo	"1.0.0"^^dt:string ;
	owl:imports	rdf: ,
		dcterms: .
@prefix openvocab:	<http://open.vocab.org/terms/> .
opltw:	openvocab:defines	opltw:favoritesCount ,
		opltw:followedBy ,
		opltw:followersCount ,
		opltw:friendsCount ,
		opltw:hasCard ,
		opltw:hasFavorite ,
		opltw:madeTweet ,
		opltw:publicProfileURL ,
		opltw:screenName ,
		opltw:statusesCount ,
		opltw:via ,
		opltw:appLink ,
		opltw:id ,
		opltw:follows ,
		opltw:followsCount ,
		opltw:Object ,
		opltw:Card ,
		opltw:SummaryCard ,
		opltw:PhotoCard ,
		opltw:PlayerCard ,
		opltw:Tweet ,
		opltw:User ,
		opltw:Application ;
	schema:about	opltw:statusesCount ,
		opltw:publicProfileURL ,
		opltw:screenName ,
		opltw:followedBy ,
		opltw:followersCount ,
		opltw:favoritesCount ,
		opltw:via ,
		opltw:hasFavorite ,
		opltw:madeTweet ,
		opltw:friendsCount ,
		opltw:hasCard ,
		opltw:followsCount ,
		opltw:follows ,
		opltw:appLink ,
		opltw:id ,
		opltw:PhotoCard ,
		opltw:PlayerCard ,
		opltw:Card ,
		opltw:SummaryCard ,
		opltw:Application ,
		opltw:Tweet ,
		opltw:User ,
		opltw:Object ;
	schema:comment	"Ontology that defines entity and relation types used to describe Twitter.\r\n  Examples include tweets, cards, users etc."@en ;
	schema:creator	ns12:this ;
	schema:dateCreated	"2013-05-18T13:00:00-05:00"^^dt:dateTime ;
	schema:dateModified	"2015-04-22T13:38:00-05:00"^^dt:dateTime ;
	rdf:type	owl:Ontology .
ns11:twitter	foaf:primaryTopic	opltw: ;
	foaf:topic	opltw:id ,
		opltw:appLink ,
		opltw:follows ,
		opltw:followsCount ,
		opltw:via ,
		opltw:Object ,
		opltw:Tweet ,
		opltw:User ,
		opltw:Application ,
		opltw:Card ,
		opltw:SummaryCard ,
		opltw:PhotoCard ,
		opltw:PlayerCard ,
		opltw:friendsCount ,
		opltw:hasCard ,
		opltw:hasFavorite ,
		opltw:madeTweet ,
		opltw:favoritesCount ,
		opltw:followedBy ,
		opltw:followersCount ,
		opltw:publicProfileURL ,
		opltw:screenName ,
		opltw:statusesCount ;
	ns7:license	<http://creativecommons.org/licenses/by-sa/3.0/> ;
	schema:name	"OpenLink Twitter Ontology Description Document"^^dt:string ;
	dcterms:subject	opltw: ;
	schema:comment	"This is a document that uses Linked Data oriented content to describe OpenLink Twitter Ontology."@en ;
	schema:creator	ns12:this ;
	rdf:type	foaf:Document .
opltw:Object	rdfs:comment	"A base class representing all Twitter objects"@en ;
	rdfs:label	"Twitter object" ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:Class .
opltw:Card	rdfs:subClassOf	opltw:Object ;
	rdfs:comment	"Meta-class for all kinds of Twitter card resources found on a webpage"@en ;
	rdfs:label	"Twitter Card" ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:Class .
opltw:SummaryCard	rdfs:subClassOf	opltw:Card ;
	rdfs:comment	"A summary card for a Twitter resource found on a webpage"@en ;
	rdfs:label	"Twitter Summary Card" ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:Class .
opltw:PhotoCard	rdfs:subClassOf	opltw:Card ;
	rdfs:comment	"A photo card for a Twitter resource found on a webpage"@en ;
	rdfs:label	"Twitter Photo Card" ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:Class .
opltw:PlayerCard	rdfs:subClassOf	opltw:Card ;
	rdfs:comment	"A media player card for a Twitter resource found on a webpage"@en ;
	rdfs:label	"Twitter Media Player Card" ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:Class .
opltw:Tweet	rdfs:subClassOf	opltw:Object ;
	rdfs:comment	"Tweets are the atomic building blocks of Twitter, 140-character status updates with additional associated metadata"@en ;
	rdfs:label	"Tweet" ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:Class .
opltw:User	rdfs:subClassOf	opltw:Object .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
opltw:User	rdfs:subClassOf	sioc:UserAccount .
@prefix virtrdfmec:	<http://www.openlinksw.com/schemas/virtrdf-meta-entity-class#> .
opltw:User	rdfs:subClassOf	virtrdfmec:Person ,
		foaf:Agent ;
	rdfs:comment	"A Twitter User"@en ;
	rdfs:label	"Twitter User" ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:Class .
opltw:Application	rdfs:subClassOf	opltw:Object ;
	rdfs:comment	"Application used to generate tweets"@en ;
	rdfs:label	"Twitter application" ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:Class .
<http://www.openlinksw.com/DAV/data/turtle/cartridge_ontologies/twitter.ttl>	foaf:primaryTopic	opltw: ;
	schema:name	"OpenLink Twitter Ontology Description Document (Turtle)" ;
	dcterms:subject	opltw: ;
	xhv:canonical	ns11:twitter ;
	ns7:License	<http://creativecommons.org/licenses/by-sa/3.0/> ;
	schema:about	opltw: ;
	schema:comment	"This is a turtle document that uses Linked Data oriented content to describe an OpenLink ontology for Twitter"@en ;
	schema:creator	ns12:this ;
	rdf:type	foaf:Document ;
	xhv:describes	opltw: .
opltw:favoritesCount	rdfs:comment	"The number of tweets (statuses) tagged by this user as being a favorite"@en ;
	skos:altLabel	"favorites count" ;
	rdfs:label	"favoritesCount" ;
	rdfs:domain	opltw:User ;
	rdfs:range	dt:integer ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
opltw:followedBy	rdfs:comment	"A user following this Twitter User"@en ;
	skos:altLabel	"followed by" ;
	rdfs:label	"followedBy" ;
	rdfs:domain	opltw:User ;
	rdfs:range	opltw:User ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	rdf:Property ,
		owl:ObjectProperty .
opltw:followersCount	rdfs:comment	"The number of followers a Twitter User has"@en ;
	skos:altLabel	"followers count" ;
	rdfs:label	"followersCount" ;
	rdfs:domain	opltw:User ;
	rdfs:range	dt:integer ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	rdf:Property ,
		owl:DatatypeProperty .
opltw:friendsCount	rdfs:comment	"The number of friend who follow this Twitter User. Friendship is a computed relationship type that symmetric in nature (i.e, reciprocal)"@en ;
	skos:altLabel	"friends count" ;
	rdfs:label	"friendsCount" ;
	rdfs:domain	opltw:User ;
	rdfs:range	dt:integer ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
opltw:hasCard	rdfs:comment	"Link to a Twitter card summarizing the current resource"@en ;
	skos:altLabel	"twitter card" ;
	rdfs:label	"hasCard" ;
	rdfs:domain	dt:anyURI ;
	rdfs:range	opltw:Card ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
opltw:hasFavorite	rdfs:comment	"Identifies a tweet marked as being amongst a user's favorites"@en ;
	skos:altLabel	"favorite" ;
	rdfs:label	"hasFavorite" ;
	rdfs:domain	opltw:User ;
	rdfs:range	opltw:Tweet ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	rdf:Property ,
		owl:ObjectProperty .
opltw:madeTweet	rdfs:comment	"A tweet created by this Twitter User"@en ;
	skos:altLabel	"made tweet" ;
	rdfs:label	"madeTweet" ;
	rdfs:domain	opltw:User ;
	rdfs:range	opltw:Tweet ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	rdf:Property ,
		owl:ObjectProperty .
opltw:publicProfileURL	rdfs:comment	"URL to a Twitter User's public profile / home page"@en ;
	skos:altLabel	"twitter profile url" ;
	rdfs:label	"publicProfileURL" ;
	rdfs:domain	opltw:User ;
	rdfs:range	dt:anyURI ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
opltw:screenName	rdfs:comment	"Twitter account name"@en ;
	skos:altLabel	"screen name" ;
	rdfs:label	"screenName" ;
	rdfs:domain	opltw:User ;
	rdfs:range	dt:string ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
opltw:statusesCount	rdfs:comment	"The number of tweets (statuses) posted by this user"@en ;
	skos:altLabel	"statuses count" ;
	rdfs:label	"statusesCount" ;
	rdfs:domain	opltw:User ;
	rdfs:range	dt:integer ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
opltw:followsCount	rdfs:comment	"The number of users followed by this Twitter User "@en ;
	skos:altLabel	"follows count" ;
	rdfs:label	"followsCount" ;
	rdfs:domain	opltw:User ;
	rdfs:range	dt:integer ;
	rdfs:isDefinedBy	opltw: ;
	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
