@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://data.europa.eu/eli/ontology#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . ns0:title rdfs:seeAlso ns0:title_alternative . ns0:title_alternative ns0:specificPropertyOf dct:alternative ; a owl:DatatypeProperty ; rdfs:comment """An alternative title of the expression (if any). Note that, if needed, an alternative title can also be stated on a legal resource using the Dublin Core \"alternative\" property."""@en ; rdfs:domain ns0:LegalExpression ; rdfs:label "alternative title"@en ; rdfs:range xsd:string ; owl:versionInfo "created in v1.0" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://data.europa.eu/eli/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ns0:title
    rdfs:seeAlso ns0:title_alternative .

ns0:title_alternative
    ns0:specificPropertyOf dct:alternative ;
    a owl:DatatypeProperty ;
    rdfs:comment """An alternative title of the expression (if any).

Note that, if needed, an alternative title can also be stated on a legal resource using the Dublin Core \"alternative\" property."""@en ;
    rdfs:domain ns0:LegalExpression ;
    rdfs:label "alternative title"@en ;
    rdfs:range xsd:string ;
    owl:versionInfo "created in v1.0" .