@prefix schema:  <http://schema.org/> .
@prefix skos:          <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms:       <http://purl.org/dc/terms/> .
@prefix cvocab:        <http://open-services.net/ns/core#> .
@prefix cc:            <http://creativecommons.org/ns#> .
@prefix foaf:          <http://xmlns.com/foaf/0.1/> .
@prefix owl:           <http://www.w3.org/2002/07/owl#> .
@prefix rdf:           <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:          <http://www.w3.org/2000/01/rdf-schema#> .
@prefix wdrs:          <http://www.w3.org/2007/05/powder-s#> .
@prefix xsd:           <http://www.w3.org/2001/XMLSchema#> .
@prefix oplslideshare: <http://www.openlinksw.com/schemas/slideshare#> .
@prefix xhv:    <http://www.w3.org/1999/xhtml/vocab#> .

<http://www.openlinksw.com/schemas/slideshare#>
  a owl:Ontology ;
  schema:name "OpenLink Slideshare Ontology" ;
  schema:comment """Ontology that defines entity and relation types used to describe Slideshare.
  Examples include number of downloads, views, comments etc."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  schema:dateCreated "2013-05-18T13:00:00-05:00"^^xsd:dateTime ;
  schema:dateModified "2015-04-22T13:38:00-05:00"^^xsd:dateTime ;
  schema:creator <http://www.openlinksw.com/#this> ;
  wdrs:describedby <http://www.openlinksw.com/schemas/slideshare> ;
  owl:versionInfo "1.0.0"^^xsd:string ;
  owl:imports <http://www.w3.org/1999/02/22-rdf-syntax-ns#> , <http://purl.org/dc/terms/> ;
  <http://open.vocab.org/terms/defines>
    oplslideshare:numDownloads ,
    oplslideshare:numViews ,
    oplslideshare:numComments ,
    oplslideshare:numFavorites ,
    oplslideshare:privacyLevel ,
    oplslideshare:flagVisible ,
    oplslideshare:allowEmbed ,
    oplslideshare:shareWithContacts ;
  schema:about
    oplslideshare:numDownloads ,
    oplslideshare:numViews ,
    oplslideshare:numComments ,
    oplslideshare:numFavorites ,
    oplslideshare:privacyLevel ,
    oplslideshare:flagVisible ,
    oplslideshare:allowEmbed ,
    oplslideshare:shareWithContacts .

<http://www.openlinksw.com/DAV/data/turtle/cartridge_ontologies/slideshare.ttl>
  a foaf:Document ;
  schema:name "OpenLink Slideshare Ontology Description Document (Turtle)" ;
  cc:License <http://creativecommons.org/licenses/by-sa/3.0/> ;
  schema:creator <http://www.openlinksw.com/#this> ;
  schema:comment """This is a turtle document that uses Linked Data oriented content to describe an OpenLink ontology for Slideshare"""@en ;
  foaf:primaryTopic <http://www.openlinksw.com/schemas/slideshare#> ;
  xhv:canonical <http://www.openlinksw.com/schemas/slideshare> ;
  xhv:describes <http://www.openlinksw.com/schemas/slideshare#> ;
  schema:about <http://www.openlinksw.com/schemas/slideshare#> ;
  dcterms:subject <http://www.openlinksw.com/schemas/slideshare#> .

<http://www.openlinksw.com/data/turtle/cartridge_ontologies/slideshare.ttl>
  a foaf:Document ;
  schema:name "OpenLink Slideshare Ontology Description Document (Turtle)" ;
  cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
  schema:creator <http://www.openlinksw.com/#this> ;
  schema:comment """This is a turtle document that uses Linked Data oriented content to describe an OpenLink ontology for Slideshare"""@en ;
  foaf:primaryTopic <http://www.openlinksw.com/schemas/slideshare#> ;
  xhv:canonical <http://www.openlinksw.com/schemas/slideshare> ;
  xhv:describes <http://www.openlinksw.com/schemas/slideshare#> ;
  schema:about <http://www.openlinksw.com/schemas/slideshare#> ;
  dcterms:subject <http://www.openlinksw.com/schemas/slideshare#> .

<http://www.openlinksw.com/schemas/slideshare>
  a foaf:Document ;
  schema:name """OpenLink Slideshare Ontology Description Document"""^^xsd:string ;
  cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
  schema:creator <http://www.openlinksw.com/#this> ;
  schema:comment """This is a document that uses Linked Data oriented content to describe OpenLink Slideshare Ontology."""@en ;
  dcterms:subject <http://www.openlinksw.com/schemas/slideshare#> ;
  foaf:primaryTopic <http://www.openlinksw.com/schemas/slideshare#> ;
  foaf:topic
    oplslideshare:numDownloads ,
    oplslideshare:numViews ,
    oplslideshare:numComments ,
    oplslideshare:numFavorites ,
    oplslideshare:privacyLevel ,
    oplslideshare:flagVisible ,
    oplslideshare:allowEmbed ,
    oplslideshare:shareWithContacts .


oplslideshare:numDownloads
	a owl:DatatypeProperty , rdf:Property ;
	rdfs:isDefinedBy <http://www.openlinksw.com/schemas/slideshare#> ;
	rdfs:label "numDownloads" ;
	skos:altLabel "mumber of downloads" ;
	rdfs:domain owl:Thing ;
	rdfs:range xsd:integer .

oplslideshare:numViews
	a owl:DatatypeProperty , rdf:Property ;
	rdfs:isDefinedBy <http://www.openlinksw.com/schemas/slideshare#> ;
	rdfs:label "numViews" ;
	skos:altLabel "number of views" ;
	rdfs:domain owl:Thing ;
	rdfs:range xsd:integer .

oplslideshare:numComments
	a owl:DatatypeProperty , rdf:Property ;
	rdfs:isDefinedBy <http://www.openlinksw.com/schemas/slideshare#> ;
	rdfs:label "numComments" ;
	skos:altLabel "number of comments" ;
	rdfs:domain owl:Thing ;
	rdfs:range xsd:integer .

oplslideshare:numFavorites
	a owl:DatatypeProperty , rdf:Property ;
	rdfs:isDefinedBy <http://www.openlinksw.com/schemas/slideshare#> ;
	rdfs:label "numFavorites" ;
	skos:altLabel "number of favorites" ;
	rdfs:domain owl:Thing ;
	rdfs:range xsd:integer .

oplslideshare:privacyLevel
	a owl:DatatypeProperty , rdf:Property ;
	rdfs:isDefinedBy <http://www.openlinksw.com/schemas/slideshare#> ;
	rdfs:label "privacyLevel" ;
	skos:altLabel "privacy level" ;
	rdfs:domain owl:Thing ;
	rdfs:range xsd:integer .

oplslideshare:flagVisible
	a owl:DatatypeProperty , rdf:Property ;
	rdfs:isDefinedBy <http://www.openlinksw.com/schemas/slideshare#> ;
	rdfs:label "flagVisible" ;
	skos:altLabel "flag visible" ;
	rdfs:domain owl:Thing ;
	rdfs:range xsd:integer .

oplslideshare:allowEmbed
	a owl:DatatypeProperty , rdf:Property ;
	rdfs:isDefinedBy <http://www.openlinksw.com/schemas/slideshare#> ;
	rdfs:label "allowEmbed" ;
	skos:altLabel "allow embed" ;
	rdfs:domain owl:Thing ;
	rdfs:range xsd:integer .

oplslideshare:shareWithContacts
	a owl:DatatypeProperty , rdf:Property ;
	rdfs:isDefinedBy <http://www.openlinksw.com/schemas/slideshare#> ;
	rdfs:label "shareWithContacts" ;
	skos:altLabel "share with contacts" ;
	rdfs:domain owl:Thing ;
	rdfs:range xsd:integer .
