Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ebucoreplus.owl #284

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 15 additions & 24 deletions ontology/EBUCorePlus/ebucoreplus.owl
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,6 @@ ec:hasKeyPersonalEvent rdf:type owl:ObjectProperty ;

### http://www.ebu.ch/metadata/ontologies/ebucoreplus#hasKeyword
ec:hasKeyword rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ec:hasSubject ;
rdfs:range ec:Keyword ;
dcterms:description "Pour associer un concept, une phrase descriptive ou un mot-clé qui spécifie le sujet de l'EditorialObject."@fr ,
"To associate a concept, descriptive phrase or Keyword that specifies the topic of the EditorialObject."@en ,
Expand Down Expand Up @@ -3219,7 +3218,6 @@ ec:hasTextLineSource rdf:type owl:ObjectProperty ;

### http://www.ebu.ch/metadata/ontologies/ebucoreplus#hasTheme
ec:hasTheme rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ec:hasSubject ;
rdfs:range ec:Theme ;
dcterms:description "Cette propriété permet d'associer un actif à un thème qui peut être une chaîne ou un URI pointant vers un terme d'un vocabulaire contrôlé. Un exemple typique est la classification NACE d'Eurostats."@fr ,
"Diese Eigenschaft ermöglicht es, ein Asset mit einem Thema zu verknüpfen, das eine Zeichenkette oder ein URI sein kann, der auf einen Begriff aus einem kontrollierten Vokabular verweist. Ein typisches Beispiel ist die NACE-Klassifizierung von Eurostats."@de ,
Expand Down Expand Up @@ -3265,7 +3263,7 @@ ec:hasTimelineTrackPart rdf:type owl:ObjectProperty ;

### http://www.ebu.ch/metadata/ontologies/ebucoreplus#hasTopic
ec:hasTopic rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ec:hasSubject ;
rdfs:range ec:Topic ;
dcterms:description "Cette propriété permet d'associer un actif à un sujet qui peut être une chaîne ou une URI pointant vers un terme d'un vocabulaire contrôlé. Un exemple typique est l'utilisation des sujets IPTC Media Topics définis sur http://cv.iptc.org/newscodes/mediatopic/."@fr ,
"Mit dieser Eigenschaft können Sie ein Asset mit einem Thema verknüpfen, das eine Zeichenkette oder ein URI sein kann, der auf einen Begriff aus einem kontrollierten Vokabular verweist. Ein typisches Beispiel ist die Verwendung der IPTC-Medienthemen, die unter http://cv.iptc.org/newscodes/mediatopic/ definiert sind."@de ,
"This property enables to associate an Asset with a topic which can be a string or a URI pointing to a term from a controlled vocabulary. A typical example is to make use of the IPTC Media Topics defined at http://cv.iptc.org/newscodes/mediatopic/."@en ;
Expand Down Expand Up @@ -3442,6 +3440,13 @@ ec:instantiates rdf:type owl:ObjectProperty ;
"Redaktionelles Objekt"@de .


### http://www.ebu.ch/metadata/ontologies/ebucoreplus#isAbout
ec:isAbout rdf:type owl:ObjectProperty ;
rdfs:range ec:EditorialObject ;
dcterms:description "This property is used when another editorial object, e.g. a book, a movie or a programme is the topic of the editorial object."@en ;
rdfs:label "is about"@en .


### http://www.ebu.ch/metadata/ontologies/ebucoreplus#isAffiliatedTo
ec:isAffiliatedTo rdf:type owl:ObjectProperty ;
rdfs:range ec:Organisation ;
Expand Down Expand Up @@ -10317,10 +10322,6 @@ ec:EditorialObject rdf:type owl:Class ;
owl:onProperty ec:hasTimelineTrack ;
owl:allValuesFrom ec:TimelineTrack
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ec:hasTopic ;
owl:allValuesFrom ec:EditorialObject
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ec:hasTopic ;
owl:allValuesFrom ec:Topic
Expand All @@ -10329,6 +10330,10 @@ ec:EditorialObject rdf:type owl:Class ;
owl:onProperty ec:hasVersion ;
owl:allValuesFrom ec:EditorialObject
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ec:isAbout ;
owl:allValuesFrom ec:EditorialObject
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ec:isBrand ;
owl:allValuesFrom ec:Brand
Expand Down Expand Up @@ -10603,16 +10608,6 @@ o Représentation de la segmentation : Les TimelineTracks sont préférés aux h
- une \"œuvre de l'esprit\" unique, un morceau
- un segment d'une \"œuvre de l'esprit\"."""@fr .

[ rdf:type owl:Axiom ;
owl:annotatedSource ec:EditorialObject ;
owl:annotatedProperty rdfs:subClassOf ;
owl:annotatedTarget [ rdf:type owl:Restriction ;
owl:onProperty ec:hasTopic ;
owl:allValuesFrom ec:EditorialObject
] ;
rdfs:comment "For expressing the case where an editorial object is about another editorisal object. I. e. \"the production of ...\""@en
] .


### http://www.ebu.ch/metadata/ontologies/ebucoreplus#EditorialObject_Type
ec:EditorialObject_Type rdf:type owl:Class ;
Expand Down Expand Up @@ -11468,11 +11463,7 @@ ec:Logo rdf:type owl:Class ;

### http://www.ebu.ch/metadata/ontologies/ebucoreplus#MakingOf
ec:MakingOf rdf:type owl:Class ;
rdfs:subClassOf ec:EditorialWork ,
[ rdf:type owl:Restriction ;
owl:onProperty ec:hasTopic ;
owl:allValuesFrom ec:EditorialObject
] ;
rdfs:subClassOf ec:EditorialWork ;
dcterms:description "A documentary film about the shooting or production of a film or audiovisual work (TV film, TV series, etc.), or even another artistic production (e.g. comic strip)."@en ,
"Ein Dokumentarfilm über die Dreharbeiten oder die Produktion eines Films oder eines audiovisuellen Werks (Fernsehfilm, Fernsehserie usw.) oder einer anderen künstlerischen Produktion (z. B. Comic)."@de ,
"Un film documentaire relatant le tournage ou la production d'un film ou d'une œuvre audiovisuelle (téléfilm, série télévisée…), voire d'une autre production artistique (bande dessinée par exemple)."@fr ;
Expand Down Expand Up @@ -15209,8 +15200,8 @@ dcterms:contributor dcterms:description "Dans le contexte d'EBUCore, réservé
rdfs:label "Beitragender"@de ;
dcterms:description "In the context of EBUCore, reserved for the annotation of RDF properties."@en ,
"Im Kontext von EBUCore für die Annotation von RDF-Eigenschaften reserviert."@de ;
rdfs:label "Contributeur"@fr ,
"Contributor"@en .
rdfs:label "Contributor"@en ,
"Contributeur"@fr .


### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi