@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix openvocab:	<http://open.vocab.org/terms/> .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
openvocab:defines	owl:inverseOf	wdrs:describedby .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns4:	<https://github.com/#> .
ns4:this	skos:prefLabel	"GitHub HTTPS Depot" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns4:this	rdfs:comment	"GitHub HTTPS accessible Installer Archive Depot" ;
	rdfs:label	"GitHub HTTPS Depot" ;
	rdfs:isDefinedBy	<http://www.openlinksw.com/ontology/depot#> .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns7:	<http://www.openlinksw.com/ontology/depot#> .
ns4:this	rdf:type	ns7:Depot ;
	ns7:hasAccessProtocol	ns7:HTTPS .
@prefix ns8:	<http://opldownload.s3.amazonaws.com/#> .
ns8:this	skos:prefLabel	"OpenLink Download Amazon S3 HTTP Depot" ;
	rdfs:comment	"OpenLink Download Amazon S3 HTTP accessible Installer Archive Depot" ;
	rdfs:label	"OpenLink Download Amazon S3 HTTP Depot" ;
	rdfs:isDefinedBy	ns7: ;
	rdf:type	ns7:Depot ;
	ns7:hasAccessProtocol	ns7:HTTP .
@prefix ns9:	<https://opldownload.s3.amazonaws.com/#> .
ns9:this	skos:prefLabel	"OpenLink Download Amazon S3 HTTPS Depot" ;
	rdfs:comment	"OpenLink Download Amazon S3 HTTPS accessible Installer Archive Depot" ;
	rdfs:label	"OpenLink Download Amazon S3 HTTPS Depot" ;
	rdfs:isDefinedBy	ns7: ;
	rdf:type	ns7:Depot ;
	ns7:hasAccessProtocol	ns7:HTTPS .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://www.openlinksw.com/DAV/data/turtle/depot.ttl>	foaf:primaryTopic	ns7: .
@prefix ns11:	<http://creativecommons.org/ns#> .
<http://www.openlinksw.com/DAV/data/turtle/depot.ttl>	ns11:license	<http://creativecommons.org/licenses/by-sa/3.0/> .
@prefix dcterms:	<http://purl.org/dc/terms/> .
<http://www.openlinksw.com/DAV/data/turtle/depot.ttl>	dcterms:subject	ns7: ;
	rdfs:comment	"This is a turtle document that uses Linked Data oriented content to describe OpenLink Depot Ontology."@en .
@prefix xhv:	<http://www.w3.org/1999/xhtml/vocab#> .
@prefix ns14:	<http://www.openlinksw.com/ontology/> .
<http://www.openlinksw.com/DAV/data/turtle/depot.ttl>	xhv:canonical	ns14:depot ;
	rdfs:label	"OpenLink Depot Ontology Description Document (Turtle)" .
@prefix schema:	<http://schema.org/> .
<http://www.openlinksw.com/DAV/data/turtle/depot.ttl>	schema:about	ns7: .
@prefix ns16:	<http://www.openlinksw.com/#> .
<http://www.openlinksw.com/DAV/data/turtle/depot.ttl>	schema:creator	ns16:this .
@prefix dt:	<http://www.w3.org/2001/XMLSchema#> .
<http://www.openlinksw.com/DAV/data/turtle/depot.ttl>	schema:dateCreated	"2015-09-03T13:00:00-05:00"^^dt:dateTime ;
	schema:dateModified	"2017-05-03T10:38:00-05:00"^^dt:dateTime .
@prefix ldp:	<http://www.w3.org/ns/ldp#> .
<http://www.openlinksw.com/DAV/data/turtle/depot.ttl>	rdf:type	ldp:Resource ,
		schema:TechArticle ,
		foaf:Document ,
		rdfs:Resource ;
	xhv:describes	ns7: .
ns7:	wdrs:describedby	ns14:depot ;
	rdfs:comment	"Ontology that defines entity and relation types used to describe OpenLink Installers Archives Depots. Examples include\r\n  protocol of a given depot such as HTTP or HTTPS, types such as Amazon S3 or OpenLink Download server."@en ;
	owl:versionInfo	"1.0.0"^^dt:string ;
	rdfs:label	"OpenLink Installers Archives Depots Ontology"^^dt:string ;
	owl:imports	rdf: .
@prefix ns19:	<http://purl.org/goodrelations/> .
ns7:	owl:imports	ns19:v1 ,
		owl: ,
		foaf: ,
		dcterms: ,
		<http://www.openlinksw.com/ontology/installers#> ;
	openvocab:defines	ns9:this ,
		ns4:this ,
		ns8:this .
@prefix ns20:	<https://download.openlinksw.com/#> .
ns7:	openvocab:defines	ns20:this .
@prefix ns21:	<http://s3.amazonaws.com/#> .
ns7:	openvocab:defines	ns21:this .
@prefix ns22:	<https://s3.amazonaws.com/#> .
ns7:	openvocab:defines	ns22:this ,
		ns7:HTTP ,
		ns7:HTTPS .
@prefix ns23:	<http://download.openlinksw.com/#> .
ns7:	openvocab:defines	ns23:this ,
		ns7:Depot ,
		ns7:Protocol ,
		ns7:hasDepot ,
		ns7:hasAccessProtocol ,
		ns7:FTP ;
	schema:about	ns4:this ,
		ns7:FTP ,
		ns7:Protocol ,
		ns7:hasDepot ,
		ns7:Depot ,
		ns22:this ,
		ns20:this ,
		ns21:this ,
		ns7:HTTPS ,
		ns23:this ,
		ns7:HTTP ,
		ns7:hasAccessProtocol ,
		ns9:this ,
		ns8:this ;
	schema:creator	ns16:this ;
	schema:dateCreated	"2015-09-03T13:00:00-05:00"^^dt:dateTime ;
	schema:dateModified	"2017-05-03T10:38:00-05:00"^^dt:dateTime ;
	rdf:type	owl:Ontology .
ns14:depot	foaf:primaryTopic	ns7: ;
	foaf:topic	ns4:this ,
		ns7:Depot ,
		ns7:Protocol ,
		ns7:hasDepot ,
		ns7:HTTP ,
		ns7:HTTPS ,
		ns23:this ,
		ns20:this ,
		ns21:this ,
		ns7:FTP ,
		ns22:this ,
		ns9:this ,
		ns7:hasAccessProtocol ,
		ns8:this .
@prefix ns24:	<http://download3.openlinksw.com.s3.amazonaws.com/#> .
ns14:depot	foaf:topic	ns24:this .
@prefix ns25:	<https://download3.openlinksw.com.s3.amazonaws.com/#> .
ns14:depot	foaf:topic	ns25:this .
@prefix ns26:	<http://download3.openlinksw.com/#> .
ns14:depot	foaf:topic	ns26:this ;
	ns11:license	<http://creativecommons.org/licenses/by-sa/3.0/> ;
	dcterms:subject	ns7: ;
	rdfs:comment	"This is a document that uses Linked Data oriented content to describe OpenLink Depot Ontology."@en ;
	rdfs:label	"OpenLink Depot Ontology Description Document"^^dt:string ;
	schema:creator	ns16:this ;
	schema:dateCreated	"2015-09-03T13:00:00-05:00"^^dt:dateTime ;
	schema:dateModified	"2017-05-03T10:38:00-05:00"^^dt:dateTime ;
	rdf:type	schema:TechArticle ,
		foaf:Document .
ns7:Depot	rdfs:subClassOf	rdfs:Resource ;
	rdfs:comment	"A resource access point"@en ;
	rdfs:label	"Depot"^^dt:string ;
	rdfs:isDefinedBy	ns7: ;
	rdf:type	owl:Class .
ns7:Protocol	rdfs:subClassOf	rdfs:Resource ;
	rdfs:comment	"A Protocol part of the Internet Protocol Suite."@en ;
	rdfs:label	"Protocol"^^dt:string ;
	rdfs:isDefinedBy	ns7: ;
	rdf:type	owl:Class .
ns7:hasDepot	rdfs:comment	"Associates an Installer Archive with a Depot"@en ;
	rdfs:label	"hasDepot"^^dt:string .
@prefix ns27:	<http://www.openlinksw.com/ontology/installers#> .
ns7:hasDepot	rdfs:domain	ns27:InstallerArchive ,
		ns27:ProgramFile ;
	rdfs:range	ns7:Depot ;
	rdfs:isDefinedBy	ns7: ;
	rdf:type	rdf:Property ,
		owl:ObjectProperty .
ns7:HTTP	rdfs:label	"HTTP" ;
	rdfs:isDefinedBy	ns7: ;
	rdf:type	ns7:Protocol ;
	rdf:comment	"HTTP Protocol" .
ns7:HTTPS	rdfs:label	"HTTPS" ;
	rdfs:isDefinedBy	ns7: ;
	rdf:type	ns7:Protocol ;
	rdf:comment	"HTTPS Protocol" .
ns23:this	skos:prefLabel	"OpenLink Download Server HTTP Depot" ;
	rdfs:comment	"OpenLink Download Server HTTP accessible Installer Archive Depot" ;
	rdfs:label	"OpenLink Download Server HTTP Depot" ;
	rdfs:isDefinedBy	ns7: ;
	rdf:type	ns7:Depot ;
	ns7:hasAccessProtocol	ns7:HTTP .
ns20:this	skos:prefLabel	"OpenLink Download Server HTTPS Depot" ;
	rdfs:comment	"OpenLink Download Server HTTPS accessible Installer Archive Depot" ;
	rdfs:label	"OpenLink Download Server HTTPS Depot" ;
	rdfs:isDefinedBy	ns7: ;
	rdf:type	ns7:Depot ;
	ns7:hasAccessProtocol	ns7:HTTPS .
ns21:this	skos:prefLabel	"Amazon S3 HTTP Depot" ;
	rdfs:comment	"Amazon S3 HTTP accessible Installer Archive Depot" ;
	rdfs:label	"OpenLink Amazon S3 HTTP Depot" ;
	rdfs:isDefinedBy	ns7: ;
	rdf:type	ns7:Depot ;
	ns7:hasAccessProtocol	ns7:HTTP .
ns22:this	skos:prefLabel	"Amazon S3 HTTPS Depot" ;
	rdfs:comment	"Amazon S3 HTTPS accessible Installer Archive Depot" ;
	rdfs:label	"OpenLink Amazon S3 HTTPS Depot" ;
	rdfs:isDefinedBy	ns7: ;
	rdf:type	ns7:Depot ;
	ns7:hasAccessProtocol	ns7:HTTPS .
<http://www.openlinksw.com/data/turtle/depot.ttl>	foaf:primaryTopic	ns7: ;
	ns11:license	<http://creativecommons.org/licenses/by-sa/3.0/> ;
	dcterms:subject	ns7: ;
	rdfs:comment	"This is a turtle document that uses Linked Data oriented content to describe OpenLink Depot Ontology."@en ;
	xhv:canonical	ns14:depot ;
	rdfs:label	"OpenLink Depot Ontology Description Document (Turtle)" ;
	schema:about	ns7: ;
	schema:creator	ns16:this ;
	schema:dateCreated	"2015-09-03T13:00:00-05:00"^^dt:dateTime ;
	schema:dateModified	"2017-05-03T10:38:00-05:00"^^dt:dateTime ;
	rdf:type	foaf:Document ;
	xhv:describes	ns7: .
ns7:hasAccessProtocol	rdfs:comment	"Associates an Installer Archive Depot with Resource Access Protocol"@en ;
	rdfs:label	"hasAccessProtocol"^^dt:string ;
	rdfs:domain	ns7:Depot ;
	rdfs:range	ns7:Protocol ;
	rdfs:isDefinedBy	ns7: ;
	rdf:type	rdf:Property ,
		owl:ObjectProperty .
ns26:this	skos:prefLabel	"OpenLink Download Amazon S3 HTTP Depot" ;
	rdfs:comment	"OpenLink Download Amazon S3 HTTP accessible Installer Archive Depot" ;
	rdfs:label	"OpenLink Download Amazon S3 HTTP Depot" ;
	rdfs:isDefinedBy	ns7: ;
	owl:sameAs	ns24:this ;
	rdf:type	ns7:Depot ;
	ns7:hasAccessProtocol	ns7:HTTP .
ns24:this	skos:prefLabel	"OpenLink Download Amazon S3 HTTP Depot" ;
	rdfs:comment	"OpenLink Download Amazon S3 HTTP accessible Installer Archive Depot" ;
	rdfs:label	"OpenLink Download Amazon S3 HTTP Depot" ;
	rdfs:isDefinedBy	ns7: ;
	rdf:type	ns7:Depot ;
	ns7:hasAccessProtocol	ns7:HTTP .
ns25:this	skos:prefLabel	"OpenLink Download Amazon S3 HTTPS Depot" ;
	rdfs:comment	"OpenLink Download Amazon S3 HTTPS accessible Installer Archive Depot" ;
	rdfs:label	"OpenLink Download Amazon S3 HTTPS Depot" ;
	rdfs:isDefinedBy	ns7: ;
	rdf:type	ns7:Depot ;
	ns7:hasAccessProtocol	ns7:HTTPS .
ns7:FTP	rdfs:label	"FTP" ;
	rdfs:isDefinedBy	ns7: ;
	rdf:type	ns7:Protocol ;
	rdf:comment	"FTP Protocol" .
