@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix ns0: <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> . dc:title a owl:DatatypeProperty ; rdfs:comment "The title by which a BusinessObject is known."@en ; rdfs:label "Title" ; rdfs:range xsd:string . ns0:publishedTitle rdfs:subPropertyOf dc:title . ns0:title rdfs:subPropertyOf dc:title .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .

dc:title
    a owl:DatatypeProperty ;
    rdfs:comment "The title by which a BusinessObject is known."@en ;
    rdfs:label "Title" ;
    rdfs:range xsd:string .

ns0:publishedTitle
    rdfs:subPropertyOf dc:title .

ns0:title
    rdfs:subPropertyOf dc:title .