Skip to content
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
43 changes: 43 additions & 0 deletions ontology/EBUCorePlus/ebucoreplus.owl
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,12 @@ ec:hasAgentPlaceOfResidence rdf:type owl:ObjectProperty ;
"Ort des Wohnsitzes"@de ,
"Place of residence"@en .

### http://www.ebu.ch/metadata/ontologies/ebucoreplus#hasAlternativeContentDescription
ec:hasAlternativeContentDescription rdf:type owl:ObjectProperty ;
rdfs:label "contient une description de contenu alternative"@fr ,
"has alternative content description"@en ,
"hat eine alternative Inhaltsbeschreibung"@de .


### http://www.ebu.ch/metadata/ontologies/ebucoreplus#hasAlternativeTitle
ec:hasAlternativeTitle rdf:type owl:ObjectProperty ;
Expand Down Expand Up @@ -7502,6 +7508,35 @@ ec:Agent rdf:type owl:Class ;
- une entreprise de fabrication de dispositifs de consommation"""@fr .


### http://www.ebu.ch/metadata/ontologies/ebucoreplus#AlternativeContentDescription
ec:AlternativeContentDescription rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty ec:hasIdentifier ;
owl:allValuesFrom ec:Identifier
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ec:hasObjectType ;
owl:allValuesFrom skos:Concept
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ec:hasEndDateTime ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass time:Instant
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ec:hasStartDateTime ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass time:Instant
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ec:contentDescription ;
owl:allValuesFrom rdfs:Literal
] ;
rdfs:label "Alternative content description"@en ,
"Alternativer Inhaltstext"@de ,
"Description alternative du contenu"@fr .


### http://www.ebu.ch/metadata/ontologies/ebucoreplus#AlternativeTitle
ec:AlternativeTitle rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
Expand Down Expand Up @@ -9996,6 +10031,10 @@ ec:EditorialObject rdf:type owl:Class ;
owl:onProperty ec:hasAlternativeTitle ;
owl:allValuesFrom ec:AlternativeTitle
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ec:hasAlternativeContentDescription ;
owl:allValuesFrom ec:AlternativeContentDescription
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ec:hasAssociatedProductionJob ;
owl:allValuesFrom ec:ProductionJob
Expand Down Expand Up @@ -12863,6 +12902,10 @@ ec:PublicationEvent rdf:type owl:Class ;
owl:onProperty ec:hasAlternativeTitle ;
owl:allValuesFrom ec:AlternativeTitle
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ec:hasAlternativeContentDescription ;
owl:allValuesFrom ec:AlternativeContentDescription
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ec:hasConsumptionCount ;
owl:allValuesFrom ec:ConsumptionCount
Expand Down