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

Fixed "isClonedFrom" bug #303

Closed
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
22 changes: 7 additions & 15 deletions ontology/EBUCorePlus/ebucoreplus.owl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@prefix :<http://www.ebu.ch/metadata/ontologies/ebucoreplus#> .
@prefix : <http://www.ebu.ch/metadata/ontologies/ebucoreplus#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/>
.
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ec: <http://www.ebu.ch/metadata/ontologies/ebucoreplus#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand All @@ -12,12 +11,9 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix vann: <http://purl.org/vocab/vann/>
.
@prefix xkos: <https://rdf-vocabulary.ddialliance.org/xkos/>
.
@prefix dcterms: <http://purl.org/dc/terms/>
.
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xkos: <https://rdf-vocabulary.ddialliance.org/xkos/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <http://www.ebu.ch/metadata/ontologies/ebucoreplus> .

<http://www.ebu.ch/metadata/ontologies/ebucoreplus> rdf:type owl:Ontology ;
Expand Down Expand Up @@ -11736,10 +11732,6 @@ ec:MediaResource rdf:type owl:Class ;
owl:onProperty ec:hasVideoTrack ;
owl:allValuesFrom ec:VideoTrack
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ec:isClonedFrom ;
owl:allValuesFrom ec:MediaResource
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ec:isMasterOf ;
owl:allValuesFrom ec:MediaResource
Expand Down Expand Up @@ -15296,8 +15288,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 "Contributor"@en ,
"Contributeur"@fr .
rdfs:label "Contributeur"@fr ,
"Contributor"@en .


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