@prefix : <http://www.eclap.eu/schema/eclap/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix protege: <http://protege.stanford.edu/plugins/owl/protege#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsp: <http://www.owl-ontologies.com/2005/08/07/xsp.owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix dcam: <http://purl.org/dc/dcam/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix swrl: <http://www.w3.org/2003/11/swrl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix swrlb: <http://www.w3.org/2003/11/swrlb#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cc: <http://creativecommons.org/ns#> .

<http://www.eclap.eu/schema/eclap/> a owl:Ontology , <http://purl.org/vocommons/voaf#Vocabulary> ;
	vann:preferredNamespacePrefix "eclap" ;
	vann:preferredNamespaceUri "http://www.eclap.eu/schema/eclap/" ;
	cc:license <http://creativecommons.org/licenses/by/3.0/> ;
	dcterms:title "ECLAP, Performing Arts Vocabulary"@en ;
	dc:description """The ECLAP vocabulary provide classes and properties for the description of multimedia content related with performing arts. It includes classes for the description of the kind of media used (Video, Audio, Document, etc.), classes for the description of annotations on media (One2One, Explosive), it includes properties for people involved in the creation process as performing arts professionals like (director, actor, mime, clown, etc.), an it includes properties relating the Users with content, groups and annotations, more details can be found on http://www.disit.org/6038.

The vocabulary is available under the cc-by license."""@en ;
	owl:versionInfo "1.0"^^xsd:decimal ;
	dcterms:issued "2014-09-04" ;
	dcterms:modified "2014-09-04" ;
	dc:creator "Pierfrancesco Bellini" , "Paolo Nesi" ;
	dc:publisher "DISIT Lab, University of Florence, Italy" ;
	dcterms:rights "Copyright, DISIT Lab, University of Florence, Italy, available under the creative commons attribution license - http://creativecommons.org/licenses/by/3.0/" ;
	owl:imports <http://www.w3.org/2004/02/skos/core> , <http://www.w3.org/ns/oa#> , <http://xmlns.com/foaf/0.1/> , <http://purl.org/dc/terms/> .

:acrobat a owl:ObjectProperty ;
	rdfs:label "acrobat"@en ;
	rdfs:comment "Indicates the name of an \"acrobat\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:adaptator a owl:ObjectProperty ;
	rdfs:label "adaptor"@en ;
	rdfs:comment "Indicates the name of an \"adaptor\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:architect a owl:ObjectProperty ;
	rdfs:label "architect"@en ;
	rdfs:comment "Indicates the name of an \"architect\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:cast a owl:ObjectProperty ;
	rdfs:label "cast"@en ;
	rdfs:comment "Indicates name or names in the cast"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performersAndCrew .

:choreographer a owl:ObjectProperty ;
	rdfs:label "choreographer"@en ;
	rdfs:comment "Indicates the name of an \"choreographer\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:director a owl:ObjectProperty ;
	rdfs:label "director"@en ;
	rdfs:comment "Indicates the name of a \"director\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:isSubjectOf a owl:ObjectProperty ;
	rdfs:label "isSubjectOf"@en ;
	rdfs:comment "Indicates that the concept is the subject of a creative work"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:domain skos:Concept .

:mime a owl:ObjectProperty ;
	rdfs:label "mime"@en ;
	rdfs:comment "Indicates the name of a \"mime\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:plotSummary a owl:ObjectProperty ;
	rdfs:label "plot summary"@en ;
	rdfs:comment "Indicates the summary of the plot of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:abstract .

:translator a owl:ObjectProperty ;
	rdfs:label "translator"@en ;
	rdfs:comment "Indicates the name of a \"translator\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:actor a owl:ObjectProperty ;
	rdfs:label "actor"@en ;
	rdfs:comment "Indicates the name of an \"actor\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:admin a owl:ObjectProperty ;
	rdfs:label "admin"@en ;
	rdfs:comment "Indicates the User that is the administrator of a group"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:range :User ;
	rdfs:domain foaf:Group ;
	rdfs:subPropertyOf foaf:member .

:artisticMovementAndActingStyle a owl:ObjectProperty ;
	rdfs:label "artistic movement and acting style"@en ;
	rdfs:comment "Indicates the artistic momement and acting style used for the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:type .

:assistantDirector a owl:ObjectProperty ;
	rdfs:label "assistant director"@en ;
	rdfs:comment "Indicates the name of an \"assistant director\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:casting a owl:ObjectProperty ;
	rdfs:label "casting"@en ;
	rdfs:comment "Indicates the name of a \"casting\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:clown a owl:ObjectProperty ;
	rdfs:label "clown"@en ;
	rdfs:comment "Indicates the name of a \"clown\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:composer a owl:ObjectProperty ;
	rdfs:label "composer"@en ;
	rdfs:comment "Indicates the name of a \"composer\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:conceptOriginator a owl:ObjectProperty ;
	rdfs:label "concept originator"@en ;
	rdfs:comment "Indicates the name of a \"concept originator\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:costumeDesigner a owl:ObjectProperty ;
	rdfs:label "costume designer"@en ;
	rdfs:comment "Indicates the name of a \"costume designer\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:createdAnnotation a owl:ObjectProperty ;
	rdfs:label "created annotation"@en ;
	rdfs:comment "Indicates an annotation created by an User"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:domain :User ;
	rdfs:range <http://www.w3.org/ns/oa#Annotation> ;
	owl:inverseOf <http://www.w3.org/ns/oa#annotatedBy> .

:critic a owl:ObjectProperty ;
	rdfs:label "critic"@en ;
	rdfs:comment "Indicates the name of a \"critic\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:dancer a owl:ObjectProperty ;
	rdfs:label "dancer"@en ;
	rdfs:comment "Indicates the name of a \"dancer\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:dramaturge a owl:ObjectProperty ;
	rdfs:label "dramaturge"@en ;
	rdfs:comment "Indicates the name of a \"dramaturge\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:firstPerformanceCity a owl:ObjectProperty ;
	rdfs:label "first performance city"@en ;
	rdfs:comment "Indicates the city where the first performance (or premiere) of the performance depicted/referred in the resource was held"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:spatial .

:firstPerformanceCountry a owl:ObjectProperty ;
	rdfs:label "first performance country"@en ;
	rdfs:comment "Indicates the country where the first performance (or premiere) of the performance depicted/referred in the resource was held"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:spatial .

:firstPerformancePlace a owl:ObjectProperty ;
	rdfs:label "first performance place"@en ;
	rdfs:comment "Indicates the place (e.g, the theatre) where the first performance (or premiere) of the performance depicted/referred in the resource was held"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:spatial .

:genre a owl:ObjectProperty ;
	rdfs:label "genre"@en ;
	rdfs:comment "Indicates the genre of the creative work"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:type .

:hairdresser a owl:ObjectProperty ;
	rdfs:label "hairdresser"@en ;
	rdfs:comment "Indicates the name of a \"hairdresser\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:hasAnnotation a owl:ObjectProperty ;
	rdfs:label "has annotation"@en ;
	rdfs:comment "Indicates the annotation associated with a content"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:range <http://www.w3.org/ns/oa#Annotation> .

:hasFavorite a owl:ObjectProperty ;
	rdfs:label "has favourite"@en ;
	rdfs:comment "Indicates that an User has as favorite a content"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:domain :User ;
	owl:inverseOf :isFavoriteOf .

:hasFeatured a owl:ObjectProperty ;
	rdfs:label "has featured"@en ;
	rdfs:comment "Indicates that an User has made featured a content"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	owl:inverseOf :isFeaturedBy ;
	rdfs:domain :User .

:historicaPeriod a owl:ObjectProperty ;
	rdfs:label "historical period"@en ;
	rdfs:comment "Indicates the historical period"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:temporal .

:isAdminOf a owl:ObjectProperty ;
	rdfs:label "isAdminOf"@en ;
	rdfs:comment "Indicates that an User is the administrator of a group, and it is also a member of the same group."@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:domain :User ;
	owl:inverseOf :admin ;
	rdfs:subPropertyOf :isMemberOf ;
	rdfs:range foaf:Group .

:isFavoriteOf a owl:ObjectProperty ;
	rdfs:label "is favorite of"@en ;
	rdfs:comment "Indicates that a resource is favorite from an User"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:range :User .

:isFeaturedBy a owl:ObjectProperty ;
	rdfs:label "is featured by"@en ;
	rdfs:comment "Indicates that a resource is featured by an User"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:range :User ;
	owl:inverseOf :hasFeatured .

:isMemberOf a owl:ObjectProperty ;
	rdfs:label "isMemberOf"@en ;
	rdfs:comment "Indicates that a User is member of a group, it is the inverse of the foaof:member property"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:domain :User ;
	owl:inverseOf foaf:member .

:isProvidedBy a owl:ObjectProperty ;
	rdfs:label "is provided by"@en ;
	rdfs:comment "Indicates that a resource is provided by a group"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:range foaf:Group .

:isSubjectOf rdfs:range <http://schema.org/CreativeWork> .

:isUploadedBy a owl:ObjectProperty ;
	rdfs:label "is uploaded by"@en ;
	rdfs:comment "Indicates that a resource was uploaded by an User"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:range :User .

:lightDesigner a owl:ObjectProperty ;
	rdfs:label "light designer"@en ;
	rdfs:comment "Indicates the name of a \"light designer\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:makeUpArtist a owl:ObjectProperty ;
	rdfs:label "make-up artist"@en ;
	rdfs:comment "Indicates the name of a \"make-up artist\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:managementAndOrganization a owl:ObjectProperty ;
	rdfs:label "management and organization"@en ;
	rdfs:comment "Indicates management and organization information associated with the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:type .

:marketingManager a owl:ObjectProperty ;
	rdfs:label "marketing manager"@en ;
	rdfs:comment "Indicates the name of a \"marketing manager\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:maskDesigner a owl:ObjectProperty ;
	rdfs:label "mask designer"@en ;
	rdfs:comment "Indicates the name of a \"mask designer\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:musician a owl:ObjectProperty ;
	rdfs:label "musician"@en ;
	rdfs:comment "Indicates the name of a \"musician\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:patron a owl:ObjectProperty ;
	rdfs:label "patron"@en ;
	rdfs:comment "Indicates the name of a \"patron\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:performanceCity a owl:ObjectProperty ;
	rdfs:label "performance city"@en ;
	rdfs:comment "Indicates the city where the performance depicted/referred in the resource was held"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:spatial .

:performanceCountry a owl:ObjectProperty ;
	rdfs:label "performance country"@en ;
	rdfs:comment "Indicates the country where the performance depicted/referred in the resource was held"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:spatial .

:performancePlace a owl:ObjectProperty ;
	rdfs:label "performance place"@en ;
	rdfs:comment "Indicates the place (e.g., the theatre) where the performance depicted/referred in the resource was held"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:spatial .

:performer a owl:ObjectProperty ;
	rdfs:label "performer"@en ;
	rdfs:comment "Indicates the name of a \"performer\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:performersAndCrew a owl:ObjectProperty ;
	rdfs:label "performers and crew"@en ;
	rdfs:comment "Indicates the name or names of performers and crew involved in the creation of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:contributor .

:performingArtType a owl:ObjectProperty ;
	rdfs:label "performing art type"@en ;
	rdfs:comment "Indicates the type of performing art (e.g. dance, theatre) in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:type .

:performingArtsGroup a owl:ObjectProperty ;
	rdfs:label "performing arts group"@en ;
	rdfs:comment "Indicates the group that was involved in the performance creation"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:contributor .

:performingArtsProfessional a owl:ObjectProperty ;
	rdfs:label "performing arts professional"@en ;
	rdfs:comment "Indicates a name of a performing arts professional involved in the creation of the creative work"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dc:contributor .

:playwright a owl:ObjectProperty ;
	rdfs:label "playwright"@en ;
	rdfs:comment "Indicates the name of a \"playwright\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:producer a owl:ObjectProperty ;
	rdfs:label "producer"@en ;
	rdfs:comment "Indicates the name of a \"producer\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:provide a owl:ObjectProperty ;
	rdfs:label "provide"@en ;
	rdfs:comment "Indicates the resources provided by a Group"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	owl:inverseOf :isProvidedBy ;
	rdfs:domain foaf:Group .

:puppetDesigner a owl:ObjectProperty ;
	rdfs:label "puppet designer"@en ;
	rdfs:comment "Indicates the name of a \"puppet designer\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:scenographer a owl:ObjectProperty ;
	rdfs:label "scenographer"@en ;
	rdfs:comment "Indicates the name of a \"scenographer\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:seamster a owl:ObjectProperty ;
	rdfs:label "seamster"@en ;
	rdfs:comment "Indicates the name of a \"seamster\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:setBuilder a owl:ObjectProperty ;
	rdfs:label "set builder"@en ;
	rdfs:comment "Indicates the name of a \"set builder\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:setDesigner a owl:ObjectProperty ;
	rdfs:label "set designer"@en ;
	rdfs:comment "Indicates the name of a \"set designer\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:singer a owl:ObjectProperty ;
	rdfs:label "singer"@en ;
	rdfs:comment "Indicates the name of a \"singer\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:soundDesigner a owl:ObjectProperty ;
	rdfs:label "sound designer"@en ;
	rdfs:comment "Indicates the name of a \"sound designer\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:stageManager a owl:ObjectProperty ;
	rdfs:label "stage manager"@en ;
	rdfs:comment "Indicates the name of a \"stage manager\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:technician a owl:ObjectProperty ;
	rdfs:label "technician"@en ;
	rdfs:comment "Indicates the name of a \"technician\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:theatreManager a owl:ObjectProperty ;
	rdfs:label "theatre manager"@en ;
	rdfs:comment "Indicates the name of a \"theatre manager\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:theoretician a owl:ObjectProperty ;
	rdfs:label "theoretician"@en ;
	rdfs:comment "Indicates the name of a \"theoretician\" involved in life-cycle of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf :performingArtsProfessional .

:uploaded a owl:ObjectProperty ;
	rdfs:label "uploaded"@en ;
	rdfs:comment "Indicates the media objects uploaded by the user"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:domain :User ;
	rdfs:range :MediaObject ;
	owl:inverseOf :isUploadedBy .

:firstPerformanceDate a owl:DatatypeProperty ;
	rdfs:label "first performance date"@en ;
	rdfs:comment "Indicates the date of the first performance (or premiere) of the performance depicted/referred in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:issued .

:performanceDate a owl:DatatypeProperty ;
	rdfs:label "performance date"@en ;
	rdfs:comment "Indicates the date when it was performed the performance depicted in the resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dcterms:issued .

:recordingDate a owl:DatatypeProperty ;
	rdfs:label "recording date"@en ;
	rdfs:comment "Indicates the date of recording of the original audio visual resource"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subPropertyOf dc:date .

:3D a owl:Class ;
	rdfs:label "3D"@en ;
	rdfs:comment "A 3D content"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf :MediaObject .

:AVObject a owl:Class ;
	rdfs:label "AVObject"@en ;
	rdfs:comment "An audio visual content"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf :MediaObject .

:Archive a owl:Class ;
	rdfs:label "Archive"@en ;
	rdfs:comment "An archival content as ZIP, RAR, TAR, etc."@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf :MediaObject .

:Audio a owl:Class ;
	rdfs:label "Audio"@en ;
	rdfs:comment "An audio content"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf :AVObject .

:BrailleMusicScore a owl:Class ;
	rdfs:label "Braille music score"@en ;
	rdfs:comment "A music score written in braille"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf :MediaObject .

:Collection a owl:Class ;
	rdfs:label "Collection"@en ;
	rdfs:comment "A collection of other content"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf :MediaObject .

:Crossmedia a owl:Class ;
	rdfs:label "Crossmedia"@en ;
	rdfs:comment "A cross media content"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf :MediaObject .

:Document a owl:Class ;
	rdfs:label "Document"@en ;
	rdfs:comment "A textual document"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf :MediaObject .

:EPub a owl:Class ;
	rdfs:label "E-pub"@en ;
	rdfs:comment "An e-pub based content"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf :MediaObject .

:Excel a owl:Class ;
	rdfs:label "Excel"@en ;
	rdfs:comment "A spreadsheet based content"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf :MediaObject .

:Explosive a owl:Class ;
	rdfs:label "Explosive Annotation"@en ;
	rdfs:comment "An explosive annotation"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf <http://www.w3.org/ns/oa#Annotation> .

:Image a owl:Class ;
	rdfs:label "Image"@en ;
	rdfs:comment "An image based content"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf :AVObject .

:MediaObject a owl:Class ;
	rdfs:label "MediaObject"@en ;
	rdfs:comment "A multimedia content"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf <http://schema.org/CreativeWork> .

:One2One a owl:Class ;
	rdfs:label "One2One Annotation"@en ;
	rdfs:comment "An One2One annotation"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf <http://www.w3.org/ns/oa#Annotation> .

:Playlist a owl:Class ;
	rdfs:label "Playlist"@en ;
	rdfs:comment "A playlist of audio visual content"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf :MediaObject .

:Slide a owl:Class ;
	rdfs:label "Slide"@en ;
	rdfs:comment "A Slide based content (e.g. PPT)"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf :MediaObject .

:Tool a owl:Class ;
	rdfs:label "Tool"@en ;
	rdfs:comment "A tool content (e.g. an executable file)"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf :MediaObject .

:User a owl:Class ;
	rdfs:label "User"@en ;
	rdfs:comment "An User registered on ECLAP portal"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf foaf:Person .

:Video a owl:Class ;
	rdfs:label "Video"@en ;
	rdfs:comment "A Video content"@en ;
	rdfs:isDefinedBy <http://www.eclap.eu/schema/eclap/> ;
	rdfs:subClassOf :AVObject .
