@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