@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; "Andrea Cimmino" , "María Poveda Villalón" , "Raúl García Castro" , "Socorro Bernarndos" ; "2024-04-01"^^xsd:date ; "Salvador González Gerpe" ; "Digital Twin ontology used to define Digital Twins and Semantic Digital Twins and aggregations by dimensions using Web of Things."@en ; ; "WoTDT: The WoT Digital Twin Ontology with Aggregation extension."@en ; "dtw" ; ; owl:versionInfo "0.4.0" ; . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/contributor rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/created rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/title rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespacePrefix rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespaceUri rdf:type owl:AnnotationProperty . ### http://www.w3.org/2000/01/rdf-schema#comment rdfs:comment rdf:type owl:AnnotationProperty ; rdfs:label "comment" . ### http://www.w3.org/2002/07/owl#versionInfo owl:versionInfo rdf:type owl:AnnotationProperty . ### https://w3id.org/mod#createdWith rdf:type owl:AnnotationProperty . ################################################################# # Datatypes ################################################################# ### http://www.w3.org/2001/XMLSchema#date xsd:date rdf:type rdfs:Datatype . ################################################################# # Object Properties ################################################################# ### http://purl.org/dc/terms/relation rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range . ### http://www.w3.org/ns/dcat#accessService rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range . ### http://www.w3.org/ns/dcat#catalog rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range . ### http://www.w3.org/ns/dcat#dataset rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range . ### http://www.w3.org/ns/dcat#distribution rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range . ### http://www.w3.org/ns/dcat#inSeries rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range . ### http://www.w3.org/ns/dcat#qualifiedRelation rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range . ### http://www.w3.org/ns/dcat#record rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range . ### http://www.w3.org/ns/dcat#resource rdf:type owl:ObjectProperty ; rdfs:range . ### http://www.w3.org/ns/dcat#servesDataset rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range . ### http://www.w3.org/ns/dcat#service rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range . ### http://xmlns.com/foaf/0.1/primaryTopic rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range . ### https://w3id.org/def/dtw#aggregateDTwA :aggregateDTwA rdf:type owl:ObjectProperty ; rdfs:domain :DigitalTwinAggregate ; rdfs:range :DigitalTwinAggregate ; rdfs:comment "Property that describes de action of aggregation between two different entities or dtw:DigitalTwinAggregate."@en ; rdfs:label "aggregate d tw a" . ### https://w3id.org/def/dtw#aggregateDTwI :aggregateDTwI rdf:type owl:ObjectProperty ; rdfs:domain :DigitalTwinAggregate ; rdfs:range :DigitalTwinInstance ; rdfs:comment "Property that describes de action of aggregation between two different entities or dtw:DigitalTwinInstance."@en ; rdfs:label "aggregate d tw i" . ### https://w3id.org/def/dtw#applyModel :applyModel rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :Model ; rdfs:comment "td:InteractionAffordance uses dtw:Model to model something."@en ; rdfs:label "apply model" . ### https://w3id.org/def/dtw#containsInteractionAffordance :containsInteractionAffordance rdf:type owl:ObjectProperty ; rdfs:domain :DigitalEntity ; rdfs:range ; rdfs:comment "Property that describes the different interaction affordances that the dt:DigitalTwinServices contains."@en ; rdfs:label "contains interaction affordance" . ### https://w3id.org/def/dtw#hasConnection :hasConnection rdf:type owl:ObjectProperty ; rdfs:domain :DigitalTwin ; rdfs:range :Connection ; rdfs:comment "Property that describes the different connections of the dtw:DigitalTwin."@en ; rdfs:label "has connection" . ### https://w3id.org/def/dtw#hasConsumer :hasConsumer rdf:type owl:ObjectProperty ; rdfs:domain :Connection ; rdfs:range :ConnectionPoint ; rdfs:comment "Property that describes if the connection point is the consumer of the information."@en ; rdfs:label "has consumer" . ### https://w3id.org/def/dtw#hasData :hasData rdf:type owl:ObjectProperty ; rdfs:range ; rdfs:comment "Property that describes the different data that the dt:DigitalTwinData contains."@en ; rdfs:label "has data" . ### https://w3id.org/def/dtw#hasDigitalEntity :hasDigitalEntity rdf:type owl:ObjectProperty ; rdfs:comment "Property that describes the different Digital Entities that the digital twin contains."@en ; rdfs:label "has digital entity" . ### https://w3id.org/def/dtw#hasDigitalTwinData :hasDigitalTwinData rdf:type owl:ObjectProperty ; rdfs:domain :DigitalTwin ; rdfs:range :DigitalEntity ; rdfs:label "has digital twin data" . ### https://w3id.org/def/dtw#hasEntity :hasEntity rdf:type owl:ObjectProperty ; rdfs:domain :DigitalTwin ; rdfs:range :Entity ; rdfs:comment "Property that describes the Entity that the digital twin describes."@en ; rdfs:label "has entity" . ### https://w3id.org/def/dtw#hasFormat :hasFormat rdf:type owl:ObjectProperty ; rdfs:domain :Model ; rdfs:range :Format ; rdfs:comment "Property that describes the different extension formats that the models or data can be found."@en ; rdfs:label "has format" . ### https://w3id.org/def/dtw#hasModel :hasModel rdf:type owl:ObjectProperty ; rdfs:domain :DigitalEntity ; rdfs:range :Model ; rdfs:comment "Property that describes the different models that the dtw:DigitalEntity contains."@en ; rdfs:label "has model" . ### https://w3id.org/def/dtw#hasProvider :hasProvider rdf:type owl:ObjectProperty ; rdfs:domain :Connection ; rdfs:range :ConnectionPoint ; rdfs:comment "Property that describes if the connection point is the provider of the information."@en ; rdfs:label "has provider" . ### https://w3id.org/def/dtw#instantiate :instantiate rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :Model ; rdfs:comment "dcat:Resource instantiate dtw:Model."@en ; rdfs:label "instantiate" . ### https://w3id.org/def/dtw#modelAggregatedFrom :modelAggregatedFrom rdf:type owl:ObjectProperty ; rdfs:domain :Model ; rdfs:range :Model ; rdfs:comment "dtw:Model used in the aggregation to obtain the DTwA dtw:Model."@en ; rdfs:label "model aggregated from" . ### https://w3id.org/def/dtw#modeledBy :modeledBy rdf:type owl:ObjectProperty ; rdfs:domain :Model ; rdfs:range :Model ; rdfs:label "modeled by" . ### https://w3id.org/def/dtw#models :models rdf:type owl:ObjectProperty ; rdfs:domain :Model ; rdfs:range :Model ; rdfs:label "models" . ### https://w3id.org/def/dtw#represent :represent rdf:type owl:ObjectProperty ; rdfs:domain :Model ; rdfs:range ; rdfs:comment "dtw:Model models dcat:Resource."@en ; rdfs:label "represent" . ### https://w3id.org/def/dtw#resourceAggregatedFrom :resourceAggregatedFrom rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "dcat:Resource used in the aggregation to obtain the DTwA dcat:Resource."@en ; rdfs:label "resource aggregated from" . ### https://w3id.org/def/dtw#useDataTo :useDataTo rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "td:InteractionAffordance uses dcat:Resource for a reason."@en ; rdfs:label "use data to" . ### https://w3id.org/def/dtw#usedTo :usedTo rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "dcat:Resource used by td:InteractionAffordance for a reason."@en ; rdfs:label "used to" . ### https://w3id.org/def/dtw#usedToModel :usedToModel rdf:type owl:ObjectProperty ; rdfs:domain :Model ; rdfs:range ; rdfs:comment "dtw:Model used by td:InteractionAffordance to model something."@en ; rdfs:label "used to model" . ################################################################# # Data properties ################################################################# ### http://purl.org/dc/terms/accessRights rdf:type owl:DatatypeProperty ; rdfs:label "access rights" . ### http://purl.org/dc/terms/accrualPeriodicity rdf:type owl:DatatypeProperty ; rdfs:label "accrual periodicity" . ### http://purl.org/dc/terms/conformsTo rdf:type owl:DatatypeProperty ; rdfs:label "conforms to" . ### http://purl.org/dc/terms/creator rdf:type owl:DatatypeProperty ; rdfs:label "creator" . ### http://purl.org/dc/terms/description rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "description" . ### http://purl.org/dc/terms/format rdf:type owl:DatatypeProperty ; rdfs:label "format" . ### http://purl.org/dc/terms/hasPart rdf:type owl:DatatypeProperty ; rdfs:label "has part" . ### http://purl.org/dc/terms/identifier rdf:type owl:DatatypeProperty ; rdfs:label "identifier" . ### http://purl.org/dc/terms/identifiers rdf:type owl:DatatypeProperty ; rdfs:label "identifiers" . ### http://purl.org/dc/terms/isReferencedBy rdf:type owl:DatatypeProperty ; rdfs:label "is referenced by" . ### http://purl.org/dc/terms/issued rdf:type owl:DatatypeProperty ; rdfs:label "issued" . ### http://purl.org/dc/terms/language rdf:type owl:DatatypeProperty ; rdfs:label "language" . ### http://purl.org/dc/terms/license rdf:type owl:DatatypeProperty ; rdfs:label "license" . ### http://purl.org/dc/terms/modified rdf:type owl:DatatypeProperty ; rdfs:label "modified" . ### http://purl.org/dc/terms/publisher rdf:type owl:DatatypeProperty ; rdfs:label "publisher" . ### http://purl.org/dc/terms/relation rdf:type owl:DatatypeProperty . ### http://purl.org/dc/terms/replaces rdf:type owl:DatatypeProperty ; rdfs:label "replaces" . ### http://purl.org/dc/terms/rights rdf:type owl:DatatypeProperty ; rdfs:label "rights" . ### http://purl.org/dc/terms/spatial rdf:type owl:DatatypeProperty ; rdfs:label "spatial" . ### http://purl.org/dc/terms/temporal rdf:type owl:DatatypeProperty ; rdfs:label "temporal" . ### http://purl.org/dc/terms/title rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "title" . ### http://purl.org/dc/terms/type rdf:type owl:DatatypeProperty ; rdfs:label "type" . ### http://spdx.org/rdf/terms#checksum rdf:type owl:DatatypeProperty ; rdfs:label "checksum" . ### http://www.w3.org/ns/adms#status rdf:type owl:DatatypeProperty ; rdfs:label "status" . ### http://www.w3.org/ns/adms#versionNotes rdf:type owl:DatatypeProperty ; rdfs:label "version notes" . ### http://www.w3.org/ns/dcat#accessService rdf:type owl:DatatypeProperty . ### http://www.w3.org/ns/dcat#accessURL rdf:type owl:DatatypeProperty ; rdfs:label "access u r l" . ### http://www.w3.org/ns/dcat#byteSize rdf:type owl:DatatypeProperty ; rdfs:label "byte size" . ### http://www.w3.org/ns/dcat#catalog rdf:type owl:DatatypeProperty . ### http://www.w3.org/ns/dcat#compressFormat rdf:type owl:DatatypeProperty ; rdfs:label "compress format" . ### http://www.w3.org/ns/dcat#contactPoint rdf:type owl:DatatypeProperty ; rdfs:label "contact point" . ### http://www.w3.org/ns/dcat#dataset rdf:type owl:DatatypeProperty . ### http://www.w3.org/ns/dcat#distribution rdf:type owl:DatatypeProperty . ### http://www.w3.org/ns/dcat#downloadURL rdf:type owl:DatatypeProperty ; rdfs:label "download u r l" . ### http://www.w3.org/ns/dcat#endpointDescription rdf:type owl:DatatypeProperty ; rdfs:label "endpoint description" . ### http://www.w3.org/ns/dcat#endpointURL rdf:type owl:DatatypeProperty ; rdfs:label "endpoint u r l" . ### http://www.w3.org/ns/dcat#first rdf:type owl:DatatypeProperty ; rdfs:label "first" . ### http://www.w3.org/ns/dcat#hadRole rdf:type owl:DatatypeProperty ; rdfs:label "had role" . ### http://www.w3.org/ns/dcat#hasCurrentVersion rdf:type owl:DatatypeProperty ; rdfs:label "has current version" . ### http://www.w3.org/ns/dcat#hasVersion rdf:type owl:DatatypeProperty ; rdfs:label "has version" . ### http://www.w3.org/ns/dcat#inSeries rdf:type owl:DatatypeProperty . ### http://www.w3.org/ns/dcat#keyword rdf:type owl:DatatypeProperty ; rdfs:label "keyword" . ### http://www.w3.org/ns/dcat#landingPage rdf:type owl:DatatypeProperty ; rdfs:label "landing page" . ### http://www.w3.org/ns/dcat#last rdf:type owl:DatatypeProperty ; rdfs:label "last" . ### http://www.w3.org/ns/dcat#mediaType rdf:type owl:DatatypeProperty ; rdfs:label "media type" . ### http://www.w3.org/ns/dcat#packageFormat rdf:type owl:DatatypeProperty ; rdfs:label "package format" . ### http://www.w3.org/ns/dcat#prev rdf:type owl:DatatypeProperty ; rdfs:label "prev" . ### http://www.w3.org/ns/dcat#previousVersion rdf:type owl:DatatypeProperty ; rdfs:label "previous version" . ### http://www.w3.org/ns/dcat#qualifiedRelation rdf:type owl:DatatypeProperty . ### http://www.w3.org/ns/dcat#record rdf:type owl:DatatypeProperty . ### http://www.w3.org/ns/dcat#resource rdf:type owl:DatatypeProperty . ### http://www.w3.org/ns/dcat#servesDataset rdf:type owl:DatatypeProperty . ### http://www.w3.org/ns/dcat#service rdf:type owl:DatatypeProperty . ### http://www.w3.org/ns/dcat#spatialResolutionInMeters rdf:type owl:DatatypeProperty ; rdfs:label "spatial resolution in meters" . ### http://www.w3.org/ns/dcat#temporalResolution rdf:type owl:DatatypeProperty ; rdfs:label "temporal resolution" . ### http://www.w3.org/ns/dcat#theme rdf:type owl:DatatypeProperty ; rdfs:label "theme" . ### http://www.w3.org/ns/dcat#themeTaxonomy rdf:type owl:DatatypeProperty ; rdfs:label "theme taxonomy" . ### http://www.w3.org/ns/dcat#version rdf:type owl:DatatypeProperty ; rdfs:label "version" . ### http://www.w3.org/ns/odrl/2/hasPolicy rdf:type owl:DatatypeProperty ; rdfs:label "has policy" . ### http://www.w3.org/ns/prov#qualifiedAttribution rdf:type owl:DatatypeProperty ; rdfs:label "qualified attribution" . ### http://www.w3.org/ns/prov#wasGeneratedBy rdf:type owl:DatatypeProperty ; rdfs:label "was generated by" . ### http://xmlns.com/foaf/0.1/homepage rdf:type owl:DatatypeProperty ; rdfs:label "homepage" . ### http://xmlns.com/foaf/0.1/primaryTopic rdf:type owl:DatatypeProperty . ### https://w3id.org/def/dtw#hasExtension :hasExtension rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Extension of the model or data with which can be found."@en ; rdfs:label "has extension" . ### https://w3id.org/def/dtw#isInternal :isInternal rdf:type owl:DatatypeProperty ; rdfs:comment "Boolean that indicates if the concept is inside or outside the digital twin."@en ; rdfs:label "is internal" . ### https://www.w3.org/2019/wot/hypermedia#hasTarget rdf:type owl:DatatypeProperty ; rdfs:range xsd:anyURI ; rdfs:label "has target" . ### https://www.w3.org/2019/wot/td#hasForm rdf:type owl:DatatypeProperty ; rdfs:label "has form" . ### https://www.w3.org/2019/wot/td#hasUriTemplateSchema rdf:type owl:DatatypeProperty ; rdfs:label "has uri template schema" . ### https://www.w3.org/2019/wot/td#idempotent rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "idempotent" . ### https://www.w3.org/2019/wot/td#observable rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "observable" . ### https://www.w3.org/2019/wot/td#safe rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "safe" . ### https://www.w3.org/2019/wot/td#synchronous rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "synchronous" . ################################################################# # Classes ################################################################# ### http://www.w3.org/ns/dcat#Catalog rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Catalog" . ### http://www.w3.org/ns/dcat#CatalogRecord rdf:type owl:Class ; rdfs:label "Catalog Record" . ### http://www.w3.org/ns/dcat#DataService rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Data Service" . ### http://www.w3.org/ns/dcat#Dataset rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Dataset" . ### http://www.w3.org/ns/dcat#DatasetSeries rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Dataset Series" . ### http://www.w3.org/ns/dcat#Distribution rdf:type owl:Class ; rdfs:label "Distribution" . ### http://www.w3.org/ns/dcat#Relationship rdf:type owl:Class ; rdfs:label "Relationship" . ### http://www.w3.org/ns/dcat#Resource rdf:type owl:Class ; rdfs:subClassOf :ConnectionPoint ; rdfs:label "Resource" . ### https://w3id.org/def/dtw#BehavioralModel :BehavioralModel rdf:type owl:Class ; rdfs:subClassOf :Model ; rdfs:comment "Describes the behaviors and response mechanisms of the entity (e.g. state transition, performance and disturbances)"@en ; rdfs:label "Behavioral Model" . ### https://w3id.org/def/dtw#Connection :Connection rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :hasConsumer ; owl:cardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :hasProvider ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Existing connection between different dtw:ConnectionPoint."@en ; rdfs:label "Connection" . ### https://w3id.org/def/dtw#ConnectionPoint :ConnectionPoint rdf:type owl:Class ; rdfs:comment "Connection point of the connection."@en ; rdfs:label "Connection Point" . ### https://w3id.org/def/dtw#DataServiceConnection :DataServiceConnection rdf:type owl:Class ; rdfs:subClassOf :Connection ; rdfs:comment "Connection between dcat:Resource and td:InteractionAffordance."@en ; rdfs:label "Data Service Connection" . ### https://w3id.org/def/dtw#DigitalEntity :DigitalEntity rdf:type owl:Class ; rdfs:subClassOf :DigitalTwinDimension , [ rdf:type owl:Restriction ; owl:onProperty :containsInteractionAffordance ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :hasModel ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "This dimension of the digital twin consists of various data models that represents all the information allocated in the digital twin."@en ; rdfs:label "Digital Entity" . ### https://w3id.org/def/dtw#DigitalTwin :DigitalTwin rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty :hasConnection ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :hasDigitalTwinData ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :hasEntity ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "A realistic representation of all product life cycle components using physical, virtual and interaction data."@en ; rdfs:label "Digital Twin" . ### https://w3id.org/def/dtw#DigitalTwinAggregate :DigitalTwinAggregate rdf:type owl:Class ; rdfs:subClassOf :DigitalTwin ; rdfs:comment "Describes the aggregation of all the DTIs. Unlike the DTI, the DTA may not be an independent data structure. It may be a computing construct that has access to all DTIs and queries them either ad-hoc or proactively."@en ; rdfs:label "Digital Twin Aggregate" . ### https://w3id.org/def/dtw#DigitalTwinDimension :DigitalTwinDimension rdf:type owl:Class ; rdfs:comment "Dimensions of which the digital twin is composed."@en ; rdfs:label "Digital Twin Dimension" . ### https://w3id.org/def/dtw#DigitalTwinInstance :DigitalTwinInstance rdf:type owl:Class ; rdfs:subClassOf :DigitalTwin ; rdfs:comment "Describes a specific corresponding physical product that an individual Digital Twin remains linked to throughout the life of that physical product."@en ; rdfs:label "Digital Twin Instance" . ### https://w3id.org/def/dtw#Entity :Entity rdf:type owl:Class ; rdfs:subClassOf :DigitalTwinDimension ; rdfs:comment "This dimension of the digital twin consists of various subsystems, objects and sensory devices. These subsystems can include dynamic systems, control systems, maintenance systems, etc., and can be combined for a specific task. Also, non physical entities can be represented."@en ; rdfs:label "Entity" . ### https://w3id.org/def/dtw#ExternalConnectionPoint :ExternalConnectionPoint rdf:type owl:Class ; rdfs:subClassOf :ConnectionPoint ; rdfs:comment "Connection point of the connection that is external to the DTw."@en ; rdfs:label "External Connection Point" . ### https://w3id.org/def/dtw#Format :Format rdf:type owl:Class ; rdfs:comment "Extension format in which the model or data is available."@en ; rdfs:label "Format" . ### https://w3id.org/def/dtw#GeometricModel :GeometricModel rdf:type owl:Class ; rdfs:subClassOf :Model ; rdfs:comment "Describes all the geometric parameters of the physical entity (e.g. shapes, sizes and assembly relations)."@en ; rdfs:label "Geometric Model" . ### https://w3id.org/def/dtw#InternalConnectionPoint :InternalConnectionPoint rdf:type owl:Class ; rdfs:subClassOf :ConnectionPoint ; rdfs:comment "Connection point of the connection that is internal to the DTw."@en ; rdfs:label "Internal Connection Point" . ### https://w3id.org/def/dtw#MappingModel :MappingModel rdf:type owl:Class ; rdfs:subClassOf :SemanticModel ; rdfs:comment "Model that allows the alignment of data with the objective of obtaining harmonised data from non-harmonised data."@en ; rdfs:label "Mapping Model" . ### https://w3id.org/def/dtw#Model :Model rdf:type owl:Class ; rdfs:subClassOf :ConnectionPoint , [ rdf:type owl:Restriction ; owl:onProperty :hasFormat ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Representation or conceptualization of the data registered in the Virtual Entity dimension."@en ; rdfs:label "Model" . ### https://w3id.org/def/dtw#ModelDataConnection :ModelDataConnection rdf:type owl:Class ; rdfs:subClassOf :Connection ; rdfs:comment "Connection between dtw:Model and dcat:Resource."@en ; rdfs:label "Model Data Connection" . ### https://w3id.org/def/dtw#ModelModelConnection :ModelModelConnection rdf:type owl:Class ; rdfs:subClassOf :Connection ; rdfs:label "Model Model Connection" . ### https://w3id.org/def/dtw#ModelServiceConnection :ModelServiceConnection rdf:type owl:Class ; rdfs:subClassOf :Connection ; rdfs:comment "Connection between dtw:Model and td:InteractionAffordance."@en ; rdfs:label "Model Service Connection" . ### https://w3id.org/def/dtw#OntologyModel :OntologyModel rdf:type owl:Class ; rdfs:subClassOf :SemanticModel ; rdfs:comment "Model that contains the conceptualization of the information of the digital twin. This conceptualization activity refers to the organization and structuration of the information (data, knowledge, etc.), obtained during the acquisition process, into meaningful models at the knowledge level and according to the ontology requirements specification document."@en ; rdfs:label "Ontology Model" . ### https://w3id.org/def/dtw#PhysicalModel :PhysicalModel rdf:type owl:Class ; rdfs:subClassOf :Model ; rdfs:comment "Responsible for providing all the physical properties (e.g. speed and force) based on dt:GeometricModel"@en ; rdfs:label "Physical Model" . ### https://w3id.org/def/dtw#RulesModel :RulesModel rdf:type owl:Class ; rdfs:subClassOf :Model ; rdfs:comment "A set of rules extracted from the historical data obtained from the physical model, whose function is to provide the virtual entity with a judgment for decision making, optimization, evaluation, prediction and maintenance."@en ; rdfs:label "Rules Model" . ### https://w3id.org/def/dtw#SemanticModel :SemanticModel rdf:type owl:Class ; rdfs:subClassOf :Model ; rdfs:label "Semantic Model" . ### https://w3id.org/def/dtw#ShapesModel :ShapesModel rdf:type owl:Class ; rdfs:subClassOf :SemanticModel ; rdfs:comment "Model that contains the data validation rules allowing the data to be validated."@en ; rdfs:label "Shapes Model" . ### https://w3id.org/def/dtw#TwinConnection :TwinConnection rdf:type owl:Class ; rdfs:subClassOf :DigitalTwinDimension ; rdfs:label "Twin Connection" . ### https://www.w3.org/2019/wot/td#ActionAffordance rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Action Affordance" . ### https://www.w3.org/2019/wot/td#EventAffordance rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Event Affordance" . ### https://www.w3.org/2019/wot/td#InteractionAffordance rdf:type owl:Class ; rdfs:subClassOf :ConnectionPoint ; rdfs:label "Interaction Affordance" . ### https://www.w3.org/2019/wot/td#PropertyAffordance rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Property Affordance" . ### https://www.w3.org/2019/wot/td#Thing rdf:type owl:Class ; rdfs:label "Thing" . ################################################################# # Annotations ################################################################# rdfs:label "relation" . rdfs:label "access service" . rdfs:label "catalog" . rdfs:label "dataset" . rdfs:label "distribution" . rdfs:label "in series" . rdfs:label "qualified relation" . rdfs:label "record" . rdfs:label "resource" . rdfs:label "serves dataset" . rdfs:label "service" . rdfs:label "primary topic" . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/