Administrative Information example

IRI
https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_3_AdministrativeInformation#
Conforms to ontologies
Download serialization
License
Example demonstrating how to represent information from group name AdministrativeInformation as in ETSI TS 103 735, Clause 6.3

Turtle

@prefix ex: <https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_3_AdministrativeInformation/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix s4lift: <https://saref.etsi.org/saref4lift/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_3_AdministrativeInformation#> a dctype:Dataset ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4lift/v2.1.1/> ;
  dcterms:title "Administrative Information example"@en ;
  dcterms:description "Example demonstrating how to represent information from group name AdministrativeInformation as in ETSI TS 103 735, Clause 6.3"@en .

<mailto:lift.1415@company1.com> a s4lift:SmartLiftInstallation ;
  saref:hasDeviceKind s4lift:PassengerAndGoodsPassengerSmartLift ;
  s4lift:hasManufacturingCompanyRepresentative "Company1" ;
  s4lift:hasInstallerCompany "CompanyB" ;
  s4lift:hasMaintenanceCompany "CompanyC" ;
  s4lift:hasLegalOwner "Owner & co" ;
  s4lift:hasBuildingManager "CompanyD" ;
  s4lift:hasAlarmMonitoringCentre "CenterA" ;
  s4lift:hasInspectionAuthority "Auth. O'Rity" ;
  geo:hasGeometry [ geo:asWKT "POINT (45.427862 4.403812)"^^geo:wktLiteral ] ;
  s4lift:hasGeographicLocationValidator "Davi Talor" .