s4lift:hasLegalOwner — has legal owner

IRI
https://saref.etsi.org/saref4lift/hasLegalOwner
Is defined by
https://saref.etsi.org/saref4lift/v1.1.1/
https://saref.etsi.org/saref4lift/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4lift/v1.1.1/
https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_3_AdministrativeInformation#
https://saref.etsi.org/saref4lift/v2.1.1/
https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_3_AdministrativeInformation#
Download serialization
License

Definition of s4lift:hasLegalOwner

Defined in https://saref.etsi.org/saref4lift/v1.1.1/ as:

A relationship identifying the legal owner of a system, as per [ISO 16484-5: inclusion in Description Property]. The value is expected to be a string or a string with language tag.

Definition as a Datatype Property

has domain
s4syst:System

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4lift: <https://saref.etsi.org/saref4lift/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_3_AdministrativeInformation#> dct:references s4lift:hasLegalOwner .

<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_3_AdministrativeInformation#> dct:references s4lift:hasLegalOwner .

<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4lift:hasLegalOwner ;
    dct:subject s4lift:hasLegalOwner .

<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4lift:hasLegalOwner ;
    dct:subject s4lift:hasLegalOwner .

s4lift:hasLegalOwner a owl:DatatypeProperty ;
    rdfs:label "has legal owner"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_3_AdministrativeInformation#>,
        <https://saref.etsi.org/saref4lift/v2.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_3_AdministrativeInformation#> ;
    rdfs:comment "A relationship identifying the legal owner of a system, as per [ISO 16484-5: inclusion in Description Property]. The value is expected to be a string or a string with language tag."@en ;
    rdfs:domain s4syst:System ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/> ;
    skos:hiddenLabel "hasLegalOwner" .