@prefix aas: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xs: . @base . rdf:type owl:Ontology ; owl:versionInfo "V3.1" ; rdfs:comment "This ontology represents the data model for the Asset Administration Shell according to the specification version V3.1."@en ; rdfs:isDefinedBy ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements aas:AasSubmodelElements rdf:type owl:Class ; rdfs:label "AAS Submodel Elements"^^xs:string ; rdfs:comment "Enumeration of all possible elements of a 'SubmodelElementList'."@en ; owl:oneOf ( ) ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/AnnotatedRelationshipElement rdf:type aas:AasSubmodelElements ; rdfs:label "Annotated Relationship Element"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/BasicEventElement rdf:type aas:AasSubmodelElements ; rdfs:label "Basic Event Element"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/Blob rdf:type aas:AasSubmodelElements ; rdfs:label "Blob"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/Capability rdf:type aas:AasSubmodelElements ; rdfs:label "Capability"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/DataElement rdf:type aas:AasSubmodelElements ; rdfs:label "Data Element"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/Entity rdf:type aas:AasSubmodelElements ; rdfs:label "Entity"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/EventElement rdf:type aas:AasSubmodelElements ; rdfs:label "Event Element"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/File rdf:type aas:AasSubmodelElements ; rdfs:label "File"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/MultiLanguageProperty rdf:type aas:AasSubmodelElements ; rdfs:label "Multi Language Property"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/Operation rdf:type aas:AasSubmodelElements ; rdfs:label "Operation"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/Property rdf:type aas:AasSubmodelElements ; rdfs:label "Property"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/Range rdf:type aas:AasSubmodelElements ; rdfs:label "Range"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/ReferenceElement rdf:type aas:AasSubmodelElements ; rdfs:label "Reference Element"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/RelationshipElement rdf:type aas:AasSubmodelElements ; rdfs:label "Relationship Element"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/SubmodelElement rdf:type aas:AasSubmodelElements ; rdfs:label "Submodel Element"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/SubmodelElementCollection rdf:type aas:AasSubmodelElements ; rdfs:label "Submodel Element Collection"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AasSubmodelElements/SubmodelElementList rdf:type aas:AasSubmodelElements ; rdfs:label "Submodel Element List"^^xs:string ; . ### https://admin-shell.io/aas/3/1/AbstractLangString aas:AbstractLangString rdf:type owl:Class ; rdfs:label "Abstract Lang String"^^xs:string ; rdfs:comment "Strings with language tags"@en ; . ### https://admin-shell.io/aas/3/1/AbstractLangString/language rdf:type owl:DatatypeProperty ; rdfs:label "has language"^^xs:string ; rdfs:domain aas:AbstractLangString ; rdfs:range xs:string ; rdfs:comment "Language tag conforming to BCP 47"@en ; . ### https://admin-shell.io/aas/3/1/AbstractLangString/text rdf:type owl:DatatypeProperty ; rdfs:label "has text"^^xs:string ; rdfs:domain aas:AbstractLangString ; rdfs:range xs:string ; rdfs:comment "Text in the 'language'"@en ; . ### https://admin-shell.io/aas/3/1/AdministrativeInformation aas:AdministrativeInformation rdf:type owl:Class ; rdfs:subClassOf aas:HasDataSpecification ; rdfs:label "Administrative Information"^^xs:string ; rdfs:comment "Administrative meta-information for an element like version information."@en ; . ### https://admin-shell.io/aas/3/1/AdministrativeInformation/creator rdf:type owl:ObjectProperty ; rdfs:label "has creator"^^xs:string ; rdfs:domain aas:AdministrativeInformation ; rdfs:range aas:Reference ; rdfs:comment "The subject ID of the subject responsible for making the element."@en ; . ### https://admin-shell.io/aas/3/1/AdministrativeInformation/revision rdf:type owl:DatatypeProperty ; rdfs:label "has revision"^^xs:string ; rdfs:domain aas:AdministrativeInformation ; rdfs:range xs:string ; rdfs:comment "Revision of the element."@en ; . ### https://admin-shell.io/aas/3/1/AdministrativeInformation/templateId rdf:type owl:DatatypeProperty ; rdfs:label "has template ID"^^xs:string ; rdfs:domain aas:AdministrativeInformation ; rdfs:range xs:string ; rdfs:comment "Identifier of the template that guided the creation of the element."@en ; . ### https://admin-shell.io/aas/3/1/AdministrativeInformation/version rdf:type owl:DatatypeProperty ; rdfs:label "has version"^^xs:string ; rdfs:domain aas:AdministrativeInformation ; rdfs:range xs:string ; rdfs:comment "Version of the element."@en ; . ### https://admin-shell.io/aas/3/1/AnnotatedRelationshipElement aas:AnnotatedRelationshipElement rdf:type owl:Class ; rdfs:subClassOf aas:RelationshipElement ; rdfs:label "Annotated Relationship Element"^^xs:string ; rdfs:comment "An annotated relationship element is a relationship element that can be annotated with additional data elements."@en ; . ### https://admin-shell.io/aas/3/1/AnnotatedRelationshipElement/annotations rdf:type owl:ObjectProperty ; rdfs:label "has annotations"^^xs:string ; rdfs:domain aas:AnnotatedRelationshipElement ; rdfs:range aas:DataElement ; rdfs:comment "A data element that represents an annotation that holds for the relationship between the two elements"@en ; . ### https://admin-shell.io/aas/3/1/AssetAdministrationShell aas:AssetAdministrationShell rdf:type owl:Class ; rdfs:subClassOf aas:Identifiable ; rdfs:subClassOf aas:HasDataSpecification ; rdfs:label "Asset Administration Shell"^^xs:string ; rdfs:comment "An asset administration shell."@en ; . ### https://admin-shell.io/aas/3/1/AssetAdministrationShell/assetInformation rdf:type owl:ObjectProperty ; rdfs:label "has asset information"^^xs:string ; rdfs:domain aas:AssetAdministrationShell ; rdfs:range aas:AssetInformation ; rdfs:comment "Meta-information about the asset the AAS is representing."@en ; . ### https://admin-shell.io/aas/3/1/AssetAdministrationShell/derivedFrom rdf:type owl:ObjectProperty ; rdfs:label "has derived from"^^xs:string ; rdfs:domain aas:AssetAdministrationShell ; rdfs:range aas:Reference ; rdfs:comment "The reference to the AAS the AAS was derived from."@en ; . ### https://admin-shell.io/aas/3/1/AssetAdministrationShell/submodels rdf:type owl:ObjectProperty ; rdfs:label "has submodels"^^xs:string ; rdfs:domain aas:AssetAdministrationShell ; rdfs:range aas:Reference ; rdfs:comment "References to submodels of the AAS."@en ; . ### https://admin-shell.io/aas/3/1/AssetInformation aas:AssetInformation rdf:type owl:Class ; rdfs:label "Asset Information"^^xs:string ; rdfs:comment "In 'AssetInformation' identifying meta data of the asset that is represented by an AAS is defined."@en ; . ### https://admin-shell.io/aas/3/1/AssetInformation/assetKind rdf:type owl:ObjectProperty ; rdfs:label "has asset kind"^^xs:string ; rdfs:domain aas:AssetInformation ; rdfs:range aas:AssetKind ; rdfs:comment "Denotes whether the Asset is of kind 'Type' or 'Instance'."@en ; . ### https://admin-shell.io/aas/3/1/AssetInformation/assetType rdf:type owl:DatatypeProperty ; rdfs:label "has asset type"^^xs:string ; rdfs:domain aas:AssetInformation ; rdfs:range xs:string ; rdfs:comment "In case 'assetKind' is applicable the 'assetType' is the asset ID of the type asset of the asset under consideration as identified by 'globalAssetId'."@en ; . ### https://admin-shell.io/aas/3/1/AssetInformation/defaultThumbnail rdf:type owl:ObjectProperty ; rdfs:label "has default thumbnail"^^xs:string ; rdfs:domain aas:AssetInformation ; rdfs:range aas:Resource ; rdfs:comment "Thumbnail of the asset represented by the Asset Administration Shell."@en ; . ### https://admin-shell.io/aas/3/1/AssetInformation/globalAssetId rdf:type owl:DatatypeProperty ; rdfs:label "has global asset ID"^^xs:string ; rdfs:domain aas:AssetInformation ; rdfs:range xs:string ; rdfs:comment "Global identifier of the asset the AAS is representing."@en ; . ### https://admin-shell.io/aas/3/1/AssetInformation/specificAssetIds rdf:type owl:ObjectProperty ; rdfs:label "has specific asset IDs"^^xs:string ; rdfs:domain aas:AssetInformation ; rdfs:range aas:SpecificAssetId ; rdfs:comment "Additional domain-specific, typically proprietary identifier for the asset like e.g., serial number etc."@en ; . ### https://admin-shell.io/aas/3/1/AssetKind aas:AssetKind rdf:type owl:Class ; rdfs:label "Asset Kind"^^xs:string ; rdfs:comment "Enumeration for denoting whether an asset is a type asset or an instance asset."@en ; owl:oneOf ( ) ; . ### https://admin-shell.io/aas/3/1/AssetKind/Instance rdf:type aas:AssetKind ; rdfs:label "Instance"^^xs:string ; rdfs:comment "Instance asset"@en ; . ### https://admin-shell.io/aas/3/1/AssetKind/NotApplicable rdf:type aas:AssetKind ; rdfs:label "Not Applicable"^^xs:string ; rdfs:comment "Neither a type asset nor an instance asset nor a role asset"@en ; . ### https://admin-shell.io/aas/3/1/AssetKind/Role rdf:type aas:AssetKind ; rdfs:label "Role"^^xs:string ; rdfs:comment "Role asset"@en ; . ### https://admin-shell.io/aas/3/1/AssetKind/Type rdf:type aas:AssetKind ; rdfs:label "Type"^^xs:string ; rdfs:comment "Type asset"@en ; . ### https://admin-shell.io/aas/3/1/BasicEventElement aas:BasicEventElement rdf:type owl:Class ; rdfs:subClassOf aas:EventElement ; rdfs:label "Basic Event Element"^^xs:string ; rdfs:comment "A basic event element."@en ; . ### https://admin-shell.io/aas/3/1/BasicEventElement/direction rdf:type owl:ObjectProperty ; rdfs:label "has direction"^^xs:string ; rdfs:domain aas:BasicEventElement ; rdfs:range aas:Direction ; rdfs:comment "Direction of event."@en ; . ### https://admin-shell.io/aas/3/1/BasicEventElement/lastUpdate rdf:type owl:DatatypeProperty ; rdfs:label "has last update"^^xs:string ; rdfs:domain aas:BasicEventElement ; rdfs:range xs:string ; rdfs:comment "Timestamp in UTC, when the last event was received (input direction) or sent (output direction)."@en ; . ### https://admin-shell.io/aas/3/1/BasicEventElement/maxInterval rdf:type owl:DatatypeProperty ; rdfs:label "has max interval"^^xs:string ; rdfs:domain aas:BasicEventElement ; rdfs:range xs:string ; rdfs:comment "For input direction: not applicable."@en ; . ### https://admin-shell.io/aas/3/1/BasicEventElement/messageBroker rdf:type owl:ObjectProperty ; rdfs:label "has message broker"^^xs:string ; rdfs:domain aas:BasicEventElement ; rdfs:range aas:Reference ; rdfs:comment "Information, which outer message infrastructure shall handle messages for the 'EventElement'. Refers to a 'Submodel', 'SubmodelElementList', 'SubmodelElementCollection' or 'Entity', which contains 'DataElement''s describing the proprietary specification for the message broker."@en ; . ### https://admin-shell.io/aas/3/1/BasicEventElement/messageTopic rdf:type owl:DatatypeProperty ; rdfs:label "has message topic"^^xs:string ; rdfs:domain aas:BasicEventElement ; rdfs:range xs:string ; rdfs:comment "Information for the outer message infrastructure for scheduling the event to the respective communication channel."@en ; . ### https://admin-shell.io/aas/3/1/BasicEventElement/minInterval rdf:type owl:DatatypeProperty ; rdfs:label "has min interval"^^xs:string ; rdfs:domain aas:BasicEventElement ; rdfs:range xs:string ; rdfs:comment "For input direction, reports on the maximum frequency, the software entity behind the respective Referable can handle input events."@en ; . ### https://admin-shell.io/aas/3/1/BasicEventElement/observed rdf:type owl:ObjectProperty ; rdfs:label "has observed"^^xs:string ; rdfs:domain aas:BasicEventElement ; rdfs:range aas:Reference ; rdfs:comment "Reference to the 'Referable', which defines the scope of the event. Can be 'AssetAdministrationShell', 'Submodel', or 'SubmodelElement'."@en ; . ### https://admin-shell.io/aas/3/1/BasicEventElement/state rdf:type owl:ObjectProperty ; rdfs:label "has state"^^xs:string ; rdfs:domain aas:BasicEventElement ; rdfs:range aas:StateOfEvent ; rdfs:comment "State of event."@en ; . ### https://admin-shell.io/aas/3/1/Blob aas:Blob rdf:type owl:Class ; rdfs:subClassOf aas:DataElement ; rdfs:label "Blob"^^xs:string ; rdfs:comment "A 'Blob' is a data element that represents a file that is contained with its source code in the value attribute."@en ; . ### https://admin-shell.io/aas/3/1/Blob/contentType rdf:type owl:DatatypeProperty ; rdfs:label "has content type"^^xs:string ; rdfs:domain aas:Blob ; rdfs:range xs:string ; rdfs:comment "Content type of the content of the 'Blob'."@en ; . ### https://admin-shell.io/aas/3/1/Blob/value rdf:type owl:DatatypeProperty ; rdfs:label "has value"^^xs:string ; rdfs:domain aas:Blob ; rdfs:range xs:base64Binary ; rdfs:comment "The value of the 'Blob' instance of a blob data element."@en ; . ### https://admin-shell.io/aas/3/1/Capability aas:Capability rdf:type owl:Class ; rdfs:subClassOf aas:SubmodelElement ; rdfs:label "Capability"^^xs:string ; rdfs:comment "A capability is the implementation-independent description of the potential of an asset to achieve a certain effect in the physical or virtual world."@en ; . ### https://admin-shell.io/aas/3/1/ConceptDescription aas:ConceptDescription rdf:type owl:Class ; rdfs:subClassOf aas:Identifiable ; rdfs:subClassOf aas:HasDataSpecification ; rdfs:label "Concept Description"^^xs:string ; rdfs:comment "The semantics of a property or other elements that may have a semantic description is defined by a concept description."@en ; . ### https://admin-shell.io/aas/3/1/ConceptDescription/isCaseOf rdf:type owl:ObjectProperty ; rdfs:label "has is case of"^^xs:string ; rdfs:domain aas:ConceptDescription ; rdfs:range aas:Reference ; rdfs:comment "Reference to an external definition the concept is compatible to or was derived from."@en ; . ### https://admin-shell.io/aas/3/1/DataElement aas:DataElement rdf:type owl:Class ; rdfs:subClassOf aas:SubmodelElement ; rdfs:label "Data Element"^^xs:string ; rdfs:comment "A data element is a submodel element that is not further composed out of other submodel elements."@en ; . ### https://admin-shell.io/aas/3/1/DataSpecificationContent aas:DataSpecificationContent rdf:type owl:Class ; rdfs:label "Data Specification Content"^^xs:string ; rdfs:comment "Data specification content is part of a data specification template and defines which additional attributes shall be added to the element instance that references the data specification template and meta information about the template itself."@en ; . ### https://admin-shell.io/aas/3/1/DataSpecificationIec61360 aas:DataSpecificationIec61360 rdf:type owl:Class ; rdfs:subClassOf aas:DataSpecificationContent ; rdfs:label "Data Specification IEC 61360"^^xs:string ; rdfs:comment "Content of data specification template for concept descriptions for properties, values and value lists conformant to IEC 61360."@en ; . ### https://admin-shell.io/aas/3/1/DataSpecificationIec61360/dataType rdf:type owl:ObjectProperty ; rdfs:label "has data type"^^xs:string ; rdfs:domain aas:DataSpecificationIec61360 ; rdfs:range aas:DataTypeIec61360 ; rdfs:comment "Data Type"@en ; . ### https://admin-shell.io/aas/3/1/DataSpecificationIec61360/definition rdf:type owl:ObjectProperty ; rdfs:label "has definition"^^xs:string ; rdfs:domain aas:DataSpecificationIec61360 ; rdfs:range aas:LangStringDefinitionTypeIec61360 ; rdfs:comment "Definition in different languages"@en ; . ### https://admin-shell.io/aas/3/1/DataSpecificationIec61360/levelType rdf:type owl:ObjectProperty ; rdfs:label "has level type"^^xs:string ; rdfs:domain aas:DataSpecificationIec61360 ; rdfs:range aas:LevelType ; rdfs:comment "Set of levels."@en ; . ### https://admin-shell.io/aas/3/1/DataSpecificationIec61360/preferredName rdf:type owl:ObjectProperty ; rdfs:label "has preferred name"^^xs:string ; rdfs:domain aas:DataSpecificationIec61360 ; rdfs:range aas:LangStringPreferredNameTypeIec61360 ; rdfs:comment "Preferred name"@en ; . ### https://admin-shell.io/aas/3/1/DataSpecificationIec61360/shortName rdf:type owl:ObjectProperty ; rdfs:label "has short name"^^xs:string ; rdfs:domain aas:DataSpecificationIec61360 ; rdfs:range aas:LangStringShortNameTypeIec61360 ; rdfs:comment "Short name"@en ; . ### https://admin-shell.io/aas/3/1/DataSpecificationIec61360/sourceOfDefinition rdf:type owl:DatatypeProperty ; rdfs:label "has source of definition"^^xs:string ; rdfs:domain aas:DataSpecificationIec61360 ; rdfs:range xs:string ; rdfs:comment "Source of definition"@en ; . ### https://admin-shell.io/aas/3/1/DataSpecificationIec61360/symbol rdf:type owl:DatatypeProperty ; rdfs:label "has symbol"^^xs:string ; rdfs:domain aas:DataSpecificationIec61360 ; rdfs:range xs:string ; rdfs:comment "Symbol"@en ; . ### https://admin-shell.io/aas/3/1/DataSpecificationIec61360/unit rdf:type owl:DatatypeProperty ; rdfs:label "has unit"^^xs:string ; rdfs:domain aas:DataSpecificationIec61360 ; rdfs:range xs:string ; rdfs:comment "Unit"@en ; . ### https://admin-shell.io/aas/3/1/DataSpecificationIec61360/unitId rdf:type owl:ObjectProperty ; rdfs:label "has unit ID"^^xs:string ; rdfs:domain aas:DataSpecificationIec61360 ; rdfs:range aas:Reference ; rdfs:comment "Unique unit id"@en ; . ### https://admin-shell.io/aas/3/1/DataSpecificationIec61360/value rdf:type owl:DatatypeProperty ; rdfs:label "has value"^^xs:string ; rdfs:domain aas:DataSpecificationIec61360 ; rdfs:range xs:string ; rdfs:comment "Value"@en ; . ### https://admin-shell.io/aas/3/1/DataSpecificationIec61360/valueFormat rdf:type owl:DatatypeProperty ; rdfs:label "has value format"^^xs:string ; rdfs:domain aas:DataSpecificationIec61360 ; rdfs:range xs:string ; rdfs:comment "Value Format"@en ; . ### https://admin-shell.io/aas/3/1/DataSpecificationIec61360/valueList rdf:type owl:ObjectProperty ; rdfs:label "has value list"^^xs:string ; rdfs:domain aas:DataSpecificationIec61360 ; rdfs:range aas:ValueList ; rdfs:comment "List of allowed values"@en ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd aas:DataTypeDefXsd rdf:type owl:Class ; rdfs:label "Data Type Def XSD"^^xs:string ; rdfs:comment "Enumeration listing all XSD anySimpleTypes"@en ; owl:oneOf ( ) ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/AnyUri rdf:type aas:DataTypeDefXsd ; rdfs:label "Any URI"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/Base64Binary rdf:type aas:DataTypeDefXsd ; rdfs:label "Base 64 Binary"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/Boolean rdf:type aas:DataTypeDefXsd ; rdfs:label "Boolean"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/Byte rdf:type aas:DataTypeDefXsd ; rdfs:label "Byte"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/Date rdf:type aas:DataTypeDefXsd ; rdfs:label "Date"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/DateTime rdf:type aas:DataTypeDefXsd ; rdfs:label "Date Time"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/Decimal rdf:type aas:DataTypeDefXsd ; rdfs:label "Decimal"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/Double rdf:type aas:DataTypeDefXsd ; rdfs:label "Double"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/Duration rdf:type aas:DataTypeDefXsd ; rdfs:label "Duration"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/Float rdf:type aas:DataTypeDefXsd ; rdfs:label "Float"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/GDay rdf:type aas:DataTypeDefXsd ; rdfs:label "G Day"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/GMonth rdf:type aas:DataTypeDefXsd ; rdfs:label "G Month"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/GMonthDay rdf:type aas:DataTypeDefXsd ; rdfs:label "G Month Day"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/GYear rdf:type aas:DataTypeDefXsd ; rdfs:label "G Year"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/GYearMonth rdf:type aas:DataTypeDefXsd ; rdfs:label "G Year Month"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/HexBinary rdf:type aas:DataTypeDefXsd ; rdfs:label "Hex Binary"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/Int rdf:type aas:DataTypeDefXsd ; rdfs:label "Int"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/Integer rdf:type aas:DataTypeDefXsd ; rdfs:label "Integer"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/Long rdf:type aas:DataTypeDefXsd ; rdfs:label "Long"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/NegativeInteger rdf:type aas:DataTypeDefXsd ; rdfs:label "Negative Integer"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/NonNegativeInteger rdf:type aas:DataTypeDefXsd ; rdfs:label "Non Negative Integer"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/NonPositiveInteger rdf:type aas:DataTypeDefXsd ; rdfs:label "Non Positive Integer"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/PositiveInteger rdf:type aas:DataTypeDefXsd ; rdfs:label "Positive Integer"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/Short rdf:type aas:DataTypeDefXsd ; rdfs:label "Short"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/String rdf:type aas:DataTypeDefXsd ; rdfs:label "String"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/Time rdf:type aas:DataTypeDefXsd ; rdfs:label "Time"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/UnsignedByte rdf:type aas:DataTypeDefXsd ; rdfs:label "Unsigned Byte"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/UnsignedInt rdf:type aas:DataTypeDefXsd ; rdfs:label "Unsigned Int"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/UnsignedLong rdf:type aas:DataTypeDefXsd ; rdfs:label "Unsigned Long"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeDefXsd/UnsignedShort rdf:type aas:DataTypeDefXsd ; rdfs:label "Unsigned Short"^^xs:string ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360 aas:DataTypeIec61360 rdf:type owl:Class ; rdfs:label "Data Type IEC 61360"^^xs:string ; owl:oneOf ( ) ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/Blob rdf:type aas:DataTypeIec61360 ; rdfs:label "Blob"^^xs:string ; rdfs:comment "values containing the content of a file. Values may be binaries."@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/Boolean rdf:type aas:DataTypeIec61360 ; rdfs:label "Boolean"^^xs:string ; rdfs:comment "values representing truth of logic or Boolean algebra (TRUE, FALSE)"@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/Date rdf:type aas:DataTypeIec61360 ; rdfs:label "Date"^^xs:string ; rdfs:comment "values containing a calendar date, conformant to ISO 8601:2004 Format yyyy-mm-dd Example from IEC 61360-1:2017: \"1999-05-31\" is the [DATE] representation of: \"31 May 1999\"."@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/File rdf:type aas:DataTypeIec61360 ; rdfs:label "File"^^xs:string ; rdfs:comment "values containing an address to a file. The values are of type URI and can represent an absolute or relative path."@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/Html rdf:type aas:DataTypeIec61360 ; rdfs:label "HTML"^^xs:string ; rdfs:comment "Values containing string with any sequence of characters, using the syntax of HTML5 (see W3C Recommendation 28:2014)"@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/IntegerCount rdf:type aas:DataTypeIec61360 ; rdfs:label "Integer Count"^^xs:string ; rdfs:comment "values containing values of type INTEGER but are no currencies or measures"@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/IntegerCurrency rdf:type aas:DataTypeIec61360 ; rdfs:label "Integer Currency"^^xs:string ; rdfs:comment "values containing values of type INTEGER that are currencies"@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/IntegerMeasure rdf:type aas:DataTypeIec61360 ; rdfs:label "Integer Measure"^^xs:string ; rdfs:comment "values containing values that are measure of type INTEGER. In addition such a value comes with a physical unit."@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/Irdi rdf:type aas:DataTypeIec61360 ; rdfs:label "IRDI"^^xs:string ; rdfs:comment "values conforming to ISO/IEC 11179 series global identifier sequences"@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/Iri rdf:type aas:DataTypeIec61360 ; rdfs:label "IRI"^^xs:string ; rdfs:comment "values containing values of type STRING conformant to Rfc 3987"@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/Rational rdf:type aas:DataTypeIec61360 ; rdfs:label "Rational"^^xs:string ; rdfs:comment "values containing values of type rational"@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/RationalMeasure rdf:type aas:DataTypeIec61360 ; rdfs:label "Rational Measure"^^xs:string ; rdfs:comment "values containing values of type rational. In addition such a value comes with a physical unit."@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/RealCount rdf:type aas:DataTypeIec61360 ; rdfs:label "Real Count"^^xs:string ; rdfs:comment "values containing numbers that can be written as a terminating or non-terminating decimal; a rational or irrational number but are no currencies or measures"@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/RealCurrency rdf:type aas:DataTypeIec61360 ; rdfs:label "Real Currency"^^xs:string ; rdfs:comment "values containing values of type REAL that are currencies"@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/RealMeasure rdf:type aas:DataTypeIec61360 ; rdfs:label "Real Measure"^^xs:string ; rdfs:comment "values containing values that are measures of type REAL. In addition such a value comes with a physical unit."@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/String rdf:type aas:DataTypeIec61360 ; rdfs:label "String"^^xs:string ; rdfs:comment "values consisting of sequence of characters but cannot be translated into other languages"@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/StringTranslatable rdf:type aas:DataTypeIec61360 ; rdfs:label "String Translatable"^^xs:string ; rdfs:comment "values containing string but shall be represented as different string in different languages"@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/Time rdf:type aas:DataTypeIec61360 ; rdfs:label "Time"^^xs:string ; rdfs:comment "values containing a time, conformant to ISO 8601:2004 but restricted to what is allowed in the corresponding type in xml."@en ; . ### https://admin-shell.io/aas/3/1/DataTypeIec61360/Timestamp rdf:type aas:DataTypeIec61360 ; rdfs:label "Timestamp"^^xs:string ; rdfs:comment "values containing a time, conformant to ISO 8601:2004 but restricted to what is allowed in the corresponding type in xml."@en ; . ### https://admin-shell.io/aas/3/1/Direction aas:Direction rdf:type owl:Class ; rdfs:label "Direction"^^xs:string ; rdfs:comment "Direction"@en ; owl:oneOf ( ) ; . ### https://admin-shell.io/aas/3/1/Direction/Input rdf:type aas:Direction ; rdfs:label "Input"^^xs:string ; rdfs:comment "Input direction."@en ; . ### https://admin-shell.io/aas/3/1/Direction/Output rdf:type aas:Direction ; rdfs:label "Output"^^xs:string ; rdfs:comment "Output direction"@en ; . ### https://admin-shell.io/aas/3/1/EmbeddedDataSpecification aas:EmbeddedDataSpecification rdf:type owl:Class ; rdfs:label "Embedded Data Specification"^^xs:string ; rdfs:comment "Embed the content of a data specification."@en ; . ### https://admin-shell.io/aas/3/1/EmbeddedDataSpecification/dataSpecification rdf:type owl:ObjectProperty ; rdfs:label "has data specification"^^xs:string ; rdfs:domain aas:EmbeddedDataSpecification ; rdfs:range aas:Reference ; rdfs:comment "Reference to the data specification"@en ; . ### https://admin-shell.io/aas/3/1/EmbeddedDataSpecification/dataSpecificationContent rdf:type owl:ObjectProperty ; rdfs:label "has data specification content"^^xs:string ; rdfs:domain aas:EmbeddedDataSpecification ; rdfs:range aas:DataSpecificationContent ; rdfs:comment "Actual content of the data specification"@en ; . ### https://admin-shell.io/aas/3/1/Entity aas:Entity rdf:type owl:Class ; rdfs:subClassOf aas:SubmodelElement ; rdfs:label "Entity"^^xs:string ; rdfs:comment "An entity is a submodel element that is used to model entities."@en ; . ### https://admin-shell.io/aas/3/1/Entity/entityType rdf:type owl:ObjectProperty ; rdfs:label "has entity type"^^xs:string ; rdfs:domain aas:Entity ; rdfs:range aas:EntityType ; rdfs:comment "Describes whether the entity is a co-managed entity or a self-managed entity."@en ; . ### https://admin-shell.io/aas/3/1/Entity/globalAssetId rdf:type owl:DatatypeProperty ; rdfs:label "has global asset ID"^^xs:string ; rdfs:domain aas:Entity ; rdfs:range xs:string ; rdfs:comment "Global identifier of the asset the entity is representing."@en ; . ### https://admin-shell.io/aas/3/1/Entity/specificAssetIds rdf:type owl:ObjectProperty ; rdfs:label "has specific asset IDs"^^xs:string ; rdfs:domain aas:Entity ; rdfs:range aas:SpecificAssetId ; rdfs:comment "Reference to a specific asset ID representing a supplementary identifier of the asset represented by the Asset Administration Shell."@en ; . ### https://admin-shell.io/aas/3/1/Entity/statements rdf:type owl:ObjectProperty ; rdfs:label "has statements"^^xs:string ; rdfs:domain aas:Entity ; rdfs:range aas:SubmodelElement ; rdfs:comment "Describes statements applicable to the entity by a set of submodel elements, typically with a qualified value."@en ; . ### https://admin-shell.io/aas/3/1/EntityType aas:EntityType rdf:type owl:Class ; rdfs:label "Entity Type"^^xs:string ; rdfs:comment "Enumeration for denoting whether an entity is a self-managed entity or a co-managed entity."@en ; owl:oneOf ( ) ; . ### https://admin-shell.io/aas/3/1/EntityType/CoManagedEntity rdf:type aas:EntityType ; rdfs:label "Co Managed Entity"^^xs:string ; rdfs:comment "For co-managed entities there is no separate AAS. Co-managed entities need to be part of a self-managed entity."@en ; . ### https://admin-shell.io/aas/3/1/EntityType/SelfManagedEntity rdf:type aas:EntityType ; rdfs:label "Self Managed Entity"^^xs:string ; rdfs:comment "Self-Managed Entities have their own AAS but can be part of the bill of material of a composite self-managed entity."@en ; . ### https://admin-shell.io/aas/3/1/Environment aas:Environment rdf:type owl:Class ; rdfs:label "Environment"^^xs:string ; rdfs:comment "Container for the sets of different identifiables."@en ; . ### https://admin-shell.io/aas/3/1/Environment/assetAdministrationShells rdf:type owl:ObjectProperty ; rdfs:label "has asset administration shells"^^xs:string ; rdfs:domain aas:Environment ; rdfs:range aas:AssetAdministrationShell ; rdfs:comment "Asset administration shell"@en ; . ### https://admin-shell.io/aas/3/1/Environment/conceptDescriptions rdf:type owl:ObjectProperty ; rdfs:label "has concept descriptions"^^xs:string ; rdfs:domain aas:Environment ; rdfs:range aas:ConceptDescription ; rdfs:comment "Concept description"@en ; . ### https://admin-shell.io/aas/3/1/Environment/submodels rdf:type owl:ObjectProperty ; rdfs:label "has submodels"^^xs:string ; rdfs:domain aas:Environment ; rdfs:range aas:Submodel ; rdfs:comment "Submodel"@en ; . ### https://admin-shell.io/aas/3/1/EventElement aas:EventElement rdf:type owl:Class ; rdfs:subClassOf aas:SubmodelElement ; rdfs:label "Event Element"^^xs:string ; rdfs:comment "An event element."@en ; . ### https://admin-shell.io/aas/3/1/EventPayload aas:EventPayload rdf:type owl:Class ; rdfs:label "Event Payload"^^xs:string ; rdfs:comment "Defines the necessary information of an event instance sent out or received."@en ; . ### https://admin-shell.io/aas/3/1/EventPayload/observableReference rdf:type owl:ObjectProperty ; rdfs:label "has observable reference"^^xs:string ; rdfs:domain aas:EventPayload ; rdfs:range aas:Reference ; rdfs:comment "Reference to the referable, which defines the scope of the event."@en ; . ### https://admin-shell.io/aas/3/1/EventPayload/observableSemanticId rdf:type owl:ObjectProperty ; rdfs:label "has observable semantic ID"^^xs:string ; rdfs:domain aas:EventPayload ; rdfs:range aas:Reference ; rdfs:comment "'semanticId' of the referable which defines the scope of the event, if available."@en ; . ### https://admin-shell.io/aas/3/1/EventPayload/payload rdf:type owl:DatatypeProperty ; rdfs:label "has payload"^^xs:string ; rdfs:domain aas:EventPayload ; rdfs:range xs:base64Binary ; rdfs:comment "Event specific payload."@en ; . ### https://admin-shell.io/aas/3/1/EventPayload/source rdf:type owl:ObjectProperty ; rdfs:label "has source"^^xs:string ; rdfs:domain aas:EventPayload ; rdfs:range aas:Reference ; rdfs:comment "Reference to the source event element, including identification of 'AssetAdministrationShell', 'Submodel', 'SubmodelElement''s."@en ; . ### https://admin-shell.io/aas/3/1/EventPayload/sourceSemanticId rdf:type owl:ObjectProperty ; rdfs:label "has source semantic ID"^^xs:string ; rdfs:domain aas:EventPayload ; rdfs:range aas:Reference ; rdfs:comment "'semanticId' of the source event element, if available"@en ; . ### https://admin-shell.io/aas/3/1/EventPayload/subjectId rdf:type owl:ObjectProperty ; rdfs:label "has subject ID"^^xs:string ; rdfs:domain aas:EventPayload ; rdfs:range aas:Reference ; rdfs:comment "Subject, who/which initiated the creation."@en ; . ### https://admin-shell.io/aas/3/1/EventPayload/timeStamp rdf:type owl:DatatypeProperty ; rdfs:label "has time stamp"^^xs:string ; rdfs:domain aas:EventPayload ; rdfs:range xs:string ; rdfs:comment "Timestamp in UTC, when this event was triggered."@en ; . ### https://admin-shell.io/aas/3/1/EventPayload/topic rdf:type owl:DatatypeProperty ; rdfs:label "has topic"^^xs:string ; rdfs:domain aas:EventPayload ; rdfs:range xs:string ; rdfs:comment "Information for the outer message infrastructure for scheduling the event to the respective communication channel."@en ; . ### https://admin-shell.io/aas/3/1/Extension aas:Extension rdf:type owl:Class ; rdfs:subClassOf aas:HasSemantics ; rdfs:label "Extension"^^xs:string ; rdfs:comment "Single extension of an element."@en ; . ### https://admin-shell.io/aas/3/1/Extension/name rdf:type owl:DatatypeProperty ; rdfs:label "has name"^^xs:string ; rdfs:domain aas:Extension ; rdfs:range xs:string ; rdfs:comment "Name of the extension."@en ; . ### https://admin-shell.io/aas/3/1/Extension/refersTo rdf:type owl:ObjectProperty ; rdfs:label "has refers to"^^xs:string ; rdfs:domain aas:Extension ; rdfs:range aas:Reference ; rdfs:comment "Reference to an element the extension refers to."@en ; . ### https://admin-shell.io/aas/3/1/Extension/value rdf:type owl:DatatypeProperty ; rdfs:label "has value"^^xs:string ; rdfs:domain aas:Extension ; rdfs:range xs:string ; rdfs:comment "Value of the extension"@en ; . ### https://admin-shell.io/aas/3/1/Extension/valueType rdf:type owl:ObjectProperty ; rdfs:label "has value type"^^xs:string ; rdfs:domain aas:Extension ; rdfs:range aas:DataTypeDefXsd ; rdfs:comment "Type of the value of the extension."@en ; . ### https://admin-shell.io/aas/3/1/File aas:File rdf:type owl:Class ; rdfs:subClassOf aas:DataElement ; rdfs:label "File"^^xs:string ; rdfs:comment "A File is a data element that represents an address to a file (a locator)."@en ; . ### https://admin-shell.io/aas/3/1/File/contentType rdf:type owl:DatatypeProperty ; rdfs:label "has content type"^^xs:string ; rdfs:domain aas:File ; rdfs:range xs:string ; rdfs:comment "Content type of the content of the file."@en ; . ### https://admin-shell.io/aas/3/1/File/value rdf:type owl:DatatypeProperty ; rdfs:label "has value"^^xs:string ; rdfs:domain aas:File ; rdfs:range xs:string ; rdfs:comment "Path and name of the referenced file (with file extension)."@en ; . ### https://admin-shell.io/aas/3/1/HasDataSpecification aas:HasDataSpecification rdf:type owl:Class ; rdfs:label "Has Data Specification"^^xs:string ; rdfs:comment "Element that can be extended by using data specification templates."@en ; . ### https://admin-shell.io/aas/3/1/HasDataSpecification/embeddedDataSpecifications rdf:type owl:ObjectProperty ; rdfs:label "has embedded data specifications"^^xs:string ; rdfs:domain aas:HasDataSpecification ; rdfs:range aas:EmbeddedDataSpecification ; rdfs:comment "Embedded data specification."@en ; . ### https://admin-shell.io/aas/3/1/HasExtensions aas:HasExtensions rdf:type owl:Class ; rdfs:label "Has Extensions"^^xs:string ; rdfs:comment "Element that can be extended by proprietary extensions."@en ; . ### https://admin-shell.io/aas/3/1/HasExtensions/extensions rdf:type owl:ObjectProperty ; rdfs:label "has extensions"^^xs:string ; rdfs:domain aas:HasExtensions ; rdfs:range aas:Extension ; rdfs:comment "An extension of the element."@en ; . ### https://admin-shell.io/aas/3/1/HasKind aas:HasKind rdf:type owl:Class ; rdfs:label "Has Kind"^^xs:string ; rdfs:comment "An element with a kind is an element that can either represent a template or an instance."@en ; . ### https://admin-shell.io/aas/3/1/HasKind/kind rdf:type owl:ObjectProperty ; rdfs:label "has kind"^^xs:string ; rdfs:domain aas:HasKind ; rdfs:range aas:ModellingKind ; rdfs:comment "Kind of the element: either template or instance."@en ; . ### https://admin-shell.io/aas/3/1/HasSemantics aas:HasSemantics rdf:type owl:Class ; rdfs:label "Has Semantics"^^xs:string ; rdfs:comment "Element that can have a semantic definition plus some supplemental semantic definitions."@en ; . ### https://admin-shell.io/aas/3/1/HasSemantics/semanticId rdf:type owl:ObjectProperty ; rdfs:label "has semantic ID"^^xs:string ; rdfs:domain aas:HasSemantics ; rdfs:range aas:Reference ; rdfs:comment "Identifier of the semantic definition of the element. It is called semantic ID of the element or also main semantic ID of the element."@en ; . ### https://admin-shell.io/aas/3/1/HasSemantics/supplementalSemanticIds rdf:type owl:ObjectProperty ; rdfs:label "has supplemental semantic IDs"^^xs:string ; rdfs:domain aas:HasSemantics ; rdfs:range aas:Reference ; rdfs:comment "Identifier of a supplemental semantic definition of the element. It is called supplemental semantic ID of the element."@en ; . ### https://admin-shell.io/aas/3/1/Identifiable aas:Identifiable rdf:type owl:Class ; rdfs:subClassOf aas:Referable ; rdfs:label "Identifiable"^^xs:string ; rdfs:comment "An element that has a globally unique identifier."@en ; . ### https://admin-shell.io/aas/3/1/Identifiable/administration rdf:type owl:ObjectProperty ; rdfs:label "has administration"^^xs:string ; rdfs:domain aas:Identifiable ; rdfs:range aas:AdministrativeInformation ; rdfs:comment "Administrative information of an identifiable element."@en ; . ### https://admin-shell.io/aas/3/1/Identifiable/id rdf:type owl:DatatypeProperty ; rdfs:label "has ID"^^xs:string ; rdfs:domain aas:Identifiable ; rdfs:range xs:string ; rdfs:comment "The globally unique identification of the element."@en ; . ### https://admin-shell.io/aas/3/1/Key aas:Key rdf:type owl:Class ; rdfs:label "Key"^^xs:string ; rdfs:comment "A key is a reference to an element by its ID."@en ; . ### https://admin-shell.io/aas/3/1/Key/type rdf:type owl:ObjectProperty ; rdfs:label "has type"^^xs:string ; rdfs:domain aas:Key ; rdfs:range aas:KeyTypes ; rdfs:comment "Denotes which kind of entity is referenced."@en ; . ### https://admin-shell.io/aas/3/1/Key/value rdf:type owl:DatatypeProperty ; rdfs:label "has value"^^xs:string ; rdfs:domain aas:Key ; rdfs:range xs:string ; rdfs:comment "The key value, for example an IRDI or an URI"@en ; . ### https://admin-shell.io/aas/3/1/KeyTypes aas:KeyTypes rdf:type owl:Class ; rdfs:label "Key Types"^^xs:string ; rdfs:comment "Enumeration of different key value types within a key."@en ; owl:oneOf ( ) ; . ### https://admin-shell.io/aas/3/1/KeyTypes/AnnotatedRelationshipElement rdf:type aas:KeyTypes ; rdfs:label "Annotated Relationship Element"^^xs:string ; . ### https://admin-shell.io/aas/3/1/KeyTypes/AssetAdministrationShell rdf:type aas:KeyTypes ; rdfs:label "Asset Administration Shell"^^xs:string ; . ### https://admin-shell.io/aas/3/1/KeyTypes/BasicEventElement rdf:type aas:KeyTypes ; rdfs:label "Basic Event Element"^^xs:string ; . ### https://admin-shell.io/aas/3/1/KeyTypes/Blob rdf:type aas:KeyTypes ; rdfs:label "Blob"^^xs:string ; . ### https://admin-shell.io/aas/3/1/KeyTypes/Capability rdf:type aas:KeyTypes ; rdfs:label "Capability"^^xs:string ; . ### https://admin-shell.io/aas/3/1/KeyTypes/ConceptDescription rdf:type aas:KeyTypes ; rdfs:label "Concept Description"^^xs:string ; . ### https://admin-shell.io/aas/3/1/KeyTypes/DataElement rdf:type aas:KeyTypes ; rdfs:label "Data Element"^^xs:string ; rdfs:comment "Data element."@en ; . ### https://admin-shell.io/aas/3/1/KeyTypes/Entity rdf:type aas:KeyTypes ; rdfs:label "Entity"^^xs:string ; . ### https://admin-shell.io/aas/3/1/KeyTypes/EventElement rdf:type aas:KeyTypes ; rdfs:label "Event Element"^^xs:string ; rdfs:comment "Event."@en ; . ### https://admin-shell.io/aas/3/1/KeyTypes/File rdf:type aas:KeyTypes ; rdfs:label "File"^^xs:string ; . ### https://admin-shell.io/aas/3/1/KeyTypes/FragmentReference rdf:type aas:KeyTypes ; rdfs:label "Fragment Reference"^^xs:string ; rdfs:comment "Bookmark or a similar local identifier of a subordinate part of a primary resource"@en ; . ### https://admin-shell.io/aas/3/1/KeyTypes/GlobalReference rdf:type aas:KeyTypes ; rdfs:label "Global Reference"^^xs:string ; . ### https://admin-shell.io/aas/3/1/KeyTypes/Identifiable rdf:type aas:KeyTypes ; rdfs:label "Identifiable"^^xs:string ; rdfs:comment "Identifiable."@en ; . ### https://admin-shell.io/aas/3/1/KeyTypes/MultiLanguageProperty rdf:type aas:KeyTypes ; rdfs:label "Multi Language Property"^^xs:string ; rdfs:comment "Property with a value that can be provided in multiple languages"@en ; . ### https://admin-shell.io/aas/3/1/KeyTypes/Operation rdf:type aas:KeyTypes ; rdfs:label "Operation"^^xs:string ; . ### https://admin-shell.io/aas/3/1/KeyTypes/Property rdf:type aas:KeyTypes ; rdfs:label "Property"^^xs:string ; . ### https://admin-shell.io/aas/3/1/KeyTypes/Range rdf:type aas:KeyTypes ; rdfs:label "Range"^^xs:string ; rdfs:comment "Range with min and max"@en ; . ### https://admin-shell.io/aas/3/1/KeyTypes/Referable rdf:type aas:KeyTypes ; rdfs:label "Referable"^^xs:string ; . ### https://admin-shell.io/aas/3/1/KeyTypes/ReferenceElement rdf:type aas:KeyTypes ; rdfs:label "Reference Element"^^xs:string ; rdfs:comment "Reference"@en ; . ### https://admin-shell.io/aas/3/1/KeyTypes/RelationshipElement rdf:type aas:KeyTypes ; rdfs:label "Relationship Element"^^xs:string ; rdfs:comment "Relationship"@en ; . ### https://admin-shell.io/aas/3/1/KeyTypes/Submodel rdf:type aas:KeyTypes ; rdfs:label "Submodel"^^xs:string ; . ### https://admin-shell.io/aas/3/1/KeyTypes/SubmodelElement rdf:type aas:KeyTypes ; rdfs:label "Submodel Element"^^xs:string ; rdfs:comment "Submodel Element"@en ; . ### https://admin-shell.io/aas/3/1/KeyTypes/SubmodelElementCollection rdf:type aas:KeyTypes ; rdfs:label "Submodel Element Collection"^^xs:string ; rdfs:comment "Struct of Submodel Elements"@en ; . ### https://admin-shell.io/aas/3/1/KeyTypes/SubmodelElementList rdf:type aas:KeyTypes ; rdfs:label "Submodel Element List"^^xs:string ; rdfs:comment "List of Submodel Elements"@en ; . ### https://admin-shell.io/aas/3/1/LangStringDefinitionTypeIec61360 aas:LangStringDefinitionTypeIec61360 rdf:type owl:Class ; rdfs:subClassOf aas:AbstractLangString ; rdfs:label "Lang String Definition Type IEC 61360"^^xs:string ; rdfs:comment "String with length 1023 maximum and minimum 1 characters and with language tags"@en ; . ### https://admin-shell.io/aas/3/1/LangStringNameType aas:LangStringNameType rdf:type owl:Class ; rdfs:subClassOf aas:AbstractLangString ; rdfs:label "Lang String Name Type"^^xs:string ; rdfs:comment "String with length 128 maximum and minimum 1 characters and with language tags"@en ; . ### https://admin-shell.io/aas/3/1/LangStringPreferredNameTypeIec61360 aas:LangStringPreferredNameTypeIec61360 rdf:type owl:Class ; rdfs:subClassOf aas:AbstractLangString ; rdfs:label "Lang String Preferred Name Type IEC 61360"^^xs:string ; rdfs:comment "String with length 255 maximum and minimum 1 characters and with language tags"@en ; . ### https://admin-shell.io/aas/3/1/LangStringShortNameTypeIec61360 aas:LangStringShortNameTypeIec61360 rdf:type owl:Class ; rdfs:subClassOf aas:AbstractLangString ; rdfs:label "Lang String Short Name Type IEC 61360"^^xs:string ; rdfs:comment "String with length 18 maximum and minimum 1 characters and with language tags"@en ; . ### https://admin-shell.io/aas/3/1/LangStringTextType aas:LangStringTextType rdf:type owl:Class ; rdfs:subClassOf aas:AbstractLangString ; rdfs:label "Lang String Text Type"^^xs:string ; rdfs:comment "String with length 1023 maximum and minimum 1 characters and with language tags"@en ; . ### https://admin-shell.io/aas/3/1/LevelType aas:LevelType rdf:type owl:Class ; rdfs:label "Level Type"^^xs:string ; rdfs:comment "Value represented by up to four variants of a numeric value in a specific role: MIN, NOM, TYP and MAX. True means that the value is available, false means the value is not available."@en ; . ### https://admin-shell.io/aas/3/1/LevelType/max rdf:type owl:DatatypeProperty ; rdfs:label "has max"^^xs:string ; rdfs:domain aas:LevelType ; rdfs:range xs:boolean ; rdfs:comment "Maximum of the value"@en ; . ### https://admin-shell.io/aas/3/1/LevelType/min rdf:type owl:DatatypeProperty ; rdfs:label "has min"^^xs:string ; rdfs:domain aas:LevelType ; rdfs:range xs:boolean ; rdfs:comment "Minimum of the value"@en ; . ### https://admin-shell.io/aas/3/1/LevelType/nom rdf:type owl:DatatypeProperty ; rdfs:label "has nom"^^xs:string ; rdfs:domain aas:LevelType ; rdfs:range xs:boolean ; rdfs:comment "Nominal value (value as designated)"@en ; . ### https://admin-shell.io/aas/3/1/LevelType/typ rdf:type owl:DatatypeProperty ; rdfs:label "has typ"^^xs:string ; rdfs:domain aas:LevelType ; rdfs:range xs:boolean ; rdfs:comment "Value as typically present"@en ; . ### https://admin-shell.io/aas/3/1/ModellingKind aas:ModellingKind rdf:type owl:Class ; rdfs:label "Modelling Kind"^^xs:string ; rdfs:comment "Enumeration for denoting whether an element is a template or an instance."@en ; owl:oneOf ( ) ; . ### https://admin-shell.io/aas/3/1/ModellingKind/Instance rdf:type aas:ModellingKind ; rdfs:label "Instance"^^xs:string ; rdfs:comment "Concrete, clearly identifiable element instance. Its creation and validation may be guided by a corresponding element template."@en ; . ### https://admin-shell.io/aas/3/1/ModellingKind/Template rdf:type aas:ModellingKind ; rdfs:label "Template"^^xs:string ; rdfs:comment "Specification of the common features of a structured element in sufficient detail that such a instance can be instantiated using it"@en ; . ### https://admin-shell.io/aas/3/1/MultiLanguageProperty aas:MultiLanguageProperty rdf:type owl:Class ; rdfs:subClassOf aas:DataElement ; rdfs:label "Multi Language Property"^^xs:string ; rdfs:comment "A property is a data element that has a multi-language value."@en ; . ### https://admin-shell.io/aas/3/1/MultiLanguageProperty/value rdf:type owl:ObjectProperty ; rdfs:label "has value"^^xs:string ; rdfs:domain aas:MultiLanguageProperty ; rdfs:range aas:LangStringTextType ; rdfs:comment "The value of the property instance."@en ; . ### https://admin-shell.io/aas/3/1/MultiLanguageProperty/valueId rdf:type owl:ObjectProperty ; rdfs:label "has value ID"^^xs:string ; rdfs:domain aas:MultiLanguageProperty ; rdfs:range aas:Reference ; rdfs:comment "Reference to the global unique ID of a coded value."@en ; . ### https://admin-shell.io/aas/3/1/Operation aas:Operation rdf:type owl:Class ; rdfs:subClassOf aas:SubmodelElement ; rdfs:label "Operation"^^xs:string ; rdfs:comment "An operation is a submodel element with input and output variables."@en ; . ### https://admin-shell.io/aas/3/1/Operation/inoutputVariables rdf:type owl:ObjectProperty ; rdfs:label "has inoutput variables"^^xs:string ; rdfs:domain aas:Operation ; rdfs:range aas:OperationVariable ; rdfs:comment "Parameter that is input and output of the operation."@en ; . ### https://admin-shell.io/aas/3/1/Operation/inputVariables rdf:type owl:ObjectProperty ; rdfs:label "has input variables"^^xs:string ; rdfs:domain aas:Operation ; rdfs:range aas:OperationVariable ; rdfs:comment "Input parameter of the operation."@en ; . ### https://admin-shell.io/aas/3/1/Operation/outputVariables rdf:type owl:ObjectProperty ; rdfs:label "has output variables"^^xs:string ; rdfs:domain aas:Operation ; rdfs:range aas:OperationVariable ; rdfs:comment "Output parameter of the operation."@en ; . ### https://admin-shell.io/aas/3/1/OperationVariable aas:OperationVariable rdf:type owl:Class ; rdfs:label "Operation Variable"^^xs:string ; rdfs:comment "The value of an operation variable is a submodel element that is used as input and/or output variable of an operation."@en ; . ### https://admin-shell.io/aas/3/1/OperationVariable/value rdf:type owl:ObjectProperty ; rdfs:label "has value"^^xs:string ; rdfs:domain aas:OperationVariable ; rdfs:range aas:SubmodelElement ; rdfs:comment "Describes an argument or result of an operation via a submodel element"@en ; . ### https://admin-shell.io/aas/3/1/Property aas:Property rdf:type owl:Class ; rdfs:subClassOf aas:DataElement ; rdfs:label "Property"^^xs:string ; rdfs:comment "A property is a data element that has a single value."@en ; . ### https://admin-shell.io/aas/3/1/Property/value rdf:type owl:DatatypeProperty ; rdfs:label "has value"^^xs:string ; rdfs:domain aas:Property ; rdfs:range xs:string ; rdfs:comment "The value of the property instance."@en ; . ### https://admin-shell.io/aas/3/1/Property/valueId rdf:type owl:ObjectProperty ; rdfs:label "has value ID"^^xs:string ; rdfs:domain aas:Property ; rdfs:range aas:Reference ; rdfs:comment "Reference to the global unique ID of a coded value."@en ; . ### https://admin-shell.io/aas/3/1/Property/valueType rdf:type owl:ObjectProperty ; rdfs:label "has value type"^^xs:string ; rdfs:domain aas:Property ; rdfs:range aas:DataTypeDefXsd ; rdfs:comment "Data type of the value"@en ; . ### https://admin-shell.io/aas/3/1/Qualifiable aas:Qualifiable rdf:type owl:Class ; rdfs:label "Qualifiable"^^xs:string ; rdfs:comment "The value of a qualifiable element may be further qualified by one or more qualifiers."@en ; . ### https://admin-shell.io/aas/3/1/Qualifiable/qualifiers rdf:type owl:ObjectProperty ; rdfs:label "has qualifiers"^^xs:string ; rdfs:domain aas:Qualifiable ; rdfs:range aas:Qualifier ; rdfs:comment "Additional qualification of a qualifiable element."@en ; . ### https://admin-shell.io/aas/3/1/Qualifier aas:Qualifier rdf:type owl:Class ; rdfs:subClassOf aas:HasSemantics ; rdfs:label "Qualifier"^^xs:string ; rdfs:comment "A qualifier is a type-value-pair that makes additional statements w.r.t. the value of the element."@en ; . ### https://admin-shell.io/aas/3/1/Qualifier/kind rdf:type owl:ObjectProperty ; rdfs:label "has kind"^^xs:string ; rdfs:domain aas:Qualifier ; rdfs:range aas:QualifierKind ; rdfs:comment "The qualifier kind describes the kind of the qualifier that is applied to the element."@en ; . ### https://admin-shell.io/aas/3/1/Qualifier/type rdf:type owl:DatatypeProperty ; rdfs:label "has type"^^xs:string ; rdfs:domain aas:Qualifier ; rdfs:range xs:string ; rdfs:comment "The qualifier type describes the type of the qualifier that is applied to the element."@en ; . ### https://admin-shell.io/aas/3/1/Qualifier/value rdf:type owl:DatatypeProperty ; rdfs:label "has value"^^xs:string ; rdfs:domain aas:Qualifier ; rdfs:range xs:string ; rdfs:comment "The qualifier value is the value of the qualifier."@en ; . ### https://admin-shell.io/aas/3/1/Qualifier/valueId rdf:type owl:ObjectProperty ; rdfs:label "has value ID"^^xs:string ; rdfs:domain aas:Qualifier ; rdfs:range aas:Reference ; rdfs:comment "Reference to the global unique ID of a coded value."@en ; . ### https://admin-shell.io/aas/3/1/Qualifier/valueType rdf:type owl:ObjectProperty ; rdfs:label "has value type"^^xs:string ; rdfs:domain aas:Qualifier ; rdfs:range aas:DataTypeDefXsd ; rdfs:comment "Data type of the qualifier value."@en ; . ### https://admin-shell.io/aas/3/1/QualifierKind aas:QualifierKind rdf:type owl:Class ; rdfs:label "Qualifier Kind"^^xs:string ; rdfs:comment "Enumeration for kinds of qualifiers."@en ; owl:oneOf ( ) ; . ### https://admin-shell.io/aas/3/1/QualifierKind/ConceptQualifier rdf:type aas:QualifierKind ; rdfs:label "Concept Qualifier"^^xs:string ; rdfs:comment "qualifies the semantic definition the element is referring to ('semanticId')"@en ; . ### https://admin-shell.io/aas/3/1/QualifierKind/TemplateQualifier rdf:type aas:QualifierKind ; rdfs:label "Template Qualifier"^^xs:string ; rdfs:comment "qualifies the elements within a specific submodel on concept level."@en ; . ### https://admin-shell.io/aas/3/1/QualifierKind/ValueQualifier rdf:type aas:QualifierKind ; rdfs:label "Value Qualifier"^^xs:string ; rdfs:comment "qualifies the value of the element and can change during run-time."@en ; . ### https://admin-shell.io/aas/3/1/Range aas:Range rdf:type owl:Class ; rdfs:subClassOf aas:DataElement ; rdfs:label "Range"^^xs:string ; rdfs:comment "A range data element is a data element that defines a range with min and max."@en ; . ### https://admin-shell.io/aas/3/1/Range/max rdf:type owl:DatatypeProperty ; rdfs:label "has max"^^xs:string ; rdfs:domain aas:Range ; rdfs:range xs:string ; rdfs:comment "The maximum value of the range."@en ; . ### https://admin-shell.io/aas/3/1/Range/min rdf:type owl:DatatypeProperty ; rdfs:label "has min"^^xs:string ; rdfs:domain aas:Range ; rdfs:range xs:string ; rdfs:comment "The minimum value of the range."@en ; . ### https://admin-shell.io/aas/3/1/Range/valueType rdf:type owl:ObjectProperty ; rdfs:label "has value type"^^xs:string ; rdfs:domain aas:Range ; rdfs:range aas:DataTypeDefXsd ; rdfs:comment "Data type of the min und max"@en ; . ### https://admin-shell.io/aas/3/1/Referable aas:Referable rdf:type owl:Class ; rdfs:subClassOf aas:HasExtensions ; rdfs:label "Referable"^^xs:string ; rdfs:comment "An element that is referable by its 'idShort'."@en ; . ### https://admin-shell.io/aas/3/1/Referable/category rdf:type owl:DatatypeProperty ; rdfs:label "has category"^^xs:string ; rdfs:domain aas:Referable ; rdfs:range xs:string ; rdfs:comment "The category is a value that gives further meta information w.r.t. to the class of the element. It affects the expected existence of attributes and the applicability of constraints."@en ; . ### https://admin-shell.io/aas/3/1/Referable/description rdf:type owl:ObjectProperty ; rdfs:label "has description"^^xs:string ; rdfs:domain aas:Referable ; rdfs:range aas:LangStringTextType ; rdfs:comment "Description or comments on the element."@en ; . ### https://admin-shell.io/aas/3/1/Referable/displayName rdf:type owl:ObjectProperty ; rdfs:label "has display name"^^xs:string ; rdfs:domain aas:Referable ; rdfs:range aas:LangStringNameType ; rdfs:comment "Display name. Can be provided in several languages."@en ; . ### https://admin-shell.io/aas/3/1/Referable/idShort rdf:type owl:DatatypeProperty ; rdfs:label "has ID short"^^xs:string ; rdfs:domain aas:Referable ; rdfs:range xs:string ; rdfs:comment "In case of identifiables this attribute is a short name of the element. In case of referable this ID is an identifying string of the element within its name space."@en ; . ### https://admin-shell.io/aas/3/1/Reference aas:Reference rdf:type owl:Class ; rdfs:label "Reference"^^xs:string ; rdfs:comment "Reference to either a model element of the same or another AAS or to an external entity."@en ; . ### https://admin-shell.io/aas/3/1/Reference/keys rdf:type owl:ObjectProperty ; rdfs:label "has keys"^^xs:string ; rdfs:domain aas:Reference ; rdfs:range aas:Key ; rdfs:comment "Unique references in their name space."@en ; . ### https://admin-shell.io/aas/3/1/Reference/referredSemanticId rdf:type owl:ObjectProperty ; rdfs:label "has referred semantic ID"^^xs:string ; rdfs:domain aas:Reference ; rdfs:range aas:Reference ; rdfs:comment "'semanticId' of the referenced model element ('type' = 'ModelReference')."@en ; . ### https://admin-shell.io/aas/3/1/Reference/type rdf:type owl:ObjectProperty ; rdfs:label "has type"^^xs:string ; rdfs:domain aas:Reference ; rdfs:range aas:ReferenceTypes ; rdfs:comment "Type of the reference."@en ; . ### https://admin-shell.io/aas/3/1/ReferenceElement aas:ReferenceElement rdf:type owl:Class ; rdfs:subClassOf aas:DataElement ; rdfs:label "Reference Element"^^xs:string ; rdfs:comment "A reference element is a data element that defines a logical reference to another element within the same or another AAS or a reference to an external object or entity."@en ; . ### https://admin-shell.io/aas/3/1/ReferenceElement/value rdf:type owl:ObjectProperty ; rdfs:label "has value"^^xs:string ; rdfs:domain aas:ReferenceElement ; rdfs:range aas:Reference ; rdfs:comment "Global reference to an external object or entity or a logical reference to another element within the same or another AAS (i.e. a model reference to a Referable)."@en ; . ### https://admin-shell.io/aas/3/1/ReferenceTypes aas:ReferenceTypes rdf:type owl:Class ; rdfs:label "Reference Types"^^xs:string ; rdfs:comment "Reference types"@en ; owl:oneOf ( ) ; . ### https://admin-shell.io/aas/3/1/ReferenceTypes/ExternalReference rdf:type aas:ReferenceTypes ; rdfs:label "External Reference"^^xs:string ; rdfs:comment "External reference."@en ; . ### https://admin-shell.io/aas/3/1/ReferenceTypes/ModelReference rdf:type aas:ReferenceTypes ; rdfs:label "Model Reference"^^xs:string ; rdfs:comment "Model reference."@en ; . ### https://admin-shell.io/aas/3/1/RelationshipElement aas:RelationshipElement rdf:type owl:Class ; rdfs:subClassOf aas:SubmodelElement ; rdfs:label "Relationship Element"^^xs:string ; rdfs:comment "A relationship element is used to define a relationship between two elements being either referable (model reference) or external (global reference)."@en ; . ### https://admin-shell.io/aas/3/1/RelationshipElement/first rdf:type owl:ObjectProperty ; rdfs:label "has first"^^xs:string ; rdfs:domain aas:RelationshipElement ; rdfs:range aas:Reference ; rdfs:comment "Reference to the first element in the relationship taking the role of the subject."@en ; . ### https://admin-shell.io/aas/3/1/RelationshipElement/second rdf:type owl:ObjectProperty ; rdfs:label "has second"^^xs:string ; rdfs:domain aas:RelationshipElement ; rdfs:range aas:Reference ; rdfs:comment "Reference to the second element in the relationship taking the role of the object."@en ; . ### https://admin-shell.io/aas/3/1/Resource aas:Resource rdf:type owl:Class ; rdfs:label "Resource"^^xs:string ; rdfs:comment "Resource represents an address to a file (a locator). The value is an URI that can represent an absolute or relative path"@en ; . ### https://admin-shell.io/aas/3/1/Resource/contentType rdf:type owl:DatatypeProperty ; rdfs:label "has content type"^^xs:string ; rdfs:domain aas:Resource ; rdfs:range xs:string ; rdfs:comment "Content type of the content of the file."@en ; . ### https://admin-shell.io/aas/3/1/Resource/path rdf:type owl:DatatypeProperty ; rdfs:label "has path"^^xs:string ; rdfs:domain aas:Resource ; rdfs:range xs:string ; rdfs:comment "Path and name of the resource (with file extension)."@en ; . ### https://admin-shell.io/aas/3/1/SpecificAssetId aas:SpecificAssetId rdf:type owl:Class ; rdfs:subClassOf aas:HasSemantics ; rdfs:label "Specific Asset ID"^^xs:string ; rdfs:comment "A specific asset ID describes a generic supplementary identifying attribute of the asset."@en ; . ### https://admin-shell.io/aas/3/1/SpecificAssetId/externalSubjectId rdf:type owl:ObjectProperty ; rdfs:label "has external subject ID"^^xs:string ; rdfs:domain aas:SpecificAssetId ; rdfs:range aas:Reference ; rdfs:comment "The (external) subject the key belongs to or has meaning to."@en ; . ### https://admin-shell.io/aas/3/1/SpecificAssetId/name rdf:type owl:DatatypeProperty ; rdfs:label "has name"^^xs:string ; rdfs:domain aas:SpecificAssetId ; rdfs:range xs:string ; rdfs:comment "Name of the identifier"@en ; . ### https://admin-shell.io/aas/3/1/SpecificAssetId/value rdf:type owl:DatatypeProperty ; rdfs:label "has value"^^xs:string ; rdfs:domain aas:SpecificAssetId ; rdfs:range xs:string ; rdfs:comment "The value of the specific asset identifier with the corresponding name."@en ; . ### https://admin-shell.io/aas/3/1/StateOfEvent aas:StateOfEvent rdf:type owl:Class ; rdfs:label "State Of Event"^^xs:string ; rdfs:comment "State of an event"@en ; owl:oneOf ( ) ; . ### https://admin-shell.io/aas/3/1/StateOfEvent/Off rdf:type aas:StateOfEvent ; rdfs:label "Off"^^xs:string ; rdfs:comment "Event is off."@en ; . ### https://admin-shell.io/aas/3/1/StateOfEvent/On rdf:type aas:StateOfEvent ; rdfs:label "On"^^xs:string ; rdfs:comment "Event is on"@en ; . ### https://admin-shell.io/aas/3/1/Submodel aas:Submodel rdf:type owl:Class ; rdfs:subClassOf aas:Identifiable ; rdfs:subClassOf aas:HasKind ; rdfs:subClassOf aas:HasSemantics ; rdfs:subClassOf aas:Qualifiable ; rdfs:subClassOf aas:HasDataSpecification ; rdfs:label "Submodel"^^xs:string ; rdfs:comment "A submodel defines a specific aspect of the asset represented by the AAS."@en ; . ### https://admin-shell.io/aas/3/1/Submodel/submodelElements rdf:type owl:ObjectProperty ; rdfs:label "has submodel elements"^^xs:string ; rdfs:domain aas:Submodel ; rdfs:range aas:SubmodelElement ; rdfs:comment "A submodel consists of zero or more submodel elements."@en ; . ### https://admin-shell.io/aas/3/1/SubmodelElement aas:SubmodelElement rdf:type owl:Class ; rdfs:subClassOf aas:Referable ; rdfs:subClassOf aas:HasSemantics ; rdfs:subClassOf aas:Qualifiable ; rdfs:subClassOf aas:HasDataSpecification ; rdfs:label "Submodel Element"^^xs:string ; rdfs:comment "A submodel element is an element suitable for the description and differentiation of assets."@en ; . ### https://admin-shell.io/aas/3/1/SubmodelElementCollection aas:SubmodelElementCollection rdf:type owl:Class ; rdfs:subClassOf aas:SubmodelElement ; rdfs:label "Submodel Element Collection"^^xs:string ; rdfs:comment "A submodel element collection is a kind of struct, i.e. a a logical encapsulation of multiple named values. It has a fixed number of submodel elements."@en ; . ### https://admin-shell.io/aas/3/1/SubmodelElementCollection/value rdf:type owl:ObjectProperty ; rdfs:label "has value"^^xs:string ; rdfs:domain aas:SubmodelElementCollection ; rdfs:range aas:SubmodelElement ; rdfs:comment "Submodel element contained in the collection."@en ; . ### https://admin-shell.io/aas/3/1/SubmodelElementList aas:SubmodelElementList rdf:type owl:Class ; rdfs:subClassOf aas:SubmodelElement ; rdfs:label "Submodel Element List"^^xs:string ; rdfs:comment "A submodel element list is an ordered list of submodel elements."@en ; . ### https://admin-shell.io/aas/3/1/SubmodelElementList/orderRelevant rdf:type owl:DatatypeProperty ; rdfs:label "has order relevant"^^xs:string ; rdfs:domain aas:SubmodelElementList ; rdfs:range xs:boolean ; rdfs:comment "Defines whether order in list is relevant. If 'orderRelevant' = False then the list is representing a set or a bag."@en ; . ### https://admin-shell.io/aas/3/1/SubmodelElementList/semanticIdListElement rdf:type owl:ObjectProperty ; rdfs:label "has semantic ID list element"^^xs:string ; rdfs:domain aas:SubmodelElementList ; rdfs:range aas:Reference ; rdfs:comment "Semantic ID the submodel elements contained in the list match to."@en ; . ### https://admin-shell.io/aas/3/1/SubmodelElementList/typeValueListElement rdf:type owl:ObjectProperty ; rdfs:label "has type value list element"^^xs:string ; rdfs:domain aas:SubmodelElementList ; rdfs:range aas:AasSubmodelElements ; rdfs:comment "The submodel element type of the submodel elements contained in the list."@en ; . ### https://admin-shell.io/aas/3/1/SubmodelElementList/value rdf:type owl:ObjectProperty ; rdfs:label "has value"^^xs:string ; rdfs:domain aas:SubmodelElementList ; rdfs:range aas:SubmodelElement ; rdfs:comment "Submodel element contained in the list."@en ; . ### https://admin-shell.io/aas/3/1/SubmodelElementList/valueTypeListElement rdf:type owl:ObjectProperty ; rdfs:label "has value type list element"^^xs:string ; rdfs:domain aas:SubmodelElementList ; rdfs:range aas:DataTypeDefXsd ; rdfs:comment "The value type of the submodel element contained in the list."@en ; . ### https://admin-shell.io/aas/3/1/ValueList aas:ValueList rdf:type owl:Class ; rdfs:label "Value List"^^xs:string ; rdfs:comment "A set of value reference pairs."@en ; . ### https://admin-shell.io/aas/3/1/ValueList/valueReferencePairs rdf:type owl:ObjectProperty ; rdfs:label "has value reference pairs"^^xs:string ; rdfs:domain aas:ValueList ; rdfs:range aas:ValueReferencePair ; rdfs:comment "A pair of a value together with its global unique id."@en ; . ### https://admin-shell.io/aas/3/1/ValueReferencePair aas:ValueReferencePair rdf:type owl:Class ; rdfs:label "Value Reference Pair"^^xs:string ; rdfs:comment "A value reference pair within a value list. Each value has a global unique id defining its semantic."@en ; . ### https://admin-shell.io/aas/3/1/ValueReferencePair/value rdf:type owl:DatatypeProperty ; rdfs:label "has value"^^xs:string ; rdfs:domain aas:ValueReferencePair ; rdfs:range xs:string ; rdfs:comment "The value of the referenced concept definition of the value in 'valueId'."@en ; . ### https://admin-shell.io/aas/3/1/ValueReferencePair/valueId rdf:type owl:ObjectProperty ; rdfs:label "has value ID"^^xs:string ; rdfs:domain aas:ValueReferencePair ; rdfs:range aas:Reference ; rdfs:comment "Global unique id of the value."@en ; .